@charset "utf-8";

.floatL { float: left; }
.floatR { float: right; }

.txt_10 { font-size: 10px; }
.txt_11 { font-size: 11px; }
.txt_12 { font-size: 12px; }
.txt_13 { font-size: 13px; }
.txt_14 { font-size: 14px; }
.txt_15 { font-size: 15px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }

.txt_b { font-weight: bold; }

.txt_c { text-align: center; }
.txt_l { text-align: left; }
.txt_r { text-align: right; }

.txt_red { color: #f00; }
.txt_blue { color: #1d48cb; }

.line_125 { line-height: 125%; }
.line_150 { line-height: 170%; }
.line_200 { line-height: 200%; }
.line_220 { line-height: 220%; }

.mt_30 { margin-top: 30px; }

.mb_5   { margin-bottom: 5px; }
.mb_10  { margin-bottom: 10px; }
.mb_15  { margin-bottom: 15px; }
.mb_20  { margin-bottom: 20px; }
.mb_25  { margin-bottom: 25px; }
.mb_30  { margin-bottom: 30px; }
.mb_40  { margin-bottom: 40px; }
.mb_50  { margin-bottom: 50px; }
.mb_60  { margin-bottom: 60px; }
.mb_70  { margin-bottom: 70px; }
.mb_80  { margin-bottom: 80px; }
.mb_90  { margin-bottom: 90px; }
.mb_100 { margin-bottom: 100px; }


.pl_60 { padding-left: 60px; }
.plr_20 { padding: 0 20px; }


.width60 { width: 60px; }
.width150 { width: 150px; }
.width180 { width: 180px; }
.width200 { width: 200px; }
.width210 { width: 210px; }
.width220 { width: 220px; }
.width250 { width: 250px; }
.width270 { width: 270px; }
.width280 { width: 280px; }
.width300 { width: 300px; }
.width320 { width: 320px; }
.width350 { width: 350px; }
.width370 { width: 370px; }
.width400 { width: 400px; }
.width420 { width: 420px; }
.width430 { width: 430px; }
.width450 { width: 450px; }
.width480 { width: 480px; }
.width500 { width: 500px; }
.width550 { width: 550px; }
.width600 { width: 600px; }
.width650 { width: 650px; }
.width700 { width: 700px; }
.width750 { width: 750px; }
.width800 { width: 800px; }

/* section
--------------------------------------*/
.box_common { width: 1153px; margin: 0 auto; position: relative; }

/* div
--------------------------------------*/
.inner_20 {
	padding: 0 20px;
}

.inner_30 {
	padding: 0 30px;
}


/* タイトル
--------------------------------------*/
.h2_common { /* h2 */
	background: url(../img/bg/bg_common_h2.png) no-repeat;
	padding: 25px 0 15px 20px;
	font-size: 26px;
	font-weight: bold;
}

.h3_common { /* h3 */
	border-left: 3px solid #072c61;
	padding: 10px 0 8px 40px;
	font-size: 22px;
	font-weight: bold;
}
/* テーブル
--------------------------------------*/
table.common {	width: 100%; border: 5px solid #fff; }

table.common th,
table.common td {
	border-bottom: 2px dotted #ded3ba;
	line-height: 180%;
	padding: 15px 15px;
	vertical-align: middle;
	font-size: 14px;
}

table.common th { font-weight: bold; text-align: center; }
table.common td { }
table.common .bgcolor { background-color: #dce1e9; }

