@charset "utf-8";

/*------------------------
=01 default style reset
=02 clearfix
=03 common
=04 module form
=05 module common
=06 module item new/reco
=07 module news
------------------------*/



/* =01 default style reset
------------------------*/

body,div,dl,dt,dd,ul,li,ol,li,
h1,h2,h3,h4,h5,form,p,
table,th,td,address,input{
	margin:0;
	padding:0;
}

body{
	font-size:90%;
font-family:"メイリオ", Meiryo;
	color:#333;
	line-height:1;
}
	
a img,img{
	border:0;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}
	
caption,th{
    	text-align:left;
}
	
ul,li,ol,li{
	list-style:none;
}

a{
	color:#2286b0;
	outline:none;
	text-decoration:underline;	
}

a:hover{
	text-decoration:none;
}

address{
	font-style:normal;
}

textarea{
	width:98%;
	font-size:12px;
font-family:"メイリオ", Meiryo;
	margin:5px 0;
}

iframe{
	border:none;
}


/* =02 clearfix
------------------------*/

.clearfix{
	/zoom:1;
}

.clearfix:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}



/* =03 common
------------------------*/

.r_txt{
	text-align:right !important;	
}

.l_txt{
	text-align:left !important;	
}
	
.c_txt{
	text-align:center !important;	
}

.r_lnk{
	text-align:right;
	margin:0 !important;
}

.r_lnk a{
	line-height:150%;
	padding:0 10px 0 0;
	background:url(img/icon_arrow1.gif) no-repeat right 3px;
}



/* =04 module form
------------------------*/

/*______ 共通 ______*/

td input{
	margin:0 3px 3px 3px;
	padding:2px;
	position:relative;
	top:1px;
	}

td label{
	margin:5px 20px 0 0;
	}



/* =05 module common
------------------------*/

.news,
.new,
.reco{
	width:100%;
}

.news h2,
.new h2,
.reco h2{
	line-height:150%;
	font-family:"メイリオ", Meiryo;
	border-left:7px solid #0089A1;
	padding:0 0 0 10px;
	margin:0 0 20px 0;
}



/* =06 module item new/reco
------------------------*/

.new h2,
.reco h2{
	margin:0 0 20px 0;
}

.new table,
.reco table{
	width:100%;
	font-size:80%;
font-family:"メイリオ", Meiryo;
	border:1px solid #B5B5B5;
	margin:0 0 10px 0;
	clear:both;
}
	
.new th,
.new td,
.reco th,
.reco td{
	text-align:center;
	line-height:150%;
	/border-bottom:1px solid #B5B5B5;
}

.new th,
.reco th{
	padding:7px 5px 6px 5px;
	background:#F8F4F8;
	border-left:1px solid #B5B5B5;
	border-right:1px solid #B5B5B5;
	border-bottom:1px solid #B5B5B5;
}

.new th a,
.reco th a{
	color:#333;
	text-decoration:none;
}

.new th a:hover,
.reco th a:hover{
	color:#666;
}

.new td,
.reco td{
	padding:7px;
	border-left:1px dotted #B5B5B5;
	border-right:1px dotted #B5B5B5;
}

.new .point,
.reco .point{
	line-height:150%;
	margin:0 0 10px 0;
}

.new tr,
.reco tr{
	border-bottom:1px solid #B5B5B5;
}



/* =07 module news
------------------------*/

.news h2{
	margin:0 0 10px 0;
}

.news li{
	line-height:160%;
	padding:10px 0;
	border-bottom:1px dotted #B5B5B5;
}

.news li span{
	width:100%;
font-family:"メイリオ", Meiryo;
	font-weight:bold;
	color:#0089A1;
	float:left;
}

.news li p{
	width:100%;
	float:right;
}
