@charset "UTF-8";

/*----------------------------------------
　PC
-------------------------------------------*/
@media print, screen and (min-width: 769px){

.product .boxList{
}
.product .boxList .entry{
	float: left;
	width: 191px;
	margin-right:26px;
	margin-bottom: 35px;
	text-align: center;
}
.product .boxList .entry:nth-child(5n){
	float: right;
	width: 191px;
	margin-right:0;
	text-align: center;
}
.product .boxList .entry .image{
	margin-bottom: 12px;
}
.product .boxList .entry .image img{
	border:8px solid #FFF;
}

.product .boxList .entry h5{
	font-size: 1.0em;
	color: #00662C;
	margin-bottom: 10px;
}
.product .boxList .entry h5 a{
	color: #00662C;
	text-decoration: none;
}
.product .boxList .entry h5 a:hover{
	color: #333;
	text-decoration: underline;
}

.product .boxDetail{
	width: 100%;
	padding-top: 30px;
}
.product .boxDetail .boxMeta{
	border-bottom:1px solid #CCC;
	margin-bottom: 20px;
}
.product .boxDetail h3{
	font-size: 2.2em;
	color: #00662C;
	padding-bottom: 12px;
}
.product .boxDetail p{
	font-size: 1.2em;
	line-height: 160%;
}

.product .boxDetail .item{
	margin-top:30px;
}
.product .boxDetail .entry{
	float: left;
	width: 215px;
	margin-right:56px;
	margin-bottom: 30px;
	text-align: center;
}
.product .boxDetail .entry:nth-child(3n){
	float: right;
	width: 215px;
	margin-right:0;
	text-align: center;
}
.product .boxDetail .entry .image{
	margin-bottom: 12px;
}
.product .boxDetail .entry .image img{
	border:10px solid #FFF;
}
.product .boxDetail .entry h4{
	font-size: 1.1em;
	color: #00662C;
	margin-bottom: 10px;
}


.product #aside-R .boxProduct{
}
.product #aside-R .boxProduct .entry{
	margin-bottom:12px;
}
.product #aside-R .boxProduct .entry h4{
	font-size:1.0em;
	display: table-cell;
	height: 46px;
	vertical-align: middle;
	layout-grid-line:56px;
}
.product #aside-R .boxProduct .entry h4 a {
	color:#333;
	text-decoration:none;
}
.product #aside-R .boxProduct .entry h4 a:hover {
	color:#00662C;
	text-decoration:underline;
}
.product #aside-R .boxProduct .image{
	float:left;
	width:46px;
	margin-right:12px;
}
.product #aside-R .boxProduct .image img{
	border:3px solid #FFF;
}

.product .boxDetail .sw-btn{
	display: none;
}


}









/*----------------------------------------
　Mobile
-------------------------------------------*/
@media screen and (max-width: 768px){

.product .boxList{
	width: 86%;
	margin: auto;
}
.product .boxList .entry{
	float: left;
	width: 45%;
	margin-bottom: 30px;
	margin-right: 0;
	text-align: center;
}
.product .boxList .entry:nth-child(even){
	float: right;
	margin-right: 0;
}
.product .boxList .entry .image{
	margin-bottom: 12px;
}
.product .boxList .entry .image img{
	border:6px solid #FFF;
}

.product .boxList .entry h5{
	font-size: 1.1em;
	color: #00662C;
}
.product .boxList .entry h5 a{
	color: #00662C;
	text-decoration: none;
}
.product .boxList .entry h5 a:hover{
	color: #333;
	text-decoration: underline;
}

.product .boxDetail{
	width: 86%;
	margin: auto;

}
.product .boxDetail .boxMeta{
	border-bottom:1px solid #CCC;
	margin-bottom: 20px;
}
.product .boxDetail h3{
	font-size: 2.0em;
	color: #00662C;
	padding-bottom: 12px;
}
.product .boxDetail p{
	font-size: 1.2em;
	line-height: 160%;
}

.product .boxDetail .item{
	margin-top:30px;
}
.product .boxDetail .entry{
	float: left;
	width: 45%;
	margin-bottom: 30px;
	text-align: center;
}

.product .boxDetail .entry:nth-child(even){
	float: right;
}
.product .boxDetail .entry:nth-child(odd){
	clear: both;
}


.product .boxDetail .entry .image{
	margin-bottom: 12px;
}
.product .boxDetail .entry .image img{
	border:6px solid #FFF;
}
.product .boxDetail .entry h4{
	font-size: 1.2em;
	color: #00662C;
	margin-bottom: 10px;
}


.product #aside-R .boxProduct{
	display: none;
}
.product #aside-R .boxProduct .entry{
	margin-bottom:12px;
}
.product #aside-R .boxProduct .entry h4{
	font-size:1.0em;
	display: table-cell;
	height: 46px;
	vertical-align: middle;
	layout-grid-line:56px;
}
.product #aside-R .boxProduct .entry h4 a {
	color:#333;
	text-decoration:none;
}
.product #aside-R .boxProduct .entry h4 a:hover {
	color:#00662C;
	text-decoration:underline;
}
.product #aside-R .boxProduct .image{
	float:left;
	width:46px;
	margin-right:12px;
}
.product #aside-R .boxProduct .image img{
	border:3px solid #FFF;
}

.product .boxDetail .sw-btn{
	font-size: 1.3em;
	letter-spacing: 2px;
}


}