@charset "shift_jis";

/* add
--------------------------------------------------------------- */

.tit_photo {
  margin: 0 0 10px 0;
}

.jrplan_detail_point_photo .photo {
    position: relative;
}

.jrplan_detail_point_photo .photo .r_tag {
    display: block;
    position: absolute;
    font-size: 13px;
    top: -14px;
    left: -44px;
    color: #FFF;
    font-weight: bold;
    width: 100px;
    /*height: 44px;*/
    padding-top: 20px;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.jrplan_detail_point_photo .photo .r_tag.rc_1 {
    color: #333;
    background: #D4BA35 none repeat scroll 0% 0% !important;
}

.jrplan_detail_point_photo .photo .r_tag.rc_2 {
    color: #333;
    background: #B8B8B8 none repeat scroll 0% 0% !important;
}

.jrplan_detail_point_photo .photo .r_tag.rc_3 {
    color: #333;
    background: #D5976D none repeat scroll 0% 0% !important;
}

.jrplan_detail_point_photo .photo .r_tag.rc_4,
.jrplan_detail_point_photo .photo .r_tag.rc_5,
.jrplan_detail_point_photo .photo .r_tag.rc_6,
.jrplan_detail_point_photo .photo .r_tag.rc_7,
.jrplan_detail_point_photo .photo .r_tag.rc_8,
.jrplan_detail_point_photo .photo .r_tag.rc_9,
.jrplan_detail_point_photo .photo .r_tag.rc_10 {
    color: #333;
    background: #CEDCAF none repeat scroll 0% 0% !important;
}

/* none */
.btmBox,
#NTA_W_calendar{
	display:none;
}

/* デフォルトレイアウトパターン
-------------------------------- */

/* 大 */
.btn_layout01 a {
	font-size: 18px;
}

.btn_layout01 a span {
	padding: 12px 10px 12px 15px;
}

.btn_layout_country a span {
	padding: 12px 5px 12px 0px;
}

/* 中 */
.btn_layout02 a {
	font-size: 16px;
}
.btn_layout02 a span {
	padding: 8px 10px 8px 15px;
}

/* 小 */
.btn_layout03 a {
	font-size: 12px;
}
.btn_layout03 a span {
	padding: 4px 10px 4px 15px;
}

/* 共通 */
.btn_layout01,
.btn_layout02,
.btn_layout03 {
	clear: both;
}
.btn_layout01 a,
.btn_layout02 a,
.btn_layout03 a {
	display: block;
	width: 90%;
	margin: 0 auto 10px auto;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.btn_layout_country a{
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
	/*color: #fff;*/
	font-weight:bold;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.btn_layout01 a span,
.btn_layout02 a span,
.btn_layout03 a span,
.btn_layout_country a span {
	display:inline-block;
	background: url(../images/btn_icon_arrow_r.png) no-repeat left center;
}


/* カラーパターン
-------------------------------- */
.tab-wrapper{width:90%;margin:0 auto;}
.btn_layout_country {width:49%;
	float:left;
	font-size: 14px;
}
.tab-wrapper p{display: block;}
.tab-wrapper p:nth-of-type(2){padding-left:1%;}
.tab-wrapper p:nth-of-type(1){padding-right:1%;}

/* オレンジ */
.color_style01 {
	background: #FF9326;
}

/* 他国ツアーボタン */
.color_style02 {
	background: #FFFFFF;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:2px solid #CCCCCC;
}

/* ヨーロッパブルー */
/*background: #28289A;*/

/* アジアレッド */
/*background: #DA0051;*/

/* ビーチリゾートブルー */
/*background: #34A3D5;*/

/* 北米オレンジ */
/*background: #FB851E;*/

/* オセアニアグリーン */
/*background: #0F9D28;*/

/* 中近東ブラウン */
/*background: #C82E00;*/


/* reset
--------------------------------------------------------------- */
.info {
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.jrplan_title .title {
  font-size: 14px;
  font-weight: normal;
}


.jrplan_box {
    margin: 0px 5px 10px;
}

.jrplan_box p,
.jrplan_box h2,
.jrplan_box ul,
.jrplan_box dl,
.jrplan_box ol {
    line-height: 1.5;
}

.jrplan_box a.text_btn span {
    color: #ffffff;
}


.gadget_box {
    margin-bottom: 10px;
}

.gadget_box_in {
    padding: 5px 5px 0 5px;
}


.jrplan_pankuzu {
    margin: 30px 0 20px 0;
}

.jrplan_pankuzu a {
    display: inline-block;
}


.gadget_tool_search dd.gadget_select_day02 select {
    width: 48%;
}