@charset "utf-8";

#cont h1 {
background:none repeat scroll 0 0 #999999;
padding:12px 0 8px 20px;
width:100%;
}

#cont h1 span{
border-bottom:1px solid #FFFFFF;
color:#ffffff;
display:block;
font-size:16px;
line-height:1em;
padding:0 0 8px 5px;
}

#cont h1.h_title{
color: #666;
margin-top: 3px;
margin-bottom: 10px;
font-size: 10px;
font-weight: normal;
background-color:transparent;
padding:0;
}

.main_image {
width: 100%;
/*margin-bottom: 20px;*/
}


/*book_boxの設定*/
.book_box {
color:#333333;
font-size:14px;
line-height:150%;
padding-top:5px;
width: 100%;
margin-bottom: 15px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCCCCC;
}
.book_box h3 {
font-size: 16px;
color: #003399;
font-weight : bold;
margin-bottom: 10px;
}

.book_box p{
line-height:1.5em;
}
.book_box .left {
margin-right: 15px;
margin-left: 0px;
}
.book_box .left img {
border: 1px solid #999999;
}

.book_box .right {
width: 70%;
}
.book_box .right ol {
list-style-position: outside;
list-style-type: decimal;
margin-left: 20px;
}
.book_box .right ul {
list-style-position: outside;
list-style-type: disc;
margin-left: 20px;
}



/*ナビの設定*/
#nav_box {
padding-bottom: 20px;
}
#nav_box ul {
width: 500px;
}
#nav_box ul li {
display: inline;
}


/*h2設定始まり*/
table.border-b {
height: 3px;
width: 100%;
border-collapse: collapse;
}
table.border-b .line_l {
background-color: #999999;
width: 190px;
}
table.border-b .line_c {
width: 1px;
}
table.border-b .line_r {
background-color: #999999;
width: 309px;
}

#cont h2{
background:url("../images/line_dott_999999.gif") repeat-x scroll 0 100% transparent;
}
#cont h2 span {
display:block;
font-size:14px;
line-height:1em;
padding:12px 0 10px;
}
#cont h2 span img {
background:none repeat scroll 0 0 black;
border:medium none;
margin-right:5px;
}
#cont h2 span.date {
text-align: right;
margin-top: -2.8em;
font-size: 12px;
font-weight: normal;
}
#instruction {
padding: 10px;
background-color: #FFECDF;
font-size: 12px;
line-height: 1.2em;
margin-bottom: 15px;
margin-top: 5px;
}
#instruction #instruct_title {
font-weight: bold;
margin-bottom: 0.5em;
color: #CE6C31;
}
/*h2設定終わり*/




.main_box {
color:#333333;
font-size:14px;
line-height:150%;
padding-top:5px;
width: 100%;
margin-bottom: 15px;
}
.main_box p{
line-height:1.5em;
margin-top: 5px;
margin-bottom: 10px;
}
.main_box h4{
margin-top: 10px;
margin-bottom: 10px;
}
.main_box h5{
font-size: 14px;
font-weight: bold;
margin-top: 10px;
}
.main_box h6{
font-size: 14px;
font-weight: bold;
color: #003399;
margin-bottom: 10px;
margin-top: 10px;
}

.main_box ol {
margin-left: 2.5em;
list-style-position: outside;
list-style-type: decimal;
margin-bottom: 10px;
}
.main_box ul {
list-style-type: none;
margin-left: 15px;
}
.main_box .line_dod {
border-bottom-width: 2px;
border-bottom-style: dotted;
border-bottom-color: #CCCCCC;
width: 480px;
margin-right: auto;
margin-left: auto;
margin-bottom: 30px;
}


#lineUp ul {
border:1px solid #999999;
list-style:none outside none;
font-size:12px;
padding-top: 15px;
padding-right: 20px;
padding-bottom: 15px;
padding-left: 20px;
margin-left: 0px;
}
#cont #lineUp ul li {
background:url("../../common/images/icon_arrow-r_box_FF0000.gif") no-repeat scroll 0 6px transparent;
line-height:2em;
padding-left:20px;
margin-bottom: 5px;
}
#cont #lineUp ul li span.blk {
display:block;
line-height:1.3em;
margin-left:70px;
}
.main_box #lineUp .coment {
font-size: 12px;
color: #1A39F9;
}

/*PDFダウンロード設定*/
#pdf_download {
margin-top: 10px;
margin-right: 10px;
margin-bottom: 20px;
margin-left: 10px;
}
#pdf_download h5{
font-size: 14px;
font-weight: bold;
margin-top: 10px;
margin-bottom: 10px;
background-image: url(../img/publish/mag_ojt/arrow_right_blue.gif);
background-repeat: no-repeat;
background-position: left 4px;
padding-left: 15px;
vertical-align: middle;
}
#pdf_download h5 img {
padding-left: 10px;
}

#pdf_download li  {
width: 230px;
float: left;
list-style-type: none;
margin-bottom: 20px;
}
#pdf_download p  {
font-size: 11px;
margin-top: 5px;
}
#pdf_download p img {
margin-bottom: 5px;
padding-left: 10px;
}


/*ページトップへ*/
.toTop {
text-align: right;
margin-bottom: 20px;
margin-top: 10px;
}

/* 2019/07/05 修正 */
.book_box {
   display: flex;
}