﻿/*********************************************/	

@charset "utf-8";

/*********************************************/	

section#main{
	max-width:1200px;
	margin:0 auto;
}

/* ====================================== 

  新着情報 

========================================= */

	.news_box{
		margin: 0 auto 15px auto;
		padding-bottom: 15px;
		border-bottom: 1px solid #DDD;
	}

	.news_title {
		width: 100%;
		margin: 0 auto;
		padding-left: 3px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 160%;
		letter-spacing: 2px;
	}

	.news_date {
		margin: 0 auto 10px auto;
		font-size: 13px;
		font-size: 1.3rem;
		letter-spacing: 2px;
	}

	.news_date span {
		display: inline-block;
		width: 80px;
		height: 8px;
		margin-right: 15px;
		padding: 8px 5px;
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: bold;
		text-align: center;
		text-indent: 3px;
		line-height: 8px;
		letter-spacing: 3px;
		color: #FFF;
		background: #999;
	}

	.news_date span.cate1 {	background: #269A5B; }
	.news_date span.cate2 {	background: #D66A6A; }
	.news_date span.cate3 {	background: #80C3D4; }

	
	.news_detail{
		width: 100%;
		margin: 0 auto 30px auto;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 180%;
		letter-spacing: 2px;
	}
	
	
	.news_link {
		margin-top: 30px;
	}
	
	.news_link li {
		margin: 0 auto 10px auto;
		padding-left: 15px;
		font-size: 14px;
		font-size: 1.4rem;
		letter-spacing: 3px;
		position: relative;
	}

	.news_link li::after {
		display: block;
		content: '';
		position: absolute;
		top: .3em;
		left: 0;
		width: 6px;
		height: 6px;
		border-right: 2px solid #FF7A2B;
		border-bottom: 2px solid #FF7A2B;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

/**************************************** */



/* ====================================== 

  商品 

========================================= */
.goods_list_box{
	text-align:left;
	padding:0 5%;
	letter-spacing:-0.4em;
}


.goods_box{
	text-align:left;
	width:100%;
	max-width:340px;
	display:inline-block;
	margin: 0 5px 15px 5px;
	padding-bottom: 15px;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #DDD;
	letter-spacing:normal;
}

	.goods_pic{
		float: left;
		width: 40%;
	}

	.goods_pic img {
		width: 100%;
	}

	.goods_text {
		float: right;
		width: 55%;
		letter-spacing: 2px;
		line-height: 150%;
	}

	a.goods_title,
	a.goods_title:link,
	a.goods_title:visited,
	a.goods_title:hover {
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
	}

	.goods_price {
		margin-top: 8px;
		font-size: 13px;
		font-size: 1.3rem;
		letter-spacing: 1px;
	}

	#sub_title {
		margin-bottom: 15px;
		padding-bottom: 8px;
		font-family: "dejima";
		font-weight: bold;
		font-size: 15px;
		font-size: 1.5rem;
		text-align: left;
		letter-spacing: 2px;
		line-height: 100%;
		border-bottom: 1px dashed #FF7A2B;
		box-sizing: border-box;
	}
	
	#goods_img {
		width: 100%;
		margin: 0 auto 20px auto;
	}

	#goods_price {
		margin-bottom: 20px;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		text-align: right;
		letter-spacing: 1px;
		color: #FF7A2B;
	}
	
	#goods_detail {
		width: 100%;
		max-width:800px;
		margin: 0 auto 20px auto;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 180%;
		letter-spacing: 2px;
	}
	
	div#goods_price{
		max-width:800px;
		margin:0 auto 20px auto;
	}
	
	div#goods_price + div.select,
	div#goods_price + div.select + div.select{
		max-width:800px;
	}
	
	div.flexslider{
		max-width:600px;
		margin:0 auto 30px auto;
	}
	
	a.bt{
		max-width:400px;
		margin:0 auto;
	}

/**************************************** */



/* ====================================== 

  お問い合わせ 

========================================= */

/* フォーム
------------------------*/

dl#contact {
	width: 100%;
	display: table;
	clear: both;
	box-sizing: border-box;
}

dl#contact dt {
	display: block;
	position: relative;
	width: 100%;
	font-family: "dejima";
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 2px;
	color: #000;
	box-sizing: border-box;
	background: #eee;
}

dl#contact dt p {
	position: relative;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
}

dl#contact dt p::after {
	content: "必須";
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -8px 0 0 30px;
	padding: 3px 5px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
	color: #FFF;
	background: #FF7A2B;
	border-radius: 2px;
}

dl#contact dt.is-required p::after {
	display: inline-block;
	position: relative;
	top: -2px;
	right: auto;
	margin-top: 0;
	margin-left: 10px;
	font-size: 12px;
}

dl#contact dd {
	display: block;
	padding: 15px 0 30px 0;
}

dl#contact dd span {
	display: inline-block;
	margin-right: 10px;
	font-family: "dejima";
	font-size: 15px;
}

dl#contact dd input[type="radio"],
dl#contact dd input[type="checkbox"]{
	margin: 5px 15px 0 5px;
	-webkit-transform: scale(1.75);
	transform: scale(1.75);
	-webkit-appearance: checkbox;
}

.check,
.check_short {
	display: inline-block;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 140%;
	border: 1px solid #DDD;
	padding: 15px 10px;
	color: #222;
	background: #FAFAFA;
	box-sizing: border-box;
}

.check {
	width: 100%;
}

.check_short {
	width: 120px;
}

.check a,
.check a:link,
.check a:visited,
.check a:hover {
	color: #222;
	text-decoration: none;
}

/**************************************** */


