@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;
}





/* 特殊文字設定
------------------------------------------------- */
.alignRight{
	text-align:right;
}

.alignCenter{
	text-align:center;
}

.red{
	color: #AD2302;
}

.yellow{
	color: #eb7d00;
}


/*　文字サイズ小さい　*/
.fontsizeSmall{
	font-size: 0.95em;
}

/*　文字サイズさらに小さい　*/
.fontsizeMicro{
	font-size: 0.87em;
}




/*　ブランクピクト前につく　*/
.blankPict{
	background-image: url(../../images/common/pict_blank.gif);
	background-position: 0 0.3em;
	background-repeat: no-repeat;
	padding-left: 18px;
}

/*　ブランクピクト後につく　*/
.blankPictBack{
	background-image: url(../../images/common/pict_blank.gif);
	background-position: 100% 0.3em;
	background-repeat: no-repeat;
	padding-right: 18px;
	padding-bottom: 2px;
}


/* 読み上げ文字 */
.vi { 
	height: 0px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}


/* リスト設定
------------------------------------------------- */

/*　注意用リスト　*/

.listCaution li{
	background-image: url(../../images/common/icon_caution.gif);
	background-position: 0 0.4em;
	background-repeat: no-repeat;
	padding-left: 15px;
}

.redCaution{
	color: #ff0000;
	list-style-type: none;
	margin-bottom: 1.2em;
}

.redCaution li{
	background-image: url(../../images/common/icon_red_caution.gif);
	background-position: 0 0.4em;
	background-repeat: no-repeat;
	padding-left: 15px;
}



/* テーブル設定
------------------------------------------------- */
.table001{
	width: 100%;
	margin-bottom: 15px;
}

.table001 th{
	background-color: #C2E87C;
	border-bottom: 1px solid #ccc;
	white-space: nowrap;
	padding: 10px;
}

.table001 td{
	border-bottom: 1px solid #ccc;
	padding: 10px;
}


/*　サイズ補正用　*/
.width05{
	width: 5%;
}

.width10{
	width: 10%;
}

.width15{
	width: 15%;
}

.width20{
	width: 20%;
}

.width30{
	width: 30%;
}

.width40{
	width: 40%;
}

.width50{
	width: 50%;
}

.width60{
	width: 60%;
}

.width70{
	width: 70%;
}

.width80{
	width: 80%;
}

.width90{
	width: 90%;
}
