@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------
リセット
------------------------------------------------*/
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;}
table{border-collapse:collapse;border-spacing:0;}
fieldset{border:0;}
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,big,small{font-size:100%;font-weight:normal;}
select,input,textarea{font-size:100%;}
b,strong{font-weight:bold;}
em{	font-style:normal;}
a {border:0;}
a:link{color:#231815;}
a:visited{color:#231815;}
address,article,aside,figure,footer,header,hgroup,menu,nav,section{display: block;}
img{border:0;}

/*------------------------------------------------
デフォルト
------------------------------------------------*/
h1{
color:rgba(0,0,0,0);
}



/* ──────────────────────────────────────────
共通
────────────────────────────────────────── */
html{
	font-size:19px;
	-webkit-text-size-adjust:none;/* (100% | none | auto)*/
	line-height:1.3em;
height:100%;
}

body {
	font-family: Helvetica,Arial,sans-serif, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
	background:#ffffff;
}
img {
	line-height:0;
	}
.lh0 {
	line-height:0;
	}


/* ――――――――――――――――――――――――――――――――――――――――――
 display:inline/block
―――――――――――――――――――――――――――――――――――――――――― */
.d_inline { display: inline; }
.d_block { display: block; }



/* ──────────────────────────────────────────
 マージン
―――――――――――――――――――――――――――――――――――――――――― */
/* 上マージン
―――――――――――――――――――――――――――――――――――――――――― */
.mt_1 { margin-top: -1px !important; }
.mt_10 { margin-top: -10px !important; }
.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }

/* 左マージン
―――――――――――――――――――――――――――――――――――――――――― */
.ml0 { margin-left: 0 !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml30 { margin-left: 30px !important; }
.ml40 { margin-left: 40px !important; }
.mt45 { margin-top: 45px !important; }

/* 下マージン
―――――――――――――――――――――――――――――――――――――――――― */
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mt45 { margin-top: 45px !important; }

/* 右マージン
―――――――――――――――――――――――――――――――――――――――――― */
.mr0 { margin-right: 0 !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr30 { margin-right: 30px !important; }
.mr40 { margin-right: 40px !important; }
.mt45 { margin-top: 45px !important; }


/*------------その他------------*/

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

*.clearfix {
	min-height:1px;
}

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

*.clear {
	display:block;
	clear:both;
	line-height:1px;
	