@charset "UTF-8";
/*=================================================

float解除用 clear

=================================================== */
.clear {
clear:both;
}

br.clear {
	font-size: 1px;
	line-height: 100%;
	clear: both;
	}

div.clear {
	font-size:1px;
	line-height: 100%;
	clear:both;
}

/*=================================================

img関係

=================================================== */

/* imgfix set */
.imgfix{font-size:1px; line-height:1px;}
/* end of imgifix */

.floatleft{float:left; margin:0 10px 0 0;}
.floatimage{float: left; margin: 0 10px 15px 0;}
.floatimage2{float: left; margin: 0 20px 15px 0;}


/*=================================================
	
強調

=================================================== */

.stbold {font-weight:bold;}
.borderleft_blue {border-left:5px solid #114b8c;}
.jump03 {
	font-family: 'Arial','Verdana','Helvetica',sans-serif;
	font-size: 24px;
	line-height: 1.4;
	color: #ff6347;
}



/*=================================================

margin関係　/top right bottom left

=================================================== */

/*top*/
.mgtop10 {margin:10px 0 0 0;}
.mgtop20 {margin:20px 0 0 0;}

/*right*/
.mgrt5 {margin:0 5px 0 0;}
.mgrt10 {margin:0 10px 0 0;}
.mgrt20 {margin:0 20px 0 0;}

/*bottom*/
.mgbtm5 {margin:0 0 5px 0;}
.mgbtm10 {margin:0 0 10px 0;}
.mgbtm20 {margin:0 0 20px 0;}

/*left*/
.mglt05 {margin:0 0 0 5px;}
.mglt10 {margin:0 0 0 10px;}
.mglt20 {margin:0 0 0 20px;}


/*=================================================

フォントの設定

=================================================== */
/*font-size*/
 /*10px*/ .fs77 {font-size:77%;}
 /*11px*/ .fs85 {font-size:85%;}
 /*12px*/ .fs92 {font-size:92%;}
 /*13px*/ .fs100 {font-size:100%;}
 /*14px*/ .fs107 {font-size:107%;}
 /*15px*/ .fs114 {font-size:114%;}
 /*16px*/ .fs122 {font-size:122%;}
 /*17px*/ .fs129 {font-size:129%;}
 /*18px*/ .fs136 {font-size:136%;}
 /*19px*/ .fs144 {font-size:144%;}
 /*20px*/ .fs152 {font-size:152%;}
 /*21px*/ .fs159 {font-size:159%;}
 /*22px*/ .fs167 {font-size:167%;}
 /*23px*/ .fs174 {font-size:174%;}
 /*24px*/ .fs182 {font-size:182%;}
 /*25px*/ .fs189 {font-size:189%;}
 /*26px*/ .fs197 {font-size:197%;}

/*font-color*/
/*white*/ .fcwhite {color:#fff}
/*red*/ .fcred {color:#ff0000}
/*green*/ .fcgreen {color:#2a7c77}


/*=================================================

ライン高の設定

=================================================== */

.lh12 {
line-height:1.2;
}

.lh13 {
line-height:1.3;
}

.lh14{
line-height:1.4;
}

.lh18{
line-height:1.8;
}

.lh20{
line-height:2;
}


/* ------------------------------
	文字飛ばし
------------------------------ */

.hide {
text-indent:-9999px;
display:none;
}

/* ------------------------------
	文字位置
------------------------------ */

.text_center {
text-align:center;
}

/* ------------------------------
	table設定
------------------------------ */
.bg_blue {
background-color:#008db7;
}

.bg_forestgreen {
background-color:#288c66;
}
