@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: 100%;
	overflow: hidden;
}

.divineLeft {
}

.divineCtr {
	margin-left: 0px;
}

.divineRgt {
	margin-left: 0px;
}

.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: left;
	width: 60%;
	padding-top: 1em;
}

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

.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 dt {
	margin-bottom: 0.25em;
}

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

/* 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;*/
	background: #ffffff;
}

.customerVoiceArea p {
	width: 100%;
	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;
}



.introduceLine2 {
	line-height:180%;
	overflow: hidden;
	border-bottom: 1px dotted #F0D0A2;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.introduceArea h3{
	font-weight:bold;
	font-size:16px;
	color: #F84B52;
	padding:10px;
}
.introduceArea p{
	line-height:140%;
	padding:5px;
}
table.c_style{
	width: 100%;
	margin-bottom:20px;
}
table.c_style th{
	text-align:left;
	padding:5px;
	line-height:180%;
	border:1px solid #ffffff;
	background:#e5fbe9;
}
table.c_style td{
	padding:5px;
	line-height:180%;
	border:1px solid #ffffff;
	background:#fcf5eb;
}
.qna_list li{
	background: url(../img/share/icon_00.jpg) no-repeat left 20%;
	padding:0px 10px 15px 10px;
}
.qna_list li a{
	color:#666666;
}

.question{
font-weight:bold;
font-size:14px;
color:#52b232;
}
.answer{
font-weight:bold;
font-size:14px;
color:#746540;
}

.media{clear:both; margin-bottom:10px;}

.media_left{
	width:110px;
	float:left;
}
.media_right{
	width:550px;
	float:right;
}

.contactArea{
clear:both;
}
.media_main{
	text-align:right;
	padding:10px;
}
.list{
	width: 100%;
	float:left;
}

.listspec{
float: right;
width: 69%;
}
.profspec{
float: right;
width: 65%;
}

.kantei{margin-bottom:30px;}
.kantei dt{
	font-weight:bold;
	padding:10px;
	line-height: 1.5;
}
.kantei dd{
	padding:10px;
	line-height: 1.5;
	margin-left:30px;
	margin-bottom:20px;
	background:#fcf5eb;
  -moz-border-radius: 45px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
  behavior: url(ie-css3.htc);
}


.media_right {
width: 60%;
float: right;
}