@charset "utf-8";

/* -------------------------------------------
メディア
------------------------------------------- */
.media dl {
	float: left;
	width: 320px;
	margin: 0 10px 20px 0;
}

.media dt {
	color:#333;
	padding: 2px 5px;
	background-color: #efefef;
	border-left: solid 5px #5479e4;
	font-weight: bold;
}
.media dd {
	padding: 5px 0 0 1em;
	line-height: 1.2em;
}

/* -------------------------------------------
設備とサービス
------------------------------------------- */
#main_wrap .equipment h4 {
	background-color:#c1c098;
	height: 20px;
	margin-top: 30px;
	line-height: 20px;
	color: #fff;
	text-indent: 1em;
}

/* -------------------------------------------
1カラム（写真250px）
------------------------------------------- */
.eq_block {
	padding: 5px 0;
	border-bottom: solid 1px #c1c098;
}
.eq_block .leftimg {
	float: left;
	width: 250px;
}
.eq_block .righttxt {
	float: left;
	width: 380px;
	margin-left: 20px;
}
.eq_block .righttxt dt {
	padding: 20px 0 10px;
}

/* -------------------------------------------
1カラム（写真200px）
------------------------------------------- */
.eq_block_m {
	padding: 5px 0;
	border-bottom: solid 1px #c1c098;
}
.eq_block_m .leftimg {
	float: left;
	width: 200px;
}
.eq_block_m .righttxt {
	float: left;
	width: 430px;
	margin-left: 20px;
}
.eq_block_m .centertxt {
	float: left;
	width: 280px;
	margin-left: 20px;
}
.eq_block_m .righttxt dt,
.eq_block_m .centertxt dt {
	padding: 20px 0 10px;
}
.eq_block_m .rightimg {
	float: right;
	width: 150px;
	text-align: right;
}

/* -------------------------------------------
2カラム
------------------------------------------- */
.eq_block_2colmun {
	padding: 5px;
	border-bottom: solid 1px #c1c098;
	float: left;
	width: 320px;
}
.eq_block_2colmun_right {
	padding: 5px;
	border-left: solid 1px #c1c098;
	border-bottom: solid 1px #c1c098;
	float: left;
	width: 319px;
}
.eq_block_2colmun .leftimg,
.eq_block_2colmun_right .leftimg {
	float: left;
	width: 155px;
}
.eq_block_2colmun .righttxt,
.eq_block_2colmun_right .righttxt {
	float: left;
	width: 150px;
	margin-left: 10px;
}
.eq_block_2colmun dt,
.eq_block_2colmun_right dt {
	height: 20px;
	padding: 5px 0 0 0;
}

/* -------------------------------------------
プレゼント
------------------------------------------- */
#present {
	background: url(img/present_bg.gif) left 110px no-repeat;
}

#present dl {
	margin: 10px 0 0 30px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
}

#present dt {
	float: left;
	width: 200px;
	text-align: center;
	margin-right: 10px;
}

#present dd {
	width: 420px;
	float: left;
}

#present p {
	margin-bottom: 1em;
}


#present .title {
	color: #6c49af;
	font-weight: bold;
	font-size: 120%;
	line-height: 200%;
}

#present .yokoku .title {
	color: #FF0000;
}

#present .title span {
	color: #fff;
	background-color: #6c49af;
	padding: 4px;
	margin-right: 5px;
}

#present .yokoku .title span {
	background-color: #FF0000;
}
