html{
	min-width:1000px;
}
#contents *, .content *{box-sizing:border-box;}
header > .wrap,
main > * > .wrap,
footer > .wrap
{
	position:relative;
	width:1000px;
	max-width:100%;
	margin:0 auto;
}

a:hover{
	opacity:0.8;
}

header{
	background:#b7ebe7;
	border-bottom:2px solid #8ad1cc;
	padding:20px 0 30px;
}
header .lp-logo,
header .lp-description
{
	display:table-cell;
	vertical-align:middle;
}
header .lp-description{
	color:#604f3f;
	font-size:26px;
	font-weight:bold;
	padding:0 10px 0 20px;
}

footer{
	background:#b7ebe7;
	border-top:2px solid #8ad1cc;
	padding:20px 0 20px;
	margin-top:160px;
}

footer > .wrap{
	display:table;
}
footer > .wrap > p{
	display:table-cell;
	vertical-align:middle;
}
footer > .wrap > p.lp-footer-logo{
	white-space:nowrap;
	width:284px;
}
footer > .wrap > p.copyright{
	padding:0 10px 0 30px;
	text-align:left;
}
footer > .wrap > p.about{
	text-align:right;
	white-space:nowrap;
	padding-right:20px;
}
footer .topagetop{
	position:absolute;
	top:-90px; right:0;
	z-index:2;
	height:70px;
	width:130px;
	text-align:center;
}
footer .topagetop span{
	position:absolute;
	bottom:0; left:50%;
	margin-left:-65px;
	display:block;
	width:130px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	line-height:1.1;
	color:#666;
}
footer .topagetop:before{
	content:'';
	position:absolute; width:0; height:0;
	z-index:-1;
	top:-2px; left:50%; margin-left:-65px;
	border-bottom: 70px solid #8ad1cc;
	border-left:65px solid transparent;
	border-right: 65px solid transparent;
}
footer .topagetop:after{
	content:'';
	position:absolute; width:0; height:0;
	z-index:-1;
	top:0; left:50%; margin-left:-65px;
	border-bottom: 70px solid #b7ebe7;
	border-left:65px solid transparent;
	border-right: 65px solid transparent;
}

footer .topagetop:hover{text-decoration:none; opacity:1 !important;}
footer .about a{
	text-decoration:underline;
	color:#666;
}

/* request */
button.imaged{
	background:none;
}
button.imaged:hover{opacity:0.8;}
body.lp-request header .lp-header-title{
	background:url( '../imgs/request_header.png' ) no-repeat;
	width:812px;
	height:71px;
}
body.lp-request header .lp-header-title span{display:none}
body.lp-request #steps{
	margin:40px 0 30px;
}
body.lp-request #post_lp .form-explain{
	color:#e84994;
	font-size:10.5px;
}
body.lp-request #post_lp .form-group{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:inherit;
	border-bottom:1px dotted #ccc;
}
body.lp-request #post_lp .form-group:nth-of-type(1){
	border-top:1px solid #ccc;
}
body.lp-request #post_lp .form-group:last-child{
	border-bottom:1px solid #ccc;
}
body.lp-request #post_lp .js_addr .form-group:nth-of-type(1){
	border-top:inherit;
}
body.lp-request #post_lp .js_addr .form-group:last-child{
	border-bottom:1px dotted #ccc;
}
body.lp-request #post_lp .form-group > .control-label{
	background:#fefbec;
	line-height:1.8;
	border-right:1px solid #ccc;
}
body.lp-request #post_lp.step1 .form-group > .control-label{
	text-align:center;
}
body.lp-request #post_lp.step1 .form-group > .control-label.required:after{
	position:relative;
	display:block;
	margin:0 auto;
	top:inherit; right:inherit;
}
body.lp-request #post_lp .form-group .col-sm-10{
	padding:15px;
}
body.lp-request #post_lp .form-group .col-sm-10.labels{
	letter-spacing:-.4em;
	padding:10px 0;
}
body.lp-request #post_lp .form-group .col-sm-10.labels > *{
	letter-spacing:0;
}
body.lp-request #post_lp .form-group .col-sm-10.labels > label,
body.lp-request #post_lp .form-group .col-sm-10.labels > span.other
{
	display:inline-block;
	width:33.333%;
	padding:5px 15px;
	font-size:18px;
	font-weight:bold;
	color:#221815;
}
body.lp-request #post_lp .form-group .col-sm-10.labels input[type="checkbox"]{
	width:20px;
	height:20px;
}
body.lp-request #post_lp .form-group .col-sm-10.labels span.other{
	width:66.666%;
}
body.lp-request .data_step1{
	margin-bottom:30px;
	border:1px solid #13b5b1;
	background:#f5ffff;
	padding:15px;
}
body.lp-request .data_step1 .label{
	background:#fff;
	color:#555;
	border:1px solid #555;
	padding:3px;
	text-align:center;
	display:block;
	width:5em;
	font-size:14px;
	margin:4px 0;
}
button.default{
	background:#f4f4f4;
	background-image:linear-gradient( to top, #eee, #fefefe); 
	border:1px solid #aaa;
	border-radius:4px;
	padding:3px 10px;
	color:#666;
}
button.default:hover{
	opacity:0.8;
}
body.lp-request-send{
	background:#fefbec;
}
.pv40{padding-top:40px; padding-bottom:40px;}
.mv40{margin-top:40px; margin-bottom:40px;}
body.lp-request .error-msg{
	margin:6px 0;
	padding:4px 10px;
	border-radius:4px;
	background:#fff;
	color:#f05641;
	border:1px solid #f05641;
	display:inline-block;
}
body.lp-request .labels > .error-block{
	padding:0 15px;
}
.form-control.error{
	border-color:#f05641;
}

.required_input_left{
	position:fixed;
	z-index:10;
	top:20%;
	right:1px;
	background:rgba(242,153,75,0.8);
	border-radius:4px;
	color:#fff;
	padding:4px 10px;
	font-weight:bold;
}
.required_input_left .num{
	font-size:24px;
}

.landingpage_yconnect_trigger{
	display:inline-block;
	color:#666666;
	font-size:19.25px;
	font-weight:bold;
	border:1px solid #bbb;
	border-radius:4px;
	background: linear-gradient( #ffd65e, #febf04 );
	padding:8px 30px 8px 15px;
}
.landingpage_yconnect_trigger:after{
	content:'';
	display:inline-block;
	width:27px;
	height:27px;
	margin-left:4px;
	background:url( '../imgs/button_yahooid_opener.png' ) no-repeat;
	vertical-align:middle;
}
.landingpage_yconnect_trigger:hover{
	color:#666666;
	text-decoration:none;
	opacity:1;
	background: linear-gradient( #ffeb5e, #fec903 );
}
.landingpage_yconnect_trigger.opened{
	background: linear-gradient( #ffeb5e, #fec903 );
}
.landingpage_yconnect_trigger.opened:after{
	background:url( '../imgs/button_yahooid_closer.png' ) no-repeat;
}
#landingpage_yconnect_button{
	padding:10px 15px;
	background:#fffde3;
	border:1px solid #d1c0a5;
	margin-bottom:15px;
	font-size:19px;
}
.yconnectLogin_cell{
	text-align:center;
	width:240px;
}

body.lp-request-send #contents{
	line-height:1.4;
}
body.lp-request-send .send_line{
	position:relative;
	padding:50px 0;
	background:url( '../imgs/line_bg.png' ) no-repeat;
	background-size:contain;
}
body.lp-request-send .send_line:after{
	content:'';
	display:block;
	width:100%;
	height:10px;
	position:absolute;
	left:0; right:0;
	bottom:0;
	background:url( '../imgs/line_bg.png' ) no-repeat;
	background-size:contain;
}
body.lp-request-send .send_line > div{
	display:table;
	width:100%;
}
body.lp-request-send .send_line > div > div{
	display:table-cell;
	vertical-align:middle;
}
body.lp-request-send .send_line .send_line_explain{
	width:600px;
	font-size:22px;
	color:#000;
	padding-left:66px;
}
body.lp-request-send .send_line .send_line_button{
	width:390px;
	text-align:center;
}
body.lp-request-send .explain{
	font-size:21px;
	color:#000;
}
body.lp-request-send .explain .pink{
	color:#ea3681;
}
body.lp-request-send .explain .blue{
	color:#00a0e9;
}
body.lp-request-send .information{
	margin-bottom:80px;
}

/*
body.lp-request-send #lp-form-default-send .send_line_explain{
	width:auto;
	text-align:center;
	padding:0;
	display:block;
	line-height:1.7;
	margin-bottom:30px;
	font-size:27px;
}
body.lp-request-send #lp-form-default-send .send_line_explain .pink{
	font-weight:bold;
}
body.lp-request-send #lp-form-default-send .send_line_button{
	width:auto;
	display:block;
}
*/
body.lp-request-send #lp-form-default-send .explain{
	font-size:21px;
	line-height:2;
}
body.lp-request-send #lp-form-default-send .pamph p{
	font-size:27px;
	line-height:1.7;
}
body.lp-request-send #lp-form-default-send .to_top a{
	color:#00a0e9 !important;
	font-size:22px;
}


