﻿@charset "utf-8";

/* 初期化 
======================================================================================*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, 
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
  overflow-y: scroll;
}

body {
	 
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	background: #F6F5F1;
	color: #303030;
	font-size: 13px;
}

a {
	color: #22ac38;
}

a:hover {
	color: #2F822F;
}

a:active {
	background: hsla( 0, 100%, 100%, 0.5 );
}

li {
	list-style: none;
}

img {
	vertical-align: bottom;
}
.l {
	float: left;
}
.r {
	float: right;
}
.pb15 {
	padding-bottom: 15px;
}
.pb30 {
	padding-bottom: 30px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.red {
	color: #F00;
}
.txt_line {
	text-decoration: underline;
}
section#wrapper:after, section#r div.box2:after, section#r div.profile:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
/* ブロック幅 
======================================================================================*/
header section, footer section, section#wrapper {
	width: 1000px;
	margin: 0 auto;
}
section#wrapper {
	padding-bottom: 50px;
}
/* ヘッダー
======================================================================================*/
header {
	background : transparent url(../mypage/images/bg_h.png) repeat-x scroll 0% 0%;
}
/* セクション-レフト
======================================================================================*/
section#l {
	float: left;
	position: relative;
}
#top section#l nav, section#l div {
	padding-bottom: 16px;
}
section#l nav {
	padding-bottom: 16px;
}
.nav0, .nav1, .nav2, .nav3, .nav4, .nav5, .nav6, .nav7, .nav8, .nav9, .nav10, .nav11, .nav12 {
	position: absolute;
	left: 0;
}
.nav0 {
	top: 0;
}
.nav1 {
	top: 41px;
}
.nav2 {
	top: 81px;
}
.nav3 {
	top: 121px;
}
.nav4 {
	top: 161px;
}
.nav5 {
	top: 201px;
}
.nav6 {
	top: 241px;
}
.nav7 {
	top: 281px;
}
.nav8 {
	top: 321px;
}
.nav9 {
	top: 361px;
}
.nav10 {
	top: 401px;
}
.nav11 {
	top: 441px;
}
.nav12 {
	top: 481px;
}
/* セクション-ライト
======================================================================================*/
section.main {
	margin-bottom: 20px;
}
section#r h2 {
	padding-bottom: 10px;
}
section#r {
	float: right;
	width: 730px;
	overflow: hidden;
	padding-bottom: 30px;
}
#top section#r iframe {
	border: #CBC9C9 1px solid;
	margin-bottom: 20px;
}
section#r .banner {
	width: 800px;
}
section#r .banner ul {
	float: left;
}
section#r .banner ul li {
	padding-bottom: 10px;
	padding-right: 20px;
}
.tb15 {
	font-size: 15px;
	font-weight: bold;
	padding: 0 5px;
}
.t13 {
	font-size: 13px;
	padding-bottom: 15px;
}
.t11 {
	font-size: 11px;
	padding-bottom: 15px;
}
.news {
	background: #FFF;
	padding: 10px;
	font-size: 13px;
}
dl.news_t dt {
  clear: left;
  float: left;
  margin: 0 0 0.5em;
  width: 6.5em;
  color: #547904;
}
dl.news_t dd {
  margin-bottom: 0.5em;
  margin-left: 6.5em;
}
/* フッター
======================================================================================*/
footer {
	background : transparent url(../mypage/bg_f.png) repeat-x scroll 0% 0%;
	padding-top: 10px;
}
footer nav {
	float: left;
	width: 160px;
}
footer nav li {
	padding-left: 15px;
	line-height: 30px;
	font-weight: bold;
	font-size: 12px;
	background : transparent url(../mypage/arrow.png) no-repeat scroll 0px 9px;
}
footer nav .sub {
	line-height: 20px;
	padding-left: 30px;
	background : transparent url(../mypage/arrow2.png) no-repeat scroll 18px 6px;
}
footer .logo {
	float: right;
	padding-top: 180px;
}
footer a {
	text-decoration: none;
}
/* ご利用例
======================================================================================*/
#riyourei section#r div.box {
	padding: 10px;
	background: #FFF;
	font-size: 13px;
	margin-bottom: 10px;
}
#riyourei section#r div.box p {
	padding-bottom: 10px;
}
#riyourei section#r div.w505 {
	width: 490px;
	padding: 0 5px;
}
#riyourei section#r div.box2 {
	overflow: hidden;
	padding-bottom: 20px;
}
#riyourei section#r div.box2 p {
	padding-bottom: 20px;
	font-size: 13px;
}
#riyourei section#r div.box2 p.font11 {
	font-size: 11px;
}
#riyourei section#r ul li {
	padding-bottom: 20px;
}
/*運営会社
======================================================================================*/
#company section#r .box_l {
	width: 158px;
	line-height: 31px;
	padding:0 10px;
}
#company section#r .box_r {
	background: #FFF;
	width: 529px;
	line-height: 31px;
	padding:0 10px;
}
#company section#r .profile {
	border-bottom: #b9b6a7 1px solid;
	background : transparent url(../mypage/bg.png) repeat-y scroll 0% 0%;
	width: 750px;
	overflow: hidden;
}
#company section#r .profile_w {
	border-top: #b9b6a7 1px solid;
	border-right: #b9b6a7 1px solid;
}
/*利用料金
======================================================================================*/
#price section#r .box_l {
	background: #FFF;
	width: 446px;
	line-height: 31px;
	padding:0 10px;
}
#price section#r .box_r {
	width: 244px;
	line-height: 31px;
	padding:0 10px;
	text-align: center;
}
#price section#r .profile {
	border-bottom: #b9b6a7 1px solid;
	background : transparent url(../mypage/bg1.png) repeat-y scroll right center;
	width: 730px;
	overflow: hidden;
	font-size: 16px;
}
#price section#r .profile_w {
	border-top: #b9b6a7 1px solid;
	border-left: #b9b6a7 1px solid;
	margin-bottom: 30px;
}

/* フォーム
======================================================================================*/
.td {
	width: 730px;
	border-top: #666 dotted 1px;
}
.td:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.td .fl {
	float: left;
	width: 200px;
	padding: 10px;
}
.td .fr {
	float: left;
	padding: 10px;
}
.td .fl p {
}
.txtbox {
	width:400px;
	height:200px;
	font-size:12px;
	resize:none;
}
/* 確認画面
======================================================================================*/
table td.l_Cel {
	padding: 20px;
	width: 120px;
}
table td {
	border-top: #666 dotted 1px;
}
table {
	width: 730px;
}

/* カレンダー01
======================================================================================*/
table.calendar01{
	width:728px;
	width:100%;
	max-width:1000px;
	margin-top: 20px;
	margin-bottom: 20px;
    font-size: 11px;
    border-top: 5px solid #e3e9ff;
    border-left: 8px solid #e3e9ff;
    border-right: 8px solid #e3e9ff;
    border-bottom: 8px solid #e3e9ff;
	border-spacing: 0;
	*border-collapse: collapse;
	table-layout: fixed;
}

table.calendar01 caption{
    font-size:14px;
}

table.calendar01 th{
    width:102px;
		width: 14.2%;
    background: #e3e9ff;
    font-weight: nomal;
    text-align: center;
    color: #001da1;
}

table.calendar01 td{
    width:102px;
		width: 14.2%;
    border:1px solid #dddddd;
}
table.calendar01 td span {
		display:block;
}
table.calendar01 td span a {
    display: inline-block;
    word-break: break-all;
    white-space: break-spaces;
}

table.calendar01 td(2n+1){
    text-align:right; 
}
table.calendar01 tr:nth-child(2n) {
	padding-left:15px;
　　text-align:left;
　　color: #21610a;
    background: #FFF;
}


table.calendar01 tr:nth-child(2n+1) {
	　　text-align:left;
　　color: #21610a;
    background: #f8f9fe;
}

/* カレンダー02
======================================================================================*/
div.calendar02 {
	 
    width:730px;
	padding:0;
	margin-top:20px;
	overflow:auto;
}

table.calendar02{
    font-size:14px;
    border-top:3px solid #cccccc;
    border-left:3px solid #cccccc;
    border-right:3px solid #cccccc;
    border-bottom:3px solid #cccccc;
    border-collapse:collapse;
    border-spacing:0;
}

table.calendar02 th{
    width:80px;
    white-space: nowrap; 
    border-top:1px solid #dcdde1;
    border-left:1px solid #dcdde1;
    border-bottom:1px solid #dcdde1;
    border-right:2px solid #dcdde1;
}

table.calendar02 td{
    width:20px;
    text-align:center;
    border-top:2px solid #dcdde1;
    border-bottom:2px solid #dcdde1;
    border-right:1px solid #dcdde1;
}



/* 設備・備品
======================================================================================*/
.setsubi li {
	float: left;
	margin-right: 20px;
}
.btn {
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: right;
}
.setsubi_box_left {
	float: left;
	margin-right: 20px;
	margin-top: 0px;
}
.setsubi_box_right {
	float: right;
	margin-right: 20px;
}
.setsubi_box   {
	width: 370px;
	margin: 0px;
	padding: 0px;

/* ソーシャルボタン
======================================================================================*/
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

/* js
======================================================================================*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

#cboxOverlay{background:#CCC;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.cboxIE6 #cboxTopLeft{background:url(../images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(../images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(../images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(../images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(../images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(../images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(../images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(../images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}
}