*{
margin:0;
padding:0;
}

body {
  width:100%;
  -webkit-text-size-adjust: 100%;
}
body,div,td,th,p,a,li{
font-family:"lucida grande",tahoma,verdana,arial,'Hiragino Kaku Gothic Pro','Hiragino Sans',Meiryo,'MS PGothic',sans-serif;
}


.list-menu{
  overflow: hidden;
  width: 169px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; /* Safari */
  -o-text-overflow: ellipsis; /* Opera */
}

/*****newstyle*****/
#header {
	top: 0;
	left: 0;
	width: 100%;
	height: 46px;
	line-height: 20px;
	color: #fff;
	background-color: #212121;
	margin-right: -200px;	/* for IE 5.0 */
	border-bottom: 2px solid #ffffff;
	z-index: 99;
	clear: both;
}


#logo {
    height: 46px;
    line-height: 46px;
    background-color: #212121;
    border-bottom: 2px solid #ffffff;
}


#logo h1{
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    height: 46px;
    line-height: 46px;
    padding: 0px 10px;
    /* width: 350px; */
    /*width: 260px;*/
    width: 245px;
    margin: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
    float: left;
}




#mainnavi{
	/* width: 480px; */
	float: right;
	font-size: 12px;
}	
.menu{
    position: relative;
    /*float: left;*/
    z-index: 10;
}
_::-webkit-full-page-media, _:future, :root .menu{
    /* for Safari */
    transform: translateZ(1px);
}
.menu ul{
	height: 46px;
}
.menu ul li{
    list-style: none;
	background-color: #212121;
}
.menu ul li.child{
	display: none;
}
.menu ul li.child a{
padding: 5px 10px;
}
.menu img{
	position: relative;
	top: 2px;
}
.menu ul li a{
	padding: 13px 0px;
    text-decoration: none;
    display: block;
	color: #ffffff;
}
.menu ul li a:hover{
	color: #a19f86;
}

.menu.setting ul li a {
    text-align: center;
    padding: 0;
}
.menu.setting ul li a .material-icons {
    font-size: 20px;
    line-height: 46px;
    float: none;
    margin: 0;
}
.menu.setting ul li.child {
    width: 110px;
    margin-left: -40px;
    clear: both;
}
.menu.setting ul li.child a {
    text-align: left;
    padding: 5px 10px;
}

table{
border-collapse:collapse;
}

.clearfix{
display:block;
clear:both;
}

.hide{
display:none !important;
}
.clear{
clear:both !important;
}
.float{
float:left !important;
}
.floatRight{
float:right !important;
}
.flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.flex.is-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex.is-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex.is-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex.is-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex.is-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex.is-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex.is-bottom {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.flex.is-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex .self-left {
  margin-right: auto;
}
.flex .self-right {
  margin-left: auto;
}
.bold{
font-weight:bold !important;
}
.left{
text-align:left !important;
}
.right{
text-align:right !important;
}
.center{
text-align:center !important;
}
.middle{
vertical-align:middle !important;
}
.marginCenter{
margin-left:auto !important;
margin-right:auto !important;
}
.marginTopBottom{
margin-top:12px !important;
margin-bottom:12px !important;
}
.marginTop {
margin-top:12px !important;
}
.marginRight{
margin-right:10px !important;
}
.require{
color:#ff0000;
}
.error{
color:#ff3333 !important;
}
.item-error {
  border-color: #ff7868;
  background-color: #ffedeb;
}
.info{
color:#5186EC;
}
.info a{
  color:#5186EC;
  padding: 0 2px;
}
.gray{
color:#888 !important;
}

.section{
margin-bottom:20px;
}

.button{
display:block;
width:100px;
height:30px;
padding-top:8px;
color:#333;
font-weight:bold;
text-align:center;
font-size:14px;
text-decoration:none;
border:1px solid #637588;
border-radius:4px;
background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0.8)),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.51,rgba(255,255,255,0.1)),color-stop(1,transparent));
background:-moz-linear-gradient(top,rgba(255,255,255,0.8),rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.1) 51%,transparent);
background-color:#a7bfe0;
text-shadow:-1px 0 0 rgba(0,0,0,0.2);
cursor:pointer;
}
input.button{
padding:0;
height:38px;
}
.smallButton{
height:19px;
padding-top:3px;
border-radius:3px;
font-size:13px;
}
.disabled{
  background: #dbdbdb;
}
.button:hover{
background-color:#fb6;
}

#wrapper{
position:relative;
width:980px;
margin:0 auto;
}

#loading{
display:none;
position:absolute;
}

.cyndForm{
width:480px;
}
.cyndForm ul{
list-style:none;
}
.cyndForm ul li{
margin:0 auto;
padding-bottom:4px;
}

.formTextBox{
width:300px;
height:20px;
padding:0 4px;
font-size:14px;
border:1px solid #637588;
border-radius:5px;
-webkit-box-shadow:inset 0px 1px 1px 0px #ccc;
box-shadow:inset 0px 1px 1px 0px #ccc;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.formTextArea{
width:480px;
height:100px;
padding:4px;
font-size:14px;
border:1px solid #637588;
border-radius:5px;
-webkit-box-shadow:inset 0px 1px 1px 0px #ccc;
box-shadow:inset 0px 1px 1px 0px #ccc;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
.formSelect{
width:300px;
height:20px;
padding:0 4px;
font-size:14px;
border:1px solid #637588;
border-radius:5px;
-webkit-box-shadow:inset 0px 1px 1px 0px #ccc;
box-shadow:inset 0px 1px 1px 0px #ccc;
}
.formFile{
width:300px;
height:24px;
padding:0 4px;
font-size:14px;
border:1px solid #637588;
border-radius:5px;
-webkit-box-shadow:inset 0px 1px 1px 0px #ccc;
box-shadow:inset 0px 1px 1px 0px #ccc;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}

.w10{
width:10px;
}
.w50{
width:50px;
}
.w75{
width:75px;
}
.w100{
width:100px;
}
.w200{
width:200px;
}

/***** 管理画面 *****/
#navi{
width:980px;
margin-bottom:20px;
}
#navi ul{
list-style:none;
}
#navi ul li{
float:left;
width:140px;
height:30px;
margin-right:5px;
}
#navi ul li a{
display:block;
width:140px;
height:20px;
padding-top:4px;
font-size:13px;
font-weight:bold;
text-decoration:none;
color:#333;
text-align:center;
border:1px solid #5076A8;
background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0.4)),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.51,rgba(255,255,255,0.1)),color-stop(1,transparent));
background:-moz-linear-gradient(top,rgba(255,255,255,0.8),rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.1) 51%,transparent);
background-color:#f2d394;
}
#navi ul li a.child{
display:none;
position:relative;
border-top:0 none;
background-color:#deac34;
}
#navi ul li a.child:hover{
background-color:#ffdc98;
}
h1.menuTitle{
font-size:18px;
margin-bottom:12px;
}
/*----- home画面 nav調整 -----*/
.mulch-menu {
  display: none;
}
#header.manage .help-menu {
  padding: 0 1em;
}
/*----- home画面 nav調整 ここまで -----*/
.manageTable img.setting-banner-image{
width:100%;
height:auto;
max-width: 320px;
}
table.manageTable{
width:100%;
border-top:1px solid #999;
border-left:1px solid #999;
}
table.manageTable th,table.manageTable td{
padding:2px 4px;
border-bottom:1px solid #999;
border-right:1px solid #999;
font-size:13px;
text-align:left;
}
table.manageTable th{
background-color:#f0f0f0;
background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(0.5,#e8e8e8),color-stop(1, #f0f0f0));
background:-moz-linear-gradient(top,#fff,#e8e8e8 50%,#f0f0f0);
}
table.manageTable th.no-space,
table.manageTable td.no-space {
  padding: 2px 0;
}


table.manageTable td.sort{
text-align:center;
cursor:pointer;
}
table.manageTable td.sort:hover{
background-color:#fd8;
}
table.formTable th,table.formTable td{
padding:6px 8px;
}
table.formTable th{
background:-webkit-gradient(linear,left top,right bottom,color-stop(0,rgba(255,255,255,0.5)),color-stop(0.15,rgba(255,255,255,0.1)),color-stop(1,transparent));
background:-moz-linear-gradient(top,#f8f8f8,#e8e8e8);
background-color:#e0e0e0;
}

table.formTable th.shiftSettingTitle, table.formTable th.totalStockTitle, table.formTable th.calendarTitle {
  display: -webkit-box;
  display: flex;
}
table.formTable th.shiftSettingTitle .date {
  padding: 5px 0;
}

div#outOfLinkagePeriodMessageList {
  margin-left: 10px;
  background-color: #FFFF00;
  -webkit-text-size-adjust: 100%;
}
.outOfLinkagePeriodMessageList {
  color: #FF0000;
  padding: 0 10px;
}
.outOfLinkagePeriodMessageList:first-child {
  padding-top: 5px;
}
.outOfLinkagePeriodMessageList:last-child {
  padding-bottom: 5px;
}

div.calendarObject{
position:absolute;
}
div.calendarObject table,
div.calendarObject table th,
div.calendarObject table td{
border:0 none;
}

.coupon-image{
	width: 50px;
	float: left;
	margin-right: 10px;
	text-align: center;
}

.coupon-image img{
	max-width: 50px;
	max-height: 100px;
}




#reserveInfo{
display:none;
margin-top:24px;
}
#reserveInfo table{
width:100%;
border-collapse:collapse;
border-width:1px 0 0 1px;
border-style:solid;
border-color:#333;
}
#reserveInfo table th,
#reserveInfo table td{
padding:4px 5px;
border-width:0 1px 1px 0;
border-style:solid;
border-color:#333;
font-size:12px;
text-align:left;
}
#reserveInfo table th{
background:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0.3)),color-stop(0.5,rgba(255,255,255,0.08)),color-stop(0.51,rgba(255,255,255,0.05)),color-stop(1,transparent));
background:-moz-linear-gradient(top,rgba(255,255,255,0.3),rgba(255,255,255,0.08) 50%,rgba(255,255,255,0.05) 51%,transparent);
background-color:#89d;
}

#reserveInfo table th a{
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #000;
	text-decoration: none;
}

#reserveInfo table tr.template{
display:none;
}
#reserveInfo table tr td.cancel{
color:#f33;
font-weight:bold;
}

#reserveInfo table tr.canceldate{
	background-color: #eee;
}

#reserveInfo table tr span.tag {
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font: bold 11px Helvetica, Arial, sans-serif;
	line-height: 13px;
	height: 14px;
	display: inline-block;
	padding: 4px 8px 3px 8px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-transition: border-color .100s;
	-moz-transition: border-color .100s;
	-o-transition: border-color .100s;
	transition: border-color .100s;
	margin: 2px;
}

#reserveInfo table tr span.red {
	background-color: #f85641;
}
#reserveInfo table tr span.orange {
	background-color: #ff8954;
}
#reserveInfo table tr span.yellow {
	background-color: #f7cb38;
}
#reserveInfo table tr span.blue {
	background-color: #2F5BB7;
}

.pager{
height:24px;
margin:10px 0;
list-style:none;
}
.pager a {
  display: block;
  float: left;
  min-width: 2em;
  overflow: hidden;
  padding: 3px;
  margin-right: 5px;
  margin-bottom: 2px;
  background-color: #fff;
  border: 1px solid #334091;
  font-size: 11px;
  text-decoration: none;
  text-align: center;
  color: #333;
  box-sizing: border-box;
}
.pager .current, .pager .current a{
  background-color:#333d76;
  color:#fff;
  font-weight:bold;
}

.pager span{
	float: left;
	margin-right:6px;
}

#reserveInfo .guide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* ------------------------------------------------------------------------
	ta-pop
------------------------------------------------------------------------- */


.ta-pop-inner{
	padding: 10px 20px 10px 10px;
}

.ta-pop-inner .f-left{
	float: left;

}

#pop-footer{
padding: 0px 0px 0px 10px;
}

a.pop-red{
	color: red;
	padding: 0px 0px 0px 10px;
	float: right;
	position: relative;
	right: 20px;
	top: 15px;
	font-weight: bold;
	font-size: 12px;
	display: block;
}


h3.pop-title{
	font-size: 16px;
	color: #343434;
	padding: 0px 0px 0px 25px;
}

h4.pop-title{
	font-size: 16px;
	color: #343434;
	padding: 0px 0px 0px 15px;
}

.ta-pop-inner select{
	height: 22px;
	line-height: 22px;
    border: 1px solid #d9d9d9;
}


.t10{
	margin-top: 10px;
}

/*ta-pop
--------------------------------------------------------------*/

.ta-pop {
	width: 100%;
	color:#33333;
    font-size: 13px;
	border-top: 1px solid #dedede;/*線の色*/
	border-left: 1px solid #dedede;/*線の色*/
}

.ta-pop td {
	border-right: 1px solid #dedede;/*線の色*/
	border-bottom: 1px solid #dedede;/*線の色*/
	padding:10px 10px;
}


.ta-pop td.title{
	background-color: #eeeeee;
	text-align: left;

}

.ta-pop td.title150{
	width: 150px;
	background-color: #eeeeee;
	text-align: left;

}

.ta-pop td.title200{
	width: 200px;
	background-color: #eeeeee;
	text-align: left;

}

.ta-pop td.w50{
	width: 50px;
	text-align: center;
}

.ta-pop span.red{
	color: red;
	font-size: 12px;

}

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

 /*-----------label-----------*/
 label.one-line{
  display: inline-block;
}

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

input{
    border: 1px solid #d9d9d9;
    background-color: #ffffff;
    padding: 4px;
    font-size: 13px;
	outline:0;
}

input.w50{
	width: 50px;
}

input.w100{
	width: 100px;
}



input.w150{
	width: 150px;
}


input.w180{
	width: 180px;
}


input.w200{
	width: 200px;
}

input.w300{
	width: 300px;
}

input.w500{
	width: 500px;
}

input.width{
	width: 100%;
}

div.segment.dates-search {
  margin: 4px 0px 0px 0px;
}

div.segment.days-search {
  margin: 4px 0px 4px 0px;
}

.segment.to-date-search, .segment.to-days-search {
  margin: 0px 0px 0px 4px;
}

/*-----------select-----------*/


select.w45{
	width: 45px;
	background-color: #2db074;
	border: 1px solid #16a765;
	margin: 1px;
}


select.w93{
	width: 90px;
	margin: 1px;
}

select.w100{
	width: 100px;
}

select.segment.visit-date-pull-down {
  margin: 0px 4px 0px 4px;
}

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

textarea{
    font-size: 13px;
    border:1px solid #dedede;
    background-color:#ffffff;
    padding: 4px;


}

textarea.w90p{
	width: 90%;
	height: 50px;

}


#pop-footer button{
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;

	font: bold 11px Helvetica, Arial, sans-serif;
	color: #444;
	line-height: 17px;
	height: 18px;

	display: inline-block;

	padding: 5px 20px 4px 20px;

	background: #F3F3F3;
	border: solid 1px #D9D9D9;

	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;

	-webkit-transition: border-color .20s;
	-moz-transition: border-color .20s;
	-o-transition: border-color .20s;
	transition: border-color .20s;
}

#pop-footer  button {
	height: 29px !important;
	cursor: pointer;
}



#pop-footer button.blue {
	border: 1px solid #3079ED !important;

	background: #4B8DF8;
	background: -webkit-linear-gradient(top, #4C8FFD, #4787ED);
	background: -moz-linear-gradient(top, #4C8FFD, #4787ED);
	background: -ms-linear-gradient(top, #4C8FFD, #4787ED);
	background: -o-linear-gradient(top, #4C8FFD, #4787ED);

	-webkit-transition: border .20s;
	-moz-transition: border .20s;
	-o-transition: border .20s;
	transition: border .20s;
}

#pop-footer button.blue:hover{
	border: 1px solid #2F5BB7 !important;

	background: #3F83F1;
	background: -webkit-linear-gradient(top, #4D90FE, #357AE8);
	background: -moz-linear-gradient(top, #4D90FE, #357AE8);
	background: -ms-linear-gradient(top, #4D90FE, #357AE8);
	background: -o-linear-gradient(top, #4D90FE, #357AE8);
}


#pop-footer button.blue .label {
	color: #FFF !important;
	text-shadow: 0 1px 0 #2F5BB7 !important;
}

#pop-footer button.red {
	border: 1px solid #D14836 !important;

	background: #D64937;
	background: -webkit-linear-gradient(top, #DC4A38, #D14836);
	background: -moz-linear-gradient(top, #DC4A38, #D14836);
	background: -ms-linear-gradient(top, #DC4A38, #D14836);
	background: -o-linear-gradient(top, #DC4A38, #D14836);

	-webkit-transition: border .20s;
	-moz-transition: border .20s;
	-o-transition: border .20s;
	transition: border .20s;
}

#pop-footer button.red:hover{
	border: 1px solid #B0281A !important;

	background: #D14130;
	background: -webkit-linear-gradient(top, #DC4A38, #C53727);
	background: -moz-linear-gradient(top, #DC4A38, #C53727);
	background: -ms-linear-gradient(top, #DC4A38, #C53727);
	background: -o-linear-gradient(top, #DC4A38, #C53727);
}

#pop-footer button.red .label {
	color: #FFF !important;
	text-shadow: 0 1px 0 #B0281A !important;
}


/* 掲載、非掲載クーポン */
/* 掲載クーポン */
.published {
  color: black;
}
/* 非掲載クーポン */
.nonpublished {
  color: gray;
  display: none;
}

.tag_nonpublished {
  margin-left:5px;
  margin-right:5px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 10px;
  background: gray !important;
  color: white;
}

.tag_expired {
  margin-left:5px;
  margin-right:5px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 10px;
  background: gray !important;
  color: white;
}}

/*-----------tab-----------*/
#setting-tab {
	width: 100%;
	font-size: 14px;
	color: #333;
	display: table;
	margin-top: 5px;
	margin-bottom: -15px;
	border-bottom: 2px solid #dedede;
}

#setting-tab .tab {
	float: left;
	padding: 5px 20px;
	border: 1px solid #dedede;
	border-bottom: none;
	cursor: pointer;
}

#setting-tab .on {
	background-color: #dedede;
}

/* 属性タグ */
.attribute_tag {
    text-align: center;
    text-decoration: none;
    font: bold 11px Helvetica, Arial, sans-serif;
    line-height: 15px;
    height: 14px;
    display: inline-block;
    padding: 4px 8px 3px 8px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-transition: border-color .100s;
    -moz-transition: border-color .100s;
    -o-transition: border-color .100s;
    transition: border-color .100s;
    margin: 2px;
}
.attribute_tag .caution {
  color: tomato;
  line-height: 15px;
}

.status_tag {
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font: bold 11px Helvetica, Arial, sans-serif;
    line-height: 13px;
    height: 14px;
    display: inline-block;
    padding: 4px 8px 3px 8px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-transition: border-color .100s;
    -moz-transition: border-color .100s;
    -o-transition: border-color .100s;
    transition: border-color .100s;
    margin: 2px;
    background-color: #4787F2;
}
.status_tag_change{
    background-color: #35ae92;
}
.status_tag_cansell{
    background-color: #f85641;
}

/* icon */
.icon {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 6px 2px 6px;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  border-radius: 4px;
}
.icon-on {
  background-color: #0076d7;
  color: #fff;
}
.icon-off {
  background-color: #dddddd;
  color: #999;
}
.icon_dp {
	display: inline-block;
	margin-bottom: -4px;
	margin-left: 5px;
	width: 20px;
	height: 20px;
	background: url(/images/manage/icon_dp.png) center no-repeat;
	background-size: contain;
}

span.plan-icon-square {
  color: #ffffff;
  padding: 3px 6px;
  font-size: 10px;
  margin-right: 5px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: border-color .20s;
  -moz-transition: border-color .20s;
  -o-transition: border-color .20s;
  transition: border-color .20s;
  display: inline-block;
  _display: inline;
  font-weight: bold;
}
/* character decoration */
.note {
  font-size: 13px;
}
.note-s {
  font-size: 11px;
}
.caution {
  color: tomato;
}

.inline-block {
  display: inline-block;
}

.disabledText {
  color: #aaa;
}

/* image */
.thumbnail {
  width: 160px;
}
.image-frame {
  display: inline-block;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  float: left;
  margin-right: 0.6em;
}

/* box-decoration */
.box-decoration {
  border: 1px double #ddd;
  background-color: rgba(240, 240, 240, 0.4);
  margin: 0 0.4em;
  padding: 0.5em 0.5em;
}
.box-decoration .text {
  font-size: 12px;
  color: #474747;
}

.manage-message-info {
  background-color: #cbf0fc;
  color: #009dcd;
  border: 1px solid #009dcd;
  font-size: 12px;
  padding: 10px 0 10px 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: border-color .20s;
  -moz-transition: border-color .20s;
  -o-transition: border-color .20s;
  transition: border-color .20s;
  font-weight: bold;
  margin: 10px 0;
}

.manage-message-error {
  background-color: #fdd9d9;
  color: #cc0000;
  border: 1px solid #cc0000;
  font-size: 12px;
  padding: 10px 0 10px 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: border-color .20s;
  -moz-transition: border-color .20s;
  -o-transition: border-color .20s;
  transition: border-color .20s;
  font-weight: bold;
  margin: 10px 0;
}

/* indicator */
.disp-indicator {
    cursor: pointer;
}

/*-----------header title qa link-----------*/
.headertitle_area{
	padding-top: 10px;
	padding-bottom:  8px;
}
.headertitle_area h3 {
  float: left;
  font-weight: bold;
  color: #111111;
  font-size: 16px;
  line-height: 1.8;
}
.headertitle_qalink {
  float: right;
  vertical-align: middle;
  }
.headertitle_qalink{
	width: 28px;
	height: auto;
	vertical-align: middle;
	padding-right: 4px;
}
.headertitle_qalink img{
  width: 100%;
  height: auto;
}
.schedule_qalink {
	width: 26px;
	height: auto;
	position: absolute;
	right: 10px;
	top: 60px;
}
li.qalink_new {
	list-style: none;
	float: right;
	width: 28px;
	height: auto;
	padding-top: 6px;
}
.qalink_new{
	top: 0px;
	right: 0px;
}
.qalink_new img {
  width: 100%;
  height: auto;
}
.clearfix2:after {
	content: "";
	clear: both;
	display: block;
}

/* ------------------------------------------------------------------------
	footer-control
------------------------------------------------------------------------- */
.footer-control{
  padding: 20px 0;
}

/* 曜日のアイコン表示 */
.head-days { /* base */
  color: #FFF;
  font-size: 11px;
  border-radius: 4px;
  box-sizing: border-box;
  line-height: 21px;
  width: 21px;
  height: 21px;
  display: inline-block;
  text-align: center;
  margin: 0 4px;
}
.hd-workday { /* 平日 */
  background-color: #888888;
}
.hd-saturday { /* 土 */
  background-color: #7ca4f1;
}
.hd-holiday { /* 日祝 */
  background-color: #ff7868;
}

/* IEユーザーに対してのメッセージ */
.uamessage {
  font-size: 12px;
  padding: 10px;
  background-color: #cbf0fc;
  color: #009dcd;
  padding-bottom: 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: border-color .20s;
  -moz-transition: border-color .20s;
  -o-transition: border-color .20s;
  transition: border-color .20s;
  font-weight: bold;
  margin-bottom: 10px;
}

/* ファイルサイズの容量の注釈 */
.file-size-attention {
  padding: 3px 0 0 3px;
}

/* tr3607 新規設定 - 汎用化確定後 ↑へ移動 */
.message-box {
  background-color: #ffffff;
  padding: 20px;
  color: #4c4c4c;
  border: 1px solid #c3c3c3;
  line-height: 1.5;
  clear: both;
  margin: 20px auto;
  font-size: 13px;
  border-radius: 4px;  
}
.message-box.info {
  background-color: #eef3fd;
  color: #7ca4f1;
  border-color: #a8c2f5;
}
.message-box.alert {
  background-color: #ffedeb;
  color: #ff4b36;
  border-color: #ffa59a;
}
.message-box h4 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 3px;
}
.message-box.info h4 {
  color: #5186EC;
}
.message-box .icon {
  margin-right: 1em;
  padding: 0;
}
.message-box ul,
.message-box ol{
  margin: 0.75em auto 0;
  padding: 0 1em;
}
.message-box table {
  margin: 3px auto 10px;
  border: 1px solid #888888;
  font-size: 12px;
}
.message-box table th,
.message-box table td {
  border: 1px solid #c3c3c3;
  font-size: smaller;
  color: #8C8C8C;
}
.message-box table th {
  background: #e7e7e7;
  font-weight: normal;
}
.message-box h4 + p{
  margin: 0.75em auto 0;
}
/* light-version */
.message-box.light-version {
  background: transparent;
  padding: 0;
  margin: 2px 0 -5px;
  border: none;
  font-size: 11px;
}
.message-box.light-version .icon {
  margin-right: 0.25em;
}
.message-box.light-version .material-icons-round {
  font-size: 16px;
}

/*  graph 使用率 */
.meter_graph {
  margin: 1em 0 0;
  color: #4c4c4c;
  font-size: 13px;
}
.meter_graph .total {
  width: 100%;
  overflow: hidden;
  background: #e8e8e8;
  height: 10px;
  margin: 2px auto;
}
.meter_graph .active-area {
  height: 100%;
  display: block;
  background: #67c2ad;
}
.meter_graph .active-area.over-flow {
  background: #ff7868;
}
.meter_graph .caption .bold {
  font-size: 120%;
  margin: 0 2px;
}
.meter_graph .footnote {
  font-size: 11px;
}
.meter_graph .footnote span.over-flow {
  color: #ff4b36;
}

.segment.one-line {
  display: flex;
}

.segment.from-date, .segment.from-days {
  margin: 0px 0px 0px 4px;
}

.segment.to-date, .segment.to-days {
  margin: 0px 4px 0px 0px;
}

.segment.hidden {
  display: none;
}

/* アイコン色 --- */
.icon-coupon { /* クーポン */
  background: #FF7868;
  color:#FFFFFF;
}
.icon-menu { /* メニュー*/
  background: #7CA4F1;
  color:#FFFFFF;
}
.icon-option { /* メニューオプション*/
  background: #A8C2F5;
  color:#FFFFFF;
}
.icon-ticket-m { /* 月チ*/
  background: #67C2AD;
  color:#FFFFFF;
}
.icon-ticket-c { /* 回チ */
  background: #FBB264;
  color:#FFFFFF;
}
.icon-plan { /* プラ */
  background: #847AC6;
  color:#FFFFFF;
}
.icon-normal { /* 通常（地黒） */
  background: #333333;
  color:#FFFFFF;
}

/* タグ --- */
span.ec-tag {
  background-color: #eee;
  font-size: 10px;
  font-weight: bold;
  color: #8c8c8c;
  padding: 4px 8px;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: border-color .20s;
  -moz-transition: border-color .20s;
  -o-transition: border-color .20s;
  transition: border-color .20s;
  display: inline-block;
}
/* タグ内文言 */
.tag-tax-reduced:before {
  content: "軽減税率";
}
