@CHARSET "UTF-8";
/*==============================================================================================================================================

		共通CSSファイル

==============================================================================================================================================*/

/*==============================================================================================================================================
		reset　全ての要素の初期値
==============================================================================================================================================*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	border: 0;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}


body {
	line-height: 1;
}


ol, ul {
	list-style: none;
}


blockquote, q {
	quotes: none;
}


blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
}


/*==============================================================================================================================================
		body
==============================================================================================================================================*/

body {
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	width: 980px;
	margin: 0 auto;
	text-align: center;
	background-image: url("../../img/background/main.gif");
}


/*==============================================================================================================================================
		ヘッダー
==============================================================================================================================================*/

header {
	display: inline-block;
	width: 100%;
	margin: 5px auto 0 auto;
	text-align:center;
}


/*ヘッダー　タイトル*/
header h1 {
	padding: 5px 0;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	color: rgba(0,0,0,0.6);
	background: rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	text-shadow: 0px  1px 3px rgba(150,150,255,0.8),
				 0px -1px 3px rgba(0,0,200,0.8);
}


/*ヘッダー　OFFSITEロゴ*/
header > div.pc > a:first-of-type {
	display: inline-block;
	float: left;
	width: 650px;
	height: 75px;
	margin: 5px 30px 5px 0;
	padding-top: 22px;
	font-size: 32px;
	font-weight: bold;
	color: #444444;
	background: rgba(255, 255, 255, 0.5)
				linear-gradient(to bottom,
				rgba(255, 255, 255, 0.5),
				rgba(100, 100, 100, 0.5) );
	border-radius: 5px;
	box-sizing: border-box;
	text-decoration: none;
	text-shadow:	2px 2px 0px #eeeeee,
					3px 3px 0px #707070;
}


/*ヘッダー　OFFSITEロゴ　マウスオン*/
header > div.pc > a:first-of-type:hover {
	background: rgba(150, 150, 150, 0.2)
				linear-gradient(to bottom,
				rgba(150, 150, 150, 0.5),
				rgba(75, 75, 75, 0.5) );
}


/*ヘッダー　TEL*/
header > div.pc > div {
	display: inline-block;
	float:left;
	width: 450px;
	height: 75px;
	margin: 5px 30px 5px 0;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	box-sizing: border-box;
	text-decoration: none;
}


/*ヘッダー　TEL　ディスカウント通販*/
header > div.pc > div > p:first-of-type {
	display: inline-block;
	float:left;
	width: 315px;
	margin-top: 7px;
	font-size: 15px;
	font-weight: bold;
	color: #444444;
	box-sizing: border-box;

}


/*ヘッダー　TEL　フリーダイヤル*/
header > div.pc > div > p:nth-of-type(2) {
	display: inline-block;
	float:left;
	width: 85px;
	margin-top: 4px;
	font-size: 10px;
	color: #008800;
	box-sizing: border-box;
}


/*ヘッダー　TEL　フリーダイヤルイメージ*/
header > div.pc > div > img {
	width: 40px;
	height: 25px;
	margin-top: 2px;
	margin-right: 10px;
	box-sizing: border-box;
}


/*ヘッダー　TEL　電話での～*/
header > div.pc > div > p:nth-of-type(3) {
	display: inline-block;
	float:left;
	width: 120px;
	margin-top: 3px;
	font-size: 15px;
	font-weight: bold;
	color: #228822;
	box-sizing: border-box;
}


/*ヘッダー　TEL　電話番号*/
header > div.pc > div > p:nth-of-type(4) {
	display: inline-block;
	float:left;
	width: 330px;
	font-size: 28px;
	font-weight: bold;
	color: #aa2222;
	box-sizing: border-box;
}


/*ヘッダー　TEL　土日祝休*/
header > div.pc > div > p:nth-of-type(5) {
	display: inline-block;
	float:left;
	width: 310px;
	margin-right: 20px;
	font-size: 12px;
	color: #aa2222;
	text-align: right;
	box-sizing: border-box;
}


/*ヘッダー　買い物カゴを見るボタン*/
header >div.pc > a:nth-last-of-type(2) {
	display: inline-block;
	float:left;
	width: 130px;
	height: 65px;
	margin: 10px 10px 10px 0;
	padding-top: 22px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-decoration: none;
	border: 1px solid #888888;
	border-radius: 16px;
	box-sizing: border-box;
	background: rgba(90, 255, 255, 1.0)
				linear-gradient(to bottom,
				rgba(90, 255, 255, 1.0),
				rgba(50, 150, 150, 1.0) );
	text-shadow: 2px  2px 7px rgba(255,255,255,1.0),
				-2px  2px 7px rgba(255,255,255,1.0),
				 2px -2px 7px rgba(255,255,255,1.0),
				-2px -2px 7px rgba(255,255,255,1.0);
}


/*ヘッダー　買い物カゴを見るボタン　マウスオン*/
header >div.pc > a:nth-last-of-type(2):hover {
	background: rgba(70, 200, 200, 1.0)
				linear-gradient(to bottom,
				rgba(70, 200, 200, 1.0),
				rgba(40, 120, 120, 1.0) );
}


/*ヘッダー　会員ページへボタン*/
header > div.pc > a:last-of-type {
	display: inline-block;
	float:left;
	width: 130px;
	height: 65px;
	margin: 10px 0;
	padding-top: 22px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-decoration: none;
	border: 1px solid #888888;
	border-radius: 16px;
	box-sizing: border-box;
	background: rgba(90, 255, 90, 1.0)
				linear-gradient(to bottom,
				rgba(90, 255, 90, 1.0),
				rgba(50, 150, 50, 1.0) );
	text-shadow: 2px  2px 7px rgba(255,255,255,1.0),
				-2px  2px 7px rgba(255,255,255,1.0),
				 2px -2px 7px rgba(255,255,255,1.0),
				-2px -2px 7px rgba(255,255,255,1.0);
}


/*ヘッダー　会員ページへボタン　マウスオン*/
header > div.pc > a:last-of-type:hover {
	background: rgba(70, 200, 70, 1.0)
				linear-gradient(to bottom,
				rgba(70, 200, 70, 1.0),
				rgba(40, 120, 40, 1.0) );
}


/*ヘッダー　送料無料*/
header > div.pc > p {
	display: inline-block;
	float:left;
	width: 100%;
	padding: 3px 0;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background: rgba(255, 0, 0, 0.5);
	border-radius: 5px;
	box-sizing: border-box;
}


/*ヘッダー　沖縄*/
header > div.pc > p > small {
	font-size: 10px;
}


/*==============================================================================================================================================
		パンくずリスト
==============================================================================================================================================*/

.topic-pass {
	display: inline-block;
	width: 100%;
	margin: 10px auto 0 auto;
	padding-left: 10px;
	text-align:left;
}


.topic-pass ul{
	display: inline-block;
}


/*パンくずリスト　各ボックス*/
.topic-pass li {
	float: left;
	white-space: nowrap;
}

/*パンくずリスト　各ボックス　マウスオン*/
.topic-pass a:hover {
	opacity: 0.5;
}


/*パンくずリスト　各ボックスの幅*/
.topic-pass span{
	padding: 0 10px;
}


/*パンくずリスト　各ボックスのリンク*/
.topic-pass a {
	text-decoration: none;
}


/*パンくずリスト　各ボックスのリンク　最後は太字*/
.topic-pass > ul > li:last-of-type > a > span {
	font-weight: bold;
}


/*==============================================================================================================================================
		サイドフレーム
==============================================================================================================================================*/

.side-frame {
	float:left;
	width:210px;
	margin-top: 10px;
	box-sizing: border-box;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}


/*サイドフレーム　リスト枠*/
.side-frame > nav > ul {
	padding: 15px 0 15px 0;
	border-radius: 5px;
}


/*サイドフレーム　リスト*/
.side-frame > nav > ul > li {
	margin: 10px 0 10px 5px;
}

/*サイドフレーム　リスト　マウスオン*/
.side-frame > nav > ul > li:nth-of-type(n+2):hover {
	opacity: 0.5;
}


/*サイドフレーム　カテゴリー１*/
.side-frame > nav > ul > li:first-of-type {
	font-size: 24px;
	text-align: center;
}


/*サイドフレーム　測量機器　リスト枠*/
.side-frame > nav > ul:first-of-type {
	margin-top: 5px;
	background: rgba(150,255,255,0.5);
}


/*サイドフレーム　測量機器　リスト*/
.side-frame > nav > ul:first-of-type > li:first-of-type {
	color: #004444;
	text-shadow: 1px 1px 2px rgba(0,100,100,0.5);
}


/*サイドフレーム　測定機器　リスト枠*/
.side-frame > nav > ul:nth-of-type(2) {
	background: rgba(150,255,150,0.5);
}


/*サイドフレーム　測定機器　カテゴリー１*/
.side-frame > nav > ul:nth-of-type(2) > li:first-of-type {
	color: #004400;
	text-shadow: 1px 1px 2px rgba(0,100,0,0.5);
}


/*サイドフレーム　気象用品　リスト枠*/
.side-frame > nav > ul:nth-of-type(3) {
	background: rgba(255,150,150,0.5);
}


/*サイドフレーム　気象用品　カテゴリー１*/
.side-frame > nav > ul:nth-of-type(3) > li:first-of-type {
	color: #440000;
	text-shadow: 1px 1px 2px rgba(100,0,0,0.5);
}


/*サイドフレーム　工事用品　リスト枠*/
.side-frame > nav > ul:nth-of-type(4) {
	background: rgba(150,150,255,0.5);
}


/*サイドフレーム　工事用品　カテゴリー１*/
.side-frame > nav > ul:nth-of-type(4) > li:first-of-type {
	color: #000044;
	text-shadow: 1px 1px 2px rgba(0,0,100,0.5);
}


/*サイドフレーム　試験機　リスト枠*/
.side-frame > nav > ul:nth-of-type(5) {
	background: rgba(255,150,255,0.5);
}


/*サイドフレーム　試験機　カテゴリー１*/
.side-frame > nav > ul:nth-of-type(5) > li:first-of-type {
	color: #440044;
	text-shadow: 1px 1px 2px rgba(100,0,100,0.5);
}


/*サイドフレーム　製図用品　リスト枠*/
.side-frame > nav > ul:nth-of-type(6) {
	background: rgba(255,255,150,0.5);
}


/*サイドフレーム　製図用品　カテゴリー１*/
.side-frame > nav > ul:nth-of-type(6) > li:first-of-type {
	color: #444400;
	text-shadow: 1px 1px 2px rgba(100,100,0,0.5);
}


/*サイドフレーム　中古品　リスト枠*/
.side-frame > nav > ul:nth-of-type(7) {
	background: rgba(200,200,200,0.5);
}


/*サイドフレーム　中古品　カテゴリー１*/
.side-frame > nav > ul:nth-of-type(7) > li:first-of-type {
	color: #444444;
	text-shadow: 1px 1px 2px rgba(100,100,100,0.5);
}


/*サイドフレーム　リンクマーカー*/
.side-frame > nav > ul > li > a{
	text-decoration: none;
}


/*検索*/
.search {
	width: 100%;
	margin-top: 5px;
	padding: 10px;
	border: 3px double #00ff00;
	background: rgba(150,255,150,0.5);
	border-radius: 5px;
	box-sizing: border-box;
}


/*検索　ラベル*/
.search label {
	font-size: 14px;
	font-weight: bold;
	color: #004400;
	text-shadow: 2px  2px 5px rgba(255, 255, 255, 1.0),
				 2px -2px 5px rgba(255, 255, 255, 1.0),
				-2px -2px 5px rgba(255, 255, 255, 1.0),
				-2px  2px 5px rgba(255, 255, 255, 1.0);

}


/*検索　入力*/
.search input:first-of-type {
	width: 95%;
	margin-top: 5px;
	padding-left: 5px;
	height: 28px;
	font-size: 16px;
}


/*検索　ボタン*/
.search input:last-of-type {
	width: 95%;
	margin-top: 5px;
	height: 32px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #212121;
	border-radius: 22px;
	background: rgba(90, 255, 90, 1.0)
				linear-gradient(to bottom,
				rgba(90, 255, 90, 1.0),
				rgba(50, 150, 50, 1.0) );
	text-shadow: 2px  2px 7px rgba(255,255,255,1.0),
				-2px  2px 7px rgba(255,255,255,1.0),
				 2px -2px 7px rgba(255,255,255,1.0),
				-2px -2px 7px rgba(255,255,255,1.0);
}


/*検索　ボタン　マウスオン*/
.search input:last-of-type:hover {
	background: rgba(70, 200, 70, 1.0)
				linear-gradient(to bottom,
				rgba(70, 200, 70, 1.0),
				rgba(40, 120, 40, 1.0) );
}


/*商品コードショートカット*/
.shortcut {
	width: 100%;
	margin-top: 5px;
	padding: 10px;
	border: 3px double #0000ff;
	background: rgba(150,150,255,0.5);
	border-radius: 5px;
	box-sizing: border-box;
}


/*商品コードショートカット　ラベル*/
.shortcut label {
	font-size: 14px;
	font-weight: bold;
	color: #000044;
	text-shadow: 2px  2px 5px rgba(255, 255, 255, 1.0),
				 2px -2px 5px rgba(255, 255, 255, 1.0),
				-2px -2px 5px rgba(255, 255, 255, 1.0),
				-2px  2px 5px rgba(255, 255, 255, 1.0);

}


/*商品コードショートカット　入力*/
.shortcut input:first-of-type {
	width: 95%;
	margin-top: 5px;
	padding-left: 5px;
	height: 28px;
	font-size: 16px;
}


/*商品コードショートカット　ボタン*/
.shortcut input:last-of-type {
	width: 95%;
	margin-top: 5px;
	height: 32px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #212121;
	border-radius: 22px;
	background: rgba(120, 120, 255, 1.0)
				linear-gradient(to bottom,
				rgba(120, 120, 255, 1.0),
				rgba(80, 80, 150, 1.0) );
	text-shadow: 2px  2px 7px rgba(255,255,255,1.0),
				-2px  2px 7px rgba(255,255,255,1.0),
				 2px -2px 7px rgba(255,255,255,1.0),
				-2px -2px 7px rgba(255,255,255,1.0);
}


/*商品コードショートカット　ボタン　マウスオン*/
.shortcut input:last-of-type:hover {
	background: rgba(70, 70, 200, 1.0)
				linear-gradient(to bottom,
				rgba(70, 70, 200, 1.0),
				rgba(40, 40, 120, 1.0) );
}


/*==============================================================================================================================================
	   グローバルサイン
==============================================================================================================================================*/

/*グローバルサイン*/
.global-sign {
	margin: 15px 2.5%;
	padding: 5px 5px 20px 5px;
	font-size: 12px;
	text-align: center;
	background: rgba(255,255,255,0.5);
	border: 3px groove rgba(255,255,255,0.8);
	border-radius: 10px;
}


/*グローバルサイン　本文*/
.global-sign p {
	margin: 15px 0;
}


/*==============================================================================================================================================
		モーダルウィンドウ
==============================================================================================================================================*/

.modal-overlay, .modal-panel {
  display: none;
}


/*モーダルウィンドウ　画面いっぱいに暗く*/
.modal-overlay {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.6;
}


/*モーダルウィンドウ　画像を表示　位置はJSで処理*/
.modal-panel {
	position: fixed;
	z-index: 1100;
}


/*==============================================================================================================================================
		タブバー
==============================================================================================================================================*/

/*タブバー　各リンク範囲*/
.tab-bar {
	display: inline-block;
	margin-top: 15px;
}


/*タブバー　各リンク*/
.tab-bar a {
	display: inline-block;
	width: 90px;
	padding: 9px 0;
	margin: 0 2px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-decoration: none;
	border: 1px solid #212121;
	border-radius: 5px;
	background: rgba(255, 255, 90, 1.0)
				linear-gradient(to bottom,
				rgba(255, 255, 90, 1.0),
				rgba(150, 150, 90, 1.0) );
	text-shadow: 2px  2px 7px rgba(255,255,255,1.0),
				-2px  2px 7px rgba(255,255,255,1.0),
				 2px -2px 7px rgba(255,255,255,1.0),
				-2px -2px 7px rgba(255,255,255,1.0);
}


/*タブバー　特定～*/
.tab-bar a:nth-of-type(5) {
	width: 170px;
}


/*タブバー　コンビニ～*/
.tab-bar a:nth-of-type(6) {
	width: 150px;
}


/*タブバー　FAX～*/
.tab-bar a:nth-of-type(7) {
	width: 120px;
}


/*タブバー　マウスオン*/
.tab-bar a:hover {
	opacity: 0.5;
}


/*==============================================================================================================================================
		フッター
==============================================================================================================================================*/

footer {
	width: 100% ;
	margin-top: 15px;
	clear: both ;
}


/*footer　本文*/
footer p {
	font-size: 14px;
	margin: 5px;
	text-align: center;
}


/*==============================================================================================================================================
		パソコンサイトとスマホサイトの表示非表示
==============================================================================================================================================*/

.sp {
	display: none;
}


/*============================================================================================================================================*/
