@charset "utf-8";
/* ------------------------------------- */
/* Layout */
/* ------------------------------------- */
#container{
	font-family:"Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height:1.75;
}
#main{
	padding: 50px 0 0;
	color: #475059;
	font-size: 14px;
}
#main h2{
	font-weight: 300;
	font-size: 36px;
	margin-bottom: 50px;
	text-align: center;
}

#content p.comment{
	margin-bottom:20px;
	margin-left  :10px;
	margin-right :10px;
}

#main_inner h3{
	margin-bottom: 15px;
}

div#auth p.certification{
	color: #FF0000;
	margin-bottom: 20px;
	text-align: center;
}

div#auth p.certification span{
	font-weight: bold;
	font-size: 16px;
}

.caution_btn{
	width: 525px;
	background: none repeat scroll 0 0 #EEEEEE;
	border-radius: 5px 5px 5px 5px;
	padding: 20px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

p.txt_detail{
	margin: 10px 0 30px 0;
	text-align: center;
}

.caution_btn p{
	margin-bottom: 10px;
}

.caution_btn a.accept{
	background: url("/static/docs/PC/images/parts/button/button-accept_off.png") no-repeat scroll 0 0 transparent;
	margin-right: 20px;
	text-indent: -9999px;
	height: 67px;
	display: block;
	width:252px;
	float: left;
}

.caution_btn a.accept:hover{
	background: url("/static/docs/PC/images/parts/button/button-accept_on.png") no-repeat scroll 0 0 transparent;
	margin-right: 20px;
	text-indent: -9999px;
	height: 67px;
	display: block;
	width:252px;
	float: left;
}

.caution_btn a.refuse{
	 background: url("/static/docs/PC/images/parts/button/button-refuse_off.png") no-repeat scroll 0 0 transparent;
	 text-indent: -9999px;
	 height: 67px;
	display: block;
	width:252px;
	float: left;
}

.caution_btn a.refuse:hover{
	 background: url("/static/docs/PC/images/parts/button/button-refuse_on.png") no-repeat scroll 0 0 transparent;
	 text-indent: -9999px;
	 height: 67px;
	display: block;
	width:252px;
	float: left;
}


.not_found_area a{
	font-family: inherit;
	background-color: #0075c2;
	display: block;
	width: 320px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	border-radius: 4px;
}
.not_found_area a:hover{
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
