@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

/*共通
---------------------------*/
html{
	font-family:"メイリオ";
	background:#333333;
	font-size:13px;
}
h1{
	font-size:25px;
	font-weight:bold;
	color:#006b2b;
}
h2{
	 font-weight:bold;
	 border-left:5px solid #006b2b;
	 text-indent:1em;
	 font-size:1.3em;
	 margin:0 0 10px 0;
}
h3{
	font-weight:bold;
}
#wrapper{
	width:900px;
	height:auto;
	background:#FFFFFF;
	padding:20px;
	margin:20px auto;
	border-radius:5px;
}
#wrapper::after{
	content:"　";
	clear:both;
}
#wrapper .headr{
	position: relative;
	width:100%;
	height:auto;
	margin:0 0 20px 0;
	border-bottom:2px solid #006b2b;
	float:left;
}
.clear{
	clear:both;
}
/*top
---------------------------*/
#wrapper .contents{
	width:100%;
	margin:0 0 20px 0;
	float:left;
}
#wrapper #top_image{
	width:43%;
	float:left;
	margin:0 4% 0 0;
	
}
#wrapper #top_image img{
	border:solid 8px #CCCCCC;
}
#wrapper #map{
	width:53%;
	float:left;
}
#wrapper #map p{
	font-size:10px;
	text-align:right;
}

#wrapper #map dl{
	height:auto;
	text-align:right;
	float: right;
}
#wrapper #map dl dt{
	margin:0 10px 0 0;
	float:left;
}
#wrapper #map dl dd{
	float:left;
}
.contents .section{
	width:48%;
	float:left;
	padding:0 2% 0 0;
}

.singleapart .section:nth-of-type(1) {
	width:38%;
}

.singleapart .section:nth-of-type(2) {
	width:38%;
}

.singleapart .section:nth-of-type(3) {
	width:16%;
}

table.tbl_1 tr:hover,
table.tbl_1 tr.odd:hover {
	background-color: #eee;
	color: #333;
}
table.tbl_1{
	width:100%;
	border:solid 1px #CCCCCC;
	font-size:1.2em;
	color: #7f7f7f;
}
table.tbl_1 th{
	text-align:center;
	background:	#006b2b;
	padding:1%;
	color:#FFFFFF;
	font-weight:bold;
}
table.tbl_1 .bk_color{
	background:#00a643;
}
table.tbl_1 tr{
	text-align:center;
	background:#FFF;
	padding:0%;
}
table.tbl_1 tr.odd{
	padding:0%;
   background-color: #F7F7F7;
    color: #666;
}
table.tbl_1 td a{
	text-decoration:none;
	text-align:center;
	background:#0066FF;
	border:solid 1px #CCCCCC;
	padding: 5% 10%;
	display: block;
	border-radius:5px;
	color:#FFFFFF;
	margin:5%;
}
table.tbl_1 td a:hover{
	background:#65A3FF;
	color:#FFFFFF;
}

#wrapper .link_block{
	width:175px;
	float:left;
	margin:0 5px 0 0;
}
#wrapper .link_block img:hover{
	opacity:0.7
}
/*room
---------------------------*/
#wrapper .room_title{
	font-size:1.5em;
	font-weight:bold;
	color:#006b2b;
	text-align:center;
}

#wrapper .contents_2{
	width:45%;
	margin:0 5% 20px 0;
	float:left;
}
#wrapper .contents_2_2{
	width:50%;
	margin:0 0 20px 0;
	float:left;
}
#wrapper .contents_2_2 img{
	width:100%;
	height: auto;
	border:solid 1px #CCCCCC;
}

#wrapper .contents_2 .section{
	margin:0 0 20px 0;
}


table.tbl_2 tr:hover,
table.tbl_2 tr.odd:hover {
	background-color: #eee;
	color: #333;
}
table.tbl_2{
	width:100%;
	border:solid 1px #CCCCCC;
	font-size:1.2em;
	color: #7f7f7f;
}
table.tbl_2 th{
	text-align:left;
	background:	#006b2b;
	padding:2%;
	color:#FFFFFF;
	font-weight:bold;
}
table.tbl_2 tr{
	background:#FFF;
	padding:2%;
}
table.tbl_2 tr.odd{
	text-align:center;
	padding:2%;
   background-color: #F7F7F7;
    color: #666;
}
table.tbl_2 td{
	text-align:left;
	padding:2%;
	border-right: dotted 1px #CCC;
}
table.tbl_2 .border{
	border: dotted 1px #CCC;
}
.bk_white{
background-color:#FFFFFF !important;
color:#7F7F7F !important;
border-right: 1px dotted #CCC;
}
#wrapper #from{
	width:50%;
	margin:20px auto;
}
#wrapper #from .form_btn a{
	text-decoration:none;
	text-align:center;
	background:#0066FF;
	border:solid 1px #CCCCCC;
	padding: 15px 10px;
	display: block;
	border-radius:5px;
	color:#FFFFFF;
}
#wrapper #from .form_btn a:hover{
	background: #65A3FF;
	color:#FFFFFF;
}

#close_btn{
	position:absolute;
	top:0px;
	right:0px;
	}
#close_btn a{
	text-decoration:none;
	text-align:center;
	background:#0066FF;
	border:solid 1px #CCCCCC;
	padding: 15px 10px;
	display: block;
	border-radius:5px;
	color:#FFFFFF;
}
#close_btn a:hover{
	background: #65A3FF;
	color:#FFFFFF;
}
.clear{
clear:both;
}
/*管理画面用
---------------------------*/
.font10px{
	font-size:10px;
}
.font11px{
	font-size:11px;
}
.font12px{
	font-size:12px;
}
.font13px{
	font-size:13px;
}
.font14px{
	font-size:14px;
}
.font15px{
	font-size:15px;
}
.font16px{
	font-size:16px;
}
.font17px{
	font-size:17px;
}
.font18px{
	font-size:18px;
}
.font19px{
	font-size:19px;
}
.font20px{
	font-size:20px;
}
.font21px{
	font-size:21px;
}
.font22px{
	font-size:22px;
}
.font23px{
	font-size:23px;
}
.font24px{
	font-size:24px;
}
.font25px{
	font-size:25px;
}
.font26px{
	font-size:26px;
}
.font27px{
	font-size:27px;
}
.font28px{
	font-size:28px;
}
.font29px{
	font-size:29px;
}
.font30px{
	font-size:30px;
}
.font_red{
	color:red;
}
.font_black{
	color:black;
}

