@charset "utf-8";
/* ===================================================================
CSS information
 file name  :shop.css
 author     :Ability Consultant
=================================================================== */
/* -----------------------------------------------------------
	h2
----------------------------------------------------------- */
#shop h2 span{
	background: url(../shop/images/tit_shop.png) left center no-repeat;
}

/* -----------------------------------------------------------
	.nav_shop
----------------------------------------------------------- */
#shop .nav_shop{
	overflow: hidden;
	border-left: 1px solid #8a8a8a;
	margin-bottom: 15px;
}
#shop .nav_shop li{
	float: left;
	width: 50%;
}
#shop .nav_shop li a{
	display: block;
	padding: 0.5em 0;
	text-align: center;
	background: #c0bebe;
	border-right: 1px solid #8a8a8a;
	text-decoration: none;
}
#shop .nav_shop li a.active{
	background: #0e70b8;
	color: #fff;
}

/* -----------------------------------------------------------
	.con_shop
----------------------------------------------------------- */
#shop .con_shop{
	margin-bottom: 20px;
}
#shop .con_shop .con_tit{
	color: #fff;
	padding: 1em;
	overflow: hidden;
	background: #0a89df;
background: -moz-linear-gradient(top,  #0a89df 2%, #036fb8 25%, #125c8d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#0a89df), color-stop(25%,#036fb8), color-stop(100%,#125c8d));
background: -webkit-linear-gradient(top,  #0a89df 2%,#036fb8 25%,#125c8d 100%);
background: -o-linear-gradient(top,  #0a89df 2%,#036fb8 25%,#125c8d 100%);
background: -ms-linear-gradient(top,  #0a89df 2%,#036fb8 25%,#125c8d 100%);
background: linear-gradient(to bottom,  #0a89df 2%,#036fb8 25%,#125c8d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a89df', endColorstr='#125c8d',GradientType=0 );
}
#shop .con_shop .con_tit p{
	font-size: x-small;
	letter-spacing: -1px;
}
#shop .con_shop .con_tit .left{
	width: 50%;
	text-align: center;
}
#shop .con_shop .con_tit .left h3{
	font-size: medium;
}
#shop .con_shop .con_tit .left h3 span{
	font-size: x-large;
}
#shop .con_shop .con_tit .right{
	width: 40%;
}

/* -----------------------------------------------------------
	.con_map
----------------------------------------------------------- */
#shop .con_map{
	margin-bottom: 20px;
}
#shop #gmap{
	width: 100%;
	height: 200px;
	margin-bottom: 1em;
}
#shop .con_map p.lnk_plus a {
	background: url("../shop/images/ic_plus.png") no-repeat left center;
	padding-left: 15px;
}
/* -----------------------------------------------------------
	.con_info
----------------------------------------------------------- */
#shop .con_info{
	margin-bottom: 20px;
}
#shop .con_info table{
	width: 100%;
}
#shop .con_info table th.name{
	 background: #3B8FC8;
	color: #FFFFFF;
}

/* -----------------------------------------------------------
	.btn_pcsite
----------------------------------------------------------- */
#shop .btn_pcsite{
	width: 98%;
	margin: 10px auto 20px;
	border: 1px solid #d6d6d6;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 5px 6px -6px #777;
	background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(247,247,247,1) 35%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(35%,rgba(247,247,247,1)), color-stop(100%,rgba(237,237,237,1)));
}
#shop .btn_pcsite a{
	text-align: center;
	padding: 1em 0;
	display: block;
	background: url(../images/ic_pc.png) 98% 96% no-repeat;
	background-size: 12px;
	text-decoration: none;
	font-weight: bold;
	font-size: large;
	color: #0a89df;
}