
/* ------------------------------------------------- *
 *        Concept
 * ------------------------------------------------- */

#mainArea {
	position: relative;
	width: 100%;
	background: url(../images/bg_main.jpg) no-repeat top center;
	background-size: contain;
}

.pankuzu, .pankuzu a{
	color: #FFF; }


.con1_imgarea {
	width:100%;
	margin-left:auto;
	margin-right:auto;}
.con1_imgarea li {
	width:100%;
	margin: -6px auto 0;}	


.con2 {
	width:100%;}
.con2_img {
	margin-top:-7px}

.con2_btarea li  {
	margin:5px;
	display:inline;}

@media only screen and (max-width: 640px) {

	#mainArea {
		position: relative;
		width: 100%;
		background: url(../images/bg_main_sp.jpg) no-repeat top center;
		background-size: contain;
	}
	
	.con2_btarea li  {
	margin:0 auto 10px;
	}	
}
