@charset "utf-8";

/*---------------------------------------
    リセットCSS（編集不要）
----------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block;}nav ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent;}ins{background-color:#ff9;color:#000;text-decoration:none;}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}

*:after { display:block; clear:both; }

img {
  border: none;
	vertical-align: bottom;
}
ul {
  list-style: none;
}
em,
address {
  font-style: normal;
}
em {
  font-weight: bold;
}
body {
  background: #F4F4F4;
  font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1c1c1c;
  font-size: 100%;
  line-height: 1.5;
}
body > img {
  display: block;
  height: 0;
}
a {
	color:#eb7000;
	text-decoration: underline;
}
a:hover {text-decoration: none;}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#header a:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}

.fcR { color: #d5003a;}
.fwB { font-weight: bold; }
.taR {text-align: right!important;}
.mt0 {margin-top: 0!important;}
.flL {float: left;}
.flR {float: right;}
.taC {text-align: center;}
.clearfix { zoom: 1; }
.clearfix:after { content: ""; }


/***** contents *****/

#wrap {
	width: 980px;
	margin: 0 auto;
	background: #FFF;
	border-left: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
}
#header {
	padding: 20px 0 20px 40px;
	position: relative;
}
#fifth {
	position: absolute;
	top: 20px;
	right: 55px;
	zoom: 1;
}

#att_box {
	padding: 18px;
	background: url(../img/bg01.gif) repeat 0 0;
	zoom: 1;
}
#att_box ul {
	text-align: center;
	margin-top: 18px;
}
#att_box li {display: inline;}


#inner {
	margin: 15px 35px;
}

.list li {
	padding-left: 1em;
	text-indent: -1em;
}
.or_list li {
	padding-left: 15px;
	background: url(../img/lm01.gif)  no-repeat left 0.45em;
}
.att_list li {
	padding-left: 18px;
	background: url(../img/lm02.gif)  no-repeat left 0.3em;
}

.btn_area {
	margin: 30px auto;
	width: 640px;
}

#gaiyou_title {
	background: #BBB;
	text-align: center;
}
#gaiyou {
	border: 1px solid #BBB;
	margin-top: 15px;
}
#gaiyou th, #gaiyou td {padding: 10px 12px;}
#gaiyou th {
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	background: #EEE;
	white-space: nowrap;
	text-align: left;
	width: 220px;
}
#gaiyou td {border-bottom: 1px solid #BBB;}
#gaiyou tr:last-child th, #gaiyou tr:last-child td {border-bottom: none;}

#gaiyou td .fcR {
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}
#gaiyou td .fcR:first-child {margin-top: 0;}


.att {
	border: 1px solid #CBCCCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 40px;
}
.att dt {
	border-bottom: 2px solid #EB7000;
	padding: 15px;
}
.att dd {padding: 20px 15px;}

.att .or_list li {margin-bottom: 0.8em;}


#call {
	margin: 40px auto 20px;
	width: 856px;
}
#notice {margin:0 auto;}

.pagetop {
    margin: 20px 12px 20px 0;
    text-align: right;
}

