@charset "UTF-8";

.sp-next-arrow:after,
.sp-next-arrow:before,
.sp-previous-arrow:after,
.sp-previous-arrow:before
{
	background-color: #ccd !important;
}

@media only screen and (max-width: 991px) {
	.detail_maps_area .f_right,
	.detail_maps_area .f_left
	{
		float:none;
		
	}
	.detail_maps_area .f_left #gmap,
	.detail_maps_area .f_right #gsvp
	{
		width:100% !important;
	}
	#gmap-env-controls
	{
		border:0;
	}
	#gmap-env-controls li
	{
		display:inline-block;
	}
}

.station_list
{
	border:1px solid #ccc;
	padding:3px 5px;
	margin-right:4px;
	white-space: nowrap;
}
.line_list
{
	margin-left:10px;
	margin-right:3px;
	white-space: nowrap;
}
.sc_joken li
{
	line-height:40px;
}
.sc_table_box
{
}
.sc_list_cell
{
	border-top:1px solid #888;
	border-left:1px solid #888;
	border-right:1px solid #888;
	
}
.checkbox_pnl
{
	width:30px;
	min-height:50px;
	top:0;
	left:0;
	bottom:0;
	position:absolute;
	border-right:1px solid #888;
	background-color:#ddd;
}
.sc_list_panel
{
	margin-left:15px;
}
input[type="checkbox"].center_checkbox
{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;

	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
.sc_table_bottom
{
	border-bottom:1px solid #888;
}
img.sc_list_image
{
	width:70px;
	height:70px;
	border:1px solid #ccc;
	padding:1px;
	margin:3px;
	float:left;
	margin-bottom:20px;
}
.sc_detail_bt
{
	position:absolute;
	margin:3px;
	bottom:0;
	width:70px;
}

.sc_title
{
	font-weight:bold;
	font-size:120%;
	color:#336
}

@media only screen and (max-width: 767px) {
	.sc_arrow
	{
		margin:0 0px;
	}
}
@media only screen and (min-width: 768px) {
	.sc_arrow
	{
		margin:0 15px;
	}
}

.foot_btn_area
{
	position:fixed;
	z-index:99;
	left:0;
	right:0;
	bottom:0;
	height: 50px;
	background-color: rgba(0,0,0,0.8);
	padding-top: 6px;
	text-align: center;
}

/* simple mapの対応 */
/*#g-map .simplemap img{max-width:100% !important;height:auto !important;margin:9px 11px 13px !important;}*/
#g-map .simplemap img{max-width:100% !important;height:auto !important;}
.simplemap .simplemap-content{display:none;}