@charset "utf-8";


/**
//=========================================//
//--------------main-------------------//
//=========================================//
*/

.lead {
	width:320px;
	margin:auto;
	padding-bottom:20px;
}
#section_contents {
	margin : 10px 0 0 0;
}


.article_contents h3 {

	font-size:100%;
	margin:0 0 0.5em 0;
	color:#a57338;
	clear:both;
	background-color:#FFF;
	padding:0;
}
#icn_menu {
	margin-bottom:20px;
}


/*　画像説明系
---------------------------------------------------- */
.ill_01 a {
	display:block;
	background:url(../images/top/ill01.png);
	width:300px;
	height:229px;
	background-repeat:repeat;
	text-indent:-7777px;
	margin:0 auto 10px auto;
}
.bnr_tel a {
	display:block;
	background:url(../images/top/bnr_tel.png);
	width:300px;
	height:63px;
	background-repeat:repeat;
	text-indent:-7777px;
	margin:0 auto 10px auto;
}


.jirei ul {
	margin-bottom:20px;
}

.jirei ul li {
	background-image: url(../images/common/bg_line01.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	padding:0 0 4px 26px;
	margin:0 0 8px 0;
	font-weight:normal;
	 text-indent: -26px;
}

.jirei ul li a {
	padding:0 0 0 26px;
	background-image:url(../images/common/chip_linklist.png);
	background-position:3px 0;
	background-repeat:no-repeat;
}


/* 「※」付きなど用の文字インデント */

#content .ex {
padding-left: 1em; /*1em（1文字）分、右に動かす*/
    text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
	margin-bottom:1em;
}

.jirei ul li span {
	text-decoration:none;
	color:#65C245;
}


/*　midashi
---------------------------------------------------- */


/* info
---------------------------------------------------- */
#info {
	margin : 0 10px 15px 10px;
	clear:both;
}
#info li a {
	display:block;
	color:#444444;
	font-size:15px;
	line-height:1.5;
	letter-spacing:-1px;
	-webkit-background-size:23px 15px;
	border-bottom:1px solid #c0c9cd;
	overflow:hidden;
	padding:8px 5px 17px 5px;
}
#info li a span {
	color:#3261BF;
	font-size:12px;
	line-height:1.5;
}
#info li:last-child a {
	border-bottom:none;
}


.question {
	background-color:#F4F8E7;
	-webkit-border-radius:6px;
	padding:4px;
	margin-bottom:10px;
}

.question span {
	font-size:90%;
}

.list1 {
}

.list1 dt {
	border-bottom:1px dotted #CCC;
	padding:0 0 5px 3px;
	margin:0 0 5px 0;
	font-weight:bold;
	color: #5e9de0;
}

.list1 dd {
	margin-bottom:0.5em;
	padding:0 0 0 3px;
}

