@charset "utf-8";
/* CSS Document */



/* ==================================================
ID shop
================================================== */

#shop .container-fluid:nth-of-type(1) {
	width: auto;
	height: 180px;
	background:url(../common/images/bg_pattern.png);
	margin-bottom: 50px;
}

#shop .container-fluid #incate {
	margin-top: 100px;
	line-height: 2.0;
	background:  url(images/title-10.svg) no-repeat center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size:20px;
}



@media (min-width: 769px){
	h1 {
		text-align: center;
	}
}

#shop h4 {
	padding-top: 80px;
}

#shop table {
	font-size: 14px;
}

th {
	white-space: nowrap;
}

td,
th {
	display: block;
	width: 100%;
}

@media (min-width: 769px){
	#shop td,
	#shop th {
		display: table-cell;
		width: auto;
		line-height: 1.8;
	}
	
	th {
		text-align: right;
	}
}


#shop .tab-pane {
	padding-left: 0;
}

.nav-tabs li a {
	background:#f5f5f5;
}

.nav-tabs li {
	background:#f5f5f5;
}
#shop .tab-pane > div {
	padding-left: 0;
}

#shop .tab-pane ul {
	padding-left: 0;
}

#shop .tab-pane.col-sm-12 {
	padding-right: 0;
}

#shop .tab-pane h4 {
	padding-top: 50px;
}

#shop .tab-pane ul li{
	border-bottom: 1px solid  #EEEEEE;
	font-size: 1.3rem;
	letter-spacing: 0;
	text-align: left;
}

#shop address {
	font-size: 1.2rem;
	letter-spacing: 0;
}

.side-info {
	margin-top: 50px;
}

@media (min-width: 769px){
	#shop .tab-pane {
		padding-left: 15px;
	}
	
	#shop .tab-pane > div {
		padding-left: 15px;
	}
	
	#shop .tab-pane ul li{
	font-size: 1.4rem;
	letter-spacing: 0.02rem;
	}
	
	#shop address {
		font-size: 1.3rem;
		letter-spacing: 0.02rem;
	}
}

.text-center p {
	text-align: center;
}

