@charset "Shift_JIS";

/*-----------------------------------

CSS Information

Site URL:		http://www.kurionet.jp/
File name:		architecture_gallery.css (http://www.kurionet.jp/css/architecture_gallery.css)
Summary:		architecture_architecture_gallery style
Created:		2012-10-26
Last update:	2012-10-29
Author:			E-Life Co.,ltd.
Copyright:		(c) KURIONET Co.,Ltd

-----------------------------------*/

/*-------------------------
__architecture_gallery_style
-------------------------*/

#wrap {
width: 740px;
margin: 0 auto;
padding-top: 15px;
}
h3 {
font-size: 15px;
line-height: 30px;
font-weight: 700;
color: #FFF;
background-color: #66B821;
}
.boxWrap {
margin-top: 15px;
border-bottom: 1px solid #CCC;
border-right: 1px solid #CCC;
border-left: 1px solid #CCC;
}
.boxWrap ul {
background-image: url(/architecture/gallery/images/bg.gif);
background-repeat: repeat-y;
background-position: center top;
width: 738px;
border-top: 1px solid #CCC;
overflow: hidden;
}
.boxWrap li {
text-align: center;
height: 190px;
width: 246px;
float: left;
}
.boxWrap li img {
margin-top: 12px;
}
#button {
text-align: center;
margin: 15px auto;
}
