@charset "utf-8";

/* ################################################################################ */
/*                                                                                  */
/* 表題: トップページCSS　                                                          */
/* 作成日: 2013-09-10                                                               */
/* 最終更新日: 2013-09-10       　                                                  */
/*                                                                                  */
/* ################################################################################ */



body {
	background: url(../img/share/bg_body_toppage.png) repeat-x top;
}

/* right content */

.introduceArea {
	border: 1px dashed #BDAA86;
	margin-top: -3px;
	padding: 15px 10px;
	font-size: 85%;
	margin-bottom: 30px;
}

.introduceLine {
	overflow: hidden;
	border-bottom: 1px dotted #F0D0A2;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.lastLine {
	border-bottom: none;
	padding-bottom: 0;
}

.divineLeft,
.divineCtr,
.divineRgt {
	float: left;
	width: 200px;
	overflow: hidden;
}

.divineLeft {
}

.divineCtr {
	margin-left: 20px;
}

.divineRgt {
	margin-left: 20px;
}

.thumb {
	float: left;
	width: 80px;
}

.thumb span {
	font-weight: bold;
	color: #FA4B54;
	text-align: center;
	display: block;
	margin-bottom: 0.25em;
}

.thumb img {
	border: 1px dotted #DB8A11;
	padding: 2px;
}

.divineGenre {
	float: right;
	width: 110px;
	padding-top: 1em;
}

.divineGenre dt {
	margin-bottom: 0.25em;
}

.divineGenre dl {
	margin-bottom: 0.75em;
}


.divineGenre ul {
	margin-left: -0.5em;
}

.divineGenre ul li {
	display: inline;
	background: url(../img/top/icon_intro.jpg) no-repeat left;
	padding-left: 0.75em;
	line-height: 1.25;
	margin-left: 0.5em;
	color: #72653F;
}

.prosperity {
	padding-top: 10px;
	clear: both;
}

.prosperity ul li {
	display: inline;
	background: url(../img/top/icon_intro.jpg) no-repeat left;
	padding-left: 0.75em;
	line-height: 1.25;
	margin-left: 0.5em;
	color: #72653F;
}


.prosperity dt {
	margin-bottom: 0.25em;
}

.prosperity dl dd {
	line-height: 1.25;
	padding-left: 0.25em;
	padding-bottom: 0.5em;
}

/* customer Voice Area */

.customerVoiceArea {
	border: 1px dashed #BDAA86;
	margin-top: -3px;
	padding: 15px 10px;
	margin-bottom: 30px;
	background: url(../img/top/bg_customer_voice.png) no-repeat right top;
}

.customerVoiceArea p {
	width: 300px;
	line-height: 1.5;
	margin-bottom: 30px;
}

.customerVoiceArea p.linkTxt {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}

.customerVoiceArea p.linkTxt a {
	color: #F84B52;
}

.customerVoiceArea p.linkTxt a:hover {
	text-decoration: none;
}

.customerVoiceBox {
	background: #FFFDFD;
	border-top: 1px solid #FFDFDF;
	border-bottom: 1px solid #FFDFDF;
	border-left: 1px solid #FFDFDF;
	padding: 15px;
	height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
}

.customerVoiceTxt {
	overflow: hidden;
	border-bottom: 1px dotted #F0D0A2;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.customerVoiceBox dl dt {
	float: left;
	clear: both;
	width: 54px;
	padding:5px 5px 5px 5px; 
}

.customerVoiceBox dl dd {
	margin-left: 54px;
	padding:5px 5px 5px 5px;
	line-height: 1.5;
}



