@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !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; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

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

.floatL {
	float: left;
}

.floatR {
	float: right !important;
}

img {
	vertical-align: top;
}

li img,
dl img {
	vertical-align: baseline;
	display: block;
}

/*------------------------------------------------------------
	h2.h2Ttl
------------------------------------------------------------*/
#main .h2Ttl {
	padding: 5px 0 0 45px;
	font-size: 2.1em;
	font-weight: normal;
	background: url(../img/h2_icon.gif) no-repeat left center;
}

/*------------------------------------------------------------
	h2.h2Ttl01
------------------------------------------------------------*/
#conts .h2Ttl01 {
	padding: 9px 18px 4px;
	color: #5bcef4;
	font-size: 2.4em;
	font-weight: bold;
	background: url(../img/h2_ttl_bg.gif) repeat left top;
	border-top: 1px solid #5BCEF4;
	border-bottom: 1px solid #5BCEF4;
}

/*------------------------------------------------------------
	h3.h3Ttl01
------------------------------------------------------------*/
#conts .h3Ttl01 {
	margin-bottom: 27px;
	padding: 0 5px 7px;
	color: #585858;
	font-size: 2em;
	font-weight: normal;
	background: url(../img/h3_ttl_bg.gif) repeat-x left bottom;
}

/*------------------------------------------------------------
	h4.h3Ttl01
------------------------------------------------------------*/
#conts .h4Ttl01 {
	padding: 0 5px 7px;
	color: #5bcef4;
	font-size: 2em;
	font-weight: normal;
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
#conts .comTable {
	width: 100%;
	border-collapse: collapse;
}

#conts .comTable th {
	background-color: #ECECEC;
}

#conts .comTable th,
#conts .comTable td {
	padding: 5px 15px;
	font-size: 1.5em;
	font-weight: normal;
	border-bottom: 1px dotted #A4A4A4;
}

#conts .comTable tr:first-child td {
	padding: 0;
}

/*------------------------------------------------------------
	downLoadUl
------------------------------------------------------------*/
#conts .downLoadUl {
	margin: 0 20px 40px;
}

#conts .downLoadUl li a {
	padding: 5px 0 5px 35px;
	font-size: 1.4em;
	line-height: 1.9;
	display: inline-block;
	text-decoration: underline;
	background: url(../img/pdf_img.gif) no-repeat left top;
}

#conts .downLoadUl li a:hover {
	text-decoration: none;
}