﻿@charset "UTF-8";
/*

MyPage Common ==========================================

*/
#main {
	margin-top: 16px;
	margin-bottom: 35px;
}
#main.module-stepflow_unit {
	margin-top: 8px;
}
#main .ttl-border.ext-cancel {
	border-top: 2px solid #EE2B28;
	color: #EE2B28;
}
#main .ttl-belt.price {
	background: #FF6666;
	font-weight: 700;
}
#main section .ttl-belt {
	margin-top: 15px;
}
#main .emphasis {
	font-weight: 700;
}
#main .module-layout_button.ext-size {
}
	#main .module-layout_button.ext-size a {
		width: 80%;
		min-width: 180px;
	}
	#main .module-layout_button.ext-size a + a {
		margin-top: 15px;
	}
/*

Mypage_unique ============================================= 
*/
/* .module-menu_list --------------------------------* */
#main .module-menu_list{
}
	#main .module-menu_list ul li a {
		background: #fff;
	}


/* #main .module-popup --------------------------------*/
#main .module-signin_facebook	{
	padding: 0 2%;
}
	#main .module-signin_facebook  {
		margin: 19px auto 0;
		font-size: 1.2rem;
		padding: 0 1.5%;
	}
	#main .module-signin_facebook .detail {
		border: 1px solid #CCC;
		margin-top: -1px;
		padding-top: 9px;
		position: relative;
		padding-bottom: 15px;
		width: 100%;
		border: 1px solid #CCC;
		-webkit-border-radius: 0 2px 2px 2px;
		-moz-border-radius: 0 2px 2px 2px;
		border-radius: 0 2px 2px 2px;
	}
	#main .module-signin_facebook p {
		margin-top: 10px;
	}
	#main .module-signin_facebook p:last-child {
		margin-top: 15px;
	}
	#main .module-signin_facebook .module-form_unit {
		margin-top: 10px;
		padding: 0;
	}
	#main .module-signin_facebook .stepnav {
		display: table;
		width: 100%;
	}
	#main .module-signin_facebook .stepnav li {	
		display: table-cell;
		vertical-align: middle;
		width: 49%;
		border: 1px solid #ccc;
		border-bottom: none;
		-webkit-border-radius: 2px 2px 0 0;
		border-radius: 2px 2px 0 0;
		background: rgb(244,244,244);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(244,244,244)), color-stop(100%,rgb(227,227,227)));
		background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(227,227,227) 100%);
		background: linear-gradient(to bottom, rgb(244, 244, 244) 0%,rgb(227, 227, 227) 100%);
		text-align: center;
		font-size: 1.2rem;
	}
	#main .module-signin_facebook .stepnav li:nth-of-type(2) {
		width: 1%;
		border: 0;
		background: none;
	}
	#main .module-signin_facebook .detail .wrap {
		margin: 0 2%;
		width: 96%;
	}
	#main .module-signin_facebook .detail .wrap .ttl-belt {
		margin-top: 10px;
		padding: 6px;
		font-size: 1.4rem;
	}
	#main .module-signin_facebook .stepnav li.current{
		background: #fff;
		position: relative;
		z-index: 1;
	}
	#main .module-signin_facebook .stepnav li.current span,
	#main .module-signin_facebook .stepnav li.current a {
		color: #2095C1;
	}
	#main .module-signin_facebook .stepnav li span,
	#main .module-signin_facebook .stepnav li a {
		display: block;
		padding: 15px 2%;
		color: #888;
		text-decoration: none;
	}

/*.module-form_unit --------------------------------*/
#main .module-form_unit {
	margin: 0 auto;
	padding: 0 1.5%;
}
	#main .module-form_unit.payment {
		margin-top: 15px;
	}
	#main .module-form_unit + .module-common_table {
		margin-top: 15px;
	}
	#main .module-form_unit .stepnav {
		width: 100%;
	}
	#main .module-form_unit .stepnav li {
		float: left;
		margin-right: 3%;
		width: 31%;
		border: 1px solid #ccc;
		border-bottom: none;
		-webkit-border-radius: 2px 2px 0 0;
		border-radius: 2px 2px 0 0;
		background: rgb(244,244,244);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(244,244,244)), color-stop(100%,rgb(227,227,227)));
		background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(227,227,227) 100%);
		background: linear-gradient(to bottom, rgb(244, 244, 244) 0%,rgb(227, 227, 227) 100%);
		text-align: center;
		font-size: 1.5rem;
	}
	#main .module-form_unit .stepnav li:last-of-type {
		margin-right: 1%;
	}
	#main .module-form_unit .stepnav li.current{
		background: #fff;
		position: relative;
		z-index: 1;
	}
	#main .module-form_unit .stepnav li.current span,
	#main .module-form_unit .stepnav li.current a {
		color: #2095C1;
	}
	#main .module-form_unit .stepnav li span,
	#main .module-form_unit .stepnav li a {
		display: block;
		padding: 15px 2%;
		color: #888;
		text-decoration: none;
	}
	#main .module-form_unit .detail {
		margin-top: -1px;
		padding-top: 9px;
		position: relative;
		padding-bottom: 15px;
		width: 100%;
		border: 1px solid #ccc;
		-webkit-border-radius: 0 2px 2px 2px;
		-moz-border-radius: 0 2px 2px 2px;
		border-radius: 0 2px 2px 2px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#main .module-form_unit .detail .form_wrap {
		margin: 0 2%;
		width: 96%;
	}
	#main .module-form_unit .detail .form_wrap .ttl-belt {
		margin-top: 10px;
		padding: 6px;
		font-size: 1.4rem;
	}
	#main .module-form_unit .detail .form_wrap .ttl-belt:first-child {
		margin-top: 0;
	}
	#main .module-form_unit .module-form_list li .title {
		margin-top: 8px;
		width: 100%;
		padding: 0 1%;
		font-size: 1.5rem;
		line-height: 140%;
	}
	#main .module-form_unit .module-form_list > li {
		margin-top: 10px;
	}
	#main .module-form_unit .module-form_list > li:first-child {
		margin-top: 0;
	}
	#main .module-form_unit .module-form_list li p,
	#main .module-form_unit .module-date_select {
		margin-top: 6px;
	}
	#main .module-form_unit .module-form_list li input {
		width: 100%;
		font-size: 1.5rem;
	}
	#main .module-form_unit .module-form_list li label input {
		width:20px;
	}
	#main .module-form_unit .module-form_list li select {
		font-size: 1.5rem;
	}
	#main .module-form_unit .fb-signin a {
		margin-top: 19px;
		text-align: center;
		font-size: 1.2rem;
	}
	#main .module-form_unit .fb-signin p {
		margin-top: 19px;
		text-align: center;
		font-size: 1.2rem;
	}
	#main .module-form_unit .fb-signin img {
		vertical-align: middle;
		margin-right: 10px;
	}
	#main .module-form_unit .info_cash p {
		display: inline-block;
		width: 50%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#main .module-form_unit .info_cash p label{
		width: 98%;
	}
	#main .module-form_unit .info_cash p:nth-of-type(2) {
		text-align: right;
	}
	#main .module-option_list .ext-emphasise {
		margin-left: 0%;
	}
	#main .module-option_list.ext-alt li:first-child {
		padding: 5px 2%;
	}
	#main .module-option_list.ext-alt li > .ext-emphasise a {
		padding: 5px;
	}

/* js-overlay --------------- */
.js-overlay {
}	
	.js-overlay_target.terms_conditions .ttl-default {
		font-weight: bold;
		font-size: 1.5rem;
	}
	.js-overlay_target.terms_conditions  .ttl-default + * {
		padding-top: 15px;
	}

/* .module-contents_wrapper  -------------------------------- */
#main .module-txt_flow {
	margin: 0 auto;
	padding: 0 2%;
}
	#main .module-txt_flow p {
		margin-top: 14px;
		font-size: 1.4rem;
	}
	#main .module-txt_flow p em {
		font-size: 1.8rem;
	}

/* module-common_table -------------------------------- */	
#main .module-common_table {
}
	#main .module-common_table th {
		width: 31%;
	}
	#main .module-common_table td {
		width: 69%;
		border-left: 1px solid #CCC;
		padding: 6px 5px;
	}
	#main .module-common_table tr.border_bold {
		border-bottom: 4px solid #CCC;
	}
	#main .module-common_table td .price {
		color: #F33;
		font-size: 1.6rem;
		font-weight: 700;
	}
	#main .module-common_table td .price > span {
		font-size: 1.2rem;
		margin-right: 3px;
	}
	#main .module-common_table .stats,
	#main .module-common_table .detail,
	#main .module-common_table .cancel {
		background: #EEEEEE;
	}
	#main .module-common_table .stats  {
		color: #FF3333;
		font-size: 1.2rem;
		font-weight: 700;
	}
		#main .module-common_table .stats .StsTitle 
		{
			color:#333;
		}

	#main .module-common_table .color01 {
		color: #FF3333;
		font-size: 1.2rem;
		font-weight: 700;
	}
	#main .module-common_table .color02 {
		color: #0c7192;
		font-size: 1.2rem;
		font-weight: 700;
	}
	#main .module-common_table .color03 {
		color: #000000;
		font-size: 1.2rem;
		font-weight: 700;
	}
	#main .module-common_table .detail {
		text-align: right;
	}
	#main .module-common_table thead {
		margin-top: 0;
		color: white;
		border-top: 1px solid white;
	}	
	#main .module-common_table thead th {
		background: #999;
		font-size: 1.2rem;
		padding-top: 5px;
		padding-bottom: 5px;
		font-weight: normal;
	}
	#main .module-common_table .map span {
		display: inline-block;
		margin-left: 5px;
		margin-top: 5px;
	}
	#main .module-common_table td > .cash_card {
		margin-top: 7px;
	}
	#main .module-common_table td > .cash_card + p  {
		margin-top: 7px;
	}
	/* 	.module-common_table.ext-data_2col */	
	#main .module-common_table.ext-data_2col tr:first-child th,
	#main .module-common_table.ext-data_2col tr:first-child td{
		border-top: 0;
	}
	#main .module-common_table.ext-data_2col th,
	#main .module-common_table.ext-data_2col td {
		width: 50%;
	}
	
	/* 	module-common_table.ext-data_4col */
	#main .module-common_table.ext-data_4col th {
		width: 15%;
	}
	#main .module-common_table.ext-data_4col td {
		width: 35%;
	}
	
	/* .module-common_table.ext-reservation_details */
	#main .module-common_table.ext-reservation_details th {
		border-left: 1px solid #CCC;
	}
	#main .module-common_table.ext-reservation_details th:first-child {
		border-left: 0;
	}
	#main .module-common_table.ext-reservation_details th:first-child,
	#main .module-common_table.ext-reservation_details td:first-child  {
		width: 24%;
	}
	#main .module-common_table.ext-reservation_details th:nth-child(2),
	#main .module-common_table.ext-reservation_details td:nth-child(2) {
		width: 50%;
	}
	#main .module-common_table.ext-reservation_details th:nth-child(3),
	#main .module-common_table.ext-reservation_details td:nth-child(3) {
		width: 26%;
	}

	/* mypage_reservation_detail.ext-price */
	#main .module-common_table.ext-price th:first-child,
	#main .module-common_table.ext-price td:first-child {
		width: 15%;
	}
	#main .module-common_table.ext-price th:nth-child(2),
	#main .module-common_table.ext-price td:nth-child(2) {
		width: 35%;
	}
	#main .module-common_table.ext-price th:nth-child(3),
	#main .module-common_table.ext-price td:nth-child(3) {
		width: 15%;
	}
	#main .module-common_table.ext-price th:nth-child(4),
	#main .module-common_table.ext-price td:nth-child(4) {
		width: 35%;
	}
	#main .module-common_table.ext-price tr.total th {
		background: #fff;
	}
	#main .module-common_table.ext-price tr.total  td {
		text-align: right;
	}
	#main .module-common_table.ext-price th:last-child,
	#main .module-common_table.ext-price td:last-child {
		border-left: 1px solid #CCCCCC;
	}
	#main .module-common_table.ext-price.ext-column4 th,
	#main .module-common_table.ext-price.ext-column4 td {
		width: 25%;
	}
	#main .module-common_table.ext-price tr:nth-child(n+2) th {
		background: #ffffff;
	}
	/* Dcom edit カラム数の可変に対応するため変更↓*/
	/*
	#main .module-common_table.ext-price.ext-data_5col th:first-child,
	#main .module-common_table.ext-price.ext-data_5col td:first-child {
		width: 15%;
	}
	#main .module-common_table.ext-price.ext-data_5col th:nth-child(2),
	#main .module-common_table.ext-price.ext-data_5col td:nth-child(2) {
		width: 45%;
	}
	#main .module-common_table.ext-price.ext-data_5col th:nth-child(3),
	#main .module-common_table.ext-price.ext-data_5col td:nth-child(3) {
		width: 25%;
	}
	#main .module-common_table.ext-price.ext-data_5col th:nth-child(4),
	#main .module-common_table.ext-price.ext-data_5col td:nth-child(4) {
		width: 5%;
	}
	#main .module-common_table.ext-price.ext-data_5col th:last-child,
	#main .module-common_table.ext-price.ext-data_5col td:last-child {
		width: 25%;
	}
	*/
	#main .module-common_table.ext-price.ext-data_5col th.col1,
	#main .module-common_table.ext-price.ext-data_5col td.col1
	{
		width: 15%;
	}
	#main .module-common_table.ext-price.ext-data_5col th.col2,
	#main .module-common_table.ext-price.ext-data_5col td.col2
	{
		width: 45%;
	}
	#main .module-common_table.ext-price.ext-data_5col td.col2a
	{
		width: 25%;
	}
	#main .module-common_table.ext-price.ext-data_5col td.col2b
	{
		width: 20%;
	}
	#main .module-common_table.ext-price.ext-data_5col th.col3,
	#main .module-common_table.ext-price.ext-data_5col td.col3
	{
		width: 25%;
	}
	#main .module-common_table.ext-price.ext-data_5col th.col4,
	#main .module-common_table.ext-price.ext-data_5col td.col4
	{
		width:5%;
	}
	#main .module-common_table.ext-price.ext-data_5col th.col5,
	#main .module-common_table.ext-price.ext-data_5col td.col5
	{
		width: 25%;
	}
	/* Dcom Edit ↑*/
	#main .module-common_table.ext-price .total > td > .price + p a {
		margin-top: 5px;
	}
	#main .module-common_table.ext-price tr.total th, 
	#main .module-common_table.ext-price tr.total td {
		background: #EDEDED;
		border-left: 0;
	}
	/* module-common_table.ext-tinerary*/
	#main .module-common_table.ext-tinerary tbody th {
		width: 20%;
	}
	#main .module-common_table.ext-tinerary tbody td.date {
		width: 25%;
	}
	#main .module-common_table.ext-tinerary tbody td {
		width: 55%;
	}
	#main .module-common_table.ext-tinerary tbody td > p a {
		margin-top: 5px;
		margin-left: 2rem;
	}
	
/* module-text_unit --------------------------------*/
#main .module-text_unit {
}
	#main .module-text_unit p {
		padding: 6px 3%;
	}
	#main .module-text_unit p + p{
		padding-top: 0;
	}
	

/* #main .module-application_list -------------------------------- */
#main .module-application_list {
	background: #EEE;
	padding-bottom: 4px;
	border-bottom: 1px solid #CCCCCC;
}
	#main .module-application_list + .module-application_list {
		margin-top: 20px;
	}
	#main .module-layout_button.ext-column3 {
		margin-top: 5px;
	}
	#main .module-layout_button.ext-column3 span a {
		font-size: 1.3rem;
		padding-top: 9px;
		padding-bottom: 10px;
	}

/* module-detail_unit  -------------------------------- */
#main .module-detail_unit {
}
	#main .module-detail_unit .module-common_table.ext-reservation_details {
		margin-top: 20px;
	}
	#main .module-detail_unit .module-common_table.ext-reservation_details:first-of-type {
		margin-top: 0;
	}
	#main .module-detail_unit .module-common_table.ext-reservation_details .detail_title {
		width: 35%;
	}
	#main .module-detail_unit .module-common_table.ext-reservation_details .detail_part {
		width: 40%;
	}
	#main .module-detail_unit .module-common_table.ext-reservation_details .detail_piece{
		width: 25%;
	}
	#main .module-detail_unit .module-common_table.ext-reservation_details td.detail,
	#main .module-detail_unit .module-common_table.ext-reservation_details td.cancel {
		border-left: 0;
	}
	#main .module-detail_unit td.btn_have {
		padding-top: 0;
		padding-bottom: 0;
		height: 45px;
	}
	#main .module-detail_unit td.btn_have .btn-inline {
		margin-top: 6px;
		margin-bottom: 6px;
	}
	#main .module-detail_unit td.btn_have .btn-inline + .btn-inline {
		margin-left: 5px;
	}


/* module-select_column2  --------------------------------  */
#main .module-select_column2 {
	display: table;
	width: 96%;
	margin: 10px auto 0;
}
	#main .module-select_column2 li {
		display: table-cell;
		width: 50%;
		vertical-align: top;
	}
	#main .module-select_column2 li:first-child label {
		margin-left: 3%;
		font-size: 1.5rem;
	}
	#main .module-select_column2 li:first-child label input {
		vertical-align:-0.35em;
	}
	#main .module-select_column2 li:first-child p:first-child {
		margin-top: 2px;
	}
	#main .module-select_column2 li:first-child p + p {
		margin-top: 10px;
	}
	.firefox #main .module-select_column2 li:first-child label {
		margin-left: 6%;
	}
	#main .module-select_column2 + .module-common_table {
		margin-top: 15px;
	}
	#main .module-select_column2 .select-custom select {
		padding-left: 8px;
	}


/* module-eticket_stage */

#main .module-eticket_stage .module-common_table {
}
	#main .module-eticket_stage .module-common_table td {
		width: auto;
	}
	#main .module-eticket_stage .module-common_table th:nth-of-type(1),
	#main .module-eticket_stage .module-common_table td:nth-of-type(1) {
		width: 26%;
	}
	#main .module-eticket_stage .module-common_table th:nth-of-type(2),
	#main .module-eticket_stage .module-common_table td:nth-of-type(2) {
		width: 14%;
	}
	#main .module-eticket_stage .module-common_table th:nth-of-type(3),
	#main .module-eticket_stage .module-common_table td:nth-of-type(3) {
		width: 60%;
	}
	#main .module-eticket_stage .module-common_table tr th .attention {
		text-align: left;
		font-weight:normal;
	}
	#main .module-eticket_stage .module-common_table .have_btn span:first-child {
		width: 60%;
		float:left;
	}
	#main .module-eticket_stage .module-common_table .have_btn span + span {
		text-align: right;
		float:right;
		width: 40%;
	}

/* module-voucher_stage */
#main .module-voucher_stage {
}
	#main .module-voucher_stage .ttl-belt + .txt {
		margin-top: 5px;
	}
	#main .module-voucher_stage .txt + .txt {
		margin-top: 10px;
	}
	#main .module-voucher_stage .txt {
		padding: 0 2%;
	}
	#main .module-voucher_stage .txt.ext-point {
		font-weight: 700;
		font-size: 1.3rem;
	}

	/* booking_list endbooking --------------------------------  */
	#main .module-application_list.endbooking {background:#bebebe;}
	#main .module-application_list .module-common_table.endbooking tr th,
	#main .module-application_list .module-common_table.endbooking tr td {
		background:#bebebe;}
/* Voucher用JRPass注意事項スタイル ------------------------------*/
.module-license_detail {
	margin-top: 15px;
	padding: 0 2%;
}
	.module-license_detail > p {
		margin-top: 20px;
	}
	.module-license_detail .ttl-point {
		padding: 0;
		line-height: 140%;
		font-size: 1.4rem;
	}
	.module-license_detail ul {
		margin-top: 30px;
	}
	.module-license_detail ul > li {
		margin-top: 20px;
		font-size: 1.2rem;
		line-height: 140%;
	}
	.module-license_detail ul > li:first-child {
		margin-top: 0;
	}
	.module-license_detail ul > li label {
		font-size: 1.4rem;
		font-weight: 700;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	.module-license_detail ul > li label input[type="checkbox"],
	.module-license_detail ul > li label input[type="radio"] {
		vertical-align: top;
		margin-right: 5px;
		display: inline-block;
	}
	.firefox .module-license_detail ul > li label input[type="checkbox"],
	.firefox .module-license_detail ul > li label input[type="radio"] {
		margin-top: 2px;
		margin-left:5px;
	}
	.module-license_detail ul > li label input[type="checkbox"] + span,
	.module-license_detail ul > li label input[type="radio"] + span {
		display: inline-block;
		width: 90%;
	}
	.module-license_detail .notes_layout {
		margin-top: 16px;
	}
	.module-license_detail .notes_layout .image {
		text-align: center;
	}
	.module-license_detail .notes_layout .image span {
		display: block;
		margin-top: 8px;
		font-size: 1rem;
		color: #666666;
	}
	.module-license_detail .notes_layout .txt {
		margin-top: 10px;
	}
	.module-license_detail .notes_layout .txt p {
		margin-top: 10px;
		font-size: 1.1rem;
	}