@charset "utf-8";

/*****************************/
/*   ・下層ページ共通設定    */
/*   ・ページ名              */
/*   ・ページ名              */
/*   ・ページ名              */
/*   ・ページ名              */
/*****************************/

/*----------------------------------
  下層ページ共通設定
----------------------------------*/
/* パンくず */
#breadcrumbs {
	margin:0 0 0 0;
	padding:15px 0 0 5px;
	width:100%;
	text-align:left;
	color:#0c571e;
	font-size:1.2rem;
}
#breadcrumbs a {
	color:#0c571e;
	text-decoration:underline;
}
#breadcrumbs a:hover {
	color:#060;
	text-decoration:none;
}


/* ページタイトル */
.page-title {
    border-left: 7px solid #123803;
    color: #123803;
    margin: 20px 0;
    padding: 6px 0 6px 10px;
    font-size: 25px;
    font-size: 2.0rem;
    text-align: left;
    font-family:"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝", serif;
}


/*----------------------------------
  さとう農園のご紹介
----------------------------------*/

.greeting_wrapper {
	width: 100%;
	height: auto;
	margin: 10px 0 0 0;
}

.greeting_wrapper .greeting_r img {
	width: auto;
	height: 210px;
}

.greeting_wrapper .greeting_l {
	width: 55%;
	height: auto;
	line-height:1.5;
}

.greeting_wrapper .greeting_r {
	width: 45%;
	height: auto;
	text-align: right;
}


.company_box .company_img img {
	width: auto;
	height: 210px;
}

  .company_box {
    width: 100%;
    height: auto;
    margin: 20px auto 0;
  }

  .company_ul {
    width: 100%;
    height: auto;
    list-style: none;
    margin: 20px 0;
  }
  
  .company_ul li {
    width: 100%;
    height: auto;
    display: table;
    *display: block;
    line-height: 1.5;
  }
  
  *+html .company_ul li:after {
    clear: both;
    content: "";
    display: block;
  }
  
  .company_ul li .company-l {
    width: 30%;
    height: auto;
    padding: 10px 30px 10px 10px;
    display: table-cell;
    border-bottom: 1px dotted #123803;
    vertical-align: middle;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    *float: left;
  }
  
  .company_ul li .company-r {
    width: 70%;
    *width: 75%;
    height: auto;
    padding: 10px 0;
    display: table-cell;
    border-bottom: 1px dotted #123803;
    text-indent: 10px;
    vertical-align: middle;
    *float: right;
  }
  
/*■nth-child使用箇所■*/
  .company_ul li:first-child .company-l,
  .company_ul li:first-child .company-r {
    border-top: 1px solid #123803;
  }
  
/*■nth-child使用箇所■*/

  .company_ul li:last-child .company-l,
  .company_ul li:last-child .company-r {
    border-bottom: 1px solid #123803;
  }

  .company_ul > *:first-child+*+*+*+*+*+*+*+* .company-r,
  .company_ul > *:first-child+*+*+*+*+*+*+*+* .company-l {
    border-bottom: 1px solid #123803\9;
  }
  
  .map {
    width: 100%;
    margin: 0 auto;
  }
  


/*----------------------------------
  お問い合わせ
----------------------------------*/
  .inq-ul {
    width: 100%;
    list-style: none;
    margin: 20px 0;
  }
  
  .inq-ul li {
    width: 95%;
    display: table;
    line-height: 1.5;
	margin:0 auto;
    margin-bottom: 2px;
    *display: block;/* IE7 */
  }
  
  .inq-ul li .inner-l {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px dotted #3e2f15;
    width: 25%;
    padding: 15px 10px;
    display: table-cell;
    vertical-align: middle;
    *display: block;
    *float: left;
  }
  
  .inq-ul li .inner-r {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px dotted #3e2f15;
    width: 75%;
    padding: 15px 10px;
    display: table-cell;
    vertical-align: middle;
    *display: block;
    *float: left;
  }
  
  .inq-ul li:after {
    *clear: both;
    *content: "";
    *display: block;
  }
  
  .inq-ul li input[type="text"],
  .inq-ul li input[type="email"],
  .inq-ul li textarea {
    padding: 5px;
  }

  .size-s {
    width: 40%;
  }

  .size-l {
    width: 90%;
  }
  
  .center {
    text-align: center;
  }

  .center input {
    padding: 5px;
  }

  .center input[type="submit"]{
    margin-left: 30px;
  }


/*----------------------------------
  特定商取引法の表示
----------------------------------*/

.sub-title{
    background: #3e2f15;
    padding: 10px;
    color: #ffffff;

}

  .law-ul {
    width: 100%;
    list-style: none;
    margin: 10px 0;
  }
  
  .law-ul li {
    width: 100%;
    display: table;
    line-height: 1.3;
    margin-bottom: 0px;
    *display: block;/* IE7 */
  }
  
  .law-ul li .inner-l{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255,255,255,.2);
    border-bottom: 1px solid rgba(211,211,211,1);
    border-left: 1px solid rgba(211,211,211,1);
    border-right: 1px solid rgba(211,211,211,1);
    width: 30%;
    padding: 10px 5px;
    display: table-cell;
    vertical-align: middle;
    *display: block;
    *float: left;
  }


  .law-ul li .inner-r {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(211,211,211,1);
    border-right: 1px solid rgba(211,211,211,1);
    background: rgba(255,255,255,.5);
    width: 70%;
    padding: 10px 5px;
    display: table-cell;
    vertical-align: middle;
    *display: block;
    *float: left;
  }

/*■nth-child使用箇所■*/
  .law-ul li:first-child .inner-l,
  .law-ul li:first-child .inner-r {
    border-top: 1px solid rgba(211,211,211,1);
  }


  .law-ul li:after {
    *clear: both;
    *content: "";
    *display: block;
  }



/*----------------------------------
  プライパシーポリシー
----------------------------------*/

.conte_box_privacy{
    line-height: 1.3;
}


/*----------------------------------
  利用ガイド
----------------------------------*/

	.subtitle {
		margin:20px 0 10px;
		padding:10px;
		background:#3e2f15;
	}
	.subtitle .h3style {
		margin:0;
		padding:0;
		text-align:left;
		color:#FFF;
	}
	.guide {
		margin:0 0 20px 10px;
		width:95%;
		height:auto;
		padding:0;
		font-size:1.3rem;
		text-align:left;
		line-height:1.3;
	}
	.guide p {
		margin-top:10px;
		font-size:1.3rem;
		font-weight:bold;
		color:#0c571e;
		padding-bottom:5px;
	}
	
	.guide .delivery_img {
		margin-top:10px;
	}

	.guide ul li {
		margin-left:15px;
		list-style:disc;
	}
	
	.guide a {
		color:#000;
	}
	.guide_box {
		width:97%;
		height:auto;
		margin:0 auto;
		font-size:1.3rem;
		border-bottom:1px dotted #3e2f15;
		line-height:1.3;
	}
	.guide_box p {
		font-size:1.4rem;
		font-weight:bold;
		color:#0c571e;
		padding: 10px 0;
		margin-left:5px;
	}
	.guide_box .guide_innerbox {
		width:95%;
		height:auto;
		margin:0 auto;
		padding:0 0 10px 5px;
	}
	.g_postage_table {
		width:100%;
		margin:10px auto;
		text-align:left;
		background: rgba(255,255,255,.5);
	}
	.g_postage_table .th_style1 {
		width:10%;
		height:auto;
		padding:10px 5px;
		font-weight:400;
		border:1px solid #000;
		background:#F7F5EB;
	}
	.g_postage_table .th_style2 {
		width:auto;
		height:auto;
		padding:10px 5px;
		font-weight:400;
		border-right:1px solid #000;
		border-bottom:1px solid #000;
		border-top:1px solid #000;
		background:#F7F5EB;
	}
	.g_postage_table .th_style3 {
		width:11%;
		height:auto;
		padding:10px 5px;
		font-weight:400;
		text-align:center;
		border-right:1px solid #000;
		border-bottom:1px solid #000;
		border-top:1px solid #000;
		background:#F7F5EB;
	}
	.g_postage_table .td_style1 {
		width:10%;
		height:auto;
		padding:10px 5px;
		border-left:1px solid #000;
		border-right:1px solid #000;
		border-bottom:1px solid #000;
	}
	.g_postage_table .td_style2 {
		width:auto;
		height:auto;
		padding:10px 5px;
		border-right:1px solid #000;
		border-bottom:1px solid #000;
	}
	.g_postage_table .td_style3 {
		width:11%;
		height:auto;
		padding:10px 5px;
		text-align:center;
		border-right:1px solid #000;
		border-bottom:1px solid #000;
	}
  
	.point_table {
		width:100%;
		margin:10px auto;
		text-align:left;
		background: rgba(255,255,255,.5);
	}
	.point_table .th_point1 {
		width:55%;
		height:auto;
		padding:10px;
		font-weight:bold;
		border-bottom:1px dotted #888;
		border-right:1px solid #888;
		background:#EBEBEB;
		text-align:center;
	}
	.point_table .th_point2 {
		width:auto;
		height:auto;
		padding:10px;
		font-weight:bold;
		border-bottom:1px dotted #888;
		background:#EBEBEB;
		text-align:center;
	}
	.point_table .td_point1 {
		width:55%;
		height:auto;
		padding:10px;
		border-right:1px solid #888;
		border-bottom:1px dotted #888;
	}
	.point_table .td_point2 {
		width:auto;
		height:auto;
		padding:10px;
		border-bottom:1px dotted #888;
		text-align:center
	}




/*----------------------------------
  さとう農園のこだわり
----------------------------------*/
	.kodawari_img {
		margin-top: 20px;
	}
	.kodawari_box {
		margin: 10px auto;
		width:97%;
		line-height:1.3;
	}
	.kodawari {
		border-collapse: separate;
		border-spacing: 10px 7px;
		width:100%;
		text-align:center;
	}
	.kodawari_l,
	.kodawari_r {
		margin: 0;
		width:50%;
		line-height:1.3;
		border: 2px solid #3e2f15;
		padding: 13px;
		text-align:center;
		background: rgba(255,255,255,.5);
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border-radius: 7px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		-moz-box-shadow: 0px 0px 3px rgba(000,000,000,0.3);
		-webkit-box-shadow: 0px 0px 3px rgba(000,000,000,0.3);
		box-shadow: 0px 0px 3px rgba(000,000,000,0.3);
		display: table-cell;
	}
	
	.kodawari_l h2,
	.kodawari_r h2 {
		font-weight:bold;
		font-size:1.5rem;
		text-align:left;
		padding: 10px 0;
	}
	
	.kodawari_l p,
	.kodawari_r p {
		text-align:left;
		line-height:1.3;
		padding:5px 0;
	}


	.list_kodawari {
		width: 100%;
		height: auto;
		list-style: none;
		text-align:left;
	}

	.list_kodawari li {
		padding-bottom: 5px;
	}
	.list_kodawari .rice_variety {
		font-weight: bold;
	}

/*■nth-child使用箇所■*/
	.list_kodawari li div:last-child{
		padding-left: 20px;
	}
	
	.list_kodawari li div > *:first-child + * {
		padding-left: 20px;
	}

/*----------------------------------
  お米ができるまで
----------------------------------*/
.process_box,
.process_box2 {
	width:100%;
	margin: 10px auto;
	border-bottom: 1px dotted #3e2f15;
	padding-bottom:10px;
}
.process_box .process_l,
.process_box2 .process_r {
	width: 37%;
	padding: 5px;
	line-height:1.3;
}

.process_box .process_l h2,
.process_box2 .process_r h2 {
	font-weight: bold;
	font-size: 1.5rem;
	padding-bottom:20px;
	color:#3e2f15;
}

.process_box .process_r,
.process_box2 .process_l {
	width: 58%;
	padding:5px;
	line-height:1.3;
}


/*----------------------------------
  カート
----------------------------------*/
/*商品一覧*/
.shopping_itembox {
	margin:20px 0 30px 10px;
	padding:0;
	width:660px;
	overflow:hidden; 
}
.itembox {
	margin:0 0 10px 0;
	padding:0 6px;
	float:left;
	width:150px;
	height:250px;
}
.itembox .imgbox {
	margin:0;
	padding:7px;
	width:130px;
	height:133px;
	border:1px solid #5b3f23;
	background:#FFF;
}
.itembox p {
	margin:0;
	padding: 5px 0;
	font-size:1.3rem;
	line-height:1.3;
}
.itembox a {
	color:#5b3f23;
	text-decoration:none;
}
.itembox a:hover {
	color:#F60;
	text-decoration:underline;
}

/* ページナビゲーション */
.pagination {
	margin:20px 0 10px 0;
	padding:0;
	text-align:center;
}
.pagination a {
	margin: 2px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #5b3f23;
	text-decoration:none;
	color: #5b3f23;
}
.pagination a:hover, .pagination a:active {
	border: 1px solid #CC0000; 
	color:#CC0000;
}
.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #5b3f23;
	font-weight: bold;
	background-color:#5b3f23;
	color: #FFF;
}
.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #5b3f23;
	color: #5b3f23;
}

/* 商品詳細 */
.item_h2 {
	margin:20px 0 0;
	padding: 10px 0 10px 10px;
	color:#fff;
	background: #5b3f23;
}
.description {
	margin:0 0 0 5px;
	padding:10px 0;
	width:99%;
}
.description .description_box {
	margin:0 auto;
	padding:5px;
	width:100%;
	font-size:14px;
	color:#5b3F23;
	line-height:1.4;
}
.detail_box {
	margin:10px 0 0 0;
	padding:0;
	width:100%;
}
.detail_box .detail_left {
	margin:0;
	padding:0 0 0 10px;
	width:43%;
}
.detail_box .detail_right {
	margin:0;
	padding:0;
	width:54%;
}
.detail_box .detail_right table {
	margin:0 0 0 0;
	padding:0;
	background:#FFF;
	font-size:13px;
	color:#5b3F23;
}
.detail_box .detail_right .detail_th {
	margin:0 0 0 0;
	padding:10px 5px;
	width:30%;
	border-top:1px solid #5b3f23;
	border-left:1px solid #5b3f23;
	background:#FFF9DF;
	text-align:center;
}
.detail_box .detail_right .detail_td {
	margin:0 0 0 0;
	padding:10px 5px;
	width:70%;
	border-top:1px solid #5b3f23;
	border-left:1px solid #5b3f23;
	border-right:1px solid #5b3f23;
	line-height:1.3;
}

.detail_th,
.detail_td {
	border-bottom: 1px solid #5b3f23;

}
.detail_box .detail_right .apply_box {
	margin-top:20px;
	padding:0;
	width:100%;
}
.detail_box .detail_right .apply_box table {
	margin:0;
	padding:0;
	font-size:14px;
	width:100%;
	background:none;
}
.detail_box .detail_right .apply_box .price_th {
	margin:0;
	padding:5px 0;
	width:60%;
	text-align:right;
}
.detail_box .detail_right .apply_box .price_td {
	margin:0;
	padding:5px 0;
	width:40%;
	text-align:right;
}
.detail_box .detail_right .apply_box .price_td p {
	margin:0;
	padding:0;
	font-size:18px;
	font-weight:bold;
	text-align:right;
	color:#C00;
}
.detail_box .detail_right .apply_box .price_td_bottom {
	padding:20px 0 0;
	text-align:right;
}

.apply_box .price_td_bottom .btn-cart {
	border: 1px solid #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 2px rgba(000,000,000,0.5);
	-webkit-box-shadow: 0px 0px 2px rgba(000,000,000,0.5);
	box-shadow: 0px 0px 2px rgba(000,000,000,0.5);
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	padding: 10px;
	text-shadow: 0 0 1px rgba(255,255,255,0.8);
	background:#A90B14;
	width: 200px;
	font-size:1.5rem;
	right:0;
}

.btn-cart {
	border: 1px solid #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 2px rgba(000,000,000,0.5);
	-webkit-box-shadow: 0px 0px 2px rgba(000,000,000,0.5);
	box-shadow: 0px 0px 2px rgba(000,000,000,0.5);
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	padding: 10px;
	text-shadow: 0 0 1px rgba(255,255,255,0.8);
	background:#A90B14;
	width: 200px;
	font-size:1.5rem;
	right:0;
}
.apply_box .price_td_bottom .btn-cart:hover {
	text-decoration:none;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.5, #DBDBDB),color-stop(1, #ccc));
	background-image: -o-linear-gradient(bottom, #DBDBDB 50%, #ccc 100%);
	background-image: -moz-linear-gradient(bottom, #DBDBDB 50%, #ccc 100%);
	background-image: -webkit-linear-gradient(bottom, #DBDBDB 50%, #ccc 100%);
	background-image: -ms-linear-gradient(bottom, #DBDBDB 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #DBDBDB 50%, #ccc 100%);
}

.detail_box .detail_right img a:hover {
	position:relative;
	top:1px;
	right:1px;
}

/*--スライダー--*/
div.g-inner {
    position:relative;
    width:280px;
    height:280px;
	border:1px solid #5b3f23;
}
#view {
    position: absolute;
    width:280px;
    height:280px;
    top:0;
    left:0;
    overflow:hidden;
}
#view p {
    position: absolute;
    width:280px;
    height:280px;
    top:0;
    left:0;
}
#thumbBtn {
    position:absolute;
    top:300px;
    right:0px;
	list-style-type:none;
}
#caption {
    position:absolute;
    top:300px;
    left:0px;
}
#thumbBtn li {
	margin:0 6px 0 7px;
    padding:0;
    float:left;
    width: 80px;
    cursor:pointer;
}
#thumbBtn li img {
    border: solid 1px #5b3F23;
width:80px;
height:80px;
}
#thumbBtn li.active {
    opacity:0.5;
    filter:alpha(opacity=30);
    -ms-filter: "alpha( opacity=50 )";
}

/*----------------------------------
  ページ名
----------------------------------*/






/*----------------------------------
  ページ名
----------------------------------*/
  .red {
    color: #c00;
	font-size:1.1rem;
  }

  .bold {
    font-weight:bold;
  }









