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

@media screen and (min-width: 641px) {

.main_img{
	text-indent:-9999px;
	background:url(../img/img_main.jpg) no-repeat top center;
	height:577px;
	width:100%;
	margin-bottom:40px;
}

.ttl{
	text-indent:-9999px;
	background:url(../img/ttl.jpg) no-repeat top center;
	height:69px;
	width:980px;
	margin-bottom:40px;
}

.ttl01{
	width:980px;
	background-color:#da386e;
}

.ttl01Box{
	border-left:1px solid #da386e;
	border-right:1px solid #da386e;
	border-bottom:1px solid #da386e;
	width:938px;
	padding:20px;
	margin-bottom:20px;
}

.ttl01Box .list li{
	list-style-type:circle;
	margin-left:18px;
}

.ttl_naka{
	background:#999;
	color:#FFF;
	padding:5px;
	width:100%;
	font-weight:bold;
	margin-bottom:5px;
}

.sp{
	display:none;
}

}





@media screen and (max-width: 640px) {
	
.main_img{
	background:url(../spimg/img_main.jpg) no-repeat top center;
	width:640px;
	height:577px;
	text-indent:-9999px;
}

.ttl{
	background:url(../spimg/img_ttl.jpg) no-repeat top center;
	width:600px;
	height:68px;
	text-indent:-9999px;
	margin-bottom:20px;
	margin-top:40px;
}

.content{
	margin-left:19px;
}

.ttl01{
	width:600px;
	height:68px;
	background:#da386e;
}

.ttl01Box{
	width:558px;
	border-left:1px solid #da386e;
	border-right:1px solid #da386e;
	border-bottom:1px solid #da386e;
	margin-bottom:20px;
	padding:20px;
}

.ttl_naka{
	background-color:#999;
	color:#FFF;
	padding:10px;
	width:538px;
}




	
.pc{
	display:none;
}

}