/*
Common ==========================================*/


/*module's margin-top -----------------------------------------*/
#main .ttl-text_only + div {
	margin-top: 20px;
}
#main > div {
	margin-top: 40px;
}
#main > .module-reservation_box {
	margin-top: 30px;
}
#main .ttl-belt.ext-alter {
	margin-top: 30px;
}
#main .ttl-belt.ext-alter + table {
	margin-top: 0;
}
#main > .module-text {
	margin-top: 0;
}

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

input[type="submit"],
input[type="reset"] {
	border: 0;
}
input[type="submit"]:hover,
input[type="reset"]:hover {
	cursor: pointer;
}

/*.module-stepflow ------------------------------*/

.module-stepflow {
		margin: 30px auto 0 auto;
		width: 635px;
		background: url(../../images/common/bg-stepflow.png) no-repeat center center;
	}
	.module-stepflow li {
		position: relative;
		float: left;
		margin-left: 65px;
		padding: 10px;
		min-height: 18px;
		width: 145px;
		-webkit-border-radius: 2px 0 0 2px;
		border-radius: 2px 0 0 2px;
		background: #ccc;
		-webkit-box-shadow: 0 2px 0 0 rgba(178,178,178,1);
		box-shadow: 0 2px 0 0 rgba(178,178,178,1);
		color: #666;
		text-shadow: 0 1px 0 #fff;
		font-size: 108%;
	}
	.module-stepflow li:first-child {
		margin-left: 0;
	}
	.module-stepflow li:after {
		position: absolute;
		top: 50%;
		right: -15px;
		display: block;
		margin-top: -19px;
		width: 16px;
		height: 38px;
		content: url(../../images/common/bg-stepflow_arrow1.png);
	}
	.module-stepflow li.current {
		background: #2095C1;
		-webkit-box-shadow: 0 2px 0 0 rgba(178,178,178,1);
		box-shadow: 0 2px 0 0 rgba(178,178,178,1);
		color: #fff;
		text-shadow: -1px -1px 0 #666;
	}
	.module-stepflow li.current:after {
		content: url(../../images/common/bg-stepflow_arrow2.png);
	}
	.module-stepflow li:last-child {
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}
	.module-stepflow li:last-child:after {
		content: none;
	}

/*.btn-inline.ext-full_size ---------------------*/

.btn-inline.ext-full_size {
	display: block;
	padding: 6px 6px 7px 6px;
	font-size: 93%;
	}

/*.btn-inline.ext-gray ------------------------*/

.btn-inline.ext-gray {
	width: 120px;
	background: rgb(170,170,170);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NjY2NjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgb(170,170,170) 0%, rgb(102,102,102) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(170,170,170)), color-stop(100%,rgb(102,102,102)));
	background: -webkit-linear-gradient(top,  rgb(170,170,170) 0%,rgb(102,102,102) 100%);
	background: -o-linear-gradient(top,  rgb(170,170,170) 0%,rgb(102,102,102) 100%);
	background: -ms-linear-gradient(top,  rgb(170,170,170) 0%,rgb(102,102,102) 100%);
	background: linear-gradient(to bottom,  rgb(170,170,170) 0%,rgb(102,102,102) 100%);
	color: #fff;
	text-shadow: -1px -1px 0 #666;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#666666',GradientType=0 );
	}
	.btn-inline.ext-gray:hover {
		background: #b4b4b4;
		background: -moz-linear-gradient(top,  rgb(180,180,180) 0%, rgb(155,155,155) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(180,180,180)), color-stop(100%,rgb(155,155,155)));
		background: -webkit-linear-gradient(top,  rgb(180,180,180) 0%,rgb(155,155,155) 100%);
		background: -o-linear-gradient(top,  rgb(180,180,180) 0%,rgb(155,155,155) 100%);
		background: -ms-linear-gradient(top,  rgb(180,180,180) 0%,rgb(155,155,155) 100%);
		background: linear-gradient(to bottom,  rgb(180,180,180) 0%,rgb(155,155,155) 100%);
		color: #fff;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4b4b4', endColorstr='#9b9b9b',GradientType=0 );
	}
	.ie9 .btn-inline.ext-gray:hover {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I0YjRiNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YjliOWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background-size: 100% 100%;
		filter: none;
	}


/*
Overwrite_Extension ==========================================*/

#contents .ext-signin {
	margin: 0 auto;
	width: 814px;
}
#contents .ext-send_mail {
	margin: 0 auto;
	width: 756px;
}
.btn-inline.ext-size {
	padding: 10px 25px;
}
.btn-decline.ext-size {
	width: 120px;
}
.btn-submit.ext-size {
	padding: 10px 18px 11px;
	max-width: 166px;
	font-size: 138.5%;
	word-wrap: break-word;
	white-space: normal;
}
.btn-submit.ext-full {
	width: auto;
}
.btn-submit.ext-full.btn_left {
	width: auto;
}
.btn-submit.ext-change {
	padding: 9px 18px 10px;
	width: 146px;
	font-size: 138.5%;
}
#contents-body {
	margin-top: 16px;
}
.input-custom {
	font-size: 108%;
}

#main .text_box {
	margin-top: 20px;
}

#main .text_box div {
	margin-top: 20px;
	padding: 0;
}
#main .text_box  div + div {
	padding-top: 0;
}
#main .text_box p + p {
	margin-top: 10px;
}
#main .text_box div:first-child {
	margin-top: 0;
}
#main .text_box .bold {
	font-weight: bold;
}


/*
Mypage_common =============================================*/
	
	#main .ttl-belt {
		margin-top: 20px;
		padding: 7px 8px;
		border-bottom: 1px solid #fff;
		background: #7FBACF;
		color: #fff;
		font-size: 138.5%;
	}
	#main .ttl-belt.ext-alter,
	#main .ttl-belt.ext-alter {
		font-size: 123.1%;
	}
	#main .ttl-belt.ext-alter {
		background: #EDEDED;
		color: #333;
	}
	#main h6 {
		margin-top: 40px;
		padding: 8px 12px;
		border-bottom: 1px solid #fff;
		background: #FF6666;
		color: #fff;
		font-size: 182%;
	}
	sup {
		color: #ff0000;
	}
	.dummy {
		display: table-cell;
		width: 240px;
		height: 200px;
		background: #e3e3e3;
		color: #878787;
		vertical-align: middle;
		text-align: center;
		font-size: 153.9%;
	}
	.border_bold {
		border-bottom: 5px solid #CCC;
	}
	.txt_bold {
		font-weight: bold;
	}



/*
Mypage_unique ============================================= */

/*.module-signin --------------------------------*/
#contents-body .module-signin {
margin: 0 auto;
	}

	#contents-body .module-signin .stepnav {
		margin-left: 30px;
	}
	#contents-body .module-signin .stepnav li{
		float: left;
		margin-right: 5px;
		padding: 10px;
		min-width: 140px;
		max-width: 230px;
		border: 1px solid #ccc;
		-webkit-border-radius: 2px 2px 0 0;
		border-radius: 2px 2px 0 0;
		background: rgb(243,243,243);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgb(243,243,243) 0%, rgb(227,227,227) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(243,243,243)), color-stop(100%,rgb(227,227,227)));
		background: -webkit-linear-gradient(top,  rgb(243,243,243) 0%,rgb(227,227,227) 100%);
		background: -o-linear-gradient(top,  rgb(243,243,243) 0%,rgb(227,227,227) 100%);
		background: -ms-linear-gradient(top,  rgb(243,243,243) 0%,rgb(227,227,227) 100%);
		background: linear-gradient(to bottom,  rgb(243,243,243) 0%,rgb(227,227,227) 100%);
		text-align: center;
		font-size:  138.5%;
		filter: progid:DXImageTransform_area.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e3e3e3',GradientType=0 );
		cursor: pointer;
	}
	#contents-body .module-signin .stepnav li.current{
		border-bottom: 1px solid #fff;
		background: #fff;
		filter: none;
	}
	#contents-body .module-signin .stepnav li.current a{
		padding-bottom: 10px;
		border-bottom: 2px solid #2095C1;
		color: #2095C1;
	}
	#contents-body .module-signin .stepnav li a {
		color: #888;
		text-decoration: none;
	}

	#contents-body .module-signin .detail {
		margin-top: -1px;
		padding-top: 30px;
		width: 814px;
		border: 1px solid #ccc;
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}
	#contents-body .module-signin .detail .form_wrap {
		padding-bottom: 20px;
		background: url(../../images/common/bg-item_shadow.jpg) no-repeat center bottom;
	}
	#contents-body .module-signin .detail .form_area {
		float: left;
		margin-left: 30px;
		width: 500px;
	}
	#contents-body .module-signin .detail .form_area h2{
		margin-top: 20px;
		padding: 8px;
		background: #7FBACF;
		color: #fff;
		font-size: 138.5%;
	}
	#contents-body .module-signin .detail .form_area h2:first-child{
		margin-top: 0;
	}
	#contents-body .module-signin dl {
		margin-top: 12px;
		padding-left: 10px;
		width: 490px;
	}
	#contents-body .module-signin dl.borderbtm {
		padding-bottom: 12px;
		border-bottom: 1px dotted #ccc;
	}
	#contents-body .module-signin dt {
		float: left;
		padding-right: 10px;
		width: 140px;
		font-size: 123.1%;
		line-height: 140%;
	}
	#contents-body .module-signin dd {
		float: left;
		width: 308px;
	}
	#contents-body .module-signin dd input {
		width: 308px;
		font-size: 108%;
	}
	#contents-body .module-signin dd select {
		font-size: 108%;
	}
	#contents-body .module-signin .detail .form_area p {
		font-size: 108%;
	}

	#contents-body .module-signin .detail .form_area p.remind {
		margin-left: 160px;
		padding: 10px 0 0 20px;
		background: url(../../images/common/icn-question.png) no-repeat left bottom;
	}
	#contents-body .module-signin .detail .form_area p.cookie {
		margin-top: 10px;
		margin-left: 10px;
		padding-top: 15px;
		border-top: 1px dotted #ccc;
	}
	#contents-body .module-signin .detail .form_area p.magazine {
		margin-top: 20px;
		margin-left: 10px;
	}
	#contents-body .module-signin .detail .form_area p.terms {
		margin-top: 10px;
		margin-left: 10px;
	}
	#contents-body .module-signin .detail .form_area p.submit {
		margin: 0 auto;
		padding: 35px 0 20px;
		width: 198px;
	}
	#contents-body .module-signin .detail .form_area p.question {
		margin-top: 5px;
		margin-left: 10px;
		padding: 5px 0 5px 20px;
		background: url(../../images/common/icn-question.png) no-repeat left center;
		font-size: 108%;
	}
	#contents-body .module-signin .detail .aside {
		float: right;
		margin-right: 30px;
		width: 240px;
	}
	#contents-body .module-signin .detail .btn_wrap {
		margin-left: 190px;
		padding: 20px 0;
	}
	#contents-body .module-signin .detail .btn_wrap input:first-child {
		float: left;
		margin-right: 50px;
	}
	#contents-body .module-signin .detail .aside .fb-signin_aside {
		margin-top: 10px;
		padding: 8px 8px 15px 8px;
		width: 220px;
		border: 2px solid #3A5897;
		background: #EDEDED;
	}
	#contents-body .module-signin .aside .fb-signin_aside h3 {
		padding: 9px 0 9px 45px;
		background: url(../../images/mypage/icn-fb.png) no-repeat left center;
		font-size: 108%;
	}
	#contents-body .module-signin .aside .fb-signin_aside p {
		margin-top: 20px;
		font-size: 108%;
		line-height: 140%;
	}
	#contents-body .module-signin .fb-signin p {
		margin-top: 10px;
		text-align: center;
		font-size: 108%;
	}
	#contents-body .module-signin .fb-signin img {
		vertical-align: middle;
	}
	#contents-body .module-signin .fb-signin p a {
		padding-left: 10px;
	}
	#contents-body .module-signin .btn-inline.ext-size {
		padding: 12px 25px 13px;
	}
	#contents-body .module-signin .btn-submit.ext-size {
		min-width: 182px;
	}
	
/* module-login_layout */
#contents-body .module-login_layout {
	margin: 20px 0;	
}
	#contents-body .module-login_layout > p:first-child {
		width: 325px;
		text-align: right;
		margin-right: 50px;
	}
	#contents-body .module-login_layout .btn-inline.ext-size {
		padding: 12px 25px 13px;
	}
	#contents-body .module-login_layout .btn-submit.ext-size {
		min-width: 182px
	}
	#contents-body .module-login_layout > p,
	#contents-body .module-login_layout > p + p,
	#contents-body .module-login_layout > div  {
		display: inline-block;
		vertical-align: top;
	}
	.ie7 #contents-body .module-login_layout > p,
	.ie7 #contents-body .module-login_layout > p + p,
	.ie7 #contents-body .module-login_layout > div  {
		display: inline;
	}

	#contents-body .module-login_layout > div p {
		margin-top: 20px;
		line-height: 2.5;
	}
	#contents-body .module-login_layout > div p:first-child {
		margin-top: 0;
	}
	#contents-body .module-login_layout > div p img {
		margin-right: 10px;
	}
	/* form parts --------------- */
		
	input[type="password"].input-custom {
		padding: 7px 8px;
	}

/*.module-ttl ---------------------------------------*/
#contents .module-ttl {
	background: #eee;
}
	#contents .module-ttl h2 {
		margin: 0 auto;
		padding: 10px 0 15px 40px;
		background: url(../../images/mypage/icn-mypage.png) no-repeat left center;
		color: #0099cc;
		text-shadow: 0 1px 0 #fff;
		font-size: 262%;
		}
		#contents .module-ttl h2.send_mail {
			width: 716px;
		}
		#contents .module-ttl h2.mypage {
			width: 920px;
		}
/* Mypage_page-info  ==========================================*/
#contents .mypage_page-info
{
    position:absolute;
    top:25px;
    right:15px;
    font-size:25px;
    line-height:29px;
    color:#636363;
}

/*.module-form_area -----------------------------------*/
#contents-body .module-form_area {
}
	#contents-body .module-form_area h4 {
		margin-top: 15px;
		padding: 10px;
		background: #EDEDED;
		font-size: 138.5%;
	}
	#contents-body .module-form_area dl {
		margin-top: 15px;
		width: 470px;
	}
	#contents-body .module-form_area dl dt {
		float: left;
		width: 140px;
		font-size: 123.1%;
		padding: 0 10px;
	}
	#contents-body .module-form_area dl dd {
		float: right;
		width: 310px;
	}
	#contents-body .module-form_area dl dd input {
		width: 308px;
		font-size: 108%;
	}
	#contents-body .module-form_area p.txt-box {
		margin-top: 15px;
		padding: 20px;
		background: #ededed;
		font-size: 108%;
		line-height: 140%;
	}
	#contents-body .module-form_area .btn_wrap {
		margin-top: 30px;
		margin-left: 190px;
	}
	#contents-body .module-form_area .btn_wrap input:first-child {
		float: left;
		margin-right: 50px;
	}
	#contents-body .module-form_area p.submit {
		margin: 30px auto 0 auto;
		width: 182px;
	}
	#contents-body .module-form_area input[type="text"].input-custom {
		padding: 7px 8px;
	}

/*.module-mypage_menu -----------------------------------*/
#contents-body .module-mypage_menu {
}
	#contents-body .module-mypage_menu .head {
		padding: 10px;
		border-bottom: 1px solid #fff;
		background: #7FBACF;
		color: #fff;
		text-shadow: -1px -1px 0 #888;
	}
	#contents-body .module-mypage_menu .head p {
		font-size: 123.1%;
	}
	#contents-body .module-mypage_menu .head p:first-child {
		font-size: 108%;
	}
	#contents-body .module-mypage_menu ul li {
		font-size: 108%;
	}
	#contents-body .module-mypage_menu ul li a {
		display: block;
		padding: 10px;
		width: 164px;
		border-bottom: 1px solid #ccc;
		background: #ededed;
		color: #333;
		text-decoration: none;
	}
	#contents-body .module-mypage_menu ul li a:hover,
	#contents-body .module-mypage_menu ul li a.active {
		background: #FFF9DB;
	}
	#contents-body .module-mypage_menu p.logout {
		padding: 20px 0 10px;
		background: #ededed;
		text-align: center;
	}


/*.module-detail -----------------------------------*/
#main .module-details {
}
	#main .module-details table tr:first-child th,
	#main .module-details table tr:first-child td {
		border-top:0;
	}
	#main .module-details table.info tr th {
		width: 140px;
	}
	#main .module-details table.info tr td {
		width: 198px;
	} 
	#main .module-details table.info tr td.ext-3col {
		width: 576px;
	}
	#main .module-details table.price tr th,
	#main .module-details table.price tr td {
		width: 188px;
	}
	#main .module-cancellation_policy tr th:first-child,
	#main .module-cancellation_policy tr td:first-child {
		width: 357px;
	}
	#main .module-cancellation_policy tr th,
	#main .module-cancellation_policy tr td {
		width: 358px;	
	}	
	#main .module-details table tr:first-child th + th {
		border-left: 1px solid #ccc;
	}
	#main .module-details table tr.txt-center th {
		text-align: center;
		font-size: 108%;
	}
	#main .module-details table td.txt-center {
		text-align: center;
	}
	#main .module-details table td.txt-right {
		text-align: right;
	}
	#main .module-details dl {
		padding: 5px 0;
		background: #ededed;
		text-align: right;
	}
	#main .module-details dt {
		display: inline;
		background: #ededed;
		font-size: 108%;
	}
	#main .module-details dd {
		padding: 0 5px;
		color: #ff0033;
		font-size: 153.9%;
		display: inline;
	}
	#main .module-details dd span{
		padding-right: 5px;
		padding-left: 10px;
		font-size: 70%;
	}
	#main .module-details .ext-important {
		color: #FF6666;
	}
	#main .module-details th.map{
		padding: 0;
	}
	#main .module-details span.attention {
		color: #FF0033;
		font-size: 75%;
		display: inline-block;
		margin-left: 10px;
	}

/*.module-cancellation_policy -----------------------------------*/
#main .module-cancellation_policy{
}
	#main .module-cancellation_policy table tr.txt-center th {
		text-align: center;
		font-size: 108%;
	}
	#main .module-cancellation_policy table tr:first-child th,
	#main .module-cancellation_policy table tr:first-child td {
		border-top:0;
	}
	#main .module-cancellation_policy table td {
		text-align: right;
	}
	#main .module-cancellation_policy table td:first-child {
		text-align: left;
	}
	#main .module-cancellation_policy table tr:first-child th + th {
		border-left: 1px solid #ccc;
	}
	#main .module-cancellation_policy h4 + table {
		margin-top: 20px;
	}
	#main .module-cancellation_policy .text_box {
		padding: 20px;
		background: #ececec;
		margin-top: 0;
	}
	#main .module-cancellation_policy table td.txt-right {
		text-align: right;
	}
/*.module-remark -----------------------------------*/
#main .module-remark{
}
	#main .module-remark p.txt_box {
		margin-top: 20px;
		padding: 0 10px;
	}


/*.module-total_payment ,.module-total_unpaid-----------------------------------*/

#main .module-total_payment,
#main .module-total_unpaid {
	margin-top: 30px;
	padding-bottom: 6px;
	background: url(../../images/common/bg-item_shadow.jpg) no-repeat center bottom;
	}
	#main .module-total_payment:first-child,
	#main .module-total_unpaid:first-child {
		margin-top: 0;
	}
	#main .module-total_payment table,
	#main .module-total_unpaid table {
		border-bottom: 0;
	}
	#main .module-total_payment th,
	#main .module-total_unpaid th {
		padding-right: 5px;
		padding-left: 10px;
		width: 125px;
		border: none;
		background: #FFF9DB;
		color: #000;
		text-align: left;
		font-size: 167%;
		text-indent: 3px;
		font-weight: normal;
	}
	#main .module-total_payment td,
	#main .module-total_unpaid td {
		padding: 10px 0;
		border: 0;
		background: #FFF9DB;
		color: #999;
		text-align: left;
		font-size: 167%;
	} .module-total_paid td:first-child {
		width: 110px;
		text-align: left;
	}
	#main .module-total_paid td + td{
		padding-right: 10px;
		width: 490px;
		color: #FF0033;
		font-weight: 700;
		text-align: right;
	}
	#main .module-total_paid td span {
		font-size: 70%;
	}
	#main .module-total_unpaid th,
	#main .module-total_unpaid td {
	background: #FFEEF9;
	}

#main .module-total_payment {
	margin-top: 30px;
	padding-bottom: 6px;
	background: url(../../images/common/bg-item_shadow.jpg) no-repeat center bottom;
	}
	#main .module-total_payment:first-child {
		margin-top: 0;
	}
	#main .module-total_payment table {
		border-bottom: 0;
	}
	#main .module-total_payment table th,
	#main .module-total_payment table td {
		border: 0;
		background: #FFF9DB;
	}
	#main .module-total_payment.unpaid table th,
	#main .module-total_payment.unpaid table td {
		background: #FFEEF9;
	}
	#main .module-total_payment th {
		padding-right: 5px;
		padding-left: 10px;
		width: 125px;
		border: none;
		color: #000;
		text-align: left;
		font-size: 167%;
		text-indent: 3px;
		font-weight: normal;
	}
	#main .module-total_payment .status {
		padding: 10px 0;
		border: 0;
		color: #999;
		text-align: left;
		font-size: 167%;
	}
	#main .module-total_payment .status {
		width: 110px;
		text-align: left;
	}
	#main .module-total_payment .price {
		padding-right: 10px;
		font-size: 167%;
		width: 490px;
		color: #FF0033;
		font-weight: 700;
		text-align: right;
	}
	#main .module-total_payment .price span {
		font-size: 70%;
	}
	
/*.module-reservation_box -----------------------------------*/
#main .module-reservation_box {
	padding-bottom: 6px;
	background: url(../../images/common/bg-item_shadow.jpg) no-repeat center bottom;
}
	#main .module-reservation_box h3 {
		margin-top: 25px;
		padding: 10px 0 0 40px;
		border-top: 4px solid #000;
		font-size: 182%;
	}
	#main .module-reservation_box h3.flight {
		background: url(../../images/mypage/icn-flight.png) no-repeat 0 10px;
	}
	#main .module-reservation_box h3.hotel {
		background: url(../../images/mypage/icn-hotel.png) no-repeat 0 10px;
	}
	#main .module-reservation_box h3.activity {
		background: url(../../images/mypage/icn-activity.png) no-repeat 0 10px;
	}
	#main .module-reservation_box h3.tour{
		background: url(../../images/mypage/icn-item_package.png) no-repeat 0 10px;
		padding-left: 32px;
	}
	#main .module-reservation_box table {
		margin-top: 15px;
		border: 0;
	}
		#main .module-reservation_box table th {
			border: 0;
			background: #7FBACF;
			color: #fff;
			text-align: center;
			font-size: 123.1%;
			font-weight: 400;
			border-top: 0;
		}
		#main .module-reservation_box table th.airline {
			width: 110px;
		}
		#main .module-reservation_box table .hotel,
		#main .module-reservation_box table .package,
		#main .module-reservation_box table .activity{
			width: 235px;
		}
		#main .module-reservation_box table .person,
		#main .module-reservation_box table .travelers  {
			width: 75px;
		}
		#main .module-reservation_box table .status {
			width: 55px;
		}
		#main .module-reservation_box table .voucher,
		#main .module-reservation_box table .details {
			width: 105px;
		}
		#main .module-reservation_box table th {
			border-top: 0;
		}
		#main .module-reservation_box table th + th {
			border-left: 1px solid #fff;
		}
		#main .module-reservation_box table td {
			border: 0;
			text-align: center;
		}
		#main .module-reservation_box table tr td {		
			border-top: 1px solid #CCC;
		}
		#main .module-reservation_box table tr:first-child {
			border-top: 0;
		}	
		#main .module-reservation_box table td:first-child {
			text-align: left;
		}
		#main .module-reservation_box table td + td {
			border-left: 1px solid #ccc;
		}
		#main .module-reservation_box table p {
			margin-top: 3px;
			font-size: 100%;
		}
		#main .module-reservation_box table p.airport {
			font-size: 77%;
		}
		#main .module-reservation_box table p em.date {
			font-size:  131%;
			font-weight: normal;
		}
		#main .module-reservation_box table p strong {
			font-size: 150%;
		}
		#main .module-reservation_box table p em {
			padding-right: 10px;
			font-weight: 700;
		}
		#main .module-reservation_box table p span {
			color: #FF6600;
		}
		#main .module-reservation_box table .go_departure {
			padding-bottom: 5px;
			padding-left: 45px;
			background: url(../../images/common/icn-go_departure.png) no-repeat left top;
			text-align: left;
		}
		#main .module-reservation_box table .back_departure {
			padding-top: 5px;
			padding-left: 40px;
			background: url(../../images/common/icn-back_departure.png) no-repeat 0 10px;
			text-align: left;
		}
		#main .module-reservation_box table .back_arrive {
			padding-top: 5px;
			padding-left: 40px;
			background: url(../../images/common/icn-back_arrive.png) no-repeat 0 10px;
			text-align: left;
		}
		#main .module-reservation_box table .go_departure {
			padding-top: 5px;
			padding-left: 40px;
			background: url(../../images/common/icn-go_departure.png) no-repeat 0 10px;
			text-align: left;			
		}
		#main .module-reservation_box table .go_arrive {
			padding-top: 5px;
			padding-left: 40px;
			background: url(../../images/common/icn-go_arrive.png) no-repeat 0 10px;
			text-align: left;
		}

		#main .module-reservation_box table td > div + div {
			border-top: 1px dotted #ccc; 
		}
		#main .module-reservation_box table a {
			margin: 10px 0;
		}
		#main .module-reservation_box table .schedule div,
		#main .module-reservation_box table .flight_schedule div  {
			position: relative;
		}
		#main .module-reservation_box table .schedule > div span,
		#main .module-reservation_box table .flight_schedule > div span {
			position: absolute;
			top: 40px;
			left: 8px;
			font-size: 130%;
		}
		#main .module-reservation_box table .schedule .go_departure span,
		#main .module-reservation_box table .schedule .go_arrive span,
		#main .module-reservation_box table .flight_schedule .go_departure span,
		#main .module-reservation_box table .flight_schedule .go_arrive span{
			color: #537ABC;		
		}
		#main .module-reservation_box table .schedule .back_departure span,
		#main .module-reservation_box table .schedule .back_arrive span,
		#main .module-reservation_box table .flight_schedule .back_departure span,
		#main .module-reservation_box table .flight_schedule .back_arrive span {
			color: #EB726A;
		}
/*.module-application_box -----------------------------------*/
	#main .module-application_box table th {
		border-top: 0;
	}
	#main .module-application_box table td {
		text-align: center;
	}

/*.module-btn_wrap -----------------------------------*/
#main .module-btn_wrap.layout {
		margin: 40px 0;
		text-align: center; 
		padding: 0 20px;
		position: relative;
	}
	#main .module-btn_wrap.layout .right {
		text-align: right;
	}
	#main .module-btn_wrap.layout a.ext-full {
		width: auto;
	}
	#main .module-btn_wrap.layout a.btn_right.ext-full {
		width: auto;
		min-width: 146px;
		
	}
	#main .module-btn_wrap.layout a.btn_left {
		position: absolute;
		left: 20px;
		top: 9px;
	}
	/* dcom add */
	#main .module-btn_wrap.layout a.btn_voucher {
		position: absolute;
		right: 200px;
		top: 9px;
	}

/*.module-text -----------------------------------*/	
#main .module-text {
}
	#main .module-text p{
	margin-top: 20px;
	padding: 0;
	}
	#main .module-text p.bold{
	font-weight: bold;
}

	
/* mypage_detail_op.html-----------------------------------*/
	#main .module-details .support {
		font-size: 77%;
		display: inline-block;
		margin-left: 10px;
	}

/* mypage_mail ,mypage_change-----------------------------------*/
	#contents .ext-send_mail #main .btn-inline.ext-size {
		max-width: 106px;
		padding: 12px 25px 13px;
		word-wrap: break-word;
		white-space: normal;
	}
	
/* common */
	#main .module-reservation_box .ttl-belt.ext-alter:first-of-type,
	#main .module-application_box .ttl-belt.ext-alter:first-of-type {
		margin-top: 15px;
	}
/* module-payment_method ------------------------------*/
#main .module-payment_method {
}
	#main .module-payment_method p {
		padding: 15px 10px;
	}
	#main .module-payment_method ul {
		margin: 20px 10px 0;
	}
	#main .module-payment_method ul li {
		margin-top: 15px;
	}
	#main .module-payment_method ul li input {
		margin-right: 5px;
	}
	#main .module-payment_method ul li label {
		margin-right: 20px;
	}
	#main .module-fare_matrix .box {
		border: 1px solid #7FBACF;
		margin-top: 20px;
	}
	#main .module-fare_matrix .box .card {
		padding: 10px 0;
	}
	#main .module-fare_matrix .box td {
		padding: 10px 25px;
	}

