@charset "UTF-8";

body {
/*
	background:url(images/bg_main_image.jpg) repeat top center;
*/
	background:url(images/bg_article.jpg) repeat top center;
}

.all_width {

}

.std_width {
	position:relative;
}

.std_box {
	text-indent:110%;
	overflow:hidden;
	display:block;
	white-space:nowrap;
	width:100%;
	height:100%;
}

.sec_header{
/*
	background:url(images/bg_main_image.jpg) repeat-x top center;
*/
}

.sec_header img.std_w100_hauto {
	display:block;
}

header {
	position:absolute;
	width:100%;
	z-index:60;
}

.ja {
	position:absolute;
	z-index:70;
	width:200px;
	height:63px;
	background:url(images/header_ja.png) no-repeat left top;
	background-size:cover;
}

.sec1 {
	background-color:rgba(255,255,255,0.7);
}

.std_form.std_kakomi {
/*
	background-color:#f9f9f9;
*/
	background-color:white;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	margin-bottom:60px;
}

.std_form .std_form_dl dt {
    width: 17em;
		margin-left:1em;
		text-indent:-1em
}


.std_form .std_form_dl dd {
    margin-left: 19em;
}


.std_form .std_form_dl dd p.info {
	color:#22aeda;
}

.std_form .check_buy div.clearfix div {
	width:10em;
	float:left;
}



footer {
	background:none;
	border:none;
}

.copyright {
	margin-top:0px;
	padding:4em;
/*
	color:white;
*/
}


@media screen and (max-width: 768px) {

body {
/*
	background:url(images/bg_main_image_mb.jpg) repeat bottom center;
*/
	background:url(images/bg_article.jpg) repeat top center;
}

.sec_header2{
	position:absolute;
	width:100%;
	height:118px;
/*
	background:url(images/bg_main_photo.png) repeat-x top center;
*/
}


.std_form .std_form_dl dt {
    width: 100%;
}
.std_form .std_form_dl dd {
    margin-left: 0;
}

.std_form .check_buy div.clearfix div {
	width:100%;
	float:none;
}

footer {
	padding-top:0;
}

}/* media */










