@charset "utf-8";
/* products.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ページビジュアル　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#page_visual {
	background-image: url(../images/products_visual.jpg);
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* カタログ    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.catalog_list  {
	width: 500px;
	float: left;
	margin-right: 120px;
	margin-bottom: 120px;
}
.catalog_list:nth-child(2n) {
	margin-right: 0px;
}

/* スライド */
.slider-pro {
	margin-bottom: 20px !important;
}

.sp-slide img {
	width: 100%;
	height: auto;
}
.sp-thumbnails img {
	width: 100%;
	height: auto;
}

/* データエリア */
.pro_data_area {
	display: table;
}
.pro_text_box {
	display: table-cell;
	width: 290px;
	padding-right: 20px;
	vertical-align: top;
}
.pro_text_box h3 {
	font-size: 20px;
	margin-bottom: 12px;
}

.pro_bt_box {
	display: table-cell;
	width: 190px;
	vertical-align: top;
}
.pro_bt_box li {
	height: 55px;
	line-height: 55px;
	margin-bottom: 10px;
}
.pro_bt_box li a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	padding-left: 20px;
	background-color: #999999;
	color: #FFFFFF;
	background-image: url(../images/bt_arrow.fw.png);
	background-repeat: no-repeat;
	background-position: 170px center;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.pro_bt_box li a:hover {
	background-color: #757575;
}




/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 680px) {
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* グローバルメニュー　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#btn_products a {
	background-color: #ECECEC;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* カタログ    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.catalog_list  {
	width: 100%;
	float: none;
	margin-right: 0px;
	margin-bottom: 80px;
}



/* データエリア */
.pro_data_area {
	display: block;
}
.pro_text_box {
	display: block;
	width: 100%;
	padding-right: 0px;
	margin-bottom: 20px;
}
.pro_bt_box {
	display: block;
	width: 100%;
}
.pro_bt_box li {
	height: 50px;
	line-height: 50px;
	margin-bottom: 10px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.pro_bt_box li a {
	padding-left: 0px;
	background-position: 92% center;
}


}