@charset "UTF-8";
/* CSS Document */

/* リセット */
body {
     font:14px/1.231 "ヒラギノ角ゴ Pro W3";
}
section, nav {
     margin-bottom: 1em;
}
p {
     margin-bottom: 1em;
}

/* clearfix */
.clearfix:after {
   content: " ";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

/* フロートクリア */
.float-clear {
	font-size: 0px;
	clear: both;
}

/* コンテナ */
#container {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../images_smart/bk_container.jpg);
}

/* ヘッダー内ナビゲーション */
header nav {
	padding: 0px;
	margin: 10px;
}
header nav ul li {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
header nav ul #btn_left {
	float: left;
	width: 148px;
	display: inline;
}
header nav ul #btn_right {
	float: right;
	width: 148px;
	display: inline;
}
header nav ul #btn01 li a{
	display: block;
	height: 27px;
	background-image: url(../../images_smart/navi_top.png);
	width: 148px;
	margin-bottom: 5px;
}
header nav ul #btn02 li a {
	display: block;
	height: 27px;
	background-image: url(../../images_smart/navi_top.png);
	width: 148px;
	margin-bottom: 5px;
	background-position: 0px -31px;
}
header nav ul #btn03 li a {
	display: block;
	height: 27px;
	background-image: url(../../images_smart/navi_top.png);
	width: 148px;
	background-position: 0px -62px;
}
header nav ul #btn04 li a {
	display: block;
	height: 27px;
	background-image: url(../../images_smart/navi_top.png);
	width: 148px;
	background-position: -152px 0px;
	margin-bottom: 5px;
}
header nav ul #btn05 li a {
	display: block;
	height: 27px;
	background-image: url(../../images_smart/navi_top.png);
	width: 148px;
	margin-bottom: 5px;
	background-position: -152px -31px;
}
header nav ul #btn06 li a {
	display: block;
	height: 27px;
	background-image: url(../../images_smart/navi_top.png);
	width: 148px;
	background-position: -152px -62px;
}
/* ここまで */

/* 検索ボックス */
#box_search {
	width: 320px;
	height: 35px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(../../images_smart/bk_search.jpg);
}
#box_search #form1 p {
	text-align: center;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#box_search #form1 #search {
	height: 16px;
	width: 200px;
	border: 1px solid #CCC;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#box_search #form1 #btn_search {
	font-size: 11px;
	color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 69px;
	height: 22px;
	background-image: url(images_smart/btn_search.jpg);
}
/* ここまで */

/* ニュース・イベント */
.newsevent {
	padding: 10px;
	background-color: #FFFFFF;
	margin: 15px;
	border: 1px solid #CCC;
}
.newsevent h3 {
	margin-bottom: 10px;
	width: 270px;
	padding-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background-color: #EEEAE2;
	padding-top: 4px;
	border-top-left-radius: 10px; 
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px; 
}
.newsevent .box_news ul li {
	width: 134px;
	float: left;
	display: inline;
	margin-bottom: 5px;
}
.newsevent .box_news ul li a {
	text-decoration: none;
	background-image: url(../../images_smart/brt_arrow.jpg);
	background-repeat: no-repeat;
	display: block;
	text-indent: 15px;
	background-position: left center;
	font-size: 12px;
	color: #333;
}
/* ここまで */

/* サブナビゲーション */
#subnavi {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
#subnavi ul li a {
	background-image: url(../../images_smart/brt_cross.jpg);
	background-repeat: no-repeat;
	height: 30px;
	display: block;
	background-position: 260px center;
	margin-bottom: 5px;
	color: #333;
	text-decoration: none;
	background-color: #FFF;
	font-size: 18px;
	text-indent: 20px;
	line-height: 30px;
	font-weight: bold;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border: 1px solid #EEEAE2;
}
#subnavi ul li a:active {
	color: #0C0;
	text-decoration: none;
	text-indent: 20px;
}
/* ここまで */

/* このページのトップへ */
.pagetop {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.pagetop p {
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.pagetop p a {
	text-decoration: none;
	font-style: italic;
	color: #00B2BE;
}
/* ここまで */

/* フッター */
footer {
	padding: 0px;
	background-color: #13ae52;
	margin: 0px;
}
footer p  {
	text-align: center;
	color: #CCC;
	font-size: 10px;
	line-height: 26px;
	margin: 0px;
	padding: 0px;
}
footer address {
	font-style: normal;
	font-size: 11px;
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-top: 15px;
	text-align: center;
}
footer address a {
	font-style: normal;
	font-size: 14px;
	color: #FFFFFF;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
	font-weight: bold;
}


.gallery{
columns: 4;/*段組みの数*/
padding:0 15px;/*ギャラリー左右に余白をつける*/
margin:0;
}

.gallery li {
    margin-bottom: 20px;/*各画像下に余白をつける*/
list-style:none;
}

/*ギャラリー内のイメージは横幅100%にする*/
.gallery img{
	width:100%;
	height:auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/}

/*　横幅900px以下の段組み設定　*/
@media only screen and (max-width: 900px) {
	.gallery{
	columns:3;
	}	
}

@media only screen and (max-width: 768px) {
	.gallery{
	columns: 2;
	}	
}

