@charset "UTF-8";

/* fontサイズ表
	10px 	77%
	11px 	85%
	12px 	93%
	13px 	100%
	14px 	108%
	15px 	116%
	16px 	123.1%
	17px 	131%
	18px 	138.5%
	19px 	146.5%
	20px 	153.9%
	21px 	161.6%
	22px 	167%
	23px 	174%
	24px 	182%
	25px 	189%
	26px 	197%
	28px 	215.4%
	40px	307.7%
*/

/* ====== home設定 ====== */

#hello_img {
}

.topic_table,
.topic_table th,
.topic_table td{
	border: 1px solid #a99674;
	text-align: center;
	padding: 0 10px;
}

.topic_table {
	color:#333;
	margin-bottom: 10px;
}

.topic_table th {
	background-color: #ddd6c8;
} 

.topic_table td {
	background-color: #fff;
	vertical-align: top;
}

#renewal_list{
	background: url("../img/home/important.png") no-repeat 1em 0em;
	padding: 2em;
	padding-top: 2em;
	color: red;
	border: 1px solid #C5B69E;
	margin-top: 2em;
}

#renewal_list li{
	margin-left: 1em;
	margin-top: 2em;
	list-style: disc;
}

#h2_info{
	margin-top: 1em;
	background: url("../img/home/h2_info.png") no-repeat;
	width: 900px;
	height: 0;
	padding-top: 40px;
	line-height: 1.5;
	overflow: hidden;
}


#topic_text{
	padding: 5px;
	border: 1px solid #C5B69E;
	margin-bottom: 3em;
	margin-top: 2em;
	padding-left: 30px;
}

#topic_text2{
	margin-bottom: 3em;
	margin-top: 1em;
}

#topic_text2 a{
	color: red;
}

#topic_text>li{
	margin-left: 1em;
	list-style:disc;
	margin-bottom: 0.5em;
}

.topic_list {
	padding: 1rem;
    border: 1px solid #C5B69E;
    margin-bottom: 3em;
    margin-top: 2em;
}

.topic_list > li {
	margin-bottom: 1rem;
	line-height: 2.0;
}

.topic_list_headline {
	font-size: 1.08rem;
	color: #59472d;
}

.topic_list_headline:before {
	content: "●";
}

.topic_list_text_box {
	margin-left: 1rem;
}

.topic_list_text {
	margin-bottom: 1rem;
}


#info_list{
	max-height: 340px;
	margin-bottom: 50px;
}

#info_list li{
	padding: 1em 10px;
	border-bottom: 1px dashed #C5B69E;

}

.info_lavel {
	float: left;
	width: 90px;
	text-align: center;
}

.info_category {
	background: #C5B69E;
	color: #fff;
	border-radius: 5px;
	behavior:url(PIE.php);
}

.info_date{
}

.info_text{
	float: right;
	width: 740px;
}

#h2_product{
	margin-top: 2em;
	background: url("../img/home/h2_product.png") no-repeat;
	width: 900px;
	height: 0;
	padding-top: 40px;
	line-height: 1.5;
	overflow: hidden;
}

#product_list{
}

#product_list li{
	float: left;
	margin-right: 66px;
	width: 256px;
}

#product_list li:last-child{
	margin-right: 0px;
}

.product_name,
.product_text{
	color: #666;
}

a:hover .product_name,
a:hover .product_text{
	color: #000;
}

.product_name{
	font-size: 108%; /* 14px */
	border-left: 3px solid #C5B69E;
	padding-left: 10px;
}

.product_img{
	display: block;
	padding: 2px;
	border: 1px solid #ddd;
	behavior:url(PIE.php);
	box-shadow: 0 8px 6px -6px #999;
	position: relative;
	margin-top: 1em;
	margin-bottom: 1em;
}

.product_text{
}

#product_link{
	float: right;
	margin-top: 1em;
}

#product_link a{
	display: block;
	background: url("../img/home/more.png") no-repeat;
	width: 130px;
	height: 0;
	padding-top: 32px;
	line-height: 1.5;
	overflow: hidden;
}

#product_link a:hover{
	background-position: 0px -32px;
}

.bold{
	font-weight: bold;
	border-bottom: 1px solid red;
}

#announcement{
	margin-left: 20px;
}

#close{
	float: right;
	padding-right: 30px;
}

#black{
	color: #595757;
}

.shikoku_joshikai {
	list-style: none;
}

.shikoku_joshikai>li{
	float: left;
	margin: 10px;
	border: 1px solid #ddd;
}

.shikoku_joshikai img{
	width: 350px;
}