@charset "UTF-8";
/*
 * index.css
 *
 */

/*==================================
              item
==================================*/
#brand {
	background-image:url(../img/brand_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:900px auto;
	padding:50px;
	margin:50px auto;
}
.brand_nishikawa {
	background-color: rgba(255,255,255,0.8);
	width:700px;
	margin:0 auto;
	padding:40px;
}
.brand_nishikawa h3 {
	font-size:24px;
	font-weight:bold;
	background-image:url(../img/item_ttl.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.brand_nishikawa h4 {
	font-size:18px;
	font-weight:bold;
	margin:10px auto 5px;
}
.brand_nishikawa p {
	text-align:center;
	line-height:2em;
	font-size:16px;	
}
.brand_nishikawa li {
	display:inline-block;
	font-size:16px;
}
/*==================================
           itemページ共通
==================================*/
.item_info,
.price_info {
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #999;
	width:450px;
	margin:0 auto 20px;	
}
.price_info {
	margin:0 auto 5px;
	border:#999 solid 2px;
}
.item_info th:first-child, .item_info td:first-child {
    border-left: none;
}
.item_info th {
    text-align: left;
    vertical-align: middle;
    background-color: #f5f5f5;
    white-space: nowrap;
	font-weight:bold;	
	width:20%;	
}
.price_info th {
    text-align:center;
    vertical-align: middle;
    background-color: #f5f5f5;
    white-space: nowrap;
	font-weight:bold;
}
.item_info th, .item_info td {
    padding: 10px 20px;
    border-bottom: 1px solid #999;
    vertical-align: top;
}
.price_info th, .price_info td  {
    padding: 10px 5px;
    border: 1px solid #999;
    vertical-align: top;
}
.item_info td {
    vertical-align: middle;
    background-color: #fff;
	width:80%;
}
.item_info th, .item_info td {
    padding: 10px 20px;
    border-bottom: 1px solid #999;
    vertical-align: top;
	text-align:left;
}
.item_info dt{
	font-weight:bold;
}
.item_info dd {
	margin:0 0 0 13px;
}
.fw_bold {
    font-weight: 700;
}
#top_copy h3 {
    font-size: 28px;
    font-weight: bold;
	background-image:url(../../img/item_ttl.jpg);
    background-position: 50% 58%;
    background-repeat: no-repeat;
	margin:0 auto 20px;
}
#product_info h3 {
    font-size: 28px;
	color:#255028;
	border-bottom:#006633 solid 1px;
	margin:0 auto 20px;
}
.categories_photo h4 {
	font-size:24px;
    font-weight: bold;
	text-align:left;
	margin:0 0 0 10px;	
}
.categories_photo {
	width:450px;
	margin:0 20px 0 0;
}
.categories_photo p {
	margin:20px 20px 0 10px;
}
.categories_photo img {
	text-align:left;
	display:block;
	border:#999999 solid 1px;
	margin:10px 10px 20px;
}
.categories_photo , .categories-detail {
	display:inline-block;
	vertical-align:top;
}
.categories-detail h4 {
    font-size: 18px;
    font-weight: bold;
	text-align:left;
	margin:10px auto;
}
.categories-detail {
	width:450px;
	padding:30px 0 0 0;
}
.categories-detail table caption {
    font-size: 16px;
    font-weight: bold;
	text-align:left;
	margin:10px auto 10px;
}
.size_type {
	margin:0 auto 30px;
}
.size_info th:first-child, .size_info td:first-child {
    border-left: none;
}
.size_info {
	width:450px;	
}
.size_info th {
    text-align: left;
    vertical-align: middle;
    background-color: #f5f5f5;
    white-space: nowrap;	
}
.size_info th, .size_info td {
    padding: 10px 0px;
    border-bottom: 1px solid #999;
    vertical-align: top;
}
.size_info th.ta_center {
    text-align: center;
}
.product_list {
	border-bottom:#666666 dotted 1px;
	padding:20px 0 40px;
}
.product_list:last-child {
	border-bottom:none;
}
.zeinuki {
	text-align:right;
}
#item_list .item_space {
	margin:14px 10px 0;
}
#item_list .item_ttl {
	padding:0 0 10px;
	line-height:1.2em;
}