@charset "UTF-8";
/* Copyright (c) 2007, Microwave.,Co ltd. */
/* */
/* */
/*	標準化CSS ver.2008/03/13 */
/*	各種マージン、パディング、ボールドなどを初期化します。 */
/*	標準でフォントサイズが10pxになります。 */
/*	ページ作成時にフォントサイズをemで指定します。（可変対応） */
/*	16pxの大きさなら1.6emと指定します。子要素の継承がありますので、 */
/*	子要素などに指定する際は注意してください。 */


*{
	font-style:normal;
	line-height:130%;
}

html{
	/* height:100%; */
	font-size: 100.01%;
	font-style:normal;
	text-align:left;
	overflow-y:scroll;
}

body{
	/* height:100%; */
	font-family: "メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro" sans-serif !important;
	font-family: verdana,"ＭＳ Ｐゴシック", sans-serif;
	font-size:10px !important;
	font-size:59.5%;
	margin:0;
	padding:0;
}

body *{
	margin:0;
	padding:0;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	font-size:1em;
}

table {
	font-size:1em;
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	font-size:1em;
	border:0;
}

ol,ul {
	font-size:1em;
	list-style:none;
}

caption,th {
	font-size:1em;
	text-align:left;
}

q:before,q:after {
	font-size:1em;
	content:'';
}

abbr,acronym {
	border:0;
	font-size:1em;
}

small{
font-size:0.8em;
}

large{
font-size:1.2em;
}

th{
font-weight:100;
}

/* 回り込み解除 */
br.clear{
clear:both;
line-height:0px;
height:0px;
font-size:0px;
margin:0px;
padding:0px;
border:none;
}

/* テキスト飛ばし */
.fir{
text-indent:-1000%;
overflow:hidden;
font-size:0px;
}
.lu010 {
	margin-right: 10px;
}
.banner_txt {
	font-size: 14px;
	font-weight: 700;
	color: #F00;
	text-decoration: underline;
	padding-top: 3px;
	text-align: center;
	background-color: #F00;
	padding-bottom: 2px;
}
.banner_txta {
	font-size: 10px;
	font-weight: 500;
	text-align: center;
	padding-bottom: 7px;
	padding-top: 4px;
	background-color: #F00;
}
.flo {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.banner-02 {
	display: block;
	height: 126px;
	margin-bottom: 10px;
}
