@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, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin : 0;
	padding : 0;
	border : 0;
	outline : 0;
	font-size : 100%;
	font-family : inherit;
	vertical-align:middle;
	background : transparent;
	letter-spacing: 0;
}

:focus {
	outline : 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	font: 100%;
}

ol, ul {
	list-style : none;
}
	

address{ font-style:normal;}

img{ border:none;}

.clearFix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}

.clearFix {
	display: inline-table;
}

.clearFix {
	display: block;
}

.clearbr{clear:both; height:15px;}

.tonext{
	clear:both;
	width:570px;
	height:20px;
	text-align:right;

}

.mt30{margin-top:30px;}
.mt15{margin-top:15px;}
.mt10{margin-top:10px;}
.mt5{margin-top:5px;}
.mb15{margin-bottom:15px;}
.mb40{margin-bottom:40px;}
.mb30{margin-bottom:30px;}
.mb20{margin-bottom:20px;}
.mb10{margin-bottom:10px;}
.mb5{margin-bottom:5px;}
.ma5{margin:5px;}
.ma10{margin:10px;}
.ma15{margin:15px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.mrl5{margin-left:15px;}

.font-s { font-size: 0.8em; }
