@charset "UTF-8";
/* 画像・その他設定 */

/* イメージ用マージン
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ */

/* ボトム3ピクセル */
.mar03{
	margin-bottom: 3px;
}

/* ボトム5ピクセル */
.mar05{
	margin-bottom: 5px;
}

/* ボトム10ピクセル */
.mar10{
	margin-bottom: 10px;
}

/* ボトム15ピクセル */
.mar15{
	margin-bottom: 15px;
}

/* ボトム20ピクセル */
.mar20{
	margin-bottom: 20px;
}

/* ボトム20ピクセル */
.mar25{
	margin-bottom: 25px;
}

/* ボトム1行 */
.marParagraph{
	margin-bottom: 1em;
}



/* 特殊文字設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ */

.alignLeft{
	text-align: left;
}

.alignRight{
	text-align: right;
}

.alignCenter{
	text-align: center;
}

.red{
	color: #ff0000;
}

.green{
	color: #62a618;
}


/*　文字サイズ小さい　*/
.small{
	font-size: 0.9em;
}

/*　文字サイズさらに小さい　*/
.large{
	font-size: 1.2em;
}


/* ピクト設定（aタグに付ける）
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ */

/*　ブランクピクト　*/	
.blank{
	background-image: url(../../images/common/blank.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 0 17px 0 0;
}


/*　PDFピクト　*/	
.pdf{
	background-image: url(../../../images/common/pdf.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 3px 23px 3px 0;
}


/*　リンクピクト　*/
.link{
	background-image: url(../../../images/common/arrow-smooth.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 0 17px 0 0;
}


/* 読み上げ文字 */
.vi { 
	height: 0px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}


/* リスト設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ */

.listNormal{
	margin: 0 0 30px 25px;
}

.listNonePict{
	list-style-type: none;
	margin: 0 0 30px 0;
}

/*　注意用リスト　*/
.listCaution{
	padding: 0 0 1em;
}

.listCaution li{
	list-style-type: none;
	background-image: url(../../images/common/icon_caution.gif);
	background-position: 0 0.4em;
	background-repeat: no-repeat;
	padding-left: 15px;
}


/* テーブル設定
＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿ */

#right table{
	line-height: 1.4;
}

caption{
	font-weight: bold;
	padding: 5px;
}

/*無属性*/
.tableNormal{
	width: 100%;
	border: 1px solid #ccc;
	margin: 0 0 25px 0;
}

.tableNormal th{
	vertical-align: top;
	background-color: #F8F4ED;
	border: 1px solid #ccc;
	padding: 8px;
}

.tableNormal td{
	border: 1px dotted #ccc;
	padding: 8px;
}


/*無属性 ヘッダーセンター*/
.tableNormalTh_center{
	width: 100%;
	border: 1px solid #ccc;
	margin: 0 0 25px 0;
}

.tableNormalTh_center th{
	text-align: center;
	background-color: #F8F4ED;
	border: 1px solid #ccc;
	padding: 8px;
}

.tableNormalTh_center td{
	border: 1px dotted #ccc;
	padding: 8px;
}

/*無属性　全部センター*/
.tableNormal_center{
	width: 100%;
	line-height: 140%;
	border: 1px solid #ddd;
	text-align: center;
	padding: 1em 0;
	margin: 0 0 1em;
}
.tableNormal_center th{
	color: #fff;
	border-left: 1px solid #fff;
	background-color: #17a6b6;
	padding: 3px 5px;
}
.tableNormal_center td{
	background: #fff;
	border: 1px solid #ddd;
	padding: 3px 5px;
}
.tableNormal_center th:last-child{
	border-right: none;
}




/*無属性 ヘッダーセンター*/
.tableBorder{
	width: 100%;
	margin: 0 0 25px 0;
}

.tableBorder th{
	text-align: center;
	border-bottom: 2px solid #755d50;
	padding: 8px;
}

.tableBorder td{
	border-bottom: 1px solid #ccc;
	padding: 8px;
}




/*無属性 ヘッダーセンター*/
.tableDotted{
	width: 100%;
	margin: 0 0 25px 0;
}

.tableDotted th{
	text-align: center;
	border-bottom: 2px solid #755d50;
	padding: 8px;
}

.tableDotted td{
	border-bottom: 1px dotted #ccc;
	padding: 8px;
}

/*　サイズ補正用　*/
.width05{
	width: 5%;
}

.width10{
	width: 10%;
}

.width15{
	width: 15%;
}

.width20{
	width: 20%;
}

.width25{
	width: 25%;
}

.width30{
	width: 30%;
}

.width40{
	width: 40%;
}

.width50{
	width: 50%;
}

.width60{
	width: 60%;
}

.width70{
	width: 70%;
}

.width80{
	width: 80%;
}

.width90{
	width: 90%;
}

.width100{
	width: 100%;
}