@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;

}

a:hover img {
	text-decoration: none;
}

p.a_center {
	text-align: center;
}

.clearer {
	clear: both;
}

.clearer10 {
	clear: both;
	height: 10px;
}

.clearer30 {
	clear: both;
	height: 30px;
}

.clearfix {
	width: 100%;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
 }

.fr {
	float:right;
}

.fl {
	float:left;
}

.mT10 {
	margin-top: 10px !important;
}

.mL20 {
	margin-left: 20px !important;
}

body {
	border-top: 5px solid #ff7100;
	background: url(../img/bg.gif) center 110px no-repeat;
}

#header {
	width: 950px;
	margin: 0 auto;
}

#gnav {
	background: url(../img/gnav_bg.gif) top left;
	height: 50px;
	width: 100%;
}

#gnav ul {
	/*width:950px;*/
	width: 814px;
	margin: 0 auto;
	line-height: 0;
}

#gnav ul li {
	float: left;
	height: 50px;
	padding: 0;
	line-height: 0;
}

#gnav ul li img {
	vertical-align: bottom;
}

#bodier {
	width: 950px;
	margin:0 auto;
}

#bodier a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#bodier #rigitContainer {
	width: 241px;
	float: right;
}

#bodier #rigitContainer .contactBox {
	width: 240px;
	height: 155px;
	background: url(../img/contactBox.gif) top left no-repeat;
	margin: 0 0 20px;
	padding: 45px 0 0;
	text-align: center;
}

#bodier #rigitContainer p {
	margin:10px 0;
	padding:0;
}

/*IE6.7*/
#bodier #rigitContainer .contactBox {
	_padding-top:40px;
}

#bodier #rigitContainer .contactBox {
	_height:160px;
}

#bodier #rigitContainer .contactBox p {
	/margin: 0;
}

#bodier #rigitContainer p {
	/line-height:120%;
}

#footer {
	background: url(../img/footer_bg.gif) top left;
	border-top: 5px solid #ff7100;
	width: 100%;
}

#footer .footerContainer {
	width: 950px;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
}

#footer .footerContainer .address {
	width: 205px;
	float: left;
}

#footer .footerContainer .address p {
	color: #5a5a5a;
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 10px;
}

#footer .footerContainer .address p strong {
	font-weight: bold;
	font-size: 14px;
}

#toTop {
	position: absolute;
	top: -30px;
	right: 0;
}

#footer .footerContainer ul {
	width: 165px;
	float: left;
}

#footer .footerContainer ul li {
	font-size: 14px;
	color: #333333;
	background: url(../img/arrow1.gif) top left no-repeat;
	margin-bottom: 15px;
	padding-left: 18px;
}

#footer .footerContainer ul li a {
	color:#333333;
}

#footer .footerContainer ul li a:hover {
	color:#666666;
}

.footerContainer ul li:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}

#footer .footerContainer ul ul {
	float: none;
	width: 100px;
	margin-top: 20px;
	margin-left: -15px;
}

#footer .footerContainer ul ul li {
	font-size: 10px;
	color: #333333;
	background: url(../img/arrow2.gif) center left no-repeat;
	margin-bottom: 15px;
	padding-left: 18px;
}

#footer .footerContainer ul.lastUl {
	width: 240px;
}

/*top*/

#bodier #main {
	width: 680px;
	float: left;
}

.mainimg {
	margin: 10px 0 20px;
}

h2.top {
	margin: 30px 0 0;
}

.itemBox {
	margin-left: -20px;
}

.item {
	width: 330px;
	float: left;
	padding: 20px 0 0 20px;
}

.itemBox .item:nth-of-type(2n+3) {
	clear: left;
}

/*IE6.7*/
.item {
	/padding: 20px 0 0 0;
}

.item img {
	float: left;
}

.item p {
	color: #333333;
	font-size: 14px;
	line-height: 180%;
	float: right;
	width: 160px;
	margin-bottom: 0;
}

.item p.btn {
	padding: 0;
	text-align: center;
	clear: both;
}

.item h3 {
	background: url(../img/arrow3.gif) center left no-repeat;
	color: #6d2900;
	font-size: 20px;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 10px;
}

#bodier #contents .item h3 {
	background: url(../img/arrow3.gif) center left no-repeat;
	color: #6d2900;
	font-size: 20px;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 10px;
	border: none;
}

h3.news {
	margin: 30px 0 0;
	position: relative;
}

h3.news .newsList {
	position: absolute;
	right: 8px;
	top: 15px;
}

table.news {
	margin: 4px 0 80px;
	border-top: 1px dotted #8f8f8f;
	font-size: 14px;
	line-height: 150%;
	color: #222222;
	width:680px;
}

table.news th {
	border-bottom: 1px dotted #8f8f8f;
	padding: 12px;
	text-align: left;
	width: 80px;
}

table.news td {
	border-bottom: 1px dotted #8f8f8f;
	padding: 12px;
}

/*第二階層*/

#bodier #contents {
	width: 680px;
	float: left;
}

p.pan {
	font-size: 12px;
	color: #333333;
	padding: 15px 0 15px;
}

p.pan a {
	text-decoration: underline;
	color: #333333;
}

#bodier #contents h1 {
	color: #502900;
	font-size: 26px;
	border-bottom: 3px solid #ff7100;
	padding: 0 0 10px;
	margin-bottom: 10px;
	position: relative;
}

h1 .h1_btn {
	position: absolute;
	bottom: 10px;
	right: 0;
}

#bodier #contents h2{
	background: url(../img/h1_bg.gif) top left no-repeat;
	width: 660px;
	height: 20px;
	font-size: 20px;
	color: #492400;
	padding: 10px;
	margin-bottom: 10px;
}

#bodier #contents h3 {
	border-left: 10px solid #ffb503;
	border-bottom: 3px solid #ffb503;
	padding: 0 0 8px 8px;
	font-size: 16px;
	font-weight: bold;
	color: #6d2900;
	margin-top: 30px;
	margin-bottom: 15px;
}

#bodier #contents h4 {
	color: #492400;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 10px 20px;
}

p {
	font-size: 14px;
	line-height: 150%;
	padding: 0 0 10px 10px;
	margin-bottom: 10px;
	color: #333333;
}

#bodier #contents .container p {
	padding-left: 20px;
}

p.c_btn {
	text-align: center;
	margin: 10px 0 20px;
}

#bodier #contents ol li {
	font-size: 14px;
	line-height: 150%;
	padding: 0 0 5px 20px;
	color: #333333;
	list-style: none;
}

#bodier #contents ul li {
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 10px;
	color: #333333;
	list-style: none;
	padding-left: 14px;
	text-indent: -1em;
}

/*#bodier #contents ul li:before { content:"・"; }*/

#bodier #rigitContainer .rightmenu {
	border: 1px solid #b0b0b0;
	border-radius: 5px;
	margin-bottom: 20px;
	width: 239px;
}

#bodier #rigitContainer .rightmenu ul li {
	background: url(../img/rightmenu_bg.gif) center left no-repeat;
	border-top: 1px dashed #8eb2d7;
	font-size: 13px;
	line-height: 150%;
	letter-spacing: -1px;
	font-weight: bold;
	padding: 15px 0 13px 35px;
	color: #1a1a1a;
	list-style: none;
	cursor: pointer;
}

#bodier #rigitContainer .rightmenu ul li a {
	color: #1a1a1a;
}

#bodier #rigitContainer .rightmenu ul li:first-child {
	border: none;
}

/*事業内容*/
.flow {
	padding-top: 5px;
	margin-bottom: 20px;
}

/*会社案内*/

table.base {
	border-top: 1px solid #b0b0b0 !important;
	border-right: 1px solid #b0b0b0 !important;
	margin: 20px 0;
	width: 100%;
}

table.base th {
	background-color: #ffedd7;
	border-left: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	padding: 10px;
	color: #492400;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
}

table.base th span {
	margin-left: 10px;
	padding-top: 5px;
}

table.base td {
	border-left: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	padding: 10px;
	color: #333333;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
}

table.base td h5 {
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: bold;
	color: #6e2900;
}

table.base td strong {
	font-weight: bold;
	color: #ff7100;
}

table.base td h6 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #1b6bb2;
}

table.base2 {
	border: none !important;
	width: 520px;
}

table.base2 td {
	border: none !important;
	min-width: 85px;
	padding: 10px 0;
}

/*採用について*/

table.recruit {
	width: 460px;
	border-top: 1px solid #b0b0b0;
	border-right: 1px solid #b0b0b0;
}

table.recruit th {
	background-color: #ffedd7;
	border-left: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	padding: 10px 0;
	color: #492400;
	font-size: 12px;
	min-width: 80px;
}

table.recruit td {
	border-left: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	padding: 10px;
	color: #333333;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
}

/*商品紹介*/

#bodier #contents h2.season {
	background: none;
	width: 680px;
	padding: 0;
	margin-bottom: 0;
}

.commodityBox {
	background-color: #fffbef;
	border: 1px solid #f9d4bd;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 10px;
}

#bodier #contents .commodityBox h3 {
	font-size: 18px;
	font-weight: bold;
	color: #ff6410;
	border-left: none;
	border-bottom: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 10px;
}

.commodityBox table td {
	font-size: 14px;
	line-height: 140%;
	color: #333333;
	vertical-align: top;
	padding-bottom: 10px;
}

.commodityBox table td img{
	margin-right: 10px;
}

.commodityBox table td.set{
	background-color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	width: 240px;
	vertical-align: middle;
}

#bodier #contents table td.set ul {
	margin-left: 2em;
}

#bodier #contents table td.set ul li {
	font-size: 14px;
	line-height: 150%;
	color: #502900;
	margin-bottom: 0;
	list-style: none;
	padding-left: 14px;
	text-indent: -3em;
}

/*#bodier #contents table td.set ul li:before { content:"規格："; }*/

#bodier #contents .commoditynav {
	list-style: none;
	margin-left: -6px;
	width: 686px;
}

#bodier #contents .commoditynav li {
	float: left;
	margin: 0 0 6px 6px;
	padding: 0;
}

/*IE6.7*/
#bodier #contents .commoditynav li {
	_margin: 0 0 6px 3px;
}

#bodier #contents ul.commoditynav li:before {
	content:"";
}

.itemList h2 {
	border-bottom:3px solid #feb403;
}

.itemList table {
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 20px;
	width: 680px;
}

.itemList table th {
	width: 220px;
	padding-bottom: 10px;
	vertical-align: top;
}

.itemList table td {
	font-size: 14px;
	line-height: 140%;
	color: #333333;
	vertical-align: top;
	padding-bottom: 10px;
}

.itemList table th img {
	margin-right: 10px;
}

.itemList table td.set {
	font-size: 14px;
	line-height: 150%;
	color: #502900;
	font-weight: bold;
	padding-left: 10px;
	width: 230px;
}

h1 span.pager {
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

h1 span.pager a{
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}

/**/

.howto_flow {
	background-color: #f0f0f0;
	border: 1px solid #d6d5d5;
	border-radius: 15px;
	padding: 20px 10px 10px;
	margin-bottom: 30px;
}

#bodier #contents .howto_flow p {
	background-color: #FFFFFF;
	width: 640px;
	padding: 5px 0;
	text-align: center;
	font-size: 13px;
}

#bodier #contents .howto_flow p strong {
	color: #d00000;
	font-weight: bold;
}

#bodier #contents .howto_flow p.arrow {
	background-color: #f0f0f0;
	line-height: 0;
	padding: 0 0 2px;
	margin: 0;
}

#bodier #contents .howto_flow p.no_bg {
	background-color: #f0f0f0;
	padding: 0;
}

span.caution {
	color: #d00000;
}

table.delivery {
	margin: 0 0 0 15px;
	border-collapse: separate;
	border-spacing: 3px;
}

table.delivery td {
	background-color: #ffefdb;
	padding: 15px 20px;
	line-height: 200%;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

/*インターネット販売*/

p.total {
	font-size: 12px;
	color: #797979;
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.sortBox {
	position: relative;
	height: 30px;
}

.sortBox p.pager {
	position: absolute;
	top: 5px;
	left: 0;
	padding-left: 0;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.sortBox p.pager a {
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}

.sortBox p.sort {
	position:absolute;
	top:5px;
	right:0;
	font-size:12px;
	color:#333333;
}

table.shopping {
	border-bottom: 1px dashed #CCCCCC;
	width: 680px;
	margin-bottom: 40px;
}

table.shopping td {
	font-size: 14px;
	line-height: 140%;
	color: #333333;
	vertical-align: top;
	padding-bottom: 10px;
}

table.shopping td.itemimg {
	width: 150px;
}

table.shopping td.itemimg p {
	text-align: center;
	padding: 5px;
	font-size: 12px;
}

table.shopping td.itemimg p a {
	color: #333333;
	text-decoration: underline;
}

table.shopping td.itemimg p a:hover {
	color: #333333;
	text-decoration: none;
}

table.shopping td.set {
	font-size: 14px;
	line-height: 150%;
	color: #502900;
	background-color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	width: 190px;
	vertical-align: top;
}

table.shopping td.price {
	font-size: 14px;
	color: #502900;
	background-color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	width: 90px;
	vertical-align: top;
}

table.shopping td.price p.price {
	padding: 10px 0;
	color: #ff1e00;
	font-size: 16px;
	font-weight: bold;
}

table.shopping td.quantity {
	font-size: 14px;
	line-height: 150%;
	color: #502900;
	background-color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	width: 50px;
	vertical-align: top;
}

table.shopping td.cart {
	font-size: 14px;
	color: #333333;
	background-color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	width: 150px;
	vertical-align: top;
}

table.shopping td.cart p {
	margin-top: 10px;
	padding-left: 0;
}

table.shopping td.quantity input {
	width: 30px;
}

.form-btn ul {
	display: flex;
	justify-content: center;
}

form#mailformpro .form-btn li {
	width: 140px;
	margin: 0 3px;
	padding: 0 !important;
}

form#mailformpro .form-btn input {
	display: block;
	width: 140px;
	padding: 14px 10px;
	border: 1px solid #dcdcdc;
	background: #fbfbfb url(../img/arrow4.png) center left 118px no-repeat;
	border-radius: 2px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #303030;
}

.form-btn input:focus {
	outline: none;
}