@charset "utf-8";
/*補正CSS*/
#main .entrydetail h3 {
font-size: 138.5%;
padding: 0 0 5px;
margin-bottom: 30px;
font-weight: bold;
border-bottom: 1px dotted #CCC;
zoom:1;
}
#main .entrydetail h3:before{
display:block;
content:".";
width:6px;
height:1.6em;
margin-right:10px;
text-indent:-999em;
vertical-align:middle;
float:left;
background: #1D235E;
}
#main .entrydetail h3:after{
  display:block;
  content:".";
  clear:left;
  height:0;
  overflow:hidden;
  visibility:hidden;
}
.topBnr li:nth-child(2n) {
margin-right: 0;
}
.recNav li span {
display: block;
width: 260px;
background-color: #fff;
text-decoration: none;
color: #000;
padding-top: 4px;
padding-bottom: 4px;
border-bottom: 1px #CCCCCC dotted;
}
/*
.pagetop {
position: fixed;
right: 40px;
bottom: 40px;
}
*/
#aform-2 .aform-content dl,#aform-3 .aform-content dl,#aform-4 .aform-content dl {
  background: #9CAF39;
}
#aform-2 .aform-header,#aform-3 .aform-header,#aform-4 .aform-header{
  border-color: #9CAF39;
}
#aform-2 .aform-content .submit input,#aform-3 .aform-content .submit input,
#aform-4 .aform-content .submit input{
  background: #9CAF39;
}
.aform-content .submit input {
cursor: pointer;
}

/* ===============================
　　　　　151022_追加
=============================== */
/* テキストのサイズ・太さ */
.fontsize150 {
font-size: 150%;
}
.fontsize130 {
font-size: 130%;
}
.fontsize115 {
font-size: 115%;
}
.fontsize90 {
font-size: 85%;
}
.fontsize70 {
font-size: 70%;
}
.bold{
font-weight: bold;
}

/* テキスト装飾 */
.mainCateTit {
font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
color: #1D235E;
border-top: 2px solid #1D235E;
border-bottom: 2px solid #1D235E;
}
.mainTit {
font-size: 174%;
font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
line-height: 1;
border-left: 6px solid #5158a0;
margin-bottom: 20px;
padding-left: 10px;
}
a.pdfIcon {
background-image: url(../img_common/pdf_icon.png);
background-position: right center;
background-repeat: no-repeat;
padding-right: 20px;
}
.bgcolor {
background-color: #f1f1f1;
padding: 10px 15px;
}

/* レイアウト調整 */
.floatR{
float: right;
display: block;
margin-left: 20px;
margin-bottom: 20px;
}
.floatL{
float: left;
display: block;
margin-right: 20px;
margin-bottom: 20px;
}
.cb{
clear:both;
}

/* 余白 */
.mb10{
margin-bottom:10px;
}
.mb20{
margin-bottom:20px;
}
.mb30{
margin-bottom:30px;
}
.mb50{
margin-bottom:50px;
}
/* =============== 151022 追加ここまで */