/* CSS Document */

.container2 {
	max-width:1350px;
  margin: 0 auto;
}

#product_box {
  width: 100%;
  margin: 0 auto;   /*中央寄せ*/
  position: relative;
}

.item {
  margin: 10px;
  width: 140px;
  border:solid 1px #e71410;
  background-color:#e71410;
  border-radius: 5px;
  	-webkit-border-top-left-radius: 5px;  
    -webkit-border-top-right-radius: 5px;  
    -webkit-border-bottom-right-radius: 5px;  
    -webkit-border-bottom-left-radius: 5px;  
    -moz-border-radius-topleft: 5px;  
    -moz-border-radius-topright: 5px;  
    -moz-border-radius-bottomright: 5px;  
    -moz-border-radius-bottomleft: 5px;
	overflow: hidden;
		-webkit-transition: all 300ms linear;
		-moz-transition: all 300ms linear;
		-o-transition: all 300ms linear;
		-ms-transition: all 300ms linear;
		transition: all 300ms linear;
}
.item a {
	position: absolute;
	display: block;
	color:#FFF;
	text-decoration:none;
	width:100%;
	height:100%;
	z-index:3;
}
.item a:hover {
	color:#e71410;
}

/*注意事項のリストアイコン*/
.x1:after,
.x2:after {
	font-family: "FontAwesome";
	content: '\f138';
	position: absolute;
	bottom: 5px;
	right: 5px;
	color:#fff;
}
.x1:hover:after,
.x2:hover:after {
	color:#e71410;
}

.item.x1:hover,
.item.x2:hover {
	background-color:#000;	
	border:solid 1px #FFF;
}

.item.x1 {
  width: 304px;
  height:282px;
}

.item.x2 {
  width: 304px;
  height:130px;
}


.item img {
  width: 100%;
}

.item.x1 .img_box {
	width:100%;
	height:190px;
	background-color:#000;
}

.item.x1 .name_box {
	padding:10px 8px 0px;
}

/*タイトル専用*/
.item.x3 {
	width: 304px;
	height:120px;
	background-color:#111;
	border:solid 1px #000;
	border-radius: 8px;
	background-image: url(../img/product/curbon_bg.gif);
	background-repeat:repeat;
}
.item.x3 .ttl_box {
	width:100%;
	text-align:center;
	padding:0px 0px 0px;
}

.ttl_box_h1 {
	width:90%;
    border-bottom: 1px solid rgba(0,0,0,1);
    box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	margin:15px auto 8px;
	padding:0px 0px 8px;
}

.ttl_box h1 {
	font-size:28px;
	color:#888;
	text-shadow: -1px -1px 1px #222, 1px 1px 1px #000;
}
/*製品ページ：ロゴ*/
.ttl_box_logo {
	width:193px;
	margin:0px auto 0px;
	display:none;
}
/*英語表記：product luneup*/
.pro_ttl_ing {
	font-size:30px;
	margin:0px 0px 0px;
	padding:0px 0px 0px;
	color:#888;
	text-shadow: -1px -1px 1px #222, 1px 1px 1px #000;
	font-weight:bold;
}


.item.x2 .img_box {
	float:left;
	width:37%;
	height:130px;
	background-color:#000;
}

.item.x2 .name_box {
	font-size:14px;
	float:right;
	width:60%;
	padding:10px 0px 0px;
}

.item h2 {
	font-size:16px;
}

.item .pro_name_ing {
	font-family: Lato,sans-serif;
	font-size:16px;
	font-weight:bold;
}

/* 06=medhia
----------------------------------------------------*/

/* -------------------------------------------- */
/* ########  ▼タブレット用            ######## */
/* -------------------------------------------- */
@media all and (min-width: 618px){
	
/*タイトル専用*/
.item.x3 {
	width: 304px;
	height:282px;
}

.ttl_box_h1 {
	margin:30px auto 20px;
	padding:0px 0px 20px;
}


.ttl_box h1 {
	font-size:36px;
}
/*英語表記：product luneup*/
.pro_ttl_ing {
	font-size:36px;
}
.ttl_box_logo {
	display:block;	
}

}
