@charset "utf-8";

/* Common */

#contentsOut * {
	box-sizing: border-box;
}

.sproductenu ul li:last-child a {
	border-bottom: solid 1px #666666;
}

.sproductenu ul li a {
    display: block;
    width: 100%;
	height: 1.5em;
	padding: 0.8em 0 0.3em;
	border-style:  solid;
	border-width: 1px 1px 0;
	border-color: #666666;
    background-image: none;
	color: #ffffff;
	line-height: 1.5em;
    text-indent: 0;
	text-align: center;
}

.sproductenu ul li a:hover {
	background: #888888;
	text-decoration: none;
}


/* HOME */

.cart form {
	padding-top: 20px;
	text-align: center;
}

.cart input {
	margin-left: 5px;
	padding: 5px;
	border: none;
	font-size: 14px;
}

.cart input[type="submit"] {
	padding: 5px 20px 10px;
	background: #ff6600;
	border-radius: 5px;
	color: #ffffff;
	cursor: pointer;
	font-size: 18px;
	line-height: 1em;
}
.cart input[type="text"] {
	border: solid 1px #999999;
}

.cart .btn_more {
	display: block;
}

#contentsOut {
	color: #ffffff;
}

#contentsOut h2 {
	margin: 20px 0 30px;
	padding: 10px;
	color: #ff6600;
	border-top: solid 2px #ff6600;
	border-bottom: solid 1px #cccccc;
	font-size: 24px;
	text-align: center;
}

#contentsOut .item,
#contentsOut #howtouse,
#contentsOut #contactus {
	max-width: 600px;
	margin:0 auto;
	padding: 0 20px;
	text-align: left;
}

#contentsOut .item section {
	padding: 0 0 40px;
}

#contentsOut .item section h3,
#contentsOut #howtouse h3,
#contentsOut #contactus h3 {
	margin-bottom: 1em;
	font-size: 18px;
}

#contentsOut .item section img {
	margin-bottom: 10px;
}

#contentsOut .item section strong {
	display: inline-block;
	margin-bottom: 0.5em;
	font-size: 16px;
}

#contentsOut #howtouse p {
	margin-bottom: 1em;
}

#contentsOut #howtouse p:last-child {
	margin-bottom: 2em;
}

#contentsOut #howtouse table {
	margin-bottom: 10px;
	border-collapse: collapse;
	border: solid 1px #cccccc;
}

#contentsOut #howtouse table th,
#contentsOut #howtouse table td {
	padding: 10px;
	border: solid 1px #cccccc;
}

#contentsOut #howtouse ul {
	margin-bottom: 2em;
}

#contentsOut #howtouse ul li {
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	font-size: 14px;
	line-height: 140%;
	text-indent: -0.5em;
}

#contentsOut #contactus {
	padding-bottom: 60px;
}

/* Products */

.product .detail {
	padding: 10px 0 40px;
}

.product .detail .right h3 {
	padding: 1.5em 0 1em;
	font-size: 18px;
}

.product .detail .right h3:first-of-type {
	padding-top: 0;
}

.product .detail .right h4 {
	margin-bottom: 0.5em;
	padding-left: 0.5em;
	border-left: solid 5px #ffffff;
}

.product .detail .right p {
	margin-bottom: 1em;
}

.product .detail .right table {
	margin-bottom: 2em;
	border-collapse: collapse;
}

.product .detail .right table th,
.product .detail .right table td {
	padding: 10px;
	border: solid 1px;
}

/* Shop */

#side_contents {
	text-align: left;
}

#shop #contentsOut h2,
#company #contentsOut h2 {
	border: none;
}

@media only screen and (max-width: 767px) {

.content_box {
	width: 100%;
}

/* Products */

#products .product_box {
	width: 100%;
	padding: 0;
	text-align: center;
}

#products .product_box .left,
#products .product_box .right {
	float: none;
}

.left.cart,
.detail .right {
	float: none;
	padding-bottom: 30px;
}

.detail .right {
	padding: 0 20px;
	text-align: left;
}

/* Shop */

	#shop {
		padding: 0 20px;
	}

	#sidemenu {
		float: none;
	}

	#side_contents {
	    width: 100%;
	    float: none;
		box-sizing: border-box;
	}

	#side_contents h2 {
		width: auto;
	}

	.shop_photo.right {
		float: none;
		padding: 20px 0;
	}

	.shop_photo.right img {
		padding-top: 20px;
	}

/* Company */

	#company .shimei .left {
		width: 100%;
	}

	#company .right {
		float: none;
		width: 100%;
		padding: 0 20px;
		text-align: center;
	}

	#company .left {
		float: none;
		width: 100%;
	}

	#company .enkaku .left,
	#company .enkaku .right {
		width: 100%;
		padding: 0 20px;
		text-align: center;
	}

	#company .brand .left,
	#company .brand .right {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		padding: 0 0 20px;
		text-align: left;
	}

	#company .brand .right {
		background: none;
	}

}

@media only screen and (min-width: 768px) {

/* Common */

	.sproductenu ul li a {
	    width: 248px;
		padding: 0.3em 0;
	}

/* Home */

	#contentsOut .item, 
	#contentsOut #howtouse, 
	#contentsOut #contactus {
		max-width: 100%;
		padding: 0;
	}

	.cart:after {
		content: "";
		display: block;
		clear: both;
	}

	.cart a.left {
		float: left;
		padding-right: 20px;
	}

/* Products */

	.product .detail .left,
	.product .detail .right {
		width: 50%;
		text-align: left;
	}

	.product .detail .right {
		padding-left: 20px;
	}

}