@charset "utf-8";
/* CSS Document */
.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0;
	width: 0;
	height: 0;
	z-index: 1500;
	cursor: pointer;
}
.pagetop img{
	width: 0;
	height: 0;
}
/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	width: 100%;
	max-width: 320px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-image: url(../web/home/mimg_back.gif);
	padding-top: 0px;
	z-index: 1000;
}


/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	max-width: 310px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#sec01 {
	width: 100%;
	height: 700px;
	max-width: 310px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#contents01 {
	width: 310px;
	height: 700px;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.ttl {
	width: 300px;
	height: 20px;
	padding: 5px;
	float: left;
	background-image: url(../web/season/ttl.gif);
	font-size: 13px;
	line-height: 20px;
	text-indent: 0px;
	text-align: left;
	color: #FFF;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.txt {
	width: 310px;
	height: 40px;
	margin-top: 10px;
	float: left;
	font-size: 12px;
	line-height: 13px;
	letter-spacing: 0px;
	text-align: left;
}
.img {
	width: 300px;
	height: 250px;
	padding: 5px;
	float: left;
	background-color: #E4E4DC;
	margin-top: 25px;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 1px;
	text-align: center;
}
.img img {
	width: 300px;
	height: 212px;
	padding-bottom: 5px;
}
.imgf {
	width: 300px;
	height: 250px;
	padding: 5px;
	float: left;
	background-color: #E4E4DC;
	margin-top: 25px;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 1px;
	text-align: center;
	margin-left:0px;
}
.imgf img {
	width: 300px;
	height: 212px;
	padding-bottom: 5px;
}

@media screen and (max-width:767px){
#pan { display:none;}
}