@charset "utf-8";
@import url(../default.css);
@import url(../base.css);

/*-　一番トップ文言　-*/
#header .head_text {
	margin-bottom:3px;
	padding-left:20px;
	color:#fff;
	font-size:75%;
	background-color:#6478E6;
}
#wrapper #container h1 {
	padding-left:35px;
	font-weight:bold;
	font-size:87.5%;
	line-height:2;
	color:#000;
	background: #FFF url(../../images/list_info/title_top.png) no-repeat;
	padding-top: 4px;
	height: 32px;
}
#main {
	float:left;
	width:780px;
	padding:20px 0 30px 0;
}

/*共通項目 */
.red120p {
	font-size:130%;
	color:#F00;
	font-weight:700;
}
.80p {
	font-size:80%;
	font-weight:700;
}

#left {
	float:left;
	width:380px;
}
#left .line li {
	background:url(../../images/line_large/ring01.png) no-repeat left center;
}
#right {
	float:right;
	width:380px;
}
#right .line li {
	background:url(../../images/line_large/ring02.png) no-repeat left center;
}


#left h2 {
	clear:both;
	margin-bottom:5px;
	padding-left:38px;
	color:#333;
	font-weight:bold;
	line-height:2;
	letter-spacing:0.2em;
	background:url(../../images/line_large/headline_bg_dep.gif) no-repeat left top;
	font-size: 80%;
}
#right h2 {
	clear:both;
	margin-bottom:5px;
	padding-left:38px;
	color:#333;
	font-weight:bold;
	line-height:2;
	letter-spacing:0.2em;
	background:url(../../images/line_large/headline_bg_arr.gif) no-repeat left top;
	font-size: 80%;
}
.inner {
	float:left;
	width:90%;
	margin-bottom:20px;
	padding-left:10px;
}

.line {
	float:left;
}

.line li {
	padding-left:15px;
	font-size:81.25%;
	line-height:1.8;
	letter-spacing:0.05em;
}

.line .day a {
	padding-right:20px;
	background:url(../../images/line_large/morning.gif) no-repeat right center;
}

.line .night a {
	padding-right:20px;
	background:url(../../images/line_large/night.gif) no-repeat right center;
}

.line .both a {
	padding-right:36px;
	background:url(../../images/line_large/both.gif) no-repeat right center;
}

.fee {
	float:right;
}

.fee li {
	color:#f00;
	font-weight:bold;
	font-size:81.25%;
	line-height:1.8;
}

.fee li img {
	vertical-align:middle;
}

