@charset "utf-8";
/* CSS Document */
.store{
	border-bottom: 1px solid #a3a3a3;
	text-align: center;
}
.store_width{
	position: relative;
	margin:auto;
} 
.store_btn{
	display: inline-block;
	padding:27px 10px 6px 10px;
	margin:0 20px; 
	color:#df6553;
	font-weight: bold;
	cursor: pointer;
	border-bottom: solid #ffffff 3px; 
}
.store_btn.active{
	border-bottom: solid #df6553 3px; 	
}
.ct_btn{
	border: #df6553 1px solid;
	color:#df6553;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 10px;
	font-size: 20px;

}
.ct_btn.active{
	background: #df6553;
	color:#ffffff;
}
.hq_store_out{
	color:#353535;	
	line-height: 2;
}
.hq_store_table {
    display:table;
    width: 100%;
}
.hq_store_tr {
    display: table-row;
}
.hq_store_td {
    display: table-cell;
    vertical-align:top;
}
.fs16{
	font-size: 16px;
}
.fs18{
	font-size: 1844px;
}
.fs44{
	font-size: 44px;
}
.module_title{
	font-size: 35px;
	color:#60574f;
	padding:0 12px;
	border-left: 1px solid #df6553;
	border-right: 1px solid #df6553;
	display: inline-block;
	line-height: 1;
	margin-bottom: 30px;
}