@charset "utf-8";
/*商品ページ専用CSSファイル*/

/*商品詳細ページコンテンツ部分*/
#detail_contents {
float: left;
height: auto;
width: 600px;
}
#detail_contents #wrap {
height: auto;
width: auto;
margin-right: 10px;
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
}

h1{
font-size:116%;
color:#330000;
line-height:25px;
padding:0;
margin:0 0 10px 0;
}


/*商品検索のリンクを表示するサイドナビ*/
#goods_links_wrap {
height: auto;
width: 180;
margin-right: 10px;
margin-left: 10px;

}

#goods_links_wrap #head {
margin-left: 10px;
width: auto;
margin-right: 10px;
}

#goods_links_wrap #links {
margin-left: 10px;
text-align: left;
margin-right: 10px;
width: auto;
}

#goods_links_wrap #img_box {
margin-bottom: 10px;
text-align: center;
height: auto;
width: auto;
}

/*サイドリンク部分のラッパ 中身はincludeで呼びだし*/
#goods_side_links {
height: auto;
width: 195px;
text-align: center;
float: right;
margin: 0;
padding: 0px;
}
/*#goods_side_links #goods_publicity_wrap {
text-align: center;
width: 180px;
margin-right: auto;
margin-left: auto;
}
#goods_side_links #goods_publicity_wrap img {
margin-top: 5px;
margin-bottom: 5px;
}*/


/*各商品固有のヘッダ(イメージ＆成分表示)*/

#detaile_header {
width: 800px;
height: auto;
margin-top: 5px;
}


ul#element_list {
width: 180px;
list-style-type: none;
clear:both;
margin: 5px 0 0;
padding: 0px;
height: auto;
text-align:left;
font-size: 12px;
}
ul#element_list li {
line-height: 18px;
color: #996633;
margin-left: 23px;
margin-right: 0;
}
ul#element_list li.head {
font-weight: bold;
color: #330000;
line-height: 25px;
margin-left: 18px;
margin-right: 0;
}
ul#element_list li.tail {
font-size: 1px;
color: #330000;
border-top-width: 1px;
border-top-style: dashed;
border-top-color: #666666;
}



/*商品詳細　説明　ヘッダーテキスト　背景付き*/
h2{
font-size: 16px;
color: #663300;
font-weight: bold;
background-image: url(/image/contents/goods/goods_txt_head.jpg);
background-repeat: no-repeat;
margin-top: 15px;
margin-bottom: 5px;
text-align: left;
text-indent: 15px;
padding-top: 0px;
padding-right: 15px;
padding-bottom: 0px;
padding-left: 15px;
line-height: 30px;
height: 30px;
}
h2 a:link,h2 a:visited {
color: #663300;
}

/*赤文字　大きく商品名表示*/
h2#red_big_strong {
line-height: 30px;
font-size :20px;
font-weight:bolder;
color:#CC3300;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #CC3300;
text-align: center;
background-image: none;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
h2#red_big_strong a:link,h2#red_big_strong a:visited{
color: #CC3300;	
}



/*商品詳細　説明　項目テキスト 背景付き*/

#detail_contents h3{
font-size: 16px;
background-image: url(/image/font/braun_circle.gif);
background-repeat: no-repeat;
background-position: left center;
margin-top: 5px;
margin-bottom: 3px;
padding-top: 3px;
padding-right: 3px;
padding-bottom: 0px;
padding-left: 15px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #CCCCCC;
color: #330000;
font-weight: bold;
margin-left: 10px;
}
#detail_contents h3 a:link, #detail_contents h3 a:visited {
color: #330000;
}

/*緑に葉っぱ背景つきヘッダテキスト*/
h4 {
font-size: 14px;
color: #330000;
background-image: url(/image/contents/visitor/enpitu.gif);
background-repeat: no-repeat;
background-position: left;
margin-top: 5px;
margin-bottom: 5px;
padding-bottom: 0px;
padding-left: 35px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #669900;
font-weight: bold;
margin-right: 10px;
margin-left: 10px;
padding-right: 5px;
height: auto;
line-height: 34px;
padding-top: 0px;
width: auto;
}
h4 a:link,h4 a:visited {
color: #330000;
}

h5 {
margin: 5px 0px 5px 15px;
padding: 0px;
font-size: 1.3em;
line-height: 1.5em;
font-weight: bold;
color: #996633;
}

#detail_contents p.list_green_square {
border-bottom-style: dotted;
font-size: 12px;
border-top-color: #999933;
border-right-color: #999933;
border-bottom-color: #cccc99;
border-left-color: #CC9933;
border-left-style: none;
border-bottom-width: 1px;
list-style-position: inside;
list-style-type: square;
border-left-width: thick;
color: #996600;
background-repeat: no-repeat;
line-height: normal;
background-image: url(/image/font/green_square.gif);
padding-top: 3px;
padding-bottom: 3px;
padding-left: 20px;
margin-left: 15px;
margin-top: 1px;
margin-bottom: 1px;
text-align: left;
width: auto;
margin-right: 15px;
}
#detail_contents p.list_green_square A:link ,#detail_contents p.list_green_square A:visited{ color: #996600}
#detail_contents p.list_green_square A:hover,#detail_contents p.list_green_square A:active{
color:white;
background-color:#ffcc00;
}

p {
line-height: 1.5em;
color: #333333;
width: auto;
margin: 8px 5px 8px 15px;
padding: 0px 10px;
}

p a:link,p a:visited{
color: #333333;
text-decoration: underline;	
}

ul {
padding: 0px;
width: auto;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 25px;
list-style-type: none;
}

li {
font-size: 1em;
line-height: 1.5em;	
}




/*商品詳細　説明を記述するブロック*/
div.message_block {
height: auto;
width: auto;
margin-top: 3px;
margin-bottom: 5px;
}	


/*右フロートさせたイメージの左に回りこむテキスト*/
div.message_block #txt_L {
width: 400px;
height: auto;
float: left;
}

/*メッセージブロック内の右フロートイメージ*/
div.message_block #img_R {
float: right;
margin-left: 1em;
margin-right: 1em;
}

div.message_block #img_L {
float: left;
margin-left: 1em;
margin-right: 1em;
}

div.message_block div.txt_box {
height: auto;
width: auto;
}
div.message_block .float_left_290 {
float: left;
width: 290px;
}
div.message_block .float_right_290 {
float: right;
width: 290px;
}



#detail_contents  div.column_block {
height: auto;
width: auto;
margin-top: 3px;
margin-bottom: 5px;
}
div.column_block h5#column {
font-size: 14px;
line-height: 25px;
font-weight: bold;
color: #330000;
height: 25px;
width: auto;
margin: 0px 15px;
padding: 0px 0px 0px 10px;
background: url(/image/contents/goods/details/detail_column_h5.gif) repeat-x;
}
div.column_block div.wrap {
margin: 5px;
padding: 10px 5px 5px;
width: auto;
height: auto;
border: 1px solid #FFCCCC;
}
div.column_block p {
margin: 5px 25px;
width: auto;
font-size: 1em;
line-height: 1.5em;
color: #996633;
padding: 0px;
}




/*成分表示などを表示するdiv定義*/
div.element {
text-align: center;
height: auto;
width: auto;
margin-right: auto;
margin-left: auto;
margin-top: 5px;
margin-bottom: 5px;
}
/*成分表示などを表示するテーブル定義*/
table.element{
border-collapse:collapse;
border-spacing:0;
background-color:#ffffff;
empty-cells:show;
margin-top: 10px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #666666;
border-right-color: #666666;
border-bottom-color: #666666;
border-left-color: #666666;
margin-bottom: 10px;
width: auto;
margin-right: auto;
margin-left: auto;
font-size: 12px;
}
table.element th{
color:#330000;
background-color:#666666;
background-position:left top;
padding:0.3em 1em;
text-align:center;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #CCCCCC;
border-bottom-color: #CCCCCC;
}
table.element td{
padding:0.3em 1em;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #CCCCCC;
border-bottom-color: #CCCCCC;
text-align: left;
}
table.element td.head_green{
padding:0.3em 1em;
background-color: #99cc66;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #CCCCCC;
border-bottom-color: #CCCCCC;
text-align: center;
}
table.element td.head_ruby_red {
color: #FFFFFF;
background: #B90B50;
font-weight: bold;
}
table.element td.head_tomato {
background: #FF6347;
}
table.element td.head_braun {
color: #FFFFFF;
background: #330000;
}

table.element td.head_orange {
background: #FFA500;
}

table.element td.pink {
background: #FFC0CB;
}
table.element td.lightgreen {
background: #90EE90;
}
table.element td.khaki {
background: #F0E68C;
}
table.element td.head_moss_green {
padding:0.3em 1em;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #CCCCCC;
border-bottom-color: #CCCCCC;
text-align: left;
color: #FFFFFF;
background-color: #003333;
}
table.element td.head_flesh {
background-color: #FFCC99;
}


table.element td.head_yello{
padding:0.3em 1em;
background-color: #FFFFCC;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color:#CCCCCC;
border-bottom-color: #CCCCCC;
text-align: center;
}
table.element tr.hedden {
border-style: none;
background: #FFFFFF;
}


table.inside_borderless ,table.inside_borderless td,table.inside_borderless tr{
border: 0px;
font-size: 12px;
}



/*その他のおすすめ商品*/
/*左*/
div.recommend_left {
float: left;
width: 290px;
height: auto;
margin: 0px;
padding: 0px;
}

/*右*/
div.recommend_right {
float: right;
width: 290px;
height: auto;
padding: 0px;
margin-top: 0px;
margin-right: 3px;
margin-bottom: 0px;
margin-left: 0px;
}

#goods_small_column {
height: auto;
width: auto;
border: 1px solid #99cc33;
margin-right: 10px;
margin-left: 10px;
}
#goods_small_column #head {
display: block;
height: 20px;
width: auto;
margin-top: 5px;
margin-right: 10px;
margin-bottom: 5px;
margin-left: 10px;
font-size: 14px;
line-height: 20px;
color: #330000;
background-color: #99CC33;
text-indent: 5px;
}
#goods_small_column p {
font-size: 12px;
color: #330000;
line-height: 1.4em;
}
#goods_small_column #text {
width: auto;
height: auto;
margin-top: 5px;
margin-right: 15px;
margin-bottom: 5px;
margin-left: 15px;
}
#goods_list_wrap {
height: auto;
width: auto;
}

/*サンプル請求 の定義*/
div.sample_wrap {
text-align: center;
width: 580px;
margin-right: 0px;
margin-left: 0px;
margin-top: 0px;
background-color: #FCFAF3;
margin-bottom: 10px;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 10px;
padding-left: 5px;
}
div.sample_wrap p {
text-align: left;
margin-right: 20px;
margin-left: 20px;
font-size: 12px;
}
table#sample_table {
width: 80%;
text-align: center;
}
table.sample_table th {
text-align: right;
padding-right: 5px;
padding-left: 5px;
width: 80px;
}
table.sample_table label {
font-size: 12px;
font-weight: lighter;
color: #333333;
}
table.sample_table label.sample_red {
color: #FF6666;
}

table.sample_table td {
text-align: left;
margin-left: 5px;
}
table.sample_table th.com {
vertical-align: text-top;
}
table.sample_table input.big_button {
width: 250px;
height: 25px;
}
table.sample_table input.small_button {
width: 80px;
}

/*発送日時表示部分*/
#dayinfo_590 {
height: auto;
width: 590px;
text-align: center;
}
div#order_form_wrap {
margin: 0px;
padding: 0px;
width: 590px;
}
ol.material {
padding: 0px;
height: auto;
width: auto;
margin-top: 10px;
margin-right: 20px;
margin-bottom: 10px;
margin-left: 45px;
font-weight: bold;
color: #333333;
list-style-type: decimal;
list-style-position: outside;
}
ol.material li {
margin-top: 5px;
margin-bottom: 5px;
}
