@charset "UTF-8";

/* html5doctor.com Reset v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) - http://cssreset.com */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
/*article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*/
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
ol,ul {list-style:none;}

body{font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;color: #333;line-height: 140%;}
html{font-size: 62.5%;height:100%;}
ul{list-style: none; }
a, input{outline:none;}

/**** Start of "Micro cf" ****/

.cf { zoom: 1; }
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/* --------------------------------------------------------
	site setting
-------------------------------------------------------- */
.mt-5{
	margin-top:5px !important;
}
.mt-10{
	margin-top:10px !important;
}
.mt-15{
	margin-top:15px !important;
}
.mt-20{
	margin-top:20px !important;
}
.mt-30{
	margin-top:30px !important;
}
.mt-40{
	margin-top:40px !important;
}
.mb-5{
	margin-bottom:5px !important;
}
.mb-10{
	margin-bottom:10px !important;
}
.mb-15{
	margin-bottom:15px !important;
}
.mb-20{
	margin-bottom:20px !important;
}
.mb-30{
	margin-bottom:30px !important;
}
.mb-40{
	margin-bottom:40px !important;
}
.mtb-10{
	margin-top:10px !important;
	margin-bottom:10px !important;
}
.mtb-20{
	margin-top:20px !important;
	margin-bottom:20px !important;
}

.fs-11{
	font-size:1.1rem !important;
}
.fs-12{
	font-size:1.2rem !important;
}
.fs-14{
	font-size:1.4rem !important;
}
.fs-16{
	font-size:1.6rem !important;
}
.fs-18{
	font-size:1.8rem !important;
}
.fs-20{
	font-size:2.0rem !important;
}
.fs-22{
	font-size:2.2rem !important;
}
.fs-24{
	font-size:2.4rem !important;
}

.fw-normal{
	font-weight:normal !important;
}
.fw-bold{
	font-weight:bold !important;
}

.lh-120{
	line-height:120% !important;
}
.lh-140{
	line-height:140% !important;
}
.lh-160{
	line-height:160% !important;
}

.ta-center{
	text-align:center;
}
.ta-right{
	text-align:right;
}
.fl-left {
	float:left;
}
.fl-right {
	float:right;
}