


/*メインコンテンツ
---------------------------------------------------------------------------*/
#main2 {
	float: right;	/*右側に回り込み（※２カラム使用時）*/
	width: 730px;	/*メインコンテンツ幅（※２カラム使用時）*/
	padding-bottom: 30px;
}
/*１カラム使用時のメインコンテンツ*/
.c1 #main2 {
	float: none;
	width: 100%;
}
/*main2コンテンツのh2タグの設定*/
#main2 h2 {
	clear: both;
	margin-bottom: 15px;
	font-size: 100%;
	color: #FFF;		/*文字色*/
	background: #000;	/*背景色*/
	padding: 2px 15px;	/*上下、左右への余白*/
	border-bottom: 3px solid #001adc;	/*下線の幅、線種、色*/
}
/*main2コンテンツのちょっと大きめ見出し用h2タグの設定*/

/*main2コンテンツのh3タグの設定*/

/*main2コンテンツの段落タグ設定*/
#main2 p {
	padding: 10px 15px 15px;	/*上、左右、下への余白*/
}
#main2 p + p {
	padding-top: 0px;
}
#main2 h2 + p{
	padding-top: 0px;
	margin-top: -5px;
}

/*商品一覧ページ用ボックス
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main2 section.list2 {
	float: left;
	margin: 0px 14px 5px;	/*上、左右、下へあけるスペース*/
	line-height: 1.6;
	background: #FAFAFA;	/*背景色*/
	width: 152px;	/*幅*/
	height: 230px;	/*高さ*/
	position: relative;
	overflow: hidden;
}
#main2 section.list2 a {
	text-decoration: none;
	display: block;
	overflow: hidden;
}
/*１カラム使用時の各ボックスの設定*/
.c1 #main2 section.list2 {
	margin: 0px 0px 5px 10px;	/*上、右、下、左へあけるスペース*/
}
/*ボックス内の段落タグ設定*/
#main2 section.list2 p {
	padding: 0px;
	font-size: 11px;	/*文字サイズ*/
	-webkit-text-size-adjust: none;
}
/*ボックス内の写真設定*/
#main2 section.list2 a figure img {
	width: 140px;	/*写真の幅*/
	height: auto;	/*写真の高さ*/
	padding: 5px;	/*写真と境界線との隙間のサイズ*/
	border: 1px solid #ccc;	/*境界線の幅、線種、色*/
	margin-bottom: 5px;
}
/*マウスオン時の写真の境界線の設定*/
#main2 section.list2 a:hover figure img {
	border: 1px solid #001adc;	/*枠線の幅、線種、色*/
}
/*ボックス内のh4タグ設定*/
#main2 section.list2 h4 {
	font-size: 12px;	/*文字サイズ*/
}
/*「PICKUP」などのマーク設定*/
.osusume {
	font-size: 10px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	background: #F00;	/*背景色*/
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	top: 0px;
	-webkit-transform: rotate(45deg) translate(37px,-15px);
	-ms-transform: rotate(45deg) translate(37px,-15px);
	transform: rotate(45deg) translate(37px,-15px);
}
/*「SOLD OUT」などのマーク設定*/
.sumi {
	font-size: 10px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	background: #999;	/*背景色*/
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	top: 0px;
	-webkit-transform: rotate(45deg) translate(37px,-15px);
	-ms-transform: rotate(45deg) translate(37px,-15px);
	transform: rotate(45deg) translate(37px,-15px);
}



/*●●●テーブルの追加●●●*/
#table2{
	width: 100%;
	border-collapse: collapse;
}
#table2 td,
#table2th{
	padding: 5px;
	border: 1px solid #ccc;
}
#table2 th{
	font-weight: bold;
	border: 1px solid #bcbcbc;	/*枠線の幅、線種、色*/
}
#table2 thead th{
	background:#e6e6e6;
}


/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/


/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/

/*ドロップダウンメニュー用
---------------------------------------------------------------------------*/

/*main2,subコンテンツ
---------------------------------------------------------------------------*/
#main2, #sub {
	float: none;
	width: auto;
}

/*商品一覧ページ用ボックス
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main2 section.list2,
.c1 #main2 section.list2 {
	margin: 0px 1.5% 15px;
	width: 22%;
	height: 220px;
}
/*ボックス内の写真設定*/
#main2 section.list2 a figure img {
	width: 100%;
	height: auto;
	padding: 3%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}



/*●●●テーブルの追加●●●*/

	#table2 {
		display: block;
	}
		#table2 thead{
			display: none;
		}
		#table2 tbody{
			display: block;
		}
			#table2 tbody tr{
				display: block;
				margin-bottom: 1.5em;
			}
			#table2 tbody th,
			#table2 tbody td{
				display: list-item;
				border: none;
			}
			#table2 tbody th{
				margin-bottom: 5px;
				list-style-type: none;
				color: #fff;
				background: #ccc;
				border: 1px solid #bcbcbc;	/*枠線の幅、線種、色*/
			}
			#table2 tbody td{
				margin-left: 20px;
				padding: 0;
			}
			#table2 tbody td:nth-of-type(1):before { content: "[価格]"; }
			#table2 tbody td:nth-of-type(2):before { content: "[備考]"; }
			#table2 tbody td:nth-of-type(3):before { content: "[用例]"; }
}

/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/

/*main2コンテンツの段落タグ設定*/
#main2 p {
	padding: 0.5em 5px 1em;	/*左から、上、左右、下への余白*/
}


/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main2, #sub {
	float: none;
	width: auto;
}

/*商品一覧ページ用ボックス
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main2 section.list2 {
	float: none;
	margin: 0px !important;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #ccc;
	line-height: normal;
	padding: 10px 0;
}
/*ボックス内の段落タグ設定*/
#main2 section.list2 p {
	font-size: 14px;
}
/*ボックス内の写真設定*/
#main2 section.list2 a figure img {
	padding: 0;
	border: none;
}
#main2 section.list2 a figure {
	float: left;
	margin-right: 10px;
}
/*マウスオン時の写真の境界線の設定*/
#main2 section.list2 a:hover figure img {
	border: none;
}
/*ボックス内のh4タグ設定*/
#main2 section.list2 h4 {
	font-size: 14px;
}



/*●●●テーブルの追加●●●*/

	#table2{
		display: block;
	}
		#table2 thead{
			display: none;
		}
		#table2 tbody{
			display: block;
		}
			#table2 tbody tr{
				display: block;
				margin-bottom: 1.5em;
			}
			#table2 tbody th,
			#table2 tbody td{
				display: list-item;
				border: none;
			}
			#table2 tbody th{
				margin-bottom: 5px;
				list-style-type: none;
				color: #fff;
				background: #ccc;
				border: 1px solid #bcbcbc;	/*枠線の幅、線種、色*/
			}
			#table2 tbody td{
				margin-left: 20px;
				padding: 0;
			}
			#table2 tbody td:nth-of-type(1):before { content: "[価格]"; }
			#table2 tbody td:nth-of-type(2):before { content: "[備考]"; }
			#table2 tbody td:nth-of-type(3):before { content: "[用例]"; }

}
