@charset "UTF-8";

/*
*******************************************************************************************************
# リスト検索画面共通スタイル（SP版）
*******************************************************************************************************
*/

/*****************
# area
******************/
/* ------------------------------------
	* box_head_search_list
* ------------------------------------ */
.box_head_search_list {
	position: relative;
	padding: 10px 0 0 0;
}

/* --------------------------
	* ttl_page
* -------------------------- */
.box_head_search_list .ttl_page {
	margin: 0 0 10px 0;
	padding: 0 15px;
	color: #013b96;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
}

.box_head_search_list .ttl_page strong {
	color: #ff48af;
}

/* --------------------------
	* box_character
	add nak 20151113
* -------------------------- */
.box_head_search_list .box_bear.box_character {
	width: 100%;
	height: 115px;
	margin: 0 auto;
	z-index: 0;
	position: relative;

	background-color: #b9effe;
	background-image: url(/static/sp/area/images/bg_character.png);
	background-repeat: no-repeat;
	background-position: center top;
	-moz-background-size: 180px 30px;
	-webkit-background-size: 180px 30px;
	background-size: 180px 30px;
}

/* --------------------------
	* box_bear
* -------------------------- */
.box_head_search_list .box_bear {
	width: 300px;
	height: 109px;
	margin: 0 auto;
	z-index: 0;
	position: relative;
}

.box_head_search_list .obj_bear {
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
}
.box_head_search_list .bear_body_area {
	width: 177px;
	height: 109px;
	margin: 0 auto;
	z-index: 1;
	background-image: url(/static/sp/area/images/img_bear_body.png);
	-moz-background-size: 177px 109px;
	-webkit-background-size: 177px 109px;
	background-size: 177px 109px;
}

/* add nak 20151114 */
.box_head_search_list .character_area {
	width: 100px;
	height: 115px;
	margin: 0 auto;
	z-index: 1;
	background-image: url(/static/sp/area/images/img_character.png);
	-moz-background-size: 100px 115px;
	-webkit-background-size: 100px 115px;
	background-size: 100px 115px;
}
/* / add nak 20151114 */

.box_head_search_list .bear_hand {
	width: 21px;
	height: 13px;
	z-index: 3;
	position: absolute;
	top: -8px;
	-moz-background-size: 21px 13px;
	-webkit-background-size: 21px 13px;
	background-size: 21px 13px;
}
.box_head_search_list .left .bear_hand {
	left: 86px;
	background-image: url(/static/sp/area/images/img_bear_hand_l.png);
}
.box_head_search_list .right .bear_hand {
	right: 87px;
	background-image: url(/static/sp/area/images/img_bear_hand_r.png);
}

/* --------------------------
	* tabSearch
* -------------------------- */
/* add nak 20151113*/
.box_head_search_list .box_bear.box_character #tabSearch{
	position: absolute;
	margin-left: -150px;
	width: 300px;
	height: 115px;
	top: 0;
	left: 50%;
}
.box_head_search_list .box_bear.box_character #tabSearch li{
	top: 55px;
}
/* / add nak 20151113*/


.box_head_search_list #tabSearch {
	width: 300px;
	z-index: 2;
}

.box_head_search_list #tabSearch li {
	width: 145px;
	position: absolute;
	top: 50px;
}
.box_head_search_list #tabSearch .left {
	left: 0;
}
.box_head_search_list #tabSearch .right {
	right: 0;
}
.box_head_search_list #tabSearch li a {
	display: block;
	width: 145px;
	height: 56px;
	background-position: left top;
	background-repeat: no-repeat;
	-moz-background-size: 145px 56px;
	-webkit-background-size: 145px 56px;
	background-size: 145px 56px;
}
.box_head_search_list #tabSearch #tabArea {
	background-image: url(/static/sp/area/images/btn_select_area.png);
}
.box_head_search_list #tabSearch .active #tabArea {
	background-image: url(/static/sp/area/images/btn_select_area_active.png);
}
.box_head_search_list #tabSearch #tabStation {
	background-image: url(/static/sp/area/images/btn_select_station.png);
}
.box_head_search_list #tabSearch .active #tabStation {
	background-image: url(/static/sp/area/images/btn_select_station_active.png);
}

/* ------------------------------------
	* sec_search_list_area
* ------------------------------------ */
.sec_search_list_area {
}

.sec_search_list_area .ttl_search_list {
	padding: 15px 10px 15px 8px;
	color: #000000;
	border-top: 3px solid #013b96;
	font-size: 16px;
	font-weight: bold;
}

/* --------------------------
	* box_expand_search_list
* -------------------------- */
.box_expand_search_list {
	margin-top: 25px;
}

.box_expand_search_list label {
	display: table-cell;
	width: 40px;
	padding: 15px 0;
	vertical-align: middle;
	text-align: center;
}

.box_expand_search_list .and4_1 {
	margin: 10px 0 0 10px;
}

/* ttl_expand */
.box_expand_search_list .ttl_expand,
.ttl_expand_none {
	display: table;
	width: 100%;
	color: #013b96;
	background: #ede3c7;
	border-bottom: 1px solid #9b802e;
	font-size: 16px;
}
.box_expand_search_list .ttl_expand.none_label {
	/*padding: 15px 0px;*/
}

.box_expand_search_list .ttl_expand .ttl_inner,
.ttl_expand_none .ttl_inner {
	display: table-cell;
	vertical-align: middle;
	padding: 17px 10px 16px;
	font-weight: bold;
	color: #000000;
}

.box_expand_search_list .ttl_expand .icon {
	display: block;
	padding: 0 20px 0 0;
	background: url(/static/sp/shared/images/icon/icn_expand_close.png) no-repeat right center;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
}
.box_expand_search_list .ttl_expand .close .icon {
	background-image: url(/static/sp/shared/images/icon/icn_expand_open.png);
}

/* list_expand */
.box_expand_search_list .list_expand {
	/*display: none;  初期状態：非表示 */
}

.box_expand_search_list .list_expand li {
	display: table;
	width: 100%;
	border-bottom: 1px solid #d3d8e3;
	font-weight: bold;
}

.box_expand_search_list .list_expand li label {
	background: #eceff4;
}

.box_expand_search_list .list_expand li a {
	display: table-cell;
	vertical-align: middle;
}

.box_expand_search_list .list_expand li .link_inner {
	display: block;
	padding: 18px 10px 17px;
	/*padding: 15px 10px;*/
}

.box_expand_search_list .list_expand li .icon {
	display: block;
	padding: 0 15px 0 0;
	background: url(/static/sp/shared/images/arr_link_blue.png) no-repeat right center;
	-moz-background-size: 8px 14px;
	-webkit-background-size: 8px 14px;
	background-size: 8px 14px;
}

.box_expand_search_list .list_expand li .total {
	font-size: 12px;
	color: #71819c;
}

/* リンクを含まない場合 */
.box_expand_search_list .list_expand li label.list_wrap {
	background: #ffffff;
	display: table;
	width: 100%;
	padding: 0;
	text-align: left;
}
.box_expand_search_list .list_expand li label.list_wrap .box_check,
.box_expand_search_list .list_expand li label.list_wrap .box_radio {
	display: table-cell;
	width: 40px;
	padding: 15px 0;
	text-align: center;
	background: #eceff4;
	vertical-align: middle;
}
.box_expand_search_list .list_expand li label.list_wrap .box_txt {
	display: table-cell;
	padding: 15px 10px;
	vertical-align: middle;
	color: #013b96;
}

/* ------------------------------------
	* mod_box_area
* ------------------------------------ */
.mod_box_area {
	padding: 15px 0;
	background: #ffffff;
	border-bottom: 2px solid #d3d8e3;
}

.mod_box_area .mod_btn_append a {
	border: 2px solid #ff48af;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
.mod_box_area_ipnx .mod_btn_append a {
	border: 2px solid #ff48af;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
.mod_box_area_ipnx .mod_btn_append_2btn a {
	border: 2px solid #ff48af;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
.mod_box_area .mod_btn_all:before {
	/*-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.mod_box_area .mod_btn_append_search {
	padding: 15px 22px 15px 24px;
}

.mod_box_area .mod_btn_append_search .icon {
	min-height: inherit;
	line-height: normal;
}

/* ボタンoffグレーバージョン */
.mod_box_area .mod_btn_append_off a {
	border: 2px solid #c6cad2;
	background: #fff;
}

.mod_box_area .mod_btn_append_off .icon {
	color: #c6cad2;
	background: url(/static/sp/shared/images/icon/icn_btn_search_disabled.png) no-repeat left center;
	background-size: 15px 15px;
		-moz-background-size: 15px 15px;
		-webkit-background-size: 15px 15px;
}

.mod_box_area .mod_btn_append_off {
	border-width: 0;
	border-color: #c6cad2;
	background-color: #fff;
}



/* --------------------------
	* mod_box_shop
* -------------------------- */
.mod_box_shop {
	padding: 15px 0 0 0;
}

.mod_box_shop .mod_btn_search_shop a {
	font-size: 14px;
}

/* ------------------------------------
	* フッター検索ボタン
* ------------------------------------ */
#contentMain {
	position: relative;
}

#fixedSearchBtn {
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100;
}

#fixedSearchBtn .mod_box_area {
	padding: 10px 0;
	background: #4d4d4d;
	border: none;
}

#fixedSearchBtn .mod_box_area_ipnx {
	padding: 15px 0 15px 0;
	background: #4d4d4d;
	border: none;
	position:relative;
	height:83px;
}

#fixedSearchBtn .mod_btn_append_search {
	padding: 5px 22px 5px 24px;
}


/*****************
# line_search
******************/
.line_search .sec_search_list_area {
	padding-bottom: 20px;
	border-bottom: 2px solid #D3D8E2;
}
.line_search .mod_ttl_bar_pink {
	border-bottom: 1px solid #d3d8e3;
	margin-bottom:0px
}
.line_search .mod_ttl_bar_grey,
.area_simple_type .mod_ttl_bar_grey {
	margin-bottom:0px
}
.line_search .ttl_expand,
.line .ttl_expand {
	/*padding-top: 14px;
	padding-bottom: 14px;*/
}

.line_search .list_line,
.area_simple_type .list_line {
	margin: 20px 0px;
	position: relative;
	overflow: hidden;
	*zoom: 1;
	text-align: center;
}
.line_search .list_line li,
.area_simple_type .list_line li {
	/*margin-right: 5px;
	float: left;*/
	display: inline-block;
	width: 70px;
}
.line_search .list_line a,
.area_simple_type .list_line a {
	background: url(/static/sp/shared/images/icon/arr_btn_khaki.png) no-repeat center 33px;
	padding-top: 13px;
	padding-bottom: 25px;
}


/*****************
# line
******************/
.line .box_head_search_list p {
	text-align: center;
}

.line .lead_search {
	background: #EFF2F4;
	margin: 10px;
	margin-top: 0px;
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
}
.line .lead_search li {
	display: inline-block;
	font-size: 11px;
	margin-right: 5px;
}
.line .lead_search li img {
	vertical-align: -33%;
	margin-right: 3px;
}
.line .lead_search li.icn_small img {
	vertical-align: -13%;
}

.line .list_search {
	padding-top: 10px;
	padding-bottom: 10px;
}

.line .list_search li {
	position: relative;
}

.line .list_search .box_list_search_inner {
	width: 300px;
	margin: 0 auto;
	background: url(/static/sp/area/images/line/line_bdr_route.gif) repeat-y;
	float: none;
	padding: 5px 0px;
	position: relative;
}
.line .list_search li.first_child .box_list_search_inner {
	background: url(/static/sp/area/images/line/line_bdr_route.gif) no-repeat 0px 35px;
}
.line .list_search li.last_child .box_list_search_inner {
	background-image: url(/static/sp/area/images/line/line_bdr_route.gif);
	background-repeat: no-repeat;
	background-position: 0 -35px;
}

.line .list_search .train_type {
	background: url(/static/sp/area/images/line/line_icn_localtrain.png) no-repeat 6px center;
	background-size: 12px 12px;
	min-height: 48px;
	height: 100%;
	width: 28px;
	float: left;
	display: block;
}
.line .list_search .train_type.express {
	background: url(/static/sp/area/images/line/line_icn_express.png) no-repeat 1px center;
	background-size: 22px 22px;
}
.line .list_search .train_type.highspeed {
	background: url(/static/sp/area/images/line/line_icn_highspeed.png) no-repeat 4px center;
	background-size: 16px 16px;
}
.line .list_search li label {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	width: 200px;
	background-color: #eff2f4;
	padding: 0px;
	float: left;
	display: block;
	margin-left: 5px;
	display: table;
	width: 210px;
}
.line .list_search li .box_check {
	display: table-cell;
	padding: 10px 0;
	vertical-align: top;
	width: 38px;
	text-align: center;
}
.line .list_search .mod_btn .table_cell {
	padding: 6px 12px 6px 10px;
	display: table-cell;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
	line-height: 1.3;
	width: 180px;
	height: 35px;
}
.line .list_search .mod_btn .table_cell img {
	margin-right: 5px;
	vertical-align: -20%;
}
.line .list_search .mod_btn .count {
	color: #71819c;
	font-size: 12px;
	margin-left: 5px;
}
.line .list_search .btn_right {
	width: 50px;
	display: inline-block;
	/*position: absolute;*/
	/*top: 5px;*/
	/*right: 0px;*/
	line-height: 1.3;
}
.line .list_search .btn_right .mod_btn_all_s {
	font-size: 12px;
}
.line .list_search .btn_right .mod_btn_khaki {
	border-color: #9b802e;
	color: #FFFFFF !important;
	background: #C1A14A;
	padding: 7px 7px;
}
.line .list_search .btn_right .mod_btn_khaki:before {
	border-color: #C9AF62 #A98E41 #A98E41 #C2A24D;
	border-width: 5px;
}
.line .list_search .btn_right .mod_btn_all_pink {
	padding: 15px 0px;
	border: 2px solid #FB49AE;
}

.line .ttl_related {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px 10px 10px;
}

.line .box_station_select {
	position: relative;
}

.line .mod_ttl_bar_grey {
	margin-bottom:0px
}

/*****************
# hope
******************/
.hope .box_head_search_list p {
	text-align: center;
	margin-top: -25px;
	padding-left: 35px;
}
.hope .box_expand_search_list .ttl_expand,
.hope .ttl_expand_none {
	/*padding-top: 15px;
	padding-bottom: 15px;*/
}
.hope .mod_box_area.bdr_none {
	padding-bottom: 0px;
	border-bottom-style: none;
}
.hope .mod_btn_append a {
	width: 206px;
}
.hope .mod_btn_append .icon {
	background-position:50px center;
}

/* area_select */
.hope .area_select {
	border-top: 3px solid #013b96;
}
.hope .area_select .ttl_area {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 10px;
}

/* hope_area_select */
.hope .hope_area_select {
	margin: 10px 10px 0 10px;
}
.hope .hope_area_select dt {
	background-color: #D3D8E2;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
.hope .hope_area_select dt.active {
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-ms-border-radius: 8px 8px 0 0;
	-o-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
.hope .hope_area_select dt .ttl_inner {
	padding: 15px 10px 15px 15px;
	font-size: 16px;
	font-weight: bold;
}
.hope .hope_area_select dt .icon {
	display: block;
	background-image: url(/static/sp/shared/images/icon/icn_expand_open.png);
	background-position: right center;
	background-repeat: no-repeat;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
}
.hope .hope_area_select dt.active .icon {
	background-image: url(/static/sp/shared/images/icon/icn_expand_close.png);
}
.hope .hope_area_select dd {
	padding: 15px 18px;
	border-left: 2px solid #D3D8E2;
	border-right: 2px solid #D3D8E2;
	border-bottom: 2px solid #D3D8E2;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-ms-border-radius: 0 0 8px 8px;
	-o-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}
.hope .hope_area_select dd li {
	margin-top: 4px;
}
.hope .hope_area_select dd li a {
	display: block;
}
.hope .hope_area_select dd li:first-child {
	margin-top: 0px;
}
.hope .hope_area_select dd li:before {
	content: "├";
	float: left;
	margin-right: 5px;
}
.hope .hope_area_select dd li:last-child:before {
	content: "└";
}

.hope .area_select .btn_all {
	margin: 10px 0 0 0;
}
.hope .area_select .btn_all .btn_inner {
	display: block;
	padding: 10px 5px;
}
.hope .area_select .btn_area {
	margin: 15px 10px 0px;
}
.hope .area_select .btn_area li.left {
	width: 48%;
	float: left;
}
.hope .area_select .btn_area li.right {
	width: 48%;
	float: right;
}
.hope .area_select .btn_area li .mod_btn_khaki {
	padding-top: 14px;
	padding-bottom: 15px;
}
.hope .area_select .btn_area li .mod_btn_khaki span {
	display: block;
	margin-right: 10px;
	margin-left: 10px;
}
.hope .area_select .btn_area li.left .mod_btn_khaki span {
	background-image:url(/static/sp/shared/images/arr_link_khaki_l.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 14px;
}
.hope .area_select .btn_area li.right .mod_btn_khaki span {
	background-image:url(/static/sp/shared/images/arr_link_khaki_r.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 14px;
}

/* base_select */
.hope .base_select {
	margin-top: 20px;
}
.hope .base_select dl {
	overflow: hidden;
	display: table;
	width:100%;
	clear: both;
	border-bottom: 1px solid #D3D8E2;
}
.hope .base_select dt {
	padding: 15px 10px;
	width: 30%;
	font-weight: bold;
	background: #EFF2F4;
	display: table-cell;
	vertical-align: top;
}
.hope .base_select dd {
	padding: 15px 10px;
	width: 70%;
	display: table-cell;
	vertical-align: top;
}
.hope .base_select dd select {
	-webkit-transform: scale(1, 1);
}
.hope .base_select dd .box_list_content {
}
.hope .base_select dd .mod_select_content {
	margin-bottom: 10px;
	margin-right: -100px;
}
.hope .base_select dd .mod_select_content:last-child {
	margin-bottom: 0px;
}
.hope .base_select dd ul.list_expand li {
	border-bottom: none;
}
.hope .base_select dd ul.bdr_top {
	border-top: 1px solid #D3D8E2;
	margin-top: 15px;
}
.hope .base_select dd ul.list_expand li label {
	width: auto;
	background: #fff;
	color: #013b96;
	text-align: left;
	padding-bottom: 0px;
}
.hope .base_select dd ul.list_expand li label input {
	margin-right: 10px;
	margin-left: 5px;
	vertical-align: -10%;
}
.hope .base_select dd ul.list_expand li label.pt0 {
	padding-top: 0px;
}
.hope .base_select dd ul.list_expand li label.pt5 {
	padding-top: 5px;
}
.hope .base_select dd ul.list_expand li label .and4_1 {
	margin: 10px 0 0 10px;
}

.checkbox_bg_color .box_expand_search_list .list_expand li label {
	background-color: #FFF;
	text-align: left;
	padding: 0px;
	vertical-align: middle;
	height: 49px;
	color: #013b96;
	background-image: url(/static/sp/area/images/bg_hope_input_check.png);
	background-repeat: repeat-y;
	background-position: left top;
	background-size: 40px 40px;
}
.checkbox_bg_color .box_expand_search_list .list_expand li label span {
	margin-right: 10px;
	vertical-align: 10%;
	text-align: center;
	display: inline-block;
	width: 40px;
}

.hope .base_select dd .list_btn_type {
	background: #D3D8E2;
	padding: 4px;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 15px;
	position: relative;
}
.hope .base_select dd .list_btn_type:after {
	border: 7px solid transparent;
	border-top-color: #D3D8E2;
	width: 0;
	height: 0;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -14px;
	margin-left: -8px;
	/*content: "▼";
	color: #D3D8E2;*/
}
.hope .base_select dd .list_btn_type li {
	display: inline-block;
	width: 31.5%;
}
.hope .base_select dd .list_btn_type li a {
	font-size: 10px;
	font-weight: normal;
	color: #111;
	padding-top: 40px;
	padding-bottom: 8px;
}
.hope .base_select dd .list_btn_type li.single a {
	background-image: url(/static/sp/shared/images/icon/icn_btn_single.png);
	background-position: center 8px;
	background-repeat: no-repeat;
	background-size: 13px 29px
}
.hope .base_select dd .list_btn_type li.single a.active {
	background-image: url(/static/sp/shared/images/icon/icn_btn_single_active.png);
}
.hope .base_select dd .list_btn_type li.double a {
	background-image: url(/static/sp/shared/images/icon/icn_btn_double.png);
	background-position: center 8px;
	background-repeat: no-repeat;
	background-size: 28px 29px
}
.hope .base_select dd .list_btn_type li.double a.active {
	background-image: url(/static/sp/shared/images/icon/icn_btn_double_active.png);
}
.hope .base_select dd .list_btn_type li.family a {
	background-image: url(/static/sp/shared/images/icon/icn_btn_family.png);
	background-position: center 8px;
	background-repeat: no-repeat;
	background-size: 40px 29px
}
.hope .base_select dd .list_btn_type li.family a.active {
	background-image: url(/static/sp/shared/images/icon/icn_btn_family_active.png);
}
.hope .base_select dd .list_btn_type li a.active {
	border-color: #ff48af;
	color: #fff;
	background-color: #ff48af;
}
.hope .base_select dd .list_btn_type li a.active:before {
	content: normal;
	border-color: #F535AF;
}

/* kodawari_select */
.hope .kodawari_select,
.hope .popular_select,
.hope .campaign_select {
	margin-top: 20px;
}

/* moreri_select */
.hope .more_select .img_bear {
	margin-top: 25px;
	text-align: center;
}
.hope .more_select .mod_ttl_bar_grey {
	background: #EFF2F4;
	border-bottom-color: #D3D8E2;
}

/* #contentFooter */
.hope #contentFooter .btn_clear {
	width: 210px;
	margin-right: auto;
	margin-left: auto;
}
.hope #contentFooter .btn_clear a {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 10px;
}


/*****************
# town
******************/
.town .box_head_search_list {
	border-bottom: 3px solid #013b96;
}
.town .box_head_search_list p {
	text-align: center;
	margin-bottom: -4px;
	position: relative;
	z-index: 5;
}


/*****************
# result_list
******************/
.btn_group_wrap {
	text-align: center;
	padding: 0px 10px 15px 10px;
}
.btn_group_wrap.position_bottom {
	padding: 0 10px;
}
.btn_group_wrap_inner {
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
.btn_group_wrap select {
	-webkit-transform: scale(1, 1);
}
.btn_group_wrap .btn_group {
	background: #FFF;
	padding: 10px;
}
.btn_group_wrap .btn_group a {
	display: inline-block;
	width: 48%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.btn_group_wrap .btn_group a:first-child {
	margin-right: 5px;
	color: #111;
}
.btn_group_wrap dl {
	margin-top: 10px;
	text-align: left;
	position: relative;
	display: table;
	width: 100%;
}
.btn_group_wrap.position_bottom dl {
	margin-top: 0px;
	margin-bottom: 10px;
}
.btn_group_wrap.position_bottom a:nth-of-type(1) {
	margin-right: 5px;
	color: #111;
}
.btn_group_wrap dl dt {
	width: 60px;
	display: table-cell;
	vertical-align: middle;
}
.btn_group_wrap dl dd {
	display: table-cell;
}
.btn_group_wrap .select_all {
	background: #ECFFE1;
	padding: 10px;
	text-align: left;
}
.btn_group_wrap .select_all label {
	display: table;
	width: 100%;
	padding: 10px 0;
}
.btn_group_wrap .select_all label .box_check {
	display: table-cell;
	width: 46px;
	text-align: center;
	vertical-align: middle;
}
.btn_group_wrap .select_all label .box_check .and4_1 {
	margin: 10px 0 0 10px;
}
.btn_group_wrap .select_all label .box_txt {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

.sec_article_info_area .ttl_search_list {
	padding: 15px 10px 15px 8px;
	color: #000000;
	border-top: 3px solid #013b96;
	font-size: 16px;
	font-weight: bold;
}

/* 20141107 */
.sec_article_info_area a{display: block}
.sec_article_info_area a:link { color: #000; }
.sec_article_info_area a:visited { color: #000; }
.sec_article_info_area a:hover { color: #000; }
.sec_article_info_area a:active { color: #000; }

.article_outline {
	padding: 15px 10px;
	padding-top: 0px;
}

.article_outline .pic_room {
	width: 102px;
	float: left;
	margin-right: 10px;
}
.article_outline .pic_room p {
	border: 1px solid #E2E2E2;
	padding: 2px;
	width: 100px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.article_outline .pic_room p img {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.article_outline .txt_supplement {
	float: lrft;
}
.article_outline .txt_supplement .type {
	display: inline-block;
	padding: 3px 12px;
	color: #ffffff;
	background: #013b96;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	font-size: 10px;
	font-weight: normal;
}
.article_outline .txt_supplement li {
	margin-top: 5px;
}
.article_outline .txt_supplement li span {
	font-size: 16px;
	font-weight: bold;
	color: #ff48b0;
}
.article_outline .walking_time {
	margin-top: 10px;
	padding: 8px 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #ede4c7;
	font-size: 12px;
	line-height: 1.6;
}
.article_outline .walking_time li:before {
	content: "●";
}




.result_list #contentMain {
	border-bottom: 2px solid #d3d8e3;
}

.pagenate_nav {
	/*margin: 15px 10px;*/
	margin: 15px auto;
	text-align: center;
	width: 340px;
}
@media screen and (max-width: 360px) {
.pagenate_nav {
	margin: 15px 10px;
	width: auto;
}
}
.pagenate_nav a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pagenate_nav .btn_prev {
	float: left;
	width: 50px;
}
.pagenate_nav .btn_next {
	float: right;
	width: 50px;
}
.pagenate_nav .page_none a {
	color: #C6CAD1;
	border-color: #C6CAD1;
}
.pagenate_nav .page_none a:before {
	content: normal;
}

.pagenate_nav .page_num {
	padding-top: 3px;
}
.pagenate_nav .page_num li {
	font-weight: bold;
	color: #0A3F94;
	display: inline-block;
}
.pagenate_nav .page_num li a {
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: underline;
}
.pagenate_nav .page_num li span {
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	color: #FF48AF;
}
.result_list .btn_contact {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
.result_list .btn_contact a {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.result_list .btn_contact a:after {
	display: block;
	content: "";
	background-image: url(/static/sp/area/images/bg_result_btn_contact.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 50px 40px;
	width: 50px;
	height: 40px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.result_list #fixedSearchBtn .mod_box_area {
	text-align: center;
}
#fixedSearchBtn .mod_box_area_ipnx {
	text-align: center;
}
.result_list #fixedSearchBtn a {
	width: 145px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 13px;
}
.result_list #fixedSearchBtn .mod_box_area_ipnx a {
	width: 45%;
	padding-top: 17px;
	padding-bottom: 17px;
	font-size: 15px;
}
.result_list #fixedSearchBtn .off a {
	border-color: #C6CAD1;
	background-color: #FFFFFF;
	color: #72819B;
}
.result_list #fixedSearchBtn .off a:before {
	border-color: #FFFFFF;
}
.result_list #fixedSearchBtn a:first-child {
	margin-right: 10px;
}


/*------------------------------------
* sec_detail_otherroom
* ------------------------------------ */
.sec_detail_otherroom {
	margin-bottom: 20px;
	border-top: 1px solid #b5b5b5;
}
.sec_detail_otherroom .box_otherroom {
	display: table;
	width: 100%;
}
.sec_detail_otherroom .box_otherroom .inner_cell {
	display: table-cell;
}
.sec_detail_otherroom .box_otherroom .box_expand_inner {
	text-align: center;
	vertical-align: middle;
	width: 40px;
	background: #ECFFE1;
}
.sec_detail_otherroom .box_otherroom .box_expand_inner.active {
	background: #FEDEF0;
}
.sec_detail_otherroom .box_otherroom .inner_cell .and4_1 {
	margin: 10px 0 0 10px;
}

.sec_detail_otherroom .box_otherroom.post_exit .inner_cell {
	background: #EEE;
}
.sec_detail_otherroom .box_otherroom.post_exit .box_expand_inner label {
	display: none;
}

/* box_otherroom */
.sec_detail_otherroom .box_otherroom {
	border-bottom: 1px solid #b5b5b5;
}

.sec_detail_otherroom .box_otherroom .link_inner {
	padding: 12px 15px 10px 15px;
}

/* list_otherroom */
.sec_detail_otherroom .list_otherroom {
	padding: 0 20px 0 0;
	background: url(/static/sp/shared/images/arr_link_blue.png) no-repeat right center;
	background-size: 8px 14px;
		-moz-background-size: 8px 14px;
		-webkit-background-size: 8px 14px;
}
.sec_detail_otherroom .post_exit .list_otherroom {
	background: url();
}

.sec_detail_otherroom .list_otherroom .txt_otherroom {
	font-size: 14px;
	color: #111111;
	line-height: 1.4;
}

.sec_detail_otherroom .list_otherroom .detail_equipment {
	margin: 10px 0 0 0;
	text-align: left;
}
.sec_detail_otherroom .list_otherroom .detail_equipment li {
	padding: 0 6px 5px 0;
	float: left;
}

/* link_campaign */
.sec_detail_otherroom .link_campaign {
	display: table;
	width: 100%;
	margin: 10px 0 0 0;
}
.sec_detail_otherroom .link_campaign .pic_campaign {
	display: table-cell;
	width: 66px;
	vertical-align: middle;
}
.sec_detail_otherroom .link_campaign .pic_campaign img {
	width: 66px;
}
.sec_detail_otherroom .link_campaign .txt_campaign {
	display: table-cell;
	padding: 0 0 0 10px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6;
	color: #013b96;
}

/* status */
.sec_detail_otherroom .status {
	padding: 0 0 3px 0;
}
.sec_detail_otherroom .status .txt_visited,
.sec_detail_otherroom .status .txt_end {
	float: right;
	margin: 0 0 0 10px;
	padding: 4px 15px;
	border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	background: #853abb;
	font-size: 10px;
	color: #ffffff;
}
.sec_detail_otherroom .status .txt_end {
	background: #DD2A51;
}

/* link_more */
.sec_detail_otherroom .link_more {
	background: #eff2f4;
	/*border-top: 1px solid #b5b5b5;*/
	border-bottom: 1px solid #b5b5b5;
	font-weight: bold;
	text-align: center;
}

.sec_detail_otherroom .link_more .link_inner {
	display: block;
	padding: 8px 10px;
}

.sec_detail_otherroom .link_more .icon {
	display: block;
	padding: 10px 0;
	background: url(/static/sp/shared/images/arr_link_blue.png) no-repeat right center;
	background-size: 8px 14px;
	-moz-background-size: 8px 14px;
	-webkit-background-size: 8px 14px;
}
.sec_detail_otherroom .detail_equipment li img {
	width: 95px;
}


/*****************
# area_simple_type
******************/
.area_simple_type header#header .header_inner {
	color: #FFF;
	background: #0A3F94;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 16px;
}
.area_simple_type header#header .header_inner h1 {
	font-size: 16px;
	font-weight: bold;
}
.area_simple_type header#header .header_inner .btn_back {
	font-size: 16px;
	font-weight: bold;
	color: #124292;
	background: #E7E8EC url(/static/sp/shared/images/arr_link_blue_l.png) no-repeat 8px center;
	background-size: 8px 14px;
	position: absolute;
	width: 65px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	padding-top: 8px;
	padding-bottom: 9px;
	padding-left: 10px;
	left: 10px;
	top: 8px;
}
.area_simple_type .ttl_expand.none_label {
	/*padding: 15px 0px;*/
}
.area_simple_type .list_line {
	margin-top:  0px;
}


/*****************
# area_change
******************/
.area_change .mod_btn_append a {
	width: 205px;
}
.area_change .mod_btn_append_search .icon {
	display: inline-block;
}


/* ------------------------------------
	* modal window
* ------------------------------------ */
/* area_modal_common */
.mod_modal .announce {
	font-size: 16px;
	font-weight: bold;
	padding: 17px 10px;
	border-bottom: 1px solid #E5E8EE;
	line-height: 1.3;
}
.mod_modal .announce strong {
	color: #FB49AE;
}
.mod_modal .modal_close {
	background: #EFF2F4;
	text-align: center;
	padding: 15px;
	margin-top: 20px;
	font-weight: bold;
	color: #013b96;
	border-bottom: 2px solid #dadadb;
}
.mod_modal .modal_close img {
	vertical-align: -5%;
	margin-left: 5px;
}

/* box_modal_line */
.box_modal_line {
	background-color: #ffffff;
	top: 60px;
}


/*****************
# #contentMain_zero
******************/
#contentMain_zero {
	max-width: 340px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -15px;
}
#contentMain_zero .result_zero {
	border: 3px solid #ff48af;
	padding: 18px;
	background-color: #FFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 96px 98px;
}
#contentMain_zero .result_zero p {
	font-size: 14px;
	font-weight: bold;
	color: #ff48af;
	line-height: 1.4;
}


/*****************
# clearfix
******************/
.line .list_search li,
.hope .area_select .btn_area,
.hope .base_select dl,
.result_list .btn_group_wrap dl {
	zoom:1;
}
.line .list_search li:after,
.hope .area_select .btn_area:after,
.hope .base_select dl:after,
.result_list .btn_group_wrap dl:after {
	content: "";
	display: block;
	clear: both;
}


/* 追加 141106*/
/* ------------------------------------
	* modal window
* ------------------------------------ */
.wrapper_mod_modal .mod_modal {
	width: 300px;
	box-shadow: 0 5px 0 rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	border-radius: 10px;
}

/* --------------------------
	* box_modal_studylist
* -------------------------- */
.box_modal_studylist {
	background: #f9d129;
	border: 3px solid #000000;
	top: 55px;
}
.box_modal_studylist .box_inner {
	padding: 3px 5px 5px 5px;
}
.box_modal_studylist .ttl_modal {
	display: table;
	margin: 0 auto;
	padding: 12px 5px 8px 30px;
	font-size: 16px;
	font-weight: bold;
	background: url(/static/sp/area/images/icn_modal_studylist_add.png) no-repeat left center;
	background-size: 23px 21px;
		-moz-background-size: 23px 21px;
		-webkit-background-size: 23px 21px;
}
.box_modal_studylist dl {
	text-align: center;
}
.box_modal_studylist dl img {
	width: 267px;
}
.box_modal_studylist dl dt {
	padding: 3px 0;
	background: #ffffff;
	border-bottom: 1px solid #d8dade;
}
.box_modal_studylist dl dd {
	padding: 8px 0;
	background: #b9effe;
}

/* --------------------------
	* box_modal_savesearch
* -------------------------- */
.box_modal_savesearch {
	background: #f9d129;
	border: 3px solid #000000;
	top: 55px;
}

.box_modal_savesearch .box_inner {
	padding: 3px 5px 5px 5px;
}
.box_modal_savesearch .ttl_modal {
	display: table;
	margin: 0 auto;
	padding: 12px 5px 8px 30px;
	font-size: 16px;
	font-weight: bold;
	background: url(/static/sp/area/images/icn_modal_savesearch_add.png) no-repeat left center;
	background-size: 23px 25px;
		-moz-background-size: 23px 25px;
		-webkit-background-size: 23px 25px;
}
.box_modal_savesearch dl {
	display: block !important;
	margin-top: 0px !important;

	text-align: center !important;
}
.box_modal_savesearch dl dt img {
	width: 267px;
}
.box_modal_savesearch dl dt {
	display: block !important;

	width: 284px !important;
	padding: 3px 0;
	background: #ffffff;
	border-bottom: 1px solid #d8dade;
}
.box_modal_savesearch dl dd {
	display: block !important;

	/*padding: 8px 0;*/
	background: #b9effe;
}

.box_modal_savesearch dl dd img{
	width: 284px;
}



/* 追加 141007*/
.list_search .box_list_search_inner .wrap_tag {
	display: table;
}
.list_search .box_list_search_inner .wrap_tag .mod_btn,
.list_search .box_list_search_inner .wrap_tag .btn_wrap {
	display: table-cell;
}
.list_search .box_list_search_inner .wrap_tag .mod_btn {
	width: 172px;
}
.line .list_search li label {
	width: 267px;
}
.line .list_search li label {
	background-color: transparent;
}
.line .list_search li .box_check {
	background-color: #eff2f4;
	border-radius: 8px 0 0 8px;
}
.list_search .box_list_search_inner .wrap_tag .btn_wrap {
	width: 50px;
	position: relative;
	top: 0;
	left: 7px;
}
.list_search .box_list_search_inner .wrap_tag .btn_wrap .btn_right:last-child {
	margin-bottom: 0;
}
.line .list_search .btn_right {
	position: relative;
	margin-bottom: 5px;
}
.line .list_search li .box_check {/*チェックアイコンの位置*/
	vertical-align: middle;
}
/*路線の水色の線*/
.line .list_search .box_list_search_inner,
.line .list_search li.first_child .box_list_search_inner {
	background-size: 24px 125px;
}
.line .list_search li.last_child .box_list_search_inner {
	background-position: 0 -95px;
}





div#contentHeader .box_head_search_list,
#contentMain,
.line .list_search li {
	position: static;
}

#containerWrapper.line .box_expand_search_list .box_station_select {
	display: none;
}

/* add 20150911 */
.btn_group_wrap .btn_group .only_one_btn {
	width: 100%;
}
.hope .area_select .btn_area li.left.only_one_btn {
	width: 100%;
}
.schoolname_area_select {
	margin: 10px 10px 0 10px;
}
.hope .schoolname_area_select dt .ttl_inner {
	padding: 15px 10px 15px 15px;
	font-size: 16px;
	font-weight: bold;
	background-color: #e6e8ec;
	border-radius: 5px;
}
