@charset "UTF-8";

/*基本設定--------------------*/ 

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; 
} 


h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

body {
	color: ;
	font-family: "メイリオ","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka,  Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	*font-size: small;
    *font: x-small;
	-webkit-text-size-adjust: none;
	background: url(../img/bg.gif) repeat;
}

img {
	border: 0;
	vertical-align:top;
}

strong {
	font-weight: bold;
}

a:link, a:visited,
a:hover, a:active {
	color: #222222;
	text-decoration: underline;
}

:focus {
	outline: 0;
}

ul{
	float:left;
}

ul li{
	float:left;
	list-style:none;
}

/*header--------------------*/

#header {
}

/*footer--------------------*/

#footer {
	clear:both;
	width:100%;
	background-color:#231815;
	padding:35px 0 30px;
}

#footer div{
	width:980px;
	margin:0 auto;
}

/*float--------------------*/

.clear {
	clear: both;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.img_float_l {
	float: left;
	margin-right: 10px;
}

.img_float_r {
	float: right;
	margin-left: 10px;
}

.center {
	width: 100%;
	text-align: center;
}

.right {
	width: 100%;
	text-align: right;
}


/*font--------------------*/

.font10 {
	font-size: 77%;
}

.font11 {
	font-size: 85%;
}

.font14 {
	font-size: 108%;
}

.font15 {
	font-size: 116%;
}

.font16 {
	font-size: 123.1%;
}

.font17 {
	font-size: 131%;
}

.font18 {
	font-size: 138.5%;
}

.font19 {
	font-size: 146.5%;
}

.font20 {
	font-size: 153.9%;
}

.fontb {
	font-weight: bold;
}

.font_red {
	color: #ff3700;
}

.font_orange {
	color: #f6b545;
}

/*margin--------------------*/


/*top*/

.mt5{
	margin-top: 5px;
}

.mt7{
	margin-top:7px;
}

.mt10{
	margin-top: 10px;
}

.mt15{
	margin-top: 15px;
}

.mt20{
	margin-top: 20px;
}

.mt25{
	margin-top: 25px;
}

.mt30{
	margin-top: 30px;
}

.mt50{
	margin-top: 50px;
}

.mt70{
	margin-top: 70px;
}

/*bottom*/
.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}
.mb73{
	margin-bottom:73px;
}

.ml170{
	margin-left:170px;
}


/*clearfix--------------------*/

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

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/*¥*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* */

.relative{
	position:relative;
}