@charset "UTF-8";

/*\*/
/*-------------------------------------------------------*/
/*  reset&initiarize 初期化
/*-------------------------------------------------------*/

* {
	color: #111; font-size: 14px; font-weight: normal; font-style: normal; line-height: 1.8; letter-spacing: 0.01em;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

html,body {
	margin: 0; padding: 0;
}

body {
	text-align: center;
}

a , a span {
	color: #369;
	outline-width: 0 !important;
}

a:hover , a:hover span {
	color: #b40c04;
}

h1 , h2 , h3 , h4 , h5 , h6 , ul , li , dl , dt , dd , p , form {
	margin: 0; padding: 0;
}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

li { list-style: none; }

img { border: none; }

table {}

th { text-align: left; vertical-align: top; }

td { vertical-align: top; }

textarea {}

address {}

/*-------------------------------------------------------*/
/*  common 共通
/*-------------------------------------------------------*/

.cfont01 { color: #f00; }
.cfont02 { color: #600; }
.cfont03 { color: #912400; }
.fsize10 { font-size: 0.95em; }
.fsize12 { font-size: 12px; }
.fsize14 { font-size: 14px; }
.fsize16 { font-size: 16px; }
.fsize18 { font-size: 18px; }
.fsize20 { font-size: 20px; }
.fbold { font-weight: bold; }
.tcenter { font-weight: center; }
.tright { font-weight: right; }
.tleft { font-weight: left; }

.m05 { margin-top: 05px; }
.m10 { margin-top: 10px; }
.m15 { margin-top: 15px; }
.m20 { margin-top: 20px; }
.m25 { margin-top: 25px; }
.m30 { margin-top: 30px; }
.m35 { margin-top: 35px; }
.m40 { margin-top: 40px; }
.m45 { margin-top: 45px; }
.m50 { margin-top: 50px; }
.m55 { margin-top: 55px; }
.m60 { margin-top: 60px; }
.m75 { margin-top: 75px; }

.mb15 { margin-bottom: 15px; }

.none { display: none; }

/*-------------------------------------------------------*/
/*	clear  */
/*-------------------------------------------------------*/

.cboth {
	clear: both; height: 0; line-height: 0; font-size: 0;
}

div.clearfix {  
	zoom: 1;/*for IE 5.5-7*/  
} 

div.clearfix:after {
    content:".";
    display: block;
    height: 0;
    font-size: 0; line-height: 0;
    clear: both;
    visibility: hidden;
}

* html div.clearfix:after {
	height: 1px;
}
