@charset "utf-8";

/* リセット 
----------------------------------------------------------------------------------------------------- */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;/*行の高さをフォントサイズと同じにする*/
	font-feature-settings : "palt"; /*日本語フォントの詰め*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/*隣接するセルのボーダーを重ねて表示。間隔を0*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*画像を縦に並べた際に余白を0*/
img {
	vertical-align: top;
	font-size:0;
	line-height: 0;
}
a { 
	text-decoration:none;
}
/*
a:hover{
	opacity: 0.7;
}*/


/*全ページ共通　マージン
----------------------------------------------------------------------------------------------------- */
.mb0			    { margin-bottom:0 !important;}
.mb1px				{ margin-bottom:1px !important;}
.mb2px				{ margin-bottom:2px !important;}
.mb3px				{ margin-bottom:3px !important;}
.mb4px				{ margin-bottom:4px !important;}
.mb5px				{ margin-bottom:5px !important;}
.mb6px				{ margin-bottom:6px !important;}
.mb7px				{ margin-bottom:7px !important;}
.mb8px				{ margin-bottom:8px !important;}
.mb10px				{ margin-bottom:10px !important;}
.mb12px				{ margin-bottom:12px !important;}
.mb15px				{ margin-bottom:15px !important;}
.mb20px				{ margin-bottom:20px !important;}
.mb25px				{ margin-bottom:25px !important;}
.mb30px				{ margin-bottom:30px !important;}
.mb40px				{ margin-bottom:40px !important;}
.mb50px				{ margin-bottom:50px !important;}
.mb60px				{ margin-bottom:60px !important;}
.mb70px				{ margin-bottom:70px !important;}
.mb80px				{ margin-bottom:80px !important;}
.mb90px				{ margin-bottom:90px !important;}
.mb100px			{ margin-bottom:100px !important;}
.mb120px			{ margin-bottom:120px !important;}
.mb150px			{ margin-bottom:150px !important;}
.mb200px			{ margin-bottom:200px !important;}

.mb05em				{ margin-bottom:0.5em !important;}
.mb1em				{ margin-bottom:1em !important;}
.mb12em				{ margin-bottom:1.2em !important;}
.mb15em				{ margin-bottom:1.5em !important;}
.mb18em				{ margin-bottom:1.8em !important;}
.mb2em				{ margin-bottom:2em !important;}
.mb25em				{ margin-bottom:2.5em !important;}
.mb3em				{ margin-bottom:3em !important;}
.mb4em				{ margin-bottom:4em !important;}
.mb5em				{ margin-bottom:5em !important;}
.mb6em				{ margin-bottom:6em !important;}

.fw700				{ font-weight:700;}
.fw400				{ font-weight:400;}
.fwb					{ font-weight:bold;}
.fwn					{ font-weight:normal;}
.bbnone				{ border-bottom:none}


/* Clearfix
----------------------------------------------------------------------------------------------------- */
.clearfix:after {
	content:".";  /* 新しい要素を作る */
	display:block;  /* ブロックレベル要素に */
	clear:both;
	height:0;
	visibility:hidden;
}

.clearfix {
	min-height:1px;}

* html .clearfix {
	height:1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}