@charset "utf-8";

/* faq用CSS */
/* 全頁に埋め込み */
#bg_contents #contents_box {
	padding-right:0px;
	width:880px;
}

#bg_contents #contents_box #left_box {
	width:642px;
}

#bg_contents #contents_box #right_box {
	width:238px;
}

/* タイトル */
#bg_contents #head_box #tit_faq{
	margin-bottom:25px;
	width:873px;
	height:83px;
	line-height: 1;
	background: url(../images/faq/tit_faq.jpg) no-repeat left top;
	text-indent: -9999px;
	display: block;
}

#left_box #dl_anser {
	margin:0px 0px 0px 8px;
	width:604px;
	overflow:hidden;
}

#left_box #dl_anser dt {
	padding:15px 0px 15px 60px;
	width:500px;
	background: url(../images/faq/icon_faq.jpg) no-repeat 13px center;
	font-size: 108%;
	color: #5E9836;
	text-decoration: underline;
	font-weight: bold;
	cursor:pointer;
}

#left_box #dl_anser dd {
	margin-bottom:25px;
	padding:25px 25px 10px 25px;
	border: 1px solid #CEF0CE;
	overflow:hidden;
}

#left_box #dl_anser dd p {
	margin-bottom:10px;
	font-size: 93%;
	color: #454545;
}

#left_box #dl_anser dd img {
	display:block;
}

#left_box #dl_anser dd p.close {
	clear:both;
	margin:0px 0px 0px 502px;
	padding:0px 0px 0px 20px;
	width:52px;
	background: url(../images/faq/icon_close.jpg) no-repeat left top;
}

#left_box #dl_anser dd p.close a {
	cursor:pointer;
}

/* 右ボックス */
#right_box #right_hospital {
	margin:0px 0px 17px 8px;
	width:221px;
	display:block;
	background: url(../images/dog/right_hospital.jpg) no-repeat left top;
}

#right_box #right_hospital a {
	width:221px;
	height:110px;
	line-height: 1;
	text-indent: -9999px;
	display: block;
}

#right_box #right_faq {
	margin:0px 0px 17px 8px;
	width:227px;
	background: url(../images/dog/right_faq.jpg) no-repeat left top;
}

#right_box #right_faq a {
	width:227px;
	height:114px;
	line-height: 1;
	text-indent: -9999px;
	display: block;
}

#right_box #right_blog {
	margin:0px 0px 0px 8px;
	width:219px;
	background: url(../images/dog/right_blog.jpg) no-repeat left top;
}

#right_box #right_blog a {
	width:219px;
	height:120px;
	line-height: 1;
	text-indent: -9999px;
	display: block;
}
