@charset "utf-8";
/* CSS Info
 FileName   : common.css
======================== */

/* base
----------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
html {
	overflow-y: scroll;
}
body {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 160%;
	background: url(../images/common/bg01.png) repeat 0 0;
}
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
}

.txt_blue {
	color: #0000FF!important
}

.txt_red {
	color: #E20A16!important
}
.txt_pink {
	color: #CC335F!important
}

.txt_large {
	font-size: 11px!important
}
.txt_small {
	font-size: 10px!important
}

.alignL {
	text-align: left!important
}
.alignC {
	text-align: center!important
}
.alignR {
	text-align: right!important
}
.floatL {
	float: left!important
}
.floatR {
	float: right!important
}

.imgR {
	float: right;
	margin: 0 0 10px 10px;
}
.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.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%;
}

.font_mincho {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/* end */
