@charset 'utf-8';
@import url("lity.min.css");
/* Reset Stylesheet v1.4 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	line-height: 1.5;
	font-family: "Helvetica Neue", Helvetica, Arial;
}
/* Base Setting
======================================== */
body {
	position: relative;
	font-size: 80%;
	line-height: 1.5;
	margin: 0;
	font-family: Arial, Helvetica;
	color: #FFF;
	background-color: #0165FF;
	min-height: 300px;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}
ol, ul {
	list-style-position: inside;
}
ul {
	list-style-type: none;
}
strong {
	font-weight: bold;
}
input, select {
	padding: .35em .5em;
	display: inline-block;
	border: 1px solid #666;
	border-radius: 2px;
	font-size: 98%;
	ime-mode: disabled;
	vertical-align: middle;
}
input:focus, select:focus {
	background: #FF6;
}
input.error, select.error {
	background-color: #FCDCDC;
	border: 1px solid red;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px dotted #333;
	margin: 1em 0;
	padding: 0;
}
h2 {
	font-size: 210%;
	padding-left: 50px;
	margin-bottom: .25em;
	border-bottom: 1px solid #333;
	background: url(../images/title_logo.png) no-repeat left 1px;
}
h3 {
	font-size: 145%;
}
h4 {
	font-size: 140%;
}
h3 span, h4 span {
	margin-right: .25em;
}
/* Button */
#wrapper button, #wrapper .button a {
	margin-top: 3em;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
   /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23', GradientType=0); */
	background-color: #ffec64;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #ffaa22;
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
	padding: .5em 2em;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffee66;
	color: #000;
}
#wrapper button:hover, #wrapper .button a:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
    /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64', GradientType=0); */
	background-color: #ffab23;
}
#wrapper button:active, #wrapper .button a:active {
	position: relative;
	top: 1px;
}
#wrapper .mypage_qr_list button {
	padding: 1em;
}
#wrapper {
	position: relative;
	background: url(../images/bg_top.png) center -50px no-repeat;
	background-size: 120%;
	background-attachment: fixed;
}
#Container {
	margin: 1em auto 0;
	position: relative;
	z-index: 100;
}
.error #Container {
	margin: 1em auto 33em;
}
/* Header
======================================== */
#head {
	position: relative;
	margin-bottom: -.5em;
	z-index: 50;
}
#head h1 img {
	width: 100%;
	height: auto;
	margin-bottom: .5em;
}
#head p {
	text-align: center;
}
/* Footer
======================================== */
#page-top {
	position: relative;
	bottom: 0;
}
#page-top a {
	background: #1a1e32;
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
	padding: 15px;
}
#foot {
	bottom: 0;
	z-index: 10;
	width: 100%;
	background: url(../images/bg_bottom.png) bottom center no-repeat;
	background-size: 130%;
	background-size: auto;
}
#foot .inner {
	height: 450px;
}
#copyright {
	position: absolute;
	bottom: -45px;
	width: 100%;
	text-align: center;
	color: #FFF;
    font-weight: bold;
}
/* Main Content
======================================== */
.inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.post {
	margin: 1em;
	padding: 1em 2em 2em;
	background: url("../images/content_bg.png") repeat scroll 0 0;
	border-radius: 3px;
	color: #000;
	position: relative;
	z-index: 100;
}
/* Colums */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10 {
	float: left;
}
.col-12 {
	width: 100%;
}
.col-11 {
	width: 91.66666667%;
}
.col-10 {
	width: 83.33333333%;
}
.col-9 {
	width: 75%;
}
.col-8 {
	width: 66.66666667%;
}
.col-7 {
	width: 58.33333333%;
}
.col-6 {
	width: 50%;
}
.col-5 {
	width: 41.66666667%;
}
.col-4 {
	width: 33.33333333%;
}
.col-3 {
	width: 25%;
}
.col-2 {
	width: 16.66666667%;
}
.col-1 {
	width: 8.33333333%;
}
/* Form */
.f-group {
	clear: both;
	overflow: hidden;
	margin-bottom: .75em;
}
form ul, form ol {
	margin: 1em 0;
}
select {
	width: 100%;
}
.txsmall {
	font-size: 85%;
	color: #333;
}
.required {
	color: red;
}
#require {
	color: red;
	padding: .6em .5em .6em 3em;
	background: #FCDCDC url(../images/icon_warning.png) 5px center no-repeat;
	border: 1px solid red;
	margin-bottom: .5em;
}
#require-payment {
	color: #333;
	padding: .8em .5em .8em 3em;
	background: #FFF url(../images/icon_warning.png) 5px center no-repeat;
	border: 1px solid #333;
	margin-bottom: .5em;
}
#ticket-id {
	color: #333;
	padding: .8em;
	background-color: #FFF;
	border: 1px solid #333;
	margin-bottom: 1em;
}
.f-group .required {
	margin-right: .5em;
}
.f-group input {
	width: 93.5%;
	margin-right: 2%;
	display: block;
}
.f-group select {
	width: 99%;
	padding: 3px 1px 4px;
	margin-right: 2%;
	display: block;
}
.form_input {
}
.form_input .col-3 label {
	margin-top: 2px;
}
.form_input .col-3 p {
	position: relative;
	line-height: 1.6;
	top: 3px;
	font-size: 12px;
}
.form_input input[type="radio"] {
	position: relative;
	top: 0;
	display: inline-block;
	width: auto;
	margin: 0;
	vertical-align: text-bottom;
	left: 5px;
	width: 18px;
	height: 18px;
	padding: 2px 0px;
	margin: 0 5px;
}
.col-6 input {
	padding-right: 3%;
}
.col-9 input {
	padding-right: 4%;
}
.col-4 input {
	padding-right: 1%;
}
.col-3 input {
	padding-right: 0;
}
.col-2 select, .col-3 select {
	width: 98.5%;
}
.notice {
	padding: .5em;
	background: #FFC;
	color: #333;
	border: 1px solid #666;
	font-size: 95%;
}
.notice2 {
	padding: .5em;
	background: #fff;
	color: #333;
	border: 1px solid #666;
	font-size: 95%;
}
.list li {
	list-style: outside disc;
	margin-left: 1.5em;
}
/* Table */
table {
	width: 100%;
	border: 1px solid #999;
}
table tr:hover {
	background-color: #FFD;
}
caption {
	font-size: 140%;
	text-align: left;
	border-bottom: 1px solid #666;
	width: 100%;
}
td {
	padding: .5em;
	text-align: center;
	vertical-align: middle;
	word-break: break-all;
}
th {
	padding: .5em .25em;
	vertical-align: middle;
	line-height: 1.3;
}
th.clm5 {
	width: 20%;
}
td.clm4-1, th.clm4-1 {
	width: 18%;
	text-align: left;
}
td.clm4-3, th.clm4-3 {
	width: 32%;
}
table#distributor {
	border-bottom: 1px solid #999;
}
table#distributor th:after {
	content: ":";
}
table#distributor td {
	border-collapse: collapse;
	text-align: left;
	padding: 4px .5em;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #FFF;
}
table#distributor th {
	background-color: #F5F5F5;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	font-weight: normal;
	text-align: left;
	padding: 4px .5em;
}
.completion table#distributor {
	margin-top: -18px;
}

.red {
	color: red;
}
.table_margin {
    margin-top: 4px;
    margin-bottom: 23px;
}
.table_tickit_type_margin {
    margin-top: 4px;
    margin-bottom: 10px;
}
/* Admissin Fee Table */
table#fee {
	border-bottom: 1px solid #999;
	font-size: 95%;
}
table#fee td {
	border-collapse: collapse;
	text-align: center;
	padding: 4px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #FFF;
	font-size: 115%;
}
table#fee th {
	background-color: #9BC1E8;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	font-weight: normal;
	text-align: center;
}
table#fee span { 
	display: inline-block;
	font-size: 95%;
}

.form_index table#fee tr:nth-child(7) th, table#fee tr:nth-child(8) th,
.form_index table#fee tr:nth-child(9) th {
	background-color: #9BC19A;
}
.form_index table#fee tr:nth-child(6) td { font-size:80%}


table#fee2 {
	border-bottom: 1px solid #999;
	font-size: 95%;
}
table#fee2 td {
	border-collapse: collapse;
	text-align: center;
	padding: 4px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #FFF;
	font-size: 115%;
}
table#fee2 th {
	background-color: #9BC1E8;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	font-weight: normal;
	text-align: center;
}
table#fee2 span { 
	display: inline-block;
	font-size: 95%;
}

.form_index table#fee2 tr:nth-child(10) th, table#fee2 tr:nth-child(11) th,
.form_index table#fee2 tr:nth-child(12) th {
	background-color: #9BC19A;
}
.form_index table#fee2 tr:nth-child(9) td { font-size:80%}

/* Ticket Time */
#limited {
	position: relative;
	background: #ffee66;
	font-size: 135%;
    margin: -11px 0 1em 0;
	padding: .35em;
	color: #000;
	text-align: center;
	line-height: 1.5;
	font-weight: 600;
	overflow: hidden;
}
#limited:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 190, 10, 0);
	border-bottom-color: #ffee66;
	border-width: 20px;
	margin-left: -20px;
}
#limited p {
	float: left;
	margin: 9px 1em 0 0;
}
#limited ul {
	border: 1px solid #333;
	background: #1a1e32;
	color: #FFF;
	width: 43%;
	float: left;
	margin: 0;
}
#limited li {
	display: inline-block;
	font-size: 140%;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}

#limited li#s_times {
	margin-left: .5em;
}

#limited li#s_days:after {
	content: 'Days';
	font-size: 55%;
    font-weight: 400;
	margin: 0 3px;
}
#limited li#s_hours:after {
	content: 'Hours';
	font-size: 55%;
    font-weight: 400;
	margin: 0 3px;
}
#limited li#s_minutes:after {
	content: 'Mins';
	font-size: 55%;
    font-weight: 400;
	margin: 0 3px;
}
#limited .icon-clock2 {
	font-size: 120%;
	color: #ffee66;
	margin-right: 5px;
}
#limited .icon-price-tag {
	font-size: 80%;
}

/* Admissin Fee Check */
.ticket_price {
	background: #FFF;
}
.ticket_price label {
	font-weight: normal;
}
.ticket_price tr.brd {
	border-top: 1px solid #999;
}
.ticket_price tr.brd2 {
	border-top: 1px solid #999;
        background-color: #d9dddd;
}
.ticket_price th {
	border-right: 1px solid #999;
}
/*
.ticket_price tr:nth-child(3) span, .ticket_price tr:nth-child(3) th {
	font-weight: bold !important;
	padding: .9em 0;
}
*/
/* Optional */
.t-right {
	text-align: right;
}
.t-center {
	text-align: center;
}
.t-left {
	text-align: left;
}
.f-right {
	float: right;
}
.f-left {
	float: left;
}
.mh5 {
	margin-top: .5em;
	margin-bottom: .5em;
}
.mh10 {
	margin-top: 1em;
	margin-bottom: 1em;
}
.mt5 {
	margin-top: .5em
}
.mt10 {
	margin-top: 1em
}
.mt20 {
	margin-top: 2em
}
.mt-10 {
	margin-top: 0;
}
.mb5 {
	margin-bottom: .5em
}
.mb10 {
	margin-bottom: 1em
}
.mb20 {
	margin-bottom: 2em
}
.mb30 {
	margin-bottom: 3em
}
.num {
	font-weight: bold;
}
.age, .detail {
	font-size: 80%;
	display: block;
}
object {
	min-height: 400px;
}
/* Page Layout 
------------------------------------------------------------*/
/* 01_Registeration */
.textarea {
	width: 97%;
	padding: 2%;
	margin-bottom: 1em;
	overflow-y: scroll;
	height: 10em;
	background: #FFF;
	font-size: 95%;
}
.form_index input {
	text-align: right;
	-ms-transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	transform: scale(1.5, 1.5);
}
.form_index .textarea ul {
	margin: 0
}
.form_index .textarea li {
	list-style: outside disc;
	margin-left: 1.5em;
	margin-bottom: .5em;
}
.form_index th {
	text-align: center;
}
.form_index select {
	width: auto;
	text-align: right;
}
.form_index #Ticket_Total {
	margin-left: 1.5em;
}
.stock {
	font-size: 300%;
	margin-right: 5px
}
/* 02_Distributor */
.form_distributor .inner h2 {
	margin-bottom: 1em;
}
.form_input .f-group .col-2 input {
	width: 85%;
}
/* 03 ticket_input */
.ticket_input .f-left .icon-plus, .ticket_input .f-left .icon-minus {
	font-size: 9px;
	padding: .35em;
}
.ticket_input table label {
	display: block;
	margin-top: 4px;
	text-decoration: underline;
}
table .delete {
	text-align: center;
}
.ticket_list th, .ticket_list td {
	padding: 2px;
}
.ticket_input .ticket_list th, .ticket_input .ticket_list td {
	text-align: left;
}
body.ticket_input .ticket_list tr:nth-child(odd) td:nth-child(2) {
	text-align: left;
}
.mypage_ticket_input .ticket_list tr:nth-child(odd) td:nth-child(2) {
	line-height: 1;
	padding-left: 0.5em;
}
.ticket_list input, .ticket_list select {
	width: 85%;
	font-size: 12px;
}
.ticket_list select {
	width: 92%;
	padding-left: .5%;
}
.ticket_list table {
	margin-bottom: .5em;
	background: #FFF;
}
.Ticket_Form {
	background: #FFF;
}
.Ticket_Form tr:hover {
	background: #FFF !important;
}
.Ticket_Form input:-moz-read-only { /* For Firefox */
 background-color: #EEE;
}
.Ticket_Form input:read-only {
 	background-color: #EEE;
}
.Ticket_Form input[readonly] {
	background-color: #EEE !important;
}
/*.Ticket_Form tr:hover, */
.Ticket_Form .active {
	background: #FF3;
}
.confirmation .guest tr, .mypage_qr_list .ticket_list tr, .mypage_ticket_confirmation .ticket_list tr {
	border-bottom: 1px solid #999;
}
.Ticket_Form tr:nth-of-type(even) {
	
}
.ticket_input .ticket_list tr:nth-of-type(even) td {
	/*padding-bottom: 5px;*/
}
.ticket_input .ticket_list tr td {
	padding-bottom: 5px;
}
.mypage_qr_list .ticket_list tr.disabled {
    background-color: #E3E3E3;
}
.ticket_input .ticket_list tr .guardianinfo_move {
    padding-top: 15px;
}

.ticket_input .ticket_list tr td .copyadult_move {
    margin-left: 30px;
    padding-right: 20px;
}
.ticket_input .ticket_list tr td .g_label_move {
    margin-left: 6px;
}
.ticket_input .ticket_list tr td .g_label_move2 {
    margin-left: 10px;
}
.ticket_input .ticket_list tr td .copy_adjustment {
    margin-left: 17.440px;
}
.ticket_input .ticket_list tr td .select_adjustment {
    margin-left: 4px;
}
.ticket_input .Ticket_Form .b-non {
	border: none;
}
.mypage_qr_list th:nth-child(4), .mypage_qr_list td:nth-child(4), .mypage_qr_list .guest th, .mypage_qr_list .guest td {
	text-align : center
}
.confirmation .ticket_list td, .confirmation .ticket_list th, .completion .ticket_list td, .completion .ticket_list th, .mypage_qr_list .ticket_list td, .mypage_qr_list .ticket_list th, .mypage_ticket_confirmation .ticket_list th, .mypage_ticket_confirmation .ticket_list td {
	border-right: 1px solid #999;
}
.mypage_qr_list td:nth-child(2), .mypage_qr_list th:nth-child(2), .mypage_qr_list th:nth-child(1) {
	text-align: center
}
.mypage_qr_list td:nth-child(9) {
	text-align: center;
}
.ticket_list th, .mypage_qr_list .guest th {
	background: #000;
	color: #FFF;
	font-weight: normal;
	text-align: center;
}
.mypage_qr_list .guest th.color_red {
	background: #0000FF;
}
.mypage_qr_list .guest th.color_red2 {
	background: #ff0000;
}

.ticket_list .guest th.color_red2 {
	background: #ff0000;
}

/* Payment */
.payment .credit_type {
	text-align: center;
	position: relative;
}
.payment .credit_type input[type="radio"] {
	font-size: 200%;
	height: 20px;
	width: 20px;
	margin: 15px;
	position: absolute;
	left: -15px;
	top: 0;
}
.payment .credit_type label {
	position: relative;
	top: 5px;
	left: -2px;
}
/* Confirmation */
.completion .ticket_list tr {
	border-bottom: 1px solid #999
}
.completion .ticket_input .ticket_list th, .completion .ticket_input .ticket_list td {
	text-align: center
}
.completion .notice p {
	font-size: 120%;
}
/* mypage */
.mypage #wrapper button, #wrapper .button a {
	margin-top: 2em;
}
.mypage #Container {
	margin-top: 0;
}
.mypage #Container .inner {
	padding-top: 74px;
	background: url(../images/bg_mypage.png) no-repeat top center;
}
.mypage #Container .inner .post {
	margin: 0;
	padding-top: 0;
	padding-bottom: 2em;
	background: #F1F2F4;
	border-radius: inherit;
}
.mypage input {
	width: 95%;
	margin-bottom: 5px;
}
.mypage h2 {
	margin-bottom: .5em;
}
.mypage h3 {
	font-size: 150%;
	line-height: 1.2;
	margin-bottom: .5em;
}

.mypage iframe {
	width: 100% !important;
	height: 100% !important;
	z-index: 160;
	border: 1px solid #CCC;
}

#player {
	margin: 1em auto 2em;
	width: 390px;
	height: 220px;
}

.mypage .ui-btn-inner, mypage .ui-corner-all {
	display: none;		
}
/* mypage */
body.menu .post p {
	font-size: 125%;
}
/* mypage_qr_list */
.mypage_qr_list table {
	font-size: 94%;
}
.mypage_qr_list #wrapper .ticket_list button {
	margin-top: 0;
	padding: .5em;
}
.mypage_qr_list .ticket_input table label {
	line-height: 1;
	text-decoration: none;
}
/* mypage_ticket_input */
.mypage_ticket_input .Ticket_Form td p {
	padding-bottom: 5px;
}
/* Hotel Ad */
.form_index #wrapper .notice,
.mypage_qr_list #wrapper .notice, 
.completion #wrapper .notice, 
.form_input #wrapper .notice, 
.mypage_ticket_completion #wrapper .notice {
	background: #CCC;
	color: #000;
	padding:0;
	margin-bottom: 2em;
}
.mypage_qr_list #wrapper .notice .col-5, .mypage_qr_list #wrapper .notice .col-5  {
	line-height: .95;	
}
.mypage_qr_list #wrapper .notice .col-6, .mypage_qr_list #wrapper .notice .col-6  {

}
.completion #wrapper .notice {
	font-size: 80%;
}
.form_index .notice .col-1,.mypage_qr_list .notice .col-1, .completion .notice .col-1, .form_input .notice .col-1, .mypage_ticket_completion .notice .col-1 {
	width: 1.5%;
}
.mypage_qr_list .notice .col-7, .completion .notice .col-7, .mypage_ticket_completion .notice .col-6 {
	width: 56.5%;
}
.form_index .notice .col-6, .form_input .notice .col-6, .mypage_ticket_completion .notice .col-6 {
	width: 56.5%;
}
.mypage_qr_list .notice .col-9 .mt10, .completion .notice .col-9 .mt10, .form_input .notice .col-9 .mt10, .mypage_ticket_completion.notice .col-9 .mt10 {
	margin-top: .7em;
}
.form_index #wrapper .notice .button a, .form_input #wrapper .notice .button a, .mypage_ticket_completion #wrapper .notice .button a {
	margin-top: -5px;
	width: 91%;
	padding: .5em 1em;
}
.mypage_qr_list .notice .col-6 h3 {
	font-size: 160%;
}
.completion .notice .col-6 h3 {
	font-size: 200%;
}
/* Admin */
.ad-pay, .ad-id {
	padding: .5em 2em;
	margin-bottom: 1em;
	background-color: #FFF;
	border: 1px solid #999;

}
.ad-pay input{
	width: auto;
	display: inline;
	margin-right: 0;
}
.ad-pay label {
	font-size: 105%;
	margin-right: 1em;
}
.ad-mode {
	float:right;
	font-size:50%;
	line-height: 3;
}
.ad-mode a {
	margin-left:.5em;	
}

/* Print */
.print {
	background: #FFF none;
	color: #000;
	max-width: 680px;
}
.print .Print_Break {
	margin: 1%;
	max-width: 99%;
	page-break-after: always; /* 各ページの終わりに改ページ */
}
.Print_Break h1 {
	font-size: 230%;
	padding: .25em 0;
	color: #FFF;
}
.Print_Break h2 {
	font-size: 180%;
	border-bottom: 1px solid #333;
}
.print .child h1 {
	color: #FF6699;
}
.print .adult h1 {
	color: #006699;
}
.print .inner {
	margin-top: 2em;
	font-size: 135%;
}
.print dl {
	margin: 0 0 0 0;
	font-size: 120%;
}
.print dt {
	margin: 0;
	padding: 2px 0 2px 5px;
	width: 6.5em;
	text-align: right
}
.print dt:after {
	margin-left: .25em;
	content: ":";
}
.print dd {
	padding: 5px 5px 0 5.8em;
	margin-left: 2em;
	margin-top: -1.8em;
	margin-bottom: -1px;
	line-height: 1.4em;
}

/* PC用    (min-width: 981px) 
------------------------------------------------------------*/
@media only screen and (min-width: 981px) {
body {

}
.inner {
	max-width: 1080px;
	min-width: 720px;
}
#foot .inner {
    max-width: 1080px;
}
.mypage .inner {
	min-width: 385px;
}
#head .inner, .form_index .inner, .form_input .inner, .payment .inner, .error .inner {
	margin: 0 auto;
	max-width: 750px;
}
#foot {
	background-size: 70%;
}
.form_index .ticket_price td {
	width: 45%;
}
.ticket_input .Ticket_Form th {
	text-align: center;
}
.mypage .inner {
	margin: 0 auto;
	max-width: 385px;
}

}

/* 03 Ticket Input + 04 Comfirmation */
@media only screen and (max-width: 641px) {
body {
	background: #0165FF url(../images/bg_top.jpg) center -60px no-repeat;
}
#foot {
	background-size: 130%;
}
.delete {
	position: absolute;
	top: -215px;
	right: 10px;
}
.ticket_list input {
	width: 93%;
}
.ticket_list table, .ticket_list thead, .ticket_list tbody, .ticket_list th, .ticket_list td, .ticket_list tr {
	display: block;
}
.ticket_list #distributor {
	border: 1px solid #666;
}
/* Hide table headers (but not display: none;, for accessibility) */
.ticket_list thead tr th {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.mypage_qr_list .ticket_list thead tr th:nth-child(2) {
	left: 231px;
	position: absolute;
	top: -25px;
	width: 20%;
	text-align: center;
	margin: 0 auto;
}
.ticket_input table label {
	text-decoration: none
}
.ticket_input table th label {
	color: #FFF;
}
.mypage_qr_list .ticket_list thead tr th:nth-child(2) input {
	position: relative;
	left: 20px;
}
.mypage_qr_list .guest td input {
	position: relative;
	left: 28px;
}
.ticket_list thead tr:nth-child(1) {
	margin: 0;
	border: none;
	padding: 0;
}
.ticket_list table {
	position: relative;
}
.ticket_list tr {
	padding: 2px;
}
.ticket_list #distributor tr {
	border: none;
	margin-bottom: 0;
}
.ticket_input .guest tr, .ticket_input .ticket_list tr:nth-of-type(even) {
	margin-bottom: .5em
}
.ticket_input .ticket_list td.non {
	display: none;
}
.ticket_list th {
	text-align: left;
	line-height: 1.3;
}
.ticket_list td {
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 33%;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	border-bottom: 1px dotted #CCC;
}
.ticket_input .ticket_list td {
	padding-left: 2%;
}
.ticket_input .guest td, .confirmation .ticket_list td, .mypage_ticket_confirmation .ticket_list td {
	padding-left: 35%;
}
.ticket_list td:before {
	position: absolute;
	top: 6px;
	left: 6px;
	padding-right: 10px;
	white-space: nowrap;
}
.ticket_input table label {
	display: inline;
	padding-right: 2%;
}
.ticket_list select {
	width: 98%;
}
.Ticket_Form td .age, .guest td .age {
	margin-left: 1em;
	display: inline;
}
.mypage_qr_list #wrapper td button {
	margin-top: 0;
}
.mypage_qr_list th:nth-child(2) {
	position: absolute;
	top: -100px;
}
/* Cofirmation */
.ticket_list .guest td:before {
	line-height: 1;
}
.ticket_list .guest td:nth-of-type(1):before {
	content: "Ticket Type:";
}
.ticket_list .guest td:nth-of-type(2):before {
	content: "Full Name:";
}
.ticket_list .guest td:nth-of-type(3):before {
	content: "Email Address:";
}
.ticket_list .guest td:nth-of-type(4):before {
	content: "Phone Number:";
}
.ticket_list .guest td:nth-of-type(5):before {
	content: "Flight Information:";
}
.ticket_list .guest td:nth-of-type(6):before {
	content: "Meal:";
}
.ticket_list .guest td:nth-of-type(7):before {
	content: "Hotel:";
}
.ticket_list .guest td:nth-of-type(8):before {
	white-space: pre;
	content: "Guest Type \A Distributor ID:";
}
.ticket_list .guest td:nth-of-type(9):before {
	content: "Discount Condition:";
}

/* Completion */
/*
.completion .ticket_list .guest td:nth-of-type(1):before {
	content: "Ticket ID:";
}
*/
.completion .ticket_list .guest td:nth-of-type(1):before {
	content: "Ticket Type:";
}
.completion .ticket_list .guest td:nth-of-type(2):before {
	content: "Full Name:";
}
.completion .ticket_list .guest td:nth-of-type(3):before {
	content: "Email Address:";
}
.completion .ticket_list .guest td:nth-of-type(4):before {
	content: "Phone Number:";
}
.completion .ticket_list .guest td:nth-of-type(5):before {
	content: "Flight Information:";
}
.completion .ticket_list .guest td:nth-of-type(6):before {
	content: "Meal:";
}
.completion .ticket_list .guest td:nth-of-type(7):before {
	content: "Hotel:";
}
.completion .ticket_list .guest td:nth-of-type(8):before {
	white-space: pre;
	content: "Guest Type \A Distributor ID:";
}

.completion .ticket_list .guest td:nth-of-type(9):before {
	content: "Discount Condition:";
}

/* Guest- QR List */
.mypage_qr_list .ticket_list .guest td:before, .mypage_ticket_confirmation .ticket_list .guest td:before {
	line-height: 1;
	font-size: 98%;
}
.mypage_qr_list .ticket_list .guest td:nth-of-type(1):before {
	content: "View Ticket:";
	margin-top: -6px;
}
.mypage_qr_list .ticket_list .guest td:nth-of-type(2):before, .mypage_ticket_confirmation .ticket_list .guest td:nth-of-type(1):before {
	content: "Ticket ID:";
}
.mypage_qr_list .ticket_list .guest td:nth-of-type(3):before, .mypage_ticket_confirmation .ticket_list .guest td:nth-of-type(2):before {
	content: "Ticket Type:";
}
.mypage_qr_list .ticket_list .guest td:nth-of-type(4):before, .mypage_ticket_confirmation .ticket_list .guest td:nth-of-type(3):before {
	content: "Full Name:";
}
.mypage_qr_list .ticket_list .guest td:nth-of-type(5):before, .mypage_ticket_confirmation .ticket_list .guest td:nth-of-type(4):before {
	content: "Email Address:";
}
.mypage_qr_list .ticket_list .guest td:nth-of-type(6):before, .mypage_ticket_confirmation .ticket_list .guest td:nth-of-type(5):before {
	content: "Phone Number:";
}
.mypage_qr_list .ticket_list .guest td:nth-of-type(7):before, .mypage_ticket_confirmation .ticket_list .guest td:nth-of-type(6):before {
	content: "Flight Information:";
}
.mypage_qr_list .ticket_list .guest td:nth-of-type(8):before, .mypage_ticket_confirmation .ticket_list .guest td:nth-of-type(7):before {
	content: "Meal:";
}
.mypage_qr_list .ticket_list .guest td:nth-of-type(9):before, .mypage_ticket_confirmation .ticket_list .guest td:nth-of-type(8):before {
	content: "Hotel:";
}
.mypage_qr_list .ticket_list .guest td:nth-of-type(10):before, .mypage_ticket_confirmation .ticket_list .guest td:nth-of-type(9):before {
	white-space: pre;
	content: "Guest Type \A Distributor ID:";
}
.mypage_qr_list .ticket_list .guest td:nth-of-type(11):before, .mypage_ticket_confirmation .ticket_list .guest td:nth-of-type(10):before {
	content: "Discount Condition:";
}
.mypage_qr_list .ticket_list .guest td:nth-of-type(12):before, .mypage_ticket_confirmation .ticket_list .guest td:nth-of-type(11):before {
	content: "Ticket Status:";
}
.mypage_qr_list .ticket_list .guest td:nth-of-type(13):before {
	content: "Admission Ticket:";
}
.mypage_qr_list .guest td {
	text-align: left;
}
.ticket_input .Ticket_Form label:after {
	content:":"	
}
}

/* タブレット　*/
@media only screen and (max-width:980px) {
body {
	background: #0165FF;
}
#foot {
	background-size: 100%;
}
select {
	height: 28px;
}
.circle {
	padding: 2em;
}
.mypage #Container .inner {
	margin: 0 auto;
	max-width: 385px;
}
#player {
	margin: 1em auto 2em;
	width: 290px;
	height: 160px;	
}

.form_index input.checkbox {
	position: absolute;
	left: 45%;
	margin: 1em;
	display: inherit;
	width: 6%;
}
.ticket_list th, .ticket_list td {
	padding: 2px;
	font-size: 90%;
}
.ticket_list td {
	font-size: 85%;
}
}

/* スマートフォン 縦 */
@media only screen and (max-width:480px) {
body {
	line-height: 1;
	font-size: 90%;
	background-size: 130%;
}
#Container {
	margin: 1em auto 4em;
}
#foot {
	background-size: 100%;
	background-position: center top;
}
#foot .inner {
	height: 70px;
}
#copyright {
	font-size: 10px;
}
h2 {
	font-size: 130%;
	margin-bottom: .5em;
	padding-left: 35px;
	background-size: 30px;
	background-position: top left;
}
h3 {
	font-size: 115%;
	line-height: 1.2;
}
h4 {
	font-size: 110%;
}
p {
	line-height: 1.3;
}
table {
	font-size: 80%;
}
select {
	height: 33px;
}
#Container {
	margin-top: 0;
}
#head {
	margin-bottom: -1em;
}
#head .inner {
	margin: 0;
}
#head img {
	width: 98%;
	height: auto;
}
.inner {
	max-width: 480px;
	background: none;
}
.form_index button {
	margin-bottom: 1em;
}
.form_index form .f-group {
	margin-bottom: 0;
}
.post {
	margin: .25em;
	padding: .5em;
	font-size: 100%;
	position: relative;
	z-index: 1000;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .form_input .notice .col-6, .mypage_ticket_completion .notice .col-6 {
	display: block;
	width: 100%;
}
input {
	width: 95%;
	display: block;
}
.f-group {
	margin-bottom: 0;
}
.f-group select {
	width: 96%;
}
.col-4 input, .col-6 input, .col-9 input {
	padding-right: 0;
}
#wrapper button, #wrapper button a {
	padding: .8em .6em;
}
/* 01.　Registration  */
.form_index .t-center input {
	text-align: center;
}
form label, table label {
	line-height: 1;
}
#fee {
	margin: .5em 0 0 0;
}
#fee th:nth-child(1) {
	width: 15% !important;
}
#fee th, #fee td, #distributor th, #distributor td {
	font-size: 10px;
	line-height: 1;
	padding: 4px 3px;
}

#fee2 {
	margin: .5em 0 0 0;
}
#fee2 th:nth-child(1) {
	width: 15% !important;
}
#fee2 th, #fee2 td, #distributor th, #distributor td {
	font-size: 10px;
	line-height: 1;
	padding: 4px 3px;
}


.ticket_price th:nth-child(1) {
	width: 20%;
}
.completion .ticket_input .ticket_list th, .completion .ticket_input .ticket_list td {
	text-align: left;
}
.ticket_input .ticket_list tr:nth-child(odd) td:nth-child(2) {
	text-align: left;
}
.payment .credit_type {
	width: 32%;
	line-height: 2;
}
.payment .credit_type input[type="radio"] {
	position: absolute;
	left: 0;
}
.payment .credit_type label {
	left: 20px;
}
.mypage #Container .inner {
	margin-top: 1em;
	background-size: 90%;
	padding-top: 55px;
}
.mypage #Container .inner .post {
	margin: 0 5%;
	padding: 1em;
}
.mypage h3 {
	font-size: 125%;
}
.mypage p {
	font-size: 110%;
}
.mypage_qr_list #wrapper .button a, .completion #wrapper .notice .button a, .form_input #wrapper .notice .button a {
	margin-top: -5px;
	margin-bottom: 1em;
	width: 89%;
	padding: .5em 1em;
}
.ticket_list th, .mypage_qr_list .guest th {
	text-align: left;
}
.ticket_input .guest td:nth-child(2) {
	padding-left: 76%;
}
.mypage_qr_list #wrapper .notice .button a, .completion #wrapper .notice .button a {
	margin-top: 1em;
}
/* Ticket Limit */
#limited ul {
	width: 100%;	
	clear: both;
	font-size: 90%;
}
#limited p {
	clear: both;
	font-size: 90%;
	margin: 0;
}
#limited p b {
	display: block;
    text-align: left;
    margin-left: 18px;
}

/* Hotel Ad */
.form_input .notice .col-1, .mypage_ticket_completion .notice .col-1, .mypage_qr_list .notice .col-1 {
	display: none;
}
/* Admin */
.ad-pay {
	padding: 1em;
}
.ad-pay label {
	font-size: 95%;
	margin-right: .5em;
}


}

/* iPhone6のみ */
@media screen and (min-width: 375px) and (max-width: 413px) {
.mypage_qr_list .ticket_list thead tr th:nth-child(2) {
	left: 280px;
}
.ticket_input .guest td:nth-child(2) {
	padding-left: 80%;
}
.mypage_qr_list #wrapper .button a, .completion #wrapper .notice .button a, .form_input #wrapper .notice .button a {
	width: 80%;
}
}

/* iPhone6 Plus ~ ちょっと大きいスマホまで */
@media screen and (min-width: 414px) and (max-width: 500px) {
.mypage_qr_list .ticket_list thead tr th:nth-child(2) {
	left: 307px;
}
.ticket_input .guest td:nth-child(2) {
	padding-left: 82%;
}
.mypage_qr_list #wrapper .button a, .completion #wrapper .notice .button a {
	width: 72%;
}
.form_input #wrapper .notice .button a {
    width: 93%;
}
.form_input #wrapper .notice .button a, .mypage_ticket_completion #wrapper .notice .button a {
	margin-top: -5px;
	width: 93%;
	padding: .5em 1em;
}

}

@media print {
.post {
	background: #FFF;
}
}


/* IconFont
======================================== */

@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?upvhub');
	src: url('../fonts/icomoon.eot?upvhub#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?upvhub') format('truetype'), url('../fonts/icomoon.woff?upvhub') format('woff'), url('../fonts/icomoon.svg?upvhub#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-next:before {
	content: "\e605";
}
.icon-enagic:before {
	content: "\e800";
}
.icon-reports:before {
	content: "\e604";
}

.icon-home:before {
	content: "\e900";
}
.icon-pencil2:before {
	content: "\e906";
}
.icon-quill:before {
	content: "\e907";
}
.icon-image:before {
	content: "\e90d";
}
.icon-camera:before {
	content: "\e90f";
}
.icon-play:before {
	content: "\e912";
}
.icon-bullhorn:before {
	content: "\e91a";
}
.icon-price-tag:before {
	content: "\e935";
}
.icon-qrcode:before {
	content: "\e938";
}
.icon-cart:before {
	content: "\e93a";
}
.icon-credit-card:before {
	content: "\e93f";
}
.icon-envelop:before {
	content: "\e945";
}
.icon-location:before {
	content: "\e947";
}
.icon-clock2:before {
	content: "\e94f";
}
.icon-calendar:before {
	content: "\e953";
}
.icon-printer:before {
	content: "\e954";
}
.icon-undo2:before {
	content: "\e967";
}
.icon-redo2:before {
	content: "\e968";
}
.icon-bubble:before {
	content: "\e96b";
}
.icon-user:before {
	content: "\e971";
}
.icon-zoom-in:before {
	content: "\e987";
}
.icon-clipboard:before {
	content: "\e9b8";
}
.icon-attachment:before {
	content: "\e9cd";
}
.icon-bookmark:before {
	content: "\e9d2";
}
.icon-star-empty:before {
	content: "\e9d7";
}
.icon-star-full:before {
	content: "\e9d9";
}
.icon-heart:before {
	content: "\e9da";
}
.icon-happy:before {
	content: "\e9df";
}
.icon-plus:before {
	content: "\ea0a";
	color: #FFF;
}
.icon-minus:before {
	content: "\ea0b";
	color: #FFF;
}
.icon-cross:before {
	content: "\ea0f";
	color: #FFF;
}
.icon-checkmark:before {
	content: "\ea10";
}
.icon-arrow-up2:before {
	content: "\ea3a";
}
.icon-arrow-right2:before {
	content: "\ea3c";
}
.icon-arrow-down2:before {
	content: "\ea3e";
}
.icon-arrow-left2:before {
	content: "\ea40";
}
.icon-circle-up:before {
	content: "\ea41";
}
.icon-circle-down:before {
	content: "\ea43";
}
.icon-checkbox-checked:before {
	content: "\ea52";
}
h1 .icon-enagic {
	font-size: 125%
}
.circle {
	box-shadow: #666 1px 1px 1px;
	background-color: #A31E50;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	padding: .7em;
	cursor: pointer;
	font-size: 10px;
}
.circle:hover {
	box-shadow: 1px 1px 0;
	background-color: #E5001C;
}
.add {
	background-color: #106453;
	box-shadow: #666 1px 1px 1px;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	padding: .3em .7em;
	cursor: pointer;
	margin-right: .5em;
	font-size: 12px;
}
.add:hover {
	background-color: #084C12;
}
.add b {
	padding: 1em;
	color: #FFF;
	font-family: arial;
}
.a_flg .add {
	margin-left: 1em;
    padding: 0.2em 1.5em .45em .5em;
	color: #FFF;
	font-size: 105%
}
.a_flg .icon-plus:before {
	margin-right: .5em;
}
#wrapper button a {
	color: #000;
	text-decoration: none;
}
/* ===============================================
	Color Box
=============================================== */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 19999;
	overflow: hidden;
}
#cboxWrapper {
	max-width: none;
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
}
#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#cboxTitle {
	margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}
.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background: #000;
}
#colorbox {
	outline: 0;
}
#cboxTopLeft {
	width: 14px;
	height: 14px;
	background: url(../images/controls.png) no-repeat 0 0;
}
#cboxTopCenter {
	height: 14px;
	background: url(../images/border.png) repeat-x top left;
}
#cboxTopRight {
	width: 14px;
	height: 14px;
	background: url(../images/controls.png) no-repeat -36px 0;
}
#cboxBottomLeft {
	width: 14px;
	height: 43px;
	background: url(../images/controls.png) no-repeat 0 -32px;
}
#cboxBottomCenter {
	height: 43px;
	background: url(../images/border.png) repeat-x bottom left;
}
#cboxBottomRight {
	width: 14px;
	height: 43px;
	background: url(../images/controls.png) no-repeat -36px -32px;
}
#cboxMiddleLeft {
	width: 14px;
	background: url(../images/controls.png) repeat-y -175px 0;
}
#cboxMiddleRight {
	width: 14px;
	background: url(../images/controls.png) repeat-y -211px 0;
}
#cboxContent {
	background: #fff;
	overflow: visible;
}
.cboxIframe {
	background: #fff;
}
#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}
#cboxLoadedContent {
	margin-bottom: 5px;
}
#cboxLoadingOverlay {
	background: url(../images/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
	background: url(../images/loading.gif) no-repeat center center;
}
#cboxTitle {
	position: absolute;
	bottom: -25px;
	left: 0;
	text-align: center;
	width: 100%;
	font-weight: bold;
	color: #7C7C7C;
}
#cboxCurrent {
	position: absolute;
	bottom: -25px;
	left: 58px;
	font-weight: bold;
	color: #7C7C7C;
}
/* these elements are #wrapper buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	position: absolute;
	bottom: -29px;
	background: url(../images/controls.png) no-repeat 0px 0px;
	width: 23px;
	height: 23px;
	text-indent: -9999px;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
	outline: 0;
}
#cboxPrevious {
	left: 0px;
	background-position: -51px -25px;
}
#cboxPrevious:hover {
	background-position: -51px 0px;
}
#cboxNext {
	left: 27px;
	background-position: -75px -25px;
}
#cboxNext:hover {
	background-position: -75px 0px;
}
#cboxClose {
	right: 0;
	background-position: -100px -25px;
}
#cboxClose:hover {
	background-position: -100px 0px;
}
.cboxSlideshow_on #cboxSlideshow {
	background-position: -125px 0px;
	right: 27px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
	background-position: -150px 0px;
}
.cboxSlideshow_off #cboxSlideshow {
	background-position: -150px -25px;
	right: 27px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
	background-position: -125px 0px;
}


#test-popup article{
    width: calc(100% - 15px);
    padding: 2.5%;
    margin-bottom: 30px;
    background-color: #f9f9f9;
    overflow: hidden;
    float: left;
}
#test-popup article:nth-child(2n){
    margin-left: 30px;
}
#test-popup article .date{
    font-size: 60%;
    color: orange;
    border: 1px solid orange;
    padding-top:3px;
    padding-bottom: 3px;
    padding-right: 6px;
    padding-left: 6px;
    letter-spacing: 5px;
    float: left;
}
#test-popup article h1{
    width: 100%;
    font-size: 150%;
    color: #313131;
    letter-spacing: 3px;
    padding-bottom:2px;
    padding-top: 10px;
    border-bottom: 1px solid #bababa;
    margin-bottom: 15px;
    float: left;
}
#test-popup article p{
    font-size: 100%;
    color: #313131;
    letter-spacing: 3px;
    line-height: 200%;
    margin-bottom: 10px;
    float: left;
}

/* 201803 Global Convention 追加用
======================================== */
.form_input .f-group .d-id {
	width: 12%;
	margin-right: 4px;
}
.form_input .f-group .d-rank {
    width: 22%;
    margin: 0px 10px;
}
.ticket_input .Ticket_Form .split-two {
	width: 50%;
    display: table-cell;
}
.ticket_input .Ticket_Form .split-two input {
	width: 70%;
}
.ticket_input .Ticket_Form .split-threebyfive {
	width: 60%;
    display: table-cell;
}
.ticket_input .Ticket_Form .split-twobyfive {
	width: 40%;
    display: table-cell;
}
.ticket_input .Ticket_Form .split-threebyfive input {
	width: 70%;
}
.ticket_input .Ticket_Form .split-twobyfive input {
	width: 70%;
}
.ticket_input .Ticket_Form .first-degree td {
	padding: 10px;
}
.ticket_input .Ticket_Form .first-degree input {
	text-align: right;
    -ms-transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
	margin-right: 8px;
}
.confirmation .icon_type img {
	max-width: 100%;
	vertical-align: middle;
}
.mypage #wrapper {
    background: url(../images/bg_top.png) center -50px no-repeat;
    background-size: 75%;
}
table#fee b, table.detail b { font-weight: bold;}
.mb-15 { margin-bottom: -15px;}
.mb10 { margin-bottom: 10px;}
table#fee .lh-5{ line-height: 1.3 }
table#fee .smt { font-size: 80%; }
table#fee .discnt {color:#0000FF; font-size: 80%; }

table#fee2 b, table.detail b { font-weight: bold;}
.mb-15 { margin-bottom: -15px;}
.mb10 { margin-bottom: 10px;}
table#fee2 .lh-5{ line-height: 1.3; }
table#fee2 .smt { font-size: 80%; }
table#fee2 .discnt {color:#0000FF; font-size: 80%; }

#wrapper #hotel-ad a { display: block; margin-bottom: -6px;}
#hotel-ad .col-5 img, #hotel-ad .col-12 img { max-width: 100%; }
#hotel-ad .col-6 img { max-width: 100%; }
#head h1 .manual {text-align: right; display: block; margin: -13px 14px;}
#head h1 .manual img { width: auto;}

.admin #head h1 a:nth-child(1) img { visibility: hidden; }
.admin #head h1 a:nth-child(1) { 
	background: url(https://www.enagic-convention.com/201903/register/images/logo_admin.png) top center no-repeat;
    background-size: 98%;
    display: block;
 }


/* PC用    (min-width: 981px) 
------------------------------------------------------------*/
@media only screen and (min-width: 981px) {
	#wrapper{ background-size: 77%; }
	body.ticket_input .ticket_list tr:nth-child(1) td:nth-child(2){ border-bottom: 1px solid #999; }
	body.ticket_input .ticket_list tr td:nth-child(3),body.ticket_input .ticket_list tr td:nth-child(4), body.ticket_input .ticket_list tr td:nth-child(5),ody.ticket_input .ticket_list tr td:nth-child(6){ width: 21% }
	.form_index .ticket_price td:nth-child(1) { width: 10.7%}
	.ticket_input .first-degree {
 	   border-bottom: 1px solid #999;
	}
	#hotel-ad .col-6 { width: 56.83%;}
}
@media only screen and (max-width: 641px){
.delete {
    top: -200px;
	}
#foot .inner {
    height: 180px;
}
}

/* スマートフォン 縦 */
@media only screen and (max-width: 480px) {
#Container {
    margin: 1em auto 1em;
}
#wrapper { 
	position: relative;
	background: url(../images/bg_top.png) center -15px no-repeat;
	background-size: 100%;
	background-attachment: fixed;
}
.mypage_qr_list #hotel-ad .col-1 { display: inherit;}
.form_input .f-group .d-id {
	width: 100%;
    margin-right: 0;
	}
.form_input .f-group .d-rank {
	margin: 0;
	width: 98%;
	}
.ticket_input .Ticket_Form .split-two {
	width: 100%;
    display: inherit;
	}
.ticket_input .Ticket_Form .split-two input {
	width: 93%;
	}
.ticket_input .Ticket_Form td:nth-child(6) {
	display: none;	
	}
	.ticket_input .Ticket_Form .first-degree td {
	text-align: center;
	}
.ticket_input .Ticket_Form .first-degree input {
	margin: 0 auto;
	}
table#fee {
    font-size: 65%;
}
#fee th, #fee td {
	padding: 1px 0;
	font-size: 85%;
}

table#fee2 {
    font-size: 65%;
}
#fee2 th, #fee2 td {
	padding: 1px 0;
	font-size: 85%;
}

.form_index .notice .col-6 { width:100%; font-size:95%;}
#foot .inner {
    height: 150px;
}

}
