@charset "EUC-JP";
/*
	2014/07/17
	commmon.css
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,nav,section{
	margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline
	}
article,aside,dialog,figure,footer,header,hgroup,nav,section{
	display:block
}
body{
	font-family: "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kakugo Pro W3", "メイリオ", "Meiryo", Verdana, Helvetica, Osaka, sans-serif;
	font-size: 12px;
	line-height:1.5;
	color: #222222;
}
a img{
	border:none;
}

table{
	border-collapse:separate;border-spacing:0
}
caption,th,td{
	font-weight:normal
}

table,td,th{
	vertical-align:top
}
blockquote:before,blockquote:after,q:before,q:after{
	content:""
}
blockquote,q{
	quotes:""""
}:focus{
	outline:0
}
ins{
	text-decoration:none
}
del{
	text-decoration:line-through
}
button::-moz-focus-inner{
	border:0
}
p { font-weight: normal;}
p.sub { font-weight: normal;}
p, dt, dd, li {/*IE用自動改行*/ word-break: break-all;}

ul,ol,li{
	list-style: none;
	line-height:1.5;
        list-style-type:none
}
/*
th,td{
	text-align: left;
}
*/

/* テキストリンク */
a {
	color: #2c2c2c;
	text-decoration: none;
}
a:active, a:visited { color: #2c2c2c; }
a:hover { /*text-decoration: underline;*/ }
a.underline{ text-decoration: underline; }
a.underline:hover{ text-decoration: none; }

/* マージン */

.mt5{ margin-top: 5px!important;}
.mt8{ margin-top: 8px!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;}
.mt50{ margin-top: 50px!important;}

.fleft { float:left!important;}
.fright { float:right!important;}

.lh0{ line-height: 0!important;}
.lh1{ line-height: 1!important;}
.lh2{ line-height: 2!important;}

.fs8px{ font-size: 8px!important; }
.fs10px{ font-size: 10px!important; }
.fs12px{ font-size: 12px!important; }
.fs14px{ font-size: 14px!important; }
.fs16px{ font-size: 16px!important; }
.fs18px{ font-size: 18px!important; }

.fw_normal{ font-weight: normal!important; }
.fw_bold{ font-weight: bold!important; }
.c_red{ color: #f00!important; }
.c_yellow{ color: #ffcc00!important; }

.aln_c{ text-align:center!important; }

/* ---------------- clearfix ----------------------*/
.cl:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.cl {
	display: inline-block;
}

/* exlude MacIE5 \*/
* html .cl {
	height: 1%
}

.cl {
	display:block;
}
/* end MacIE5 */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* exlude MacIE5 \*/

* html .clearfix {
	height: 1%
}

.clearfix {
	display:block;
}

/* end MacIE5 */
