@charset "utf-8";

/*
  body
------------------------------------------------*/

body {
	background-color: #FFF;
	color: #333;
	font-size: 62.5%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	width: 100%;
}

/*
  a
------------------------------------------------*/

a {
	color: #4169E1;
	text-decoration: none;
}
a:hover {
	color: #FF6347;
	text-decoration: underline;
}

/*
  h
------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-size: 62.5%;
	margin: 0;
}

/*
  form
------------------------------------------------*/

form {
	margin: 0;
}

/*
  input
------------------------------------------------*/

input,textarea,select {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 62.5%;
	margin: 0;
	vertical-align: top;
}

input[type="radio"], input[type="checkbox"] {
	vertical-align: middle;
}

input[type="text"], input[type="password"], textarea, select {
	padding: 2px;
}

input[type="text"].focus {
	background-color: #FF9;
	border: 1px solid #F90;
	padding: 3px;
}

input[type="password"].focus {
	background-color: #FF9;
	border: 1px solid #F90;
	padding: 3px;
}

input.name {
	font-size: 1.0em;
	width: 200px;
}

input.mail {
	font-size: 1.0em;
	width: 400px;
}

input.subject {
	font-size: 1.0em;
	width: 580px;
}

textarea.focus {
	background-color: #FF9;
	border: 1px solid #F90;
	padding: 2px;
}

textarea.dtl {
	font-size: 1.0em;
	height: 200px;
	width: 580px;
}

select.focus {
	background-color: #FF9;
	border: 1px solid #F90;
	padding: 2px;
}

/*
  img
------------------------------------------------*/

img {
	border: none;
	vertical-align: top;
}

/*
  div
------------------------------------------------*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

#clearBox {
	clear: both;
	height: 20px;
}

#clearBox p {
	display: none;
}

.clear {
	clear: both;
	font-size: 0.1em;
}

.clear p {
	display: none;
}

#header {
	height: 80px;
	margin: 0 auto;
	width: 960px;
}
	#header .logo {
		float: left;
	}
	#header .navi {
		background-color: #4169E1;
		color: #FFF;
		float: right;
		font-size: 1.4em;
		font-weight: bold;
		margin: 20px 20px 0 0;
		padding: 10px;
	}
		#header .navi a {
			color: #FFF;
			text-decoration: none;
		}
		#header .navi a:hover {
			color: #FFF;
			text-decoration: underline;
		}

#menubar {
	background-color: #4169E1;
	overflow: auto;
	width: 100%;
}
	#menubar #menu {
		margin: 0 auto;
		width: 960px;
	}
		#menubar #menu ul {
			margin: 0;
			padding: 0;
		}
		#menubar #menu li {
			background-color: #4169E1;
			float: left;
			font-size: 1.4em;
			list-style: none;
			text-align: center;
			width: 160px;
		}
			#menubar #menu li a {
				color: #FFF;
				display: block;
				font-weight: bold;
				padding: 8px 0;
				text-decoration: none;
			}
			#menubar #menu li a:hover {
				background-color: #FFF;
				color: #4169E1;
			}

#container {
	margin: 0 auto;
	width: 960px;
}

#contents {
	float: left;
	line-height: 1.6;
	overflow: hidden;
	width: 680px;
}
	#contents table {
		border-left: 1px solid #09F;
		border-top: 1px solid #09F;
		margin: 0 0 0 10px;
		width: 630px;
	}
		#contents table th {
			background-color: #87CEEB;
			border-bottom: 1px solid #09F;
			border-right: 1px solid #09F;
			color: #000 !important;
			padding: 3px 0 !important;
		}
		#contents table td {
			border-bottom: 1px solid #09F;
			border-right: 1px solid #09F;
			line-height: 1.6 !important;
			padding: 3px 5px !important;
		}

#contents2 {
	float: left;
	line-height: 1.6;
	overflow: hidden;
	width: 960px;
}
	#contents2 table {
		border-left: 1px solid #87CEEB;
		border-top: 1px solid #87CEEB;
		margin: 0 0 0 10px;
	}
		#contents2 table th {
			background-color: #87CEEB;
			border-bottom: 1px solid #87CEEB;
			border-right: 1px solid #87CEEB;
			color: #000 !important;
			padding: 3px 0 !important;
		}
		#contents2 table td {
			border-bottom: 1px solid #87CEEB;
			border-right: 1px solid #87CEEB;
			line-height: 1.6 !important;
			padding: 3px 5px !important;
		}

#sidebar {
	float: right;
	overflow: hidden;
	width: 280px;
}
	#sidebar table {
		border: 1px solid #4169E1;
		margin-top: 20px;
		width: 260px;
	}
		#sidebar table th {
			background-color: #4169E1;
			color: #FFF;
			padding: 6px 0;
		}
		#sidebar table td {
			line-height: 1.6;
			padding: 3px 5px !important;
		}

#footer {
	background-color: #4169E1;
	clear: both;
	width: 100%;
}
	#footer div {
		color: #FFF;
		font-size: 1.4em;
		margin: 0 auto;
		padding: 20px 0 0;
		text-align: center;
		width: 960px;
	}
		#footer div a {
			color: #FFF;
		}
	#footer div.copy {
		padding-bottom: 20px;
	}

#pageTop {
	background-color: #87CEEB;
	bottom: 40px;
	font-size: 1.8em;
	padding: 20px 0;
	position: fixed;
	right: 40px;
}
	#pageTop a {
		color: #FFF;
		padding: 20px;
		text-decoration: none;
	}

div.title {
	margin: 20px 0 20px 20px;
	width: 640px;
}
	div.title div {
		background-color: #87CEEB;
		display: block;
		padding: 0.8em 1.0em;
	}
		div.title div h2 {
			border-left: #FFF solid 5px;
			color: #000;
			font-size: 1.4em;
			padding: 0.8em 0.8em 0.8em 1.8em;
		}

div.subtitle {
	border: 1px solid #87CEEB;
	margin: 20px 0 20px 20px;
	width: 638px;
}
	div.subtitle div {
		display: block;
		padding: 0.8em 1.0em;
	}
		div.subtitle div h3 {
			color: #000;
			font-size: 1.4em;
			padding: 0.2em 0.5em;
		}
		div.subtitle div h3 span {
			color: #87CEEB;
		}

div.top-image {
	margin: 20px 0 20px 20px;
	width: 640px;
}

div.detail {
	margin-left: 20px;
	width: 640px;
}

div.indent {
	font-size: 1.4em;
	margin-left: 1.0em;
}

div.indent2 {
	font-size: 1.4em;
	margin-left: 2.0em;
}

div.txtR {
	margin-right: 20px;
	text-align: right;
}

div.topLink {
	font-size: 1.4em;
	margin-top: 5px;
	text-align: right;
}

div.form {
	font-size: 1.4em;
	line-height: 1.8;
	margin-left: 40px;
	width: 620px;
}

div.conf {
	margin-right: 34px;
	margin-top: 1.5em;
	text-align: right;
}
	div.conf input {
		font-size: 1.0em;
	}

div.btnLeft {
	float: left;
	margin: 20px 0 20px 1.0em;
}
	div.btnLeft input {
		font-size: 1.0em;
	}

div.btnRight {
	float: right;
	margin: 20px 35px 20px 0;
}
	div.btnRight input {
		font-size: 1.0em;
	}

div.prev {
	float: left;
	font-size: 1.4em;
	margin-left: 20px;
	margin-top: 10px;
	text-align: center;
}

div.next {
	float: right;
	font-size: 1.4em;
	margin-right: 20px;
	margin-top: 10px;
	text-align: center;
}

div.loginTitle {
	color: #4169E1;
	font-size: 3.0em;
	margin: 100px auto 5px;
	text-align: center;
	width: 400px;
}

div.loginBtn {
	margin: 5px auto;
	text-align: right;
	width: 400px;
}
	div.loginBtn input {
		font-size: 1.4em;
	}

div.conMenu {
	font-size: 1.4em;
	margin: 20px auto 0;
	text-align: left;
	width: 500px;
}
	div.conMenu div {
		margin-left: 20px;
		margin-top: 20px;
	}
	div.conMenu ul {
		margin-left: 20px;
		margin-top: 5px;
	}

div.conContents {
	font-size: 1.4em;
	margin: 20px auto 0;
	text-align: left;
	width: 700px;
}

div.conPrev {
	float: left;
	margin: 10px 0 20px 20px;
	text-align: center;
}

div.conPrev2 {
	float: left;
	margin: 10px 0 20px 0;
	text-align: center;
}

div.conNext {
	float: right;
	margin: 10px 20px 20px 0;
	text-align: center;
}

div.conNext2 {
	float: right;
	margin: 10px 0 20px 0;
	text-align: center;
}

div.conTitle {
	color: #4169E1;
	font-size: 3.0em;
	margin: 50px auto 5px;
	text-align: center;
	width: 400px;
}

div.conPhoto {
	margin: 0 auto;
	text-align: right;
	width: 500px;
}
	div.conPhoto input {
		font-size: 1.4em;
	}
	div.conPhoto input.file {
		margin: 20px 0;
		width: 500px;
	}
	div.conPhoto input.comment {
		margin: 0 0 20px;
		width: 490px;
	}
	div.conPhoto .commentTitle {
		font-size: 1.4em;
		text-align: left;
	}

div.conDtl {
	font-size: 1.4em;
	margin: 0 auto;
	text-align: left;
	width: 500px;
}
	div.conDtl div {
		margin-left: 1.0em;
	}

div.conBackMenu {
	font-size: 1.4em;
	margin: 5px auto 0;
	text-align: right;
	width: 700px;
}

div.conInfo {
	margin: 0 auto;
	width: 700px;
}

div.conReserve {
	margin: 252px auto 0;
	width: 700px;
}

div.conInfoBtn {
	margin: 0 auto;
	text-align: right;
	width: 700px;
}
	div.conInfoBtn input {
		font-size: 1.4em;
	}

div.conInfoDTL {
	font-size: 1.4em;
	margin: 5px auto 0;
	width: 700px;
}

div.conReserveBtn {
	margin: 0 auto;
	text-align: right;
	width: 700px;
}
	div.conReserveBtn input {
		font-size: 1.4em;
	}

div.reserveDTL {
	font-size: 1.4em;
	margin: 20px 0 20px 20px;
}

div.headerFixed {
	background-color: #FFF;
	height: 252px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

div.reserveMonth {
	clear: both;
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 auto;
	width: 1200px;
}
	div.reserveMonth span {
		font-size: 0.9em;
		font-weight: normal;
		padding-left: 20px;
	}

div.reserveMonthLink {
	clear: both;
	font-size: 1.4em;
	margin: 10px auto 0;
	text-align: right;
	width: 1184px;
}

div.reserveMonthComment {
	clear: both;
	font-size: 1.4em;
	margin: 0 auto 20px;
	width: 1200px;
}

/*
  table
------------------------------------------------*/

table {
	font-size: 1.4em;
}

table.photo {
	border: 1px solid #FFF !important;
	margin-left: 20px !important;
	width: 640px !important;
}
	table.photo td {
		border-bottom: 0 !important;
		border-right: 0 !important;
		padding: 10px 5px !important;
		text-align: center;
	}
		table.photo td img {
			height: 90px;
			width: 120px;
		}

table.conPhoto {
		border-left: 1px solid #039;
		border-top: 1px solid #039;
		font-size: 1.0em;
	}
		table.conPhoto th {
			background-color: #4169E1;
			border-bottom: 1px solid #039;
			border-right: 1px solid #039;
			color: #FFF;
		}
			table.conPhoto th div {
				margin: 3px 5px;
			}
		table.conPhoto td {
			border-bottom: 1px solid #039;
			border-right: 1px solid #039;
			line-height: 1.6;
		}
		table.conPhoto td img {
			height: 90px;
			padding: 5px;
			width: 120px;
		}
			table.conPhoto td div {
				margin: 3px 5px;
			}

table.login {
	border-right: 1px solid #4169E1;
	border-top: 1px solid #4169E1;
	margin: 5px auto 0;
	text-align: center;
	width: 400px;
}
	table.login th {
		background-color: #4169E1;
		border-bottom: 1px solid #4169E1;
		border-left: 1px solid #4169E1;
		color: #FFF;
		width: 120px;
	}
		table.login th div {
			margin: 5px;
		}
	table.login td {
		border-bottom: 1px solid #4169E1;
		border-left: 1px solid #4169E1;
		text-align: left;
	}
		table.login td div {
			margin: 5px;
		}
			table.login td div input {
				font-size: 1.0em;
				width: 120px;
			}

table.conForm {
	border-right: 1px solid #039;
	border-top: 1px solid #039;
	margin: 20px auto 0;
	text-align: center;
	width: 700px;
}
	table.conForm th {
		background-color: #4169E1;
		border-bottom: 1px solid #039;
		border-left: 1px solid #039;
		color: #FFF;
		width: 120px;
	}
		table.conForm th div {
			margin: 5px;
		}
	table.conForm td {
		border-bottom: 1px solid #039;
		border-left: 1px solid #039;
		text-align: left;
	}
		table.conForm td div {
			margin: 5px;
		}
		table.conForm td input,select,textarea {
			font-size: 1.0em;
			vertical-align: middle;
		}

table.conList {
		border-left: 1px solid #039;
		border-top: 1px solid #039;
		font-size: 1.0em;
		width: 700px;
	}
		table.conList th {
			background-color: #4169E1;
			border-bottom: 1px solid #039;
			border-right: 1px solid #039;
			color: #FFF;
		}
			table.conList th div {
				margin: 3px 5px;
			}
			table.conList th.cls01 {
				width: 15%;
			}
			table.conList th.cls02 {
				width: 26%;
			}
			table.conList th.cls03 {
				width: 20%;
			}
			table.conList th.cls04 {
				width: 7%;
			}
			table.conList th.cls05 {
				width: 18%;
			}
		table.conList td {
			border-bottom: 1px solid #039;
			border-right: 1px solid #039;
			line-height: 1.6;
		}
			table.conList td div {
				margin: 3px 5px;
			}

table.conReserve {
	border-right: 1px solid #039;
	border-top: 1px solid #039;
	clear: both;
	margin: 20px auto;
	text-align: center;
	width: 700px;
}
	table.conReserve th {
		background-color: #4169E1;
		border-bottom: 1px solid #039;
		border-left: 1px solid #039;
		color: #FFF;
	}
		table.conReserve th div {
			margin: 5px;
		}
		table.conReserve th.cls01 {
			width: 36%;
		}
		table.conReserve th.cls02 {
			width: 8%;
		}
	table.conReserve td {
		border-bottom: 1px solid #039;
		border-left: 1px solid #039;
	}
		table.conReserve td div {
			margin: 5px;
		}
		table.conReserve td.cls01 {
			width: 36%;
		}
		table.conReserve td.cls02 {
			width: 8%;
		}
		table.conReserve td input,select {
			font-size: 1.0em;
			vertical-align: middle;
		}

table.conReserveLink {
	margin-top: 20px;
	width: 700px;
}

table.reserveLink {
	border: 0 !important;
	margin: 5px 0 0 20px !important;
	width: 920px !important;
}
	table.reserveLink th {
		border: 0 !important;
		padding: 0 !important;
	}
	table.reserveLink td {
		border: 0 !important;
		padding: 0 !important;
	}

table.reserve {
	border-left: 1px solid #09F !important;
	border-top: 1px solid #09F !important;
	clear: both;
	margin: 5px 0 0 20px !important;
	text-align: center;
	width: 920px !important;
}
	table.reserve th {
		background-color: #87CEEB;
		border-bottom: 1px solid #09F !important;
		border-right: 1px solid #09F !important;
		color: #FFF;
	}
		table.reserve th div {
			margin: 0 5px;
		}
		table.reserve th.cls01 {
			width: 34%;
		}
		table.reserve th.cls02 {
			width: 8%;
		}
		table.reserve th.cls03 {
			width: 10%;
		}
	table.reserve td {
		border-bottom: 1px solid #09F !important;
		border-right: 1px solid #09F !important;
	}
		table.reserve td div {
			margin: 0 5px;
		}
		table.reserve td.cls01 {
			width: 34%;
		}
		table.reserve td.cls02 {
			width: 8%;
		}
		table.reserve td.cls03 {
			width: 10%;
		}
		table.reserve td input,select {
			font-size: 1.0em;
			vertical-align: middle;
		}

table.conSearch {
	margin: 20px auto 0;
}
	table.conSearch div.cls01 {
		font-weight: bold;
		margin-right: 10px;
	}
	table.conSearch div.cls02 {
		margin-right: 20px;
	}

table.conReserveSearch {
	border-right: 1px solid #039;
	border-top: 1px solid #039;
	clear: both;
	margin: 0 auto 20px;
	text-align: center;
}
	table.conReserveSearch th {
		background-color: #4169E1;
		border-bottom: 1px solid #039;
		border-left: 1px solid #039;
		color: #FFF;
	}
		table.conReserveSearch th div {
			margin: 0 5px;
		}
		table.conReserveSearch th.cls01 div {
			width: 150px;
		}
		table.conReserveSearch th.cls02 div {
			width: 20px;
		}
		table.conReserveSearch th.cls03 div {
			width: 50px;
		}
		table.conReserveSearch th.cls04 div {
			width: 45px;
		}
	table.conReserveSearch td {
		border-bottom: 1px solid #039;
		border-left: 1px solid #039;
	}
		table.conReserveSearch td div {
			margin: 0 5px;
		}
		table.conReserveSearch td.cls01 div {
			width: 150px;
		}
		table.conReserveSearch td.cls02 div {
			width: 20px;
		}
		table.conReserveSearch td.cls03 div {
			width: 50px;
		}
		table.conReserveSearch td.cls04 div {
			width: 45px;
		}
		table.conReserveSearch td input,select {
			font-size: 1.0em;
			vertical-align: middle;
		}

/*
  ul
------------------------------------------------*/

ul.list {
	font-size: 1.4em;
	margin-left: 1.0em;
}
	ul.list li {
		padding-bottom: 2px;
		padding-top: 2px;
	}

hr.conTop {
	background-color: #4169E1;
	border: 0;
	height: 1px;
	margin: 0 auto;
	padding: 0;
	width: 500px;
}

hr.conTop2 {
	background-color: #4169E1;
	border: 0;
	height: 1px;
	margin: 0 auto;
	padding: 0;
	width: 700px;
}

hr.conBottom {
	background-color: #4169E1;
	border: 0;
	height: 1px;
	margin: 20px auto 0;
	padding: 0;
	width: 500px;
}

hr.conBottom2 {
	background-color: #4169E1;
	border: 0;
	clear: both;
	height: 1px;
	margin: 20px auto;
	padding: 0;
	width: 700px;
}

hr.conDtl {
	background-color: #4169E1;
	border: 0;
	height: 1px;
	margin: 20px auto;
	padding: 0;
	width: 500px;
}

/*
  textarea
------------------------------------------------*/

textarea.cls01 {
	height: 40px;
	width: 561px;
}

/*
  汎用クラス
------------------------------------------------*/

.bgC-CCC {
	background-color: #CCC !important;
}

.clR {
	color: #F00;
}

.fS07e {
	font-size: 0.7em !important;
}
.fS10e {
	font-size: 1.0em;
}
.fS14e {
	font-size: 1.4em;
}

.ht323p {
	height: 323px !important;
}

.mg0 {
	margin: 0 !important;
}

.mgB5p {
	margin-bottom: 5px !important;
}
.mgB20p {
	margin-bottom: 20px;
}

.mgL10e {
	margin-left: 1.0em;
}
.mgL10p {
	margin-left: 10px;
}

.mgR10p {
	margin-right: 10px;
}

.mgT05e {
	margin-top: 0.5em !important;
}
.mgT10e {
	margin-top: 1.0em;
}
.mgT10p {
	margin-top: 10px !important;
}
.mgT15e {
	margin-top: 1.5em;
}
.mgT20e {
	margin-top: 2.0em;
}
.mgT20p {
	margin-top: 20px !important;
}
.mgT50p {
	margin-top: 50px !important;
}
.mgT323p {
	margin-top: 323px !important;
}

.mgTRL20p {
	margin: 20px 20px 0;
}

.pdB20p {
	padding-bottom: 20px;
}
.pdL6e {
	padding-left: 0.6em;
}
.pdL30e {
	padding-left: 3.0em;
}

.tAC {
	text-align: center;
}
.tAL {
	text-align: left;
}
.tAR {
	text-align: right;
}

.wd20 {
	width: 20% !important;
}
.wd33 {
	width: 33% !important;
}
.wd34 {
	width: 34% !important;
}
.wd40p {
	width: 40px !important;
}
.wd60 {
	width: 60% !important;
}
.wd80p {
	width: 80px !important;
}
.wd80 {
	width: 80% !important;
}
.wd100p {
	width: 100px !important;
}
.wd130p {
	width: 130px !important;
}
.wd150p {
	width: 150px;
}
.wd160p {
	width: 160px !important;
}
.wd180p {
	width: 180px;
}
.wd250p {
	width: 250px;
}
.wd300p {
	width: 300px;
}
.wd485p {
	width: 485px !important;
}
.wd561p {
	width: 561px;
}
.wd567p {
	width: 567px;
}
.wd580p {
	width: 580px;
}
.wd630p {
	width: 630px;
}
.wd700p {
	width: 700px !important;
}
.wd920p {
	width: 920px !important;
}
