@charset "shift-jis";
/* ---------------------------------------------------------
	
	file name : page.css
	style info : 
	
--------------------------------------------------------- */

.wrapper {
	width:950px;
/*	overflow:hidden;
	background:url(../images/hires_smple.jpg) no-repeat;*/
}
.lbox {
	width:438px;
	float:left;
}
.rbox {
	width:512px;
	min-height:462px;
	float:right;
	background:url(../images/hires_bg.jpg) no-repeat;
}
.rbox h3 {
	margin:39px 0 0 60px;
}
.rbox p {
	padding:15px 12px 0 63px;
}
.rbox p img {
	float:right;
	padding:3px 52px 0 5px;
}
.rbox p.note {
	font-size:10px;
	margin:0 0 0 43px;
	padding:2px 20px;
	color:#666;
	position: relative;
}
.rbox p.note2 {
	font-size:10px;
	margin:0 0 0 63px;
	padding:0px 12px;
	color:#666;
	position: relative;
}
.rbox p.note2 span {
	position: absolute;
	top: 0;
	left: 0;
}
.rbox .btn {
	display:block;
	margin:12px auto;
}
.rbox a .btnsp {
		display:none;
}
@media (max-width:640px) {
	.wrapper {
		width:100%;

	}
	.lbox {
		width:100%;
		float:none;
		clear:both;
	}
	.lbox img {
		width:100%;
		height:auto;
	}
	.rbox {
		width:100%;
		height:none;
		min-height:0;
		float:none;
		background:#eee;
		overflow:hidden;
	}
	.rbox h3 {
		margin:1em 1em 0;
	}
	.rbox p {
		padding:1em;
		margin:0;
	}
	.rbox p img {
		float:right;
		padding:0 0 0 1em;
	}
	.rbox p.note {
		font-size:12px;
		padding:0 1em;
		color:#666;
		margin:0;
	}
	.rbox p.note2 {
		margin:0 10px;
	}
	.rbox .btn {
		display:none;
	}	
	.rbox a {
		text-decoration:none;
	}
	.rbox a span {
		display:block;
		text-align:left;
		color:#666;
		margin:1em;
		padding:.5em;
		border:1px solid #ccc;
		border-radius:3px;
		background:#fff;
	}
	.rbox a span img {
		position:relative;
		top:2px;
		left:2px;
	}
	.rbox a .btnsp {
		display:block;
		margin:1.5em auto;
		width:95%;
		height:auto;
	}
	.rbox img.btm {
		width:100%;
		height:auto;
	}
}
#contents {
	overflow:hidden;
}