@charset "utf-8";

.contents_header h1{
	color: #fff;
}
.contents_header p{
	color: #fc3;
}
.main_contents .col-xs-12{
	padding: 0;
}
.main_contents img {
	max-width: 100%;
	height: auto;
}
#shop_list h2{
	font-weight: bold;
}
#shop_list ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#shop_list li{
	padding: 10px 0;
	border-bottom: 1px dotted #333;
}
#shop_list li:last-child{
	border-bottom: none;
}
#shop_list a{
	display: block;
	text-decoration: none;
}
.shop_list{
	padding: 30px 15px;
}
.panel-group{
	margin: 30px 0 20px;
}
.panel-group .panel + .panel{
	margin-top: 0;
}
.panel-default > .panel-heading{
	color: #fff;
	background-color: #08c;
}
.panel-body{
	padding: 0 15px;
}
.accordion-toggle a:after{
	font-family: 'Glyphicons Halflings';
	content: "\e113";
	float: right;
	color: inherit;
}
.accordion-toggle a.collapsed:after{
	font-family: 'Glyphicons Halflings';
	content: "\e114";
	float: right;
	color: inherit;
}
.memo{
	margin: 10px 0 30px;
}