﻿
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }
.vaTop { vertical-align: top !important; }
.vaMiddle { vertical-align: middle !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mr0,.numberList li:last-child { margin-right: 0 !important; }
.pb0 { padding-bottom: 0 !important; }
.pr0 { padding-right: 0 !important; }
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

#main .book dt {
	font-family: ""MS PGothic", "Osaka", Arial, sans-serif";
	font-weight: bold;
}

#main .book dt a {
	color: #e48e00;
}

#main .box {
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;
}

#conts .bottom {
	height: 5px;
	width: 759px;
	margin-bottom: 20px;
}

#conts .txt05 {
	padding-bottom: 0;
}

#conts .txt05 span {
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	padding: 3px 6px 0 5px;
}

#conts .s1 span {
	color: #259ed9;
	border: 1px solid #259ed9;
}

#conts .s2 span {
    color: #9f7cb0;
    border: 1px solid #9f7cb0;
}

#conts .s3 span {
    color: #908c66;
    border: 1px solid #908c66;
}

#conts .s4 span {
    color: #4aa240;
    border: 1px solid #4aa240;
}
#conts .s5 span {
    color: #81b100;
    border: 1px solid #81b100;
}
#conts .s6 span {
    color: #dd767f;
    border: 1px solid #dd767f;
}
#conts .s7 span {
    color: #e99c00;
    border: 1px solid #e99c00;
}
#conts .s8 span {
    color: #e06896;
    border: 1px solid #e06896;
}

#main .slideBox02 {
	padding: 15px 49px 9px;
	position: relative;
}

#main .slideBox02 li {
	width: 143px;
	float: left;
	border-right: 1px dotted #d2d2d2;
	padding: 0 13px;
}

#main .slideBox02 .img01 {
	text-align: center;
	height: 124px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

#main .slideBox02 .img01 img {
	display: inline;
}

#main .slideBox02 .btn li {
	width: auto;
	margin: 0 0 6px 0;
	border: none;
	padding: 0;
}

#main .slideBox02 .book {
	margin: 5px 0 8px;
}

#main .slideBox02 li:last-child {
	margin-right: 0;
	padding-right: 0;
	border: none;
}

#main .slideBox02 .prev {
	position: absolute;
	left: 0;
	top: 117px;
}

#main .slideBox02 .next {
	position: absolute;
	right: 0;
	top: 117px;
}

#main .slideBox02 dt {
	min-height: 42px;
}

#main .imgBox02 {
	margin-bottom: 21px;
}

#main .imgBox02 ul {
	margin-bottom: 3px;
}

#main .imgBox02 li {
	float: left;
	margin-right: 3px;
}

#conts h2 {
	margin-bottom: 10px;
}

#conts h4 {
	padding-bottom: 7px;
	margin-bottom: 5px;
	background: url(../image/h4_bg.gif) repeat-x 1px bottom;
}

#conts h4 span {
	color: #e54959;
	border-left: 6px solid #e54959;
	padding-left: 8px;
	display: block;
	font-size: 16px;
}

#conts p {
	font-size: 14px;
	color: #333;
	padding-bottom: 13px;
	line-height: 20px;
}

#conts p.description {
    width: 420px;
}

.contentBox {
	border: 1px solid #C5C5C5;
	border-radius: 5px;
	padding: 20px;
	position: relative;
	behavior: url(https://hanbai.mcfh.or.jp/js/pie.htc);
}

.contentBox .innerBox {
	padding: 15px 20px 0 18px;
}

#conts table.type01 {
	font-size: 14px;
	border-collapse: collapse;
	margin-bottom: 15px;
	border-top: 1px solid #ddd;
}

#conts table.type01 th,
#conts table.type01 td {
	border-bottom: 1px solid #ddd;
	line-height: 20px;
	padding: 14px 0;
}

#conts table.type01 th {
	background-color: #f5f5f5;
	width: 150px;
	padding-left: 18px;
	text-align: left;
	vertical-align: top;
}

#conts table.type01 td {
	padding-left: 12px;
	width: 537px;
}

.bg01 {
	background: url(../image/bg1_2.gif) repeat-y 0 0;
	width: 721px
}

.bg01.type02 {
	background-image: url(../image/bg2_2.gif);
	width: 680px
}

.bg01 .innerBg {
	background: url(../image/bg1_1.gif) no-repeat left top;
	padding-top: 23px;
}

.bg01.type02 .innerBg {
	background-image: url(../image/bg2_1.gif);
}

.bg01 .txt {
	background: url(../image/bg1_3.gif) no-repeat left bottom;
	padding: 0 8px 8px 21px;
}

.bg01.type02 .txt {
	background-image: url(../image/bg2_3.gif);
}

.bg01 .txt ul.step {
	margin-left: 7px;
}

.bg01 .txt ul.step li {
	position: relative;
	padding: 6px 0 0 31px;
	overflow: hidden;
}

.bg01 .txt ul.step li span.num {
	position: absolute;
	left: 0;
	top: 3px;
}






