@charset "UTF-8";
/* common stylesheet */

/*--------------------------
resets
--------------------------*/
* {
	margin: 0;
	padding: 0;
	border: none 0;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
p, blockquote, address,
ul, ol, li,
dl, dt, dd,
table, thead, tbody, tfoot, tr, th, td,
img, span, embed {
	margin: 0;
	padding: 0;
	border: none 0;
	font-size: 100%;
	font-style: normal;
	line-height: 1.6;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

/*--------------------------
font settings
--------------------------*/
body {
	font-size: 12px;
	line-height: 1.6;
	color: #85a2b0;
	font-family: "Verdana", "San-serif";
}

.body {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.6;
}

.body_s {
	font-size: 83.4%;
	font-weight: normal;
	line-height: 1.6;
}

/*  文字サイズを10pt→12ptに/12pt→14ptに  */
.body_el {
	font-size: 120%;
	font-weight: normal;
	line-height: 1.6;
}

.body_date {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.6;
}

.body_mes {
	font-size: 120%;
	font-weight: normal;
	line-height: 1.6;
}

.body_mes_link {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.6;
	color: #C36;
}

.body_mes_link_card {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.6;
	color: #F63;
}

/*--------------------------
anchors
--------------------------*/
a {
	font-size: 100%;
	font-weight: normal;
	color: #85a2b0;
	line-height: 1.6;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #b5e2f2;
	text-decoration: none;
}

/*--------------------------
extra classes
--------------------------*/
.flt_r { float:right; }
.flt_l { float:left; }
.clr_bth { clear:both; }

.flt_r10 {
	float:right;
	margin-left: 10px;
}
.flt_l10 {
	float:left;
	margin-right: 10px;
}
.clr_bth { clear:both; }

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

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}.name_tomabechi {
	color: #F99;
	font-weight: bold;
}
.name_taidan {
	color: #0FF;
	font-weight: bold;
}
.lead_5jigen {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
}
.new_red {
	font-weight: bold;
	color: #F00;
}

