@charset "UTF-8";
/*------------------------------------------------------------common*/
#pagetitle{
	background: url(../img/title_img/results.png) top center no-repeat;
	background-size: cover;
	min-height: 300px;
}
.pagetitle{
	position: relative;
}
.pagetitle h2{
	position: absolute;
	top: 115px;
	left: 10px;
	font-size: 48px;
	line-height: 90%;
}
.pagetitle p{
	font-size: 30px;
	font-weight: 700;
}
section {
	width: 100%;
	min-width: 1140px;
	padding: 60px 0;
}
h3 {
	font-family: "NotoSansBold";
	font-size: 30px;
	color: #B80032;
	margin-bottom: 30px;
}
h4 {
	font-family: "NotoSansBold";
	font-size: 18px;
	margin-bottom: 10px;
}
h5 {
	font-family: "NotoSansBold";
	font-size: 22px;
	margin-bottom: 20px;
}
.sec01, .sec02 {
	margin-bottom: 35px;
}
section p {
	margin-bottom: 6px;
}
/*------------------------------------------------------------price*/
.price_list{
	width: 900px;
	margin: 0 auto;
}
.price_list table{
	width: 900px;
	text-align: left;
	border-top: 1px #fff solid;
	border-left: 1px #fff solid;
	margin: 0 auto 20px;
}
.price_list th{
	border-right: 1px #fff solid;
	border-bottom: 1px #fff solid;
	color: #171c20;
	background: #dfdfdf;
	padding: 10px 20px;
}
.price_list td{
	border-right: 1px #fff solid;
	border-bottom: 1px #fff solid;
	background: #171c20;
	padding: 10px 20px;
}
.price{
	text-align: center;
}
.kome{
	text-align: left;
}
/*------------------------------------------------------------results*/
.small_ph{
	font-size: 0;
}
/*NewsBox*/
.newsbox {
	font-family: "NotoSansRegular";
	text-align: left;
	overflow: hidden;/* for modern browser */
}
.newsbox .news_text_area {
	zoom: 1;/*ie6*/
	overflow: hidden;	
}
.newsbox .news_text {
	line-height: 1.5;
}
.newsbox img {
	margin-bottom: 10px;
}
.newsbox a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.newstitle {
	font-family: "NotoSansBold";
	font-size: 20px;
	color: #FFF;
	background: url(../img/common_img/bg_dot.png);
	padding: 10px 0 10px 30px;
	margin-bottom: 20px;
}
.newstitle span{
	padding: 12px 5px;
}
.news_text
{
	border-bottom: 1px #7d0022 solid;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.news_text dt{
	clear: both;
	float: left;
	width: 80px;
	font-size: 16px;
	margin-bottom: 10px;
}
.news_text dd{
	float: left;
	font-size: 16px;
	margin-bottom: 10px;
}
.news_text dd:before{
	content: "："
}
.pdf_link {
	margin-top: 10px;
}
.pdf_link li {
	margin-bottom: 5px;
	text-align: left;
}
.pdf_link li a {
	padding:2px 0 2px 28px;
	display: inline-block;
	line-height: 1.4;
	text-decoration: underline;
	background: url(../img/common_img/icon_pdf.png) left top no-repeat;
	background-size: auto 22px;
}
.pdf_link li a:hover {
	text-decoration: none;
}
@media print, screen and (min-width:768px) {
.newstitle br {
	display:none;
}
}
/*PageNavi*/
.pagenavi {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	text-align: center;
}
.pagenavi li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}
.pagenavi li span {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px 10px;
	color: #fff;
	border: 1px solid #CCC;
	background: #171c20;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */
    -webkit-border-radius: 3px;
	/* Firefox */
    -moz-border-radius: 3px;
}
.pagenavi li a {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px 10px;
	color: #171c20;
	border: 1px solid #171c20;
	background: #dfdfdf;
	/* CSS3 */
	border-radius: 3px;
	text-shadow:1px 1px 0 #FFF;
	/* Webkit */
    -webkit-border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	/* Firefox */
    -moz-border-radius: 3px;
	background: -moz-linear-gradient(top, #fff, #eee);
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#ffeeeeee, endColorstr=#ffffffff);
	zoom: 1;
}
.pagenavi li span {
	color: #fff;
}
.pagenavi li a:hover {
	background: #171c20;
	color: #fff;
	border: 1px #fff solid;
}