@charset "UTF-8";
/*
Theme Name:有限会社 中京印刷
Theme URI:https://www.narts.jp/
Description:有限会社 中京印刷
Author:NARTS
Author URI:https://www.narts.jp/
Version:1.0
*/


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

	セッティング

*****************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}

img{
	vertical-align: bottom;
}

body{
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #272727;
	font-size: 16px;
	line-height: 1.6;
	background-color: #FFF;
	-webkit-text-size-adjust: 100%;
}

a{
	color: #9BC712;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
a:hover {
	text-decoration: underline;
	opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}


::selection {
	background: #9BC712;
	color: #fff;
}

*, *:before, *:after {
		-webkit-box-sizing: border-box;
			 -moz-box-sizing: border-box;
				 -o-box-sizing: border-box;
				-ms-box-sizing: border-box;
						box-sizing: border-box;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after{
	content: "";
	display: block;
	overflow: hidden;
}
.clearfix:after{
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix{
	zoom: 1;
}



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

	サイズ調整

*************************************************************/
.taL {text-align: left !important;}
.taC {text-align: center !important;}
.taR {text-align: right !important;}
.uLine {text-decoration: underline !important;}
.vaTop {vertical-align: top !important;}
.vaMid {vertical-align: middle !important;}
.vaBot {vertical-align: bottom !important;}

.mt05{margin-top: 5px !important;}
.mt10{margin-top: 10px !important;}
.mt15{margin-top: 15px !important;}
.mt20{margin-top: 20px !important;}
.mt25{margin-top: 25px !important;}
.mt30{margin-top: 30px !important;}
.mt35{margin-top: 35px !important;}
.mt40{margin-top: 40px !important;}
.mt45{margin-top: 45px !important;}
.mt50{margin-top: 50px !important;}

.mb05{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb25{margin-bottom: 25px !important;}
.mb30{margin-bottom: 30px !important;}
.mb35{margin-bottom: 35px !important;}
.mb40{margin-bottom: 40px !important;}
.mb45{margin-bottom: 45px !important;}
.mb50{margin-bottom: 50px !important;}

.ml05{margin-left: 5px !important;}
.ml10{margin-left: 10px !important;}
.ml15{margin-left: 15px !important;}
.ml20{margin-left: 20px !important;}
.ml25{margin-left: 25px !important;}
.ml30{margin-left: 30px !important;}
.ml35{margin-left: 35px !important;}
.ml40{margin-left: 40px !important;}
.ml45{margin-left: 45px !important;}
.ml50{margin-left: 50px !important;}

.mr05{margin-right: 5px !important;}
.mr10{margin-right: 10px !important;}
.mr15{margin-right: 15px !important;}
.mr20{margin-right: 20px !important;}
.mr25{margin-right: 25px !important;}
.mr30{margin-right: 30px !important;}
.mr35{margin-right: 35px !important;}
.mr40{margin-right: 40px !important;}
.mr45{margin-right: 45px !important;}
.mr50{margin-right: 50px !important;}

.pt05{padding-top: 5px !important;}
.pt10{padding-top: 10px !important;}
.pt15{padding-top: 15px !important;}
.pt20{padding-top: 20px !important;}
.pt25{padding-top: 25px !important;}
.pt30{padding-top: 30px !important;}
.pt35{padding-top: 35px !important;}
.pt40{padding-top: 40px !important;}
.pt45{padding-top: 45px !important;}
.pt50{padding-top: 50px !important;}

.pb05{padding-bottom: 5px !important;}
.pb10{padding-bottom: 10px !important;}
.pb15{padding-bottom: 15px !important;}
.pb20{padding-bottom: 20px !important;}
.pb25{padding-bottom: 25px !important;}
.pb30{padding-bottom: 30px !important;}
.pb35{padding-bottom: 35px !important;}
.pb40{padding-bottom: 40px !important;}
.pb45{padding-bottom: 45px !important;}
.pb50{padding-bottom: 50px !important;}

.pl05{padding-left: 5px !important;}
.pl10{padding-left: 10px !important;}
.pl15{padding-left: 15px !important;}
.pl20{padding-left: 20px !important;}
.pl25{padding-left: 25px !important;}
.pl30{padding-left: 30px !important;}
.pl35{padding-left: 35px !important;}
.pl40{padding-left: 40px !important;}
.pl45{padding-left: 45px !important;}
.pl50{padding-left: 50px !important;}

.pr05{padding-right: 5px !important;}
.pr10{padding-right: 10px !important;}
.pr15{padding-right: 15px !important;}
.pr20{padding-right: 20px !important;}
.pr25{padding-right: 25px !important;}
.pr30{padding-right: 30px !important;}
.pr35{padding-right: 35px !important;}
.pr40{padding-right: 40px !important;}
.pr45{padding-right: 45px !important;}
.pr50{padding-right: 50px !important;}

.fs10{font-size: 10px !important;}
.fs11{font-size: 11px !important;}
.fs12{font-size: 12px !important;}
.fs13{font-size: 13px !important;}
.fs14{font-size: 14px !important;}
.fs15{font-size: 15px !important;}
.fs16{font-size: 16px !important;}
.fs17{font-size: 17px !important;}
.fs18{font-size: 18px !important;}
.fs19{font-size: 19px !important;}
.fs20{font-size: 20px !important;}
.fB{font-weight: bold !important;}
.fwN{font-weight: normal !important;}

.lh12{line-height: 1.2;}
.lh13{line-height: 1.3;}
.lh14{line-height: 1.4;}
.lh15{line-height: 1.5;}
.lh16{line-height: 1.6;}
.lh17{line-height: 1.7;}
.lh18{line-height: 1.8;}
.lh19{line-height: 1.9;}
.lh20{line-height: 2.0;}

.tRed {color: #FF0000;}

.fL{float: left;}
.fR{float: right;}
.clear{clear: both;}

/* 計算方法　HD動画（16:9）の場合100÷16×9=56.25% に設定 */
.movie_box{text-align: center; padding: 0 0 56.25% 0; position: relative; width: 100%;}
.movie_box iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

/* 計算方法　正方形動画（4:4）の場合100÷4×4=100% に設定 */
.movie_box2{text-align: center; padding: 0 0 100% 0; position: relative; width: 100%;}
.movie_box2 iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

/* 計算方法　長方形動画（4:3）の場合100÷4×3=75% に設定 */
.movie_box3{text-align: center; padding: 0 0 75% 0; position: relative; width: 100%;}
.movie_box3 iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}

.no_display{display: none;}


@media screen and (min-width: 1100px){

.br-sp{}
.pc{display:block !important;}
.sp{display:none !important;}



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

	header

*****************************************/
header {}
#header {
	border-top: 5px solid #9BC712;
	background: #F8F8ED;
	width: 100%;
}


#header-logo {
	float: left;
	width: 30%;
}
#header-logo h1 {
	margin: 0 0 0 50px;
	padding: 45px 0 50px 0;
}


#header-contents {
	float: right;
	width: 70%;
}
#header-contents ul#header-btn {
	text-align: right;
	margin: 30px 50px 0 0;
	font-size: 0;
}
#header-contents ul#header-btn li {
	display: inline-block;
}
#header-contents ul#header-btn li:nth-of-type(1) {
	margin: 0 20px 0 0;
}
#header-contents ul#header-btn li:nth-of-type(1) a {
	background: #FD772E;
	padding: 10px 15px 10px 15px;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#header-contents ul#header-btn li:nth-of-type(1) a:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url("images/common/prt-mail.png");
	background-size: contain;
	vertical-align: middle;
	margin: -4px 10px 0 0;
}
#header-contents ul#header-btn li:nth-of-type(1) a:hover {
	text-decoration: none;
}
#header-contents ul#header-btn li:nth-of-type(2) a {
	background: #9BC712;
	padding: 10px 15px 10px 15px;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#header-contents ul#header-btn li:nth-of-type(2) a:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url("images/common/prt-cart.png");
	background-size: contain;
	vertical-align: middle;
	margin: -4px 10px 0 0;
}
#header-contents ul#header-btn li:nth-of-type(2) a:hover {
	text-decoration: none;
}


#header-contents ul#header-navi {
	text-align: right;
	margin: 15px 50px 15px 0;
	font-size: 0;
}
#header-contents ul#header-navi li {
	display: inline-block;
	margin: 0 20px 0 20px;
}
#header-contents ul#header-navi li:nth-of-type(1) {
	margin: 0 20px 0 0;
}
#header-contents ul#header-navi li:nth-of-type(6) {
	margin: 0 0 0 20px;
}
#header-contents ul#header-navi li a {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.02em;
}
#header-contents ul#header-navi li a:hover {
	text-decoration: none;
}
#header-contents ul#header-navi li+li {
	position: relative;
}
#header-contents ul#header-navi li+li::before {
	content: "";
	display: block;
	height: 1em;
	border-left: 1px solid #999999;
	position: absolute;
	top: 5px;
	bottom: 0;
	margin: 0 0 0 -20px;
	font-size: 16px;
	transform: rotate(30deg);
}

.header_navALine {
	padding-bottom: 8px;
	background: linear-gradient(#9BC712, #9BC712) 100% 100% / 0 2px no-repeat;
	transition: background-size .4s cubic-bezier(.23,1,.32,1) 0s;
}
.header_navALine:hover {
	background-position: 0 100%;
	background-size: 100% 2px;
}


#sp_menu {
	display: none;
}


#sub-visual {
	background-image: url("images/common/subvisual-bg.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	margin: 0 0 25px 0;
}
#sub-visual h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.05em;
	padding: 90px 50px;
	text-shadow: 2px 4px 0px rgba(0, 0, 0, 0.15);
}



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

	共通

*****************************************/
#contents {
	width: 1100px;
	margin: 0 auto;
}

#main-contents {
	width: 750px;
	float: right;
}

#side-contents {
	width: 300px;
	float: left;
}


#side-contact {
	margin: 0 0 40px 0;
}
#side-contact h2 {
	text-align: center;
	background: #9BC712;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.02em;
	padding: 20px 0;
}

#side-contact-mail {
	text-align: center;
	background: #F8F8ED;
	border-bottom: 1px solid #EEE;
}
#side-contact-mail a {
	display: block;
	padding: 20px 0;
}
#side-contact-mail a:hover {
	text-decoration: none;
}
#side-contact-mail:hover {
	background: rgba(155, 199, 18, 0.03);
}
#side-contact-mail h3 {
	color: #272727;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	padding: 0 0 10px 0;
}
#side-contact-mail p {
	color: #FD772E;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}
#side-contact-mail p:before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url("images/common/prt-mail02.png");
	background-size: contain;
	vertical-align: middle;
	margin: -4px 12px 0 0;
}

#side-sample-mail {
	text-align: center;
	background: #F8F8ED;
	border-bottom: 1px solid #EEE;
}
#side-sample-mail a {
	display: block;
	padding: 20px 0;
}
#side-sample-mail a:hover {
	text-decoration: none;
}
#side-sample-mail:hover {
	background: rgba(155, 199, 18, 0.03);
}
#side-sample-mail h3 {
	color: #272727;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	padding: 0 0 10px 0;
}
#side-sample-mail p {
	color: #FD772E;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}
#side-sample-mail p:before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url("images/common/prt-mail02.png");
	background-size: contain;
	vertical-align: middle;
	margin: -4px 12px 0 0;
}

#side-contact-tel {
	text-align: center;
	background: #F8F8ED;
	border-bottom: 1px solid #EEE;
}
#side-contact-tel a {
	display: block;
	padding: 20px 0;
}
#side-contact-tel a:hover {
	text-decoration: none;
}
#side-contact-tel:hover {
	background: rgba(155, 199, 18, 0.03);
}
#side-contact-tel h3 {
	color: #272727;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	padding: 0 0 10px 0;
}
#side-contact-tel p {
	color: #9BC712;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.05em;
}
#side-contact-tel p:before {
	content: '';
	display: inline-block;
	width: 23px;
	height: 23px;
	background-image: url("images/common/prt-tel.png");
	background-size: contain;
	vertical-align: middle;
	margin: -6px 12px 0 0;
}


#side-recruit {
	margin: 0 0 50px 0;
}
#side-recruit a:hover {
	text-decoration: none;
}
#side-recruit div.image {
	text-align: center;
}
#side-recruit div.image img {
	width: 100%;
}
#side-recruit-box {
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-ms-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	border: 1px solid #eee;
	border-top: none;
	padding: 30px;
}
#side-recruit a:hover #side-recruit-box {
	background: rgba(155, 199, 18, 0.05);
}
#side-recruit-box h3 {
	color: #272727;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px 0;
}
#side-recruit-box h3:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("images/common/prt-arrow-01.png");
	background-size: contain;
	vertical-align: middle;
	margin: -4px 10px 0 0;
}
#side-recruit-box p {
	color: #272727;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}



#post-contents {
	width: 750px;
	float: right;
	margin: 0 0 30px 0;
}

#post-contents > h2 {
	border-bottom: solid 3px #EEEEEE;
	color: #272727;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.02em;
	padding: 5px 0 15px 0;
	margin: 0 0 30px 0;
	position: relative;
}
#post-contents > h2::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #9BC712;
	bottom: -3px;
	width: 25%;
}

#post-contents > h3 {
	border-left: solid 10px #9BC712;
	background: -webkit-linear-gradient(135deg, transparent 25%, rgba(5, 70, 95, 0.05 ) 25%, rgba(5, 70, 95, 0.05 ) 50%, transparent 50%, transparent 75%, rgba(5, 70, 95, 0.05 ) 75%, rgba(5, 70, 95, 0.05 ));
	background: linear-gradient(135deg, transparent 25%, rgba(5, 70, 95, 0.05 ) 25%, rgba(5, 70, 95, 0.05 ) 50%, transparent 50%, transparent 75%, rgba(5, 70, 95, 0.05 ) 75%, rgba(5, 70, 95, 0.05 ));
	background-size: auto;
	background-size: 4px 4px;
	padding: 15px 20px 15px 20px;
	color: #272727;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	margin: 50px 0 30px 0;
}

#post-contents > h4 {
	border-bottom: solid 1px #666;
	color: #272727;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
	padding: 0 10px 12px 10px;
	margin: 40px 0 20px 0;
}

#post-contents > p {
	color: #272727;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 30px 0;
}


#post-contents > table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin: 40px 0 30px 0;
}
#post-contents > table th {
	background-color: #eee;
	padding: 10px 15px;
	border:1px solid #ccc;
	color: #272727;
	font-size: 16px;
	text-align: left;
	font-weight: normal;
}
#post-contents > table td {
	background-color: #fff;
	padding: 10px 15px;
	border: 1px solid #ccc;
	color: #272727;
	font-size: 16px;
}


#post-contents > ul {
	margin: 0 0 30px 20px;
}
#post-contents > ul li {
	list-style-type: disc;
	padding: 5px 0 0 0;
	color: #272727;
	font-size: 16px;
}
#post-contents > ul li ul {
	padding: 0;
	margin: 0 0 0 20px;
}
#post-contents > ul li ul li {
	list-style-type: disc;
	padding: 5px 0 0 0;
	color: #272727;
	font-size: 16px;
}

#post-contents > table ul {
	margin: 0 0 0 20px;
}
#post-contents > table ul li {
	list-style-type: disc;
	padding: 5px 0 0 0;
	color: #272727;
	font-size: 16px;
}
#post-contents > table ul li ul {
	padding: 0;
	margin: 0 0 0 20px;
}
#post-contents > table ul li ul li {
	list-style-type: disc;
	padding: 5px 0 0 0;
	color: #272727;
	font-size: 16px;
}


#post-contents > ol {
	margin: 0 0 30px 20px;
}
#post-contents > ol li {
	list-style-type: decimal;
	padding: 5px 0 0 0;
	color: #272727;
	font-size: 16px;
}
#post-contents > ol li ol {
	padding: 0;
	margin: 0 0 0 20px;
}
#post-contents > ol li ol li {
	list-style-type: decimal;
	padding: 5px 0 0 0;
	color: #272727;
	font-size: 16px;
}

#post-contents > table ol {
	margin: 0 0 0 20px;
}
#post-contents > table ol li {
	list-style-type: decimal;
	padding: 5px 0 0 0;
	color: #272727;
	font-size: 16px;
}
#post-contents > table ol li ol {
	padding: 0;
	margin: 0 0 0 20px;
}
#post-contents > table ol li ol li {
	list-style-type: decimal;
	padding: 5px 0 0 0;
	color: #272727;
	font-size: 16px;
}



#cta-contents {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #9BC712;
	margin: 50px 0 30px 0;
}
#cta-contents > h3 {
	background: #9BC712;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	-ms-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 1.8;
}
#cta-contents > p {
	color: #272727;
	font-size: 16px;
	line-height: 1.8;
	padding: 25px 30px 25px 30px;
}

#cta-contents-box {
	padding: 0 30px 30px 30px;
}

#cta-contents-mail {
	width: 48%;
	float: left;
	text-align: center;
	background: #F8F8ED;
	border: 1px solid #EEE;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	margin: 0 4% 0 0;
}
#cta-contents-mail a {
	display: block;
	padding: 20px 0;
}
#cta-contents-mail a:hover {
	text-decoration: none;
}
#cta-contents-mail:hover {
	background: #F8F8ED;
	border: 1px solid #9BC712;
}
#cta-contents-mail h3 {
	color: #272727;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	padding: 0 0 15px 0;
}
#cta-contents-mail p {
	color: #FD772E;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}
#cta-contents-mail p:before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url("images/common/prt-mail02.png");
	background-size: contain;
	vertical-align: middle;
	margin: -4px 12px 0 0;
}

#cta-contents-tel {
	width: 48%;
	float: left;
	text-align: center;
	background: #F8F8ED;
	border: 1px solid #EEE;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}
#cta-contents-tel a {
	display: block;
	padding: 20px 0;
}
#cta-contents-tel a:hover {
	text-decoration: none;
}
#cta-contents-tel:hover {
	background: #F8F8ED;
	border: 1px solid #9BC712;
}
#cta-contents-tel h3 {
	color: #272727;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	padding: 0 0 10px 0;
}
#cta-contents-tel p {
	color: #9BC712;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.05em;
}
#cta-contents-tel p:before {
	content: '';
	display: inline-block;
	width: 23px;
	height: 23px;
	background-image: url("images/common/prt-tel.png");
	background-size: contain;
	vertical-align: middle;
	margin: -6px 12px 0 0;
}



#notfound {}
#notfound > h2 {
	border-bottom: solid 3px #EEEEEE;
	color: #272727;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.02em;
	padding: 5px 0 15px 0;
	margin: 0 0 30px 0;
	position: relative;
}
#notfound > h2::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #9BC712;
	bottom: -3px;
	width: 25%;
}

#notfound p.txt {
	color: #272727;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 30px 0;
}
#notfound p.txt:last-child {
	margin: 0;
}
#notfound p.btn a {
	color: #9BC712;
	font-size: 16px;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
	background: #fff;
	width: 240px;
	margin: 0 auto;
	border: 1px solid #9BC712;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	display: block;
	position: relative;
}
#notfound p.btn a:hover {
	color: #fff;
	text-decoration: none;
	background: #9BC712;
}



.image-2box {
	margin: 0 0 20px 0;
}
.image-2box-list {
	width: 48%;
	float: left;
	margin: 0 4% 20px 0;
}
.image-2box-list:nth-of-type(2n) {
	width: 48%;
	float: left;
	margin: 0 0 20px 0;
}
.image-2box-list img {
	width: 100%;
}


.image-3box {
	margin: 0 0 10px 0;
}
.image-3box-list {
	width: 32%;
	float: left;
	margin: 0 2% 40px 0;
	border: solid 1px #EEEEEE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
}
.image-3box-list:nth-of-type(3n) {
	width: 32%;
	float: left;
	margin: 0 0 20px 0;
}
.image-3box-list img {
	width: 100%;
}
.image-3box-list p.image {}
.image-3box-list p.txt {
	margin: 5px 0 0 0;
	color: #272727;
	font-size: 14px;
	line-height: 1.4;
}


.image-3box-list p.item-code {
	background: #F2F6F7;
	color: #272727;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	padding: 5px;
	margin: 0 0 10px 0;
	text-align: center;
}
.image-3box-list .txt-box {
	margin: 10px 0 0 0;
	background: #F2F6F7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	color: #272727;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
}


.image-circle {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}


.image-shadow {
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}



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

	wordpress側用設定

*****************************************/
.breadcrumbs {
	width: 1100px;
	margin: 0 auto;
	color: #707070;
	font-size: 12px;
	padding: 0 0 25px 0;
}
.breadcrumbs a {
	text-decoration: none;
	color: #3B4043;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs-icon {
	color: #6E8795;
}


.news-date {
	text-align: right;
	margin: -10px 0 15px 0 !important;
	color: #999 !important;
	font-size: 14px !important;
	line-height: 1.2 !important;
}

.news-btn a {
	color: #9BC712;
	font-size: 16px;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
	background: #fff;
	width: 240px;
	margin: 0 auto;
	border: 1px solid #9BC712;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	display: block;
	position: relative;
}
.news-btn a:hover {
	color: #fff;
	text-decoration: none;
	background: #9BC712;
}


.alignright {
	float: right;
	margin: 0 0 30px 55px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 30px auto;
}
.alignleft {
	float: left;
	margin: 0 55px 30px 0;
}


.wp-pagenavi {
	text-align: center;
	margin: 30px 0 0 0;
	font-size: 14px;
}



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

	footer

*****************************************/
#pagetop{
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 77%;
	z-index: 9999;
}
#pagetop a{
	background-image: url("images/common/pagetop.png");
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 60px;
	height: 60px;
}


footer {}
#footer {
	border-top: 5px solid #9BC712;
	background: #F8F8ED;
}


ul#footer-navi {
	text-align: center;
	margin: 50px 0 50px 0;
	font-size: 0;
}
ul#footer-navi li {
	display: inline-block;
	margin: 0 20px 0 20px;
}
ul#footer-navi li:nth-of-type(1) {
	margin: 0 20px 0 0;
}
ul#footer-navi li:nth-of-type(8) {
	margin: 0 0 0 20px;
}
ul#footer-navi li a {
	color: #000;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.02em;
}
ul#footer-navi li a:hover {
	text-decoration: none;
}
ul#footer-navi li+li {
	position: relative;
}
ul#footer-navi li+li::before {
	content: "";
	display: block;
	height: 1em;
	border-left: 1px solid #999999;
	position: absolute;
	top: 5px;
	bottom: 0;
	margin: 0 0 0 -20px;
	font-size: 16px;
	transform: rotate(30deg);
}


#footer-box {
	width: 1100px;
	margin: 0 auto 0 auto;
}

#footer-logo {
	width: 350px;
	float: left;
}
#footer-logo p {
	padding: 35px 0 0 0;
}
#footer-contents01 {
	width: 375px;
	float: left;
	border: 1px solid #E1E1D9;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
#footer-contents01 p {
	color: #272727;
	padding: 25px;
}
#footer-contents02 {
	width: 375px;
	float: left;
	border: 1px solid #E1E1D9;
	border-left: none;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-ms-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
#footer-contents02 a:hover {
	text-decoration: none;
}
#footer-contents02:hover {
	background: rgba(255, 255, 255, 0.5);
}
#footer-contents02 p {
	color: #272727;
	padding: 25px;
}


#footer-copyright {
	padding: 50px 0;
}
#footer-copyright p {
	text-align: center;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.1em;
}



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

	home

*****************************************/
#top-visual {
	margin: 0 0 60px 0;
}
#top-visual p {}
#top-visual p img {
	height: auto;
	width: 100%;
}

.metaslider .caption-wrap {
	position: absolute;
	bottom: auto !important;
	top: 50% !important;
	left: 0 !important;
	-webkit-transform:translateY(-50%) !important;
	transform:translateY(-50%) !important;
	background: none !important;
	opacity: 1 !important;
	color: #fff !important;
	font-weight: 700 !important;
	font-size: 50px !important;
	line-height: 1.4em !important;
	letter-spacing: 0.02em !important;
	text-shadow: 2px 4px 0px rgba(0, 0, 0, 0.15);
}
.metaslider .caption {
	padding: 0 0 0 8% !important;
}


#top-dp {
	margin: 0 0 50px 0;
}
#top-dp h2 {
	color: #333;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.05em;
	margin: 0 0 15px 0;
}
#top-dp h2:before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url("images/top/prt-dp.png");
	background-size: contain;
	vertical-align: middle;
	margin: -4px 12px 0 0;
}

#top-dp-box {}

#top-dp-01 {
	width: 360px;
	float: left;
}
#top-dp-01 a:hover {
	text-decoration: none;
}
#top-dp-01 div.image {
	text-align: center;
}
#top-dp-01 div.image img {
	width: 100%;
}
#top-dp-01-box {
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-ms-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	border: 1px solid #eee;
	border-top: none;
	padding: 30px;
}
#top-dp-01 a:hover #top-dp-01-box {
	background: rgba(155, 199, 18, 0.05);
}
#top-dp-01-box h3 {
	color: #272727;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px 0;
}
#top-dp-01-box h3:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("images/common/prt-arrow-01.png");
	background-size: contain;
	vertical-align: middle;
	margin: -4px 10px 0 0;
}
#top-dp-01-box p {
	color: #272727;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

#top-dp-02 {
	width: 360px;
	float: right;
}
#top-dp-02 a:hover {
	text-decoration: none;
}
#top-dp-02 div.image {
	text-align: center;
}
#top-dp-02 div.image img {
	width: 100%;
}
#top-dp-02-box {
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-ms-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	border: 1px solid #eee;
	border-top: none;
	padding: 30px;
}
#top-dp-02 a:hover #top-dp-02-box {
	background: rgba(155, 199, 18, 0.05);
}
#top-dp-02-box h3 {
	color: #272727;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px 0;
}
#top-dp-02-box h3:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("images/common/prt-arrow-01.png");
	background-size: contain;
	vertical-align: middle;
	margin: -4px 10px 0 0;
}
#top-dp-02-box p {
	color: #272727;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}


#top-noshi {
	margin: 0 0 50px 0;
}
#top-noshi h2 {
	color: #333;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.05em;
	margin: 0 0 15px 0;
}
#top-noshi h2:before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url("images/top/prt-noshi.png");
	background-size: contain;
	vertical-align: middle;
	margin: -4px 12px 0 0;
}

#top-noshi-01 {}
#top-noshi-01 a:hover {
	text-decoration: none;
}
#top-noshi-01 div.image {
	text-align: center;
}
#top-noshi-01 div.image img {
	width: 100%;
}
#top-noshi-01-box {
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-ms-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	border: 1px solid #eee;
	border-top: none;
	padding: 30px;
}
#top-noshi-01 a:hover #top-noshi-01-box {
	background: rgba(155, 199, 18, 0.05);
}
#top-noshi-01-box h3 {
	color: #272727;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px 0;
}
#top-noshi-01-box h3:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("images/common/prt-arrow-01.png");
	background-size: contain;
	vertical-align: middle;
	margin: -4px 10px 0 0;
}
#top-noshi-01-box p {
	color: #272727;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

#top-noshi-02 {
	text-align: center;
}
#top-noshi-02 p {
	margin-top: 20px;
}
#top-noshi-02 img {
	width: 100%;
}


#top-news {
	margin: 0 0 100px 0;
}
#top-news h2 {
	color: #333;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.05em;
	margin: 0 0 10px 0;
}
#top-news h2:before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url("images/top/prt-news.png");
	background-size: contain;
	vertical-align: middle;
	margin: -4px 12px 0 0;
}

#top-news a:hover {
	text-decoration: none;
}
#top-news a dl {
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #EEE;
}
#top-news a:hover dl {
	background: rgba(155, 199, 18, 0.05);
}
#top-news a dl dt {
	float: left;
	text-align: center;
	width: 100px;
	background: #9BC712;
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	padding: 5px 5px;
}
#top-news a dl dd {
	padding-left: 120px;
	color: #272727;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}



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

	news

*****************************************/
#news-archive {
	margin: 0 0 50px 0;
}
#news-archive h2 {
	border-bottom: solid 3px #EEEEEE;
	color: #272727;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.02em;
	padding: 5px 0 15px 0;
	margin: 0 0 10px 0;
	position: relative;
}
#news-archive h2::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #9BC712;
	bottom: -3px;
	width: 25%;
}

#news-archive a:hover {
	text-decoration: none;
}
#news-archive a dl {
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #EEE;
}
#news-archive a:hover dl {
	background: rgba(155, 199, 18, 0.05);
}
#news-archive a dl dt {
	float: left;
	text-align: center;
	width: 100px;
	background: #9BC712;
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	padding: 5px 5px;
}
#news-archive a dl dd {
	padding-left: 120px;
	color: #272727;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}



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

	company

*****************************************/
#company-overview dl {
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #EEE;
}
#company-overview dl dt {
	float: left;
	width: 100px;
	color: #272727;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
}
#company-overview dl dd {
	padding-left: 130px;
	color: #272727;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}


/* 計算方法　長方形動画（4:3）の場合100÷750×400=53.33333333333333% に設定 */
.company-map {text-align: center; padding: 0 0 53.33333333333333% 0; position: relative; width: 100%; margin: 0 0 20px 0;}
.company-map iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}



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

	contact

*****************************************/
#contact-area {}

#contact-area .contact-item {
	margin: 0 0 20px 0;
}
#contact-area .contact-item-ttl {
	width: 28%;
	float: left;
	padding: 11px 0 0 0px;
	color: #272727;
	font-size: 16px;
	font-weight: 500;
}
#contact-area .contact-item-ttl span.item-required {
	background: #F03748;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	float: right;
	margin: 2px 0 0 0;
}
#contact-area .contact-item-ttl span.item-any {
	background: #6199CA;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	float: right;
	margin: 2px 0 0 0;
}

#contact-area .contact-item-contents {
	width: 69%;
	float: right;
}

.wpcf7-not-valid-tip {
	color: #F03748 !important;
	font-size: 14px !important;
}
.wpcf7-not-valid {
	border: 1px solid #F03748 !important;
}

#contact-area .contact-item-contents .wpcf7-list-item {
	padding: 10px 0;
	font-size: 16px;
}
#contact-area .contact-item-contents .first {
	margin: 0;
}

#contact-area .contact-item-contents input[name="tel-21"],
#contact-area .contact-item-contents input[name="your-email"],
#contact-area .contact-item-contents input[name="addr"],
#contact-area .contact-item-contents input[name="zip"],
#contact-area .contact-item-contents input[name="your-company"],
#contact-area .contact-item-contents input[name="your-ruby"],
#contact-area .contact-item-contents input[name="your-name"] {
	width: 100%;
	padding: 16px 20px;
	border: 1px solid #C7C7C7;
	font-size: 16px;
}
#contact-area .contact-item-contents input[name="tel-21"]:focus,
#contact-area .contact-item-contents input[name="your-email"]:focus,
#contact-area .contact-item-contents input[name="addr"]:focus,
#contact-area .contact-item-contents input[name="zip"]:focus,
#contact-area .contact-item-contents input[name="your-company"]:focus,
#contact-area .contact-item-contents input[name="your-ruby"]:focus,
#contact-area .contact-item-contents input[name="your-name"]:focus {
	border: 1px solid #272727;
	outline: 0;
}


#contact-area .contact-item-contents textarea[name="your-message"] {
	width: 100%;
	padding: 16px 20px;
	height: 160px;
	border: 1px solid #C7C7C7;
	font-size: 16px;
}
#contact-area .contact-item-contents textarea[name="your-message"]:focus {
	border: 1px solid #272727;
	outline: 0;
}


#contact-area .contact-item-contents .wpcf7-list-item {
	display: block;
	margin: 0;
	padding: 0 0 5px 0;
}


#contact-area .contact-item-btn {
	width: 220px;
	margin: 60px auto 0 auto;
	position: relative;
}
#contact-area .contact-item-btn input[type="submit"] {
	display: block;
	outline: 0;
	cursor: pointer;
	border: none;
	margin: 0 auto;
	transition: 0.3s;
	color: #FD772E;
	font-size: 16px;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
	border: 1px solid #FD772E;
	background: #fff;
	width: 220px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#contact-area .contact-item-btn input[type="submit"]:hover {
	background: #FD772E;
	color: #fff;
}



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

	shop

*****************************************/
.shop-list {
	margin: 0 0 10px 0;
}
.shop-list-item {
	width: 32%;
	float: left;
	margin: 0 2% 40px 0;
	border: solid 1px #EEEEEE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
}
.shop-list-item:nth-of-type(3n) {
	width: 32%;
	float: left;
	margin: 0 0 20px 0;
}
.shop-list-item img {
	width: 100%;
	height: auto;
}
.shop-list-item p.image {}
.shop-list-item p.txt {
	margin: 5px 0 0 0;
	color: #272727;
	font-size: 14px;
	line-height: 1.4;
}


.shop-list-item p.item-code {
	background: #F2F6F7;
	color: #272727;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	padding: 5px;
	margin: 0 0 10px 0;
	text-align: center;
}
.shop-list-item .txt-box {
	margin: 10px 0 0 0;
	background: #F2F6F7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	color: #272727;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
}

.shop-list-item .txt-box .item-price {
	padding: 15px 0;
	color: #272727;
	font-size: 16px;
}
.shop-list-item .txt-box .item-price em {
	font-size: 12px;
}

.shop-list-item .txt-box .item-cart {}
.shop-list-item .txt-box .item-cart .item-cart-case {
	padding: 0 0 10px 0;
}
.shop-list-item .txt-box .item-cart .item-cart-case input {
	width: 60px;
	padding: 5px 10px;
	margin: 0 10px;
	border: 1px solid #C7C7C7;
}

.shop-list-item .txt-box .item-cart .item-cart-btn {}
.shop-list-item .txt-box .item-cart .item-cart-btn input[type="submit"] {
	-webkit-appearance: none;
	appearance: none;
	display: block;
	outline: 0;
	cursor: pointer;
	border: none;
	margin: 0 auto 10px auto;
	transition: 0.3s;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 5px;
	text-align: center;
	background: #9BC712;
	width: 150px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.shop-list-item .txt-box .item-cart .item-cart-btn input[type="submit"]:hover {
	background: #BFDB67;
	color: #fff;
}



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

	カート（Welcartへの設定上書き）

*****************************************/
#primary {
	width: 1100px;
	margin: 0 auto 60px auto;
}

#primary h1 {
	border-bottom: solid 3px #EEEEEE;
	color: #272727;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.02em;
	padding: 5px 0 15px 0;
	margin: 0 0 30px 0;
	position: relative;
}
#primary h1::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #9BC712;
	bottom: -3px;
	width: 25%;
}


#primary #cart input[name="upButton"] {
	-webkit-appearance: none;
	appearance: none;
	outline: 0;
	cursor: pointer;
	border: none;
}

#primary #cart table#cart_table input.delButton {
	-webkit-appearance: none;
	appearance: none;
	outline: 0;
	cursor: pointer;
	border: none;
	transition: 0.3s;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	padding: 8px 15px;
	text-align: center;
	background: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#primary #cart table#cart_table input.delButton:hover {
	background: #F6F6F6;
	color: #000;
}


#primary .send input[name="previous"] {
	-webkit-appearance: none;
	appearance: none;
	outline: 0;
	cursor: pointer;
	border: none;
	transition: 0.3s;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 15px;
	text-align: center;
	background: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#primary .send input[name="previous"]:hover {
	background: #F6F6F6;
	color: #000;
}


#primary .send input[name="customerinfo"] {
	-webkit-appearance: none;
	appearance: none;
	outline: 0;
	cursor: pointer;
	border: none;
	margin: 0;
	transition: 0.3s;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 15px;
	text-align: center;
	background: #FE8B00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#primary .send input[name="customerinfo"]:hover {
	background: #FEAE4C;
	color: #fff;
}


#primary .send input[name="customerlogin"] {
	-webkit-appearance: none;
	appearance: none;
	outline: 0;
	cursor: pointer;
	border: none;
	margin: 0;
	transition: 0.3s;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 15px;
	text-align: center;
	background: #FE8B00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#primary .send input[name="customerlogin"]:hover {
	background: #FEAE4C;
	color: #fff;
}


#primary .send input[name="backCart"] {
	-webkit-appearance: none;
	appearance: none;
	outline: 0;
	cursor: pointer;
	border: none;
	transition: 0.3s;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 15px;
	text-align: center;
	background: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#primary .send input[name="backCart"]:hover {
	background: #F6F6F6;
	color: #000;
}


#primary .send input[name="deliveryinfo"] {
	-webkit-appearance: none;
	appearance: none;
	outline: 0;
	cursor: pointer;
	border: none;
	transition: 0.3s;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 15px;
	text-align: center;
	background: #FE8B00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#primary .send input[name="deliveryinfo"]:hover {
	background: #FEAE4C;
	color: #fff;
}


#primary .send input[name="reganddeliveryinfo"] {
	-webkit-appearance: none;
	appearance: none;
	outline: 0;
	cursor: pointer;
	border: none;
	margin: 0;
	transition: 0.3s;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 15px;
	text-align: center;
	background: #FE8B00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#primary .send input[name="reganddeliveryinfo"]:hover {
	background: #FEAE4C;
	color: #fff;
}


#primary table.customer_form {
	border-collapse: collapse;
}
#primary table.customer_form th {
	text-align: left;
}
#primary table.customer_form td input {
	padding: 10px 10px;
	border: 1px solid #C7C7C7;
	font-size: 16px;
}
#primary table.customer_form td input:focus {
	border: 1px solid #272727;
	outline: 0;
}
#primary table.customer_form td textarea {
	padding: 10px 10px;
	border: 1px solid #C7C7C7;
	font-size: 16px;
	width: 80%;
}
#primary table.customer_form td textarea:focus {
	border: 1px solid #272727;
	outline: 0;
}


#primary .send input[name="backCustomer"] {
	-webkit-appearance: none;
	appearance: none;
	outline: 0;
	cursor: pointer;
	border: none;
	transition: 0.3s;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 15px;
	text-align: center;
	background: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#primary .send input[name="backCustomer"]:hover {
	background: #F6F6F6;
	color: #000;
}


#primary .send input[name="confirm"] {
	-webkit-appearance: none;
	appearance: none;
	outline: 0;
	cursor: pointer;
	border: none;
	transition: 0.3s;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 15px;
	text-align: center;
	background: #FE8B00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#primary .send input[name="confirm"]:hover {
	background: #FEAE4C;
	color: #fff;
}



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

	以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}
