@charset "UTF-8";

#contents #c_inner_right_area h3.sub_tit {
    background: rgba(0, 0, 0, 0) url("/static_service/images/contents/inner/tit_underBig.jpg") no-repeat scroll 0 0;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    margin: 0;
    padding: 14px 0 0 15px;
    text-indent: 0;
    width: 746px;
}

.receipt #contents #c_inner_right_area div#cira_contents table.limitList th,
.receipt #contents #c_inner_right_area div#cira_contents table.limitList td{
	background:none;
	border:none;
	padding:0;
}

.receive_index p{
	margin-top:15px;
}
.head_content{
	background: url(/static_service/images/contents/inner/receive_main.png) 0 0 no-repeat;
	min-height:192px;
}
.head_content .txt{
	float:right;
	width:383px;
	margin-right:7px;
}
.head_content h2{
	color:#007eff;
	font-size:28px;
	font-weight:bold;
	line-height:1.5;
	border-bottom:solid 3px #007eff;
	padding-top:14px;
}
.head_content p{
	font-size:14px;
	line-height:1.57;
	margin-top:20px;
}

.receive_index h4.sub_tit{
	color:#fff;
	font-size:18px;
	background-color:#007eff;
}
.receive_index h4.sub_tit span{
	display:inline-block;
	padding: 7px 15px;
}

.receive_index h4.sub_tit.icon span{
	padding-left:56px;
}
.receive_index h4.sub_tit.icon.kokunai span{
	background: url(/static_service/images/contents/inner/icon_receive01.png) 0 0 no-repeat;
}
.receive_index h4.sub_tit.icon.takuhai span{
	background: url(/static_service/images/contents/inner/icon_receive02.png) 0 0 no-repeat;
}
.receive_index .way_receive{
	background-color:#007eff;
	padding:18px 0 20px 20px;
}
.receive_index .way_receive ul li{
	float:left;
	margin-left:14px;
}
.receive_index .way_receive ul li:first-child{
	margin-left:0;
}
.receive_index .way_receive ul li a{
	color:#000;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	display:block;
	box-sizing:border-box;
	width:231px;
	height:56px;
	padding-top:20px;
}
.receive_index .way_receive ul li a:hover,
.receive_index ul.bt_long li a:hover{
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}
.receive_index .way_receive ul li.bt_way01 a{
	background:url(/static_service/images/contents/inner/bt_way01.png) 0 0 no-repeat;
}
.receive_index .way_receive ul li.bt_way01 a span{
	margin-left:25px;
}
.receive_index .way_receive ul li.bt_way02 a{
	background:url(/static_service/images/contents/inner/bt_way02.png) 0 0 no-repeat;
}
.receive_index .way_receive ul li.bt_way03 a{
	background:url(/static_service/images/contents/inner/bt_way03.png) 0 0 no-repeat;
	padding-top:7px;
}

.receive_index h5{
	color:#007eff;
	font-size:20px;
	font-weight:bold;
}
.receive_index ul.bt_long li{
	float:left;
}
.receive_index ul.bt_long li.even{
	float:right;
}
.receive_index ul.bt_long li a{
	font-size:13px;
	text-align:center;
	text-decoration:none;
	display:block;
	box-sizing:border-box;
	background:url(/static_service/images/contents/inner/bt_receive_local.png) 0 0 no-repeat;
	width:378px;
	height:42px;
	padding-top:13px;
	margin-bottom:5px;
}
.receive_index .lmt_btm_link{
	text-align:right;
	margin-top:-5px;
}
.receive_index .lmt_btm_link a{
	color:#007eff;
	font-size:13px;
	text-decoration:none;
	background:url(/static_service/images/contents/inner/receive_arrow.png) right 5px no-repeat;
	padding-right:17px;
}

.tit_arrow {
	color:#007eff;
	font-size:18px;
	text-align:center;
	position: relative;
	background: #dbeeff;
	padding:13px 0;
	margin-bottom:19px;
}
.tit_arrow:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(219, 238, 255, 0);
	border-top-color: #dbeeff;
	border-width: 8px;
	margin-left: -8px;
}

.receive_index h6{
	font-size:16px;
	line-height:25px;
	min-height:25px;
	padding-left:47px;
	margin-bottom:2px;
}
.receive_index h6.hawaii{
	background:url(/static_service/images/contents/inner/flg_hawaii.png) 0 0 no-repeat;
}
.receive_index h6.southkorea{
	background:url(/static_service/images/contents/inner/flg_southkorea.png) 0 0 no-repeat;
}
.receive_index h6.taiwan{
	background:url(/static_service/images/contents/inner/flg_taiwan.png) 0 0 no-repeat;
}
.receive_index h6.america{
	background:url(/static_service/images/contents/inner/flg_america.png) 0 0 no-repeat;
}
.receive_index hr.bottom_line{
	height:0;
	border:0;
	border-top:1px solid #c2c2c2;
	border-bottom:3px solid #f1f1f1;
}


/*ライトボックスレイアウト---------------------------------------------------------------------------------*/
/*---確認事項ライトボックスレイアウト*/
.receipt .window.notes {
  background-color:#e4e4e4;
  height: auto;
  padding: 4px;
  text-align: center;
  width: auto;
  border: solid 1px #ccc;
  max-height: 90%;
  overflow: hidden;
  overflow-y: scroll;
  /* スクロール連鎖を防ぐ */
  overscroll-behavior-y: contain;
}
.receipt .msg_box{
	background-color: #FFF;
	width:749px;
	padding:18px 20px 30px 21px;
}
.receipt .msg_box .tit_head{
	padding-bottom:3px;
	border-bottom: solid 1px #a3a3a3;
}
.receipt .msg_box .tit_head h4{
	font-size:16px;
	font-weight:bold;
	float:left;
	margin-top:5px;
}
.receipt .msg_box .tit_head .close_bt{
	float:right;
}
.receipt ul.countries_ul{
	clear:both;
	padding:0;
	margin: 15px 0 0 1.3em;
	text-align: left;
}
.receipt ul.countries_ul li{
	list-style: disc outside;
	margin-bottom: 8px;
	font-size: 13px;
}
.receipt ul.countries_ul li.last{
	margin-bottom: 0;
}

.receipt .msg_box.receivereturn{
	background-color: #FFF;
	text-align:left;
	width:910px;
	padding:40px 30px 30px;
}
.receipt .msg_box.receivereturn .tit_head{
	background: url("/static_service/images/contents/inner/countries_sp02_line01.png") repeat-x scroll 0 bottom;
	border:none;
	padding-bottom:15px;
}
.receipt .msg_box.receivereturn .tit_head h4{
	font-size:20px;
	font-weight:bold;
	float:left;
	margin-top:5px;
}
.receipt .msg_box.receivereturn h5{
	font-size:20px;
	font-weight:normal;
	line-height:1.1;
	background-color:#ebf6ff;
	padding:9px 15px 10px;
}
.receipt .msg_box.receivereturn h5 img{
	vertical-align:top;
	margin-right:11px;
}
.receipt .msg_box.receivereturn .airport{
	width:349px;
	float:left;
}
.receipt .msg_box.receivereturn .airport ul{
	margin-top:16px;
}
.receipt .msg_box.receivereturn .airport ul li{
	font-size:12px;
	margin-bottom:10px;
}
.receipt .msg_box.receivereturn .airport ul li strong{
	color:#007eff;
}
.receipt .msg_box.receivereturn .map_airport{
	float:right;
}
.receipt .msg_box.receivereturn table.office_info{
	width:909px;
}
.receipt .msg_box.receivereturn table.office_info th{
	font-weight:normal;
	text-align:left;
	vertical-align:middle;
	padding-left:54px;
	border:solid 1px #c2c2c2;
}
.receipt .msg_box.receivereturn table.office_info th p{
	line-height:1.8;
}
.receipt .msg_box.receivereturn table.office_info th p strong{
	font-size:14px;
}
.receipt .msg_box.receivereturn table.office_info td{
	width:524px;
}
.receipt .msg_box.receivereturn .office div.pic{
	float:left;
	margin-left:15px;
}
.receipt .msg_box.receivereturn .office div.pic.first{
	margin-left:0;
}

.receipt .korea_map .msg_box.receivereturn .tit_head h4 span{
    font-weight: normal;
}
.receipt .korea_map .msg_box.receivereturn table.office_info td{
	width:522px;
	border:solid 1px #c2c2c2;
	border-left:none;
}

.receipt .korea_map .msg_box.receivereturn table.office_info .map_annai{
	font-size:13px;
	font-weight:bold;
	background:url(/static_service/images/contents/inner/korea_map_arrow.jpg) 0 6px no-repeat;
	padding-left:11px;
}
.receipt .korea_map .msg_box.receivereturn table.office_info .address{
	padding:20px 25px 18px;
}
.receipt .korea_map .msg_box.receivereturn table.office_info .address p{
	color:#fff;
}

.korea_map .inner_airport{
	margin:20px auto;
}
.korea_map .inner_airport .floatR{
	text-align:left;
	width:520px;
}
.korea_map .inner_airport .floatR h4{
	font-size:18px;
	line-height:1.2;
	font-weight:normal;
	background-color:#cfe8ff;
	padding:5px 12px;
	border:none;
}
.korea_map .inner_airport .floatR p{
	margin-left:3px;
	line-height:1.6;
}
.korea_map .inner_airport .floatR p.takuhai{
	background: url("/static_service/images/common/icon_square01.gif") no-repeat 0 1px;
	padding-left:19px;
}
.korea_map .inner_map{
	margin:0 auto;
	padding:20px 57px 25px 56px;
	border:solid 1px #b3b3b3;
}
.korea_map #dialog_gimpo .inner_map{
	padding:20px 30px 20px 20px;
}
.korea_map .inner_map.first-child{
	border-bottom:none;
}
.korea_map .inner_map .floatR{
	width:305px;
}
.korea_map #dialog_gimpo .inner_map .floatR{
	width:355px;
}
.korea_map .inner_map .floatR h4{
	font-size:18px;
	background: url(/static_service/images/contents/inner/icon_koreareturn.gif) no-repeat 0 0;
	padding-left:54px;
	padding-bottom:0;
	border:none;
}
.korea_map .inner_map .floatR p{
	padding-left:5px;
}
.korea_map .inner_map .floatR p.pdl0{
	padding-left:0;
}
#dialog_seoulhotel p,
#dialog_taiwan_hotel p,
#dialog_taiwan_airport p{
	line-height:1.5;
	padding-left:10px;
}
#dialog_taoyuan_airport dl,
#dialog_taiwan_airport dl{
	line-height:1.5;
	margin-top:16px;
}
#dialog_taoyuan_airport dl dt,
#dialog_taiwan_airport dl dt{
	font-weight:bold;
}
#dialog_taoyuan_airport table.return_airport,
#dialog_taiwan_airport table.return_airport{
	border:solid 3px #ebf6ff;
	width:100%;
	margin-top:20px;
	box-sizing:border-box;
}
#dialog_taiwan_airport table.return_airport th{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	background-color:#ebf6ff;
	width:138px;
}
#dialog_taiwan_airport table.return_airport td{
	font-size:14px;
	font-weight:bold;
	vertical-align:middle;
	padding:20px;
}

.hawaii_office{
	border:solid 1px #c2c2c2;
}
.hawaii_office td{
	padding:0;
}
.hawaii_office .bg_navy td{
	background-color:#026fb4;
	padding:11px 20px 9px;
}
.hawaii_office .bg_navy td table td{
	vertical-align:middle;
	box-sizing:border-box;
}
.hawaii_office .bg_navy td table td p{
	color:#fff;
	line-height:1.33;
}
.hawaii_office .bg_navy td table td.first{
	width:313px;
	border-right:solid 1px #fff;
	padding:2px 0;
}
.hawaii_office .bg_navy td table td.second{
	padding:0 0 0 25px;
}


.airport .japan_map,
.receive_index .japan_map{
	background-color:#dbeeff;
	width:749px;
	padding:5px;
	border:solid 1px #aaa;
}
.airport .japan_map .inner,
.receive_index .japan_map .inner{
	background-color:#fff;
}
.airport .japan_map .inner ul,
.receive_index .japan_map .inner ul{
	float:left;
	padding-bottom:15px;
}
.airport .japan_map .inner ul li,
.receive_index .japan_map .inner ul li{
	margin-top:6px;
}
.airport .japan_map .inner ul li:first-child,
.receive_index .japan_map .inner ul li:first-child{
	margin-top:13px;
}
.airport .japan_map .inner ul li a,
.receive_index .japan_map .inner ul li a{
	font-size:15px;
	text-decoration:none;
	display:block;
	background:url(/static_service/images/contents/inner/airport_japanmap_bt.png);
	width:138px;
	height:27px;
	padding:11px 0 0 26px;
}
.receive_index .japan_map .inner ul li a{
	font-size:13px;
	height:26px;
	padding:12px 0 0 26px;
}
.airport .japan_map .inner ul li a:hover,
.receive_index .japan_map .inner ul li a:hover{
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}
.receive_index .japan_map .inner ul li .row2 {
	padding: 6px 0 6px 26px;
}

.note_mark{
	color:#999;
}
