@charset "utf-8";

/* ========================================================
 *
 *		ROVAL FAQ Style Sheet	
 *
 *		version	: 1.0
 *		update	: 2009/06/03
 *
 ========================================================*/
 

#sub_ttl {
	margin: 10px 0 30px;
	font-size: 120%;
}

#sub_ttl p {
	margin: 0 0 15px;
}

/* =====================================
	FAQ用ローカルナビ
===================================== */
.lnav02 {
	width: 195px;
	margin: 25px 0 0 0;
	font-size: 130%;
}

.lnav02 a {
	text-decoration: none;
}

.lnav02 li {
	height: 1%;
	border-bottom: solid 1px #bebebe;
}

#faq_child {
	padding: 0 0 10px 30px;
}

#faq_child li {
	height: 1%;
	border: none;
}

.lnav02 ul.current {
	background: #feeeef;	
}

#faq_child li a {
	display: block;
	padding: 0 0 0 20px;
	font-weight: normal;
	color: #5082b4;
	background: url(../images/arrow_02.gif) no-repeat 10px center;
}

#faq_child li a:hover {
	color: #ED171F;
}

#faq_child li.current a {
	font-weight: bold;
	color: #ED171F;
	padding: 0 0 0 20px;
	background: url(../images/arrow_02.gif) no-repeat 10px center;
}


.lnav02 li a,
.lnav02 li span {
	display: block;
	padding: 10px 0 10px 40px;
	background: url(../images/icon_navi.gif) no-repeat 10px center;
}

.lnav02 li.current a,
.lnav02 li.current span {
	font-weight: bold;
	color: #ED171F;
	background: #feeeef url(../images/icon_navi_r.gif) no-repeat 10px center;
}

#link_top {
	padding: 0;
	border-bottom: solid 1px #bebebe;
}

#link_top a {
	display: block;
	padding: 5px 0 5px 23px;
	background: url(../images/arrow_01.gif) no-repeat 15px center;
}

#link_top a.current {
	font-weight: bold;
	color: #ED171F;
	background-color: #feeeef;
}

.lnav02 ul {
	
}

/* =====================================
	PICK UP
===================================== */
.pick_box {
	margin-bottom: 30px;
	background: url(../images/pick_bg.gif) repeat-y left top;
	font-size: 120%;
}

.pick_box_wrap {
	background: url(../images/pick_bg_top.gif) no-repeat left top;
}

.pick_box_inner {
	padding: 10px 20px;
	background: url(../images/pick_bg_bottom.gif) no-repeat left bottom;
}

.pick_list {
	margin: 15px 0;
	padding: 5px;
	border: solid 1px #bebebe;
	background: #fff;
}

.pick_list li {
	height: 1%;
	padding: 15px 10px;
	background: url(../images/icon_q.gif) no-repeat 10px center;
	border-bottom: solid 1px #bebebe;
}

.pick_list a {
	display: block;
	padding: 0 0 0 40px;
	font-size: 120%;
	font-weight: bold;
}

.pick_box_inner .bn {
	border: none;
}

/* =====================================
	FAQ BOX
===================================== */
.faq_box {
	margin-bottom: 15px;
}

.faq_box .pagetop {
	margin: 0;
	padding: 10px 0 0;
}

.q_box,
.a_box {
	min-height: 36px;
	height: auto !important;
	height: 36px;
	border-bottom: solid 1px #bebebe;
}

.q_box {
	padding: 15px 15px 10px 55px;
	font-size: 140%;
	font-weight: bold;
	background: url(../images/icon_q.gif) no-repeat 10px 10px;
}

.a_box {
	padding: 15px 15px 0 55px;
	font-size: 120%;
	background: url(../images/icon_a.gif) no-repeat 10px 10px;
}

.a_box table {
	margin: 0 0 15px;
	font-size: 100%;
}

.a_box table td,
.a_box table th {
	padding: 5px 10px;
	border: solid 1px #bebebe;
}

.a_box table td.vtop {
	vertical-align: top;
}

.a_box table th {
	vertical-align: center;
}

.a_box p {
	margin-bottom: 15px;
}

.tb_gray {
	background: #f5f5f5;
}



/* =====================================
	Category
===================================== */
.cat_list {
	padding: 20px 0 0;
}

.cat_list li {
	float: left;
	width: 245px;
	margin-bottom: 10px;
}



/* =====================================
	汎用Class
===================================== */
.mr15 {
	margin-right: 15px;
}

.mt10 {
	margin-top: 10px;
}

.bold {
	font-weight: bold;
}

.big {
	font-size: 120%;
}

.red {
	color: #ED171F;
}


/* =====================================
	見出し
===================================== */
h3 {
	margin: 0 0 20px;
	padding: 5px 0 5px 15px;
	font-size: 140%;
	font-weight: bold;
	background: url(../images/ttl_level3.gif) no-repeat left top;

}

h3.bgno {
	margin-bottom: 0;
	padding: 0;
	background: none;
}




/* =====================================
	クラス指定しないボックス用フロート対策
===================================== */
.newslist:after,
.newsdetail .text:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.newslist,
.newsdetail .text {
	display: inline-block;
}
/* Hide for MacIE \*/
* html .newslist,
* html .newsdetail .text {
	height: 1%;
}
.newslist,
.newsdetail .text {
	display: block;
}
/**/


