@charset "utf-8";


/* /////////////////////////////////////////////////

	Main CSS
	
	Author	yk
	Date	2014/09/13

///////////////////////////////////////////////// */

/* お知らせ
   ========================================================================== */
   
h1{
	padding:0;
	margin:0;
}
   
h1 img{
	width:100%;
	zoom:1;
	-moz-transform:scale(1, 1);
}

#galleryWrap{
	position:relative;
	padding-bottom:24px;
	text-align:center;
}

#galleryWrap h2{
	height:36px;
	padding:0;
	margin:0;
	color:#fff;
	font-size:18px;
	font-weight:normal;
	line-height:36px;
	text-align:center;
	background-color:#9F8D7B;
}

#galleryWrap h2 img{
	width:21px;
	height:18px;
	margin:9px 6px;
	zoom:1;
	-moz-transform:scale(1, 1);
}

#galleryWrap form{
	display:block;
	padding:24px 0 6px;
}

#galleryWrap form select{
	width:270px;
	height:30px;
	border:1px solid #505050;
}

#galleryWrap ul{
	padding:12px 24px;
	margin:0;
}

#galleryWrap ul li{
	padding:6px 0;
	margin-bottom:12px;
	text-align:left;
}

#galleryWrap ul li img{
	width:100%;
	zoom:1;
	-moz-transform:scale(1, 1);
}

#galleryWrap ul li p{
	overflow:hidden;
	padding:3px 0;
	color:#505050;
	font-size:14px;
	line-height:21px;
	text-align:center;
	background-color:#e2ddd7;
}

#galleryWrap .more{
	display:block;
	width:180px;
	height:40px;
	margin:0 auto;
	color:#505050;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	text-align:center;
	background-color:#fff;
	border:1px solid #505050;
}

#galleryWrap hr{
	width:270px;
	height:0;
	margin:24px auto;
	border:0;
	border-bottom:1px dotted #808080;
}

#galleryWrap .back{
	display:block;
	width:180px;
	height:40px;
	margin:0 auto;
	color:#505050;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	text-align:center;
	background-color:#fff;
	border:1px solid #505050;
}

#ajaxLoader{
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	width:80px;
	height:80px;
	margin-left:-40px;
	margin-top:-40px;
}

#ajaxLoader img{
	width:80px;
	zoom:1;
	-moz-transform:scale(1, 1);
}