@charset "utf-8";

/* utility
=======================================*/

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



/* ----- table ----- 
.table {
	display: table;
}
.tableRow {
	display: table-row;
}
.table-cell {
	vertical-align: middle;
	display: table-cell;
}
.thValMid th,
.tdValMid td {
	vertical-align: middle !important;
}
.thCenter th,
.tdCenter td {
	text-align: center !important;
}
.thRight th,
.tdRight td {
	text-align: right !important;
}
.thBgW th,
.tdBgW td,
.tdBgW {
	background-color: #FFF !important;
	border-bottom: 1px solid #dadada !important;
	border-right: 1px solid #dadada !important;
}
.thBgB th,
.tdBgB td,
.tdBgB {
	background-color: #d4e0f4 !important;
}
.thBgW th:last-child {
	border-right: none !important;
}
.bdrRightW {
	border-right: 1px solid #FFFFFF !important;
}
.bdrRight {
	border-right: 1px solid #dadada !important;
}
th.indent01 {
	padding-left: 35px !important;
}
th.indent02 {
	padding-left: 50px !important;
}
.thNormal th {
	font-weight: 400 !important;
}
.thTxt100 th {
	font-size: 84% !important;
}
table .bgLv05,
.bgLv05 th {
	background-color: #c0d3f3 !important;
}*/

/* ----- bg ----- 
.bgGry {
	background-color: #EEEEEE !important;
}
.bgBlue,
table .bgBlue {
	background-color: #d4e0f4 !important;
}
.bgWhite {
	background-color: #FFFFFF !important;
}*/

/* ----- text ----- */
.center { text-align: center !important; }
.right { text-align: right !important; }
.left { text-align: left !important; }

.valignTop { vertical-align: top !important; }
.valignMid { vertical-align: middle !important; }
.valignBtm { vertical-align: bottom !important; }

.inlineBlc { display: inline-block; }
.break { clear: both; }

.floatL { margin: 0; padding: 0; float: left; }
.floatR { margin: 0; padding: 0; float: right; }

.aural { display: none; }

/* ----- parts ----- */
.boxShadow01 {
	-moz-box-shadow: 2px 2px #dadada;
	-webkit-box-shadow: 2px 2px #dadada;
	box-shadow: 2px 2px #dadada;
}
.linkWrap {
}
.heightClear {
	height: auto !important;
}


/* ----- margin ----- */
.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt55 { margin-top: 55px !important; }
.mt60 { margin-top: 60px !important; }
.mt100 { margin-top: 100px !important; }

.ml0 { margin-left: 0 !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }

.mr0 { margin-right: 0 !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }

.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }



/* ----- padding ----- */
.pt0 { padding-top: 0px !important; }
.pt05 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }
.pt55 { padding-top: 55px !important; }
.pl05 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl18 { padding-left: 18px !important; }
.pl1gyo { padding-left: 1em !important; }
.pr05 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }


/* ----- width ----- */
.w5 { width: 5% !important; }
.w10 { width: 10% !important; }
.w11 { width: 11% !important; }
.w12 { width: 12% !important; }
.w13 { width: 13% !important; }
.w14 { width: 14% !important; }
.w15 { width: 15% !important; }
.w16 { width: 16% !important; }
.w17 { width: 17% !important; }
.w18 { width: 18% !important; }
.w19 { width: 19% !important; }
.w20 { width: 20% !important; }
.w21 { width: 21% !important; }
.w22 { width: 22% !important; }
.w23 { width: 23% !important; }
.w24 { width: 24% !important; }
.w25 { width: 25% !important; }
.w26 { width: 26% !important; }
.w27 { width: 27% !important; }
.w28 { width: 28% !important; }
.w29 { width: 29% !important; }
.w30 { width: 30% !important; }
.w31 { width: 31% !important; }
.w32 { width: 32% !important; }
.w33 { width: 33% !important; }
.w34 { width: 34% !important; }
.w35 { width: 35% !important; }
.w36 { width: 36% !important; }
.w37 { width: 37% !important; }
.w38 { width: 38% !important; }
.w39 { width: 39% !important; }
.w40 { width: 40% !important; }
.w41 { width: 41% !important; }
.w42 { width: 42% !important; }
.w43 { width: 43% !important; }
.w44 { width: 44% !important; }
.w45 { width: 45% !important; }
.w46 { width: 46% !important; }
.w47 { width: 47% !important; }
.w48 { width: 48% !important; }
.w49 { width: 49% !important; }
.w50 { width: 50% !important; }
.w55 { width: 55% !important; }
.w60 { width: 60% !important; }
.w65 { width: 65% !important; }
.w70 { width: 70% !important; }
.w75 { width: 75% !important; }
.w80 { width: 80% !important; }
.w85 { width: 85% !important; }
.w90 { width: 90% !important; }
.w95 { width: 95% !important; }
.w100 { width: 100% !important; }