@charset "utf-8";

.style_hotel1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
	line-height:50px;
}

body .normal {
font-weight: normal;
}
body .clear{
	clear:both;
}
body .hr{
border-bottom: 1px solid #fff;
height: 2px;
background-color: #ccc;
margin-bottom: 10px;
}
body .txt_center{
	text-align:center;
}
body .bgWhite{
	background-color:#fff;
}
body table td.v_middle,
body table th.v_middle{
	word-break:break-all;
	vertical-align: middle;
}
/* overflow fix 
========================================*/
.overflowfix{
	overflow: hidden; position: relative;zoom:1;
}
/* ログイン画面
======================================= */
#login_form{
	margin:20px 0px 30px 0px;
}

#login_form .login_submit{
	margin:28px 0px 0px 0px;
}
#login_id{
	margin-right:-16px;
}
/* 一覧画面
======================================= */
.inside{
	padding-top:0px;
}
.infoTxt{
	padding:7px;
	font-size:13px;
	border: dashed 1px #888;
	margin:0px 0px 20px 0px;
}
/* 商品詳細画面
======================================= */
.selectPeriod_y{
	width:100px;
	float:left;
	margin:0px 10px 0px 0px;
}
.selectPeriod_m{
	width:100px;
	float:left;
	margin:0px 10px 0px 0px;
}
.selectPeriod_d{
	width:100px;
	float:left;
	margin:0px 0px 0px 0px;
}
.selectRange{
	width:50px;
	text-align:center;
	display:inline-block;
	margin:0px 0px 0px 0px;
	float:left;
	position:relative;
	top:8px;
}

/* 商品登録確認画面
======================================= */
.titeInfo{
	font-size:12px;
}
.itemBox{
	word-wrap:break-word;
	margin:0px 0px 20px 0px;
	border:solid 1px #ccc;
	padding:10px;
	width:820px;
	font-size:12px;
}
.itemID{
	word-wrap: break-word;
	word-break: break-all;
	display:inline-block;
	background-color:#5bc0de;
	color:#fff;
	padding:0px 50px 0px 10px;
	border-radius:3px;
	margin-bottom:5px;
}
.itemTitle{
	border-bottom:solid 1px #ccc;
	padding:0px 5px 5px 5px;
	font-weight:bold;
	font-size:13px;
}
.itemBox table{
	width:460px;
	float:left;
}
.itemBox table td{
	vertical-align:top;
	border-bottom:solid 1px #ccc;
	padding:5px;
	word-wrap:break-word;
}
.itemBox .imgbox{
	width:308px;
	float:left;
	background-color:#fff;
	padding:5px;
	margin:5px 0px 0px 10px;
}
.itemBox .imgbox .box {
	display: table;
	margin:0px 0px 10px 0px;
}
.itemBox .imgbox .box .image {
	display: table-cell;
	width: 70px;
	height: 70px;
	vertical-align: middle;
	text-align: center;
}
.itemBox .imgbox .box .image img{
	border:solid 1px #ccc;
}
.cap{
	width:215px;
	display:block;
	line-height:1.5em;
	margin:0px 0px 0px 10px;
}



