@charset "utf-8";

/* Description : 共有設定 */

/* reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul li {
	list-style: none;
}

ol li {
	margin-left: 1.8em;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img {
	border: none;
	vertical-align: bottom;
}

hr {
	display:none;
	clear: both;
}

sub {
	font-size: 70%;
	vertical-align: baseline;
}

address {
	font-style: normal;
}

.imeOn {
	ime-mode: active;
}

.imeOff {
	ime-mode: disabled;
}

/* base */

body {
	margin: 0;
	padding: 0;
	line-height: 1.8;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-size: 75%;
}

a:link,
a:hover,
a:active,
a:visited {
	color: #900;
}

a:link,
a:visited {
	text-decoration: underline;
	/**/
	overflow: hidden;
	/**/
}

a:hover,
a:active {
	text-decoration: none;
}


/* parts */

.mow a:hover img
{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background: #fff;
}


/* text */

.t120b {
	font-size: 120%;
	font-weight: bold;
}



/* table */




/* specer */

.marB05 {
	margin-bottom: 5px;
}

.marB10 {
	margin-bottom: 10px;
}

.marB15 {
	margin-bottom: 15px;
}

.marB20 {
	margin-bottom: 20px;
}

.marB25 {
	margin-bottom: 25px;
}

.marB30 {
	margin-bottom: 30px;
}

.marB35 {
	margin-bottom: 35px;
}

.marB40 {
	margin-bottom: 40px;
}

.marT05 {
	margin-top: 5px;
}

.marT10 {
	margin-top: 10px;
}

.marT15 {
	margin-top: 15px;
}

.marT20 {
	margin-top: 20px;
}

.marT25 {
	margin-top: 25px;
}

.marT30 {
	margin-top: 30px;
}

.marT35 {
	margin-top: 35px;
}

.marT40 {
	margin-top: 40px;
}

.marR10 {
	margin-right: 10px;
}

.marR15 {
	margin-right: 15px;
}




/* clearfix */

.clearfix:after {
	content: ".";
	display: block;
	_display: inline-block;
	height: 0;
	clear: both;
	visibility: hidden;
}
