@charset "utf-8"; 
/* CSS Document */
/* YUI3 CSS Fonts フォントサイズ対応表
10px:77%     11px:85%     12px:93% 
13px:100%    14px:108%    15px:116%
16px:123.1%  17px:131%    18px:138.5%
19px:146.5%  20px:153.9%  21px:161.6%
22px:167%    23px:174%    24px:182%
25px:189%    26px:197%
*/

#main_visual{
	width:100%;
	height:480px;
	position:relative;
	background:#903;
}

#main_center{
	width:980px;
	height:480px;
	margin:0 auto;
	position:relative;
}

h1{
	color:#FFF;
	font-size:600%;
	padding:120px 0 0 0;
}
h1 span.s_text{
	font-size:35%;
	padding-left:10px;
}

p.mainvisual_text{
	width:720px;
	font-weight:800;
	padding-left:10px;
	font-size:146.5%;
	line-height:30px;
	text-align:justify;
	color:#FFF;
}


p.phone{
	font-size:250%;
	font-weight:800;
	letter-spacing:2px;
	padding-top:15px;
	padding-left:10px;
	color:#FFF;
}


/*--====== パンくずリスト ======--*/



#pan_box{
	width:100%;
	height:70px;
	border-bottom:1px solid #d4d4d4;
}


#pan_list{
	width:980px;
	height:70px;
	color:#535353;
	margin:0 auto;
}

/* リスト */
ol.topic-path {
list-style-type: none; /* リストマーク非表示 */
line-height:70px;
font-size:123.1%; /* 文字サイズ */
}
/* リスト項目 */
ol.topic-path li {
display: inline; /* 項目を横並び */
}

ol.topic-path li.first{
	padding-left:30px;
}


ol.topic-path li.second{
	padding-left:10px;
}


ol.topic-path li.first {
	background-image:url(../img/top_pan.png) ;
	background-position:5% 0%; /*リストマーク左5％　上から５０％*/
	background-repeat:no-repeat;
}

/* リンクエリア */
ol.topic-path li a {
padding-right: 23px; /* 右パディング */
background: url(../img/navi-marker.gif) no-repeat right ; /* 矢印記号（※） */
}
/* リンク色 */
ol.topic-path li a {
color:#099;
text-decoration:underline;
}
/* リンク色（マウスオーバー） */
ol.topic-path li a:hover{
	color:#903;
}


/*--====== ここまでパンくずリスト ======--*/





#content{
	width:980px;
	height:auto;
	margin-top:25px;
	margin-bottom:250px;
}



h2.top_title{
	width:980px;
	height:50px;
	text-align:center;
	line-height:52px;
	font-size:200%;
	color:#494949;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-top:70px;
	margin-bottom:10px;
}


/*--=====アコーディオン=====--*/
dl.accordion {
	 width:980px;
	 height:auto;
	 background:#FFF;
	 font-size:146.5%;
	 margin-bottom:100px;
}
	 
dl.accordion dt {
	border-left:1px solid #903;
	border-right:1px solid #903;
	border-bottom:1px solid #903;
	height:70px; 
	text-indent:1.5em; 
	line-height:71px;
	color:#903; 
	font-weight:bold; 
	cursor:pointer;
}
dl.accordion dt:first-child{
	border-top:1px solid #903;
}
dl.accordion dt:hover{
	color:#F66;
	background:#f5f5f5;
	text-decoration:underline;
}
	
dl.accordion dt.open {
	color:#903;
}


dl.accordion dd {
	background:#862442;
	color:#FFF;
	padding:15px; 
	display:none;
	text-align:justify;
}

.red{
	color:#FFF;
	/*padding-left:15px;*/
	font-size:131%;
}
