@charset "utf-8";
/* CSS Info
 FileName   : common.css
======================== */

/* base
----------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
html {
	overflow-y: scroll;
}
body {
 font-family: "メイリオ",  Meiryo, sans-serif;
 font-size: 16px;
 color: #666666;
 line-height: 160%;
}
table {
	border-collapse: collapse;
}
img {
	border: none;
}
li {
	list-style-type: none;
}

/* link
----------------------------------------------------*/
a:link {
	text-decoration: none;
	color: #0074B8;
}
a:visited {
	color: #0074B8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0074B8;
}
a:active {
	text-decoration: none;
	color: #0074B8;
}


/* rollover
----------------------------------------------------*/
a:hover img.hov {
	filter: alpha(opacity=84);
	-moz-opacity:0.84;
	opacity:0.84;
}

input.hov:hover {
	filter: alpha(opacity=84);
	-moz-opacity:0.84;
	opacity:0.84;
}

/* clear
----------------------------------------------------*/
/* ---IE7.IE8 clearfix--- */
.clearfix:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear {
	clear: both;
}

/* Adjustment
----------------------------------------------------*/
.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
}

.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
}

.mt40 {
	margin-top: 40px!important
}

.bold {
	font-weight: bold!important
}
.txtC1 {
	color: #c70606!important
}
.txtC2 {
	color: #666!important
}
.txtC3 {
	color: #e41717!important
}
.txtC4 {
	color: #e71819!important
}
.txtC5 {
	color: #990000!important
}
.txtC6 {
	color: #ff6600!important
}
.txtC7 {
	color: #cc0000!important
}
.txtC8 {
	color: #cf1a1a!important
}
.txtC9 {
	color: #be1c1c!important
}

.txtC10 {
	color: #eb0606!important
}

.txtC11 {
	color: #D01111!important
}

.txt_blue {
	color: #0000FF!important
}
.txtS10 {
	font-size: 10px!important
}
.txtS11 {
	font-size: 11px!important
}
.txtS12 {
	font-size: 12px!important
}
.txtS13 {
	font-size: 13px!important
}

.txtS14 {
	font-size: 14px!important
}

.txtS16 {
	font-size: 16px!important
}

.txtS18 {
	font-size: 18px!important
}

.alignL {
	text-align: left!important
}
.alignC {
	text-align: center!important
}
.alignR {
	text-align: right!important
}
.floatL {
	float: left!important
}
.floatR {
	float: right!important
}
.col2 .boxL {
	float: left;
}
.col2 .boxR {
	float: right;
}
.col3 .boxL {
	float: left;
}
.col3 .boxR {
	float: right;
}
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}
.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.w10 {
	width: 9%;
}
.w20 {
	width: 19%;
}
.w30 {
	width: 29%;
}
.w40 {
	width: 39%;
}
.w50 {
	width: 49%;
}
.w60 {
	width: 59%;
}
.w70 {
	width: 69%;
}
.w80 {
	width: 79%;
}
.w90 {
	width: 89%;
}
.w100 {
	width: 100%;
}

.mgC {
	margin-left: auto;
	margin-right: auto;
}

.vTop {
	vertical-align: top!important;
}

.vMid {
	vertical-align: middle!important;
}

.vBtm {
	vertical-align: bottom!important;
}

.maxWidth{
 max-width:100%;
}

.thC th {
 text-align: center;
}

.bg_blue {
	background-color: #E1F4FF!important
}

.bg_gray {
	background-color: #FCFCFC!important
}

.line_blue {
	border: 1px solid #0076B9;
}

.line_blue_box {
	border: 1px solid #0076B9;
	padding: 10px;
}

.line_gray {
	border: 1px solid #E1E1E1;
}

.line_gray_box {
	border: 1px solid #E1E1E1;
	padding: 10px;
}

.pt5 {
	margin-top: 5px!important
}
.pt10 {
	margin-top: 10px!important
}
.pt15 {
	margin-top: 15px!important
}
.pt20 {
	margin-top: 20px!important
}
.pt25 {
	margin-top: 25px!important
}

.pt30 {
	margin-top: 30px!important
}

.pt35 {
	margin-top: 35px!important
}

.pt40 {
	margin-top: 40px!important
}
.pt45 {
	margin-top: 45px!important
}

.pt50 {
	margin-top: 50px!important
}

/* end */
