@charset "shift_jis";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,blockquote,th,td,p{
	line-height: 1.7;
	color: #424242;
}
img{
	vertical-align: top;
	line-height: 0;
}
#head{
	min-width: inherit;
	border: none;
	padding: 0;
	line-height: 0;
}
#headerArea{
	width: 100%;
	border-bottom: 1px solid #888888;
}
#headerAreaInr{
	width: 980px;
	margin: auto;
	padding: 15px 0;
}
#headerArea h1{
	float: left;
	width: 172px;
}
#headerArea p{
	float: right;
	width: 114px;
}
.spNoDisp{
	display: none;
}
#main{
	width: 100%;
	font-size: 1em;
}
#main .section{
	background: #ffffff;
	width: 100%;
}
#main .section .sectioninr{
	width: 980px;
	margin: auto;
	padding: 35px 0;
}
.mgn_b10{
	margin-bottom: 10px;
}
.h2_opt{
	color:#4d4d4d;
	padding: 5px 15px;
	font-size: 1em;
	color: #333333;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background: url(/common_img/h2_left.gif) repeat-y left top #F9F9F9;
	display: block;
	margin-bottom: 15px;
}
.bgimg{
	padding: 0 120px 15px 0;
	background: url("../img/img_sub.png") no-repeat right center;
	background-size: 80px auto;
}
table{
	width: 100%;
	margin: 15px 0;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
th,td{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
}
th{
	background: #F9F9F8;
	font-weight: bold;
	width: 15%;
	
}
table .attentiondl dt{
	float: left;
	width: 1.5em;
}
table .attentiondl dd{
	overflow: hidden;
}


.sectioninr.atnarea dl{
	margin-bottom: 15px;
}
.sectioninr.atnarea dt{
	margin-bottom: 5px;
}
.bggrayarea{
	background: #f7f7f8;
	padding: 20px;
}

.viewingatn{
	padding: 20px;
	background: #fff9f5;
	margin-top: 15px;
	font-size: 14px;
}
.viewingatn dt{
	margin-bottom: 5px;
	font-weight: bold;
}
.viewingatn dd{
	margin-bottom: 10px;
}

#attention{
	font-size: 14px;
}
#footerWrap,
#attention2{
	font-size: 14px;
}
#attention,
#attention2{
	width: 980px;
	margin: auto;
	border-bottom: none;
}
#attention2{
	padding-bottom: 0;
}
#attention{
	margin-top: 15px;
}
#footer{
	width: 980px;
	margin: auto;
	border: none;
	background: none;
}


.buttomtxt{
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.entryBtnArea .entryBtnlist a{
	display: block;
	color: #ffffff !important;
	background: #1a9abe;
	padding: 15px 15px;
	width: 60%;
	margin: 0 auto 15px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 5px;
	position: relative;
	box-shadow: 0px 4px #067493;
}
.entryBtnArea .entryBtnlist2 a{
	display: block;
	color: #ffffff !important;
	background: #13a31a;
	padding: 8px 10px;
	width: 100%;
	margin: 0 auto 15px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 5px;
	position: relative;
	box-shadow: 0px 4px #07800d;
}
.entryBtnArea.gray .entryBtnlist li:first-child span,
.entryBtnArea.gray .entryBtnlist2 li:first-child span{
	display: block;
	color: #ffffff !important;
	background: #d7d7d7;
	padding: 8px 10px;
	width: 100%;
	margin: 0 auto 15px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 5px;
	position: relative;
	box-shadow: 0px 4px #959595;
}
.entryBtnArea .entryBtnlist a:before,
.entryBtnArea.gray .entryBtnlist li:first-child span:before,
.entryBtnArea .entryBtnlist2 a:before,
.entryBtnArea.gray .entryBtnlist2 li:first-child span:before{
	width: 0;
	height: 0;
	border-left: 13px solid #fff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px;
}