@charset "shift_jis";

/* ↓ 2016/02/26 S.Usui キャッシュされるのでimportを削除 */
/*
@import url("common.css");
*/

/**************************************************************************************************************************

　↓切鉢共通のスタイル

***************************************************************************************************************************/


* {
	padding: 0px;
	margin: 0px;
}
html {
	font-size: 100%;
	_line-height: 1;
	color: #555555;
	/* ↓ 2015/12/17 Y.Matou IEでスクロールバーが2重になる、サブ画面にスクロールバーがでる */
	overflow: auto;
	/* ↑ 2015/12/17 Y.Matou IEでスクロールバーが2重になる、サブ画面にスクロールバーがでる */
}
body {
	padding-left: 5px;
	padding-top: 5px;
	/* ↓ 2015/12/17 Y.Matou IEでスクロールバーが2重になる、サブ画面にスクロールバーがでる */
	/* overflow: auto; */
	/* ↑ 2015/12/17 Y.Matou IEでスクロールバーが2重になる、サブ画面にスクロールバーがでる */
	/* ↓ ver 4.0.0.1 2015/06/11 S.Fujimura レイアウト中央寄せ */
	_text-align: center;
	/* ↑ ver 4.0.0.1 2015/06/11 S.Fujimura レイアウト中央寄せ */
	/* ↓ ver 4.0.0.1 2015/11/25 S.Fujimura レイアウト枠追加 */
	background-image: url(images/bg_frame.gif);
	background-position: center;
	background-attachment:fixed;
	/* ↑ ver 4.0.0.1 2015/11/25 S.Fujimura レイアウト枠追加 */
}
/* ↓ ver 4.0.13.1 2017/02/06 S.Fujimura フォント指定追加 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	body {
		font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "MS PGothic",  "ＭＳ Ｐゴシック",sans-serif;
	}
}
/* ↑ ver 4.0.13.1 2017/02/06 S.Fujimura フォント指定追加 */
/* ↓ ver 4.1.8.5 2017/12/16 #25216 FireFoxレイアウト崩れ対応 */
@-moz-document url-prefix() {
	body {
		font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "MS PGothic",  "ＭＳ Ｐゴシック",sans-serif;
	}
}
/* ↑ ver 4.1.8.5 2017/12/16 #25216 FireFoxレイアウト崩れ対応 */
/* ↓ ver 4.0.0.1 2015/10/19 S.Usui liタグのマーカーを消す */
li {
	list-style:none;
}
/* ↑ ver 4.0.0.1 2015/10/19 S.Usui liタグのマーカーを消す */

/* ↓ ver 4.0.13.1 2017/02/06 S.Fujimura フォント指定追加 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	input, textarea, keygen, select, button {
		font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "MS PGothic",  "ＭＳ Ｐゴシック",sans-serif;
	}
}
/* ↑ ver 4.0.13.1 2017/02/06 S.Fujimura フォント指定追加 */

#container {
	/* ↓ ver 4.0.0.1 2015/06/11 S.Fujimura レイアウト中央寄せ */
	/*
	clear: both;
	margin: 0px;
	display: block;
	float: left;
	width: 988px;
	*/
	clear: both;
	display: block;
	width: 988px;
	margin: 0 auto;
	/* ↑ ver 4.0.0.1 2015/06/11 S.Fujimura レイアウト中央寄せ */
}
p {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px 0px 5px;
}

/* ↓ ver 4.0.0.1 2015/12/04 S.Fujimura デフォルトの高さ指定 */
input {
	height: 19px;
	*height: 17px;
	_height: 19px;
	line-height: 17px;
}
/* ↑ ver 4.0.0.1 2015/06/11 S.Fujimura デフォルトの高さ指定 */

/* ↓ ver 4.0.0.1 2015/06/19 S.Fujimura 切鉢分離 */
/*
.bgGreen {
	background-color: #e4eee5;
}
*/
.bgWhite {
	background-color: #FFFFFF;
}
/* ↑ ver 4.0.0.1 2015/06/19 S.Fujimura 切鉢分離 */
.disNone {
	display: none;
}

/* ↓ ver 4.0.0.1 2015/07/17 S.Fujimura フラットデザインへの変更 */
.bgOsirase {
	background-color: #f6f6f7;
    border: 1px solid #cccccc;
}
.bgOsiraseHead {
	background-color: #b5b5b6;
    border: 1px solid #cccccc;
}

/* ↓ ver 4.0.0.1 2015/12/19 S.Fujimura 入荷状況レイアウト変更 */
.bgNyukaInfo {
	background-color: #f6f6f7;
    border: 1px solid #cccccc;
}
/* ↑ ver 4.0.0.1 2015/12/19 S.Fujimura 入荷状況レイアウト変更 */

/* default.css defaultK.cssに定義されているsiteColorと同じ色コードとすること */
.siteColor1H {
	background-color: #57b34c;
}
.siteColor1K {
	background-color: #e9922a;
}
/* ↑ ver 4.0.0.1 2015/07/17 S.Fujimura フラットデザインへの変更 */


/*　リンクカラー　*/

a:visited {
	color: #555555;
	text-decoration: none;
	}
a:link {
	color: #555555;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}

/* ↓ ver 4.0.0.1 2015/06/17 S.Usui imgタグのリンク画像の枠線を消す */
a img {
    border-style:none;
}
/* ↑ ver 4.0.0.1 2015/06/17 S.Usui imgタグのリンク画像の枠線を消す */

/* ↓ ver 4.0.0.1 2015/06/19 S.Fujimura 切鉢分離 */
/*
.cateList td a:visited {
	color: #006633;
	text-decoration: none;
}
.cateList td a:link {
	color: #006633;
	text-decoration: none;
}
.cateList td a:hover {
	color: #006633;
	text-decoration: underline;
}
*/
/* ↑ ver 4.0.0.1 2015/06/19 S.Fujimura 切鉢分離 */

/* 選択されている文字行 */
.selMoji a:visited {
/* ↓ 2015/12/16 Y.Matou 赤文字の色を抑える */
/*
	color: #ff0000;
*/
	color: #990000;
/* ↑ 2015/12/16 Y.Matou 赤文字の色を抑える */
	font-weight:bold;
	text-decoration: none;
}
.selMoji a:link {
/* ↓ 2015/12/16 Y.Matou 赤文字の色を抑える */
/*
	color: #ff0000;
*/
	color: #990000;
/* ↑ 2015/12/16 Y.Matou 赤文字の色を抑える */
	font-weight:bold;
	text-decoration: none;
}
.selMoji a:hover {
	color: #FF6600;
	font-weight:bold;
	text-decoration: underline;
}

/* 選択されていない文字行 */
.noselMoji a:visited {
	color: #555555;
	font-weight:bold;
	text-decoration: none;
}
.noselMoji a:link {
	color: #555555;
	font-weight:bold;
	text-decoration: none;
}
.noselMoji a:hover {
	color: #FF6600;
	font-weight:bold;
	text-decoration: underline;
}

/*　フォント・マージン・カラー　*/
/* ↓ver 4.0.9.0 2016/11/10 #19175 font-size05追加 */
.txt05 {    font-size: 5px;}
/* ↑ver 4.0.9.0 2016/11/10 #19175 font-size05追加 */
.txt10 {	font-size: 10px;}
.txt11 {    font-size: 11px;}
.txt12 {	font-size: 12px;}
.txt13 {    font-size: 13px;}
.txt14 {	font-size: 14px;}
.txt15 {    font-size: 15px;}
.txt16 {	font-size: 16px;}
.txt17 {    font-size: 17px;}
.txt18 {    font-size: 18px;}
/* ↓ ver 4.0.0.1 2015/08/31 S.Usui font-size20追加 */
.txt20 {    font-size: 20px;}
/* ↓ ver 4.0.0.1 2015/08/31 S.Usui font-size20追加 */

.txtBold {	font-weight: bold;}
.txtNormal {	font-weight: normal;}

/* ↓ ver 4.0.0.1 2015/06/24 S.Fujimura マージン0追加*/
.t00 {	margin-top: 0px;}
/* ↑ ver 4.0.0.1 2015/06/24 S.Fujimura マージン0追加*/
.t01s {	margin-top: 3px;}
.t01 {	margin-top: 5px;}
.t02 {	margin-top: 7px;}
.t03 {	margin-top: 10px;}
.t05 {	margin-top: 25px;}
.t05s { margin-top: 22px; }
.t10 {	margin-top: 50px;}
.bp0 {	padding-bottom: 0px !important;}
.pdR8 {	padding-right: 8px;}
.pdR10 {	padding-right: 10px !important;}
.b150 {	margin-bottom: 150px;}
.mL04 {	margin-left: 4px;}
.mL07 {	margin-left: 7px;}
.mL10 {	margin-left: 10px;}
.mL15 { margin-left: 15px;}
.mL280{ margin-left: 280px;}
.mL508{	margin-left: 508px;}
.mL628{ margin-left: 628px;}
.mL613{ margin-left: 618px;}
.mb5 { margin-bottom: 5px; }
.mb10 {	margin-bottom: 30px;}
.mR07 {	margin-right: 7px;}
.colGreen {	color: #579165;}

.center {	text-align: center;}
.right  {   text-align: right; }
.left   {   text-align: left;  }
.floatL {	float: left;}
.floatR {	float: right;}

.clear {	clear: both;}

select option { padding-right: 5px; }

/* ↓ 2015/12/18 Y.Matou 赤文字の色を抑える */
/*
.cloRed {color: #ff0000;}
*/
.cloRed {color: #990000;}
/* ↑ 2015/12/18 Y.Matou 赤文字の色を抑える */

.cloOrange {color: #FF812B;}

.cloGray {color:#9A9A9A;}

.cloGray1 {color:#707070;}

.cloBlack {color:#000000;}

/* ↓ ver 4.0.0.1 2015/07/03 S.Fujimura 色追加 */
.cloRBlue {color:#4169e1;}

.cloWhite {color:#ffffff;}

.colDimGray  {color:#555555;}

.colDarkGray {color:#999999;}
/* ↑ ver 4.0.0.1 2015/07/03 S.Fujimura 色追加 */

/* ↓ ver 4.0.0.1 2015/07/25 S.Usui 色追加 */
.cloDRed {color: #990000;}

.cloDBlue {color: #004b91;}

.cloGreen {color:#4E7C4C;}

.cloBrown {color:#8B4513;}
/* ↑ ver 4.0.0.1 2015/07/25 S.Usui 色追加 */
/*　ボタン　*/

.btnGlass {
	background-image: url(images/reserve/glass.gif);
	height: 18px;
	width: 18px;
	display: block;
	text-align: center;
	overflow: hidden;
	background-repeat: no-repeat;
}
.btnGlass a {
	height: 18px;
	width: 18px;
	display: block;
	text-indent: -9999px;
}
.btnWat02 {
	background-image: url(images/button_water02.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 64px;
	display: block;
	text-align: center;
	color: #666666;
	font-size: 11px;
	/* ↓ ver 4.0.0.1 2015/07/07 S.Fujimura レイアウト調整(文字の高さを中央に揃える) */
	/* line-height: 1.8em; */
	line-height: 19px;
	/* ↑ ver 4.0.0.1 2015/07/07 S.Fujimura レイアウト調整(文字の高さを中央に揃える) */
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top:1px;
}
.btnSpacer {
	background-image: url(images/spacer.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 64px;
	display: block;
	text-align: center;
	font-size: 11px;
	/* ↓ ver 4.0.0.1 2015/07/07 S.Fujimura レイアウト調整(文字の高さを中央に揃える) */
	/* line-height: 1.8em; */
	line-height: 19px;
	/* ↑ ver 4.0.0.1 2015/07/07 S.Fujimura レイアウト調整(文字の高さを中央に揃える) */
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top:1px;
}
.btnWat02 a {
	height: 19px;
	width: 64px;
	display: block;
	/* ↓ ver 4.0.0.1 2015/06/26 S.Fujimura レイアウト調整(文字の高さを中央に揃える) */
	text-align: center;
	line-height: 19px;
	/* ↑ ver 4.0.0.1 2015/06/26 S.Fujimura レイアウト調整(文字の高さを中央に揃える) */
}

.btnWat03 {
	background-image: url(images/button_water03.gif);
	height: 19px;
	width: 113px;
	display: block;
	text-align: center;
	color: #666666;
	font-size: 11px;
	/* ↓ ver 4.0.0.1 2015/07/07 S.Fujimura レイアウト調整(文字の高さを中央に揃える) */
	/* line-height: 1.6em !important; */
	line-height: 19px !important;
	/* ↑ ver 4.0.0.1 2015/07/07 S.Fujimura レイアウト調整(文字の高さを中央に揃える) */
	overflow: hidden;
}
.btnWat03 a {
	/* ↓ ver 4.0.0.1 2015/07/06 S.Fujimura 画像(形式)変更 */
	/* height: 18px; */
	height: 19px;
	/* ↑ ver 4.0.0.1 2015/07/06 S.Fujimura 画像(形式)変更 */
	width: 113px;
	display: block;
	/* ↓ ver 4.0.0.1 2015/06/26 S.Fujimura レイアウト調整(文字の高さを中央に揃える) */
	text-align: center;
	line-height: 19px;
	/* ↑ ver 4.0.0.1 2015/06/26 S.Fujimura レイアウト調整(文字の高さを中央に揃える) */
}
.btnWat05 {
	background-image: url(images/button_water02.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 64px;
	display: block;
	text-align: center;
	color: #666666;
	font-size: 11px;
	/* ↓ ver 4.0.0.1 2015/07/07 S.Fujimura レイアウト調整(文字の高さを中央に揃える) */
	/* line-height: 1.8em; */
	line-height: 19px;
	/* ↑ ver 4.0.0.1 2015/07/07 S.Fujimura レイアウト調整(文字の高さを中央に揃える) */
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top:3px;
}
.btnWat05 a {
	height: 19px;
	width: 64px;
	text-align: center;
	display: block;
}
.btnWat06 {
	background-image: url(images/button_water02.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 64px;
	display: block;
	text-align: center;
	color: #666666;
	font-size: 11px;
	/* ↓ ver 4.0.0.1 2015/07/07 S.Fujimura レイアウト調整(文字の高さを中央に揃える) */
	/* line-height: 1.8em; */
	line-height: 19px;
	/* ↑ ver 4.0.0.1 2015/07/07 S.Fujimura レイアウト調整(文字の高さを中央に揃える) */
	overflow: hidden;
}
.btnWat06 a {
	height: 19px;
	width: 64px;
	text-align: center;
	display: block;
}
/* ↓ ver 4.0.0.1 2015/07/16 S.Fujimura ボタン追加 */
.btnWat07 {
	background-image: url(images/button_water05.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 148px;
	display: block;
	text-align: center;
	color: #666666;
	font-size: 11px;
	line-height: 19px;
	overflow: hidden;
	/* ↓ ver 4.0.0.1 2015/12/10 S.Usui マージン削除 */
	/*
	margin-left: auto;
	margin-right: auto;
	*/
	/* ↑ ver 4.0.0.1 2015/12/10 S.Usui マージン削除 */
}
.btnWat07 a {
	height: 19px;
	width: 149px;
	text-align: center;
	display: block;
}
/* ↑ ver 4.0.0.1 2015/07/16 S.Fujimura ボタン追加 */
/* ↓ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
.btnWat01 a:hover,
.btnWat02 a:hover,
.btnWat03 a:hover,
.btnWat04 a:hover,
.btnWat05 a:hover,
.btnWat06 a:hover,
.btnWat07 a:hover,
.btnWat08 a:hover,
/* ↓ ver 4.0.11.0 2017/01/12 #22698 レイアウト調整 */
/*.btnWat09 a:hover {*/
.btnWat09 a:hover,
.btnWat10 a:hover {
/* ↑ ver 4.0.11.0 2017/01/12 #22698 レイアウト調整 */
	color: #FF6600;
	text-decoration: none;
}
/* ↑ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
.btnGray03 {
	background-image: url(images/button_gray03.gif);
	height: 19px;
	width: 112px;
	display: block;
	text-align: center;
	color: #666666;
	font-size: 11px;
	/* ↓ ver 4.0.0.1 2015/07/20 S.Fujimura レイアウト調整(文字の高さを中央に揃える) */
	/* line-height: 1.7em; */
	line-height: 19px;
	vertical-align: middle;
	/* ↑ ver 4.0.0.1 2015/07/20 S.Fujimura レイアウト調整(文字の高さを中央に揃える) */
	overflow: hidden;
}
.btnGray03 a {
	/* ↓ ver 4.0.0.1 2015/07/20 S.Fujimura 画像(形式)変更 */
	/* height: 16px; */
	height: 19px;
	/* ↑ ver 4.0.0.1 2015/07/20 S.Fujimura 画像(形式)変更 */
	width: 112px;
	text-align: center;
	display: block;
}
/* ↓ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
.btnGray03 a:hover {
	color: #FF6600;
	text-decoration: none;
}
/* ↑ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */

.btnBlu02 {
	background-image: url(images/button_blue02.gif);
	height: 19px;
	width: 66px;
	display: block;
	text-align: center;
	color: #666666;
	font-size: 12px;
	/* ↓ ver 4.0.0.1 2015/07/07 S.Fujimura レイアウト調整(文字の高さを中央に揃える) */
	/* line-height: 1.8em; */
	/* overflow: hidden; */
	/*	font-weight: bold;*/
	line-height: 19px;
	vertical-align: middle;
	overflow: hidden;
	/* ↑ ver 4.0.0.1 2015/07/07 S.Fujimura レイアウト調整(文字の高さを中央に揃える) */
	background-repeat: no-repeat;
}
.btnBlu02 a {
	/* ↓ ver 4.0.0.1 2015/07/06 S.Fujimura 画像(形式)変更 */
	/* height: 25px;*/
	height: 19px;
	/* ↑ ver 4.0.0.1 2015/07/06 S.Fujimura 画像(形式)変更 */
	width: 66px;
	display: block;
	/* ↓ ver 4.0.0.1 2015/07/07 S.Fujimura レイアウト調整(文字の高さを中央に揃える) */
	text-align: center;
	line-height: 19px;
	/* ↑ ver 4.0.0.1 2015/07/07 S.Fujimura レイアウト調整(文字の高さを中央に揃える) */
}
.btnBlu02 a:visited {
	/* ↓ ver 4.0.0.1 2015/07/23 S.Fujimura 画像(形式)変更 */
	/* color: #FFFF00; */
	color: #555555;
	/* ↑ ver 4.0.0.1 2015/07/23 S.Fujimura 画像(形式)変更 */
	text-decoration: none;
}
.btnBlu02 a:link {
	/* ↓ ver 4.0.0.1 2015/07/23 S.Fujimura 画像(形式)変更 */
	/* color: #FFFF00; */
	color: #555555;
	/* ↑ ver 4.0.0.1 2015/07/23 S.Fujimura 画像(形式)変更 */
	text-decoration: none;
}
.btnBlu02 a:hover {
	/* ↓ ver 4.0.0.1 2015/07/23 S.Fujimura 画像(形式)変更 */
	/* color: #FFFF00; */
	color: #FF6600;
	/* ↑ ver 4.0.0.1 2015/07/23 S.Fujimura 画像(形式)変更 */
	/* ↓ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
	/* text-decoration: underline; */
	text-decoration: none;
	/* ↑ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
}
.btnBlu03 {
	background-image: url(images/button_blue03.gif);
	height: 19px;
	width: 78px;
	display: block;
	text-align: center;
	color: #666666;
	font-size: 12px;
	/* ↓ ver 4.0.0.1 2015/07/07 S.Fujimura レイアウト調整(文字の高さを中央に揃える) */
	/* line-height: 1.8em; */
	line-height: 19px;
	vertical-align: middle;
	/* ↑ ver 4.0.0.1 2015/07/07 S.Fujimura レイアウト調整(文字の高さを中央に揃える) */
	overflow: hidden;
	/* ↓ ver 4.0.0.1 2015/06/26 S.Fujimura レイアウト調整 */
	/* font-weight: bold; */
	/* ↑ ver 4.0.0.1 2015/06/26 S.Fujimura レイアウト調整 */
	background-repeat: no-repeat;
}
.btnBlu03 a {
	height: 19px;
/*	height: 25px;*/
	width: 78px;
	text-align: center;
	display: block;
}
.btnBlu03 a:visited {
	/* ↓ ver 4.0.0.1 2015/07/17 S.Fujimura 画像(形式)変更 */
	/* color: #FFFFFF; */
	color: #555555;
	/* ↑ ver 4.0.0.1 2015/07/17 S.Fujimura 画像(形式)変更 */
	text-decoration: none;
}
.btnBlu03 a:link {
	/* ↓ ver 4.0.0.1 2015/07/17 S.Fujimura 画像(形式)変更 */
	/* color: #FFFFFF; */
	color: #555555;
	/* ↑ ver 4.0.0.1 2015/07/17 S.Fujimura 画像(形式)変更 */
	text-decoration: none;
}
.btnBlu03 a:hover {
	/* ↓ ver 4.0.0.1 2015/07/17 S.Fujimura 画像(形式)変更 */
	/* color: #FFFFFF; */
	color: #FF6600;
	/* ↑ ver 4.0.0.1 2015/07/17 S.Fujimura 画像(形式)変更 */
	/* ↓ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
	/* text-decoration: underline; */
	text-decoration: none;
	/* ↑ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
}
.btnTbl {
	border: 0px !important;
}
.btnTbl td {
	padding: 0px !important;
	border: 0px none !important;
}
.btnOra01 {
	background-image: url(images/button_green01.gif);
	height: 28px;
	width: 116px;
	text-align: center;
	overflow: hidden;
	font-size: 12px;
	background-repeat: no-repeat;
}
.btnOra01 a {
	height: 24px;
	width: 116px;
	display: block;
	text-align: center;
	padding-top: 5px;
	}
.btnOra01 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
.btnOra01 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.btnOra01 a:hover {
	color: #FFFFFF;
	/* ↓ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
	/* text-decoration: underline; */
	text-decoration: none;
	/* ↑ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
}

/* ↓ ver 4.0.0.1 2015/07/07 S.Fujimura オレンジ色ボタン */
.btnOra03 {
	background-image: url(images/button_orange03.gif);
	height: 19px;
	width: 78px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #666666;
	font-size: 12px;
	line-height: 19px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.btnOra03 a {
	height: 19px;
	width: 78px;
	text-align: center;
	display: block;
	}
.btnOra03 a:visited {
	color: #555555;
	text-decoration: none;
	}
.btnOra03 a:link {
	color: #555555;
	text-decoration: none;
}
.btnOra03 a:hover {
	color: #FF6600;
	/* ↓ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
	/* text-decoration: underline; */
	text-decoration: none;
	/* ↑ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
}
/* ↑ ver 4.0.0.1 2015/07/07 S.Fujimura オレンジ色ボタン */

/* ↓ ver 4.0.0.1 2015/08/04 S.Usui オレンジ色ボタン */
.btnOra04 {
	background-image: url(images/button_orange04.gif);
	height: 56px;
	width: 136px;
	text-align: center;
	overflow: hidden;
	font-size: 12px;
	font-weight:bold;
	background-repeat: no-repeat;
}

.btnOra04 a {
	height: 56px;
	width: 136px;
	display: block;
	text-align: center;
	line-height: 27px;
}

.btnOra04 a:visited {
	color: #000000;
	text-decoration: none;
}

.btnOra04 a:link {
	color: #000000;
	text-decoration: none;
}
.btnOra04 a:hover {
	color: #000000;
	/* ↓ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
	/* text-decoration: underline; */
	text-decoration: none;
	/* ↑ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
}
/* ↑ ver 4.0.0.1 2015/08/04 S.Usui オレンジ色ボタン */

/* ↓ ver 4.0.0.1 2015/12/22 R.Umino 水色ボタン */
.btnWat08 {
	background-image: url(images/button_water07.gif);
	height: 56px;
	width: 136px;
	text-align: center;
	overflow: hidden;
	font-size: 12px;
	font-weight:bold;
	background-repeat: no-repeat;
	/* ↓ ver 4.0.0.1 2016/01/13 H.Sato ボタン中央揃え */
	margin: 0 auto;
	/* ↑ ver 4.0.0.1 2016/01/13 H.Sato ボタン中央揃え */
}

.btnWat08 a {
	height: 56px;
	width: 136px;
	display: block;
	text-align: center;
	line-height: 27px;
}

.btnWat08 a:visited {
	color: #000000;
	text-decoration: none;
}

.btnWat08 a:link {
	color: #000000;
	text-decoration: none;
}
.btnWat08 a:hover {
	/* ↓ ver 4.0.0.1 2016/1/6 R.Umino */
	/*color: #000000;*/
	color: #FF6600;
	/* ↑ ver 4.0.0.1 2016/1/6 R.Umino */
	text-decoration: none;
}
/* ↑ ver 4.0.0.1 2015/12/22 R.Umino 水色ボタン */
/* ↓ ver 4.0.0.1 2016/1/5 R.Umino 水色ボタン追加 */


.btnWat09 {
	
	background-image: url(images/button_water07.gif);
	background-repeat: no-repeat;
	height: 56px;
	width: 136px;
	display: block;
	text-align: center;
	color: #666666;
	font-size: 12px;
	line-height: 56px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top:1px;
}

.btnWat09 a {
	height: 56px;
	width: 136px;
	display: block;
	vertical-align:middle;
	text-align: center;
	line-height: 56px;
	text-valign: middle;
}

.btnWat09 a:visited {
	color: #000000;
	text-decoration: none;
}

.btnWat09 a:link {
	color: #000000;
	text-decoration: none;
}
.btnWat09 a:hover {
	color: #FF6600;
	text-decoration: none;
}
/* ↑ ver 4.0.0.1 2015/12/22 R.Umino 水色ボタン追加 */

/* ↓ ver 4.0.11.0 2017/01/12 #22698 レイアウト調整 */
.btnWat10 {
	background-image: url(images/button_water08.gif);
	height: 19px;
	width: 22px;
	display: block;
	text-align: center;
	color: #666666;
	font-size: 11px;
	line-height: 1.8em;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.btnWat10 a {
	height: 19px;
	width: 22px;
	text-align: center;
	display: block;
}
/* ↑ ver 4.0.11.0 2017/01/12 #22698 レイアウト調整 */

/* ver 3.0.0.1 2012/09/27 S.Nishijima オレンジ色→灰色 */
/* 単価　灰色 */
.Tanka04 {
	color: #D4D0C8;
	text-align: left;
	font-size: 16px;	/* 14→16 */
	font-weight: bold;
}


/*
ログイン画面
----------------------------------------------*/

#logo {
	width: 750px;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 12px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#contents {
/* ↓ ver 4.0.0.1 2015/06/01 S.Fujimura ログイン画面レイアウト変更 */
/*
	width: 750px;
	border: 1px solid #CCCCCC;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 12px;
	line-height: 1.3;
	margin-right: auto;
	margin-left: auto;
*/
	width: 400px;
	font-size: 12px;
	line-height: 1.3;
	margin: -180px 0 0 -200px;
	top: 40%;
	left: 50%;
	position: absolute;
/* ↑ ver 4.0.0.1 2015/06/01 S.Fujimura ログイン画面レイアウト変更 */
}
.loginFrame td {
/* ↓ ver 4.0.0.1 2015/06/01 S.Fujimura ログイン画面レイアウト変更 */
/*
	padding: 2px;
	background-color: #dfeddd;
*/
	background-color: #ffffff;
/* ↑ ver 4.0.0.1 2015/06/01 S.Fujimura ログイン画面レイアウト変更 */
}
/* ↓ ver 4.0.0.1 2015/06/01 S.Fujimura ログイン画面レイアウト変更 */
.loginFrame ul {
	padding-left: 50px;
	text-align: left;
}
/* ↑ ver 4.0.0.1 2015/06/01 S.Fujimura ログイン画面レイアウト変更 */

.btnLogin table{
	margin: 0px !important;
}
/* ↓ ver 4.0.0.1 2015/06/01 S.Fujimura ログイン画面レイアウト変更 */
/*
.btnLogin td{
	padding: 0px;
	height: 23px;
}
#copyright {
	width: 750px;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 70%;
	margin-right: auto;
	margin-left: auto;
}
*/
.btnLogin td{
	padding: 0px;
}

.loginForm {
	margin-right: auto;
	margin-left: auto;
}
.loginForm td {
	background-color: #ffffff;
}

.SeparatorLine_T10 {
	padding-top: 10px;
}

#copyright {
	width: 400px;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 80%;
	margin-right: auto;
	margin-left: auto;
	font-family: メイリオ;
}
/* ↑ ver 4.0.0.1 2015/06/01 S.Fujimura ログイン画面レイアウト変更 */

.navi {
	/* ↓ ver 4.0.0.1 2015/08/14 S.Fujimura レイアウト調整 */
	/* float: left; */
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/* ↑ ver 4.0.0.1 2015/08/14 S.Fujimura レイアウト調整 */
	width: 828px;
}

.btnBlu {
	background-image: url(images/button_blue.gif);
	height: 25px;
	width: 66px;
	display: block;
	text-align: center;
	color: #666666;
	font-size: 12px;
	line-height: 1.8em;
	overflow: hidden;
	font-weight: bold;
}
.btnBlu a {
	height: 25px;
	width: 66px;
	display: block;
}
.btnBlu a:visited {
	color: #508bcb;
	text-decoration: none;
}
.btnBlu a:link {
	color: #508bcb;
	text-decoration: none;
}
.btnBlu a:hover {
	color: #FF6600;
	/* ↓ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
	/* text-decoration: underline; */
	text-decoration: none;
	/* ↑ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
}

/* ↓ ver 4.0.0.1 2015/06/01 S.Fujimura ログイン画面レイアウト変更 */
.btnLogin2 {
	background-image: url(images/login/login-button-01.gif);
	height: 28px;
	width: 200px;
	display: block;
	text-align: center;
	color: #666666;
	font-size: 12px;
	line-height: 28px;
	overflow: hidden;
	font-weight: bold;
}
.btnLogin2 a {
	height: 28px;
	width: 200px;
	display: block;
}
.btnLogin2 a:visited {
	color: #508bcb;
	text-decoration: none;
}
.btnLogin2 a:link {
	color: #508bcb;
	text-decoration: none;
}
.btnLogin2 a:hover {
	color: #FF6600;
	/* ↓ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
	/* text-decoration: underline; */
	text-decoration: none;
	/* ↑ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
}
/* ↑ ver 4.0.0.1 2015/06/01 S.Fujimura ログイン画面レイアウト変更 */

/* ver 3.0.0.1 2012/07/30 T.Abe モード切替追加 */
.btnSMMode a {
	display: block;
}
.btnSMMode a:visited {
/* ↓ ver 4.0.0.1 2015/06/01 S.Fujimura ログイン画面レイアウト変更 */
	/* color: #FFFFFF; */
	color: #000000;
/* ↑ ver 4.0.0.1 2015/06/01 S.Fujimura ログイン画面レイアウト変更 */
	text-decoration: none;
}
.btnSMMode a:link {
/* ↓ ver 4.0.0.1 2015/06/01 S.Fujimura ログイン画面レイアウト変更 */
	/* color: #FFFFFF; */
	color: #000000;
/* ↑ ver 4.0.0.1 2015/06/01 S.Fujimura ログイン画面レイアウト変更 */
	text-decoration: none;
}
.btnSMMode a:hover {
	color: #FF6600;
	/* ↓ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
	/* text-decoration: underline; */
	text-decoration: none;
	/* ↑ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
}

.btnSMModeLogin {
	background-image: url(images/login/login-button-02.gif);
	display: block;
	text-align: center;
	color: #666666;
	font-size: 12px;
	line-height: 1.8em;
	overflow: hidden;
	font-weight: bold;
}
.btnSMModeLogin {
	height: 28px;
	/* ↓ ver 4.0.0.1 2015/06/23 S.Fujimura 画像(形式)変更 */
	/* width: 230px; */
	width: 200px;
	/* ↑ ver 4.0.0.1 2015/06/23 S.Fujimura 画像(形式)変更 */
	margin-left: auto;
	margin-right:auto;
}
.btnSMModeLogin a {
	margin-top: 5px;
	height: 28px;
	/* ↓ ver 4.0.0.1 2015/06/23 S.Fujimura 画像(形式)変更 */
	/* width: 230px; */
	width: 200px;
	/* ↑ ver 4.0.0.1 2015/06/23 S.Fujimura 画像(形式)変更 */
}

/* ↓ ver 4.0.0.1 2015/10/19 S.Fujimura 切鉢分離 */
/*
.btnSMModeTop {
	background-image: url(images/top_sm.gif);
	display: block;
	text-align: center;
	color: #666666;
	font-size: 12px;
	line-height: 1.8em;
	overflow: hidden;
	font-weight: bold;
}
.btnSMModeTop {
	height: 40px;
	width: 156px;
}
.btnSMModeTop a {
	height: 18px;
	width: 150px;
}
*/
/* ↑ ver 4.0.0.1 2015/10/19 S.Fujimura 切鉢分離 */

/*
グランドナビ------------------*/

.gnavi {
/* ↓ ver 6.0.0.1 2020/06/09 Y.Ito 事前入札対応 買受人タブ欄に「ライブ」追加の為 */
	width: 658px;
/* ↑ ver 6.0.0.1 2020/06/09 Y.Ito 事前入札対応 買受人タブ欄に「ライブ」追加の為 */
	display: block;
	float: left;
	height: 30px;
}
.gnavi2 {
/* ↓ ver 6.0.0.1 2020/06/09 Y.Ito 事前入札対応 買受人タブ欄に「ライブ」追加の為 */
	width: 658px;
/* ↑ ver 6.0.0.1 2020/06/09 Y.Ito 事前入札対応 買受人タブ欄に「ライブ」追加の為 */
	display: block;
	float: left;
	height: 30px;
}
.gnavi li,
.gnavi2 li {
	float: left;
	list-style-type: none;
	height: 30px;
	display: block;
	width: 94px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
	/* ↓ ver 4.0.0.1 2015/07/17 S.Fujimura 切鉢分離 */
	/* background-image: url(images/gmenu.gif); */
	/* ↑ ver 4.0.0.1 2015/07/17 S.Fujimura 切鉢分離 */
	text-indent: -3px;
	text-align: center;
	/* ↓ ver 4.0.0.1 2015/07/22 S.Fujimura レイアウト調整 */
	line-height: 25px;
	/* ↑ ver 4.0.0.1 2015/07/22 S.Fujimura レイアウト調整 */
    background-repeat: no-repeat;
}
.gnavi li a:link,
.gnavi2 li a:link {
	display: block;
	height: 30px;
	outline: 0;
	text-decoration: none;
	color: #999999;
	/* ↓ ver 4.0.0.1 2015/07/22 S.Fujimura レイアウト調整 */
	/* padding-top: 9px; */
	padding-top: 5px;
	/* ↑ ver 4.0.0.1 2015/07/22 S.Fujimura レイアウト調整 */
}
.gnavi li a:visited,
.gnavi2 li a:visited {
	display: block;
	height: 30px;
	outline: 0;
	text-decoration: none;
	color: #999999;
	/* ↓ ver 4.0.0.1 2015/07/22 S.Fujimura レイアウト調整 */
	/* padding-top: 9px; */
	padding-top: 5px;
	/* ↑ ver 4.0.0.1 2015/07/22 S.Fujimura レイアウト調整 */
}
.gnavi li a:hover,
.gnavi li a.active,
.gnavi2 li a:hover,
.gnavi2 li a.active {
	/* ↓ ver 4.0.0.1 2015/07/17 S.Fujimura 切鉢分離 */
	/* background-image: url(images/gmenu.gif); */
	/* ↑ ver 4.0.0.1 2015/07/17 S.Fujimura 切鉢分離 */
	background-position: left -33px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #FFFF00 !important;
}
.search {
	clear: both;
	background-image: url(images/top_right-07.gif);
	height: 35px;
	width: 560px;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	margin-left: 15px;
}
.search table {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.search td {
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #deeddd;
	border-left-color: #deeddd;
}
.search input {
	width: 100px;
	height: 18px;
}
.footer {
	width: 990px;
	margin-top: 35px;
	/* ↓ ver 4.0.0.1 2015/11/25 S.Fujimura レイアウト枠追加 */
	/*
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #eaeaea;
	*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c4c4c4;
	/* ↑ ver 4.0.0.1 2015/11/25 S.Fujimura レイアウト枠追加 */
	padding-top: 5px;
	text-align: right;
	font-size: 10px;
	padding-bottom: 20px;
	/* ↓ ver 4.0.0.1 2015/06/11 S.Fujimura レイアウト中央寄せ */
	/* float: left;*/
	margin: 0 auto;
	/* ↑ ver 4.0.0.1 2015/06/11 S.Fujimura レイアウト中央寄せ */
}
.footLnk {
	float: right;
	margin-right: 0px;
	margin-left: 0px;
}
.footLnk td {
	padding-right: 5px;
	padding-left: 5px;
	line-height: 1.2;
/*	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;*/
	font-size: 10px;
}
/* ↓ ver 4.0.0.1 2015/12/03 S.Fujimura フォーカス時は下線を表示 */
/*
.footLnk a {
	text-decoration: none;
}
*/
/* ↑ ver 4.0.0.1 2015/12/03 S.Fujimura フォーカス時は下線を表示 */

/* ↓ 2015/12/16 Y.Matou クラス名の大文字小文字をcfmと統一 */
/*
.footLnk3 {
*/
.FootLnk3 {
/* ↑ 2015/12/16 Y.Matou クラス名の大文字小文字をcfmと統一 */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

.copyright {
	padding-left: 10px !important;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}


/*
トップページ
----------------------------------------------*/

#leftC {
	float: left;
	width: 155px;
	display: block;
	text-align: left;
}
#rightCt {
	width: 988px;
	clear: both;
	/* ↓ ver 4.0.0.1 2015/07/23 S.Fujimura レイアウト中央寄せ */
	margin: 0 auto;
	/* ↑ ver 4.0.0.1 2015/07/23 S.Fujimura レイアウト中央寄せ */
}
#rightC {
	/* ↓ver 4.0.0.1 2016/01/19 レイアウト調整 M.Wakita */
	/* width: 815px;*/
	width: 819px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e3dacb;
	padding-left: 8px;
	text-align: left;
	display: inline;
	float: left;
	/* ↓ ver 4.0.0.1 2015/08/08 S.Fujimura レイアウト変更 */
	/* margin-left: 8px; */
	margin-left: 5px;
	/* ↑ ver 4.0.0.1 2015/08/08 S.Fujimura レイアウト変更 */
}
.infoTop {
	margin-bottom: 5px;
}
.infoTop th {
	font-size: 12px;
	font-weight: normal;
	color: #A5896D;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.infoTop td {
	/* ↓ ver 4.0.0.1 2015/06/23 S.Fujimura 画像(形式)変更 */
	/* background: url(images/top_right-08.gif) no-repeat; */
	/* height: 104px;*/
	/* ↑ ver 4.0.0.1 2015/06/23 S.Fujimura 画像(形式)変更 */
	padding: 0px;
	text-align: left;
}

.infoTop td ul {
	margin: 0px;
	padding: 0px;
/* ↓ ver 4.0.0.1 2015/06/24 S.Fujimura レイアウト調整 */
	/* margin-top: 12px; */
	margin-top: 6px;
	margin-bottom: 6px;
/* ↑ ver 4.0.0.1 2015/06/24 S.Fujimura レイアウト調整 */
}

.infoTop td li {
	font-size: 12px;
	line-height: 1.3em;
	/* ↓ ver 4.0.0.1 2015/12/07 S.Fujimura レイアウト調整 */
	/* margin: 0px 0px 0px 40px; */
	margin: 0px 0px 0px 10px;
	/* ↑ ver 4.0.0.1 2015/12/07 S.Fujimura レイアウト調整 */
	padding: 0px;
	/* ↓ ver 4.0.0.1 2015/12/07 S.Fujimura レイアウト調整 */
	/* list-style-type: disc; */
	list-style-type: none;
	/* ↑ ver 4.0.0.1 2015/12/07 S.Fujimura レイアウト調整 */
}
/* ↓ ver 4.0.0.1 2015/06/24 S.Fujimura トップページ用追加 */
.infoTopHead {
	margin-bottom: -1px;
}
.infoTopHead th {
	font-size: 12px;
	font-weight: normal;
	color: #A5896D;
	text-align: left;
/*	padding-top: 5px;
	padding-bottom: 5px;*/
	height: 26px;
}
.infoTopHead td {
	padding: 0px;
	text-align: left;
}
/* ↑ ver 4.0.0.1 2015/06/24 S.Fujimura トップページ用追加 */
/* ↓ ver 4.0.0.1 2015/06/19 S.Fujimura 切鉢分離 */
/*
.titleBar {
	background-image: url(images/title_bar.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 800px;
	margin-bottom: 10px;
	padding-left: 13px;
	font-weight: bold;
	color: #579065;
	font-size: 16px;
	line-height: 1.4em;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	letter-spacing: 2px;
}
.cateTtl {
	background-image: url(images/bg_category.gif);
	background-repeat: no-repeat;
	height: 17px;
	padding-left: 18px;
	font-size: 12px;
	padding-top: 2px;
}
*/
/* ↑ ver 4.0.0.1 2015/06/19 S.Fujimura 切鉢分離 */
.frame00 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.frame01 {
	border: 1px solid #cbe3b8;
	height: 235px;
	background: url(images/frame_bg01a.gif) repeat-x left bottom;
}
.frame00 th {
	background: url(images/frame_bg01a.gif) repeat-x left bottom;
	border: 1px solid #cbe3b8;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	line-height: 1.2em;
}

.frame02 {
	border: 1px solid #cbe3b8;
	height: 100px;
	background: url(images/frame_bg01b.gif) repeat-x left bottom;
}
.frame03 {
	border: 1px solid #EFEFEF;
	height: 255px;
}
.cateList {
	font-size: 12px;
	line-height: 1.3em;
	margin: 10px 13px;
}


.ranking {
	width: 155px;
	font-size: 10px;
	line-height: 1.6;
	margin-bottom: 10px;
}
.ranking ol {
	width: 155px;
}
.ranking li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3dacb;
	list-style-type: none;
}
.ranking .btm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.sideBar {
	background-image: url(images/side_title.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 155px;
	/* ↓ ver 4.0.0.1 2015/06/23 S.Fujimura 画像(形式)変更 */
	/* font-size: 11px; */
	/* color: #579065; */
	font-size: 12px;
	color: #FFFFFF;
	/* ↑ ver 4.0.0.1 2015/06/23 S.Fujimura 画像(形式)変更 */
	text-align: left;
}
.sideBar img {
	vertical-align: middle;
}
/* ↓ ver 4.0.0.1 2015/06/19 S.Fujimura 切鉢分離 */
/*
.searchBar2 {
	height: 25px;
	width: 748px;
	font-size: 12px;
	color: #579065;
	padding-top: 7px;
	background-image: url(images/search/ttl_search.gif);
	background-repeat: no-repeat;
	text-align: left;
	font-weight: bold;
	text-indent: 30px;
}
*/
/* ↑ ver 4.0.0.1 2015/06/19 S.Fujimura 切鉢分離 */

.searchLeft {
	width: 155px;
	font-size: 10px;
	line-height: 1.6;
	margin-bottom: 10px;
	margin-top: 10px;
}
.iconImg {
/*
	margin-top: 10px;
	margin-bottom: 10px;
*/
}
.inp {
	/* ↓ ver 4.0.0.1 2016/02/02 R.Umino レイアウト調整、終端を揃える */
	/*width: 150px;*/
	width: 155px;
	*width: 153px;
	/* ↑ ver 4.0.0.1 2016/02/02 R.Umino レイアウト調整、終端を揃える */
}
/* ↓ ver 4.0.0.1 2016/02/02 S.Fujimura レイアウト調整 */
.inp_cmb {
	width: 155px;
}
/* ↑ ver 4.0.0.1 2016/02/02 S.Fujimura レイアウト調整 */
.tblNaviLeft td {
	font-size: 12px;
	/* ↓ ver 4.0.0.1 2015/08/12 S.Fujimura 共通色に変更 */
	/* color: #4E7C4C;*/
	color: #004b91;
	/* ↑ ver 4.0.0.1 2015/08/12 S.Fujimura 共通色に変更 */
	border-bottom-color: #FFFFFF !important;
}



.check {
	width: 155px;
	font-size: 10px;
	line-height: 1.6;
	margin-bottom: 10px;
}
.check td {
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3dacb;
}
.check .checkimg {
	border: none;
	float: left;
	/* ↓ ver 4.0.0.1 2016/02/05 S.Fujimura レイアウト調整 */
	margin-right: 3px;
	/* ↑ ver 4.0.0.1 2016/02/05 S.Fujimura レイアウト調整 */
}
.txLink {
	text-align: right;
	margin-top: 5px;
}
.linkBnr {
	/*list-style-type: none;*/
}
.linkBnr li {
	height: 43px;
	width: 156px;
	/*display: block;*/
}
.bnr1 {
	background-image: url(images/left-09.gif);
	margin-bottom: 3px;
}
.bnr2 {
	background-image: url(images/left-10.gif);
}
.linkBnr a {
	display: block;
	height: 43px;
	font-size: xx-small;
	text-indent: -9999px;
}
.headLnk,
.headLnk2 {
	float: right;
	font-size: 10px;
	margin-bottom: 5px;
}
.headLnk td,
.headLnk2 td {
	padding-right: 3px;
	padding-left: 3px;
/*	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999; */
	line-height: 1.2;
}
/* ↓ ver 4.0.0.1 2015/12/03 S.Fujimura フォーカス時は下線を表示 */
/*
.headLnk a,
.headLnk2 a {
	text-decoration: none;
}
*/
/* ↑ ver 4.0.0.1 2015/12/03 S.Fujimura フォーカス時は下線を表示 */
.headLnk3 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

.head {
	float: left;
	margin-bottom: 15px;
}
.head2 {
	float: left;
	margin-bottom: 15px;
}
.head th,
.head2 th {
	text-align: left;
	padding-right: 8px;
	line-height: 16px;
}
.head h1,
.head2 h1 {
	font-weight: normal;
	font-size: 14px;
}
.head td,
.head2 td {
	background-image: url(images/button_gray02.gif);
	width: 71px;
}
.head a,
.head2 a {
	height: 22px;
	width: 71px;
	display: block;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.7em;
}
/* ↓ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
.head a:hover,
.head2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
/* ↑ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */

/*ver3.0.0.1 2012/06/18 S.Nishizima 商品カタログ　追加 */
.themeIcon
{
	width:80px;
}

.themeName
{
	width:400px;
	vertical-align:middle;
}

.themeName a:link, .themeName a:visited
{
	color: #004b91;
/*	color:#4e7c4c;*/
	text-decoration:none;
	font-size:16px;
	font-weight: bold;
}

.themeName a:hover
{
	text-decoration:underline;
}

.themeDay
{
	width:80px;
	line-height:20px;
	text-align:center;
}

.themeKensu
{
	color: #004b91;
/*	color:#4e7c4c;*/
	font-weight: bold;
}

.themeGazou
{
	width:60px;
	text-align:center;
}

.themeAll
{
	text-align:right;
}

.themeAll a:link, .themeAll a:visited
{
	color: #004b91;
/*	color:#4e7c4c;*/
	text-decoration:none;
	font-size:12px;
}

.themeAll a:hover
{
	text-decoration:underline;
}

.themaBackBtn
{
	margin-left: 730px;
}


/*
マイページ
----------------------------------------------*/

.categoryLeft {
	width: 155px;
	font-size: 10px;
	line-height: 1.6;
	margin-bottom: 10px;
	margin-top: 10px;
}
.categoryLeft ol {
	width: 156px;
}
/* ↓ ver 4.0.0.1 2015/06/19 S.Fujimura 切鉢分離 */
/*
.categoryLeft li {
	list-style-type: none;
	background: url(images/left-13.gif) no-repeat left center;
	padding-left: 12px;
	line-height: 1.2em;
}
*/
/* ↑ ver 4.0.0.1 2015/06/19 S.Fujimura 切鉢分離 */
.pultbl {
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
.pultbl td{
	font-size: 10px;
	padding: 2px;
	cursor: hand;
}


/*
入荷商品検索
----------------------------------------------*/

.snavi {
	/* ↓ ver 4.0.0.1 2015/08/08 S.Fujimura レイアウト変更*/
	/* height: 33px; */
	/* width: 988px; */
	width: 828px;
	/* ↑ ver 4.0.0.1 2015/08/08 S.Fujimura レイアウト変更*/
	display: block;
	/* ↓ ver 4.0.0.1 2015/07/22 S.Fujimura レイアウト調整 */
	/* background-image: url(images/subnavi_bg.gif); */
	/* background-repeat: no-repeat; */
	/* ↑ ver 4.0.0.1 2015/07/22 S.Fujimura レイアウト調整 */
	background-position: left top;
	float: left;
	/* ↓ ver 4.0.0.1 2015/07/22 S.Fujimura レイアウト調整 */
	/* margin-bottom: 10px; */
	/* ↑ ver 4.0.0.1 2015/07/22 S.Fujimura レイアウト調整 */
	text-align: left;
}
/* ↓ ver 4.0.0.1 2015/07/22 S.Fujimura レイアウト調整 */
/*
.snavi table {
	margin-top: 10px;
}
*/
.snaviTop {
	width: 988px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	text-align: left;
}
/* ↑ ver 4.0.0.1 2015/07/22 S.Fujimura レイアウト調整 */

/* ↓ ver 4.0.0.1 2015/08/08 S.Fujimura レイアウト調整 */
.snavi td {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
/*
.snavi td a:visited {
	display: block;
	outline: 0;
	text-decoration: none;
	color: #666666;
}
*/
/* ↑ ver 4.0.0.1 2015/08/08 S.Fujimura レイアウト調整 */

/* ↓ ver 4.0.0.1 2015/08/10 S.Fujimura レイアウト調整 */
/*
.smenu_border {
	border-right-width: 1px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #ffffff;
	line-height: 1.2;
}
.smenu_border a {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	behavior: url(/toyoake/ec/app/PIE.htc);
}
*/
.smenu_border1 {
	width: 65px;
	height: 33px;
	line-height: 33px;
}
.smenu_border2 {
	width: 90px;
	height: 33px;
	line-height: 33px;
}
.smenu_border3 {
	width: 115px;
	height: 33px;
	line-height: 33px;
}
.smenu_border4 {
	width: 140px;
	height: 33px;
	line-height: 33px;
}

.smenu_border1 a:link,
.smenu_border2 a:link,
.smenu_border3 a:link,
.smenu_border4 a:link {
	display: block;
	outline: 0;
	height: 33px;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	color: #999999;
	cursor: hand;
	cursor: pointer;
}
.smenu_border1 a:visited,
.smenu_border2 a:visited,
.smenu_border3 a:visited,
.smenu_border4 a:visited {
	display: block;
	outline: 0;
	height: 30px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	color: #999999;
	cursor: hand;
	cursor: pointer;
}
.smenu_border1 a:hover,
.smenu_border1 a.active,
.smenu_border2 a:hover,
.smenu_border2 a.active,
.smenu_border3 a:hover,
.smenu_border3 a.active,
.smenu_border4 a:hover,
.smenu_border4 a.active {
	display: block;
	outline: 0;
	height: 33px;
	text-decoration: none;
	background-position: left -36px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: #555555 !important;
	cursor: hand;
	cursor: pointer;
}
/* ↑ ver 4.0.0.1 2015/07/22 S.Fujimura レイアウト調整 */

/*---類似商品-------------*/

.proList {
	width: 815px;
	float: right;
	display: block;
}
/* ↓ ver 4.0.0.1 2016/01/27 S.Fujimura レイアウト調整 */
.proListDx {
	width: 819px;
	float: right;
	display: block;
}
/* ↑ ver 4.0.0.1 2016/01/27 S.Fujimura レイアウト調整 */
.day {
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 1.3;
	color: #588E5F;
}
.tblS {
	float: left;
	clear: both;
	
	width: 815px;
	border: 1px solid #CCCCCC;
	background-image: url(images/detail/bg_table.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	margin-bottom: 5px;
	table-layout: fixed;/* 2016/01/21 To.Sugiyama レイアウト崩れ修正 */
}
/* ver 2.0.0.5 M.Watanabe エラー用赤枠追加 */
.tblSErr {
	float: left;
	clear: both;
	width: 815px;
	border: 1px solid #FF0000;
	background-image: url(images/detail/bg_table.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	margin-bottom: 5px;
}
.tblSimg {
	text-align: center;
	width: 103px;
	vertical-align: top;
}

.Ttl03 {
	/* ↓ ver 4.0.0.1 2015/08/14 S.Fujimura レイアウト調整 */
	/* color: #4E7C4C; */
	color: #004b91;
	/* ↓ ver 4.0.0.1 2015/08/14 S.Fujimura レイアウト調整 */
	text-align: left;
	font-size: 16px;	/* 12→16 */
	/*line-height: 1.5;*/
	font-weight: bold;
	/* ↓ ver 4.0.0.1 2015/08/14 S.Fujimura レイアウト調整 */
	/* text-decoration: underline;*/
	text-decoration: none;
	/* ↑ ver 4.0.0.1 2015/08/14 S.Fujimura レイアウト調整 */
}
.Ttl06 {
	/* ↓ ver 4.0.0.1 2015/08/14 S.Fujimura 色変更 */
	/* color: #4E7C4C; */
	color: #004b91;
	/* ↑ ver 4.0.0.1 2015/08/14 S.Fujimura 色変更 */
	text-align: left;
	/*line-height: 1.5;*/
	/* ↓ ver 4.0.0.1 2015/08/14 S.Fujimura レイアウト調整 */
	/* text-decoration: underline;*/
	text-decoration: none;
	/* ↑ ver 4.0.0.1 2015/08/14 S.Fujimura レイアウト調整 */
}
.price {
	color: #004b91;
/*	color: #4E7C4C;*/
	text-align: right;
	font-size: 12px;
	line-height: 1.3;
	font-weight: bold;
}
.txttbl	 {
	font-size: 12px;
	line-height: 1.2em;
}
.txttbl td {
	padding-bottom: 2px;
	font-size: 12px;
}
/* ver 3.0.0.1 2012/09/20 S.Nishijima  border : 2px solid #00AA00; → border : 2px solid #00AA00; */
.imgGenWaku {			/* 現物画像 緑 */
	border : 2px solid #00AA00;
}
/* ver 3.0.0.1 2012/09/20 S.Nishijima  border: 3px solid #FFFF00; → border: 2px solid #DDDD00; */
.imgKakoWaku {			/* 過去画像 黄色*/
    border: 2px solid #DDDD00;
}
/* ver 3.0.0.1 2012/09/20 S.Nishijima  border: 0px;→ border: 2px; */
.imgNoWaku {			/* NoImage画像*/
   border: 2px;
}
/* ↓ ver 4.0.0.1 2015/08/17 S.Usui 品種サンプル枠追加 */
/* 品種サンプル 水色*/
.imgHinshuWaku {
    border: 2px solid #42c7ff;
}
/* ↑ ver 4.0.0.1 2015/08/17 S.Usui 品種サンプル枠追加 */

/*-ナビゲーション--------------*/

.tblNavi {
	clear: both;
	float: left;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.3;
	/* ↓ ver 4.0.0.1 2015/08/12 S.Fujimura 共通色に変更 */
	/* color: #4E7C4C;*/
	color: #004b91;
	/* ↑ ver 4.0.0.1 2015/08/12 S.Fujimura 共通色に変更 */
}
/* ↓ ver 4.0.0.1 2015/06/24 S.Fujimura トップページ用追加 */
.tblNavi_top {
	clear: both;
	float: left;
	font-size: 12px;
	line-height: 1.3;
	color: #004b91;
}
/* ↑ ver 4.0.0.1 2015/06/24 S.Fujimura トップページ用追加 */
/* ↓ 2015/12/21 To.Sugiyama 下マージン調整 */
.tblNavi_nof {
	float: none;
}
/* ↑ 2015/12/21 To.Sugiyama 下マージン調整 */
.tblNavi2 {
	clear: both;
	float: left;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.3;
}
.tblNavi2 td {
	white-space: nowrap;
	padding-right: 2px;
}
.tblNavi3 {
	clear: both;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.3;
	/* ↓ ver 4.0.0.1 2015/08/12 S.Fujimura 共通色に変更 */
	/* color: #4E7C4C;*/
	color: #004b91;
	/* ↑ ver 4.0.0.1 2015/08/12 S.Fujimura 共通色に変更 */
	margin-right: 19px;
	margin-left: 19px;
}
.tblNoList {
	border-collapse: collapse;
	clear: both;
}
/* ↓ ver 4.0.0.1 2015/06/29 S.Fujimura 切鉢分離 */
/*
.tblNoList th {
	font-weight: normal;
	color: #FFFFFF;
	background: #8bc66d;
	padding: 2px;
	border: 1px solid #e4dbd0;
	font-size: 12px;
	text-align: center;
}
.tblNoList td {
	padding: 2px 3px;
	font-size: 12px;
	border: 1px solid #e4dbd0;
}
.tblNoList2 {
	border-collapse: collapse;
}
.tblNoList2 td {
	padding: 3px;
	font-size: 12px;
	border: 1px solid #e4dbd0;
	background: #eff9e5;
}
*/
.TabList {
	border-collapse: collapse;
	clear: both;
}
/* ↑ ver 4.0.0.1 2015/06/29 S.Fujimura 切鉢分離 */


/*-荷受入力--------------------------*/

.nInput {
	float: right;
	width: 815px;
	display: block;
}
.tblNoListT {
	border-collapse: collapse;
	clear: both;
}
/* ↓ ver 4.0.0.1 2015/06/29 S.Fujimura 切鉢分離 */
/*
.tblNoListT th {
	font-weight: normal;
	color: #FFFFFF;
	background: #8bc66d;
	padding: 2px;
	border: 1px solid #e4dbd0;
	font-size: 12px;
	text-align: center;
}
*/
/* ↑ ver 4.0.0.1 2015/06/29 S.Fujimura 切鉢分離 */
.tblNoListT td {
	padding: 3px;
	font-size: 12px;
	border: 1px solid #e4dbd0;
}
.tblNoListT2 {
	border-collapse: collapse;
}
.tblNoListT2 td {
	padding: 2px 3px;
	font-size: 12px;
	border: 1px solid #e4dbd0;
	background: #f5f9f2;
}
.tblInpNo {
	margin-top: 5px;
}
.tblInpNo td {
	padding: 1px 2px;
}
.inpNo {
	width: 70px;
}






/*
予約注文
----------------------------------------------*/


.freeList {
	font-size: 12px;
}
.freeList td {
	padding: 1px 2px 1px 0px;
}
.freeList input {
	vertical-align: middle;
}
.freeList select {
	vertical-align: middle;
}
.pankuzu {
	width: 750px;
	list-style: none;
	display: inline;
	margin-top: 5px;
	margin-left: 25px;
	float: left;
}
.pankuzu li {
	display: inline;
	padding-right: 5px;
	font-size: 10px;
	text-align: left;
	float: left;
}
/* ↓ ver 4.0.0.1 2015/06/19 S.Fujimura 切鉢分離 */
/*
.resDet {
	background-image: url(images/title_bar.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 738px;
	padding-left: 13px;
	font-weight: bold;
	color: #579065;
	font-size: 16px;
	line-height: 1.4em;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	text-align: left;
	clear: both;
	margin-top: 15px;
	margin-left: 25px;
	display: inline;
	float: left;
	letter-spacing: 2px;
}
*/
/* ↑ ver 4.0.0.1 2015/06/19 S.Fujimura 切鉢分離 */
.resDetFrame {
	height: 335px;
	width: 748px;
	clear: both;
	background: url(images/reserve/frame_bg.gif) repeat-x left center;
	margin-top: 15px;
	margin-left: 25px;
	float: left;
	border: 1px solid #CCCCCC;
	display: inline;
}
.rdTbl {
	font-size: 12px;
	margin-right: 9px;
	margin-left: 9px;
}
.rdTbl span {
	line-height: 1.3em;
}
.rdTbl3 td {
	padding-bottom: 8px;
	font-size: 12px;
	line-height: 1.2em;
	vertical-align: top;
	text-align: left;
	padding-right: 5px;
}
.rdTbl3 img {
	vertical-align: middle;
}
.close {
	clear: both;
	float: left;
	width: 740px;
	margin-top: 10px;
	margin-left: 25px;
	text-align: right;
	display: inline;
}
.close2 {
	clear: both;
	float: left;
	width: 730px;
	margin-top: 10px;
	margin-left: 25px;
	text-align: right;
	display: inline;
}


/*
予約注文自由入力
----------------------------------------------*/

.btmLink {
	width: 280px;
	height: 50px;
	background: url(images/btm_link.gif) no-repeat;
	text-align: center;
	position: absolute;
}
.btmLink input {
	margin-top: 5px;
}
.seaDetFrame {
	width: 748px;
	clear: both;
	margin-top: 15px;
	margin-left: 25px;
	float: left;
	border: 1px solid #CCCCCC;
	padding-bottom: 10px;
	text-align: center;
	display: inline;
}
.rdTbl2 {
	margin-right: auto;
	margin-left: auto;
}
.rdTbl2 th {
	font-weight: normal;
	font-size: 12px;
	vertical-align: top;
	line-height: 1.5;
	text-align: left;
}

.rdTbl2 td {
	padding-bottom: 8px;
	font-size: 12px;
	line-height: 1.2em;
	vertical-align: top;
	text-align: left;
}
.rdTbl2 img {
	vertical-align: middle;
}
.rdTbl2 .right {
	text-align: right;
}
.rdTbl2 input,
.rdTbl2 select {
	vertical-align: middle;
}
.tblTop {
	font-size: 12px;
	margin-bottom: 3px;
}
.tblTop td {
	padding-right: 5px;
}
.tblTop input {
	vertical-align: middle;
}
.seisan {
	/* ↓ ver 4.0.0.1 2015/07/27 S.Fujimura レイアウト調整 */
	/* text-decoration: underline; */
	/* ↑ ver 4.0.0.1 2015/07/27 S.Fujimura レイアウト調整 */
}
.Ttl04 {
	/* ↓ ver 4.0.0.1 2015/08/21 S.Fujimura 色変更 */
	/* color: #4E7C4C;*/
	color: #b12704;
	/* ↑ ver 4.0.0.1 2015/08/21 S.Fujimura 色変更 */
	text-align: left;
	font-size: 16px;	/* 14→16 */
	font-weight: bold;
	/* ↓ ver 4.0.0.1 2016/01/26 S.Fujimura フォント変更 */
	font-family: "Meiryo UI" , "メイリオ" , Meiryo , sans-serif;
	font-size: 13.5px;
	line-height: 1em;
	/* ↑ ver 4.0.0.1 2016/01/26 S.Fujimura フォント変更 */
}
/* ↓ ver 4.0.1.0 2016/02/15 S.Fujimura Ttl04分割(ヘッダ、事前入札用) */
.Ttl04_N {
	color: #b12704;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
/* ↑ ver 4.0.1.0 2016/02/15 S.Fujimura Ttl04分割(ヘッダ、事前入札用) */
/* ↓ ver 4.0.0.1 2015/06/29 S.Fujimura レイアウト調整 */
.Ttl04_B {
	color: #000000;
	text-align: left;
	font-size: 16px;	/* 14→16 */
	font-weight: bold;
}
/* ↑ ver 4.0.0.1 2015/06/29 S.Fujimura レイアウト調整 */
.txttbl2	 {
	font-size: 12px;
	line-height: 1.2em;
	float: right;
}
.txttbl2 td {
	font-size: 12px;
	padding-left: 10px;
}
.txttbl3 td {
	padding: 0px;
}

.daiComment {
	/* ↓ ver 4.0.0.1 2015/07/07 S.Fujimura レイアウト調整 */
	/* width: 490px; */
	width: 475px;
	/* ↑ ver 4.0.0.1 2015/07/07 S.Fujimura レイアウト調整 */
}

/*
　商品カタログ
----------------------------------------------*/
/* サンプル商品注文（仕立、素材）*/
.SampleSitateNm {
	width:125px;
	overflow:hidden;
}

/* サンプル商品注文（コメント１／２ 写真なし）*/
.SampleComment {
	width:235px;
	overflow:hidden;
}
/* サンプル商品注文（コメント１／２ 写真あり）*/
.SampleCommentPic {
	width:305px;
	overflow:hidden;
}

/* サンプル商品注文商品詳細*/ /* 990→400 */
.SampleCommentSub {
	width:400px;
	overflow:hidden;
}

/* ↓ ver 4.0.0.1 2015/08/16 S.Fujimura レイアウト調整 */
/* サンプル商品一覧（仕立、素材、査定） */
.SampleMeisai {
	width:45px;
	overflow:hidden;
}
/* ↑ ver 4.0.0.1 2015/08/16 S.Fujimura レイアウト調整 */

/*　ver 3.0.0.1 2012/06/21 S.Nishizima カタログ機能追加対応。
　商品詳細購入
----------------------------------------------*/


.info {
	background: url(images/top_right-08.gif) no-repeat;
	margin-top: 10px;
	margin-left: 60px;
	width: 600px;
}
* html .info {
	margin-left: 90px;
}
.info li {
	font-size: 12px;
	line-height: 1.3em;
	margin: 4px 0px 0px 27px;
	padding: 0px;
	list-style: none;
}
.dotto {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.resDetFrame02 table {
	font-size: 12px;
	width: 693px;
	margin-left: 27px;
	margin-top: 10px;
	line-height: 1.3em;
}
.toptxt {
	margin-left: 22px;
	margin-top: 12px;
	/* ↓ ver 4.0.4.0 2016/05/11 S.Usui 添付ファイルのアイコン表示 */
	/*
	list-style-image: url(images/topics/flower.gif);
	*/
	/* ↑ ver 4.0.4.0 2016/05/11 S.Usui 添付ファイルのアイコン表示 */
	padding: 5px 0px;
	display: block;
}
/* ↓ ver 4.0.4.0 2016/05/11 S.Usui 添付ファイルのアイコン表示 */
.toptxt li {
	list-style-image: url(images/topics/flower.gif);
}
/* ↑ ver 4.0.4.0 2016/05/11 S.Usui 添付ファイルのアイコン表示 */
.mb22 {
	margin-bottom: 17px;
}
.resDetFrame02 {
	height: 270px;
	width: 738px;
	clear: both;
	background: url(images/reserve/frame_bg.gif) repeat-x left center;
	margin-top: 15px;
	margin-left: 25px;
	float: left;
	border: 1px solid #CCCCCC;
	display: inline;
}
.btm_img {
	margin-left: 25px;
}
.resDetFrame02 .toptxt li {
	padding-left: 5px;
}


/*
　検索条件 カナ
----------------------------------------------*/

.rdTbl4 {
	font-size: 12px;
	margin-right: 19px;
	margin-left: 19px;
}
.rdTbl4 span {
	/* line-height: 1.3em; */
}
.btnBlu04 {
	background-image: url(images/button_blue03.gif);
	height: 19px;
	width: 78px;
	display: block;
	text-align: center;
	color: #666666;
	font-size: 12px;
	overflow: hidden;
	/* ↓ ver 4.0.0.1 2015/07/23 S.Usui 画像(形式)変更 */
	/*
	font-weight: bold;
	*/
	/* ↑ ver 4.0.0.1 2015/07/23 S.Usui 画像(形式)変更 */
	background-repeat: no-repeat;
}
.btnBlu04 a {
	height: 25px;
	width: 78px;
	display: block;
	line-height: 1.8em;
}
.btnBlu04 a:visited {
	/* ↓ ver 4.0.0.1 2015/07/23 S.Usui 画像(形式)変更 */
	/* 
	color: #FFFFFF;
	*/
	color: #000000;
	/* ↑ ver 4.0.0.1 2015/07/23 S.Usui 画像(形式)変更 */
	text-decoration: none;
}
.btnBlu04 a:link {
	/* ↓ ver 4.0.0.1 2015/07/23 S.Usui 画像(形式)変更 */
	/* 
	color: #FFFFFF;
	*/
	color: #000000;
	/* ↑ ver 4.0.0.1 2015/07/23 S.Usui 画像(形式)変更 */
	text-decoration: none;
}
.btnBlu04 a:hover {
	color: #FF6600;
	/* ↓ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
	/* text-decoration: underline; */
	text-decoration: none;
	/* ↑ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
}
.tblPD td {
	padding-right: 5px;
	font-size: 12px;
}

.tblCenter {
	margin-right: 19px;
	margin-left: 19px;
}

.btnWat04 {
	background-image: url(images/button_water01.gif);
	height: 19px;
	width: 44px;
	display: block;
	text-align: center;
	color: #666666;
	font-size: 11px;
	line-height: 1.8em;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.btnWat04 a {
	height: 19px;
	width: 44px;
	display: block;
}
.tblNoList3 {
	border-collapse: collapse;
	clear: both;
}
/* ↓ ver 4.0.0.1 2015/06/29 S.Fujimura 切鉢分離 */
/*
.tblNoList3 th {
	font-weight: normal;
	color: #FFFFFF;
	background: #8bc66d;
	padding: 1px;
	border: 1px solid #e4dbd0;
	font-size: 11px;
	text-align: center;
}
*/
/* ↑ ver 4.0.0.1 2015/06/29 S.Fujimura 切鉢分離 */
.tblNoList3 td {
	padding: 1px 3px;
	font-size: 12px;
	border: 1px solid #e4dbd0;
}
.resDetFrame03 {
	width: 748px;
	clear: both;
	margin-top: 15px;
	margin-left: 25px;
	float: left;
	border: 1px solid #CCCCCC;
	padding-top: 12px;
	padding-bottom: 8px;
	background: #fafafa;
	/*background-image: url(images/frame_bg02.jpg);
	background-repeat: repeat-x;
	background-position: left center;*/
	display: inline;
}

/* ↓ ver 4.0.0.1 2015/10/27 S.Usui 枠追加 */
.resDetNoFrame03 {
	width: 748px;
	clear: both;
	margin-left: 25px;
	float: left;
	display: inline;
}
/* ↑ ver 4.0.0.1 2015/10/27 S.Usui 枠追加 */

/*
　登録情報変更
----------------------------------------------*/

.resDetFrame04 {
	width: 748px;
	clear: both;
	margin-top: 15px;
	margin-left: 25px;
	border: 1px solid #CCCCCC;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(images/frame_bg03.gif);
	background-repeat: repeat-x;
	background-position: left center;
	display: inline;
	float: left;
	text-align: left;
}
.tblNoList4 {
	border-collapse: collapse;
	clear: both;
	margin-left: 17px;
}
.tblNoList4 th {
	font-weight: normal;
	padding: 5px 10px;
	border: 1px solid #e4dbd0;
	text-align: left;
	font-size: 12px;
	/* ↓ ver 4.0.0.1 2015/12/02 S.Usui レイアウト調整 */
	/*vertical-align: baseline;*/
	vertical-align:top;
	/* ↑ ver 4.0.0.1 2015/12/02 S.Usui レイアウト調整 */
}
.tblNoList4 td {
	font-size: 12px;
	border: 1px solid #e4dbd0;
	padding: 2px 10px;
}
.tblNoList4 span {
	display: block;
	margin-top: 3px;
	margin-left: 20px;
	margin-bottom: 2px;
}
.close table { float: right; }

/* ↓ ver 4.0.0.1 2015/07/09 S.Fujimura レイアウト調整 */
.resDetFrame06 {
	width: 748px;
	clear: both;
	margin-left: 25px;
	border: 1px solid #CCCCCC;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(images/frame_bg03.gif);
	background-repeat: repeat-x;
	background-position: left center;
	display: inline;
	float: left;
	/* ↓ ver 4.0.0.1 2015/12/09 S.Usui レイアウト調整 */
	text-align:left;
	/* ↑ ver 4.0.0.1 2015/12/09 S.Usui レイアウト調整 */
}
/* ↑ ver 4.0.0.1 2015/07/09 S.Fujimura レイアウト調整 */


/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
/* Ver 2.0.0.7 2009/02/25 Y.Ito FireFoxにてランキングを選択した項目が強調表示にならない。 */
.fontGothic {
	font-family:'MS UI Gothic', Helvetica;
/*};*/
}

/* 太字 */
.fontBold {
	font-weight: bold;
}

/* 右寄せ */
.txt_right {
	text-align: right;
}

.msg_m{
	text-align: center;
	font-size: 14px;
/* ↓ 2015/12/16 Y.Matou 赤文字の色を抑える */
/*
	color: #ff0000;
*/
	color: #990000;
/* ↑ 2015/12/16 Y.Matou 赤文字の色を抑える */
	font-weight: bold;
}

.msg_m_black{
	text-align: center;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.msg_s{
	/* ver 3.0.0.1 2012/09/04 S.Nishijima サイドバーのデータが無い場合
	text-align: center;
	font-size: 10px;
	color: #ff0000;
	font-weight: bold;
	*/
	text-align: center;
	font-size: 10px;
	color: #000000;	
}

.Ttl04_RedNG{
/* ↓ ver 4.0.0.1 2015/06/26 S.Fujimrua NG色追加 */
	color: #990000;
/* ↑ ver 4.0.0.1 2015/06/26 S.Fujimrua NG色追加 */
	text-align: left;
	font-size: 16px;	/* 14→16 */
	font-weight: bold;
}

.Ttl04_Red{
/* ↓ 2015/12/18 Y.Matou 赤文字の色を抑える */
/*
	color: #FF0000;
*/
	color: #990000;
/* ↑ 2015/12/18 Y.Matou 赤文字の色を抑える */
	text-align: left;
	font-size: 16px;	/* 14→16 */
	font-weight: bold;
}

.Ttl04_Pink{
	color: #FF00FF;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

.Ttl04_Purple{
	color: #5762AB;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

/* ↓ ver 4.0.5.0 2016/06/22 S.Usui フォントサイズの小さいスタイル追加 */
.Ttl05_Purple{
	color: #5762AB;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
/* ↑ ver 4.0.5.0 2016/06/22 S.Usui フォントサイズの小さいスタイル追加 */

/* ↓ ver 4.0.0.1 2015/06/26 S.Fujimrua 未決色を灰色に変更 */
.Ttl04_Gray{
	color: #8B4513;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
/* ↑ ver 4.0.0.1 2015/06/26 S.Fujimrua 未決色を灰色に変更 */

/* ↓ ver 4.0.0.1 2015/09/14 S.Usui OKを青色に変更 */
.Ttl04_RBlue{
	color: #4169e1;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
/* ↑ ver 4.0.0.1 2015/09/14 S.Usui OKを青色に変更 */

/* ↓ ver 4.0.0.1 2015/11/25 S.Usui 緑色追加 */
.Ttl04_Green {
	color: #4E7C4C;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
/* ↑ ver 4.0.0.1 2015/11/25 S.Usui 緑色追加 */

/* ↓ ver 4.0.0.1 2015/12/11 S.Fujimrua 処理中=黄色、一部購入=紫色、全購入=青色を追加 */
.Ttl04_Yet{
	color: #FF8C00;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

.Ttl04_Part {
    color: #5E34E7;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

.Ttl04_Blue {
    color: #0081D3;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
/* ↑ ver 4.0.0.1 2015/12/11 S.Fujimrua 処理中=黄色、一部購入=紫色、全購入=青色を追加 */

.Ttl05 {
	color: #004b91;
/*	color: #4E7C4C;*/
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

/* サブウィンドウ用 */
.rdTblsubw {
	margin-left: 10px;
}
.rdTblsubw td {
	padding-top: 2px;
	padding-bottom: 3px;
	font-size: 12px;
	line-height: 1.2em;
	vertical-align: middle;
	text-align: left;
	padding-right: 5px;
}
/* サブウィンドウ 金額用 */
.Ttl04right {
	color: #004b91;
/*	color: #4E7C4C;*/
	text-align: right;
	font-size: 16px;
	font-weight: bold;
}

/* サブウィンドウのバック */
.resDetFrameS {
	height: 297px;
	width: 748px;
	clear: both;
	background: url(images/reserve/frame_bg.gif) repeat-x left center;
	margin-top: 15px;
	margin-left: 25px;
	float: left;
	border: 1px solid #CCCCCC;
	display: inline;
}

/* サブウィンドウの更新日 */
.resDetDispKosin {
	margin-left:140px;
}

/* サブウィンドウのタイトル */
.resDetTitle {
	background-image: url(images/circle.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 16px;
	color:#525652;
}

/* サブウィンドウのテーマ */
.resDetThema {
	width: 400px;
	word-wrap: break-word;
}

/* サブウィンドウの詳細情報 */
.TblsubwDetail {
	margin-left:20px;
}

/* サブウィンドウの画像一覧 */
.TblSubImg {
	vertical-align: middle;
	text-align:center;
}

/*
　左側：リスト
-----------------------------------------------*/
/* 最近のＸＸＸ */
.Last {
	width: 155px;
	margin-bottom: 20px;
	font-size: 10px;
}
.Last ol {
	margin-top: 5px;
	line-height: 1.5em;
}

.Last li {
	list-style-type: none;
}

/* 過去のXXX */
.past {
	width: 155px;
	margin-bottom: 20px;
	font-size: 10px;
}

/* ↓ ver 4.0.0.1 2015/11/25 S.Usui 予約注文確認追加 */
/* 予約注文確認 */
.NextChumon {
	width: 155px;
	margin-bottom: 10px;
	font-size: 10px;
}
.NextChumon ol {
	line-height: 1.5em;
}
.NextChumon li {
	padding-top: 3px;
	padding-bottom: 3px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3dacb;
}
/* ↑ ver 4.0.0.1 2015/11/25 S.Usui 予約注文確認追加 */

/* 
	カレンダー
-----------------------------------------------*/
.calendernavibox {
	width: 155px;
	margin: 10px 0px;
}

.calendernavibox td {
	/* ↓ ver 4.0.0.1 2015/06/19 S.Fujimura 文字色変更 */
	/* color: #569066;*/
	color: #555555;
	/* ↑ ver 4.0.0.1 2015/06/19 S.Fujimura 文字色変更 */
	font-size: 10px;
	text-align: center;
}

/* ↓ ver 4.0.0.1 2015/06/19 S.Fujimura 切鉢分離 */
/*
.calenderbox {
	border: 1px solid #dce3cb;
	border-collapse: collapse;
	width: 153px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	line-height: 1.5em;
	font-size: 10px;
}
.calenderbox th {
	color: #569066;
	font-weight: normal;
	border: 1px solid #dce3cb;
	border-collapse: collapse;
}
.calenderbox td {
	border: 1px solid #dce3cb;
	border-collapse: collapse;
}
*/
/* ↑ ver 4.0.0.1 2015/06/19 S.Fujimura 切鉢分離 */
.calenderbox .sun {
 color: #ec6d46;
}
.calenderbox .sat {
 color: #0000ff;
}

/* 
	カレンダー（サブ画面）
-----------------------------------------------*/
.calendernavibox_sub {
	width: 350px;
	margin: 10px 0px;
}

.calendernavibox_sub td {
/* ↓ ver 4.0.0.1 2015/06/19 S.Fujimura 文字色変更 */
/*	color: #569066;*/
	color: #555555;
/* ↑ ver 4.0.0.1 2015/06/19 S.Fujimura 文字色変更 */
	font-size: 12px;
	text-align: center;
}

/* ↓ ver 4.0.0.1 2015/06/19 S.Fujimura 切鉢分離 */
/*
.calenderbox_sub {
	border: 1px solid #dce3cb;
	border-collapse: collapse;
	width: 348px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	line-height: 1.5em;
	font-size: 12px;
}
.calenderbox_sub th {
	color: #569066;
	font-weight: normal;
	border: 1px solid #dce3cb;
	border-collapse: collapse;
}
.calenderbox_sub td {
	border: 1px solid #dce3cb;
	border-collapse: collapse;
}
*/
/* ↑ ver 4.0.0.1 2015/06/19 S.Fujimura 切鉢分離 */
.calenderbox_sub .sun {
 	color: #ec6d46;
}
.calenderbox_sub .sat {
 	color: #0000ff;
}

/* マウスオーバー */
.calMouseOver {
	background-color: #eeee22;
}
/* マウスアウト */
.calMouseOut {
	background-color: #ffff99;
}
/* ↓ ver 4.0.0.1 2015/07/16 T.satou 買受人サイト売上明細画面カレンダー用CSS */
/* マウスオーバー(鉢物) */
.calMouseOverHati {
	background-color: #aaee22;
}
/* マウスアウト(鉢物) */
.calMouseOutHati {
	background-color: #ddff66;
}
/* マウスオーバー(切花) */
.calMouseOverKiri {
	background-color: #ffcc44;
}
/* マウスアウト(切花) */
.calMouseOutKiri {
	background-color: #ffee88;
}
/* ↑ ver 4.0.0.1 2015/07/16 T.satou 買受人サイト売上明細画面カレンダー用CSS */
/* 選択状態 */
.CalSelect {
	background-color: #ffff00;
	/* ↓ ver 4.0.0.1 2015/10/21 S.Fujimura 選択時は強調表示 */
	font-weight: bold;
	/* ↑ ver 4.0.0.1 2015/10/21 S.Fujimura 選択時は強調表示 */
}

/* 
	色アイコン
-----------------------------------------------*/
.colorbox {
	border: 1px solid #dce3cb;
}

/* ↓ ver 4.0.0.1 2015/11/25 S.Usui 色アイコン追加 */
.colorbox2 {
	height:80px;
	width:80px;
	background-image:url(images/color_frame.png);
	_background-image:url(images/color_frame.gif);
	background-repeat:no-repeat;
	background-position: center;
}
/* ↑ ver 4.0.0.1 2015/11/25 S.Usui 色アイコン追加 */

/* お気に入りリスト用 */
.tblNoListOk {
	border-collapse: collapse;
	border: 1px solid #e4dbd0;
	clear: both;
}
/* ↓ ver 4.0.0.1 2015/06/29 S.Fujimura 切鉢分離 */
/*
.tblNoListOK th {
	font-weight: normal;
	color: #FFFFFF;
	background: #8bc66d;
	padding: 2px;
	font-size: 12px;
	text-align: center;
}
*/
/* ↑ ver 4.0.0.1 2015/06/29 S.Fujimura 切鉢分離 */
.tblNoListOk td {
	padding: 2px 3px;
	font-size: 12px;
}
.tblNoListOk2 {
	border-collapse: collapse;
	border: 1px solid #e4dbd0;
}
.tblNoListOk2 td {
	padding: 3px;
	font-size: 12px;
	background: #f5f9f2;
}

.favoriteSettingBtn {
	width: 100px;
}

.favoriteTitle {
	color: #004b91;
/*	color: #4e7c4c;*/
	font-size: 16px;
	font-weight:bold;
}
/* ↓ ver 4.1.0.0 2017/03/21 A.Sakuragi お気に入りで使用できない設定項目がある場合、タイトルは赤字 */
.favoriteTitle_del {
	color: #990000;
	font-size: 16px;
	font-weight:bold;
}
/* ↑ ver 4.1.0.0 2017/03/21 A.Sakuragi お気に入りで使用できない設定項目がある場合、タイトルは赤字 */

.favoriteLine {
	line-height: 18px;
}
.favoritehalfLine {
	line-height: 3px;
}
.favoritehalfLineLast {
	line-height: 6px;
}

/* フォントサイズ */
.txt11 {
	font-size: 11px;
}

/*	お知らせ＆メッセージ画面 */
.message {
	background: #fafafa;
	height: auto;
}

/* フィルター */
.filter {
	Filter: Alpha(Opacity=30);
	opacity:.30;
}
/* 入荷商品一覧サムネイルフィルター （画像を表示する-過去画像） */
.ListImgFilter {
/*
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
*/
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}

/* トップお知らせ＆メッセージ */
.topOshirase {
	/* ↓ ver 4.0.0.1 2015/07/10 S.Fujimura レイアウト調整 */
	/* width:350px; */
	width:380px;
	display: block;
	white-space: nowrap;
	font-family: "ＭＳ ゴシック","MS Gothic","メイリオ","Meiryo","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro";
	/* ↑ ver 4.0.0.1 2015/07/10 S.Fujimura レイアウト調整 */
	overflow:hidden;
}

/* 部品（商品検索） */
.searchLeft2 {
	width: 155px;
	font-size: 10px;
	line-height: 1.6;
	margin-bottom: 10px;
}

/* サブ画面ページ制御 */
.subPage {
	float: none;
	text-align: left;
}

.subPage table { 
	float: none; 
}

/* マウスカーソルを指にする */
.cursorhand {
	cursor: hand;
	cursor: pointer;
}

/* 高さ */
.height15 {
	height: 15px;
}

/* サブウインドウのタイトルのバック画面と幅等を除いたフォント指定のスタイル */
.SubPageTopText{
	color:#579065;
	font-size:16px;
	font-family:"ＭＳ Ｐ明朝","細明朝体","ヒラギノ明朝 Pro W3", Helvetica;
	font-weight: bold;
}

/* 購入確認インドウでページ遷移を使用する場合に、上下左右のバランスをとるためのスタイル */
.SubPageTop{
	margin-left:30px;
	margin-right:20px;
}

/* 問合画面テキストエリア */
.ToiawaseTxt {
	height:200px;
	width:550px;
	font-size: 12px;
/* ↓ 2015/12/16 Y.Matou 一部ブラウザでのリサイズ制限 */
	resize: none;
/* ↑ 2015/12/16 Y.Matou 一部ブラウザでのリサイズ制限 */
/* ↓ 2015/12/16 Y.Matou IEのスクロールバー常時表示しない */
	overflow: auto;
/* ↑ 2015/12/16 Y.Matou IEのスクロールバー常時表示しない */
}

/* フローティングボタン３つの背景 */
.btmLink2 {
	width: 400px;
	height: 50px;
	background: url(images/btm_link2.gif) no-repeat;
	text-align: center;
	position: absolute;
}

/* 購入確認画面タイトル */
/* ↓ ver 4.0.0.1 2015/06/19 S.Fujimura 切鉢分離 */
/*
.resDet2 {
	background-image: url(images/title_bar.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 800px;
	padding-left: 13px;
	font-weight: bold;
	color: #579065;
	font-size: 16px;
	line-height: 1.4em;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	text-align: left;
	clear: both;
	margin-top: 15px;
	margin-left: 25px;
	display: block;
	float: left;
	letter-spacing: 2px;
	display: inline;
}
*/
/* ↑ ver 4.0.0.1 2015/06/19 S.Fujimura 切鉢分離 */

/* サブ画面の画像と下の日付の間指定。 */
.GazouDate {
	padding-top: 3px;
}

/* サブ画面の品名表示。 */
.Ttl04Hin {
	color: #004b91;
/*	color: #4E7C4C;*/
	font-size: 16px; /* 14px→16px */
	font-weight: bold;
}

/* サブ画面の項目 */
.TtlShu {
/*	color: #4E7C4C;*/
	font-weight: bold;
}

/* サブ画面の金額 */
.TtlShu02 {
	color: #b12704;
	font-weight: bold;
	/* ↓ ver 4.0.0.1 2016/01/26 S.Fujimura フォント変更 */
	font-family: "Meiryo UI" , "メイリオ" , Meiryo , sans-serif;
	font-size: 13.5px;
	line-height: 1em;
	/* ↑ ver 4.0.0.1 2016/01/26 S.Fujimura フォント変更 */
}

/* ↓ ver 4.0.0.1 2015/07/25 S.Usui 色指定追加 */
/* サブ画面の出荷者名 */
.TtlShu03 {
	font-weight: bold;
	color: #004b91;
}
/* ↑ ver 4.0.0.1 2015/07/25 S.Usui 色指定追加 */

/*お問合せ入力・確認ウィンドウ*/
.tblToiawase {
	width: 748px;
	clear: both;
	margin-top: 15px;
	margin-left: 25px;
	float: left;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 20px;
	background: #fafafa;
	background-repeat: repeat-x;
	background-position: left center;
	display: inline;
}

/* 商品参照 */
.GRefer {
	width: 155px;
	font-size: 10px;
	line-height: 1.6;
	margin-bottom: 10px;
}
.GRefer ol {
	width: 155px;
}
.GRefer li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3dacb;
	list-style-type: none;
}
.GRefer .btm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/* 詳細サブ画面 画面サイズ拡張 */
.mL708 {	margin-left: 708px;}
.mL830 {	margin-left: 830px;}
.mL860 {    margin-left: 860px;}
.mL1030 {	margin-left: 1030px;}
/* サブウィンドウのバック */
.resDetFrameM {
	height: 297 px;		
	width: 828 px;		/* 748 → 828 */
	clear: both;
	background: url(images/frame_bg02.gif) repeat-x left center;
	margin-top: 15px;
	margin-left: 25px;
	float: left;
	border: 1px solid #CCCCCC;
	display: inline;
}
/* サブウィンドウのバック（商品詳細、事前入札、予約詳細、個別注文） */
.resDetFrameM2 {
	height: 480 px;	/* 550→480 */
	width: 960px; /* 1160→960 */
	clear: both;
	background: url(images/frame_bg02.gif) repeat-x left center;
	margin-top: 15px;
	margin-left: 15px; /* 25→15 */
	float: left;
	border: 1px solid #CCCCCC;
	display: inline;
	padding-bottom: 10px;
}

/* サンプル注文 詳細サブ画面用 */
.resDetFrameM_height575 {
	height: 575px;
}

/* サブウインドウの詳細画面内の状況 */
.resDetFrameDetailState {
	width:400px; 
	clear: both;
	background: url(images/frame_bg02.gif) repeat-x left center;
	margin-top: 5px;
	float: left;
	border: 1px solid #CCCCCC;
	display: inline;
}

/* ↓ ver 4.0.0.1 2015/06/19 S.Fujimura 切鉢分離 */
/* 詳細サブ画面 画面サイズ拡張 */
/*
.resDetM {
	background-image: url(images/title_barM.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 830px;
	padding-left: 13px;
	font-weight: bold;
	color: #579065;
	font-size: 16px;
	line-height: 1.4em;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	text-align: left;
	clear: both;
	margin-top: 15px;
	margin-left: 25px;
	display: inline;
	float: left;
	letter-spacing: 2px;
}
*/
/* 詳細サブ画面 画面サイズ拡張（商品詳細、事前入札、予約詳細、個別注文）  */
/*
.resDetM2 {
	background-image: url(images/title_barM.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 960px;
	padding-left: 13px;
	font-weight: bold;
	color: #579065;
	font-size: 16px;
	line-height: 1.4em;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	text-align: left;
	clear: both;
	margin-top: 15px;
	margin-left: 15px;
	display: inline;
	float: left;
	letter-spacing: 2px;
}
*/
/* ↑ ver 4.0.0.1 2015/06/19 S.Fujimura 切鉢分離 */

/* 詳細サブ画面 画面サイズ拡張 */
.closeM {
	clear: both;
	float: left;
	width: 820px;
	margin-top: 10px;
	margin-left: 25px;
	text-align: right;
	display: inline;
}
/* その他アイコンマーク位置 */
.ver-align_top {
	vertical-align: top;
}


/* 上場が取り消されたデータ */
.delBox {
	border-width: 3px;
	border-style: solid;
	border-color: #ff0000;
}

/* ↓ ver 4.0.0.1 2015/07/16 S.Usui 切鉢分離 */
/* 入荷商品一覧（仕立、素材、査定） */
/*
.NyukaMeisai {
	width:110px;
	overflow:hidden;
}
*/
/* ↑ ver 4.0.0.1 2015/07/16 S.Usui 切鉢分離 */

.NyukaMeisai_input{
	width:50px;
}

/* 入荷履歴（仕立、素材、査定） */
.NyukaRireki {
	width:100px;
	overflow:hidden;
}
/* ver1.0.0.6 2008/08/29 Y.Ito 売立日を追加 */
/* 入荷履歴（仕立、素材、査定） 売立日を追加用*/
.NyukaRireki090 {
	width:90px;
	overflow:hidden;
}

/* 事前入札確認（仕立、素材、査定） */
/* ↓ ver 4.0.0.1 2015/07/25 S.Usui 切鉢分離 */
/*
.JizenKakunin {
	width:85px;
	overflow:hidden;
}
*/
/* ↑ ver 4.0.0.1 2015/07/16 S.Usui 切鉢分離 */

/* 進捗確認（コメント） */
.SintyokuCom {
	width:130px;
	overflow:hidden;
}

.SintyokuCom2 {
	width:135px;
	overflow:hidden;
}

.SintyokuCom3 {
	width:120px;
	overflow:hidden;
}

/* 進捗確認（仕立、素材、査定） */
.SintyokuMeisai {

	width:150px;
	overflow:hidden;
}

/* 進捗確認（荷主） */
.SintyokuShksha {
	width:260px;
	overflow:hidden;
}

/*明細画面写真あり（品名)*/
/* ↓ ver 4.0.0.1 2015/06/29 S.Fujimrua レイアウト調整 */
/*
.MeisaiHinmei_Pic{
	width:355px;
	overflow:hidden;
}
*/
.MeisaiHinmei_Pic{
	width:355px;
	overflow:hidden;
}
.MeisaiHinmei_Pic_All{
	width:275px;
	overflow:hidden;
}
/* ↑ ver 4.0.0.1 2015/06/29 S.Fujimrua レイアウト調整 */
/* ↓ver 4.0.0.1 2016/01/23 レイアウト調整 M.Wakita*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.MeisaiHinmei_Pic,
	.MeisaiHinmei_Pic_All {
		position: relative;
		height: 24px;
		line-height: 24px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.MeisaiHinmei_Pic a,
	.MeisaiHinmei_Pic_All a {
		position: absolute;
		bottom: -4px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.MeisaiHinmei_Pic span,
	.MeisaiHinmei_Pic_All span {
		position: absolute;
		bottom: -4px;
	}
}
/* ↑ver 4.0.0.1 2016/01/23 レイアウト調整 M.Wakita*/

/*明細画面写真なし（品名)*/
/* ↓ ver 4.0.0.1 2015/06/29 S.Fujimrua レイアウト調整 */
/*
.MeisaiHinmei{
	width:400px;
	overflow:hidden;
}
*/
.MeisaiHinmei{
	width:320px;
	overflow:hidden;
}
/* ↑ ver 4.0.0.1 2015/06/29 S.Fujimrua レイアウト調整 */
/* ↓ver 4.0.0.1 2016/01/23 レイアウト調整 M.Wakita*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.MeisaiHinmei {
		position: relative;
		height: 24px;
		line-height: 24px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.MeisaiHinmei a{
		position: absolute;
		bottom: -4px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.MeisaiHinmei span{
		position: absolute;
		bottom: -4px;
	}
}
/* ↑ver 4.0.0.1 2016/01/23 レイアウト調整 M.Wakita*/

/*明細画面の文言のフォント*/
.MeisaiFont{
	font-size:12px;
}
.comment{
/* ↓ 2015/12/18 Y.Matou 赤文字の色を抑える */
/*
	color: #ff0000;
*/
	color: #990000;
/* ↑ 2015/12/18 Y.Matou 赤文字の色を抑える */
	text-decoration: underline;
}

.toiawase_t{
	font-size: 12px;
/* ↓ 2015/12/18 Y.Matou 赤文字の色を抑える */
/*
	color: #ff0000;
*/
	color: #990000;
/* ↑ 2015/12/18 Y.Matou 赤文字の色を抑える */
/*	font-weight: bold; */
}

.HissuItemMark{
	font-size: 12px;
/* ↓ 2015/12/17 Y.Matou 赤文字の色を抑える */
/*
	color: #ff0000;
*/
	color: #990000;
/* ↑ 2015/12/17 Y.Matou 赤文字の色を抑える */
}

/*リンクの色*/
.Link_Black {font-size:12px;}
.Link_Black A:link{ color: black;}
.Link_Black A:visited{color: black; text-decoration: none;}
.Link_Black A:active{ color: black;}
.Link_Black A:hover {color: black; text-decoration: none}

/* PDF サイズ指定用 */
.pdfWidth50 {
	width: 50px;
}
.pdfWidth60 {
	width: 60px;
}
.pdfWidth70 {
	width: 70px;
}
.pdfWidth140 {
	width: 140px;
}

/* トップ：確認済みメッセージ */
.KakuninMsg a:visited {
/* ver1.0.0.3 2008/08/22 Y.Ito 確認済みメッセージの色を変更 */
/*	color: #0000ff; */
	color: #c0c0c0;
	text-decoration: none;
}
.KakuninMsg a:link {
/* ver1.0.0.3 2008/08/22 Y.Ito 確認済みメッセージの色を変更 */
/*	color: #0000ff; */
	color: #c0c0c0;
	text-decoration: none;
}
.KakuninMsg a:hover {
	color: #ff6600;
	text-decoration: underline;
}

.logininput {
	/* ↓ ver 4.0.0.1 2015/06/01 S.Fujimura ログイン画面レイアウト変更 */
	/* width: 100%; */
	/* height: 22px; */
	width: 95%;
	height: 22px;
	line-height: 22px;
	/* ↑ ver 4.0.0.1 2015/06/01 S.Fujimura ログイン画面レイアウト変更 */
	ime-mode: disabled;　/* ver 3.0.0.1 2012/09/27 S.Nishijima IME対応 */
}

.Nrap {
	white-space: nowrap;
}

/* -----フローティングボタン----- */
/* ポジティブ色 */
.btnFloat01 {
	background-image: url(images/button_float01.gif);
	display:block;
	height: 28px;
	width: 116px;
	text-align: center;
	overflow: hidden;
	font-size: 12px;
	font-weight:bold;
	background-repeat: no-repeat;
}

.btnFloat01 a {
	height: 28px;
	width: 116px;
	display: block;
/* ↓ ver 4.0.0.1 2015/06/26 S.Fujimura レイアウト調整(文字の高さを中央に揃える) */
	/* padding-top: 5px; */
	text-align: center;
	line-height: 28px;
/* ↑ ver 4.0.0.1 2015/06/26 S.Fujimura レイアウト調整(文字の高さを中央に揃える) */
}

.btnFloat01 a:visited {
/* ↓ ver 4.0.0.1 2015/06/26 S.Fujimura レイアウト調整(色変更) */
	/* color: #FFFFFF; */
	color: #000000;
/* ↑ ver 4.0.0.1 2015/06/26 S.Fujimura レイアウト調整(色変更) */
	text-decoration: none;
}

.btnFloat01 a:link {
/* ↓ ver 4.0.0.1 2015/06/26 S.Fujimura レイアウト調整(色変更) */
	/* color: #FFFFFF; */
	color: #000000;
/* ↑ ver 4.0.0.1 2015/06/26 S.Fujimura レイアウト調整(色変更) */
	text-decoration: none;
}
.btnFloat01 a:hover {
/* ↓ ver 4.0.0.1 2015/06/26 S.Fujimura レイアウト調整(色変更) */
	/* color: #FFFFFF; */
	color: #FF6600;
/* ↑ ver 4.0.0.1 2015/06/26 S.Fujimura レイアウト調整(色変更) */
	/* ↓ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
	/* text-decoration: underline; */
	text-decoration: none;
	/* ↑ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
}

/* ネガティブ色 */
.btnFloat02 {
	background-image: url(images/button_float02.gif);
	display:block;
	height: 28px;
	width: 116px;
	text-align: center;
	overflow: hidden;
	font-size: 12px;
	font-weight:bold;
	background-repeat: no-repeat;
}

.btnFloat02 a {
	height: 28px;
	width: 116px;
	display: block;
/* ↓ ver 4.0.0.1 2015/06/26 S.Fujimura レイアウト調整(文字の高さを中央に揃える) */
	/* padding-top: 5px; */
	text-align: center;
	line-height: 28px;
/* ↑ ver 4.0.0.1 2015/06/26 S.Fujimura レイアウト調整(文字の高さを中央に揃える) */
}

.btnFloat02 a:visited {
	/* ↓ ver 4.0.0.1 2015/06/26 S.Fujimura レイアウト調整 */
	/* color: #FFFFFF; */
	color: #000000;
	/* ↑ ver 4.0.0.1 2015/06/26 S.Fujimura レイアウト調整 */
	text-decoration: none;
}

.btnFloat02 a:link {
	/* ↓ ver 4.0.0.1 2015/06/26 S.Fujimura レイアウト調整 */
	/* color: #FFFFFF; */
	color: #000000;
	/* ↑ ver 4.0.0.1 2015/06/26 S.Fujimura レイアウト調整 */
	text-decoration: none;
}

.btnFloat02 a:hover {
	/* ↓ ver 4.0.0.1 2015/06/26 S.Fujimura レイアウト調整 */
	/* color: #FFFFFF; */
	color: #FF6600;
	/* ↑ ver 4.0.0.1 2015/06/26 S.Fujimura レイアウト調整 */
	/* ↓ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
	/* text-decoration: underline; */
	text-decoration: none;
	/* ↑ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
}

/* 品名リンク */
.HinmeiLnk a:visited {
	/* ↓ ver 4.0.0.1 2015/07/27 S.Fujimura レイアウト調整 */
	/* color: #4E7C4C; */
	/* text-decoration: underline; */
	color: #004b91;
	text-decoration: none;
	/* ↑ ver 4.0.0.1 2015/07/27 S.Fujimura レイアウト調整 */
}
.HinmeiLnk a:link {
	/* ↓ ver 4.0.0.1 2015/07/27 S.Fujimura レイアウト調整 */
	/* color: #4E7C4C; */
	/* text-decoration: underline; */
	color: #004b91;
	text-decoration: none;
	/* ↑ ver 4.0.0.1 2015/07/27 S.Fujimura レイアウト調整 */
}
.HinmeiLnk a:hover {
	color: #ff6600;
	text-decoration: underline;
}

/* コメントリンク */
.CommentLnk a:visited {
/* ↓ 2015/12/18 Y.Matou 赤文字の色を抑える */
/*
	color: #ff0000;
*/
	color: #990000;
/* ↑ 2015/12/18 Y.Matou 赤文字の色を抑える */
	/* ↓ ver 4.0.0.1 2015/07/27 S.Fujimura レイアウト調整 */
	/* text-decoration: underline; */
	text-decoration: none;
	/* ↑ ver 4.0.0.1 2015/07/27 S.Fujimura レイアウト調整 */
}
.CommentLnk a:link {
/* ↓ 2015/12/17 Y.Matou 赤文字の色を抑える */
/*
	color: #ff0000;
*/
	color: #990000;
/* ↑ 2015/12/17 Y.Matou 赤文字の色を抑える */
	/* ↓ ver 4.0.0.1 2015/07/27 S.Fujimura レイアウト調整 */
	/* text-decoration: underline; */
	text-decoration: none;
	/* ↑ ver 4.0.0.1 2015/07/27 S.Fujimura レイアウト調整 */
}
.CommentLnk a:hover {
	color: #ff6600;
	text-decoration: underline;
}

/* ↓ ver 4.0.0.1 2015/07/25 S.Usui */
/* 出荷者名 */
.ShkshaMeisai{
	color: #004b91;
}

/* 出荷者名リンク */
.ShkshaLnk a:visited {
	color: #004b91;
	text-decoration: none;
}
.ShkshaLnk a:link {
	color: #004b91;
	text-decoration: none;
}
.ShkshaLnk a:hover {
	color: #ff6600;
	text-decoration: underline;
}
/* ↑ ver 4.0.0.1 2015/07/25 S.Usui */

/* テキストボックスdisabled背景 */
.DisabledBg {
	background-color: #d3d3d3;
}

/* ご利用明細PDF */
.titleBarG {
	background-image: url(images/title_barG.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 800px;
	margin-bottom: 10px;
	padding-left: 13px;
	font-weight: bold;
	color: #555555;
	font-size: 16px;
	line-height: 1.4em;
	letter-spacing: 2px;
}

.tblNoListG {
	border-collapse: collapse;
	clear: both;
}
.tblNoListG th {
	font-weight: normal;
	color: #FFFFFF;
	background: #898989;
	padding: 1px;
	border: 1px solid #000000;
	font-size: 11px;
	text-align: center;
}
.tblNoListG td {
	padding: 2px 3px;
	font-size: 12px;
	border: 1px solid #000000;
}
.tblNoListG2 {
	border-collapse: collapse;
}
.tblNoListG2 td {
	padding: 3px;
	font-size: 12px;
	border: 1px solid #000000;
	background: #e7e7e7;
}

/*
　sitemap.html
--------------------------------------------------------*/

.site_Box {
	font-size: 12px;
	background-image: url(images/dotto.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	margin-left: 22px;
	padding-left: 1px;
	padding-top: 10px;
	width: 780px;
	position: relative;
	clear: both;
}

.site_Box ul {
	position: absolute;
	left: 140px;
	top: 10px;
}

.site_Box li {
	list-style-type: none;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* ↓ ver 4.0.0.1 2015/06/19 S.Fujimura 切鉢分離 */
/*
.site_Box li a {
	background: url(images/allow2.gif) no-repeat left center;
	padding-left: 15px;
}
*/
/* ↑ ver 4.0.0.1 2015/06/19 S.Fujimura 切鉢分離 */

/* ↓ ver 4.0.0.1 2016/01/07 H.Sato サイトマップ切鉢表示対応 */
.allow2 {
	background: url(images/allow2.gif) no-repeat left center;
	padding-left: 15px;
}

.allow2K {
	background: url(images/allow2K.gif) no-repeat left center;
	padding-left: 15px;
}

.site_title {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 200px;
	height: 18px;
}

.site_titleK {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 200px;
	height: 18px;
}
/* ↑ ver 4.0.0.1 2016/01/07 H.Sato サイトマップ切鉢表示対応 */

.site_Box p {
	margin: 0px;
	padding: 0px;
}

.arrow img {
	margin-right: 8px;
	vertical-align: middle;
}

.h120 { height: 120px; }
.h80 { height: 80px; }
.h60 { height: 60px; }
.h40 { height: 40px; }
.h12 { height: 12px; }

* html .h80 { height: 100px; }
* html .h60 { height: 80px; }
* html .h40 { height: 60px; }

.clearfix:after { content:""; display:block; clear:both; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/

/* 上場情報 */
.JojoInfo, .JojoInfo td, .JojoInfo th {
	font-size: 13px;
	font-weight: normal;
}

.JojoInfo th { text-align: left; }
.JojoInfo td { text-align: right; }

/* 購入受付確認画面 */
/* ↓ ver 4.0.0.1 2015/06/19 S.Fujimura 切鉢分離 */
/*
.resConfirm {
	background-image: url(images/title_bar.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 450px;
	padding-left: 13px;
	font-weight: bold;
	color: #579065;
	font-size: 16px;
	line-height: 1.4em;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	text-align: left;
	clear: both;
	margin-top: 15px;
	margin-left: 25px;
	display: inline;
	float: left;
	letter-spacing: 2px;
}
*/
/* ↑ ver 4.0.0.1 2015/06/19 S.Fujimura 切鉢分離 */
.ConfirmInfo {
	margin-left:70px;
}

/* あとで購入結果を確認するボタン */
.btnConfirm01 {
	background-image: url(images/button_confirm01.gif);
	height: 48px;
	width: 166px;
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight:bold;
	overflow: hidden;
	background-repeat: no-repeat;
}

.btnConfirm01 a {
	height: 48px;
	width: 166px;
	display: block;
	padding-top: 12px;
}

.btnConfirm01 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.btnConfirm01 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.btnConfirm01 a:hover {
	color: #FFFFFF;
	/* ↓ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
	/* text-decoration: underline; */
	text-decoration: none;
	/* ↑ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
}

/* あとで購入結果を確認するボタン iOS対応 */
.btnConfirm01i {
	background-image: url(images/button_confirm01.gif);
	height: 48px;
	width: 166px;
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight:bold;
	overflow: hidden;
	background-repeat: no-repeat;
}

.btnConfirm01i a {
	height: 48px;
	width: 166px;
	display: block;
	padding-top: 8px;
}

.btnConfirm01i a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.btnConfirm01i a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.btnConfirm01i a:hover {
	color: #FFFFFF;
	/* ↓ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
	/* text-decoration: underline; */
	text-decoration: none;
	/* ↑ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
}

/* ｊQueryUIボタン １行中央版 */
.btnConfirm01One {
	background-image: url(images/button_confirm01.gif);
	height: 28px;
	width: 116px;
	line-height: 28px;
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight:bold;
	overflow: hidden;
	background-repeat: no-repeat;
}

.btnConfirm01One a {
	/* ↓ ver 4.0.0.1 2015/07/07 S.Fujimura 画像(形式/サイズ)変更 レイアウト調整(文字の高さを中央に揃える) */
	/* height: 48px;
	width: 166px;
	display: block;
	padding-top: 18px; */
	height: 28px;
	width: 116px;
	text-align: center;
	display: block;
	/* ↑ ver 4.0.0.1 2015/07/07 S.Fujimura 画像(形式/サイズ)変更 レイアウト調整(文字の高さを中央に揃える) */
}

.btnConfirm01One a:visited {
	/* ↓ ver 4.0.0.1 2015/07/07 S.Fujimura 色変更 */
	/* color: #FFFFFF; */
	color: #000000;
	/* ↑ ver 4.0.0.1 2015/07/07 S.Fujimura 色変更 */
	text-decoration: none;
}

.btnConfirm01One a:link {
	/* ↓ ver 4.0.0.1 2015/07/07 S.Fujimura 色変更 */
	/* color: #FFFFFF; */
	color: #000000;
	/* ↑ ver 4.0.0.1 2015/07/07 S.Fujimura 色変更 */
	text-decoration: none;
}
.btnConfirm01One a:hover {
	/* ↓ 2015/12/22 ver4.0.0.1 R.Umino マウスオーバー時の文字色 */
	/* color: #FFFFFF; */
	color: #FF8C00;
	/* ↑ 2015/12/22 ver4.0.0.1 R.Umino マウスオーバー時の文字色 */
	/* ↓ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
	/* text-decoration: underline; */
	text-decoration: none;
	/* ↑ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
}

/* ｊQueryUIボタン １行中央版 iOS対応 */
.btnConfirm01Onei {
	background-image: url(images/button_confirm01.gif);
	height: 28px;
	width: 116px;
	vertical-align: middle;
	line-height: 28px;
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight:bold;
	overflow: hidden;
	background-repeat: no-repeat;
}

.btnConfirm01Onei a {
	/* ↓ ver 4.0.0.1 2015/07/07 S.Fujimura 画像(形式/サイズ)変更 レイアウト調整(文字の高さを中央に揃える) */
	/* height: 48px;
	width: 166px;
	display: block;
	padding-top: 16px; */
	height: 28px;
	width: 116px;
	text-align: center;
	display: block;
	/* ↑ ver 4.0.0.1 2015/07/07 S.Fujimura 画像(形式/サイズ)変更 レイアウト調整(文字の高さを中央に揃える) */

}

.btnConfirm01Onei a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.btnConfirm01Onei a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.btnConfirm01Onei a:hover {
	/* ↓ 2015/12/22 ver4.0.0.1 R.Umino マウスオーバー時の文字色 */
	/* color: #FFFFFF; */
	color: #FF8C00;
	/* ↑ 2015/12/22 ver4.0.0.1 R.Umino マウスオーバー時の文字色 */
	/* ↓ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
	/* text-decoration: underline; */
	text-decoration: none;
	/* ↑ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
}

/* 今すぐ購入結果を確認するボタン */
.btnConfirm02 {
	background-image: url(images/button_confirm01.gif);
	height: 28px;
	width: 116px;
	vertical-align: middle;
	line-height: 28px;
	display: block;
	text-align: center;
	overflow: hidden;
	font-size: 12px;
	font-weight:bold;
	background-repeat: no-repeat;
	margin-right:50px;	
}

.btnConfirm02 a {
	/* ↓ ver 4.0.0.1 2015/07/22 S.Usui レイアウト調整 */
	/*
	height: 48px;
	width: 166px;
	display: block;
	*/
	height: 28px;
	width: 116px;
	display: table-cell;
	/* ↑ ver 4.0.0.1 2015/07/22 S.Usui レイアウト調整 */
	padding-top: 12px;
}

.btnConfirm02 a:visited {
	/* ↓ ver 4.0.0.1 2015/07/22 S.Usui レイアウト調整 */
	/*color: #FFFFFF;*/
	color: #000000;
	/* ↑ ver 4.0.0.1 2015/07/22 S.Usui レイアウト調整 */
	text-decoration: none;
}

.btnConfirm02 a:link {
	/* ↓ ver 4.0.0.1 2015/07/22 S.Usui レイアウト調整 */
	/*color: #FFFFFF;*/
	color: #000000;
	/* ↑ ver 4.0.0.1 2015/07/22 S.Usui レイアウト調整 */
	text-decoration: none;
}

/* 今すぐ購入結果を確認するボタン */
.btnConfirm02i {
	background-image: url(images/button_confirm01.gif);
	height: 28px;
	width: 116px;
	display: block;
	text-align: center;
	overflow: hidden;
	font-size: 12px;
	font-weight:bold;
	background-repeat: no-repeat;
	margin-right:50px;	
}

.btnConfirm02i a {
	/* ↓ ver 4.0.0.1 2015/07/22 S.Usui レイアウト調整 */
	/*
	height: 48px;
	width: 166px;
	*/
	height: 28px;
	width: 116px;
	/* ↑ ver 4.0.0.1 2015/07/22 S.Usui レイアウト調整 */
	display: block;
	padding-top: 8px;
}

.btnConfirm02i a:visited {
	/* ↓ ver 4.0.0.1 2015/07/22 S.Usui レイアウト調整 */
	/*color: #FFFFFF;*/
	color: #000000;
	/* ↑ ver 4.0.0.1 2015/07/22 S.Usui レイアウト調整 */
	text-decoration: none;
}

.btnConfirm02i a:link {
	/* ↓ ver 4.0.0.1 2015/07/22 S.Usui レイアウト調整 */
	/*color: #FFFFFF;*/
	color: #000000;
	/* ↑ ver 4.0.0.1 2015/07/22 S.Usui レイアウト調整 */
	text-decoration: none;
}

.btnConfirmIOne {
	/* ↓ ver 4.0.0.1 2015/07/07 S.Fujimura レイアウト調整 */
	/* margin-left:110px; */
	margin-left:135px;
	/* ↓ ver 4.0.0.1 2015/12/24 IE対応 */
	margin-left: 0px\9;
	_margin-left: 135px;
	/* ↑ ver 4.0.0.1 2015/12/24 IE対応 */
	/* ↑ ver 4.0.0.1 2015/07/07 S.Fujimura レイアウト調整 */
}

.tbConfirm{
	padding-left:50px;
	clear: both;
	width: 400px;
}

.subTblConfirm {
	width:400px;
}

/* お気に入りへの追加　アラートメールメッセージ */
.favoriteAlertMessage{
	font-size:12px;
	width:800px;
	text-align:left;
	font-weight:bold;	
}

/* ver 4.0.0.1 2015/07/30 K.Nakazawa お気に入り追加注意書き
/* お気に入りへの追加　アラートメールメッセージ2 */
.favoriteAlertMessage2{
	font-size:12px;
	width:800px;
	text-align:left;
	font-weight:bold;
	color: #990000;	
}


/* お気に入りリスト　アラートメール、アラートメッセージ */
.favoriteAlertMailMessage{
	font-size:12px;
	text-align:left;
	margin-left:10px;
}

.favoriteAlertMailMessage a:link{
	color: #51b562;
}

.favoriteAlertMailMessage a:visited{
	color: #51b562;
}

/*
	アイコン説明
----------------------------------------------*/

.titleIcon{
	width:570px;
	padding-bottom:20px;
}

.tableIcon{
	margin-left:25px;
	width:570px;
}

.tblNoList5 {
	border-collapse: collapse;
	clear: both;
}

.tblNoList5 td {
	padding: 5px;
	font-size: 16px;
	border: 1px solid #e4dbd0;
}

.tblNoList5 img {
	margin-left:5px;
	margin-right:5px;
}

.tblNoList6 {
	border-collapse: collapse;
}
.tblNoList6 td {
	padding: 5px;
	font-size: 16px;
	border: 1px solid #e4dbd0;
	background: #f5f9f2;
}

.tblNoList6 img{
	margin-left:5px;
	margin-right:5px;
}

/***********************************************
	フォントカラー
***********************************************/
.fontRed {
/* ↓ 2015/12/18 Y.Matou 赤文字の色を抑える */
/*
	color: #FF0000;
*/
	color: #990000;
/* ↑ 2015/12/18 Y.Matou 赤文字の色を抑える */
}

/* チェックボックスディセーブル時タイトル色 */
.fontChkDisColor {
	color: silver;
}

/* お気に入り項目色 */
.fontOkiniColor {
	color: #51b562;
}

/***********************************************
	ＭＡＣ対応
***********************************************/
.width_430 {
	width: 430px;
}
.width_290 {
	width: 290px;
}
.width_320 {
	width: 320px;
}
.width_120 {
	width: 120px;
}
.width_160 {
	width: 160px;
}
.width_200 {
	width: 200px;
}

/* ↓ ver 4.0.0.1 2015/12/21 S.Usui 幅指定追加 */
.width_260 {
	width: 260px;
}
/* ↑ ver 4.0.0.1 2015/12/21 S.Usui 幅指定追加 */

.width_60 {
	width: 60px;
}

.width_50 {
	width: 50px;
}

.width_80 {
    width: 80px;
}

/* ver 3.0.0.1 2012/10/02 S.Nishijima 事前入札ボタン非表示時のレイアウト崩れ対応 */
.width_68 {
	width: 68px;
}

.width_140 {
	width: 140px;
}

.width_135 {
	width: 135px;
}

.width_360 {
	width: 360px;
}

/* ver1.0.0.8 2008/09/02 Y.Ito フォーマット変更。荷主を追加 */
.Meisai_W90 {
	width:90px;
	overflow:hidden;
}

/* 4.0.0.1 2016/01/19 カレンダーのテキスト枠のサイズ M.Wakita */
.width_ymd {
	width:99px;
}

/* ver1.0.0.8 2008/09/02 Y.Ito 速報は色を変える。 */
.YmdLnk a:visited {
	color: #ff00ff;
}
.YmdLnk a:link {
	color: #ff00ff;
}
.YmdLnk a:hover {
/* ↓ 2015/12/18 Y.Matou 赤文字の色を抑える */
/*
	color: #ff0000;
*/
	color: #990000;
/* ↑ 2015/12/18 Y.Matou 赤文字の色を抑える */
	text-decoration: underline;
}

/* ver1.0.0.8 2008/09/02 Y.Ito 合計金額を出力する */
.Ttl04s {
	color: #004b91;
/*	color: #4E7C4C;*/
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

/* ver 2.0.0.5 2009/01/13 M.Watanabe 本日の入荷商品画面追加 */
/* ↓ ver 4.0.0.1 2015/06/19 S.Fujimura 切鉢分離 */
/*
.resDet10 {
	background-image: url(images/title_bar.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 450px;
	padding-left: 13px;
	font-weight: bold;
	color: #579065;
	font-size: 16px;
	line-height: 1.4em;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	text-align: left;
	clear: both;
	margin-top: 15px;
	margin-left: 25px;
	display: inline;
	float: left;
	letter-spacing: 2px;
}
*/
/* ↑ ver 4.0.0.1 2015/06/19 S.Fujimura 切鉢分離 */
/* ver 2.0.0.5 2009/01/13 M.Watanabe 本日の入荷商品画面追加 */
.ListFrame {
/*	width: 748px;*/
	width: 300px;
	clear: both;
	margin-top: 15px;
	margin-left: 35px;
	float: left;
/*	border: 1px solid #CCCCCC; */
	padding-bottom: 10px;
	/* ↓ ver 4.0.0.1 2015/12/04 S.Usui レイアウト調整 */
	/*text-align: center;*/
	text-align: left;
	/* ↑ ver 4.0.0.1 2015/12/04 S.Usui レイアウト調整 */
	display: inline;
}

/* ↓ ver 4.0.0.1 2015/09/14 S.Usui ListFrame2追加 */
.ListFrame2 {
	width: 450px;
	clear: both;
	margin-top: 15px;
	margin-left: 35px;
	float: left;
	padding-bottom: 10px;
	/* ↓ ver 4.0.0.1 2015/12/04 S.Usui レイアウト調整 */
	/*text-align: center;*/
	text-align: left;
	/* ↑ ver 4.0.0.1 2015/12/04 S.Usui レイアウト調整 */
	display: inline;
}
/* ↑ ver 4.0.0.1 2015/09/14 S.Usui ListFrame2追加 */

/* ver 2.0.0.5 2009/01/19 Y.Hida パスワード欄の高さを設定 */
.logininputH {
	height: 18px;
}

/* ver 2.0.0.7 2009/03/03 Y.Ito CFエラー,不正アクセス等のエラーメッセージ及び「戻る」ボタン見直し。 */
/* 緑リンク */
.LnkGreen a:visited {
	color: #004b91;
/*	color: #4E7C4C;*/
	/* ↓ ver 4.0.0.1 2015/07/27 S.Fujimura レイアウト調整 */
	/* text-decoration: underline; */
	text-decoration: none;
	/* ↑ ver 4.0.0.1 2015/07/27 S.Fujimura レイアウト調整 */
}
.LnkGreen a:link {
	color: #004b91;
/*	color: #4E7C4C;*/
	/* ↓ ver 4.0.0.1 2015/07/27 S.Fujimura レイアウト調整 */
	/* text-decoration: underline; */
	text-decoration: none;
	/* ↑ ver 4.0.0.1 2015/07/27 S.Fujimura レイアウト調整 */
}
.LnkGreen a:hover {
	color: #ff6600;
	text-decoration: underline;
}


/* ver 3.0.0.1 2012/09/27 IME対応  */
/* IME無効 */
.ImeDisable {
	ime-mode: disabled;
}

/* IME有効:日本語入力モード */
.ImeActive {
	ime-mode: active;
}

/* IME有効：英語入力モード */
.ImeInactive {
	ime-mode: inactive;
}

/* ver 2.0.1.3 2009/10/27 Y.Hida 印刷プレビュー対応 */
@media print {
	
	.tblS {
		float: none;
		clear: both;
		width: 815px;
		border: 1px solid #CCCCCC;
		background-image: url(images/detail/bg_table.gif);
		background-repeat: repeat-x;
		font-size: 12px;
		margin-bottom: 5px;
	}

	.tblSErr {
		float: none;
		clear: both;
		width: 815px;
		border: 1px solid #FF0000;
		background-image: url(images/detail/bg_table.gif);
		background-repeat: repeat-x;
		font-size: 12px;
		margin-bottom: 5px;
	}
	
	.resDetFrame02 {
		height: 270px;
		width: 738px;
		clear: both;
		background: url(images/reserve/frame_bg.gif) repeat-x left center;
		margin-top: 15px;
		margin-left: 25px;
		float: none;
		border: 1px solid #CCCCCC;
		display: inline;
	}
	
	.resDetFrameM {
		height: 297px;
		width: 828px;		/* 748 → 828 */
		clear: both;
		background: url(images/frame_bg.gif) repeat-x left center;
		margin-top: 15px;
		margin-left: 25px;
		float: none;
		border: 1px solid #CCCCCC;
		display: inline;
	}
}

/* 2012/12/3 Y.Kawamura 詳細画面 */
/* ↓ ver 4.0.0.1 2015/06/19 S.Fujimura 切鉢分離 */
/*
#dtl_title {
	background-image: url(images/title_barM.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 970px;
	padding-left: 10px;
	font-weight: bold;
	color: #579065;
	font-size: 16px;
	line-height: 1.4em;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	text-align: left;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline;
	float: left;
	letter-spacing: 2px;
}
*/
/* ↑ ver 4.0.0.1 2015/06/19 S.Fujimura 切鉢分離 */

#dtl_frame {
	width: 970px;
	height: 585px;
	clear: both;
	/* ↓ ver 4.0.0.1 2015/12/07 S.Usui 太文字削除 */
	/*font-weight : bold;*/
	/* ↑ ver 4.0.0.1 2015/12/07 S.Usui 太文字削除 */
	text-align : center;
	border : solid #cccccc;
	border-width : 1px;
	padding-top:3px;
	padding-left:1px;
	padding-right:1px;
	float: left;
}

.dtl_table td {
	padding-top: 2px;
	padding-bottom: 3px;
	font-size: 12px;
	line-height: 1.2em;
	text-align: left;
	padding-right: 1px;
	color: #000;
}

.dtl_line {
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: solid; /* 線種 */
   border-color: #cccccc; /* 線色 */
   height: 1px; /* 高さ */
}

.hyo_fixed { 
    -webkit-word-break: break-all;  /* Google Chrome 6 (OK) */
    -moz-word-break: break-all;  /* Firefox v3.6.6 (NG) */
    -o-word-break: break-all;  /* Opera v10.62 (NG) */
    -ms-word-break: break-all;  /* Internet Explorer 8 (NG) */
    word-break: break-all;  /* Web Standard */
}

.wrap {
	white-space: normal;
	white-space: -moz-normal-wrap; /* Mozilla */
	white-space: -normal-wrap; /* Opera 4-6 */
	white-space: -o-normal-wrap; /* Opera 7 */
	white-space: normal-wrap; /* CSS3 */
	word-wrap: break-word; /* IE 5.5+ */
}

.normal-wraphide {	
	display: block;
	width: 100%;
	overflow: hidden;
	line-height:1.1em;
	height:1.1em;
}

/* 2012/12/12 Y.Kawamura 再交渉画面 */

.border1 {
	height: 585px; 
	width: 1px; 
	background-color: #c5c5c5; 
	border-collapse: collapse;
}

.bgcolor1 { 
	background-color: #fffab8;
}

.commen_frame1 {
	border: 1px solid #cccccc;
	border-bottom-style: hidden;
}

.commen_frame2 {
	border: 1px solid #cccccc;
}

/* ↓ ver 4.0.0.1 2015/07/09 S.Fujimura サブタブレイアウト追加 */
/* サブタブ*/
.subTab {
	list-style-type: none;
	width: 120px;
	/* ↓ ver 4.0.0.1 2015/12/10 S.Usui サブタブレイアウト調整 */
	/*height: 30px;*/
	height: 25px;
	line-height: 25px;
	/* ↑ ver 4.0.0.1 2015/12/10 S.Usui サブタブレイアウト調整 */
	display: block;
	background: #ededed;
	font-size: 12px;
	background-image: url(images/gmenu_subTab.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-top: 5px;
	font-weight:bold;
}
/* ↑ ver 4.0.0.1 2015/07/09 S.Fujimura サブタブレイアウト追加 */

/* ↓ ver 4.0.0.1 2015/06/19 S.Fujimura 入荷状況追加 */
/*
入荷状況
----------------------------------------------*/

/* タイトルバー */
.nyukaBarH {
	background-image: url(images/nyuka_title.gif);
	background-repeat: repeat-x;
	height: 28px;
	width: 400px;
	font-size: 13px;
	color: #FFFFFF;
	text-align: left;
	padding-left:5px;
	/* ↓ ver 4.0.0.1 2016/02/02 R.Umino レイアウト調整 */
	/*padding-top:7px;*/
	padding-top:6px;
    /* ↑ ver 4.0.0.1 2016/02/02 R.Umino レイアウト調整 */
    font-weight: bold;
}
.nyukaBarK {
	background-image: url(images/nyuka_titleK.gif);
	background-repeat: repeat-x;
	height: 28px;
	width: 400px;
	font-size: 13px;
	color: #FFFFFF;
	text-align: left;
	padding-left:5px;
	/* ↓ ver 4.0.0.1 2016/02/02 R.Umino レイアウト調整 */
	/*padding-top:7px;*/
	padding-top:6px;
    /* ↑ ver 4.0.0.1 2016/02/02 R.Umino レイアウト調整 */
    font-weight: bold;
}

/* 項目名 */
.TopNyukaInfoH1{
	font-weight:normal;
	font-size: 14px;
	line-height: 1.2em;
	background-color:#d7eac1;
	color:#000000;
}

.TopNyukaInfoK1{
	font-weight:normal;
	font-size: 14px;
	line-height: 1.2em;
	background-color:#ecd8be;
	color:#000000;
}

/* 内容 */
.TopNyukaInfoH2{
	font-weight:normal;
	font-size: 14px;
	line-height: 1.2em;
	background-color:#eff9e5;
	border: 1px solid #d7eac1;
	color:#000000;
}

.TopNyukaInfoK2{
	font-weight:normal;
	font-size: 14px;
	line-height: 1.2em;
	background-color:#f9efe5;
	border: 1px solid #ecd8be;
	color:#000000;
}

/* 状態 */
.TopNyukaStateH {
	background-image: url(images/TopNyukStateH.gif);
	background-repeat: no-repeat;
	width: 144px;
	height:28px;
	font-size: 13px;
	text-align: center;
	font-weight:bold;
	color:#ffffff;
	line-height: 28px;
	display: block;
	text-decoration:none;
}
.TopNyukaStateK {
	background-image: url(images/TopNyukStateK.gif);
	background-repeat: no-repeat;
	width: 144px;
	height:28px;
	font-size: 13px;
	text-align: center;
	font-weight:bold;
	color:#ffffff;
	line-height: 28px;
	display: block;
	text-decoration:none;
}
/* ↓ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */
.TopNyukaStateH a,
.TopNyukaStateK a {
	width: 144px;
	height:28px;
	color: #FFFFFF;
	display: block;
}
.TopNyukaStateH a:hover,
.TopNyukaStateK a:hover {
	color: #FF6600;
	text-decoration:none;
}
/* ↑ ver 4.0.0.1 2015/12/03 S.Fujimura ボタン内の下線なし */

/*
予約注文確認
----------------------------------------------*/

.chumonIcon {
	text-align: center;
	padding: 2px;
	height: 15px;
}

.chumonIconK {
	text-align: center;
	padding: 2px;
	height: 15px;
}

.NextCumonItem a:visited,
.NextCumonItem a:visited {
	cursor: auto;
	text-decoration: none;
}

.NextCumonItem a:hover,
.NextCumonItem a:hover {
	cursor: pointer;
	text-decoration: none;
}
/* ↑ ver 4.0.0.1 2015/06/19 S.Fujimura 入荷状況追加 */


/* ↓ ver 4.0.0.1 2015/07/07 S.Fujimura 追番コンボボックス追加 */
/*
追番コンボボックス
----------------------------------------------*/

select.edaList {
	width: 195px;
	margin-right: 5px;
}

.layout_center_19 {
	line-height: 18px;
	text-align: right;
}

.layout_center_16 {
	line-height: 15px;
	text-align: right;
}
/* ↑ ver 4.0.0.1 2015/07/07 S.Fujimura 追番コンボボックス追加 */


/* ↓ ver 4.0.0.1 2015/07/08 S.Fujimura 商品カタログテーマ */
/*
商品カタログテーマ
----------------------------------------------*/

.ThemaList {
	overflow: hidden;
	width: 100%;
}

.ThemaList ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

.ThemaList ul li {
	/* ↓ ver 4.0.0.1 2016/01/04 S.Fujimura レイアウト調整 */
	/* width: 190px; */
	width: 197px;
	/* ↑ ver 4.0.0.1 2016/01/04 S.Fujimura レイアウト調整 */
	float: left;
	height: 100%;
	/* ↓ ver 4.0.0.1 2016/01/27 S.Fujimura レイアウト調整 */
	/* margin: 5px 5px 5px 5px; */
	margin: 5px 0px 5px 0px;
	/* ↑ ver 4.0.0.1 2016/01/27 S.Fujimura レイアウト調整 */
	padding: 0;
	cursor: pointer;
}

.ThemaList .item {
	line-height: normal;
	font-size: 12px;
	color: #555555;
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #f6f6f7;
}

.ThemaList .item:hover {
	background-color: #FFFFFF;
}

/* ↑ ver 4.0.0.1 2015/07/08 S.Fujimura 商品カタログテーマ */

/* ↓ ver 4.0.0.1 2015/07/08 S.Usui 着荷ランクテーマ */
.tokei{
	border:none;
	height:17px;
}
.chakuni{
	background-color: #C0DAFF;
	font-size: 12px;
	font-weight: bold;
	color: #102883;
}
/* ↑ ver 4.0.0.1 2015/07/08 S.Usui 着荷ランクテーマ */

/* ↓ ver 4.0.0.1 2015/07/10 S.Usui 原産国アイコン */
.flag{
	border:1px solid #cccccc;
	height:15px;
}
/* ↑ ver 4.0.0.1 2015/07/10 S.Usui 原産国アイコン */

/* ↓ ver 4.0.0.1 2015/09/22 S.Usui NEWアイコン */
.new_icon{
	height:14px;
}
/* ↑ ver 4.0.0.1 2015/09/22 S.Usui NEWアイコン */

/* ↓ ver 4.0.0.1 2015/07/16 S.Fujimura 商品カタログテーマ */
.ThemaSetumei{
	background-color: #f2f2f2;
	border: 1px solid #CCCCCC;
/* ↓ ver 4.0.10.0 2016/12/15 #22359 商品カタログテーマ行間を広くする */
/*	padding: 5px;*/
	padding: 8px;
/* ↑ ver 4.0.10.0 2016/12/15 #22359 商品カタログテーマ行間を広くする */
	font-size:12px;
/* ↓ ver 4.0.10.0 2016/12/15 #22359 商品カタログテーマ行間を広くする */
    line-height:180%;
/* ↑ ver 4.0.10.0 2016/12/15 #22359 商品カタログテーマ行間を広くする */
}
.ThemaArea1{
	table-layout: fixed;
	width:  180px;
}
.ThemaArea2{
	table-layout: fixed;
	width:  180px;
	height: 25px;
	font-size: 12px;
}
.ThemaArea3{
	table-layout: fixed;
	width:  180px;
	height: 270px;
}
.ThemaSampleDisp{
	padding-left: 5px;
	padding-right: 5px;
	width: 80px;
	height: 80px;
	
}
.ThemaSampleW{
	max-width: 80px;
	max-height: 80px;
	width: 80px;
}
.ThemaSampleH{
	max-width: 80px;
	max-height: 80px;
	height: 80px;
}
.ThemaSampleHinmei{
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	font-size: 12px;
}
/* ↑ ver 4.0.0.1 2015/07/16 S.Fujimura 商品カタログテーマ */
/* ↓ ver 4.0.0.1 2015/12/25 S.Fujimura 商品カタログの下線はなし */
.ThemaSampleHinmei a:hover {
	color: #555555;
	text-decoration:none;
}
/* ↑ ver 4.0.0.1 2015/07/16 S.Fujimura 商品カタログの下線はなし */

/*  ↓ver 4.0.0.1 2015/07/16 T.satou 買受人サイト売上明細画面カレンダー用CSS */ 
.HatiKiriYmdLeg {
	border-collapse: collapse;
	border: 1px solid #dce3cb;
	width: 19px;
	height: 15px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	line-height: 1.5em;
	font-size: 10px;
}
/*  ↑ver 4.0.0.1 2015/07/16 T.satou 買受人サイト売上明細画面カレンダー用CSS */ 

/* ↓ ver 4.0.0.1 2015/07/10 S.Usui 市場アイコン */
.oroshi{
	/*
	border:1px solid #cccccc;
	*/
	height:22px;
}
.oroshi2{
	height:28px;
}
.opacity{
	opacity: 0.3;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
}
/* ↑ ver 4.0.0.1 2015/07/10 S.Usui 市場アイコン */

/* ↓ ver 4.0.0.1 2015/07/27 S.Fujimura 画像一覧で表示 */
.ImageList {
	overflow: hidden;
	width: 100%;
}

.ImageList ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
}

.ImageList ul li {
	float: left;
	height: 100%;
	margin: 5px 5px 5px 5px;
	padding: 0;
	cursor: pointer;
}

.ImageArea1{
	table-layout: fixed;
	width:  145px;
	height: 145px;
}

.ImageArea2{
	table-layout: fixed;
	width:  145px;
	font-size: 12px;
	padding-bottom: 15px;
	/* ↓ ver 4.0.0.1 2016/02/05 R.Umino レイアウト修正 IE用 */
	*margin-bottom: 15px;
	/* ↑ ver 4.0.0.1 2016/02/05 R.Umino レイアウト修正  IE用*/
}
.ImageListDisp{
	overflow: hidden;
	/* ↓ ver 4.0.0.1 2016/02/05 R.Umino レイアウト修正 FF用 */
	/*display: block;*/
	/* ↑ ver 4.0.0.1 2016/02/05 R.Umino レイアウト修正 FF用*/
	padding-left: 5px;
	padding-right: 5px;
	width: 135px;
	height: 135px;
}
.ImageListDisp1{
	overflow: hidden;
	display: block;
	margin-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	width: 135px;
	/*height: 12px;*/
}
.ImageListDisp2{
	overflow: hidden;
	display: block;
	margin-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	width: 135px;
	/*height: 24px;*/
}
.ImageListDisp3{
	overflow: hidden;
	display: block;
	margin-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	width: 70px;
	height: 16px;
}
.ImageListW{
	max-width: 135px;
	max-height: 135px;
	width: 135px;
}
.ImageListH{
	max-width: 135px;
	max-height: 135px;
	height: 135px;
}

.ImageListDate {
	float: none;
	clear: both;
	height: 24px;
	background-image: url(images/ImageList.gif);
	background-repeat: repeat-x;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	/* ↓ ver 4.0.0.1 2016/02/05 R.Umino レイアウト調整 */
	/*width: 815px;*/
	width: 805px;
	padding-left: 10px;
	/* ↑ ver 4.0.0.1 2016/02/05 R.Umino レイアウト調整 */
}
/* ↑ ver 4.0.0.1 2015/07/27 S.Fujimura 画像一覧で表示 */

/* ↓ ver 4.0.0.1 2015/07/28 S.Usui 詳細画面用のスタイル追加 */
/* 全体画像(縦長) */
.ImageDetailH{
	max-width: 500px;
	max-height: 375px;
	height: auto; /* ver 4.0.0.1 2015/12/22 H.Sato 画像比率崩れ対応 */
}
/* 全体画像(横長) */
.ImageDetailW{
	max-width: 500px;
	max-height: 375px;
	height: auto; /* ver 4.0.0.1 2015/12/22 H.Sato 画像比率崩れ対応 */
}

/* 全体画像(画像なし) */
.NoImageDetailH{
	max-width: 500px;
	max-height: 375px;
	height: 375px;
}

/* 全体画像(過去画像あり) */
.KakoImageDetailH{
	max-width: 500px;
	max-height: 375px;
	height: auto; /* ver 4.0.0.1 2015/12/22 H.Sato 画像比率崩れ対応 */
}

/* サムネイル画像 */
.ImageDetailSW{
	max-width: 96px;
	max-height: 72px;
	height: auto; /* ver 4.0.0.1 2015/12/22 H.Sato 画像比率崩れ対応 */
}

/* サムネイル画像(画像なし) */
.NoImageDetailSW{
	max-width: 96px;
	max-height: 72px;
	height: 72px;
}

/* サムネイル画像(過去画像あり) */
.KakoImageDetailSW{
	max-width: 96px;
	max-height: 72px;
	height: auto; /* ver 4.0.0.1 2015/12/22 H.Sato 画像比率崩れ対応 */
}
/* ↑ ver 4.0.0.1 2015/07/28 S.Usui 詳細画面用のスタイル追加 */

/* ↓ ver 4.0.0.1 2015/08/08 S.Fujimura サブメニューなし時のレイアウト補正用スタイル追加 */
.Adjyst1{
	margin-top: -55px;
	position: relative;
}
.Adjyst2{
	margin-top: -25px;
	position: relative;
}
/* ↑ ver 4.0.0.1 2015/08/08 S.Fujimura サブメニューなし時のレイアウト補正用スタイル追加 */

/* ↓ ver 4.0.0.1 2015/08/20 S.Fujimura プッシ連絡先削除ボタン追加 */
.btnGray04 {
	background-image: url(images/button_gray04.gif);
	height: 19px;
	width: 56px;
	display: block;
	text-align: center;
	color: #666666;
	font-size: 11px;
	line-height: 19px;
	overflow: hidden;
}
.btnGray04 a {
	height: 19px;
	width: 56px;
	display: block;
}
/* ↑ ver 4.0.0.1 2015/08/20 S.Fujimura プッシ連絡先削除ボタン追加 */

/* ↓ ver 4.0.0.1 2015/08/29 S.Fujimura 切鉢切替ボタン追加 */
.navi_mode {
	width: 132px;
	display: block;
	float: right;
	height: 30px;
	> margin-top: -30px;
	_ margin-top: -30px;
}

.mode_menuH li {
	width: 65px;
	height: 30px;
	background-image: url(images/modeH.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	float: right;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	list-style-type: none;
	display: block;
}
.mode_menuK li {
	width: 65px;
	height: 30px;
	background-image: url(images/modeK.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	float: right;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	list-style-type: none;
	display: block;
}

.mode_menuH li a:link,
.mode_menuK li a:link {
	display: block;
	height: 30;
	outline: 0;
	text-decoration: none;
	color: #FFFFFF;
}

.mode_menuH li a:visited,
.mode_menuK li a:visited {
	display: block;
	height: 30;
	outline: 0;
	text-decoration: none;
	color: #FFFFFF;
}

.mode_menuH li a:hover,
.mode_menuH li a.active {
	background-image: url(images/modeH.gif);
	background-position: left -33px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #FFFF00 !important;
}

.mode_menuK li a:hover,
.mode_menuK li a.active {
	background-image: url(images/modeK.gif);
	background-position: left -33px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #FFFF00 !important;
}

.mode_text{
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
/* ↑ ver 4.0.0.1 2015/08/29 S.Fujimura 切鉢切替ボタン追加 */

/* ↓ ver 4.0.0.1 2015/08/31 S.Usui 売上明細追加 */
/*
売上明細
----------------------------------------------*/

/* 更新日時 */
.pkousin{
    font-size: 12px;
    text-align: right;
    padding:6px 4px 10px 0px;
}

/* 鉢切区分アイコン */
.pHatiKirikbnUriage{
    padding-left: 10px;
}

/* 税込表示 */
.pzeikomi{
    font-size: 12px;
    line-height: 1.3;
    padding:3px 10px 0px 4px;
}

/* margin-bottom:10px;の無いタイトル追加 */
.tblNaviUriage {
    clear: both;
    float: left;
    font-size: 12px;
    line-height: 1.3;
}
.tblNaviUriage td {
    white-space: nowrap;
    padding-right: 2px;
}
.tblNaviUriage2 {
	clear: both;
	float: left;
	font-size: 12px;
	line-height: 1.3;
	margin-left: 14px;
	background: #f6f6f6;
	border: 1px solid #a0a0a0;
}

/* 差引残高：罫線1 */
.tblBorderUriage {
	border-top: 1px solid #a0a0a0;
}

/* 差引残高：合計背景*/
.tblBackUriageGoukei  {
    background: #ffffff;
}

.tblNoListbold {
    border-collapse: collapse;
    clear: both;
}
.tblNoListbold th {
    font-weight: normal;
    color: #FFFFFF;
    padding: 2px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

/* 売上明細画面 切花用リストの背景色 */
.tblNoListKiri {
    border-collapse: collapse;
    clear: both;
}
.tblNoListKiri th {
    font-weight: normal;
    color: #FFFFFF;
    padding: 2px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

/* 売上明細画面 合計表示用リストの背景色 */
.tblNoListSum {
    border-collapse: collapse;
    clear: both;
}
.tblNoListSum th {
    font-weight: normal;
    color: #FFFFFF;
    background: #444444;
    padding: 2px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

/* 差引残高：売立日 */
.Ttl04sZandakaUriymd {
    color: #000000;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    padding:0px 10px 0px 10px;
}

/* 差引残高：金額 */
.Ttl04sZandakaKingaku {
    color: #707070;
    text-align: right;
    font-size: 20px;
    padding:0px 0px 0px 10px;
}

/* 差引残高：金額単位 */
.Ttl04sZandakaKingakuUnit {
    color: #707070;
    text-align: left;
    font-size: 14px;
    padding:4px 10px 0px 4px;
}

/* 差引残高：金額合計 */
.Ttl04sZandakaKingakuGoukei {
    color: #000000;
    text-align: right;
    font-size: 20px;
    padding:0px 0px 0px 10px;
}

/* 差引残高：金額合計単位 */
.Ttl04sZandakaKingakuGoukeiUnit {
    color: #000000;
    text-align: left;
    font-size: 14px;
    padding:4px 10px 0px 4px;
}

.tblNoListUriage {
	border-collapse: collapse;
	border: 1px solid #e4dbd0;
	margin-left: 14px;
	height:32px;
}
.tblNoListUriage td {
	border-top: 1px solid #e4dbd0;
	border-bottom: 1px solid #e4dbd0;
	padding: 3px;
	font-size: 12px;
	padding-left: 10px;
}
.tblNoList2Gray {
	border-collapse: collapse;
	border: 1px solid #e4dbd0;
	height:32px;
}
.tblNoList2Gray td {
	border-top: 1px solid #e4dbd0;
	border-bottom: 1px solid #e4dbd0;
	padding: 3px;
	font-size: 12px;
	background: #f6f6f6;
	padding-left: 10px;
}

/* 罫線削除 */
.borderClearUriage {
    border-style: hidden;
}
/* ↑ ver 4.0.0.1 2015/08/31 S.Usui 売上明細追加 */

/* ↓ ver 4.0.0.1 2015/12/13 S.Fujimura サブメニューを固定幅にする */
.submenu_single {
	height: 33px;
	text-align: center;
	overflow: hidden;
	line-height: 33px;
}
.submenu_multi {
	height: 33px;
	text-align: center;
	overflow: hidden;
	line-height: 12px;
	padding-top: 7px;
}
/* ↑ ver 4.0.0.1 2015/12/13 S.Fujimura サブメニューを固定幅にする */

/* ↓ ver 4.0.0.1 2015/12/17 S.Fujimura 品目の文字サイズを変更 */
.hinmokuText {
	font-size: 13px;
}

.hinmokuTextThema {
	font-size: 11px;
}
/* ↑ ver 4.0.0.1 2015/12/17 S.Fujimura 品目の文字サイズを変更 */
/* ↓ ver 4.0.0.1 2015/12/18 S.Fujimura サイトカラーボタン追加 */
.btnYoyakuAllH {
	background-image: url(images/button_yoyaku_allH.gif);
	background-repeat: no-repeat;
	height: 19px;
	/* ↓ ver 4.0.0.1 2016/02/03 S.Fujimura レイアウト調整 */
	/* width: 148px; */
	width: 155px;
	/* ↑ ver 4.0.0.1 2016/02/03 S.Fujimura レイアウト調整 */
	display: block;
	text-align: center;
	color: #666666;
	font-size: 11px;
	line-height: 19px;
	overflow: hidden;
}
.btnYoyakuAllK {
	background-image: url(images/button_yoyaku_allK.gif);
	background-repeat: no-repeat;
	height: 19px;
	/* ↓ ver 4.0.0.1 2016/02/03 S.Fujimura レイアウト調整 */
	/* width: 148px; */
	width: 155px;
	/* ↑ ver 4.0.0.1 2016/02/03 S.Fujimura レイアウト調整 */
	display: block;
	text-align: center;
	color: #666666;
	font-size: 11px;
	line-height: 19px;
	overflow: hidden;
}
.btnYoyakuAllH a,
.btnYoyakuAllK a {
	height: 19px;
	width: 149px;
	text-align: center;
	display: block;
}
.btnYoyakuAllH a:hover,
.btnYoyakuAllK a:hover {
	color: #FF6600;
	text-decoration: none;
}
/* ↑ ver 4.0.0.1 2015/12/18 S.Fujimura サイトカラーボタン追加 */
/* ↓ 2015/12/21 To.Sugiyama ラジオボタンの右側のラベルずれ対応 */
input[type="radio"],input[type="checkbox"] {
	vertical-align:middle;
}
/* ↑ 2015/12/21 To.Sugiyama ラジオボタンの右側のラベルずれ対応 */
/* ↓ ver 4.0.0.1 2016/01/04 S.Fujimura ラジオボタンの位置調整 */
input[type="radio"] {
    margin-bottom: calc(3px);
}
/* ↑ ver 4.0.0.1 2016/01/04 S.Fujimura ラジオボタンの位置調整 */

/* ↓ 2015/12/25 Y.Matou IEでテキストボックスにフォーカスを当てると周囲がずれる問題対応 */
/* IEのみ適応 */
input[type="text"],input[type="password"] {
	border: solid 1px #707070\9;
}
/* ↑ 2015/12/25 Y.Matou IEでテキストボックスにフォーカスを当てると周囲がずれる問題対応 */

/* ↓ ver 4.0.0.1 2015/12/23 S.Fujimura 戻るボタン対応 */
.btnGray06 {
	background-image: url(images/button_gray06.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 66px;
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #666666;
	font-size: 11px;
	line-height: 19px;
	overflow: hidden;
	padding-top:1px;
}

.btnGray06 a {
	height: 19px;
	width: 66px;
	display: block;
	text-align: center;
	vertical-align: middle;
	line-height: 19px;
}

.btnGray06 a:hover {
	color: #FF6600;
	text-decoration: none;
}
/* ↑ ver 4.0.0.1 2015/12/23 S.Fujimura 戻るボタン対応 */

/* ↓ ver 4.0.0.1 2016/01/19 R.Umino 文字色変更 */
.txtMsgColoer_m {
	color: #666666;
}
.txtMsgColoer_s {
	font-size: 10px;
	color: #666666;
	text-align: center;
}
/* ↑ ver 4.0.0.1 2016/01/19 R.Umino 文字色変更 */
/* ↓ ver 4.0.0.1 2016/01/25 M.Wakita 文字色 */
.txtMsgColoer_l {
	font-size: 12px;
	color: #666666;
}
/* ↑ ver 4.0.0.1 2016/01/25 M.Wakita 文字色 */
/* ↓ 2016/01/21 To.Sugiyama レイアウト崩れ修正 */
/* div、pタグ用。テキストが表示領域を超える場合は「...」で省略する。別途widthを指定する。 */
.txtOverHidden {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* ↑ 2016/01/21 To.Sugiyama レイアウト崩れ修正 */

#topbox {
	width: 815px;
/*	margin-bottom: 10px;
	background: #f3ecdc;*/
}

/* ↓ 2016/02/16 R.Umino ログイン画面レイアウト調整 */
.vertical-align input{
    vertical-align:-0.19em;
}
/* ↑ 2016/02/16 R.Umino ログイン画面レイアウト調整 */

/**************************************************************************************************************************

　↑切鉢共通のスタイル

***************************************************************************************************************************/





/**************************************************************************************************************************

　↓鉢物専用のスタイル

***************************************************************************************************************************/
/* ↑ 2016/02/26 S.Usui キャッシュされるのでimportを削除 */
/*
共通
----------------------------------------------*/

.bgGreen {
	background-color: #e4eee5;
}
.bgGreen2 {
	background-color: #d7eac1;
}

.siteColor1 {
	background-color: #57b34c;
}

/* ↓ ver 4.0.0.1 2015/12/10 S.Fujimura サブタブのフォーカス時の色指定 */
.subTab:hover {
	color: #555555;
	background-color: #d7eac1;
}
/* ↑ ver 4.0.0.1 2015/12/10 S.Fujimura サブタブのフォーカス時の色指定 */

/*
リンクカラー------------------*/
.cateList td a:visited {
	color: #555555;
	text-decoration: none;
}
.cateList td a:link {
	color: #555555;
	text-decoration: none;
}
.cateList td a:hover {
	color: #555555;
	text-decoration: underline;
}


/*
グランドナビ------------------*/
.gnavi li,
.gnavi2 li {
	background-image: url(images/gmenu.gif);
}
.gnavi li a:hover,
.gnavi li a.active,
.gnavi2 li a:hover,
.gnavi2 li a.active {
	background-image: url(images/gmenu.gif);
}

.snavi {
	background-image: url(images/subnavi_bg.gif);
	background-repeat: repeat-x;
}

.snaviLeft {
	background-image: url(images/subnavi_bg.gif);
	background-repeat: repeat-x;
}

.smenu_border1 {
	background-image: url(images/gmenu_sub_01K.gif);
	background-repeat: no-repeat;
}
.smenu_border2 {
	background-image: url(images/gmenu_sub_02K.gif);
	background-repeat: no-repeat;
}
.smenu_border3 {
	background-image: url(images/gmenu_sub_03K.gif);
	background-repeat: no-repeat;
}
.smenu_border4 {
	background-image: url(images/gmenu_sub_04K.gif);
	background-repeat: no-repeat;
}

.smenu_border1 a:link {
	background-image: url(images/gmenu_sub_01.gif);
	background-repeat: no-repeat;
}
.smenu_border2 a:link {
	background-image: url(images/gmenu_sub_02.gif);
	background-repeat: no-repeat;
}
.smenu_border3 a:link {
	background-image: url(images/gmenu_sub_03.gif);
	background-repeat: no-repeat;
}
.smenu_border4 a:link {
	background-image: url(images/gmenu_sub_04.gif);
	background-repeat: no-repeat;
}

.smenu_border1 a:hover,
.smenu_border1 a.active {
	background-image: url(images/gmenu_sub_01.gif);
	background-repeat: no-repeat;
}
.smenu_border2 a:hover,
.smenu_border2 a.active {
	background-image: url(images/gmenu_sub_02.gif);
	background-repeat: no-repeat;
}
.smenu_border3 a:hover,
.smenu_border3 a.active {
	background-image: url(images/gmenu_sub_03.gif);
	background-repeat: no-repeat;
}
.smenu_border4 a:hover,
.smenu_border4 a.active {
	background-image: url(images/gmenu_sub_04.gif);
	background-repeat: no-repeat;
}

.search {
	clear: both;
	background-image: url(images/top_right-07.gif);
	height: 35px;
	width: 560px;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	margin-left: 15px;
}


/*
トップページ
----------------------------------------------*/

.titleBar {
	background-image: url(images/title_bar.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 802px;
	margin-bottom: 10px;
	padding-left: 13px;
	font-weight: bold;
	color: #579065;
	font-size: 16px;
	line-height: 1.4em;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", Helvetica;
	letter-spacing: 2px;
}

.titleBar_l {
	background-image: url(images/title_bar_L.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 806px;
	margin-bottom: 10px;
	padding-left: 13px;
	font-weight: bold;
	color: #579065;
	font-size: 16px;
	line-height: 1.4em;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", Helvetica;
	letter-spacing: 2px;
}
.cateTtl {
	background-image: url(images/bg_category.gif);
	background-repeat: no-repeat;
	height: 17px;
	padding-left: 18px;
	font-size: 12px;
	padding-top: 2px;
}

.searchBar2 {
	height: 25px;
	width: 748px;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 7px;
	background-image: url(images/search/ttl_search.gif);
	background-repeat: no-repeat;
	text-align: left;
	font-weight: bold;
	text-indent: 30px;
}

.sideBar {
	background-image: url(images/side_title.gif);
}


/*
マイページ
----------------------------------------------*/

.categoryLeft li {
	list-style-type: none;
	background: url(images/left-13.gif) no-repeat left center;
	padding-left: 12px;
	line-height: 1.2em;
}


/*
予約注文
----------------------------------------------*/

.resDet {
	background-image: url(images/title_bar.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 738px;
	padding-left: 13px;
	font-weight: bold;
	color: #579065;
	font-size: 16px;
	line-height: 1.4em;
	/*font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", Helvetica;*/
	text-align: left;
	clear: both;
	margin-top: 15px;
	margin-left: 25px;
	display: inline;
	float: left;
	letter-spacing: 2px;
}


/* 
カレンダー
-----------------------------------------------*/
.calenderbox {
	border: 1px solid #dce3cb;
	border-collapse: collapse;
	width: 153px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	line-height: 1.5em;
	font-size: 10px;
}
.calenderbox th {
	color: #555555;
	font-weight: normal;
	border: 1px solid #dce3cb;
	border-collapse: collapse;
}
.calenderbox td {
	border: 1px solid #dce3cb;
	border-collapse: collapse;
}


/* 
	カレンダー（サブ画面）
-----------------------------------------------*/
.calenderbox_sub {
	border: 1px solid #dce3cb;
	border-collapse: collapse;
	width: 348px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	line-height: 1.5em;
	font-size: 12px;
}
.calenderbox_sub th {
	color: #555555;
	font-weight: normal;
	border: 1px solid #dce3cb;
	border-collapse: collapse;
}
.calenderbox_sub td {
	border: 1px solid #dce3cb;
	border-collapse: collapse;
}


/*
サイトマップ
-----------------------------------------------*/
/* ↓ ver 4.0.0.1 2016/01/07 H.Sato サイトマップ切鉢表示対応 */
/*
.site_Box li a {
	background: url(images/allow2.gif) no-repeat left center;
	padding-left: 15px;
}
*/
/* ↑ ver 4.0.0.1 2016/01/07 H.Sato サイトマップ切鉢表示対応 */

/* サブウインドウのタイトルのバック画面と幅等を除いたフォント指定のスタイル */
.SubPageTopText{
	color:#579065;
	font-size:16px;
	font-family:"ＭＳ Ｐ明朝","細明朝体","ヒラギノ明朝 Pro W3", Helvetica;
	font-weight: bold;
}


/*
購入確認
-----------------------------------------------*/

.resDet2 {
	background-image: url(images/title_bar.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 800px;
	padding-left: 13px;
	font-weight: bold;
	color: #579065;
	font-size: 16px;
	line-height: 1.4em;
	/*font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", Helvetica;*/
	text-align: left;
	clear: both;
	margin-top: 15px;
	margin-left: 25px;
	display: block;
	float: left;
	letter-spacing: 2px;
	display: inline;
}


/*
ナビゲーション
-----------------------------------------------*/

.tblNoList th {
	font-weight: normal;
	color: #FFFFFF;
	background: #8bc66d;
	padding: 2px;
	border: 1px solid #e4dbd0;
	font-size: 12px;
	text-align: center;
}
.tblNoList td {
	padding: 2px 3px;
	font-size: 12px;
	border: 1px solid #e4dbd0;
}
.tblNoList2 {
	border-collapse: collapse;
}
.tblNoList2 td {
	padding: 3px;
	font-size: 12px;
	border: 1px solid #e4dbd0;
	background: #eff9e5;
}

/* ↓ ver 4.0.0.1 2016/01/09 S.Fujimura 月別取引明細−日付一覧の背景色はグレー */
.tblNoList3 {
	border-collapse: collapse;
}
.tblNoListS3 td {
	padding: 3px 1px;
	font-size: 11px;
	border: 1px solid #e4dbd0;
	background: #efefef;
}
/* ↑ ver 4.0.0.1 2016/01/09 S.Fujimura 月別取引明細−日付一覧の背景色はグレー */

.TabListTH {
	font-weight: normal;
	color: #FFFFFF;
	background: #8bc66d;
	padding: 2px;
	border-right: 2px solid #B3ABA2;
	border-left: 2px solid #B3ABA2;
	border-top: 1px solid #e4dbd0;
	border-bottom: 1px solid #e4dbd0;
	font-size: 12px;
	text-align: center;
}
.TabListTD {
	padding: 2px 3px;
	font-size: 12px;
	border-right: 2px solid #B3ABA2;
	border-left: 2px solid #B3ABA2;
	border-top: 1px solid #e4dbd0;
	border-bottom: 1px solid #e4dbd0;
}

/*
荷受入力
-----------------------------------------------*/

.tblNoListT th {
	font-weight: normal;
	color: #FFFFFF;
	background: #8bc66d;
	padding: 2px;
	border: 1px solid #e4dbd0;
	font-size: 12px;
	text-align: center;
}


/*
検索条件 カナ
----------------------------------------------*/

.tblNoList3 th {
	font-weight: normal;
	color: #FFFFFF;
	background: #8bc66d;
	padding: 1px;
	border: 1px solid #e4dbd0;
	font-size: 11px;
	text-align: center;
}


/*
お気に入りリスト
-----------------------------------------------*/

.tblNoListOk th {
	font-weight: normal;
	color: #FFFFFF;
	background: #8bc66d;
	padding: 2px;
	font-size: 12px;
	text-align: center;
}


/* 詳細サブ画面 画面サイズ拡張 */
.resDetM {
	background-image: url(images/title_barM.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 830px;
	padding-left: 13px;
	font-weight: bold;
	color: #579065;
	font-size: 16px;
	line-height: 1.4em;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", Helvetica;
	text-align: left;
	clear: both;
	margin-top: 15px;
	margin-left: 25px;
	display: inline;
	float: left;
	letter-spacing: 2px;
}

/* 詳細サブ画面 画面サイズ拡張（商品詳細、事前入札、予約詳細、個別注文）  */
.resDetM2 {
	background-image: url(images/title_barM.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 960px; /* 1160→960 */
	padding-left: 13px;
	font-weight: bold;
	color: #579065;
	font-size: 16px;
	line-height: 1.4em;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", Helvetica;
	text-align: left;
	clear: both;
	margin-top: 15px;
	margin-left: 15px; /* 25→15 */
	display: inline;
	float: left;
	letter-spacing: 2px;
}

/* 購入受付確認画面 */
.resConfirm {
	background-image: url(images/title_bar.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 450px;
	padding-left: 13px;
	font-weight: bold;
	color: #579065;
	font-size: 16px;
	line-height: 1.4em;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", Helvetica;
	text-align: left;
	clear: both;
	margin-top: 15px;
	margin-left: 25px;
	/* ↓ ver 4.0.0.1 2015/12/24 IE対応 */
	margin-left: 20px\9;
	_margin-left: 25px;
	/* ↑ ver 4.0.0.1 2015/12/24 IE対応 */
	display: inline;
	float: left;
	letter-spacing: 2px;
}

/* 本日の入荷商品 */
.resDet10 {
	background-image: url(images/title_bar.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 450px;
	padding-left: 13px;
	font-weight: bold;
	color: #579065;
	font-size: 16px;
	line-height: 1.4em;
	/*font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", Helvetica;*/
	text-align: left;
	clear: both;
	margin-top: 15px;
	margin-left: 25px;
	display: inline;
	float: left;
	letter-spacing: 2px;
}

/* 過去着荷時刻 */
.resDetS {
	background-image: url(images/title_bar.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 300px;
	padding-left: 13px;
	font-weight: bold;
	color: #579065;
	font-size: 16px;
	line-height: 1.4em;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", Helvetica;
	text-align: left;
	clear: both;
	margin-top: 15px;
	margin-left: 25px;
	display: inline;
	float: left;
	letter-spacing: 2px;
}

/* 詳細 */
#dtl_title {
	background-image: url(images/title_barM.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 970px;
	padding-left: 10px;
	font-weight: bold;
	color: #579065;
	font-size: 16px;
	line-height: 1.4em;
	/*font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", Helvetica;*/
	text-align: left;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline;
	float: left;
	letter-spacing: 2px;
}

/* 入荷商品一覧（仕立、素材、査定） */
.NyukaMeisai {
	width:110px;
	overflow:hidden;
}

/* 事前入札確認（仕立、素材、査定） */
.JizenKakunin {
	width:85px;
	overflow:hidden;
}

/* スマートフォンモード */
.btnSMModeTop {
	background-image: url(images/top_sm.gif);
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1.8em;
	overflow: hidden;
	font-weight: bold;
}
.btnSMModeTop {
	height: 40px;
	width: 156px;
}
.btnSMModeTop a {
	height: 18px;
	width: 150px;
}
.btnSMModeTop a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.btnSMModeTop a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.btnSMModeTop a:hover {
	color: #FF6600;
	text-decoration: underline;
}

/* ↓ ver 4.0.2.0 2016/02/15 R.Umino レイアウト調整 */
/*アイコンについて*/
.resDetIcon {
	background-image: url(images/title_bar.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 557px;
	padding-left: 13px;
	font-weight: bold;
	color: #579065;
	font-size: 16px;
	line-height: 1.4em;
	/*font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", Helvetica;*/
	text-align: left;
	clear: both;
	margin-top: 15px;
	margin-left: 25px;
	display: inline;
	float: left;
	letter-spacing: 2px;
}
/* ↑ ver 4.0.2.0 2016/02/15 R.Umino レイアウト調整 */

/* ↓ ver 4.0.2.0 4.0.2.0 2016/02/17 R.Umino 背景色指定用  */
.bgColor {
	background: ##FFFFFF;
}
.bgColor2 {
	background: #eff9e5;
}
/* ↑ ver 4.0.2.0 4.0.2.0 2016/02/17 R.Umino 背景色指定用  */

/* ↓ ver 4.0.11.0 2017/01/12 #22698レイアウト調整 */
.tblNoListH th {
	font-size: 11px;
}
/* ↑ ver 4.0.11.0 2017/01/12 #22698レイアウト調整 */

/* ↓ ver 4.0.13.1 2017/02/06 S.Fujimura フォント指定追加 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type="password"] {
	    font: 13.3333px Arial;
	}
}
/* ↑ ver 4.0.13.1 2017/02/06 S.Fujimura フォント指定追加 */

/* ↓ ver 6.0.0.1 2020/07/31 Y.Ito トップ画面 ライブリンクボタン追加 */
/* トップ画面 ライブリンクボタン */
.btnTopLiveLinkH  {
	background-image: url(images/button_TopLiveLinkH.gif);
	background-repeat: no-repeat;
	width: 83px;
	height:19px;
	font-size: 13px;
	text-align: center;
	font-weight:bold;
	color:#000000;
	line-height: 19px;
	display: block;
	text-decoration:none;
}
.btnTopLiveLinkK {
	background-image: url(images/button_TopLiveLinkK.gif);
	background-repeat: no-repeat;
	width: 83px;
	height:19px;
	font-size: 13px;
	text-align: center;
	font-weight:bold;
	color:#000000;
	line-height: 19px;
	display: block;
	text-decoration:none;
}
.btnTopLiveLinkH a,
.btnTopLiveLinkK a {
	width: 83px;
	height:19px;
	display: block;
}
.btnTopLiveLinkH a:hover,
.btnTopLiveLinkK a:hover {
	color: #FF6600;
	text-decoration:none;
}
/* ↑ ver 6.0.0.1 2020/07/31 Y.Ito トップ画面 ライブリンクボタン追加 */
/* ↓ ver 6.x.x.x 2020/08/04 M.Sato HGF3245 ライブ画面 */
/* ライブ画面 */
.btnLiveLink  {
	background-image: url(images/LiveTopBtnH.png);
	background-repeat: no-repeat;
	width: 300px;
	height:28px;
	font-size: 13px;
	text-align: center;
	font-weight:bold;
	color:#000000;
	line-height: 28px;
	display: block;
	text-decoration:none;
}
.btnLiveLink a {
	width: 300px;
	height:28px;
	display: block;
	color: white;
}
.btnLiveLink a:hover {
	color: #FF6600;
	text-decoration:none;
}
/* ↑ ver 6.x.x.x 2020/08/04 M.Sato HGF3245 ライブ画面 */