@charset "utf-8";

/*============================================================================
	html body
==============================================================================*/

/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
}
body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,  "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background: #FFF;
}

/* ポップアップ等のbody用 */
body#emp { background: #FFF;}

/* for IE6 */
* html body { font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;}
* html input, * html textarea {	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;}

/* リンク */
a {text-decoration: none;}
a:link {color: #00ccb6;}
a:visited {color: #00ccb6;}
a:hover {color: #00ccb6; text-decoration: underline;}
a:active {color: #00ccb6;}

/*============================================================================
	SP非表示
==============================================================================*/

.hiddenSp{
visibility: hidden;
display: none;
width: 0;
height: 0;
}

/*============================================================================
	common
==============================================================================*/

/* clearfix */
.clear {clear: both;}
.clearfix:after { content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;}

/* テキストサイズ */
.std10 { font-size: 77%; }
.std11 { font-size: 85%; }
.std12 { font-size: 93%; }
.std13 { font-size: 100%; }
.std14 { font-size: 108%; }
.std15 { font-size: 116%; }
.std16 { font-size: 123.1%; }
.std17 { font-size: 131%; }
.std18 { font-size: 138.5%; }
.std19 { font-size: 146.5%; }
.std20 { font-size: 153.9%; }
.std21 { font-size: 161.6%; }
.std22 { font-size: 167%; }
.std23 { font-size: 174%; }
.std24 { font-size: 182%; }
.std25 { font-size: 189%; }
.std26 { font-size: 197%; }
/* カラー */
.white { color: #FFFFFF; }
.black { color: #000000; }
.gray { color: #666666; }
.lgray { color: #999999; }
.red { color: #990000; }
.pink { color: #FF3366; }
.green { color: #006600; }
.orange { color: #FF6600; }
.blue { color: #0066CC; }
.lblue { color: #0099FF; }
.yellow { color: #FFFF00; }
.gold { color: #996633; }

/* 画像右 */
.imgR {	float: right; padding: 0 0 10px 10px;}
/* 画像中央 */
.imgC {	display: block; margin: auto;}
/* 画像左 */
.imgL {	float: left; padding: 0 15px 10px 0;}

/*============================================================================
	module
==============================================================================*/
/* #wrapper（ページ全体 横幅） */
#outer {width: 100%; margin: auto;	clear: both;height: 100%; background: #fcfcfc;height: 100vh;}

/* header#globalHeader（ヘッダ） */
header#globalHeader {width: 100%; height: 60px; padding: 5px 0; margin-bottom:0;background-color: #FFF;}

/* #main（中央） */
#main {	width: 100%; clear:both; overflow:hidden;}

/* #leftSide（左メニュー） */
#leftSide {
	width: 100%;
	height: 50px;
	padding: 0px;
	background: #FFF;
	border-bottom: 1px solid #f7f2f5;
	position: fixed;
	top: 0;
	z-index: 100;
}

/* #mainCont（内容） */
#mainCont {padding: 46px 10px 30px 10px; overflow:auto; background: ; z-index: 99;}

/* footer#globalFooter（フッタ） */
footer#globalFooter {
	text-align: center;
	width: 100%;
	padding: 10px 0;
	clear: both;
	background-color: #FFF;

	bottom: 0;
}

/*============================================================================

	style

==============================================================================*/
/*============================================================================
	header#globalHeader
==============================================================================*/

#logoBox{
	width: 80%;
	margin: 0px 0;
	padding: 3px;
	text-align: left;
}
#logoBox h1{ margin: 0px auto; display: inline-block;}
#logoBox h1 a{ font-size:110%; margin:0px; color: #898989;}
#logoBox h1 a:hover{ color: #898989; text-decoration: none;}
#logoBox h1 a img{ max-width: 90px;}

#logoBox .headText{
	display: inline-block;
	margin: 15px auto 10px 6px;
	text-align: left;
	vertical-align:top; 
	font-size: 11px;
	color: #898989;
}
/*
header#globalHeader .search{ width:200px; float:right; margin-top: 20px; padding-right:30px;}
.search ul.snsBtn{ list-style-type:none;} 
.search ul.snsBtn li{
	font-size: 14px;
	padding:3px 3px 0 5px;
	list-style-type:none;
	float:right;
	color: #FFF;
} 
.search ul.snsBtn li i{
	margin-right: 10px;
} 
.search ul.snsBtn li a{color: #FFF; font-size: 90%;}
*/
/*============================================================================
	#leftSide
==============================================================================*/

.main_menu i{
	width: 30px;
	margin-right: 5px;
	text-align: left;
}
.sub_menu li a i{
	width: 30px;
	margin-right: 5px;
	text-align: left;
	color: #00ccb6;
}


ul#menu, ul.sub_menu{
        list-style:none;
        margin:0;
        padding:0;
}
#menu{
        margin: 0 auto;
        display: none;
}
.main_menu{
	display: block;
        background: url(../img/icon_arrow2.gif) no-repeat 220px center;
        
        color:#898989;
        cursor:pointer;
        width:70%;

	font-size: 14px;

}
a.main_menu i{
	color: #00ccb6;
}
a.main_menu {
        color:#898989;
        text-decoration: none;
}
.sub_menu li{
	background: #FFF;
}
.sub_menu li a{
		color: #898989;
        display:block;
        text-decoration: none;
        width:100%;
		height: 20px;
		padding: 15px 10px 10px 40px;
}
.sub_menu li a:hover{
	color: #898989;
	background: #e2d1d6;
        text-decoration: none;
}


/*============================================================================
	#mainCont
==============================================================================*/

.pan{
	margin: 10px auto;
	font-size:12px;
	padding-bottom: 10px;
	font-weight: normal;
color: #898989;
}
.pan a{color: #898989;}

#mainCont h2{
	margin: 10px auto;
	font-size:16px;
	padding-bottom: 10px;
	font-weight: normal;
	color: #898989;
	border-bottom: 1px solid #dcdcdc;
}
#mainCont h3{
	margin: 20px auto 10px auto;
	font-size:16px;
	padding-bottom: 10px;
	font-weight: normal;
	color: #898989;
}
#mainCont h4.freeKugiri{
	color: #666;
	margin:5px auto;
	font-size:100%;
	font-weight:normal;
}
#mainCont p { margin:10px auto; font-size: 100%; line-height:150%; color: #646472;}
#mainCont Div.freeBox { font-size:90%; color: #666; padding:10px; line-height:140%; border: 1px dotted #999;}

/* Main部分バナー */
.mainBn{ margin:10px auto; text-align: center; width: 300px;}
.mainBn img{max-width: 300px;}

/* デフォルト リスト */
#mainCont ol.defList {border-collapse: collapse;}
#mainCont ol.defList li {
	margin:10px auto;
	font-size:90%;
	line-height:100%;
	list-style:disc;
	list-style-position:inside;
	padding-left:10px;
}

/* searchBox */
.searchBox{
	padding: 5px 0 10px 0;
	margin-bottom: 0px;
}


/* schDetailBox */

.schDetailBox{
	width: 100%;
	padding: 3%;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	vertical-align: middle;
	margin-bottom: 8px;
}
.schDetailData{
	display: block;
	color: #8d8d8d;
	font-size: 120%;
	font-weight: bold;
	vertical-align: middle;
	padding: 6px 4px 6px;
}
.schDetailData2{
	display: block;
	color: #8d8d8d;
	font-size: 110%;
	font-weight: normal;
	line-height: 140%;
	vertical-align: middle;
	padding: 6px 4px 6px;
}
.schDetailData i ,.schDetailData2 i{
	margin-right: 6px;
}
.schDetailBtn{
	float: right;
}
a.schBtn{
	display: block;
	width: 100%;
background: linear-gradient(-40deg, #0bf6de 0%, #00ccb6 100%);
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-radius: 6px;
	padding: 6px 8px 6px;
	margin: 0 auto 0px auto;
	box-shadow: 0px 3px 0px #009e8f;
	box-sizing: border-box;
}
a.schBtn:hover{
	text-decoration: none;
background: linear-gradient(-40deg, #00ccb6 0%, #0bf6de 100%);
}
a.schBtn i{
	margin-left: 6px;
}

/* sch テーブル */
.schTable table {
	border: none;
	border-collapse: collapse;
	margin:0.1em 0;
	width: 100%;
}
.schTable th, .schTable td {
	padding: 4px 8px;
	font-size: 110%;
	line-height: 180%;
	border: none;
	color: #898989;
	vertical-align: middle;
}
.schTable th {
	padding: 10px;
	font-size: 100%;
	text-align: center;
	font-weight: normal;
	background: #f0f0f0;
	color: #646472;
}
.schTable tr:nth-child(odd) {
	background: #FFF;
}
.schTable tr:nth-child(even) {
	background: #f7f7f7;
}


/* inlineBlock */
/* 2 */
.inlineBlock2{
	margin: 16px auto 16px auto;
	text-align: center;
}
.inlineBlock2 .inlineBlockOne2{
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 140px;
	padding: 8px;
	margin: 0 5px 16px 5px;
	position: relative;/* ランキングマーク用 */
	box-shadow: 0 0 3px #DDD;
	background: #FFFFFF;
	border-radius: 6px;
}
.inlineBlock2 .inlineBlockOne2 .inlineBlockImg2{
	text-align: center;
	margin:0 auto 10px;
	display: block;
	width: 100%;
	height: 140px;
	border-radius: 6px;
	overflow: hidden;
}
.inlineBlock2 .inlineBlockOne2 .inlineBlockTitle2{
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 140%;
	font-size: 1.0em;
	vertical-align: top;
	font-weight: bold;
	margin: 3px auto;
	color: #898989;
}
.inlineBlock2 .inlineBlockOne2 .inlineBlockTitle2 a ,
.inlineBlock2 .inlineBlockOne2 .inlineBlockText2 a{
	color: #898989;
}
.inlineBlock2 .inlineBlockOne2 .inlineBlockText2{
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 140%;
	font-size: 0.8em;
	vertical-align: top;
	font-weight: bold;
	margin: 3px auto;
	color: #898989;
}

/* 4 ダッシュボードボタン */
.inlineBlock4{
	margin: 20px auto 20px auto;
	text-align: center;
}
.inlineBlock4 a.inlineBlockOne4{
	float: left;
	display: block;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	width: 164px;
	height: 164px;
	margin-right: 30px;
	margin-bottom: 30px;
	border-radius: 8px;
	background: #00def7;
	color: #FFF;
	box-sizing: border-box;
}
.inlineBlock4 a.inlineBlockOne4:hover{
	border: solid 3px #333;
	background: #FFF;
	color: #333;
	box-sizing: border-box;
}
.inlineBlock4 a.inlineBlockOne4 h4.inlineBlockTitle4{
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	margin: 0 auto 16px;
}
.inlineBlock4 a.inlineBlockOne4 .inlineBlockImg4{
	font-size: 15px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}


/* Newマーク */
.new{
	z-index: 10;
	display: block;
	width: 60px;
	height: 20px;
	position: absolute;
	top:3px;
	right: -2px;
	background: #cc0045;
	text-align: center;
	font-size: 12px;
	line-height: 160%;
	color: #FFF;
	border-radius: 3px;
	font-family: 'Oswald', sans-serif;
}
/* souldoutマーク */
.soldout{
	z-index: 10;
	display: block;
	width: 60px;
	height: 20px;
	position: absolute;
	top:3px;
	right: -2px;
	background: #333333;
	text-align: center;
	font-size: 12px;
	line-height: 180%;
	color: #ddd;
	border-radius: 3px;
	font-family: 'Oswald', sans-serif;
}
/* souloutマーク
.souldout{
	z-index: 10;
	display: block;
	position: absolute;
	top:140px;
	left: 122px;
	background: #000000;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	border-radius: 3px;
	padding: 6px 12px;
	font-family: 'Oswald', sans-serif;
}
 */
/* waitingマーク */
.waiting{
	z-index: 10;
	display: block;
	width: 60px;
	height: 20px;
	position: absolute;
	top:3px;
	right: -2px;
	background: #00ccb6;
	text-align: center;
	font-size: 12px;
	line-height: 180%;
	color: #FFF;
	border-radius: 3px;
	font-family: 'Oswald', sans-serif;
}
.etcmark{
	z-index: 10;
	display: block;
	width: 60px;
	height: 20px;
	position: absolute;
	top:3px;
	right: -2px;
	background: #ec3892;
	text-align: center;
	font-size: 12px;
	line-height: 180%;
	color: #FFF;
	border-radius: 3px;
	font-family: 'Oswald', sans-serif;
}



/* お知らせ */
.logBox {
	clear: both;
	width: 100%;
	height: 100px;
	overflow: auto;
	margin: 0;
	box-sizing: border-box;
	padding: 10px 1%;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	background: #FFFFFF;
}


dl {
	width: 100%;
}
dt {
	float:left;
	clear:left;
	width:25%;
	padding: 1%;
	font-size: 100%; line-height:150%; color: #646472;
}
dd {
	float:left;
	width:70%;
	padding: 1%;
	font-size: 100%; line-height:150%; color: #646472;
}


/*============================================================================	
	TAB
==============================================================================*/

.tab_wrap{
	width:100%;
	margin:6px auto;
}
/*input[type="radio"]{display:none;}*/
.tab_area{
	font-size:0;
	margin:0 6px;
}
.tab_area label{
	width: calc(97%/2);
	margin:0 0.3%;
	display:inline-block;
	padding:12px 0;
	color: #898989;
/*	background:#ddd;*/
	text-align:center;
	font-size:16px;
	cursor:pointer;
	transition:ease 0.2s opacity;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.tab_area label:hover{
/*	opacity:0.5; */
}
.panel_area{
	background:#fff;
}
.tab_panel{
	width:98%;
	padding:6px 1% 3px;
	display:none;
}
.tab_panel p{font-size:14px; letter-spacing:1px; text-align:center;}
/* 黄色 */
#tab1 ~ .tab_area .tab1_label{background:#eeeeee;}
#tab1 ~ .panel_area #panel1{background:#ffffff;}
#tab1:checked ~ .tab_area .tab1_label{background:#FFFFFF; color: #00ccb6;}
#tab1:checked ~ .panel_area #panel1{display:block; border-top: 0px solid #f4ab00;}
/* 緑 */
#tab2 ~ .tab_area .tab2_label{background:#eeeeee;}
#tab2 ~ .panel_area #panel2{background:#ffffff;}
#tab2:checked ~ .tab_area .tab2_label{background:#FFFFFF; color: #00ccb6;}
#tab2:checked ~ .panel_area #panel2{display:block; border-top: 0px solid #218a00;}



/*============================================================================
	footer#globalFooter
==============================================================================*/

#backTop {margin:10px 0;}
#backTop a{font-size:90%;}
#backTop a:hover{}

p.copyright {
	width: 80%;
	font-size: 80%;
	margin: 20px auto 10px auto;
	color: #898989;
	border-top: 1px solid #f7f2f5;
	padding-top: 20px;
	display: none;
}

.freeText {
	font-size: 77%;
	margin: 0 5px 10px 0;
	text-align:right;
}


/* page-top */
#pageTop {
	position: fixed;
	bottom: 10px;
	right: 10px;
}
#pageTop a {
	display: block;
	background: url(../img/gototop.png);
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
}
#pageTop a:hover {
	background: url(../img/gototop.png);
	background-size: 30px 30px;
}

/*============================================================================
	Table系
==============================================================================*/

/* デフォルト テーブル */
.defTable table {
	width: 100%;
	border: 1px solid #fcfcfc;
	border-collapse: collapse;
	margin:1em 0;
}
.defTable th, .defTable td {
	padding: 6px;
	font-size: 100%;
	border: 1px solid #fcfcfc;
	color: #898989;
	vertical-align: middle;
	line-height: 180%;
}
.defTable th {
	width: 100px;

	font-size: 100%;
	text-align: center;
	font-weight: normal;
	background: #f0f0f0;
	color: #646472;
}
.defTable tr:nth-child(odd) {
	background: #FFF;
}
.defTable tr:nth-child(even) {
	background: #f7f7f7;
}


.defTable select{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 8px 20px 8px 8px;
	background: #FFF url(../img/icon_select_arrow.png) right 50% no-repeat;
	background-size: 8px 8px;
	border: 1px solid #fcfcfc;
	border-radius: 5px;
}
.defTable select::-ms-expand {
	display: none;
}


/*============================================================================
	form周り
==============================================================================*/

.labBlock{
	display: block;
	margin: 4px auto;
}
.labBlockN{
	display: inherit;
}

.searchTBtitle{
	padding: 0 5px;
	width: 150px;
	font-size: 100%;
color: #898989;
}

/*============================================================================
	Form
==============================================================================*/

input.namename{
	padding: 6px 8px;
	width: 75%;
	background:#FFF;
	border: 1px solid #f0f0f0;
	border-radius: 3px;
	margin-bottom: 2px;
}
input.namenameS{
	padding: 6px 8px;
	width: 110px;
	background:#FFF;
	border: 1px solid #f0f0f0;
	border-radius: 3px;
	margin-bottom: 2px;
}
input.namenameSS{
	padding: 6px 8px;
	width: 40px;
	background:#FFF;
	border: 1px solid #f0f0f0;
	border-radius: 3px;
	margin-bottom: 2px;
}

select.room{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 3px 20px 3px 8px;
	background: #FFF url(../img/icon_select_arrow.png) right 50% no-repeat;
	background-size: 8px 8px;
	border: 1px solid #f0f0f0;
	border-radius: 5px;
}

select.roomS{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 3px 20px 3px 8px;
	background: #FFF url(../img/icon_select_arrow.png) right 50% no-repeat;
	background-size: 8px 8px;
	border: 1px solid #f0f0f0;
	border-radius: 5px;
}
select.roomSS{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 3px 20px 3px 8px;
	background: #FFF url(../img/icon_select_arrow.png) right 50% no-repeat;
	background-size: 8px 8px;
	border: 1px solid #f0f0f0;
	border-radius: 5px;
}

textarea.commArea{
	padding: 8px 1%;
	width: 98%;
	height: 230px;
	background:#FFF;
	border: 1px solid #f0f0f0;
	border-radius: 3px;
}


select.refineS{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
    background:#FFF url(../img/arrow_down.png) no-repeat;
    background-size:10px 5px;
    background-position: 98% center;
    width: 100%;
    font-size: 14px;
    vertical-align: middle;
    border:1px solid #f0f0f0;
    margin-bottom:0;
    padding:6px 5px 6px 5px;
	border-radius: 3px;
}

.file-btn {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 5px;
    color: #ffffff;
    background: #000;
    cursor: pointer;
}
.file-btn input {
    display: none;
}


/* チェックボックス */

.cp_ipcheck {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_ipcheck:before, .cp_ipcheck:after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}
.cp_ipcheck .box {
	width: 90%;
	margin: 1em auto .5em;
	text-align: center;
	border: 1px solid white;
	border-radius: 3px;
	background: #ffffff;
}
.cp_ipcheck input[type=checkbox] {
	display: none;
}
.cp_ipcheck label:focus,
.cp_ipcheck label:hover,
.cp_ipcheck label:active,
.cp_ipcheck input:checked + label {
	color: #da3c41;
}
.cp_ipcheck label:focus:before,
.cp_ipcheck label:hover:before,
.cp_ipcheck label:active:before,
.cp_ipcheck input:checked + label:before {
	border-color: #da3c41;
	background: #ffffff;
}
.cp_ipcheck label {
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 1em 1em 1em 3em;
	cursor: pointer;
	-webkit-transition: all 0.15s ease;
	        transition: all 0.15s ease;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #ffffff;
}
.cp_ipcheck label:before {
	position: absolute;
	top: 1em;
	left: 1em;
	width: 10px;
	height: 10px;
	content: '';
	border: 0.2em solid #cccccc;
}
.cp_ipcheck input:checked + label:before {
	border-color: #da3c41;
	background: #da3c41;
}

.imgInput{
	margin-bottom: 10px;
}

#preview img {
  width: 200px;
  margin: 10px;
  border: solid 1px silver;
}


input.wC{
	padding: 10px;
	border: 1px solid #868695;
	border-radius: 5px;
}
input.wL{
	padding: 5px;
	border: 1px solid #868695;
	border-radius: 5px;
	width: 100%;
}
input.wM{
	padding: 5px;
	border: 1px solid #868695;
	border-radius: 5px;
	width: 60%;
}
input.wS{
	padding: 5px;
	border: 1px solid #868695;
	border-radius: 5px;
	width: 30%;
}
textarea.wArea{
	padding: 5px;
	border: 1px solid #868695;
	border-radius: 5px;
	width:100%;
	height:100px;
}



.switch__label {
	width: 50px;
	position: relative;
	display: inline-block;
}
.switch__content {
	display: block;
  cursor: pointer;
  position: relative;
  border-radius: 30px;
  height: 31px;
overflow: hidden;
}
.switch__content:before {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% - 3px);
	height: calc(100% - 3px);
	top: 0;
	left: 0;
	border: 1.5px solid #E5E5EA;
	border-radius: 30px;
	background-color: #fff;
}
.switch__content:after {
	content: "";
	display: block;
	position: absolute;
	background-color: transparent;
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	border-radius: 30px;
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
}
.switch__input {
	display: none;
}
 
.switch__circle {
	display: block;
	top: 2px;
	left: 2px;
	position: absolute;
	-webkit-box-shadow: 0 2px 6px #999;
	        box-shadow: 0 2px 6px #999;
	width: 27px;
	height: 27px;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	background-color: #fff;
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;
}
.switch__input:checked ~ .switch__circle {
	left: 21px;
}
 
.switch__input:checked ~ .switch__content:after {
	background-color: #4BD964;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*============================================================================
	ボタン
==============================================================================*/

a.regBtn{
	display: block;
	background:#333;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	border-radius: 5px;
	border: none;
	padding: 10px 15px;
	margin: 0 auto 5px auto;
	cursor: pointer;
}
a.regBtn:hover{
	text-decoration: none;
	background:#666;
}
a.regBtn i{
	margin-right: 5px;
}

.searchBtn{
	display: block;
	border: none;
	width: 180px;
	background:#00ccb6;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	border-radius: 20px;
	padding: 7px 12px 6px 12px;
	margin: 0 auto 5px;
}
.searchBtn:hover{
	text-decoration: none;
	background:#666;
}

a.btnNormal{
	clear: both;
	display: block;
	width: 160px;
	text-align:center;
	padding: 9px 10px 10px 10px;
	margin: 0 auto 5px;
	background:#00ccb6;
	color: #FFF;

	text-decoration: none;
	border-radius: 20px; 
	font-size: 14px;
	font-weight:normal;
	line-height: 100%;
}

.btnInputBlack {
	width: 95%;
	margin:5px;
	text-align:center;
	display: block;
	padding: 5px;
	color: #FFF;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.8);
	text-decoration: none;
	border-radius: 3px;
	border: 1px solid #000;
	font-size: 80%;
	font-weight:bold;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#000));
	background-color: #333;
	/* IE */
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#333, EndColorStr=#000);
}

/*============================================================================
	Login
==============================================================================*/

#loginHead {
	text-align:center;
	vertical-align: middle;
	width:100%;
	margin:0 auto;
	padding:40px 0px 30px 0px;
	position: relative; /* for IE */
}

#loginHead h1{
	width: 300px;
	margin: 0 auto;
	font-size: 200%;
color: #898989;
}
#loginHead h1 img{
	width: 100%;
}
#loginHead p.headT{
	width: 300px;
	margin: 0 auto;
	font-size: 120%;
color: #898989;
text-align: center;
}

#loginMain {width: 100%;}

#loginMain p.loginText{
	width:260px;
	text-align: center;
	margin: 10px auto;
	color: #898989;
	padding:10px;
}

p.copyText{
	width:100%;
	font-size: 90%;
	text-align: center;
	margin: 10px auto;
	color: #898989;
}

#loginTable {
	width:300px;
	background-color: #FFF;
	margin:20px auto;
	padding:15px 10px 5px 10px;
	box-shadow: 1px 1px 4px #666;
	-moz-box-shadow: 1px 1px 4px #666;
	-webkit-box-shadow: 1px 1px 4px #666;
	position: relative; /* for IE */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* loginTable */
.loginTable table {
	border: none;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.loginTable th, .loginTable td {
	padding: 10px;
	border: none;
	font-size: 110%;
}
.loginTable th {
	padding-bottom: 3px;
	border: none;
	font-size: 110%;
	color: #898989;
	vertical-align: top;
}
.loginTable td {
	padding: 10px;
	border: none;
	font-size: 110%;
	vertical-align: middle;
}

.formPad {
	padding:5px;
	font-size:100%;
	width: 240px;
border: 1px solid #f0f0f0;
}

a.loginBtn{
	display: block;
	width: 260px;
	background:#00ccb6;
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	border-radius: 5px;
	border: none;
	padding: 10px 0px 10px 0;
	margin: 0 auto 5px auto;
	cursor: pointer;
}
a.loginBtn:hover{
	text-decoration: none;
	background:#00ccb6;
}
a.loginBtn i{
	margin-right: 10px;
}
/*
.loginBtn{
	display: block;
	width: 260px;
	background:#00085b url(../img/icon_btn_login.png) no-repeat 58px center;
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	border-radius: 5px;
	border: none;
	padding: 10px 0px 10px 0;
	margin: 0 auto 5px auto;
	cursor: pointer;
}
.loginBtn:hover{
	text-decoration: none;
	background:#004768 url(../img/icon_btn_login.png) no-repeat 58px center;
}
*/


/*============================================================================
	未使用
==============================================================================*/

/* searchTable */
.searchTable table {
	border: none;
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 10px;
}
.searchTable th, .searchTable td {
	border: none;
	padding: 8px 0px;
	font-size: 100%;
	color: #646472;
	vertical-align: middle;
}

.searchTBtitle{
	padding: 0 10px;
	font-size: 100%;
}
.searchBox .searchTable input{
	padding: 6px;
	border: 1px solid #f0f0f0;
	border-radius: 5px;
}

.searchBox .searchTable select{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 8px 20px 8px 8px;
	background: #FFF url(../img/icon_select_arrow.png) right 50% no-repeat;
	background-size: 8px 8px;
	border: 1px solid #868695;
	border-radius: 5px;
}
.searchBox .searchTable select::-ms-expand {
	display: none;
}



/*  dataTable */
/* 入力系テーブル */

i.iconRight{
	padding-right: 0;
	margin-right: 0;
	margin-left: 3px;
	cursor: pointer;
}

.dataBox{
	width: 940px;
	padding: 5px 0 20px 0;
}

.dataTable table {
	border: 1px solid #ececfb;
	border-collapse: collapse;
	margin:1em 0;
}
.dataTable th, .dataTable td {
	padding: 15px 5px;
	font-size: 100%;
	line-height: 180%;
	border: 1px solid #ececfb;
	color: #646472;
	vertical-align: middle;
}
.dataTable th {
	font-size: 110%;
	text-align: center;
	color: #646472;
}
/* 偶・奇数 */
.dataTable table tr.odd td {background: #d7dbff;}
.dataTable table tr.even td {background: #FFF;}

.dataTBtitle{
	padding: 0 10px;
	font-size: 100%;
}
.dataTable input{
	padding: 10px;
	border: 1px solid #868695;
	border-radius: 5px;
}

.dataTable select{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 5px 20px 5px 8px;
	background: #FFF url(../img/icon_select_arrow.png) right 50% no-repeat;
	background-size: 12px 12px;
	border: 1px solid #868695;
	border-radius: 5px;
}
.dataTable select::-ms-expand {
	display: none;
}

/* デフォルト テーブル */
.clearTable table {
	border-collapse: collapse;
	margin: 0;
	border: none;
}
.clearTable table tr{
	margin: 5px 0;
}
.clearTable th, .clearTable td {
	padding: 5px;
	font-size: 100%;
	color: #646472;
	vertical-align: middle;
	border: none;
	font-weight: normal;
	text-align: center;
}


/*============================================================================
	カレンダー
==============================================================================*/


#schNavi{
  display: table;
  text-align: center;
  width: 100%;
  margin-top: 4px;
}

.schNaviPrev,
.schNaviTitle,
.schNaviNext{
  display: table-cell;
  vertical-align: middle;
}
.schNaviPrev{
	width: 20px;
	color: #00205b;
}
.schNaviTitle{
	width: 50px;
	padding: 4px 4px 4px 4px;
	color: #6e6e6e;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	border-radius: 20px;
}
.schNaviNext{
	width: 20px;
	color: #00205b;
}



/* カレンダー */
.calBox{
	width: 99%;
	margin: 10px auto;
}

.calBox table{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	background: #FFF;
	border: 1px solid #e6e6e6;
}

.calBox th, .calBox td {
	width: 14.4%;
	height: 50px;
	font-size: 12px;
	padding: 3px 6px;
	line-height: 160%;
	color: #6e6e6e;
	border: 1px solid #e6e6e6;
}
.calBox th {
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	background: #e6e6e6;
	color: #6e6e6e;
	height: 16px;
}
.calBox th.sunday {
	background: #f6c8c8;
}
.calBox td.sunday {
	background: #ffebeb;
}
.calBox th.saturday {
	background: #c0d5f0;
}
.calBox td.saturday {
	background: #e0eeff;
}
.calBox td.holiday {
	background: #f4f4f4;
}
.calBox td.today{
	background: #ecfbf7;
}
.calBox td.nowCal{
	background: #eb6935;
}


a.reservedOn{
	display: block;
	color: #FFF;
	background: #ff4aa5;
	padding: 4px;
	width: 20px;
	text-align: center;
	border-radius: 30px;
}
.reservedOff{
	display: block;
	color: #6e6e6e;
	padding: 4px;
	width: 20px;
	text-align: center;
}

.holidays_block{
	display: block;
}
.revOk_icon{
	float: left;
	margin-right: 3px;
	font-size: 20px;
	color: #eb6935;
}
.revOk_icon_now{
	float: left;
	margin-right: 3px;
	font-size: 20px;
	color: #FFFFFF;
}
.revNg_icon{
	float: left;
	margin-right: 3px;
	font-size: 20px;
	color: #222;
}

/* 
.hospital{
	background: #fed2dd;
}
.sports{
	background: #d7f7fc;
}
.eats{
	background: #fef9c0;
}
.medic{
	background: #d7fec0;
}
.etc{
	background: #ffe3c2;
}
.edit{
	background: #c3c1ee;
}
 */