@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{color: #1260a8;}
a:hover {opacity: 0.8;}
a:active {color: #1260a8;}

/*============================================================================
	PC非表示
==============================================================================*/

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

/*============================================================================
	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%; 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;*/ display: flex; overflow:hidden; background-color: #fff;}

/* #leftSide（左メニュー） */
#leftSide {width: 300px; padding: 0px; /*float: left;*/ background: #FFF;height: auto;
	/*border-right: 1px solid #f7f2f5;*/
	background-color: #eef0f2;

}

/* #mainCont（内容） */
#mainCont {padding: 0px 10px 30px 30px; overflow:auto; z-index: 900; background-color: #FFF; /*height: 100vh;*/ width: 100%;}

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

	bottom: 0;
}*/

footer {
	/*position: fixed;*/
	bottom: 0;
	width: 100%;
	height: 60px;
  }
#vamos-footer {
    padding: 20px;
    text-align: center;
    color: #fff;
    background-color: #1260a8;
	z-index: 900;
}

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

	style

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

#logoBox{
	width: 80%;
	margin: 10px auto;
	padding: 20px 0;
	border-bottom: 1px solid #f7f2f5;
}
#logoBox h1{ margin: 10px auto;}
#logoBox h1 a{ font-size:110%; margin:8px; color: #898989;}
#logoBox h1 a:hover{ color: #898989; text-decoration: none;}
#logoBox h1 a img{ min-width: 150px; max-width: 90%;}

#logoBox .headText{
	margin: 10px auto;
	text-align: center;
	font-size: 18px;
	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;
}


ul#menu, ul.sub_menu{
        list-style:none;
        margin:0;
        padding:0;
}
#menu{
        margin: 0 auto;
}
.main_menu{
	display: block;
        background: url(../img/icon_arrow2.gif) no-repeat 220px center;
        
        color:#898989;
        cursor:pointer;
        width:70%;
		height: 40px;
	font-size: 14px;
	padding: 20px 10px 0px 30px;
}
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: 20px auto;
	font-size:12px;
	padding-bottom: 10px;
	font-weight: normal;
	color: #898989;
}
.pan a{color: #898989;}

#mainCont h2{
	color: #0053ab;
    font-size: 16px;
    margin: 30px 0px;
    font-weight: bold;
}
#mainCont h3{
	margin: 20px auto 10px auto;
	font-size:16px;
	font-weight: normal;
	/*color: #898989;*/
}
#mainCont h3.pager{
	margin: 20px auto 10px auto;
	padding: 6px 15px;
	font-size:16px;
	font-weight: bold;
	color: #1260a8;
	border-left: 6px solid #1260a8;
}
#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 0; text-align: left; 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;
}

/* schDetailBox */

.schDetailOuter{
	width: 99%;
	margin: 30px auto;
}

.schDetailBox{
	width: 100%;
	padding: 1%;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	vertical-align: middle;
	margin-bottom: px;
}
.schDetailData{
	display: block;
	color: #8d8d8d;
	font-size: 120%;
	line-height: 140%;
	font-weight: bold;
	vertical-align: middle;

}
.schDetailData2{
	display: block;
	color: #8d8d8d;
	font-size: 110%;
	line-height: 160%;
	font-weight: normal;
	vertical-align: middle;
	padding: 8px 4px 8px;
}
.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: 8px 8px 8px;
	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: 8px;
}

/* sch テーブル */
.schTable table {
	border: none;
	border-collapse: collapse;
	margin:0.5em 0;
}
.schTable th, .schTable td {
	padding: 8px 15px;
	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: 20px auto 20px auto;
	text-align: left;
}
.inlineBlock2 .inlineBlockOne2{
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 200px;
	padding: 8px;
	margin: 0 10px 30px 10px;
	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: 200px;
	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: 90px;
	height: 30px;
	position: absolute;
	top:-3px;
	right: -2px;
	background: #cc0045;
	text-align: center;
	font-size: 16px;
	line-height: 180%;
	color: #FFF;
	border-radius: 3px;
	font-family: 'Oswald', sans-serif;
}
/* souldoutマーク */
.soldout{
	z-index: 10;
	display: block;
	width: 90px;
	height: 30px;
	position: absolute;
	top:-3px;
	right: -2px;
	background: #333333;
	text-align: center;
	font-size: 16px;
	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: 90px;
	height: 30px;
	position: absolute;
	top:-3px;
	right: -2px;
	background: #00ccb6;
	text-align: center;
	font-size: 16px;
	line-height: 180%;
	color: #FFF;
	border-radius: 3px;
	font-family: 'Oswald', sans-serif;
}
.etcmark{
	z-index: 10;
	display: block;
	width: 90px;
	height: 30px;
	position: absolute;
	top:-3px;
	right: -2px;
	background: #ec3892;
	text-align: center;
	font-size: 16px;
	line-height: 180%;
	color: #FFF;
	border-radius: 3px;
	font-family: 'Oswald', sans-serif;
}


/* お知らせ */

.logBox {
	clear: both;
	max-width: 900px;
	height: 250px;
	overflow: auto;
	margin: 0;
	padding: 10px 20px;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	background: #FFFFFF;
}


dl {
	max-width: 890px;
}
dt {
	float:left;
	clear:left;
	max-width:90px;
	padding: 5px;
	font-size: 100%; line-height:150%; color: #646472;
}
dd {
	float:left;
	max-width:780px;
	padding: 5px;
	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;
}

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


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

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

/* デフォルト テーブル */
.defTable table {
	border: 1px solid #fcfcfc;
	border-collapse: collapse;
	margin:1em 0;
}
.defTable th, .defTable td {
	padding: 15px;
	font-size: 100%;
	line-height: 180%;
	border: 1px solid #fcfcfc;
	color: #898989;
	vertical-align: middle;
}
.defTable th {
	padding: 10px;
	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: 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;
}
.defTable select::-ms-expand {
	display: none;
}


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

.labBlock{
	display: block;
	margin: 6px auto;
}
.labBlockN{
	display: ;
	margin: 10px auto;
}

.searchTBtitle{
	vertical-align: middle;
	min-width: 150px;
	max-width: 200px;
	padding: 0 10px;
	font-size: 100%;
	color: #898989;
	text-align:none;
}

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

/*input.namename{
	padding: 8px 6px;
	width: 350px;
	background:#FFF;
	border: 1px solid #f0f0f0;
	border-radius: 3px;
	margin-bottom: 2px;
}
input.namenameS{
	padding: 8px 6px;
	width: 200px;
	background:#FFF;
	border: 1px solid #f0f0f0;
	border-radius: 3px;
	margin-bottom: 2px;
}
input.namenameSS{
	padding: 8px 6px;
	width: 80px;
	background:#FFF;
	border: 1px solid #f0f0f0;
	border-radius: 3px;
	margin-bottom: 2px;
}*/

select.room{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 6px 20px 6px 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: 6px 20px 6px 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: 6px 20px 6px 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;
}

.searchW900{
	width: 900px;
	margin: 20px auto;
}

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 .5em 1em 2.5em;
	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: 18px;
}

#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: 600px;
}
input.wM{
	padding: 5px;
	border: 1px solid #868695;
	border-radius: 5px;
	width: 200px;
}
input.wS{
	padding: 5px;
	border: 1px solid #868695;
	border-radius: 5px;
	width: 60px;
}
textarea.wArea{
	padding: 5px;
	border: 1px solid #868695;
	border-radius: 5px;
	width:600px;
	height:200px;
}

/* switch */
.switch {
	display: inline-block;
}
.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:#00ccb6;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	border-radius: 5px;
	border: none;
	padding: 3px 8px;
	margin: 0 auto 5px auto;
	cursor: pointer;
}
a.regBtn:hover{
	text-decoration: none;
	background:#00b9a7;
}
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 0;
}
.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 0;
	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:#1260a8;
	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-color: #d4eaf9;
    color: #1260a8;
}
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;
}
*/



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






/*  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;
}
 */

 /* reissue */

#page-title{
	font-size: 22px;
	margin: 20px 0;
}

.text-sub {
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 12px;
}
.vm-mb20 {
    margin-bottom: 20px!important;
}
.vm-bd{
	font-weight: bold;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
	background-color: #d4eaf9;
    color: #555555;
}


/*indivisual.php*/
.table {
    width: 100%;
    max-width: 100%;
}
.vamos-table {
	border:1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 1em;
}
.vamos-table > .table {
    margin-bottom: 0;
}
.vamos-table > .table>tbody>tr>td, .table>tbody>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}
.vamos-table > .table > tbody > tr > th {
    background: #f9f9f9;
    background-clip: padding-box;
    font-weight: normal;
    width: 150px;
	vertical-align: middle;
}
.vamos-table > .table > tbody > tr > td {
}
.input-field{
	width: 98%;
	margin-right: 2%;display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input[type=email], input[type=password], input[type=search], input[type=text] {
    -webkit-appearance: auto!important;
    -moz-appearance: auto!important;
}

.vamos-form{
	display: flex;
	justify-content: space-around;
}

.submit-field{
	min-width: 80px;
}

[type=reset], [type=submit], button, html [type=button] {
	background-color: #1260a8;
    cursor: pointer;
    outline: none;
    padding: 10px 20px;
    appearance: none;
	color: #fff;
    border:1px solid #1260a8;
	border-radius: 5px;
}

/* wiz csv*/

#inputFile {
    position: relative;
    padding: 180px 0 100px;
    text-align: center;
}

#dropArea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 100px 0 0;
    border: 2px dashed #ccc;
	border-radius: 5px;
	background-color: #f7f8f9;
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 15%);
}

#dropArea.dragover {
    border: 2px solid #16a5bf;
    background: rgba(22, 165, 191, 0.6);
}

#uploadFile {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 200px;
    height: 60px;
    opacity: 0;
	cursor: pointer;
}

#inputFileWrap {
    position: relative;
    display: inline-block;
}

#btnInputFile,
#btnChangeFile {
    display: table;
    width: 200px;
}

#btnChangeFile {
    display: none;
}


#btnInputFile span,
#btnChangeFile span {
    position: relative;
    z-index: 2;
    display: table-cell;
    width: 200px;
    height: 60px;
    border: 1px solid #1260a8;
    border-radius: 5px;
    background: #fff;
    text-decoration: none;
    color: #1260a8;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    vertical-align: middle;
}

#upFileWrap.selected #btnInputFile {
    display: none;
}

#upFileWrap.selected #btnChangeFile {
    display: table;
}

.files{
	width: 100%;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 15%);

}
.filePreview{
	margin-top: 20px;
	padding: 1.5em 1em;
	font-size: 16px;
	font-weight: bold;
	color: #1260a8;
	background-color: #f7f8f9;
}
.filePreview a{
	padding: 0.4rem 0.25rem 0.4rem 0.5rem;
    margin-left: 20px;
}


/*お知らせ*/
.newsbox {
    display: flex;
    flex-flow: column;
    max-width: 900px;
    line-height: 1.75rem;
}
.newsbox .newsbox-card-wrap {
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 15%);
}
.newsbox-card-wrap ul {
    list-style: none;
    padding: 0 2.5rem;
}
.newsbox-card-wrap ul li {
    border-bottom: 1px solid #dcdcdc;
    padding: 1rem 0;
}
.card-title-wrapper {
    margin-top: 0.625rem;
}
.newsboxcattitle {
    background: #1260a8;
}
.newsbox-label {
    color: #fff;
    text-align: center;
    font-size: .9rem;
    padding: 0.2rem 0.625rem;
}
.newsbox-box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.newsbox-date {
    color: #A8A8A8;
	margin-right: 20px;
}
.newsbox-box-right .button {
    padding: 16px 23px;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    background: #fff;
    border: 2px solid #1260a8;
    transition: ease-out 0.3s;
    box-shadow: 0 4px 0 rgb(144 144 144 / 20%);
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    color: #1260a8;
}
.newsbox-card-wrap ul li:last-child {
    border-bottom: none;
}
.news-right-p{
	text-align: right;
	background-color: #f7f8f9;
	padding: 1rem 0;
}
.news-right-text{
	padding: 1.2em;
}

/*取引*/
.btn-search{
	color: #fff!important;
    background-color: #56bed9;
}
.btn-hidden{
	color: #56bed9!important;
    background-color: #fff;
	border: 1px solid #56bed9!important;
}
.btn-search:hover, .btn-hidden:hover{
    opacity: .65;
}

/*search table*/
.searchTable{
	table-layout: fixed;
    width: 1000px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
	margin-bottom: 1em;
}

#searchform1{
	border: 1px solid #ccc;
	border-collapse: collapse;
}

#searchform1 th{
    background: #eef0f2;
    background-clip: padding-box;
    font-weight: normal;
    width: 150px;
    border: 1px solid #ccc;
}

#searchform1 .tb_midashi,.searchTable .tb_midashi{
    text-align: left;
    padding: 8px 0px 8px 20px;
    background-color: #eef0f2;
    color: #1260a8;
	font-weight: 900;
}

#searchform1 td{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    background: #f7f8f9;
    border: 1px solid #ccc;
	text-align: left;
}
.namenameS {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.namenameSS {
    display: inline-block;
    width: 42%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
span.mg{
    margin: 0 0.5em;
}

/*listTable*/
.js-pscroll {
    position: relative;
    overflow: hidden;
}
/*縦スクロール*/
.listTable .ps__rail-y {
    width: 9px;
    background-color: transparent;
    opacity: 1!important;
    right: 5px;
}
.listTable .ps__rail-y::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #ebebeb;
    border-radius: 5px;
    width: 100%;
    height: calc(100% - 30px);
    left: 0;
    top: 15px;
}
.listTable .ps__rail-y .ps__thumb-y {
    width: 100%;
    right: 0;
    background-color: transparent;
    opacity: 1!important;
}
.listTable .ps__rail-y .ps__thumb-y::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #ccc;
    border-radius: 5px;
    width: 100%;
    height: calc(100% - 30px);
    left: 0;
    top: 15px;
}

.container-listTable {
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
	position: relative;
}
.wrap-listTable {
    width: 1000px;
  }
  
.listTable {
    background-color: #fff;
}
.column1 {
    width: 5%;
} 
.column2,.column3,.column4,.column5,.column6,.column7,.column8,.column9,.column11,.column12,.column13,.column14,.column15{
    width: 7%;
}
/*.column10*/

.listTable-head th {
    padding-top: 18px;
    padding-bottom: 18px;
}
.listTable-body td {
    padding-top: 16px;
    padding-bottom: 16px;
}
.listTable {
    position: relative;
    padding-top: 60px;
}
.listTable-head {
    position: absolute;
    /*width: 100%;*/
	width:1500px;
    top: 0;
    left: 0;
}
.listTable-body {
    max-height: 585px;
	width:1500px;
    /*overflow: auto;*/
}
.listTable.ver1 th {
    font-family: Lato-Bold;
    font-size: 10px;
    color: #fff;
    line-height: 1.4;
    background-color: #1260a8;
    text-align: center;
}
.listTable.ver1 td {
    font-family: Lato-Regular;
    font-size: 12px;
    color: gray;
    line-height: 1.4;
    text-align: center;
}
.listTable.ver1 .listTable-body tr:nth-child(even) {
    background-color: #f7f8f9;
}
.listTable.ver1 {
    border-radius: 5px;
    overflow: hidden;
    overflow-x: scroll;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
}
.listTable.ver1 .ps__rail-y {
    right: 5px;
}
.listTable.ver1 .ps__rail-y::before {
    background-color: #ebebeb;
}
.listTable.ver1 .ps__rail-y .ps__thumb-y::before {
    background-color: #ccc;
}
  

/*payment tabel*/
.payment_table{
	width: 450px;
}
.payment_table table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	border:1px solid #e0e0e0;
	box-shadow: 0 1px 2px #d1d1d1;
	border-radius: 8px;
	overflow: hidden;
}
.payment_table th {
	padding:21px 25px 22px 25px;
	/*border-top:1px solid #fafafa;*/
	border-bottom:1px solid #e0e0e0;
	background: #eef0f2;
}
.payment_table  th:first-child {
	text-align: center;
	padding-left:20px;
}
.payment_table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.payment_table table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.payment_table table tr {
	text-align: center;
	padding-left:20px;
}
.payment_table table td:first-child {
	text-align: center;
	padding-left:20px;
	border-left: 0;
}
.payment_table table td {
	padding:18px;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #f7f8f9;
}
.payment_table table tr.even td {
	background: #fff;
}
table tr:last-child td {
	border-bottom:0;
}
.payment_table table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.payment_table table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.fx{
	display: flex;
	align-items: center;
}
.payment_table_wrap{
	display: flex;
	justify-content: space-between;
}

.namenameP {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/*全ページ共通*/
.container {
	width: 1000px;
	max-width: none !important;
	margin-right: auto;
	margin-left: auto;
}

/*加盟店情報*/
#payment form{
	margin: 1em 0;
	display: flex;
    justify-content: space-around;
	background-color: #d4eaf9;
	align-items: center;
	padding: 8px 0;
}
.tableWrap{
	width:100%; 
  }
  table{
	width: 100%;
  }
  .shopInfo th{
	padding: 10px;
	border: solid 1px #ccc;
	text-align:center;
	box-sizing:border-box;
	width:25%;
  }
  .shopInfo td{
	padding: 10px;
	border: solid 1px #ccc;
	box-sizing:border-box;
	width:75%;
	text-align: left;
  }
  .shopInfo th {
	background: #1260a8;
	color: #fff;
	vertical-align: middle;
	
  }
  
  .staffInfo th,td{
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
  }

  .shopInfo:last-child td {
    border-bottom: 1px solid #ccc;
}
  
  .np-vam {
	  font-size: 12px;
	  word-break: break-all;
  }
  .table .text-center .label {
	  display: block;
  }
  
  .label-danger {
	  background-color: #e95383;
  }
  .label {
	  display: inline;
	  padding: 0.2em 0.6em 0.3em;
	  font-size: 75%;
	  font-weight: 700;
	  line-height: 1;
	  color: #fff;
	  text-align: center;
	  white-space: nowrap;
	  vertical-align: baseline;
	  border-radius: 0.25em;
  }
  .btn {
	  display: inline-block;
	  padding: 6px 12px;
	  margin-bottom: 0;
	  font-size: 14px;
	  font-weight: 400;
	  line-height: 1.42857143;
	  text-align: center;
	  white-space: nowrap;
	  vertical-align: middle;
	  -ms-touch-action: manipulation;
	  touch-action: manipulation;
	  cursor: pointer;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  background-image: none;
	  border: 1px solid transparent;
	  border-radius: 4px;
  }
  .btn:hover{
	opacity: 0.8;
  }
.btn-default {
	  color: #3c82d5;
	  border-color: #8bc2ff;
  }

  /*announce*/
.announceList{
	border: 1px solid #dcdcdc;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 15%);
}
.announceList table {
	border-collapse: collapse;
}
.announceList th,.announceList td {
	padding: 15px;
	font-size: 100%;
	line-height: 180%;
	color: #898989;
	vertical-align: middle;
}
.announceList th {
	padding: 10px;
	font-size: 100%;
	text-align: center;
	font-weight: normal;
	background: #1260a8;
	color: #fff;
}
.announceList tr:nth-child(odd) {
	background: #FFF;
}
.announceList tr:nth-child(even) {
	background: #f7f7f7;
}
.homeLink{
	display: block;
	margin: 1em 0;
	text-align: right;
}
.announceDetail tr:first-child{
	border-bottom:1px solid #dcdcdc;
}
.announceDetail tr:last-child{
	border-top:1px solid #dcdcdc;
}
.announceDetail tr:nth-child(even) {
	background: #fff;
}
/*wiz*/
.downloadBtn{
	
}


/*ページャー*/
p.pagenavi{
	padding: 10px 0 20px;
	text-align:center;
	color:#888;
	line-height:55px;
}
p.pagenavi a,p.pagenavi span{
	padding:13px;
	background:#f7f8f9;
	white-space:nowrap;
}
p.pagenavi span{
	background:#1260a8;
	color:white;
}
p.pagenavi a:link{
	text-decoration:none;
	color:gray;
}
p.pagenavi a:visited{
	text-decoration:none;
	color:gray;
}
p.pagenavi a:hover{
	background:#1260a8;
	color:white;
}

/*============================================================================
	加盟店情報編集
==============================================================================*/
/* フォーム customer__form */
#customer__form {
	margin: 0 1vw 50px;
	font-size: 13px;
	width: 100%;
}
#customer__form table {
	margin:20px auto;
	width:100%;
	border:solid 1px #ddd;
	border-collapse:collapse;
}
#customer__form table td, #customer__form table th {
	padding: 8px;
	border: solid 1px #ddd;
	text-align: left;
}
#customer__form table th{
    width: 18%;
    text-align: center;
    padding: 8px;
    border: solid 1px #ddd;
}
#customer__form table th span{
	display: block;
}
#customer__form table input {
	line-height: 22px;
}
#customer__form table input[type="text"], 
#customer__form table input[type="number"],
#customer__form table input[type="password"]
{
	width: 90%;
    padding: 3px;
	margin-right: 5px;
    border: 1px solid #ddd;
}
#customer__form table textarea {
	width: 98%;
    padding: 3px;
    border: 1px solid #ddd;
    min-height: 80px;
}
#customer__form table select {
	margin: 0;
    padding: 3px;
    background: transparent;
    border: 1px solid #ddd;
    line-height: 1.8em;
}
#customer__form table label {
	margin-right: 15px;
	margin-left: 5px;
	color: #3366cc;
    cursor: pointer;
    text-decoration: underline;
}
#customer__form input[type="submit"], #customer__form #custSiteShow {
	margin-bottom: 5px;
	cursor: pointer;
    background: #fa7073;
    border: none;
    color: white;
    padding: 5px 20px;
    border-radius: 5px;
    box-shadow: 0 3px 0 #cc6567;
    text-align: center;
}
#customer__form .caution {
	color: red;
	font-weight: 500;
}