﻿@charset "utf-8";
#mainvisual{
	width:100%;
	height:160px;
	background: url(../shopping/images/bg_mainvisual.jpg) no-repeat center top;	
	margin:-9px 0 0;
}
.mv_inner{
	width:1000px;
	height:160px;
	margin:0 auto;	
	display:table;
}
.mv_inner h2{
	display:table-cell;
	vertical-align:middle;
	text-align:right;
	padding:0 100px 0 0;
}
.main{
	padding:0 0 30px;	
}
.content{
	width:710px;
	padding:5px 0 0;
}
.side{
	width:230px;
	padding:0;
}
.side_bnr li{
	margin:0 0 10px;	
}
.guide_nav{
	text-align:center;	
	margin:0 0 15px;
}
.guide_nav li{
	display:inline-block;
	color:#888453;
}
.guide_nav a{
	padding:0 20px;
	color:#888453;
}
.guide_nav .active a{
	color:#a9e262;
}
.guide dt{
	padding:10px 20px;
	background:#323b27;	
	margin:0 0 5px;
	font-size:18px;
	font-weight:bold;
	color:#f4e7c5;
}
.guide dt span{
	font-family:Arial, Helvetica, sans-serif;
	margin:0 10px 0 0;	
	font-size:22px;
	color:#a9e262;
}
.guide dd{
	padding:15px 20px;
	border:1px solid #393939;
	margin:0 0 30px;
	color:#fcfcfc;
}
.guide dd span{
	font-size:16px;
	color:#679134;	
}
.box{
	padding:15px 20px;	
	background:#393939;
	color:#fcfcfc;
	line-height:1.8;
	margin:0 0 55px;
}
.highlight{
	color:#f4e7c5;
	font-size:16px;	
}
.tbl{
	margin:0 0 55px;	
	width:100%;
}
.tbl th{
	border:1px solid #393939;
	padding:20px 0 20px 20px;	
	background:#2f3626;
	text-align:left;
	font-weight:bold;
}
.tbl td{
	border:1px solid #393939;
	padding:20px;	
	word-break: break-all;
}
.pp li{
	padding:20px 0 20px 30px;	
	border-bottom:1px solid #2b2b2b;
	position:relative;
}
.pp li:last-child{
	border-bottom:none;	
}
.pp span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#a9e262;	
	position:absolute;
	left:0;
	top:15px;
}
.tbl a{
	color:#5a93ce;	
}
.blue{
	color:#5a93ce;
}
.page_nav{
	margin:0 0 55px;	
}
.page_nav li{
	width:155px;
	float:left;
	text-align:center;
	margin:0 30px 0 0;	
	background:#323b27;
	color:#f4e7c5;
	line-height:40px;
	font-size:13px;
	position:relative;
}
.page_nav li:after{
	content:"";
	width:30px;
	height:40px;
	position:absolute;
	left:100%;
	top:0;
	background: url(../regist/images/ico01.png) no-repeat center center;		
}
.page_nav li:last-child:after{
	display:none;	
}
.page_nav li.active{
	background:#f4e7c5;
	color:#323b27;	
}
.rwd_table_wrap .tbl th{
	padding:20px 0;	
	text-align:center;
}
.rwd_table_wrap .tbl th.tar{
	text-align:right;
	padding-right:20px;	
}
.cart_note div {
  float: left;
}
.bold {
  font-weight: bold !important;
}
.color_red {
  color: #ff3b30 !important;
}
.cart_note p {
  float: right;
}
.cart_btn_list {
  display: flex;
  align-items: stretch;
  justify-content: center;
	margin:0 0 20px;	
}
.cart_btn_list li {
 	margin: 0 18px;
	display: flex;
	align-items: stretch;
	justify-content: center;
}
.cart_btn_list li a {
 	padding: 15px 18px;
	border:1px solid #616161;
	display:block;
	width:200px;
	color:#a9e262;
	text-decoration:none;
	-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	background: transparent;
	-webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.cart_btn_list li a:hover{
	background-color: #000;	
}
.cart_btn_list li:first-child a{
	display: flex;
	align-items: center;
	justify-content: center;
} 
.cart_btn_list li span{
	display:block;
	color:#f4e7c5;
}
.tac{
	text-align:center;	
}
.tac a{
	color: #5a93ce;
}
.error_txt {
  margin: 100px 0;
	color: #ff3b30;
	font-weight: bold;
	text-align: center;
}
#cart_form {
	border: 3px solid #616161;
	padding: 20px;
}
#cart_form a{
	color: #5a93ce;
}
.dl_table_style{
	margin:0 0 20px;	
}
.dl_table_style dl{
  display:table;
	width:100%;
	border-collapse:collapse;
	margin:0 0 -1px;
	position:relative;
}
.dl_table_style dt {
	display:table-cell;
	width:30%;
	padding:10px;
	border: 1px solid #616161;
	border-collapse:collapse;
	vertical-align:top;
	background: #2f3626;
	font-weight:bold;
	vertical-align:middle;
}
.dl_table_style dd {
	display:table-cell;
	padding:10px;
	border: 1px solid #616161;
	border-collapse:collapse;
	vertical-align:middle;
}
input[type="text"], input[type="email"], input[type="password"] {
	border: 1px solid #cfcece;
	padding: 5px;
	width: 100%;
}
textarea {
	border: 1px solid #cfcece;
	padding: 5px;
	width: 100%;
	height:150px;
}
select {
	border: 1px solid #cfcece;
	padding: 5px;
}
.form_submit_btn {
  text-align: center;
}
.form_submit_btn input {
	width: 240px;
	background-color: #679134;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	color: #fff;
	padding: 10px 0;
	transition: all 0.2s ease 0s;
	border:none;
	font-weight:bold;
	font-size:16px;
	cursor:pointer;
}
input.w25p{
	width:25%;	
}
input.w30p{
	width:30%;	
}
input.w90p{
	width:75%;	
}
.btn_list li{
	float:left;
	margin:0 20px 0 0;	
}
.btn_list input{
	margin-bottom:4px;	
}
.required:before{
	background-color: #f33737;
  content: "必須";	
	color: #fff;
	display: inline-block;
	float: right;
	padding: 0 5px;
	font-weight:normal;
}
.any:before{
	background-color: #3878d7;
  content: "任意";	
	color: #fff;
	display: inline-block;
	float: right;
	padding: 0 5px;
	font-weight:normal;
}
.form_submit_btn .back{
	float:left;	
	background:#888453;
}
.form_submit_btn .bg{
	background:#888453;
}
.form_submit_btn .next{
	float:right;
}
.form_submit_btn .back2{
	background:#f4e7c5;	
	color:#323b27;
}
/* css for News */
.news_box {
	width: 100%;
	border: 1px solid #cfcece;
	text-align: left;
	padding:20px ;
	margin:0 auto 40px;
}
.news_box img {
	width:200px;
	float:left;
	margin:0 20px 0 0;
}
.news_box p.text {
	margin:0;
}

.news_box .news_title {
	width:100%;
	padding:10px 0;
	border-bottom:1px solid #cfcece;
}
.news_box .news_title dl {
	margin:0;
}
.news_box .news_title dt {
	width:120px;
	float:left;
	color:#cc0c1c;
	font-weight:bold;
}
.news_box .news_title dd {
	padding:0 0 0 120px;
	font-size:14px;
	font-weight:bold;
}
.news_box .news_text {
	width:100%;
	padding:15px 0;
}
.news_box .news_text2 {
	padding:15px 0;
}

.news_box .news_text2 .text {
	margin:0;
}

.news_box .photo {
	width:200px;
	float:left;
}
.news_box .photo img {
	border:#d3d3d3 1px solid;
}

#pagenation {
	text-align:center;
	margin:0 0 50px;
}
#pagenation ul {
	width:150px;
	list-style-type:none;
	margin:0;
	padding:0;
	margin:0 auto;
}
#pagenation ul li {
	float:left;
	margin:0px 20px;
	display:inline;
}
#pagenation ul li a{
	color:#5a93ce;
}
.pagenav{
	margin:0 0 35px;	
}
.pagenav li{
	width:130px;
	float:left;	
	margin:0 15px 0 0;
	background:#323b27;
}
.pagenav li.active{
	background:#679134;	
}

.title{
	font-size:20px;
	font-weight:bold;
	background: url(../product/images/ttl_line.png) no-repeat center top;	
	padding: 19px 0 5px 35px;	
	margin:0 0 30px;
}
.item-list li{
	width:216px;
	float:left;	
	margin:0 31px 60px 0;
}
.photo{
	margin:0 0 15px;
	background:#fff;
	text-align:center;
	width:100%;
	height:260px;
	display:table;	
}
.photo a{
	display:table-cell;
	vertical-align:middle;	
}
.item-list dt{
	margin:0 0 10px;	
}
.item-list dt a{
	color:#a9e262;
	display:block;
	margin:0 0 5px;
	text-decoration:none;	
}
.item-list dt a:hover{
	text-decoration:underline;	
}
.item-list dt span{
	font-size:11px;
	color:#fff;	
}
.item-list dd{
	font-size:16px;
	font-weight:bold;
	text-align:right;	
}
.des{
	padding:10px;
	background:#393939;
	font-size:11px;
	color:#fff;
	/*line-height:16px;	*/
}
.item-photo{
	width:300px;
	float:left;	
	text-align:center;
}
#Target-img{
	width:300px;
	height:340px;	
	display:table;
	text-align:center;
	background:#fff;
	margin:0 0 20px;
}
#Target-img a{
	display:table-cell;
	vertical-align:middle;	
}
#Target-img img{
	max-width:100%;
	max-height:100%;	
}
#Thumbs{
	margin:0 0 10px 50px;	
}
#Thumbs li{
	width:60px;
	height:68px;
	float:left;
	position:relative;
	margin:0 10px 0 0;
	background:#fff;
}
#Thumbs img{
	max-width:100%;
	max-height:100%;	
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;	
}
.item-photo p{
	font-size:12px;	
}

.decription{
	margin:0 0 60px;	
}
.decription dt{
	font-size:18px;
	font-weight:bold;
	color:#f4e7c5;
	background:#323b27;
	padding:7px 20px;
	margin:0 0 5px;	
}
.decription dd{
	padding:20px;
	border:1px solid #393939;	
}
.item-des{
	width:380px;
	float:right;	
}
.item-des h3{
	font-size:24px;
	color:#a9e262;
	padding:10px 0 0;	
	background: url(../product/images/line.jpg) no-repeat left top;	
	margin:0 0 10px;
}
.item-box1{
	border:1px solid #666666;
	padding:15px 20px;	
	color:#f4e7c5;
	margin:0 0 20px;
}
.info{
	font-size:16px;
	line-height:22px;	
}
.info dt{
	width:110px;
	float:left;
}
.info dd{
	padding:0 0 10px 110px;
}
.price{
	font-size:22px;
	font-weight:bold;	
}
.green{
	color:#679134;	
}
.item-box2{
	padding:15px 20px;
	background:#393939;
	margin:0 0 10px;	
}
.item-box2 h4{
	text-align:center;
	font-size:16px;
	margin:0 0 10px;	
}
.qty {
	float:left;
	padding:7px 0;	
}
.qty dt{
	width:48px;
	float:left;	
	padding:3px 0 0;
}
.qty dd{
	padding:0 0 0 48px;
}
.qty input{
	width:70px;
	padding:3px;	
}
.item-box2 input[type="image"]{
	float:right;	
}

.contact a{
	color:#fff;
	text-decoration:none;	
}
.tb_contact{
	width:100%;	
}
.tb_contact th{
	width:220px;
	padding:20px;
	border:1px solid #222222;	
	background:#2f3626;
	text-align:left;
	vertical-align:middle;
}
.tb_contact th.hissu{
	background: url(../contact/images/hissu.png) no-repeat 20px center #2f3626;
	padding-left:65px;	
}
.tb_contact th.ninni{
	background: url(../contact/images/ninni.png) no-repeat 20px center #2f3626;
	padding-left:65px;	
}
.tb_contact td{
	padding:20px;
	border:1px solid #393939;		
}
.issue input{
	margin-bottom:4px;
	margin-right:10px;	
}
.tb_contact input[type="text"], .tb_contact input[type="email"], .tb_contact input[type="password"] {
	width:370px;	
}
.tb_contact input#zip{
	width:140px;	
}
.tb_contact td input.issue_text{
	width:360px;
	float:right;
	margin:-5px 0 0;	
}

.pp{
	padding:20px;
	border:1px solid #393939;
	margin-bottom:45px;
}
.pp p{
	line-height:1.8;	
}

/* Company */
.sec01 {
	margin-bottom: 55px;
}
.sec01 h3 {
	margin-bottom: 20px;
}
.tbl01 {
	width: 100%;
}
.tbl01 th {
	width: 160px;
	padding: 17px 20px;
	border: 1px solid #222222;
	background: #2f3626;
	text-align: left;
	vertical-align: middle;
}
.tbl01.style02 th {
	background: #474534;
}
.tbl01 td {
	padding: 17px 20px;
	border: 1px solid #393939;
}
.tbl01 a {
	color: #5a93ce;
}
.col03>li {
	width: 200px;
	float: left;
	margin: 0 25px 25px 15px;
}
.col03>li:nth-of-type(3n-2) {
	clear: both;
}
.col03>li:nth-of-type(3n) {
	margin-right: 0;
}
.col03 .image {
	border: 4px solid #323b27;
	text-align: center;
	padding: 5px 0;
}
.col03 p {
	color: #f4e7c5;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
}

/* magazine */
.box_style01 {
	border: 1px solid #393939;
	margin-bottom: 40px;
	padding: 17px 20px;
}
.box_style01 h5 {
	color: #679134;
	font-size: 16px;
}
.box_style01 hr {
	margin: 15px 0;
	border-color: #666666;
}
.box_style01 a {
	color: #fff;
}

/* sitemao */
.sitemap_link .home {
	color: #ca472a;
}
.sitemap_link dl {
	margin: 20px 0 0 20px;
}
.sitemap_link dt {
	color: #679134;
	font-size: 18px;
	font-weight: bold;
}
.sitemap_link dd {
	margin-bottom: 20px;
}
.sitemap_link li {
	position: relative;
	margin-left: 15px;
}
.sitemap_link li:before {
	content: "・";
	position: absolute;
	left: -15px;
	top: 0;
}
.sitemap_link a {
	color: #fff;
}

.bookstone{
	margin:0 0 60px;	
}
.bookstone li{
	padding:0 0 0 15px;	
	text-indent:-15px;
	margin:0 0 3px;
}
.bookstone th{
	padding:10px 0;
	border-right:1px solid #679134;
	color:#679134;
	text-align:left;
	font-weight:bold;	
}
.bookstone td{
	padding:10px 30px;	
}

.faq{
	margin:0 0 30px;	
}
.faq dt{
	padding:15px 15px 15px 70px;
	background: url(../faq/images/ico_q.png) no-repeat 20px 10px #2f3626;
	font-weight:bold;
	font-size:16px;
	position:relative;
}
.faq dt:before{
	content:"";
	width:12px;
	height:6px;
	background: url(../faq/images/ico_off.png) no-repeat;
	position:absolute;
	right:20px;
	top:50%;
	margin:-3px 0 0;
}
.faq dt.opened:before{
	background: url(../faq/images/ico_on.png) no-repeat;		
}
.faq dd{
	padding:15px 15px 15px 70px;
	border:1px solid #393939;
	background: url(../faq/images/ico_a.png) no-repeat 20px 10px;
	display:none;
}

.writing ul{
	overflow:hidden;
	position:relative;
	top:-10px;	
}
.writing ul li{
	overflow:hidden;	
	border-bottom:1px dotted #666;
	padding:5px 0;
	font-size:16px;
	color:#679134;
}
.writing ul li span{
	font-size:14px;
	color:#fff;	
}
.web_01{
	font-weight: bold;
	font-size: 16px;
}
.web_01 a{
	color: #679134;
}

h3.txt-a a {
	color: #ffffff;
}