@charset "utf-8";
/* -----------------------------------------
default.css
reset・初期設定・汎用クラス用css
----------------------------------------- */


/* reset
----------------------------------------- */

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,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,input,textarea,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: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6,th,input,textarea,select {
	font-size: 100%;
	font-weight: normal;
}

table {
	border: none;
	border-collapse: separate;
	border-spacing: 0;
}

th,td {
	text-align: left;
	border: none;
}

ol,ul,li {
	list-style: none;
}

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



/* 初期設定
----------------------------------------- */

body {
/*	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: sans-serif;
	color: #181818;
/*
	font-size: 87.5%;
*/
	font-size: 14px;
	line-height: 1.85;
}

a:link { color: #004898; }
a:visited { color: #004898; }

em,strong { font-weight: bold; }


/* 汎用クラス
----------------------------------------- */

.clearfix { zoom: 1; }
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0.01px;
}

.floatL { float: left; }
.floatR { float: right; }
	
.clear { clear: both; }
.ofHidden { overflow: hidden; }

.fontL { font-size: 114.3%; }	/* 16px */
.fontLL { font-size: 128.6%; }	/* 18px */
.fontXL  { font-size: 142.9%; }	/* 20px */
.fontS  { font-size: 92.9%; }	/* 13px */
.fontSS { font-size: 85.7%; }	/* 12px */

.txtBold { font-weight: bold; }
.txtRed { color: red; }
.txtOrange { color: #f08200; }

.taCenter { text-align: center; }
.taRight { text-align: right; }

.vaTop { vertical-align: top; }
.vaBtm { vertical-align: bottom; }

.hide { display: none !important; }

.indent { text-indent: 1em; }

.indentList .head {
	float: left;
	display: block;
	padding-right: 3px;
}
.indentList .text {
	overflow: hidden;
}

.w100 { width: 100%; }

.mt0  { margin-top:  0px !important; }
.mt5  { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }

.ml0  { margin-left:  0px !important; }
.ml5  { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }

.mr0  { margin-right:  0px !important; }
.mr5  { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }

.mb0  { margin-bottom:  0px !important; }
.mb5  { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.bgg { background-color: #ededed; !important; }

.ssid { background: url(/common/img/ico_ssid.gif) no-repeat 0 50%;
	padding-left: 38px;}

@media screen and (min-width: 900px) { br.min900 { display: none; } }
@media screen and (min-width: 800px) { br.min800 { display: none; } }
@media screen and (min-width: 700px) { br.min700 { display: none; } }
@media screen and (min-width: 600px) { br.min600 { display: none; } }
@media screen and (min-width: 500px) { br.min500 { display: none; } }
@media screen and (min-width: 400px) { br.min400 { display: none; } }

