@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;
}
/*--------------------------------------------------------------------------メインイメージ*/


/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	max-width: 310px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#contents {
	width: 100%;
	height: 1350px;
	max-width: 310px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#contents01 {
	width: 310px;
	height: auto;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

.mimg {
	width: 310px;
	height: 124px;
	float: left;
}
.mimg img{
	width: 310px;
	height: 124px;
}

.c01_ttl1 {
	width: 310px;
	height: 30px;
	padding-top: 2px;
	border-top: 1px solid #26968d;
	border-bottom: 1px solid #26968d;
	text-align: center;
	line-height: 13px;
	font-size: 11px;
	letter-spacing: 0px;
	float: left;
	margin-top: 15px;
}
.c01_img1 {
	width: 310px;
	height: 172px;
	float: left;
	margin-top: 15px;
}
.c01_img1 img{
	width: 310px;
	height: 172px;
}
.c01_txt1 {
	width: 310px;
	height: 70px;
	text-align: center;
	line-height: 13px;
	font-size: 11px;
	letter-spacing: 0px;
	float: left;
	margin-top: 15px;
}
.c01_txt2 {
	width: 310px;
	height: 15px;
	text-align: center;
	line-height: 15px;
	font-size: 11px;
	letter-spacing: 0px;
	font-weight: bold;
	float: left;
	margin-top: 20px;
}
.c01_txt3 {
	width: 310px;
	height: 180px;
	text-align: center;
	line-height: 13px;
	font-size: 11px;
	letter-spacing: 0px;
	float: left;
	margin-top: 10px;
}
.c01_txt4 {
	width: 310px;
	height: 270px;
	text-align: center;
	line-height: 13px;
	font-size: 11px;
	letter-spacing: 0px;
	float: left;
	margin-top: 5px;
}
.c01_ac {
	width: 288px;
	margin-top: 20px;
	margin-left: 10px;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
    text-decoration: none;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
    color: #000;
    transition: .4s;
	letter-spacing: 0px;
	background-color: #fff;
	border: 1px solid #999;
	float: left;
	text-shadow: none;
}
.c01_ac a {
    color: #000;
	text-decoration: none;
}

.c01_ac a:hover {
    color: #fff;
}
.c01_ac:hover {
    color: #fff;
	background-color: #26968d;
	border-color: #26968d;
}


.c01_ac2 {
	width: 248px;
	margin-top: 10px;
	margin-left: 30px;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
    text-decoration: none;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
    color: #000;
    transition: .4s;
	letter-spacing: 1px;
	background-color: #fff;
	border: 1px solid #999;
	float: left;
	text-shadow: none;
}
.c01_ac2 a {
    color: #000;
	text-decoration: none;
}

.c01_ac2 a:hover {
    color: #fff;
}
.c01_ac2:hover {
    color: #fff;
	background-color: #26968d;
	border-color: #26968d;
}



/*--------------------------------------------------------------------------
スマホ用コンテンツ*/

#spc {
	width: 310px;
	height: 130px;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px dotted #26968d;
	padding-top: 20px;
}
.spcbn1 {
	width: 150px;
	height: 36px;
	float: left;
}
.spcbn1 img {
	width: 150px;
	height: 36px;
}
.spcbn2 {
	width: 150px;
	height: 36px;
	float: left;
	margin-left: 10px;
}
.spcbn2 img {
	width: 150px;
	height: 36px;
}
.spcbn3 {
	width: 150px;
	height: 42px;
	float: left;
	clear:both;
	margin-top: 10px;
}
.spcbn3 img {
	width: 150px;
	height: 42px;
}
.spcbn4 {
	width: 150px;
	height: 42px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.spcbn4 img {
	width: 150px;
	height: 42px;
}



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