@charset "UTF-8";

/*------------------------------base*/
#originalbook {
	color:#664543;
}
#originalbook h2 {
	margin:0;
}

/*------------------------------layout*/
.page-tab{
	padding-left: 30px;
	clear: both;
	overflow: hidden;
	background-color: #ffffff;
}
.page-tab ul li{
	float: left;
	margin-right: 11px;
}
.header{
}
.wrapper{
	background:url(../img/bg-tile.jpg) repeat-y center top;
}
.contents{
	background:url(../img/bg-saw.png) no-repeat center bottom;
	padding: 40px 35px 30px;
}

/*------------------------------module*/
/*frame*/
.frame{
	width:847px;
	border-radius: 10px;
	overflow: hidden;
}
.frame-top{
	height: 40px;
	background:url(../img/unit_frame-top.png) no-repeat center top;
}
.frame-mid{
	background:url(../img/unit_frame-mid.jpg) repeat-y center top;
}
.frame-btm{
	height: 40px;
	background:url(../img/unit_frame-btm.png) no-repeat center bottom;
}

/*unit*/
.list-unit {

}
.unit{
	margin-bottom:30px;
	box-shadow: 0px 3px 10px #555;
}
.unit_header{
	display:table;
	width:758px;
	margin: 0 auto 25px;
	border:solid 1px #EE5A9F;
}
.unit_body{
	overflow:hidden;
	width:760px;
	margin:0 auto;
}
.unit_body .block-left{
	width:180px;
}
.unit_body .block-right{
	width:550px;
}
.unit_header .ttl{
	display:table-cell;
	padding:10px 15px;
	color:#FFFFFF;
	background-color:#FF8AC3;
	font-size:18px;
	width: 518px;
}
.unit_header .list-day {
	display:table-cell;
	width: 189px;
	border-right:solid 1px #EE5A9F;
	background-color:#FFE6F2;
	padding: 5px 10px 0;
	vertical-align: middle;
}
.unit_header .list-day dt{
	float:left;
	width: 75px;
	margin-right: 5px;
	position: relative;
	top: -2px;
}
.unit_header .list-day dd{
	float:left;
	width: 109px;
	font-size: 12px;
}
.unit_body .img{
}
.unit_body .txt{
	border:solid 1px #F1CE86;
	background-color:#FFE8B2;
	padding:20px 15px;
	margin-bottom: 25px;
}
.item_ttl {
	text-align: left;
	margin-bottom: 10px;
	font-size: 14px;
}
/*list*/
.list-detail{
	float:left;
	overflow:hidden;
	margin-bottom: 22px;
}
.list-detail dt{
	float:left;
	width:160px;
	clear:left;
	margin-bottom:3px;
}
.list-detail dd{
	float:left;
	padding-left:5px;
	line-height: 24px;
}
.list-detail .txt-price{
	font-size:18px;
	color:#FF5C23;
	font-weight: bold;
	vertical-align: bottom;
}
.list-label{
	float:right;
	overflow:hidden;
}
.list-label li{
	float:left;
	margin-left:5px;
}
.list-btn{
	overflow:hidden;
}
.list-btn li{
	width:265px;
}
.btn01{
	float:left;
	background:url(../img/unit_btn01_on.png) no-repeat;
}
.btn02{
	float:right;
	background:url(../img/unit_btn02_on.png) no-repeat;
}
.btn03{
	float:right;
	background:url(../img/unit_btn03_on.png) no-repeat;
}
.btn04{
	float:right;
	background:url(../img/unit_btn04_on.png) no-repeat;
}
.btn05{
	float:right;
	background:url(../img/unit_btn05_on.png) no-repeat;
}
.list-btn li a{
	display:block;
	width:265px;
	height:47px;
}
.list-btn li a:hover img{
	visibility:hidden;
}

.mod-mb5{margin-bottom:5px;}

.red-text{
	color: #ff0000;
}

.fs16{
	font-size: 16px;
}

/*hover*/
.is-hover{display:block;margin:0 auto;}
.is-hover:hover img{opacity:.75;}
/*------------------------------utility*/
.block-container {overflow:hidden;}
.unit_body .block-left{float:left;}
.unit_body .block-right{float:right;}


.rel01{position:relative;}
.pos01{position:absolute; top:50%; left:0;}

.hp-wd265{width: 265px;}
.hp-ma0{margin: 0 auto;}
.hp-mb5{margin-bottom: 5px;}
.hp-p10{padding: 10px!important;}
.hp-vta{vertical-align: middle;}