@charset "utf-8";
/* CSS Document */

/*特集全体
------------------------*/

.main_text {
	width: 662px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	margin-left: 14px;
}

.btn_read {
	background: url(../images/index/icon_read.gif) no-repeat left center;
	height: 12px;
	width: 75px;
	margin-left: 230px;
	padding-left: 15px;
}
.btn_read02 {
	height: 12px;
	width: 75px;
	background: url(../images/index/icon_read.gif) no-repeat left center;
	margin-left: 300px;
	padding-left: 15px;
}

/*article_wrap
------------------------*/

.article_wrap_br {
	width: 662px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 15px;
	margin-left: 14px;
}
.article_wrap {
	width: 662px;
	padding-left: 14px;
	margin-bottom: 15px;
}
.article {
	float: left;
	width: 320px;
	padding-right: 10px;
	margin-bottom: 10px;
	height: 260px;
}
.article_r h3 {
	font-size: 1.2em;
	margin-bottom: 5px;
}
.article_title {
	font-size: 1.2em;
	margin-bottom: 5px;
}
.article_photo {
	width: 320px;
	margin-bottom: 10px;
}
.article_text_box {
	float: left;
	width: 180px;
}
.article_text_title {
	font-size: 1em;
	margin-bottom: 5px;
}
.article p {
	margin-bottom: 10px;
}
#form_box{
	border-top: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	margin-bottom: 20px;
}
#form_box th {
	background:#F5F5F5 none repeat scroll 0 0;
	border-bottom:1px solid #DCDCDC;
	border-left:1px solid #DCDCDC;
	color:#969696;
	font-weight:normal;
	padding:5px;
}

#form_box td {
	background:#FFFFFF none repeat scroll 0 0;
	border-bottom:1px solid #DCDCDC;
	border-left:1px solid #DCDCDC;
	padding:5px;
}
.btn_travel_detail a {
	background: url(../images/category/travel/btn_travel_detail.gif) no-repeat 0 0;
	height: 34px;
	width: 230px;
	text-indent: -9999px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.btn_travel_detail a:hover {
	background: url(../images/category/travel/btn_travel_detail.gif) no-repeat 0 -34px;
	height: 34px;
	width: 230px;
	text-indent: -9999px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}


