@charset "shift_jis";

/* =======================================

	CommonElements

======================================= */
body {
	font-size:1.5em;
	line-height: 160%;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	overflow-y: scroll;
}
*html body {overflow-y: auto;} /* IE6 */
*:first-child+html body {overflow-y: auto;} /* IE7 */

a:link { text-decoration:none;}
a:visited { text-decoration:none;}

h1,#container {
	width:100%;
	max-width:1024px;
	margin:0 auto;
	text-align: center;
}

.logo{
	width:100%;
	max-width:1024px;
	margin:10px auto;
	text-align: left;
}
h1 img{
	width:100%;
}

.footer{
	padding:15px 0;
	word-wrap:break-word;
}

.oubosya{
	text-align:left;
	margin:20px auto;
	width:320px;
}


/* .listCover
------------------------- */
.listCover {
	margin: 0 auto;
	text-align: left;
}

/* .listItem
------------------------- */
.listCover .listItem {
	padding: 10px 0;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	cursor: pointer;
}
.listCover .listItem img {
	width: 120px;
}
.listCover .active {
	background: url(../img/activeArrow.gif) no-repeat bottom center;
}
.listCover .listItem .selfRep {
	display: none;
}

/* .expandField
------------------------- */
.expandField {
	padding: 10px 0;
	width: 100%;
	text-align: left;
	display: block;
	background: #222;
	float: left;
	position: relative;
	overflow: hidden;
}
.expandField .btnClose {
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	display: block;
	background: url(../img/btnClose.gif) no-repeat top left;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
}
.expandField .btnPrev {
	/*top: 120px;-*/
	top:40%;
	left: 0;
	width: 60px;
	height: 60px;
	display: block;
	background: url(../img/btnPrev.gif) no-repeat top left;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
}
.expandField .btnNext {
	/*top: 120px;-*/
	top:40%;
	right: 0;
	width: 60px;
	height: 60px;
	display: block;
	background: url(../img/btnNext.gif) no-repeat top left;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
}
.expandField .selfRepInner {
	/*padding: 50px 80px;-*/
	padding: 20px 50px;
	text-align: center;
	position: relative;
}
.expandField .selfRepInner .secLeft,
.expandField .selfRepInner .secRight {
	/*width: 50%;
	float: left;-*/
}
.expandField .selfRepInner .secLeft {
	text-align: center;
}
.expandField .selfRepInner .secRight {
	text-align: left;
	color: #fff;
}

 /* 幅480px以上のスタイル*/ 
@media screen and (min-width: 480px){
.sp_only{
	display:none;
}
}

@media screen and (max-width: 600px) {
	.expandField .selfRepInner .secLeft img {
		/*width: 80%;-*/
		width:90%;
	}
.expandField .selfRepInner {
	width:100%;
	padding: 0;
	text-align: center;
	position: relative;
}

}
@media screen and (max-width: 480px) {
.sp_none{
	display:none;
}
	#container,.pure-button {
		width: 100%;
	}
	.explanation{
		text-align:left;
	}
	.footer{
		font-size:0.9em;
	}
	.expandField .selfRepInner .secLeft {
		/*display: none;-*/
	}
	.expandField .selfRepInner .secRight {
		width: 100%;
		float: none;
	}
	.pure-button{
		margin:10px 0;
	}

}

/* =======================================
	ClearFix
======================================= */
.listCover:before,
.listCover:after,
.expandField .selfRepInner:before,
.expandField .selfRepInner:after {
	content: " ";
	display: table;
}
.listCover:after,
.expandField .selfRepInner:after {clear: both;}
.listCover,
.expandField .selfRepInner {*zoom: 1;}
