﻿@charset "UTF-8";

#wrapper{
	color: #666;
	background: url(images/bg_secondary.png ) top left; 
	padding:0 4.7%;
	text-align:left;
	}

#wrapper header{
	background-color: #fff;
	border-bottom: 6px solid #f4f6f9;
	margin:0 -4.93%;
	padding:0 4.7%;
	}

#wrapper header .mainNav{
	max-width: 640px;
	padding: 0;
	margin: 0 auto;
	zoom:100%;
	}
#wrapper header .mainNav:after{
	content:"";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
	}

header .mainNav .logo {
	float: left;
	margin: 0;
	max-width:372px;
	}

.close{
	width: 95px;
	padding-top: 15px;
	float: right;
	}

#wrapper .secondary{
	max-width: 640px;
	padding-top: 26px;
	margin: 0 auto;
	padding-bottom: 20px;
	}

@media screen and (max-width: 480px) {
	header .mainNav .logo {
		max-width: 70%;
	}
	.close{
		display:none;
		}
	#wrapper .secondary{
		padding-top: 10px;
		padding-bottom: 16px;
		}
	}

#self_title {
	margin-bottom:4px;
	}

#wrapper h1{
	margin-bottom: 0.75em;
	}
#wrapper p.read{
	margin-bottom: 0.5em;
	}


#wrapper .check_hyo{
	border-collapse:collapse;
	empty-cells:show;
	width:100%;
	margin-bottom: 20px;
	}
#wrapper .check_hyo th{
	font-weight: normal;
	text-align: left;
	border:1px solid #c3d7e9;
	}

.t_qe{
	background-color:#ef87b4;
	color: #fff;
	padding:8px;
	}

.t_yes{
	font-weight:bold;
	color:#cc3333;
	background-color:#fee8f2;
	width:10%;
	font-size: 12px;
	font-size:1.2rem;
	padding:8px;
	}
.t_no{
	font-weight:bold;
	color:#005bac;
	background-color:#f4f6f8;
	width:10%;
	font-size:12px;
	font-size:1.2rem;
	padding:8px;
	}

.td_yellow{
	background-color:#fff;
	padding:14px 8px;
	}
.td_red{
	background-color:#fee8f2;
	}
.td_blue{
	background-color:#f4f6f8;
	}

#wrapper .check_hyo th ul{
	margin:0 0 0 1.5em;
	padding:0
	}

#wrapper .check_hyo th ul li{
	font-size:13px;
	font-size:1.3rem;
	margin:0;
	padding:0;
	}

#wrapper .check_hyo td{
	border:1px solid #c3d7e9;
	padding:4px 8px 4px 8px;
	text-align: center;
	}

#wrapper #bt_check{
	display:block;
	max-width:280px;
	height:50px;
	overflow:hidden;
	margin: 0 auto;
	}

#wrapper .err_cell{
	background-color:#ccc !important;
	color:#c36;
}
	
#wrapper #err_box{
	border:1px solid #c36;
	background-color:snow;
	padding:8px 20px;
	color:#c36;
	margin-bottom: 20px;
}
	
.bt_download{
	margin-top:4px;
	text-align:center;
	color:#3cc;
}	

.copyRights {
	padding: 15px 0;
	width: 100%;
	background: #f4f6f8;
	border-top: 1px solid #fff;
	text-align: center;
}
.copyRights img {
	margin-bottom: 10px;
}
.copyRights p {
	font-size: 11px;
	font-size: 1.1rem;
	color: #8099b1;
	}

#wrapper .result{
	padding-top: 50px;
	}

/* thanks */
#thank_box{
	max-width: 640px;
	background-color: #fff;
	padding: 20px 30px 20px 30px;
	margin-bottom: 36px;
	}

#thank_box p.icon{
	margin:-50px 0 0 -60px;
	}

#thank_box h3{
	margin-bottom: 20px;
	}

.sheet_box{
	padding-bottom: 10px;
	border-bottom:1px dotted #ccc;
	zoom:100%;
	}
.sheet_box:after{
	content:"";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
	}

.sheet_box .left{
	float:left;
	width: 60%;
	box-sizing:border-box;
	padding-right: 4%;
	border-right:1px dotted#ccc;
	}
.sheet_box .left p{
	margin-bottom:1em;
	}

.sheet_box .right{
	float:left;
	width: 40%;
	box-sizing:border-box;
	padding-left: 4%;
	}

.bt_download a{
	display:block;
	margin:0 auto 16px auto;
	max-width:260px;
	height:50px;
	background:url(../images/download.gif) no-repeat left top;
	text-indent:-9999px;
	overflow:hidden;
	text-align:left;
	}
.bt_download a:hover{
	background-position: bottom;
	}


#thank_box h4{
	margin-top:1em;
	margin-bottom:1em;
	background:url(../images/print.gif) no-repeat left top;
	height:39px;
	font-size:20%;
	text-indent:-940px;
	overflow:hidden;
	}

.print-area{
	font-weight: bold;
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:1px dotted #ccc;
	}

.notice {
	font-size:12px;
	font-size:1.2rem;
	line-height:145%;
	color: #666;
	}


@media screen and (max-width: 768px) {
	#wrapper .result{
		padding-top: 30px;
		}
	#thank_box{
		padding: 20px 4.7% 20px 4.7%;
		margin-bottom: 20px;
		}
	#thank_box p.icon{
		margin:-50px 0 0 -40px;
		}
	#thank_box h3{
		margin-bottom: 1em;
		}
	.sheet_box .left{
		float:none;
		width: auto;
		padding-right: 0;
		border-right:0;
		}
	.sheet_box .right{
		float:none;
		width:auto;
		padding-left:0;
		text-align:center;
		}

	.print-area{
		font-weight: bold;
		margin-bottom:1em;
		padding-bottom:1em;
		border-bottom:1px dotted #ccc;
		}

	.notice {
		font-size:12px;
		font-size:1.2rem;
		line-height:145%;
		color: #666;
		}
	}

/* Sorry */

#sorry1_box{
	max-width: 640px;
	background-color: #fff;
	padding: 20px 30px 40px 30px;
	margin-bottom: 36px;
	zoom:100%;
	}
#sorry1_box:after{
	content:"";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
	}

#sorry1_box p.icon{
	float:none;
	margin:-50px 0 0 -60px;
	}

#sorry1_box h3{
	margin-bottom: 20px;
	}

#sorry1_box h5{
	float:left;
	width: 65%;
	box-sizing:border-box;
	padding-right: 4%;
	font-size:14px;
	font-size:1.4rem;
	margin-bottom:1em;
	}

#sorry1_box p{
	float:left;
	width: 65%;
	}
#sorry1_box p.images{
	float:right;
	width: 35%;
	box-sizing:border-box;
	padding-left: 4%;
	text-align:center;
	}

@media screen and (max-width: 768px) {
	#sorry1_box{
		padding: 20px 4.7% 30px 4.7%;
		margin-bottom: 20px;
		}
	#sorry1_box p.icon{
		margin:-50px 0 0 -40px;
		}
	#sorry1_box h3{
		margin-bottom: 1em;
		}
	}
@media screen and (max-width: 480px) {
	#sorry1_box{
		padding: 20px 4.7% 40px 4.7%;
		}
	#sorry1_box h5 {
		float: none;
		width: auto;
		padding-right: 0;
		margin-bottom:1.5em;
		}
	#sorry1_box p {
		float: none;
		width: auto;
		}
	#sorry1_box p.images {
		display:none;
		}
	}


.mb_result{
	font-size:12px;
	font-size:1.2rem;
	}
.mb_result strong{
	font-size:16px;
	font-size:1.6rem;
	font-weight:bold;
	color:#005BAC;
	text-decoration:underline;
	}

.mb_sheet_box{
	margin:0 0 1em 0;
	padding:0 0 1em 0;
	border-bottom:2px solid #ccc;
	}

.mb_sheet_box .left{
	margin:0 0 1em 0;
	padding:0 0 2em 0;
	border-bottom:1px dotted #ccc;
	}
.mb_sheet_box .right{
	text-align:center;
	}

.bt_data{
	margin:1em 0 0 0;
	}
.bt_data a{
	display:block;
	text-align:center;
	background-color:#EE87B4;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	}

.mb_print{
	margin:0 0 1em 0;
	padding:0 0 1em 0;
	border-bottom:2px solid #ccc;
	}

.mb_print h4{
	background:url() !important;
	font-size:15px !important;
	font-size:1.5rem !important;
	line-height:120% !important;
	margin:0 0 0.25em 0 !important;
	text-indent:0 !important;
	color:#005BAC;
	height:auto !important;
	}

.mb_print p{
	margin:0 0 0.25em 0;
	}

.sheet_chu{
	color:#c36;
	}

