@charset "UTF-8";

/*
*******************************************************************************************************
# サブエリア共通スタイル - compiled from sub_box.scss
*******************************************************************************************************
*/

/* ------------------------------------
	* mod_box_sub
* ------------------------------------ */
div#wrapper {
	margin-top: -6px;
	padding-top: 6px;
	overflow: hidden;
	*zoom: 1;
}

#contentSubColumn .btn_save .mod_btn_all {
	padding-top: 19px;
	padding-bottom: 19px;
	padding-left: 60px;
	font-size: 18px;
	text-align: left;
}

#contentSubColumn .btn_save .mod_btn_all:hover {
	color: #111;
}

* html #contentSubColumn .btn_save .mod_btn_all {
	width: 222px;
}

*:first-child + html #contentSubColumn .btn_save .mod_btn_all {
	width: 222px;
}

#contentSubColumn .bear_save {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 63px;
	height: 65px;
	background-image: url(/static/shared/images/sub_box/bear_save.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#contentSubColumn .btn_consult {
	margin-top: 10px;
}

#contentSubColumn .btn_consult .mod_btn_all {
	padding-top: 15px;
	padding-bottom: 15px;
}

/*add 141112*/
#contentSubColumn .btn_easyrequest {
	margin-top: 24px;
	margin-bottom: 30px;
}
#contentSubColumn .btn_easyrequest a img:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#contentSubColumn .bnr_cp {
	margin-top: 24px;
	margin-bottom: 30px;
}
#contentSubColumn .bnr_cp a img:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#contentSubColumn .btn_research {
	border-bottom: 1px solid #f1b1d5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	margin: 18px -12px;
	margin-bottom: 0px;
	padding: 14px 12px;
	position: relative;
	background-color: #ffc4e5;
}

#contentSubColumn .btn_research:after {
	margin-left: -8px;
	border: 8px solid transparent;
	border-bottom-color: #ffc4e5;
	position: absolute;
	left: 50%;
	top: -16px;
	width: 0;
	height: 0;
	content: "";
}

#contentSubColumn .btn_research .mod_btn_all {
	padding-top: 17px;
	padding-bottom: 17px;
}

.mod_box_sub {
	margin-top: 20px;
	border: 6px solid #d4d6d9;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	width: 228px;
	overflow: hidden;
	background-color: #fff;
}

.mod_box_sub:first-child {
	margin-top: 0px;
}

.mod_box_sub .box_title {
	position: relative;
}

.mod_box_sub .box_title a {
	position: relative;
	display: block;
	text-decoration: none;
	cursor: pointer;
}

.mod_box_sub .ttl_sub, .mod_box_sub .ttl_sub_icon {
	padding: 15px 0;
	padding-left: 14px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
	color: #fff;
	background-color: #013b96;
	background-repeat: no-repeat;
	font-size: 16px;
}

.mod_box_sub .ttl_sub_icon {
	padding-left: 58px;
}

.mod_box_sub .ttl_shop {
	background-image: url(/static/shared/images/icon/icn_shop.png);
	background-position: 3px 4px;
}

.mod_box_sub .ttl_area {
	background-image: url(/static/shared/images/icon/icn_area.png);
	background-position: 7px 4px;
}

.mod_box_sub .ttl_station {
	background-image: url(/static/shared/images/icon/icn_station.png);
	background-position: 11px 6px;
}

.mod_box_sub .ttl_basic {
	background-image: url(/static/shared/images/icon/icn_basic.png);
	background-position: 11px 4px;
}

.mod_box_sub .list_text li {
	padding: 16px 14px 12px;
	border-top: 1px solid #e3e3e3;
}

.mod_box_sub .list_text li:first-child {
	border-top: none;
}

.mod_box_sub .btn_action {
	padding-top: 10px;
	padding-bottom: 11px;
	border-top: 1px solid #e3e3e3;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
	display: block;
	background-color: #eff2f4;
	text-align: center;
	cursor: pointer;
}

.mod_box_sub .list_btn_action {
	overflow: hidden;
	*zoom: 1;
}

.mod_box_sub .list_btn_action li {
	float: left;
}

.mod_box_sub .list_btn_action li.left {
	width: 114px;
}

/* add nak 20151122 */
.mod_box_sub .list_btn_action li.left.non {
	float: none;
	width: auto;
}

.mod_box_sub .list_btn_action li.left .btn_action {
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}

.mod_box_sub .list_btn_action li.right {
	border-left: 1px solid #e3e3e3;
	width: 113px;
}

.mod_box_sub .list_btn_action li.right .btn_action {
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.mod_box_sub .icn {
	position: absolute;
	right: 10px;
	top: 15px;
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background-image: url(/static/shared/images/icon/icn_plusminus.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 100%;
	white-space: nowrap;
}

.mod_box_sub .icn_minus {
	background-position: 0px -16px;
}

.mod_box_sub .icn_plus {
	background-position: 0px 0px;
}

.mod_box_sub .box_content {
	padding: 16px 14px;
	position: relative;
	*zoom: 1;
}
.mod_box_sub .list_text,
.mod_box_sub .basic_content,
.mod_box_sub .narrow_content,
.mod_box_sub .campaign_content {
	position: relative;
	*zoom: 1;
}

.mod_box_sub .mod_list_input {
	padding: 3px 0;
}
.mod_box_sub .mod_list_input.list_flex {
	display: flex;
}

.mod_box_sub .mod_list_input li {
	margin-top: 9px;
	padding-right: 0px;
	width: 100%;
}

.mod_box_sub .mod_list_input:not(.list_flex) li:first-child {
	margin-top: 0;
}
.mod_box_sub .mod_list_input.list_checkbox2 li:nth-child(2) {
	margin-top: 0;
}

* html .mod_box_sub .mod_list_input li {
	margin-top: 5px;
}

*:first-child + html .mod_box_sub .mod_list_input li {
	margin-top: 5px;
}

.mod_box_sub .ttl_arealine {
	margin-bottom: 8px;
	line-height: 1.3;
	font-weight: bold;
}

.mod_box_sub .list_arealine {
	line-height: 1.3;
	position: relative;
	*zoom: 1;
}

.mod_box_sub .list_arealine li {
	margin: 8px 0;
	padding-left: 28px;
	background-image: url(/static/shared/images/icon/icn_arealine.png);
	background-repeat: no-repeat;
	background-position: 14px 0px;
}

.mod_box_sub .list_arealine li.last {
	background-image: url(/static/shared/images/icon/icn_arealine_last.png);
}

.mod_box_sub .box_dot {
	border-bottom: 2px dotted #ccc;
	margin-top: 24px;
	margin-bottom: 20px;
	padding-bottom: 12px;
}

.mod_box_sub .list_btn_type {
	margin-right: -10px;
	margin-bottom: 20px;
	overflow: hidden;
	*zoom: 1;
}

.mod_box_sub .list_btn_type li {
	margin-right: 10px;
	float: left;
	width: 60px;
}

* html .mod_box_sub .list_btn_type li {
	margin-right: 6px;
	width: 56px;
	height: 24px;
}

*:first-child + html .mod_box_sub .list_btn_type li {
	width: 56px;
}

.mod_box_sub .list_btn_type li .mod_btn {
	padding: 17px 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

* html .mod_box_sub .list_btn_type li .mod_btn {
	width: 56px;
	height: 24px;
}

*:first-child + html .mod_box_sub .list_btn_type li .mod_btn {
	width: auto;
}

.mod_box_sub .list_btn_type li .active {
	border-color: #ff48af;
	background-color: #ff48af;
}

.mod_box_sub .list_btn_type li .active:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mod_box_sub .list_btn_type li .active:before {
	content: normal;
}

.mod_box_sub .list_btn_type li span {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

* html .mod_box_sub .list_btn_type li span {
	text-indent: -9999px;
}

.mod_box_sub .list_btn_type .single .mod_btn {
	background-image: url(/static/shared/images/icon/icn_btn_single.png);
}

.mod_box_sub .list_btn_type .single .active {
	background-image: url(/static/shared/images/icon/icn_btn_single_active.png);
}

.mod_box_sub .list_btn_type .double .mod_btn {
	background-image: url(/static/shared/images/icon/icn_btn_double.png);
}

.mod_box_sub .list_btn_type .double .active {
	background-image: url(/static/shared/images/icon/icn_btn_double_active.png);
}

.mod_box_sub .list_btn_type .family .mod_btn {
	background-image: url(/static/shared/images/icon/icn_btn_family.png);
}

.mod_box_sub .list_btn_type .family .active {
	background-image: url(/static/shared/images/icon/icn_btn_family_active.png);
}

.mod_box_sub .list_checkbox2 li {
	padding-right: 0px;
	float: left;
	width: 50%;
}

.mod_box_sub .list_checkbox2 li:first-child {
	float: none;
	width: 100%;
}

.mod_box_sub .box_append {
	margin-top: 22px;
	margin-bottom: 23px;
	padding: 15px 24px 9px;
	position: relative;
	background-color: #eff2f4;
}

.mod_box_sub .box_append:after {
	margin-left: -8px;
	border: 8px solid transparent;
	border-bottom-color: #eff2f4;
	position: absolute;
	left: 50%;
	top: -16px;
	width: 0;
	height: 0;
	content: "";
}

.mod_box_sub .box_append .mod_list_input {
	color: #013b96;
	font-size: 16px;
	font-weight: bold;
}

.mod_box_sub .box_append .mod_checkbox {
	top: 0;
}
.mod_box_sub .box_append .mod_checkbox.disabled {
	background-position: 0 -156px;
}
.mod_box_sub .box_append .mod_list_input .mod_btn_disabled label {
	cursor: default;
}
.mod_box_sub .box_append .mod_list_input .mod_btn_disabled label .mod_checkbox {
	top: -8px;
}

.mod_box_sub .mod_checked .mod_list_input {
	color: #ff48af !important;
}

.mod_box_sub .mod_checked:after {
	border-bottom-color: #ffdef1;
}

/* ------------------------------------
	* mod_box_area_child
* ------------------------------------ */
.mod_box_area_child {
	margin-top: 1px;
}

.mod_box_area_child .box_ttl_child {
	position: relative; background-color: rgb(239, 242, 244);
}

.mod_box_area_child .box_ttl_child a {
	padding: 6px 10px;
	padding-right: 24px;
	position: relative;
	display: block;
	color: #111;
	text-decoration: none;
	cursor: pointer;
	width: 166px;
}

.mod_box_area_child .ttl_area_child {
	line-height: 1.3;
}

.mod_box_area_child .icn {
	right: 6px;
	top: 6px;
}

.mod_box_area_child .icn_minus {
	background-position: 0px -48px;
}

.mod_box_area_child .icn_plus {
	background-position: 0px -32px;
}

/* ------------------------------------
	* mod_box_sub_apaman
* ------------------------------------ */
.mod_box_sub_apaman {
	margin-top: 30px;
	width: 240px;
}

.mod_box_sub_apaman .box_content {
	margin-bottom: 18px;
	padding: 14px;
	padding-bottom: 18px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	background-color: #fff;
}

.mod_box_sub_apaman .ttl_shop {
	margin: 0 -10px;
	margin-top: -10px;
	padding: 8px 0px;
	-moz-border-radius-topleft: 16px;
	-webkit-border-top-left-radius: 16px;
	border-top-left-radius: 16px;
	-moz-border-radius-topright: 16px;
	-webkit-border-top-right-radius: 16px;
	border-top-right-radius: 16px;
	color: #fff;
	background-color: #378900;
	text-align: center;
}

.mod_box_sub_apaman .wrapper_shop {
	padding: 0 6px;
}

.mod_box_sub_apaman .box_shop {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 2px dotted #ccc;
	line-height: 1.5;
}

.mod_box_sub_apaman .box_shop:first-child {
	margin-top: 0;
	border-top: none;
}

.mod_box_sub_apaman .box_shop .name span {
	display: block;
	font-size: 20px;
	font-weight: bold;
}

.mod_box_sub_apaman .box_shop .pic {
	margin-top: 16px;
	margin-bottom: 10px;
	text-align: center;
}

.mod_box_sub_apaman .box_shop .pic img {
	padding: 2px;
	border: 1px solid #c4c4c4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.mod_box_sub_apaman .box_shop .tel {
	line-height: 1.1;
	color: #FF48AF;
	font-size: 24px;
	font-weight: bold;
}

.mod_box_sub_apaman .box_shop .tel span {
	padding: 0px 6px;
	padding-top: 2px;
	padding-bottom: 1px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	color: #fff;
	background-color: #378900;
	font-size: 16px;
}

.mod_box_sub_apaman .box_shop .list_detail {
	margin-top: 8px;
	margin-bottom: 14px;
}

.mod_box_sub_apaman .box_shop .list_detail .shop_number {
	color: #378900;
}

.mod_box_sub_apaman .mod_link_apaman {
	font-size: 16px;
}

/* ------------------------------------
	* mod_box_sub_child
* ------------------------------------ */
.mod_box_sub_child select {
	width: 100%;
}

.mod_box_sub_child .ttl_sub_child {
	padding: 12px 14px;
	border-bottom: 1px solid #92a0b7;
	color: #fff;
	background-color: #71819c;
	font-size: 16px;
}

.mod_box_sub_child .icn_minus, .mod_box_sub_child .icn_plus {
	top: 12px;
}
.mod_box_sub_child .icn {
	background-image: url(/static/shared/images/icon/icn_plusminus.gif);
}
.mod_box_sub_child .icn_minus {
	background-position: 0 -80px;
}
.mod_box_sub_child .icn_plus {
	background-position: 0 -64px;
}

.mod_box_sub_child .list_select li {
	margin-top: 10px;
}

.mod_box_sub_child .list_select li:first-child {
	margin-top: 0;
}

.mod_box_sub.shuhen .list_select {
	margin-top: 10px;
}
.mod_box_sub.shuhen .list_select select {
	width: 100%;
}

/* ------------------------------------
	* appendContainerWrapper
* ------------------------------------ */
div#container {
	padding-bottom: 160px;
}

* html div#container {
	padding-bottom: 80px;
}

div#appendContainerWrapper {
	padding: 16px 0px;
	position: absolute;
	bottom: 150px;
	height: 46px;
}

div#appendContainerWrapper div#appendContainer {
	padding-bottom: 0px;
}

div#appendContainerWrapper .mod_btn_research {
	padding-left: 32px;
	border-right: 2px dotted #ccc;
	float: left;
	width: 250px;
}

div#appendContainerWrapper .mod_btn_research .mod_btn_all {
	padding-top: 8px;
	padding-bottom: 8px;
	width: 200px;
}

div#appendContainerWrapper .mod_btn_append {
	margin-top: 0;
	overflow: hidden;
}

div#appendContainerWrapper .mod_btn_append .text {
	font-weight: normal;
}

div#appendContainerWrapper .mod_btn_append .mod_btn_all {
	padding-top: 11px;
	padding-bottom: 11px;
	width: 200px;
	vertical-align: middle;
	font-size: 16px;
}

#contentSubColumn section.mod_box_sub_btn_search p.btn_research {
	background-color: #fff;
	width: 80%;
	height: 80%;
	margin-top: 0px;
	padding-top: 0px;
}

#contentSubColumn section.mod_box_sub_btn_search p.btn_research:after{
    border: none
}

