﻿@charset "utf-8";

/*--  b2b_product2026 --*/

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}


/*style.cssをリセットor上書き（上部のメインメニュー用）
---------------------------------------------------------------------------*/


/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}
#main p {
	padding: 0.5em 5px 1em;
}
#sub ul li a {
	padding: 10px;
}

/*mainfooter,subfooterコンテンツ
---------------------------------------------------------------------------*/
#mainfooter, #subfooter {
	float: none;
	width: 80%;
}

#mainfooter img, #subfooter img {
	padding: 0.5em 0em ;
}

#partimg {
	float: none;
	width: auto;
}

#mainfooter p {
	padding: 0;
}
#subfooter ul li a {
	padding: 10px;
}


/*フッター
---------------------------------------------------------------------------*/

/*この行取消し
footer {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#284571), to(#0e1e41));
	background-image: -webkit-linear-gradient(#284571, #0e1e41);
	background-image: linear-gradient(#284571, #0e1e41);
	color: #FFF;
	padding-top: 0;
	line-height: 1.2;
}
footer a {
	color: #FFF;
}

---------------------------------------------------------------------------*/


/*トップページのメイン画像。表示させたいなら、style-m.cssの同じ箇所のタグをコピペする。
---------------------------------------------------------------------------*/
/* トップページのメイン画像入れ替える場合 */

figure#smpimg img {
	display: inline;
	width: 100%;
	height: auto;

}


/* トップページのメイン画像を消す場合 */
figure#mainimg img {
	display: none;
}




/*購入するボタン,全商品を見るボタン
---------------------------------------------------------------------------*/
figure#linkimg img {
	width: 95%;
	height: auto;
}


