@charset"utf-8";
/* reset
========================================*/
html, body, div, span, applet, object, iframe,  
h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
a, abbr, acronym, address, big, cite, code,  
del, dfn, em, font, img, ins, kbd, q, s, samp,  
small, strike, strong, sub, sup, tt, var,  
b, u, i, center,  
dl, dt, dd, ol, ul, li,  
fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td {  
    margin: 0;  
    padding: 0;  
    background: transparent;  
    border: 0;  
    outline: 0; 
    font-size: 1em;  
} 
html,
body {
height: 100%; 
}
body {
	color:#231815;
	font-size:14px;
	line-height:1.8em;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
ol, ul{
	list-style:none;
}
input, select {
    vertical-align:middle;
}
img{
	vertical-align: bottom;
	border:none;
}
/* setクラス
========================================*/
.bold{
	font-weight:bold;
}
.clear{
	clear:both;
}
.none{
	display:none;
}
/* img text-indent
========================================*/
.imgTxt{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/* overflow fix 
========================================*/
.overflowfix{
	overflow: hidden; position: relative;zoom:1;
}
/* web font 
================================================== */
