@charset "shift_jis";


/* --------------------------
   文字サイズなどの基本的なCSS
--------------------------- */

/* 基本的なCSS ----------------------------------------- */

body {
	padding: 0;
	margin: 0 auto;
	color:#333333;
	background-color:#FFFFFF;
	text-align: left;
}
#wrapper {
	margin:0 auto;
	width:900px;
}
#container {
	margin-top:2em;
	margin-bottom:2em;
}

img,table {
	border: 0;
}

h1,h2,h3,h4,h5,p,form,input,ul,li,dl,dt,dd,blockquote {
	margin: 0;
	padding: 0;
}

hr {
	clear: both;
	display: none;
}
hr.show{
	display: block;
	clear: both;
}
ul {
list-style:none;
}

/* クリア ----------------------------------------- */

.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
.clearfix {
	display: inline-table;
	min-height: 1%;
	}
/*Hides from MacIE \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/*Hides from MacIE */

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

/* テキストに関する記述 ---------------------------- */

.red{
	color: #CC0000;
}
.redB{
	color: #CC0000;
	font-weight: bold;
}
.detail {
	font-size: 78%;
	color: #666666;
	}
.totop {
	text-align:right;
	font-size: 82%;
	clear: both;
	margin-bottom: 0.2em;
	}
.totop a {
	text-align:right;
	clear: both;
	margin-bottom: 0.2em;
	color: #FF7504;
	}

/* 表テーブルに関する記述 ---------------------------- */

table {
	border-collapse: collapse;
	border: 1px solid #999999;
	border-spacing:0;
	empty-cslls: show;
	}
table th {
	padding: 5px;
	border: 1px solid #999999;
}
table td {
	padding: 5px;
	border: 1px solid #999999;
}

/* OpenIDログインフォーム ---------------------------- */
div.openIdBox {
	padding-bottom:40px;
}
div.openIdBox dl dt {
	font-size:16px;
	margin-left:5px;
}
div.openIdBox dl dt img.OPlogo{
	float:left;
	margin:0px 15px 15px 0px;
}
div.openIdBox dl dt.hotelOpInfo{
	font-size:12px;
	font-weight:bolder;
	margin: 5px 0 0 5px;
}
div.openIdBox dl dd {
	font-size:12px;
	margin:10px 0 0 350px
}

/* 会員照会ページへのリンク --------------------------- */
div.pcKaiinIdSarchLink {
	font-size:12px;
	margin:-35px 0px 25px 0px;
}
