@charset "UTF-8";
/* CSS Document */
 
/* ************************************************
 *	reset
 * ************************************************ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
img {
	vertical-align: top;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}



* {
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	font-size:100%;
	font-weight:normal;
	color:#333;
}


html {
	margin-bottom:1px;
	height:100%;
	overflow-y:scroll;
}

body {
	font-size:14px;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	margin-bottom:1px;
	height:14px;
	-webkit-text-size-adjust: none;
}

li {
	list-style:none;
}

img {
	border:0;
}

/* clearfix */
.clearfix:after {
	content: url(../../images/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	/display: inline-block;
}
/* Mac版IEを除外 */
.clearfix {
	overflow: block;
}

/* IE6 PNG */
* html img {
behavior: expression(
this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
this.src = this.src.match(/\.png$/) ? this.src.slice(0, this.src.lastIndexOf("/")+1) + "spacer.gif" : this.src,
this.style.behavior = "none"
);
}

/*.imgfloatL{float: left;margin:0 15px 15px 0;}
.imgfloatR{float: right;margin:0 15px 0 15px;}*/

.imgfloatL,
.imgfloatR{width: 100%;margin:15px 0;text-align: center;}

.imgfloatL img,
.imgfloatR img{width: 100%;height:auto;}

/* ---------------------------------------------
    inline align
--------------------------------------------- */
.inlineL { text-align: left;}
.inlineC { text-align: center;}
.inlineR { text-align: right;}


/* -------------------------------------
 *	リンクの色設定
 * ------------------------------------- */

a:link,a:visited {color:#fff;}
a:hover,a:active {color:#fff;}

.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}

.mb25{margin-bottom:25px;}
.mt110{margin-top:110px;}