@import url(reset.css);
@import url(common.css);

#wrapper{
	width: 800px;
	margin: 0 auto;
	background: #fff;
}

a{
	color: #141414;
}

.header_box{
	padding: 16px 18px 0 60px;
}

.header_box h1{
	float: left;
	padding: 48px 0 0 0;
}

.logo_summer{
	float: right;
}

#main_contents{
	padding: 40px 0 0 60px;
}

.left_img{
	float: left;
	width: 240px;
}

.photo{
	width: 240px;
	height: 350px;
	background: url(../images/maruta/photo_maruta.jpg) no-repeat;
	text-indent: -9999px;
}

.right_txt{
	float: right;
	width: 446px;
	font-size: 15px;
	color: #141414;
	line-height: 2;
}

#sugoroku_link{
	margin: 22px 0 0 0;
}

#sugoroku_link a{
	display: block;
	width: 240px;
	height: 61px;
	text-indent: -9999px;
	background: url(../images/maruta/btn_sugorokuya.gif) no-repeat;
}

#sugoroku_link a:hover{
	opacity: 0.7;
}

#link_txt{
	margin: 6px 0 0 5px;
	font-size: 12px;
}

#go_top_btn a{
	display: block;
	text-indent: -9999px;
	width: 280px;
	height: 37px;
	background: url(../images/intr/btn_go_top.gif) no-repeat;
	margin: 50px auto 0;
	padding: 0 0 60px 0;
}

#go_top_btn a:hover{
	opacity: 0.7;
}


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

.sp_hide{
	display: none;
}

#wrapper{
	width: auto;
	margin: 0 15px 0;
}

.header_box{
	padding: 15px 15px 0 15px;
}

.header_box h1{
	float: none;
	padding: 0 0 0 0;
}

.header_box h1 img{
	width: 100%;
}

.logo_summer{
	float: none;
	display: none;
}

#main_contents{
	padding: 20px 15px 0;
}

.left_img{
	float: none;
	width: auto;
}

.photo{
	width: 73%;
	height: auto;
	background: none;
	text-indent: 0;
	margin: 0 auto;
}

.photo img{
	width: 100%;
}

.right_txt{
	float: none;
	width: auto;
	margin: 50px 0 0 0;
}

footer{
	margin-left: 15px;
	margin-right: 15px; 
}

#sugoroku_link{
	margin: 22px 0 0 0;
}

#sugoroku_link a{
	display: block;
	width: 90%;
	height: auto;
	text-indent: 0;
	margin: 0 auto;
	background: url(../images/maruta/btn_sugorokuya.gif) no-repeat;
}

#sugoroku_link a img{
	width: 100%;
}

#go_top_btn a{
	text-indent: 0;
	width: 90%;
	height: auto;
	background: none;
	margin: 40px auto 0;
	padding: 0 0 30px 0;
}

#link_txt{
	margin: 6px 0 0 5px;
	font-size: 12px;
	text-align: center;
}

#go_top_btn a img{
	width: 100%;
}

}