/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
@charset "utf-8";

html, body, div, span, applet, object, iframe,
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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	-webkit-text-size-adjust: none;
	max-height: 999999px;
}
body {line-height: 1;}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-size: 100%;
	font-weight: normal;
	overflow: hidden;
}
ol, ul {list-style: none;}

blockquote {quotes: none;}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

th{font-weight: normal;}

a img {border: none;}

a {text-decoration: none;}

img{vertical-align: text-bottom;}

.clearfix {width:100%; margin: 0;}
.clearfix:after{
     content: ".";
     display: block;
     clear: both;
     height: 0;
     visibility: hidden;
     }

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


/* =Layout
-------------------------------------------------------------- */
/* @group Fluid-img */
img {
	max-width : 100%;
	height: auto;
}

a img {
     border:none;
     verticle-align:top;
     -webkit-transition: 0.2s ease-in-out;
     -moz-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
     transition: 0.2s ease-in-out;
}

a:hover img {
     opacity: 0.8;     /* 透過レベル */
     filter: alpha(opacity=80);
}

html{
	background-color: #fff;
}

body{
	background-position: center top;
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	color: #333;
}

a,
a:hover ,
a:active ,
a:visited {
	color: #333;
}



/*min-width : 320px*/
.logo {
	text-align: center;
	position: absolute;
	z-index: 999999;
	margin: 15px 13px 0;
}

.logo img {
	width: 50px;
}

.cscco {
	position: absolute;
	margin: 20px 70px 0;
	z-index: 999999;
}

h1 {
	color: #b82231;
	font-size: 12px;
}

.topImg {
	background: #fff;
}

.ppImg {
	width: 50%;
	margin: 0 25% 0;
}

nav li a span{
	display: none;
}

.topTxt {
	background: #b82231;
	text-align: center;
	color: #fff;
}

.topTxt p {
	font-size: 16px;
	line-height: 140%;
	padding: 2% 0;
}

.itemComment {
	font-size: 15px;
	line-height: 140%;
}

.detailLink img {
	margin: 10px 0;
}

.mainWrap {
	background: #f2f2f2;
	padding-bottom: 10%;
}

.main {
	padding: 3.12%;
}

.main h2 {
	font-size: 18px;
	margin: 15px 0 0;
	text-align: center;
	line-height: 130%;
}

	.main h2 span {
		color: #636363;
		font-size: 14px;
		padding-top: 5px;
	}

.main p {
	font-size: 14px;
	line-height: 140%;
	margin-top: 15px;
}


.main img {
	width: 100%;
	max-width: 350px;
	margin: 0;
}

.productLink {
	margin-top: 40px;
}

.monde {
	padding: 30px 10px;
	overflow: hidden;
}

.mondeTxt {
	float: left;
	width: 62.5%;
}

.mondeTxt img{
	width: 37.5%
}

.mondeTxt p {
	font-size: 16px;
	line-height: 140%;
	margin-top: 10px;
}

.mondeTxt p.annotation {
	font-size: 10px;
	color: #666;
}

.mondeMedal {
	float: right;
	width: 37.5%;
}

.mondeMedal img {
	width: 100%;
}

.news {
	/* background: #fff; */
	padding: 10px;
	margin-bottom: 20px;
}

.news4 ,
.news5 {
	display: none;
}

h3 {
	margin-bottom: 10px;
}

.newsArea {
	overflow: hidden;
}

.newsArea dl {
	border-bottom: 1px solid #d4d4d4;
	font-size: 12px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	line-height: 130%;
	color: #474747;
}

.newsArea dt {
	margin-bottom: 30px;
}

.newsArea > a {
	background: url("../images/newsList.gif") 0 1px no-repeat;
	background-size: 10px;
	font-size: 12px;
	float: right;
	margin-top: 10px;
	padding: 0 0 2px 12px;
}

.newsArea a:hover {
	text-decoration: underline;
}


footer {

}

.location {
	display: none;
}

.footerR {
	display: none;
}
footer ul {
	background: #f2f2f2;
}

footer li {
	text-align: center;
	border-bottom: 1px solid #ddd8d8;
}

footer li:first-child {
	border-top: 1px solid #ddd8d8;
}

footer li a {
	padding: 4%;
	display: block;
}


.copyright {
	background: #000;
	color: #fff;
	text-align: center;
}

.copyright {
	padding: 14px 0;
	font-size: 12px;
}

/*会社概要*/

.companyMain {
	padding: 3.12%;
}

.companyMain section {
	margin-bottom: 30px;
}

.companyMain section:last-child {
	margin-bottom: 0;
}

.companyMain h2 {
	font-size: 30px;
	padding: 30px 0 30px;
}

.companyMain p {
	font-size: 14px;
	line-height: 150%;
	color: #474747;
}

.companyMain p span {
	display: none;
}

.president {
	text-align: right;
	margin-top: 6px;
}

.cmp {
	margin-bottom: 20px;
}

.cmp:last-child {
	margin-bottom: 0;
}

.companyMain iframe {
	width: 270px;
	height: 200px;
	margin: 10px 0 30px;
}

/*商品情報*/

.productsMain {
	padding: 3.12%;
}

.product {
	overflow: hidden;
	margin-bottom: 40px;
}

.producImg ,
.producImg2  {
	margin-top: 30px;
	text-align: center;
}

.producImg img ,
.producImg2 img {
	height: 200px;
	width: auto;
}

.producImgB {
	margin-top: 30px;
	text-align: center;
}


.producImgB img {
	height: auto;
	width: 180px;
}

.productTxt,
.productTxt2 {
	margin-top: 10px;
}


.productsMain h2 {
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
}


.productsMain p {
	color: #474747;
	font-size: 14px;
	line-height: 150%;
}

.productsMain p span {
	display: none;
}

.productsMain h2 span {
	display: none;
}

.buyBtn {
	background: url("../images/buyBtn.jpg") no-repeat;
	background-size: 112px 85px;
	width: 112px;
	height: 42px;
	display: block;
	margin: 10px auto 0;
}

.buyBtn:hover {
	background: url("../images/buyBtn.jpg") no-repeat 0 -45px;
	background-size: 112px 85px;
	width: 112px;
	height: 42px;
	display: block;
}


/*採用情報*/


.recruitMain {
	padding: 3.12%;
}

.recruit {
	overflow: hidden;
	margin-bottom: 40px;
}

.recruitImg ,
.recruitImg2  {
	margin-top: 30px;
	text-align: center;
}

.recruitImg img ,
.recruitImg2 img {
	height: 200px;
	width: auto;
	border-top: solid 1px #fff;
}

.recruitImgB {
	margin-top: 30px;
	text-align: center;
}


.recruitImgB img {
	height: auto;
	width: 180px;
}

.recruitTxt,
.recruitTxt2 {
	margin-top: 10px;
}

.recruitMain h2 {
	font-size: 20px;
	text-align: center;
	margin-bottom:0;
}


.recruitMain p {
	color: #474747;
	font-size: 14px;
	line-height: 150%;
}

.recruitMain p span {
	display: none;
}

.recruitMain h2 span {
	display: none;
}

.recruitShop{
        margin-bottom:20px;
}

#gongcha{
	font-weight:bold;
}

#gongcha span{
	font-size:14px;
	font-weight:normal;
}

.detailBtn {
	background: url("../images/recruit/detailBtn.jpg") no-repeat;
	background-size: 112px 85px;
	width: 112px;
	height: 42px;
	display: block;
	margin: 10px auto 0;
}

.detailBtn:hover {
	background: url("../images/recruit/detailBtn.jpg") no-repeat 0 -45px;
	background-size: 112px 85px;
	width: 112px;
	height: 42px;
	display: block;
}

.detailBtn1 {
	background: url("../images/recruit/detailBtn1.jpg") no-repeat;
	background-size: 112px 85px;
	width: 112px;
	height: 42px;
	display: block;
	margin: 10px auto 0;
}

#recruitTel{
	text-align:center;
	padding:15px 0;
        background-color:#f2f2f2;
}

#recruitTel strong{
	font-size:17px;
}

/*お問い合わせ*/

.contactMain {
	padding: 3.12% 0;
}

.contactMain h3 {
	padding: 0 3.12%;
}

.contactMain p {
	font-size: 14px;
	line-height: 150%;
	color: #474747;
	padding: 0 3.12%;
}

.cUpper {
	border-bottom: 1px solid #dedede;
	padding: 40px 0 30px;
}

.cUpper p {
	padding-top: 10px;
}

.cUpper h2 {
	font-size: 30px;
	padding: 30px 3.12%;
}

.cLower {
	margin-bottom: 30px;
}

.contact1 {
	padding: 30px 0;
	border-bottom: 1px solid #dedede;
}

.contact2 {
	padding: 30px 0;
	border-bottom: 1px solid #dedede;
}

p.here {
	color: #08c;
}

a:hover p.here {
	text-decoration: underline;
}

.cLower h3 {
	font-size: 18px;
	margin-bottom: 20px;
}

/*お問い合わせ 2*/

.contact2Main {
	padding: 3.12%;
	text-align: left;
	color: #474747;
	margin-bottom: 30px;
}

.contact2Main form {

}

.contact2Main h2 {
	font-size: 26px;
	padding: 20px 0 0;
	margin-bottom: 30px;
}

.contact2Main dt {
	margin-bottom: 5px;
}

.contact2Main dd {
	background: #f0f0f0;
	width: 262px;
	height: 39px;
	padding: 6px;
	border-radius: 5px;
	margin-bottom: 20px;
}

dd.cContent {
	background: #f0f0f0;
	width: 262px;
	height: 79px;
	padding: 6px;
	border-radius: 5px;
}

.contact2Main label {
	font-size: 13px;
}

.contact2Main input {
	width: 250px;
	height: 27px;
	border: 1px solid #c0c0c0;
}

.contact2Main textarea {
	width: 250px;
	height: 67px;
	border: 1px solid #c0c0c0;
	resize: none;
}

.sendBtnBox {
	border-top: 1px solid #dedede;
	padding-top: 10px;
	overflow: hidden;
}

.ppLink {
	font-size: 12px;
	line-height: 140%;
}

.ppLink a {
	color: #08c;
}

.ppLink a:hover {
	text-decoration: underline;
}

.sendBtnBox .submit {
	background: url("../images/sendBtn.jpg") no-repeat;
	background-size: 167px auto;
	border: none;
	width: 167px;
	height: 35px;
	cursor: pointer;
	float: right;
	margin-top: 20px;
}

/*プライバシーポリシー*/

.privacypolicyMain {
	padding: 3.12%;

}

.privacypolicyMain h2 {
	font-size: 26px;
	padding: 30px 0 30px;
}

.privacypolicyMain p {
	font-size: 14px;
	line-height: 150%;
	color: #474747;
}

.privacypolicyMain p span {
	display: none;
}

.pWrap {
	text-align: left;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 30px 0 0;
	margin: 30px 0;
}

.privacypolicyMain h3 {
	font-size: 18px;
	margin: 0 0 10px;
	line-height: 130%;
	color: #474747;
}

.privacypolicyMain h4 {
	font-size: 16px;
	line-height: 130%;
	color: #474747;
	margin-bottom: 10px;
}

.pWrap p {
	margin-bottom: 30px;
}

/*サイトマップ*/
.sitemapMain {
	padding: 3.12%;
	text-align: left;
	color: #474747;
	margin-bottom: 30px;
}

.sitemapMain h2 {
	font-size: 26px;
	padding: 20px 0 5px;
	border-bottom: 1px solid #dedede;
	margin-bottom: 30px;
}

.sitemapMain ul {
	padding-left: 10px;
}

.sitemapMain li{
	margin-top: 15px;
}

.element1 {
	font-weight: bold;
}

/*ニュース一覧*/

.newsMain {
	padding: 3.12%;
}

.newsMain h2 {
	font-size: 30px;
	padding: 30px 0;
}

.news2 {
	margin-bottom: 20px;
}

.newsArea2 {
	overflow: hidden;
}

.newsArea2 dl {
	border-bottom: 1px solid #d4d4d4;
	font-size: 12px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	line-height: 130%;
	color: #474747;
}

.newsArea2 dt {
	margin-bottom: 5px;
}

/*-----------------------------------------------------------------------------------*/
/*min-width : 350px*/
@media screen and (min-width : 350px){

	.productLink {
		margin: 0;
		padding-top: 40px;
	}

	.main {
		width: 350px;
		margin: 0 auto;
		padding: 0;
	}
	.main img {
		width : 350px;
		margin: 0 auto;
	}
}

/*-----------------------------------------------------------------------------------*/
/*min-width : 480px*/
@media screen and (min-width : 480px){

	header {
		height: 46px;
		background: #b82231;
	}

	.logoWrap {
		overflow: hidden;
		height: 54px;
		padding-top: 24px;
		margin: 0 15%;
	}


	.logo {
		position: static;
		text-align: left;
		float: left;
		margin: 0;
		width: 58px;
	}

	.logo img {
		width: 58px;
	}

	.cscco {
		float: left;
		position: static;
		margin: 4px 5px;
	}

	h1 {
		display: block;
		color: #b82231;
		font-size: 12px;
		float: left;
	}

	nav ul {
		width: 70%;
		text-align: center;
		margin: 0 15%;
	}

	nav li {
		float: left;
		width: 33%;
	}

	.companyNav {
		text-align: left;
	}

	.contactNav {
		text-align: right;
	}

	.recruitNav {
		display: none;
	}

	.homeNav {
		display: none;
	}

	nav li a {
		color: #fff !important;
		font-size: 15px;
		line-height: 46px;
		height: 46px;
     -webkit-transition: 0.2s ease-in-out;
     -moz-transition: 0.2s ease-in-out;
     -o-transition: 0.2s ease-in-out;
     transition: 0.2s ease-in-out;

	}

	nav li a:hover {
     opacity: 0.5;     /* 透過レベル */
     filter: alpha(opacity=50);
	}


	.topImg {

	}

	.topImgInner {
		overflow: hidden;
		width: 480px;
		margin: 0 auto;
	}

	.ppImg {
		width: 158px;
		margin: 0 2% 0 0;
		float: right;
	}

	.topTxt {
		float: left;
		width: 260px;
		margin:10% 0 0 7%;
		background: none;
		color: #666;
	}

	.topTxt p {
		font-size: 18px;
		line-height: 160%;
	}

	.topTxt p span {
		color: #000;
	}

	h2 {
		font-size: 20px;
		margin: 14px 0;
	}

	.detailLink img {
		margin: 20px 0 0 0;
		float: right;
	}

	.mainWrap {
		padding: 0 0 50px 0;
		overflow: hidden;
	}

	.main {
		width: 350px;
		margin: 0 auto;
		padding: 0;
	}

	.main img {
		width: 350px;
		max-width: 350px;
				margin: 0 auto;
	}

.productLink {
	margin-top: 40px;
	padding: 0;
}
	.monde {
		width: 480px;
		margin: 0 auto;
		overflow: hidden;
	}

	.mondeTxt {
		float: left;
		width: 50%;
	}

	.mondeTxt img{
		width: 100%;
		max-width: 120px;
	}

	.mondeTxt p {
		font-size: 20px;
		line-height: 150%;
		margin-top: 10px;
	}

	.mondeMedal {
		float: right;
		width: 50%;
	}

	.mondeMedal img {
		width: 100%;
	}

	.news {
		width: 480px;
		margin: 0 auto 50px;
	}


	.news4 ,
	.news5 {
		display: block;
	}

	h3 {
		margin-bottom: 15px;
	}

	.newsArea dl {
		border-bottom: 1px solid #d4d4d4;
		font-size: 13px;
		padding-bottom: 2px;
		margin-bottom: 10px;
		line-height: 140%;
		overflow: hidden;
	}

	.newsArea dt {
		float: left;
		margin-right: 30px;
	}


	footer {
		background: #f2f2f2;
		padding: 20px 20px 5px;
		position: relative;
		overflow: hidden;
	}

	.footerInner {

	}

	footer ul {
		text-align: center;
		float:left;
		left:50%;
		position:relative;
		background: none;
	}

	footer li {
		border-bottom: none;
		padding: 0;
		margin: 0 20px 15px 0;
		float:left;
		left:-50%;
		position:relative;
	}

	footer li:first-child {
		border: none;
	}

	footer li a {
		padding: 0;
		color: #474747 !important;
		display: block;
	}

	footer li a:hover {
		background: none;
	}

/*会社概要*/

	.companyMain iframe {
		width: 420px;
		height: 300px;
		margin: 10px 0 50px;
	}

/*商品情報*/

	.productsMain h2 {
		font-size: 24px;
		margin-bottom: 15px;
		text-align: center;
	}

	.productTxt ,
	.productTxt2 {
		margin-top: 15px;
	}

	.buyBtn {
		margin: 15px auto 0;
	}

/*採用情報*/

	.recruitMain h2 {
		font-size: 24px;
		margin-bottom: 5px;
		text-align: center;
	}

	.recruitTxt ,
	.recruitTxt2 {
		margin-top: 15px;
	}

	.detailBtn {
		margin: 15px auto 0;
	}

	.detailBtn1 {
		margin: 15px auto 0;
	}

/*お問い合わせ*/

	p.here {
		margin-top: 10px;
	}

/*お問い合わせ 2*/

	.contact2Main dd {
		background: #f0f0f0;
		width: 302px;
		height: 39px;
		padding: 6px;
		border-radius: 5px;
		margin-bottom: 20px;
	}
		dd.cContent {
		background: #f0f0f0;
		width: 302px;
		height: 79px;
		padding: 6px;
		border-radius: 5px;
	}

	.contact2Main input {
		width: 290px;
		height: 27px;
		border: 1px solid #c0c0c0;
	}

	.contact2Main textarea {
		width: 290px;
		height: 67px;
		border: 1px solid #c0c0c0;
		resize: none;
	}



/*サイトマップ*/

	.sitemapMain {
		padding: 3.12%;
		text-align: left;
		color: #474747;
		margin-bottom: 30px;
		overflow: hidden;
	}

	.sitemapMain .box {
		float: left;
		width: 50%;
	}

/*ニュース一覧*/

	.newsArea2 dl {
		border-bottom: 1px solid #d4d4d4;
		font-size: 13px;
		padding-bottom: 2px;
		margin-bottom: 10px;
		line-height: 140%;
		overflow: hidden;
	}

	.newsArea2 dt {
		float: left;
		margin-right: 30px;
	}



}
/*-----------------------------------------------------------------------------------*/
/*min-width : 768px*/
@media screen and (min-width : 768px) {


	.logoWrap {
		width: 768px;
		height: 54px;
		margin: 0 auto;
		overflow: hidden;
		padding-top: 24px;
	}

	.logo {
		margin-left: 50px;
	}

	nav ul {
		width: 768px;
		text-align: center;
		margin: 0 auto;
	}

	nav li {
		float: left;
		width: 20%;
	}

	.homeNav {
		display: inline;
	}

	.companyNav {
		text-align: center;
	}

	.recruitNav {
		display: inline;
	}

	.contactNav {
		text-align: center;
	}

	.topImgInner {
		overflow: hidden;
		width: 768px;
		margin: 0 auto;
	}

	.ppImg {
		width: 250px;
		margin: 0 8% 0 0;
	}

	.topTxt {
		float: left;
		margin: 100px 0 0 8%;
		width: 390px;
	}

	.topTxt p {
		font-size: 27px;
		line-height: 160%;
	}

	.ppCatch {
		font-size: 22px;
	}

	h2 {
		font-size: 20px;
		margin: 20px 0 16px;
	}


	.itemComment {
		font-size: 18px;
	}

	.main {
		overflow: hidden;
		margin: 0 1.5%;
		width: 100%;
	}

	.productBox1 {
		overflow: hidden;
	}

	.productBox2 {
		margin-top: 1%;
	}

	.productLink {
		float: left;
		width: 28.16%;
		padding: 0;
	}

	.p-center {
		margin: 40px 6.25% 0;
	}

	.main img {
		width: 100%;
		max-width: 350px;
		margin: 0;
	}

	.monde {
		width: 768px;
		margin: 0 auto;
		overflow: hidden;
		padding: 50px 10px;
	}

	.mondeTxt {
		float: left;
		width: 320px;
	}

	.mondeTxt p {
		font-size: 32px;
		line-height: 150%;
		margin-top: 40px;
	}

	.mondeTxt p.annotation {
		margin-top: 10px;
	}

	.mondeMedal {
		float: right;
		width: 428px;
	}

	.mondeMedal img {
		width: 428px;
	}

	.news {
		width: 540px;
		margin: 0 auto 70px;
	}

	h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}

.newsArea li {
	border-bottom: 1px solid #d4d4d4;
	font-size: 13px;
	line-height: 140%;
	margin-bottom: 10px;
	padding-bottom: 3px;
	}

	footer li a {
		font-size: 12px;
	}

/*会社概要*/

	.companyMain {
		padding: 3.12%;
		margin: 0 auto;
	}

	.companyMain h2 {
		font-size: 42px;
		padding: 40px 0 40px;
	}

	.companyMain p {
		font-size: 14px;
		line-height: 160%;
	}

	.president {
		text-align: right;
		margin-top: 20px;
	}
	.companyMain iframe {
		width: 540px;
		height: 300px;
		margin: 10px 0 50px;
	}

	.companyMain iframe:last-child {
		margin: 10px 0 70px;
	}

	/*商品情報*/

	.productsMain {
		width: 768px;
		margin: 0 auto;
		padding: 0 20px;
	}

	.product {
		overflow: hidden;
		margin-bottom: 60px;
	}

	.product:last-child {
		margin-bottom: 100px;
	}

	.producImg  {
		margin-top: 50px;
		float: left;
		width: 348px;
		text-align: center;
	}

	.producImg2  {
		margin-top: 50px;
		float: right;
		width: 348px;
		text-align: center;
	}

	.producImg img ,
	.producImg2 img {
		height: 300px;
		width: auto;
	}

	.producImgB {
		margin-top: 50px;
		float: right;
		width: 348px;
		text-align: center;
	}


	.producImgB img {
		height: auto;
		width: 260px;
	}

	.productTxt {
		margin-top: 70px;
		float: right;
		width: 380px;
		text-align: center;
		padding-right: 20px;
	}

	.productTxt2 {
		margin-top: 70px;
		float: left;
		width: 380px;
		text-align: center;
		padding-left: 20px;
	}

	.productsMain h2 {
		font-size: 26px;
		margin-bottom: 20px;
		text-align: left;
	}


	.productsMain p {
		color: #474747;
		font-size: 14px;
		line-height: 150%;
		text-align: left;
	}

	.buyBtn {
		background: url("../images/buyBtn.jpg") no-repeat;
		background-size: 112px 85px;
		width: 112px;
		height: 42px;
		display: block;
		margin: 20px auto 0;
	}

	.buyBtn:hover {
		background: url("../images/buyBtn.jpg") no-repeat 0 -45px;
		background-size: 112px 85px;
		width: 112px;
		height: 42px;
		display: block;
	}

	/*採用情報*/
	.recruitMain {
		width: 768px;
		margin: 0 auto;
		padding: 0 20px;
	}

	.recruit {
		overflow: hidden;
		margin-bottom: 60px;
	}

	.recruit:last-child {
		margin-bottom: 100px;
	}

	.recruitImg  {
		margin-top: 50px;
		float: left;
		width: 348px;
		height: auto;
		text-align: center;
	}

	.recruitImg2  {
		margin-top: 50px;
		float: right;
		width: 348px;
		text-align: center;
	}

	.recruitImg img ,
	.recruitImg2 img {
		height: 130px;
		width: auto;
	}

	.recruitImgB {
		margin-top: 50px;
		float: right;
		width: 348px;
		text-align: center;
	}


	.recruitImgB img {
		height: auto;
		width: 260px;
	}

	.recruitTxt {
		margin-top: 70px;
		float: right;
		width: 380px;
		text-align: center;
		padding-right: 20px;
	}

	.recruitTxt2 {
		margin-top: 70px;
		float: left;
		width: 380px;
		text-align: center;
		padding-left: 20px;
	}

	.recruitMain h2 {
		font-size: 26px;
		text-align: left;
		line-height: 110%;
  	        margin-bottom:5px;
	}


	.recruitMain p {
		color: #474747;
		font-size: 14px;
		line-height: 150%;
		text-align: left;
	}

	.recruitShop{
		margin-bottom:20px;
}

	#gongcha{
		font-weight:bold;
	}

	#gongcha span{
		font-size:14px;
		font-weight:normal;
	}

	.detailBtn {
		background: url("../images/recruit/detailBtn.jpg") no-repeat;
		background-size: 112px 85px;
		width: 112px;
		height: 42px;
		display: block;
		margin: 20px auto 0;
	}

	.detailBtn:hover {
		background: url("../images/recruit/detailBtn.jpg") no-repeat 0 -45px;
		background-size: 112px 85px;
		width: 112px;
		height: 42px;
		display: block;
	}

	.detailBtn1 {
		background: url("../images/recruit/detailBtn1.jpg") no-repeat;
		background-size: 112px 85px;
		width: 112px;
		height: 42px;
		display: block;
		margin: 20px auto 0;
	}



/*お問い合わせ*/

	.cUpper {
		border-bottom: 1px solid #dedede;
		padding-bottom: 50px;
	}

	.contactMain h3 {
		padding: 0 30px;
		text-align: center;
	}

	.cUpper h2 {
		font-size: 42px;
		padding: 30px 0;
		text-align: center;
	}

	.cUpper p {
		font-size: 15px;
		text-align: center;
	}

	.cLower {
		margin: 30px 0;
		overflow: hidden;
		width: 768px;
		margin: 30px auto;
	}

	.cLower p {
		margin: 0 30px;
		padding: 0;
		font-size: 15px;
		text-align: center;
	}

	.contact1 {
		border-bottom: none;
		border-right: 1px solid #dedede;
		float: left;
		width: 376px;
	}

	.contact2 {
		border-bottom: none;
		float: left;
		width: 376px;
	}

	p.here {
		margin-top: 10px;
	}

	.cLower h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}

/*お問い合わせ 2*/

	.contact2Main {
		padding: 0;
		width: 548px;
		margin: 0 auto;
	}

	.contact2Main h2 {
		font-size: 26px;
		padding: 20px 0 0;
		margin-bottom: 30px;
	}

	.contact2Main dt {
		margin-bottom: 5px;
	}

	.contact2Main dd {
		background: #f0f0f0;
		width: 464px;
		height: 39px;
		padding: 6px;
		border-radius: 5px;
		margin-bottom: 20px;
	}

	dd.cContent {
		background: #f0f0f0;
		width: 464px;
		height: 79px;
		padding: 6px;
		border-radius: 5px;
		margin-bottom: 40px;
	}

	.contact2Main label {
		font-size: 13px;
	}

	.contact2Main input {
		width: 452px;
		height: 27px;
		border: 1px solid #c0c0c0;
	}

	.contact2Main textarea {
		width: 452px;
		height: 67px;
		border: 1px solid #c0c0c0;
		resize: none;
	}

	.sendBtnBox {
		border-top: 1px solid #dedede;
		padding-top: 20px;
		margin-bottom: 40px;
		overflow: hidden;
	}

	.ppLink {
		font-size: 12px;
		line-height: 140%;
		float: left;
		width: 380px;
	}

	.ppLink a {
		color: #08c;
	}

	.ppLink a:hover {
		text-decoration: underline;
	}

	.sendBtnBox .submit {
		background: url("../images/sendBtn.jpg") no-repeat;
		background-size: 167px auto;
		border: none;
		width: 167px;
		height: 35px;
		cursor: pointer;
		float: right;
		margin-top: 0;
	}
}
/*-----------------------------------------------------------------------------------*/
/*min-width : 900px*/
@media screen and (min-width : 900px) {

/*会社概要*/

	.companyMain {
		padding: 0 30px ;
		margin: 0 auto;
		width: 900px;
	}

	.companyMain p span {
		display: inline;
	}

	.companyMain h2 {
		font-size: 42px;
		padding: 70px 0 40px;
	}

/*ニュース一覧*/

	.newsMain {
		padding: 0 30px ;
		margin: 0 auto;
		width: 900px;
	}

	.news2 {
		margin-bottom: 40px;
	}

	.newsArea2 dl {
		border-bottom: 1px solid #d4d4d4;
		font-size: 13px;
		padding-bottom: 2px;
		margin-bottom: 20px;
		line-height: 140%;
		color: #474747;
	}


}
/*-----------------------------------------------------------------------------------*/
/*min-width : 1000px*/
@media screen and (min-width : 1000px) {

/*お問い合わせ*/

	.cUpper {
		border-bottom: 1px solid #dedede;
		padding-bottom: 50px;
		width: 980px;
		margin: 0 auto;
	}

/*プライバシーポリシー*/

	.privacypolicyMain {
		width: 980px;
		padding: 0;
		margin: 0 auto;
		text-align: center;
	}

	.privacypolicyMain h2 {
		font-size: 42px;
		padding: 70px 0 30px;
	}

	.privacypolicyMain p span {
		display: inline;
	}

	.pWrap {
		text-align: left;
		border-top: 1px solid #dedede;
		border-bottom: 1px solid #dedede;
		padding: 80px 90px 80px;
		margin: 80px 0;
	}

	.privacypolicyMain h3 {
		font-size: 32px;
		margin: 0 0 30px;
		line-height: 100%;
		color: #474747;
	}

	.privacypolicyMain h4 {
		font-size: 27px;
		line-height: 100%;
		color: #474747;
		margin-bottom: 30px;
	}

	.pWrap p:last-child {
		margin-bottom: 0;
	}

/*サイトマップ*/
	.sitemapMain {
		width: 980px;
		padding: 0;
		margin: 0 auto 80px;
		overflow: hidden;
	}

	.sitemapMain .box {
		float: initial;
		width: auto;
	}

	.sitemapMain h2 {
		font-size: 32px;
		padding: 20px 0 10px;
		border-bottom: 1px solid #dedede;
		margin-bottom: 30px;
	}

	.sitemapMain ul {
		float: left;
		width: 196px;
		padding: 0;
	}
}
/*-----------------------------------------------------------------------------------*/
/*min-width : 1200px*/
@media screen and (min-width : 1200px) {

	.logoWrap {
		width: 980px;
		height: 54px;
		margin: 0 auto;
		overflow: hidden;
		padding-top: 24px;
	}

	.logo {
		margin: 0;
	}

	nav {
		width: 1150px;
		margin: 0 auto;
	}

	nav ul {
		width: 1150px;
		text-align: center;
		margin: 0;
		overflow: hidden;
	}

	nav li {
		width: 230px;
	}

	.topImg {
		overflow: hidden;
		padding: 0;
		margin: 0;
	}

	.topImgInner {
		width: 980px;
		margin: 0 auto;
	}

	.ppImg {
		width: 439px;
		margin: 0;
	}

	.topTxt {
		width: 540px;
		margin: 180px 0 0 0px;
	}

	.topTxt p {
		font-size: 38px;
	}

	h2 {
		font-size: 22px;
		margin: 24px 0 20px;
	}

	.detailLink img {
		margin: 20px 0 0 0;
		float: right;
	}

	.mainWrap {
		padding: 0;
		overflow: hidden;
	}

	.main {
		margin: 20px auto 50px;
		width: 1200px;
	}

	.productLink {
		width: 350px;
	}

	.p-center {
		margin: 40px 75px 0;
	}

	.main img {
		width: 350px;
		max-width: 350px;
		margin: 0;
	}

	.main h2 {
		font-size: 24px;
		margin: 20px 0 0;
		text-align: center;
		line-height: 120%;
	}


	.main h2 span {
		color: #636363;
		font-size: 14px;
		padding: 0;
	}

	.main p {
		font-size: 16px;
		line-height: 140%;
		margin-top: 30px;
	}


	.monde {
		width: 980px;
		margin: 0 auto;
		overflow: hidden;
	}

	.mondeTxt {
		float: left;
		width: 479px;
	}

	.mondeTxt p {
		font-size: 38px;
		line-height: 150%;
		margin-top: 40px;
	}

	.mondeMedal {
		float: right;
		width: 481px;
	}

	.mondeMedal img {
		width: 481px;
	}

	.news {
		width: 600px;
		margin: 0 auto 70px;
		padding: 30px;
		overflow: hidden;
	}

	h3 {
		font-size: 18px;
	}

	.newsArea dl {
		border-bottom: 1px solid #ebebeb;
		font-size: 13px;
		padding-bottom: 2px;
		margin-bottom: 20px;
		line-height: 150%;
		color: #474747;
	}

	.newsArea {
		width: 540px;
		float: left;
	}

	.bannerArea {
		width: 300px;
		float: right;
		margin: 0;
		padding: 0;
	}

	.catch {

	}

	.catch p {
		text-align: center;
		font-size: 40px;
		line-height: 140%;
		color: #474747;
	}

	footer {
		background: #f2f2f2;
		padding: 20px 20px 0;
		position: static;
		overflow: hidden;
		height: 94px;
	}

	.location {
		display: inline;
		font-size: 12px;
		color: #474747;
	}

	.footerInner {
		width: 950px;
		margin: 0 auto;
		overflow: hidden;
	}

	.footerL {
		float: left;
		width: 780px;
	}

	.footerR {
		float: right;
		display: block;
		width: 147px;
		margin-top: 10px;
	}

	footer ul {
		position: static;
		left: 0;
		margin-top: 40px;
	}

	footer li {
		position: static;
		left: 0;
		border-left: 1px solid #474747;
		padding: 0 10px 0;
		margin: 0;
	}

	footer li:first-child {
		padding-left: 0;
	}

	footer li a {
		padding: 0;
		color: #474747 !important;
		display: block;
	}

	footer li a:hover {
		border-bottom: 1px solid #474747;
	}

	.copyright p small {
		/* background: url("../images/logo2.png") no-repeat right; */
		padding: 5px 62px 5px 0;
	}

	/*商品情報*/

	.productsMain {
		width: 980px;
		margin: 0 auto;
		padding: 0 20px;
	}

	.product {
		overflow: hidden;
		margin-bottom: 80px;
	}

	.product:last-child {
		margin-bottom: 100px;
	}

	.producImg  {
		margin-top: 60px;
		float: left;
		width: 430px;
		text-align: center;
	}

	.producImg2  {
		margin-top: 60px;
		float: right;
		width: 430px;
		text-align: center;
	}

	.producImg img ,
	.producImg2 img {
		height: auto;
		width: auto;
	}

	.producImgB {
		margin-top: 60px;
		float: left;
		width: 430px;
		text-align: center;
	}


	.producImgB img {
		height: auto;
		width: auto;
	}

	.productTxt {
		margin-top: 160px;
		float: right;
		width: 460px;
		text-align: center;
		padding-right: 20px;
	}


	.productTxt2 {
		margin-top: 160px;
		float: left;
		width: 460px;
		text-align: center;
		padding-left: 20px;
	}

	.productsMain h2 {
		font-size: 42px;
		margin-bottom: 40px;
		line-height: 130%;
	}


	.productsMain p {
		color: #474747;
		font-size: 14px;
		line-height: 160%;
	}

	.productsMain h2 span {
		display: inline;
	}

	.buyBtn {
		background: url("../images/buyBtn.jpg") no-repeat;
		background-size: 112px 85px;
		width: 112px;
		height: 42px;
		display: block;
		margin: 30px auto 0;
	}

	.buyBtn:hover {
		background: url("../images/buyBtn.jpg") no-repeat 0 -45px;
		background-size: 112px 85px;
		width: 112px;
		height: 42px;
		display: block;
	}

	/*採用情報*/

	.recruitMain {
		width: 980px;
		margin: 0 auto;
		padding: 0 20px;
	}

	.recruit {
		overflow: hidden;
		margin-bottom: 80px;
	}

	.recruit:last-child {
		margin-bottom: 100px;
	}

	.recruitImg  {
		margin-top: 60px;
		float: left;
		width: 430px;
		text-align: center;
	}

	.recruitImg2  {
		margin-top: 60px;
		float: right;
		width: 430px;
		text-align: center;
	}

	.recruitImg img ,
	.recruitImg2 img {
		height: auto;
		width: auto;
	}

	.recruitImgB {
		margin-top: 60px;
		float: left;
		width: 430px;
		text-align: center;
	}


	.recruitImgB img {
		height: auto;
		width: auto;
	}

	.recruitTxt {
		margin-top: 160px;
		float: right;
		width: 460px;
		text-align: center;
		padding-right: 20px;
	}


	.recruitTxt2 {
		margin-top: 160px;
		float: left;
		width: 460px;
		text-align: center;
		padding-left: 20px;
	}

	.recruitMain h2 {
		font-size: 42px;
		line-height: 130%;
     	        margin-bottom:0;
	}


	.recruitMain p {
		color: #474747;
		font-size: 14px;
		line-height: 160%;
	}

	.recruitMain h2 span {
		display: inline;
	}

.recruitShop{
        margin-bottom:20px;
}

	.detailBtn {
		background: url("../images/recruit/detailBtn.jpg") no-repeat;
		background-size: 112px 85px;
		width: 112px;
		height: 42px;
		display: block;
		margin: 30px auto 0;
	}

	.detail:hover {
		background: url("../images/recruit/detailBtn.jpg") no-repeat 0 -45px;
		background-size: 112px 85px;
		width: 112px;
		height: 42px;
		display: block;
	}

	.detailBtn1 {
		background: url("../images/recruit/detailBtn1.jpg") no-repeat;
		background-size: 112px 85px;
		width: 112px;
		height: 42px;
		display: block;
		margin: 30px auto 0;
	}

/*-----------------------------------------------------------------------------------*/
