@charset "utf-8";
/* CSS Document */


.mainviual{
	width: 100%;
	height: 520px;
	background:url(../img/question/p_01.jpg) center top no-repeat;
	position: relative;
}

h2.main_title{
	z-index: 100;
	text-align: center;
	line-height: 520px;
	color: #FFF;
	font-size: 220%;
	letter-spacing: 3px;
	font-weight: normal;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
span.ss_title{
	font-size:77%;
}

/*--====== パンくずリスト ======--*/
#pan_box{
	width:100%;
	height:35px;
	margin:0 auto;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	background: #f1f1f1;
	color:#535353;
}
#pan_list{
	width:1100px;
	height:35px;
	color:#333;
	margin:0 auto;
}
/* リスト */
ol.topic-path {
list-style-type: none; /* リストマーク非表示 */
line-height:35px;
font-size:77%; /* 文字サイズ */
letter-spacing:2px;
}
/* リスト項目 */
ol.topic-path li {
display: inline; /* 項目を横並び */
}

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


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


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: 20px; /* 右パディング */
background: url(../img/navi-marker.gif) no-repeat right ; /* 矢印記号（※） */
}
/* リンク色 */
ol.topic-path li a {
color:#1b465b;
text-decoration:underline;
}
/* リンク色（マウスオーバー） */
ol.topic-path li a:hover{
	color:#F30;
}
/*--====== ここまでパンくずリスト ======--*/



.content{
	width: 1100px;
	height: auto;
	margin:0 auto;
	padding-bottom: 250px;
}


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


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








