@charset "utf-8";
/* CSS Document */

.itaku_outer {
	width: 95%;
	margin: 10px auto ;
}

.itaku_main_img {
	width: 100%;
	height: auto;
	margin: 0 auto ;
}

.itaku_text {
	padding: 10px;
	line-height: 1.3em;
background: #ededed;
background: -moz-linear-gradient(top,  #ededed 0%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top,  #ededed 0%,#ffffff 100%);
background: -o-linear-gradient(top,  #ededed 0%,#ffffff 100%);
background: -ms-linear-gradient(top,  #ededed 0%,#ffffff 100%);
background: linear-gradient(to bottom,  #ededed 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );

}



#CategoryDispArea li {
	background: linear-gradient(to bottom, #FFFFFF 0%, #F1F1F1 50%, #E1E1E1 51%, #F6F6F6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	position: relative;
	font-weight: bold;
	border-bottom: 1px solid #CECECE;
	padding: 12px 8px 12px 15px;
}

#CategoryDispArea li a {
	color: inherit;
	display: block;
	margin: -11px -8px -12px;
	overflow: hidden;
	padding: inherit;
	text-decoration: none;
}


#CategoryDispArea span.topics_arrow {
	background: url("/sp/images/common/nav-bottom-arrow.png") no-repeat scroll 98% center rgba(0, 0, 0, 0);
	display: inline-block;
	float: left;
	height: 8px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 5px;

}

.disp_on {
	background: #FFFFFF;
	border-bottom: 1px solid #CECECE;
	border-top: 1px solid #CECECE;
	margin: 0 auto;
	width: 100%;
}

.itaku_cause {
	display: block;
	list-style-type: none;
	margin: 1% auto;
	padding: 1%;
	width: 96%;
}


.itaku_cause .itaku_tittle {
	color: #FF6928;
	font-size: 14px;
	margin-bottom: 5px 0;
}

.itaku_img {
	width: 100%;
	margin-bottom: 10px;
}

.case_text {
	font-size: 14px;
	font-weight: 700;
}

.itaku_flow_btn {
	width: 90%;
	margin: 10px auto ;
}

/*flow*/

.itaku_flow_outer {
	width: 95%;
	margin: 10px auto ;
}

.flow_box {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #333333;
}

.flow_img {
	margin-bottom: 10px;
}

.flow_text {
	font-size: 14px;
	line-height: 1.3em;
}

.flow_nusk dt {
	color: #CC0000;
	font-weight: 700;
	margin-bottom: 5px;
}

.flow_nusk dd {
	margin-bottom: 5px;
}


/*quest*/
.quest_box {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #333333;
}

.quest_box dt {
	background: url("/sp/itaku/images/quest.png") no-repeat scroll 10px top;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
	padding: 0 0 0 47px;
	margin-bottom: 5px;
}

.quest_box dd {
	background: url("/sp/itaku/images/anser.png") no-repeat scroll 10px top;
	display: block;
	font-size: 14px;
	line-height: 23px;
	padding: 0 0 0 47px;
}


/*hoken*/

.hoken_tittle {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	background: #999999;
	line-height: 20px;
	margin-bottom: 10px;
	font-weight: 700;
}

.hoken_text {
	width: 96%;
	line-height: 1.3em;
	margin: 0 auto 10px;
	font-size: 14px;
}

.hoken_box dt {
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	color: #000000;
	background: #C0C0C0;
	line-height: 20px;
	margin-bottom: 10px;
	text-indent: 1em;
}

.hoken_sub_text {
	width: 96%;
	line-height: 1.3em;
	margin: 0 auto 10px;
	font-size: 14px;
}

.hoken_sub_box {
	width: 96%;
	margin: 0 auto 10px;
	line-height: 1.3em;
}

.hoken_sub_box li {
	margin-bottom: 5px;
}

.hoken_sub_text_caution {
	width: 96%;
	margin: 0 auto 5px;
	line-height: 1.3em;
}

.itaku_flow_outer .hoken_box dt.bgRed {
	color: #FFFFFF;
	background: #FF0000;
}



