/*
h1{
    font-family:MS UI Gothic;
    color:#669933;
    font-weight:bold;
    font-size:16px;
    margin:0px 0px 10px 0px;    
}
*/
h2{
    color:#669933;
    font-weight:bold;
    font-size:18px;
    margin:0px 0px 5px 0px;    
}
h3{
    font-size:14px;
    line-height:1.3em;
    border:dotted 1px #979797;
    border-left-style:none;
    border-right-style:none;
    padding:10px 15px 10px 15px;
    margin:0px 0px 10px 0px;
}
a{
    font-weight:bold;
}
p{
    padding:0px 0px 20px 0px;
    margin:0px 0px 0px 0px;
}
.red
{
    color:#FF0000;
}
.blue
{
    color:#0000FF;
}
#product_base{
    background-color: #00730C;
    float: left; 
    clear: both;
    width: 950px;
}
#product_frame:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#product_left{
    float: left; 
    width: 150px;
}
#product_main{
    background-color: #FFFFFF;
    margin: 0px 0px 0px 150px;
    padding: 0px 20px 0px 20px;
}
#search_product_keyword{
    margin-bottom:30px;
}
#search_product_category{
    margin-bottom:30px;
}
#search_product_category li{
    float:left;
    width:230px;
    list-style-type:none;    
}
#search_product_category a{
    font-weight:normal;
}
#search_product_initial {
    margin-bottom:10px;
}
#search_product_initial ul{
    list-style-type:none;
    clear:both;
}
#search_product_initial li{
    float:left;
    width:65px;
    height:30px;
    text-align:center;
    border:solid 1px #eeeeee;
}
#search_product_initial a:hover{
    background-color:#eeeeee;
    cursor:pointer;
    font-weight:bold;
}
#search_product_initial a{
    display:block;
    width:65px;
    height:25px;
    padding-top:5px;
    font-weight:normal;
}

#search_brand_name {
    margin-bottom:10px;
}
#search_brand_name ul{
    list-style-type:none;
    clear:both;
}
#search_brand_name li{
    float:left;
    width:65px;
    height:30px;
    text-align:center;
    border:solid 1px #eeeeee;
}
#search_brand_name li:hover{
    background-color:#eeeeee;
    cursor:pointer;
    font-weight:bold;
}
#search_brand_name a:hover{
    background-color:#eeeeee;
    cursor:pointer;
    font-weight:bold;
}
#search_brand_name a{
    display:block;
    width:65px;
    height:25px;
    padding-top:5px;
    font-weight:normal;
}
#detail_product{
    padding-top:10px;
}
#detail_product:after{
    clear:both;
}
#detail_product_img{
    width:150px;
    margin-right:20px;
    font-size:9px;
    float:left;
    line-height:1.5em;
}
#detail_product_img #product_id{
    font-size:9px;
}
#detail_product_description{
    width:560px;
    margin-left:200px;
}
#detail_product_description hr{
    height:1px;
}
#detail_product_description p{
    font-weight:bold;
}
#detail_product_description form{
    margin:0px 0px 10px 0px;
    line-height:2em;
}
#detail_product_size{
    font-weight:bold;
    margin-top:5px;
    margin-bottom:5px;
    width:560px;
    background-color:#c9c9c9;    
}
#detail_product_size th{
    padding:3px;
    background-color:#deeec7;
    color:#0a5f0e;
}
#detail_product_size td{
    padding:3px;
}
#detail_product_size .even-row{
    background-color:#f5f5f5;
}
#detail_product_size .odd-row{
    background-color:#FFFFFF;
}

#detail_product_size .size_name{
    font-size:14px;
    font-weight:bold;
    text-align:left;
}
#detail_product_size .price{
    font-size:14px;
    font-weight:bold;
    color:Red;
    text-align:right;
    width:100px;
}
#detail_product_size strong{
    font-weight:bold;
    color:#666666;
}
#list_product{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.list_product_box {
    width:230px;
    float:left;
    /*margin:20px 0px 10px 0px;*/
    padding:20px 10px 20px 10px;
    height:280px;
    list-style-type:none;
    border-bottom:1px dotted #666666;
}
.list_product_box_center {
    border-left:1px dotted #666666;
    border-right:1px dotted #666666;
}
.list_product_box_last_line {
    border-bottom-width:0px;
}
.list_product_name{
    text-align:center;
    font-weight:bold;
}
.list_product_name img{
    margin-bottom:10px;
    height:150px;
    width:150px;
}
.list_product_description{
    text-align:left;
}
#product_not_found{
    color:Red;
    font-size:15px;
    font-weight:bold;
    padding:10px 10px 10px 0px;
}
#product_message{
    color:Red;
    font-size:15px;
    font-weight:bold;
    padding:10px 10px 10px 0px;
}
.product_list_paging{
    width:750px;
    text-align:right;
    margin-bottom:0px;
    margin-top:0px;
    padding-top:0px;
    height:10px;
}

#henpin{
    text-align:center;
    width:140px;
}
#henpin_title{
    font-size:12px;
    color:#f70000;
    background-color:#FFC8C8;
    border:solid 1px #857d7a;
    padding:5px;
    font-weight:bold;
    margin-top:5px;
    width:140px;
}
#henpin_body{
    font-size:12px;
    color:#666;
    background-color:#FFFFFF;
    border-style:none solid solid solid;
    border-width:1px;
    border-color:#857d7a;
    padding:5px;
    width:140px;
}
#henpin_info{
    text-align: right; 
    margin-top: 5px;
}
.review_box{
    border:solid 1px #c3c3c3;
    padding:2px 5px 5px 5px;
    font-size:15px;
    background-color:#f5f5f5;    
}
.review_product_image{
    float:left;
    width:60px;
    height:50px;
    vertical-align:middle;
    margin-top:3px;
}
.review_product_image img{
    border:solid 1px #848484;
}
.review_product_name{
    border:solid 1px #848484;
    border-style:none none solid none;
    line-height:1.5em;
    float:left;
    width:686px;
    color:#005d09;
}
.review_product_name a{
    color:#005d09;
}
.review_user_name{
    border:solid 1px #00730c;
    border-style:none none none none;
    float:left;
    width:501px;
    padding:4px 0px 5px 0px;
    line-height:1.5em;
}
.review_date{
    border:solid 1px #00730c;
    border-style:none none none none;
    float:left;
    text-align:right;
    padding:4px 0px 5px 0px;
    margin-bottom:5px;
    line-height:1.5em;
}
.review_star{
    border:solid 1px #c3c3c3;
    border-bottom-style:none;
    margin:4px 0px 0px 0px;
    padding:5px 5px 2px 5px;
    background-color:#FFFFFF;
    line-height:1.5em;
    color:#ff5b00;
}
.review_comment{
    border:solid 1px #c3c3c3;
    border-top-style:none;
    margin:0px 0px 0px 0px;
    padding:2px 5px 5px 5px;
    background-color:#FFFFFF;
    line-height:1.3em;
}
.product_qty_cart_button{
    margin-top:5px;
}
.product_qty_cart_button select{
    margin-left:12px;
}
.sort_box{
	border:solid;
	border-width:1px;
	padding: 2px 20px 2px 20px;
	background-color:#FFC;
	width:300px;
	text-align:center;
	margin-bottom:10px;
}
.sort_box a{
    color:#1a4ead;
}
#product_cart{
    font-weight:bold;
    background-color:#eaeaea;
    border-style:none none solid none;
    border-color:#c9c9c9;
    border-width:1px;
    padding:3px 5px 0px 5px;
}
#product_cart .attention{
    color:#ff6a00;
    margin-right:5px;
}
#product_cart_title,#periodical_cart_title{
    font-size:16px;
    margin-top:10px;
    line-height:0em;
}
#periodical_cart{
    padding:3px 3px 0px 3px;
    border-style:none solid solid solid;
    border-width:1px;
    border-color:#c5cbc1;
    background-color:#f7faef;
    font-weight:bold;
    height:100px;
}
#buttons{
    margin:0px;
    padding:5px 0px 0px 0px;
}
#buttons:after{
    clear:both;
}
#review_button{
    text-align:right;
}
#ingredient_report_box{
    text-align:center;
    border:1px solid #cccccc;
    padding:10px;
    width:500px;
}
#ingredient_report_title{
    text-align:center;
    padding:5px;
    font-weight:bold;
}
#buttons input{
    margin:0px;
    padding:0px;
}
#periodiocal_info{
    text-align:right;
    margin-top:15px;
}
#add_favorite{
    font-size:10px;
    text-align:center;
    margin-top:10px;
    margin-bottom:10px;
}
#left {
	margin:0px;
	padding:0px;
	width: 150px;
	color:#CCC;
    background-color: #FFFFFF;
}
#left p{
	margin:0px;
	padding:0px;
}
#left .margin_bottom{
	margin:0px 0px 10px 0px;
}
/* recommend */
#left .recommend{
	margin:0px 0px 10px 0px;
	padding:0px;
	border:#ccc 1px solid;
}
#left ul#recommend_left {
	margin:0px;
	padding:0px;
	clear: both;
}
#left ul#recommend_left li {
	width:148px;
	clear: both;
	display: block;
	height: 50px;
	border-bottom: dotted 1px #ccc;
	font-size: 12px;
	list-style:none;
	margin:5px 0px;
	line-height:0.8em;
}
#left ul#recommend_left li img {
	float:left;
	margin: 0px 7px 3px 3px;
	vertical-align: middle;
}
#left #recommend_left a {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #000;
	text-decoration:none;
}
#left #recommend_left a:hover{
	color: #f82b2b;
	text-decoration: underline;
}
/*banner 140 47*/
#left .banner{
	margin:0px 0px 10px 0px;
	padding:0px 0px 5px 0px;
	border:#ccc 1px solid;
}
#left .margin_banner{
	margin:5px 4px 0px 4px;
}
#ingredient_report {
	margin:0px;
	padding:0px;
	width: 760px;
}
#ingredient_report p{
	margin:0px;
	padding:0px;
}
#ingredient_report .ingredient_report_pro{
	text-align:center;
	margin:5px 1px;
	width: 250px;
	float:left;
}
#ingredient_report .namae_pro{
	font-size:15px;
	line-height:30px;
	font-weight:bold;
	color:#4b4000;
	padding-left:5px;
	border-top:#575757 1px dotted;
	border-bottom:#575757 1px dotted;
	margin:10px 5px;
	background-color:#f8f3d7;
	text-align:left;
	display:block;
}
#ingredient_report .txt{
	font-size:12px;
	line-height:25px;
	color:#575757;
	font-weight:bold;
	text-align:center;
}
#ingredient_report .waku{
	margin:10px 5px;
	padding:10px 0px;
	border-left:5px #c3c3c3 solid;
	border-right:5px #c3c3c3 solid;
	border-top:1px #c3c3c3 solid;
	border-bottom:1px #c3c3c3 solid;
	text-align: center;
}
#ingredient_report .txt2{
	font-size:12px;
	line-height:20px;
	color:#575757;
	text-align:center;
}
#product_main .shipping_information_box{
    width:600px;
    line-height:1.3em;
    padding:5px 10px 10px 20px;
    border:1px solid #c5cbc1;
    background-color:#f5f5f5;
    text-align:left;
    margin-bottom:10px;
}
#product_main .shipping_information_box ul{
    padding:0px 0px 0px 5px;
}
#product_main .shipping_attention{
    font-weight:bold;
    color:Red;
    font-size:15px;
    margin-bottom:5px;
}
.pop{
    color:#ff0000;
}
#periodical_cart_button{
    float:left;
}
#periodical_product_payment_icon{
    float:left;
    padding-top:8px;
}
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(/content/images/icon/review/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(/content/images/icon/review/stars.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */