@charset "UTF-8";
/*---------------------------------------------------------------
introduction/style.css
-----------------------------------------------------------------*/


.ttlpt1{
	font-weight:bold;
}

.ttlpt2{
	font-weight:bold;
	color:#1176de;
}




.main .contblock1{
	padding-bottom:70px;
}

.l-box{
	float: left;
	width: 404px;
}
.r-box{
	float: right;
	width: 250px;
}

.cap{
	font-size: 14px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 16px;
}



.main h2{
	margin-bottom:16px;
	height: 55px;
	width: 710px;
	background-image: url(../images/page_ttl.jpg);
}
.main h2 p{
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 15px;
}



.main-inner dl {
	display      : block;
	width        : 685px;
	/*min-height   : 30px;*/
	height       : auto;
	border-top: dotted 1px #7f7f7f;
}
.main-inner dl dt {
	float      : left;
	width      : 80px;
	height     : 18px;
	text-align : left;
	font-size: 14px;
	line-height: 20px;
	margin: 0px;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 13px;
	padding-left: 0;
}
.main-inner dl dd {
	float      : right;
	width      : 585px;
	height     : auto;
	text-align : left;
	font-size: 14px;
	line-height: 20px;
	margin: 0px;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 13px;
	padding-left: 0;
}

#news_navi{
	text-align: right;
	padding: 10px;
	background-color: #f0f0f0;
	margin-top: 25px;
}
#news_navi .in{
	float: right;
	height: 15px;
}
#news_navi .in span{
	font-size: 14px;
	margin-left: 10px;
	padding: 0px;
}
#news_navi .in span a{
	margin-left: 0px;
	padding: 0px;
}
*:first-child+html #news_navi .in span{
	float: left;
}
#news_navi .clear{
	margin: 0px;
	padding: 0px;
	height: 1px;
}


.main-inner #detail_navi{
	padding-top: 25px;
}
.main-inner #detail_navi .info{
	text-align: right;
	padding: 10px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c0c0c0;
}
.main-inner #detail_navi .prev{
	float: left;
	width: 105px;
}
.main-inner #detail_navi .next{
	float: right;
	width: 105px;
}
.main-inner #detail_navi .prev a,
.main-inner #detail_navi .next a{
	text-decoration: underline;
}



.side ul{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #fffcf4;
	border: 1px solid #c0c0c0;
}
.side ul .title{
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	background-color: #2086dd;
	text-align: center;
}
.side li{
	font-size: 12px;
	text-align: left;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 9px 12px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 25px;
	line-height: 140%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c0c0c0;
}
.side li.non{
	background-image: none;
	text-align: center;
}