@charset "utf-8";
/* CSS Document */



/* ブロック(カラムコンテンツ) */

#LEFT {
	float: left;
	width: 650px;
	display: inline;
	margin: 7px 0px 10px 5px;
}
#RIGHT {
	clear: right;
	float: right;
	width: 259px;
	display: inline;
	margin: 7px 5px 10px 0px;
}
/* フッタ */

#foot {
	height: 158px;
	background: url(../img/bg_suke.png) repeat;
	margin-top: 8px;
	padding: 0px 0px 10px 10px;
	clear: both;
}
#foot a {
	color: #767575;
	text-decoration: none;
}
#foot a:hover {
	color: #2581ff;
}
#foot ul {
	font-size: 10px;
	list-style-type: none;
	float: left;
	background: #dddddd;
	margin: 10px 5px 0 0;
	padding: 8px 0px;
	width: 211px;
	color: #686868;
	height:107px;
}
#foot li {
	padding: 1px 0px 1px 10px;
}
#foot_logo {
	width: 500px;
	float: left;
	clear: both;
	height: 13px;
	font-size: 10px;
	padding: 10px 0 0 0;
	color: #686868;
}
#foot_logo img {
	vertical-align: middle;
}
address {
	float: right;
	font-size: 9px;
	font-style: normal;
	margin: 35px 5px 0 0;
	color: #686868;
}
#contact_bunnre {
	float: right;
	margin: 10px 5px 0px 0px;
}
/* ぱんくず */

#pan {
	margin: 10px 5px 0px;
}
#pan strong {
	font-weight: normal;
}
#pan a {
	color: #3f3f3f;
}
#pan a:hover {
	color: #2581ff;
}
#pan .now {
	color: #2581ff;
}/*ぱんくず　現在地*/
/*//////////////////////

左ブロックCSS

/////////////////////*/



/* メインイメージ */

#main_image {
	margin-bottom: 10px;
}
#main_image img {
	border: solid 1px #000;
}
/* シリーズコメント*/

#serise_txt {
	margin-bottom: 10px;
	padding: 5px;
	font-size: 11px;
}
#OUTLINE #LEFT #serise_txt {
}
/* 新商品ピックアップスペース */

#new_items {
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	border-left: 3px solid #000;
	background: url(../img/bg_suke.png) repeat;
	overflow: hidden;
	margin-bottom: 10px;
}
/* 商品スペース */

#items_list {
	background: url(../img/bg_suke.png) repeat;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
}
/* 商品表示シリーズ名 */

#item_series {
	background-color: #000;
	width: 100%;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
#item_series h3 {
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
}
/* 商品表示テーブル */

#item_data {
	padding: 5px;
	width: auto;
	margin-top: auto;
	margin-bottom: auto;
}
#item_data a {
	color: #2581ff;
}
#item_data a:hover {
	color: #06F;
}
#item_data table {
	background-color: #FFF;
	width: 100%;
	font-size: 10px;
}
#LEFT td .item_data_underline {
	border-bottom: 1px dotted #666;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 1px;
	vertical-align: middle;
}
#LEFT td .item_data_name_underline {
	border-bottom: 1px dotted #666;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 1px;
	vertical-align: middle;
}
#item_data td {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 1px;
}
#item_data .name {
	text-align: left;
}
#item_data .img {
	width: 100px;
	padding-right: 8px;
	vertical-align: middle;
}
#item_data .img img {
	border: solid 1px #CCC;
	height: 100px;
	width: 100px;
}
/*//////////////////////

右ブロックCSS

/////////////////////*/



/*タブヘッダー*/

#tab_header {
	width: 259px;
	height: 24px;
}
.tab_navi1 {
	width: 259px;
	background: url(../img/tab_header_bg.jpg) repeat-y;
	height: 30px;
}
.tab_navi1_td {
	width: 49px;
	vertical-align: bottom;
}
/*タブテーブル調整*/

#tab_table_01 {
	margin-left: 3px;
}
#tab_table_05 {
	margin-right: 1px;
}
/*タブ 細口ボトル*/

#tab_hosokuchi a {
	display: block;
	width: 49px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../img/button_01.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#tab_hosokuchi_on a {
	display: block;
	width: 49px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../img/button_on_01.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#tab_hosokuchi a:hover {
	background-image: url(../img/button_on_01.jpg);
}
/*タブ チューブ*/

#tab_tube a {
	display: block;
	width: 49px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../img/button_02.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#tab_tube_on a {
	display: block;
	width: 49px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../img/button_on_02.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#tab_tube a:hover {
	background-image: url(../img/button_on_02.jpg);
}
/*タブ ガラス*/

#tab_glass a {
	display: block;
	width: 49px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../img/button_03.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#tab_glass_on a {
	display: block;
	width: 49px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../img/button_on_03.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#tab_glass a:hover {
	background-image: url(../img/button_on_03.jpg);
}
/*タブ 広口*/

#tab_hirokuchi a {
	display: block;
	width: 49px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../img/button_04.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#tab_hirokuchi_on a {
	display: block;
	width: 49px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../img/button_on_04.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#tab_hirokuchi a:hover {
	background-image: url(../img/button_on_04.jpg);
}
/*タブ セキュリティーボトル*/

#tab_security a {
	display: block;
	width: 49px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../img/button_05.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#tab_security_on a {
	display: block;
	width: 49px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../img/button_on_05.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#tab_security a:hover {
	background-image: url(../img/button_on_05.jpg);
}
/*商品表示スペース*/

#tab_frame {
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	border-left: 3px solid #000;
	background: url(../img/bg_suke.png) repeat;
	height: 488px;
	padding-top: 15px;
	overflow: auto;
}
#side_totle_bana {
	margin-top: 15px;
	margin-right: 3px;
	margin-left: 1px;
}
/*//////////////////////

商品表示CSS

*/



/*商品表示*/

#tab_items_box {
	width: 225px;
	margin: 0px 5px 25px 5px;
	font-size: 10px;
}
/*商品表示　画像*/

#tab_items_box_img {
	width: 100px;
	margin-right: 5px;
	float: left;
}
/*商品表示　テキスト*/

#tab_items_box_txt {
	width: 120px;
	float: right;
	margin-bottom: 10px;
	line-height: 12px;
}
/*//////////////////////

トータルコーディネイト表示CSS

*/



#tab_total_box {
	width: 180px;
	margin-bottom: 10px;
	margin-left: 30px;
	font-size: 10px;
}
/*シリーズ表示　画像*/

#tab_total_box_img {
}
/*シリーズ表示　テキスト*/

#tab_total_box_txt {
	width: 100%;
	font-weight: bolder;
}
/*ピックアップ*/

#pickup_item {
	margin: 10px 10px 2px;
	width: 624px;
}
.pickup_img {
	padding-bottom: 7px;
	width: 69px;
}
.pickup_img img {
	border: 1px solid #000;
}
.pickup_com {
	padding-bottom: 7px;
}
.pickup_name {
	font-weight: bold;
	text-align: left;
	margin: 5px 70px 0px 10px;
	width: 160px;
}
.pickup_comment {
	font-size: 10px;
	text-align: left;
	margin: 0px 70px 0px 10px;
	line-height: 12px;
}
/*条件検索*/

#LEFT_serch {
	float: left;
	width: 650px;
	display: inline;
	background: url(../img/bg_suke.png) repeat;
	margin: 7px 0px 10px 5px;
}
.terms {
	border-bottom: 1px dotted #000;
	margin-left: 20px;
	margin-right: 20px;
}
.terms_select {
	padding: 20px 10px 25px 20px;
}
.select_area td {
	text-align: left;
	padding: 0px 15px 5px 0px;
}
#serch_txt {
	margin: 20px;
}
#search_btn {
	text-align: center;
	margin-bottom: 30px;
}
.serch_bunner {
	margin-bottom: 7px;
}
/************************************

カスタマイズ＆オリジナリティー

************************************/



#LEFT_serch td .item_data_underline {
	border-bottom: 1px dotted #666;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 1px;
	vertical-align: middle;
}
#LEFT_serch td .item_data_name_underline {
	border-bottom: 1px dotted #666;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 1px;
	vertical-align: middle;
}
.co_midashi {
	margin-bottom: 5px;
}
#co_contents {
	width: 638px;
	border: 1px solid #000;
	padding: 5px;
	background: url(../img/bg_suke.png) repeat;
}
.co_left_table {
	width: 305px;
	float: left;
}
.co_right_table {
	width: 305px;
	float: right;
}
/*竹本だからできること*/

#can_takemoto td {
	padding: 10px 10px 5px;
}
#can_takemoto td .f_left {
	margin: 0px 10px 10px 0px;
	float: left;
}
#can_takemoto td .f_right {
	margin: 0px 0px 10px 10px;
	float: right;
}
#can_takemoto td p {
	margin-bottom: 5px;
}
#can_takemoto span {
	color: #e647d4;
}
/*オーダーから納品まで*/

#order td {
	padding: 5px 3px;
}
.order_arrow {
	margin-top: 60px;
}
.order_name {
	font-weight: bold;
	color: #B874E2;
	margin-bottom: 3px;
}
.order_img {
	border: 1px solid #000;
}
.order_com {
	font-size: 10px;
	margin: 3px 0px 10px;
	line-height: 14px;
}
