@charset "UTF-8";

/* col-md- 1199px以下 */
@media screen and (max-width: 1199px) {
}

/* col-sm- 991px 以下 */
@media screen and (max-width: 991px) {
}

/* col-xs- 767px 以下 */
@media screen and (max-width: 767px) {
}
/* Toppage
****************************************************************************************** */
.fb-page { width: 100% !important; }
/*productsList
****************************************************************************************** */
#productsList {
	padding-top: 60px;
	padding-bottom: 60px;
}
#productsList div[class*="col-"] { margin-bottom: 20px; }

@media screen and (max-width: 991px) {
#productsList {
	padding-top: 15px;
	padding-bottom: 15px;
}
/*溝幅 10pxの場合*/
#productsList .row {
	margin-left: -5px;
	margin-right: -5px;
}
#productsList .row > [class*='col-'] {
	padding-left: 5px;
	padding-right: 5px;
}
}
/*contentsList
****************************************************************************************** */
#contentsList {
	background: #f1f1f1;
	padding-top: 60px;
	padding-bottom: 60px;
}
#contentsList div[class*="col-"] { margin-bottom: 20px; }

@media screen and (max-width: 991px) {
#contentsList {
	padding-top: 15px;
	padding-bottom: 15px;
}
#contentsList .row {
	margin-left: -5px;
	margin-right: -5px;
}
#contentsList .row > [class*='col-'] {
	padding-left: 5px;
	padding-right: 5px;
}
}
/*aside
****************************************************************************************** */
aside {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media screen and (max-width: 991px) {
aside {
	padding-top: 30px;
	padding-bottom: 30px;
}
}
/*news
****************************************************************************************** */
#news h2 {
	background: #333;
	color: #fff;
	line-height: 60px;
	height: 60px;
	margin: 0;
	padding: 0 15px;
	font-size: 16px;
	position: relative;
	overflow: hidden;
}
#news h2 a {
	display: block;
	line-height: 60px;
	background: #000;
	font-size: 12px;
	color: #fff;
	margin: 0;
	padding: 0 15px;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
}
#news h2 a::after {
	content: '\e9ba';
	font-family: icomoon;
	margin-left: 0.5em;
}
#news ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	background: #fff;
}
#news ul li {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #eee;
}
#news ul li a {
	display: block;
	padding: 15px;
	padding-right: 25px;
	position: relative;
	height: 1;
}
#news ul li a::after {
	content: '\e809';
	font-family: icon;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
#news { margin-bottom: 30px; }
}

/*Facebook
****************************************************************************************** */
/*@media screen and (min-width: 500px) {
.fb-page-parent > .fb-page { width: 100%; }
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] { width: 100% !important; }*/
