@charset "utf-8";
/*===========================================
terms
===========================================*/
#contents { width: 1000px; float: none; }

#contents .desc { margin-bottom: 20px; padding: 10px; }

#terms-search { width: 918px; margin-bottom: 30px; padding: 15px 40px 40px 40px; position: relative; border: 1px solid #ECECE8; border-top: 3px solid #299736; border-radius: 3px; background: #FAFAFA; }
#terms-search .disable { display: none; }
#terms-search h1 { margin-bottom: 15px; padding-bottom: 5px; border-bottom: 1px solid #ECECE8; }
#terms-button { position: absolute; top: 60px; right: 40px; }
#terms-button li { margin-bottom: 5px; }
#terms-button li a { width: 100px; padding: 10px 0; text-align: center; display: block; font-size: 16px; text-decoration: none; color: #000; background: #FFF; border: 1px solid #ECECE8; border-radius: 3px; }
#terms-button li.active a,
#terms-button li a:hover { background: #FFFFBF; }

#terms-alphabet {}
#terms-alphabet ul {}
#terms-alphabet ul li { margin-right: 5px; margin-bottom: 5px; float: left; }
#terms-alphabet ul li:nth-child(10n+1){ clear: both; }
#terms-alphabet ul li a { width: 68px; padding: 10px 0; text-align: center; display: block; font-size: 16px; text-decoration: none; color: #000; background: #FFF; border: 1px solid #ECECE8; border-radius: 3px; }
#terms-alphabet ul li a:hover { background: #FFFFBF; }

#terms-kana {}
#terms-kana ul { float: left; }
#terms-kana ul li { margin-right: 5px; margin-bottom: 5px; }
#terms-kana ul li a { width: 68px; padding: 10px 0; text-align: center; display: block; font-size: 16px; text-decoration: none; color: #000; background: #FFF; border: 1px solid #ECECE8; border-radius: 3px; }
#terms-kana ul li a:hover { background: #FFFFBF; }

#terms-posts { margin-bottom: 40px; }
#terms-posts ul { padding: 0 20px; }
#terms-posts ul li { margin-bottom: 10px; width: 25%; float: left; }
#terms-posts ul li a { padding-left: 10px; background: url(../img/icon_arrow.png) no-repeat 0 50%; }

#terms-post {}
#terms-post .content { margin-bottom: 40px; }


/*===========================================
 カテゴリー下のコンテンツ
===========================================*/

#catBottom {
	margin-bottom:30px;
	padding-top:15px;
	padding-bottom:15px;
	border-top:5px solid #299736;
	border-bottom:5px solid #299736;
}
#catBottom h2 {
	padding:0 0 0 10px;
	margin-bottom: 10px;
	border-left: 5px solid #299736;
}
#catBottom p {
	margin:5px 10px 15px 10px;
	line-height:140%;
	word-break:break-all;
}
#catBottom h3 {
	border-bottom: 1px solid #299736;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #299736;
}
#catBottom h4 {
	position:relative;
	padding-left:20px;
	border-bottom:1px solid #ccc;
	font-weight: bold;
	line-height: 140%;
}

#catBottom h4:before{
	content:'';
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	height:8px;
	width:8px;
	display:block;
	position:absolute;
	top:4px;
	left:3px;
	background-color:#299736;
	box-shadow: 0 0 2px 2px rgba(225,225,225,0.2) inset
}

#catBottom table {
	margin:10px auto 20px auto;
	border:solid 1px #666666;
	width:50%;font-size:80%;text-align:center;
}
#catBottom th {
	font-weight:bold;
	text-align:center;
	border:solid 1px #666666;
	padding:3px;
	background-color:#EEEEEE;
}
#catBottom td {
	text-align:center;
	border:solid 1px #666666;
	padding:3px;
}


#catBottom dl { padding-top: 10px; }
#catBottom dl dt { margin-bottom: 10px; padding: 0 0 10px 35px; background: url(../img/icon_faq_q.png) no-repeat 0 0; border-bottom: 1px dotted #D9D9D0;}
#catBottom dl dd { margin-bottom: 30px; padding: 0 0 10px 70px; background: url(../img/icon_faq_a.png) no-repeat 35px 0; }

