
/* ----------------------------------------
   layout section
   ---------------------------------------- */
@font-face {
  font-family: "Eudc";
  src: url("../font/Eudc.woff") format('woff');
}

html {
	color:#333333;
	/* background:#e8e8e8; */
	font-size: 62.5%;
}
body {
	font-size: 13px;	font-size: 1.3rem;
	line-height: 15px;	line-height: 1.5rem;
	/*font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;*/
	/*font-family: Eudc,"メイリオ";*/
	font-family: "メイリオ",Eudc;
}

.wrapper {
  margin: 0;
  padding: 0;
  min-width: 950px;
  text-align: left;
  background: #f9f9f9;
}

.header{
	position: fixed;
	z-index: 10000;
	width: 100%;
}
.header+* {
	clear: both;
}

.content {
	overflow: hidden;
	background: white;
	padding-top: 35px;
}
.content+* {
	clear: both;
}

.side_section {
	float: left;
	position: relative;
    transition-duration:300ms;
    width:184px;
}
.right_section {
	float: right;
	position: relative;
    transition-duration:300ms;
    width:340px;
    border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.right_wrap{
    padding:15px 20px 53px 20px;
    transition-duration:300ms;
    width:300px;
}
/*
.main_section {
	overflow: hidden;
	padding: 30px 30px 50px 30px;
	background: #f9f9f9;
	min-height: 500px;
}
*/

.footer {
	padding: 8px 0;
	text-align: center;
	bottom: 0;
	position: fixed;
	width: 100%;
}

/* Flash Message */
.flash-message {
    margin: 20px 20px 0 20px;
    padding: 10px;
    font-weight: bold;
    border: solid 1px #39f;
    background-color: #DEF;
    color: #39F;
}
.message-success{
    border-color: #32865c;
    background-color: #e6f4df;
    color: #008273;
}
.message-failure{
    border-color: #f00;
    background-color: #fed;
    color: #f00;
}


/* common
============================================ */
img{
	vertical-align: middle;
}
a {
  color: #479;
  text-decoration: none;
}

a:hover {

}

a:hover img {
  filter: alpha(opacity=80); -moz-opacity: 0.8;
  opacity: 0.8;
}

.bold{
    font-weight:bold;
}

.pager {
  float: right;
  margin: 10px 0;
}

.pager a {
  color: #555555;
  text-decoration: none;
  font-weight: bold;
}

.pager a:hover {
  color: #888888;
  text-decoration: underline;
}

.pager img {
  vertical-align: middle;
  margin-left: 4px;
}

.btn {
  text-align: center;
  margin-top: 10px;
}

.click,
.submit {
  cursor: pointer;
}

.ex {
  color: #ff3366;
}
.number{
	ime-mode:disabled;
	text-align:right;
}

input:focus,
select:focus{
  border: 1px solid #39F;
}
input[type=text]:focus{
	padding:2px;
}

input[type=submit]{
	border:none !important;
	background-color: #26625a;
	padding:10px;
	width: 100%;
	max-width: 200px;
	color:#fff;
}

input[type=submit]:hover{
	background-color: #3b755a;
	color:white;
}

/*--　各submitのdiv=>false解除で適用　--*/
/*.submit input[type=submit]{
  background-color: #39F !important;
	color:white;
}
.submit input[type=submit]:hover{
  background-color: #3DF !important;
	color:white;
}
*/

.delete_submit div.submit input[type=submit]{
  background-color: red !important;
	color:white;
}
.delete_submit div.submit input[type=submit]:hover{
  background-color: #F66 	 !important;
	color:white;
}

.submit a.submit{
	border:none !important;
	padding:10px;
	width: 100px;
	display:inline-block;
	text-align: center;
  	background-color: #39F !important;
	color:white;
	line-height: 20px;
}
.submit a.submit:hover{
  background-color: #3DF !important;
	color:white;
}


/* header section */
/*↓202002*/
/*body*/

body{
	background-color:#f1eae7;
}


/*header*/
.header{
	background-color:#26625a;
	color:#fff;
	min-height:70px;
	font-weight:bold;
	font-size:0.9em;
	box-shadow:0 4px 4px rgba(0,0,0,0.3);
	display:flex;
	justify-content: space-between;
	align-items: center;
}


.header .title{
	display:inline-block;
	color:#fff;
	vertical-align: middle;
	line-height:70px;
	text-align: center;
	flex-basis:200px;
	flex-shrink: 0;
}

.header  a{
	color:#fff;
	display:block;
}

div.menu_box{
	display:flex;
	width:100%;
	justify-content: space-between;
}

.hd_left,
.hd_right{
	display:flex;
	align-items: center;
}

.header li span{
	display:block;
	margin:5px 0 0;
}

span.member{
	padding:0 20px;
}

.header ul{
	list-style: none;
	margin:0;
	padding: 0;
	display:inline-block;
}

.header li{
	display:inline-block;
	text-align: center;
	margin-right:40px;
}

.header li a{
	width: 100%;
    height: 100%;
    display: block;
}

ul.left  img{
	width:35px;
}

ul.right img{
	width:30px;
}

div.menu_box.menu_sp{
	display:none;
	background-color:#26625a;
	top:70px;
	position:absolute;
	padding-bottom:10px;
}

.menu_sp ul{
	display:block;
}
.menu_sp li{
	display:flex;
	align-items:center;
	height:45px;
	text-align:left;
	padding-left:50px;
}

.menu_sp li span{
	display:inline-block;
}
.menu_sp img{
	margin-right:10px;
}

@media (max-width:600px){
	div.menu_box.menu_pc{
	display:none;
	}

	span.member{
	display:none;
	}
	}

/* マスタ*/

.mst_stage{
	max-width:1200px;
}

.mst_width40{
	width:40%;
}

.mst_width100{
	width:100%;
}

/*↑202002*/
.header_line {
	background: #f4f4f4;
	padding: 10px 30px 8px 12px;
	text-align: right;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.header_line+* {
	clear: both;
}
.hmenu {
	margin-left: 2rem;
}

.menu_line {
	overflow: hidden;
	background: #26625a;
	/* box-shadow: 0px -5px 5px #368 inset; */
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.gmenus {
  height: 35px;
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
}
.gmenus+* {
	clear: both;
}
.gmenu {
  display: table-cell;
  padding: 0;
  margin: 0;
  text-align: center;
}
.gmenu a {
  color: #ffffff;
  font-size: 14px;
  padding: 10px 10px;
  display: block;
  width:90px;
  text-decoration: none;
  border-right: 1px solid #9ab;
}
.gmenu a:hover {
  background: #9bd;
  /*transition-duration: 0.5s;*/
}
.gmenu__logo a {
	width: 182px;
	position: relative;
}
.gmenu__right {
	float:right;
	border-left: 1px solid #ffffff;
}
.gmenu__active {
	background: #c4d36d;
}
.gmenu__active a {
	color: #000000;
}

.menu_icon{
	width:100px;
	background-position: center top;
}

.icon_right{
	float: right;
}

.gmenu_long{
	width: 100%;
	color: white;
	border-right: 1px solid #9ab;
	text-align: right;
	padding: 0 20px;
	white-space: nowrap;
	font-size: 1vw;
	background-color: #125777;
}

.gmenu a.re_pswd{
	width:20px;
	border:none;
	display:inline-block;
}

/* side section */
.smenus {
  position:relative;
  width: 182px;
  list-style-type: none;
  margin: 0 0 30px 0;
  padding: 0;
  border-bottom: 1px solid #ffffff;
  font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  transition-duration:300ms;
}
.smenu {
  padding: 0;
  margin: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

.smenu a {
  color: #6e6e6e;
  padding: 22px 0 21px 40px;
  font-size: 14px; font-size: 1.4rem;
  display: block;
  background-image: url(../img/icon_smenu.png);
  background-repeat: no-repeat;
  background-position: 15px center;
}
.smenu a:hover {
  background-color: #d6d6d6;
  color: #000000;

	/* sition-duration: 0.5s; */
}
.smenu__home a {
  padding: 16px 0 15px 40px;
}
#side_oc_btn {
    top: 1px;
    right: -20px;
    background-color: #447799;
    padding: 2px 5px;
    color: white;
    position: absolute;
    transform: rotate(90deg);
    cursor: pointer;
    font-size: 7pt;
}
#right_oc_btn {
    top: 1px;
    left: -20px;
    background-color: #447799;
    padding: 2px 5px;
    color: white;
    position: absolute;
    transform: rotate(90deg);
    cursor: pointer;
    font-size: 7pt;
}

.sub_menu{
	padding: 0 0 0 15px;
	font-size: 0.9em;
	line-height: 2em;
}
.sub_menu li{
	list-style: none;
}

.sub_menu li a{
	background:none;
	padding:0;
	margin: 0;
	font-size:1em;
}

.button {
    background-color: #ddd;
    padding: 10px 40px;
    line-height: normal;
}
.button:hover {
    background-color: #447799;
    color: white;
    cursor:pointer;
}

/* footer section */
.footer_credit {
	color: #26625a;
}





/* elements */
.link_default {
	padding: 4px 6px;
	border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px;
}
.link_default:hover {
	background-color: #e0e0e0;
	color: #000000;
	/* transition-duration: 0.5s; */
}

.tri_down {
	background-image: url(../img/icon_tri_down.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.tri_up {
	background-image: url(../img/icon_tri_up.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.stage {
	/*background: #ffffff;*/
	border: #d0d0d0;
	padding: 15px 20px 53px 20px;
	/*
	box-shadow:rgba(117, 117, 117, 0.45098) 0px 0px 12px 0px; -webkit-box-shadow:rgba(117, 117, 117, 0.45098) 0px 0px 12px 0px; -moz-box-shadow:rgba(117, 117, 117, 0.45098) 0px 0px 12px 0px;
	margin-bottom: 40px;
	*/
	overflow: hidden;
}
.page_title {
	/*float:left;*/
	color: #26625a;
	font-size: 32px; font-size: 3.2rem;
	font-weight: normal;
	line-height:1;
}

.page_title_manu {
	float: right;
	font-size: 14px; font-size: 1.4rem;
	padding-right: 24px
}

.print_title a {
	margin: 30px 0 30px 0;
	padding: 14px;
	border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
	background: #159e92;
	color: #ffffff;
	font-size: 16px;
	font-size; 1.4rem;
	font-weight: normal;
	width:300px;
	display: block;
	box-shadow: 0 2px 2px #999;
}
.print_title a:hover{
	background: #33ded2;
}
.print_btn{
	margin: 30px 0 30px 0;
	padding: 14px;
	border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	font-size; 1.4rem;
	font-weight: normal;
	width:200px;
	display: block;
	background: orange;
	text-align: center;
}


/* form section */

.form_section {
	clear: both;
	border-top: 3px solid #899790;
	padding: 30px 0px;
}
.form_grp {
	margin-bottom: 10px;
}

/* チェックボックス画像用 */
input[type=checkbox].chkbox{
	vertical-align: 8px;
}

label.check_img {
    background-image: url(../img/icon_check_off_big.png);
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
	margin-left: -25px;
	margin-top: -5px;
}

input[type=checkbox]:checked + label.check_img{
    background-image: url(../img/icon_check_on_big.png);
}

input.price{
    ime-mode:disabled !important;
}

/* 汎用検索チェックボックス用 */
.use_check {
   /* display: none; */
   margin: 0;
}

.label, .label_nocheck {
	clear: left;
	font-size: 14px; font-size: 1.4rem;
	text-align: right;
	display: block;
	position: relative;
	float: left;
	width: 170px;
	padding-right: 20px;
	margin: 8px 16px 0 0;
	cursor: pointer;
	color: #b3b3b3;
}
.label_nocheck {
	padding-right: 5px;
	color: #000000;
}
.label:after {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        width: 18px;
        height: 18px;
        margin-top: -3px;
        border: 2px solid #ccc;
        /*background: #FFF;*/
}
.use_check:checked + .label {
	color: #000000;
}

.use_check:checked + .label2::after {
	color: #000000;
}
.use_check:checked + .label::after {
	border: 2px solid #159588;
	background-color:  #159588;
	background-image: url(../img/icon_check_on.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #ffffff;
	font-weight: bold;
}


.form_innner {
	width: 100%;
	background: #e8ffe8;
}
.form_short, .form_long {
	/*padding: 6px 9px;*/
	border: 1px solid #999;
	margin: 0;
	width: 100px;
}
.form_long {
	width: 344px;
}
.form_from {
	font-size:18px; font-size:1.8rem;
	color: #b3b3b3;
	width: 45px;
}
.form_short:focus, .form_long:focus  {
	background: #fffff5;
}
.form_select {
	width: 364px;
	margin-top: 7px;
	padding: 5px 0;
	border: 1px solid #999;
	/*
	-webkit-appearance: none; -moz-appearance: none; appearance: none;
	border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;
	border: 1px solid #d4d4d4;
	height:30px;
	padding: 6px 8px;
	background-image: url(../img/icon_tri_down.png);
    background-repeat: no-repeat;
    background-position: right center;
    */
}
.form_select_short {
	width: 167px;
}
.form_submit {
	margin-top: 30px;
	display: block;
	text-align: center;
}
.form_file_hack {
  display: inline-block;
  overflow: hidden;
  position: relative;
  border: 1px solid #d4d4d4;
  width: 346px;
  padding: 4px 8px;
}

.form_file {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 100px;
  cursor: pointer;
}
.form_filename {
	border: none;
	width :238px;
}

.import_submit {
    font-size: 16px;
    padding: 6px 20px;
    display: inline-block;
    background-color: #39F;
	  float: right;
	border-radius: 5px;
	margin-top:10px
}

.import_submit a{
	width: 100%;
	color: white;
}

#scroller {
    background-color: #f6f6f6;
    padding: 10px;
}


.filed_name {
	clear: left;
	font-size: 14px; font-size: 1.4rem;
	text-align: right;
	display: inline-block;
	position: relative;
	float: left;
	width: 170px;
	padding:5px;
	padding-right: 15px;
	margin: 0;
	cursor: pointer;
	min-width: 30%;
}
.filed_data,
.dlg_form dd
{
	font-size: 18px; font-size: 1.8rem;
	border-bottom: 1px solid #999;
	overflow: hidden;
	padding: 2px 0 5px 0px;
	/*! padding: 5px; */
	/*! line-height: 1.0; */
	margin: 4px;
}
.filed_data_2col{
	/*! width:30%; */
	font-size: 14px;
	border-bottom: 1px solid #999;
	overflow: hidden;
	padding: 2px 0 2px 0px;
	min-width:100px;
	display: inline-block;
}
.edit input,
.edit select,
.dlg_form input,
.dlg_form select
{
	border:1px solid #bbb;
  background-color: #fed;
}
.separator {
	border: none;
	border-bottom: 1px dashed #479;
	margin:4px 0;
}

/* table */
.table_default {
	background: #ffffff;
	width: 100%;
	margin-bottom: 20px;
}
.table_widefree {
	width: 100%;
	min-width: 400px;
}
.table_default tr {
	background: #ffffff;
}
.table_default tr:nth-child(even) {
	background: #f8f8f8;
}
.table_default th,
.table_default td {
	padding: 6px 8px 4px 8px;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.table_default th {
	background: #ddd;
	text-align: center;
}


.td_left    { text-align: left; }
.td_center  { text-align: center; }
.td_right   { text-align: right; }
.td_nowrap  { white-space: nowrap; }
.td_value	{ text-align: right; white-space: nowrap; }

.tbl_sepalate td {
    border-top: 4px double #999;
}
.table_default.homon_item span.nipou_h{
	background-color:#ddd;
	text-align:center;
	padding:1px 10px;
	margin:6px 3px;
}
.table_default.homon_item span.nipou_t{
	padding:1px 10px 1px 1px;
	}
.table_default.homon_item div.nipou_data{
	height:20px;
	padding:5px;
}
.table_default.homon_item div.nipou_bottom_data{
	width:100%;
	box-sizing:border-box;
	border-top:1px solid #ccc;
	padding:5px;
	margin:2px;
	height:25px;

}
.table_default.homon_item a{
	color:white;
}
.table_default.homon_item td{
	background-color:#fff;
}
/* page nation */
.page_nation {
	margin-bottom:20px;
	overflow: hidden;
	clear: both;
}
.page_nation ul {
	margin: 0 auto;
	list-style-type: none;
	padding: 0;
	width: 400px;
	text-align: center;
}
.page_nation .pn {
	float: left;
	width: 26px;
	padding: 5px 0;
	margin: 0;
	background: #ffffff;
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
}
.page_nation .pn a {
	color:#159e92;
	width: 100%;
	display: block;
}

.page_nation .pn_active {
	background: #159e92;
}
.page_nation .pn_active a {
	color: #ffffff;
}

.page_nation .pn:hover {
	background: #447799;
	/* transition-duration: 0.5s; */
	cursor: pointer;
	color:white;
}
.page_nation .pn:hover a {
	/* transition-duration: 0.5s; */
	color: #ffffff;
}

.pn_prev {
	-webkit-border-top-left-radius: 4px; -moz-border-radius-topleft: 4px;
	-webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px;
}
.pn_next {
	border: 1px solid #c2c2c2;
	-webkit-border-top-right-radius: 4px; -moz-border-radius-topright: 4px;
	-webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px;
}
.page_nation+* {
	clear: both;
}


/* button section */
.btn_section {
	margin-top: 30px;
	width: 100%;
}

.btn_default {
	display: inline-block;
	margin: auto;
	background: #eeeeee;
	text-align: center;
	border-right: 1px solid #ffffff;
	width:200px;
}

.btn_default:last-child {
	border-right: none;
}
.btn_default  a {
	color: #447799;
	padding: 12px 0 10px 0;
	display: block;
	margin:auto;
}
.btn_default:hover {
	cursor: pointer;
	background: #447799;
	/* transition-duration: 0.5s; */
}
.btn_default:hover a {
	color: #ffffff;
	/* transition-duration: 0.5s; */
}
.btn_blunk{
	padding:0px 50px;
}
.btn_regist{
	text-align: center;
}
.btn_regist a{
	background-color: #39F;
	color: #fff;
	padding:10px 60px;
}

.btn_regist a:hover{
	background-color: #3df;
}

.btn_blue{
	background-color: #39F;
	color: white !important;
	cursor: pointer;
	display: inline-block;
}
.btn_blue  a {
	color: white;
	padding: 14px 26px;
	display: block;
	margin:auto;
	font-size:1.2em;
}


#tab_label h2 {
    border-radius: 40px 6px 0 0;
    display: inline-block;
    text-align: center;
    width: 100px;
    cursor: pointer;
    margin-bottom: 0;
    margin-top:0;
}

#tab_label {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-left: 10px;
}

.section_title {
	margin: 30px 0 30px 0;
	padding: 14px;
	border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
	background: #ddd;
	color: #39f;
	font-size: 14px; font-size; 1.4rem;
	font-weight: normal;
}

.section_title.current {
  background-color: #39F;
	color: #fff;
}

.tab_info_button{
	padding:0 0 10px 0;
}

#search_key{
	border-bottom: 1px solid #abc123;
	padding-bottom:10px;
	margin-bottom: 20px;
	clear:both;
	padding-top: 14px;
}
#search_key .key{
	padding:4px;
	background-color: #abc123;
	color: white;
	margin-right:10px;
}
#search_key .value{
	margin-right:20px;
}
#search_key span {
    display: inline-block;
    margin: 2px;
}

/* ------Dialog ------- */

.dlg {
    display: block;
    position: fixed;
    background-color: white;
    top: 100px;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    min-height: 300px;
    box-shadow: 0 10px 20px #666;
    border: 2px solid white;
    z-index: 10;
}
.dlg .dlg_title {
    background-color: #479;
    color: white;
    padding: 6px;
}
.dlg .dlg_info_data h4 {
    font-size: 1.5em;
    margin: 10px 0;
    line-height:1.25em;
}
.dlg .info_date {
    border-bottom: 1px solid #479;
    text-align: right;
}
.dlg .info_detail {
    line-height: 1.5em;
}
.dlg_close_btn {
    float: right;
    cursor: pointer;
}

.dlg dt {
    float: left;
    width: 100px;
    padding-bottom: 20px;
    vertical-align: middle;
    margin-top: 8px;
}
.dlg dd {
    margin-bottom: 20px;
}

.dlg_form{
	font-size:1.25em;
}
.dlg_wrap{
	padding:10px;
}

/** Input Form **/
#input_form .submit {
    text-align: center;
}
#input_form {
    margin-bottom: 20px;
}

.eino_type_td{
	position:relative;
}
.eino_type{
	position:absolute;
	left:10px;
	width:279px;
	padding-bottom:3px;
}
.eino_type_select{
	width:300px;
}

.table_btn{
	margin:0 !important;
	padding:0 !important;
	text-align:center;
	/*width:200px;*/
}

.btn_right{
	float: right;
	margin-top:10px;
}

.btn_small {
    background-color: #69f;
    padding: 3px 6px;
    border-radius: 11px;
	  display: inline-block;
}

.btn_small a{
    color: white;
}

#err_color , .err_color{
	background-color: MistyRose;
}


/** Search Form **/
#search_form .submit {
	text-align: center;
}
#search_form {
	margin-bottom: 20px;
}

/** Crumbs **/

.crumbs {
    padding: 10px 20px;
    background-color: #e5f3ff;
}

.crumbs .separate {
    margin: 0 10px;
}

#imp_date{
	color:#369;
	background-color: #eee;
	text-align:center;
	padding:4px 30px;
}

/* 簡易検索窓 */
#key_word_search{ text-align:right; }
#src_word{width:150px;}
#search_help {
    background: #dff9ff none repeat scroll 0 0;
    border: 1px solid #69f;
    border-radius: 5px;
    display: inline-block;
    font-size: 0.8em;
    margin-left: -23px;
    margin-top: 30px;
    padding: 5px;
    position: absolute;
    text-align: left;
    width: 200px;
}

/** 経営意向調査 **/
.q_question {
	text-align:center;
}
.q_title {
    font-size: 1.5em;
    line-height: 1.5em;
    text-align: center;
    background-color: #E5F3FF;
}

#hanburger_open{
	display:none;
}

@media (max-width:600px){
	.menu_line{
		overflow: visible;
	}
	.menu_icon{
		display:block;
		background-color: gray;
		width: 100%;
		position: relative;
		z-index:1000;
	}
	#menu_top_li{
		margin-top: -300px;
	}
	.gmenu a{
		width:100%;
		border-right:none;
		text-align: left;
		font-size:1.5em;
	}
	.gmenu__logo{
		width:100%;
		background-color: #0064b4;
		display: block;
		position: relative;
		z-index:10000;
	}
	.gmenu__logo a{
		width: 300px !important;
		position: relative;
		float: left;
	}

	.stage{
		padding:10px;
	}
	.gmenu_long{
		display:none;
	}
	#hanburger_open{
		padding: 0;
		display: inline-block;
		cursor: pointer;
		width: 35px;
	}
	div.ticket{
		width: 450px;
	}
	.calendar_wrap {
	    font-size: 1.5em;
	}

	#sel_date,#sel_date_dummy{
		width:180px;
	}
}