@charset "Shift_JIS";
/*******************************************************************************
*
* </fun/voice/css/voice.css>
*
*******************************************************************************/

.section {
	line-height: 160%;
}

.content .section .content_nav {
	border: 1px solid #ced5d9;
	background: #eef0f3;
	width: 720px;
	overflow: hidden;
	list-style: none;
	margin: 0 0 17px;
	padding: 0;
}
.content .section .content_nav li {
	background: url(../img/line_dashed_h.gif) right top repeat-y;
	float: left;
	margin: 0;
	padding: 5px 7px;
}
.content .section .content_nav li a {
	background: url(../../../common/img/icon_arw_c_d_blue_lightgray.gif) left center no-repeat;
	padding: 0 0 0 15px;
}

.content .section .content_nav li.last_child {
	background: none;
}

.content .section .article h3#travel {
	background: url(../img/bg_content_h3_travel.gif) left bottom no-repeat;
	padding: 10px 0 5px;
}
.content .section .article h3#business {
	background: url(../img/bg_content_h3_business.gif) left bottom no-repeat;
	padding: 10px 0 5px;
}
.content .section .article h3#holiday {
	background: url(../img/bg_content_h3_holiday.gif) left bottom no-repeat;
	padding: 10px 0 5px;
}
.content .section .article h3#dream {
	background: url(../img/bg_content_h3_dream.gif) left bottom no-repeat;
	padding: 10px 0 5px;
}

.content .section .article #travel_cont,
.content .section .article #business_cont,
.content .section .article #holiday_cont,
.content .section .article #dream_cont {
	margin: 10px 0 5px;
}

.content .section .article #travel_cont .double_col,
.content .section .article #business_cont .double_col,
.content .section .article #holiday_cont .double_col,
.content .section .article #dream_cont .double_col {
	background: url(../img/line_dashed.gif) left bottom no-repeat;
	margin-bottom: 14px;
}

.content .section .article #travel_cont dl,
.content .section .article #business_cont dl,
.content .section .article #holiday_cont dl,
.content .section .article #dream_cont dl {
	width: 340px;
	overflow: hidden;
	padding: 0 0 1px;
	margin: 0;
}

.content .section .article #travel_cont dl dt,
.content .section .article #business_cont dl dt,
.content .section .article #holiday_cont dl dt,
.content .section .article #dream_cont dl dt {
	width: 98px;
	float: left;
}
.content .section .article #travel_cont dl dt img,
.content .section .article #business_cont dl dt img,
.content .section .article #holiday_cont dl dt img,
.content .section .article #dream_cont dl dt img {
	vertical-align: top;
}
.content .section .article #travel_cont dl dd,
.content .section .article #business_cont dl dd,
.content .section .article #holiday_cont dl dd,
.content .section .article #dream_cont dl dd {
	width: 240px;
	float: right;
	padding: 10px 0 0;
}

.content .section .article #travel_cont dl dd span {
	color: #ffaa00;
	font-weight: bold;
	font-size: 124%;
}

.content .section .article #business_cont dl dd span {
	color: #5c73e6;
	font-weight: bold;
	font-size: 124%;
}

.content .section .article #holiday_cont dl dd span {
	color: #7fbf00;
	font-weight: bold;
	font-size: 124%;
}

.content .section .article #dream_cont dl dd span {
	color: #ff7f7f;
	font-weight: bold;
	font-size: 124%;
}

