@charset "UTF-8";

#lp_article {
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5em;
	overflow: hidden;
}
h1 + p {
	margin: 10px 0px 20px 0px;
}

/* -------------------------------------------------------
 menu
------------------------------------------------------- */
.navMenu {
	position: relative;
	z-index: 9999;
}
.staffNav li {
	background: url(../images/menu.png) no-repeat;
	background-position: 0px 9px;
	display: block;
	width: 140px;
	height: 111px;
}
.staffNav li#webDLink.click { background-position: 0px -142px; }

.staffNav li#officeLink { background-position: -140px 9px; }
.staffNav li#officeLink.click { background-position: -140px -142px; }

.staffNav li#prodLink { background-position: -280px 9px; }
.staffNav li#prodLink.click { background-position: -280px -142px; }

.staffNav li#sysLink { background-position: -420px 9px; }
.staffNav li#sysLink.click { background-position: -420px -142px; }

.staffNav li#shopLink { background-position: -560px 9px; }
.staffNav li#shopLink.click { background-position: -560px -142px; }

.staffNav li span {
	display: block;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
.staffNav li a {
	-webkit-transition: all 0.6s linear 0;
}


/* -------------------------------------------------------
 Block
------------------------------------------------------- */
/* commmon */
.boxSet {
	position: relative;
	z-index: 999;
	display: block;
	margin-top: -43px;
	width: 700px;
}
.boxSet > div {
	margin:10px 0 10px 0px;
	padding: 10px 0px 0px 0px;
}
.boxSet div.contBox {
	width: 660px;
	margin: 0px auto;
	position: relative;
	padding-bottom: 20px;
}
.boxSet div.contBox p {
	width: 420px;
	padding: 10px 0px;
	line-height: 1.5em;
}
.boxSet div.contBox p + p {
	position: absolute;
	top: -8px;
	width: 660px;
	text-align: right;
}

/* 募集内容 */
.boxSet div.recruit {
	border-radius: 5px;
	background: #fff;
	box-sizing: border-box;
	width: 420px;
	padding: 10px;
	display: inline-block;
	position: relative;
	z-index: 9999;
	margin-top: 10px;
}
.boxSet div.recruit dt {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding: 2px 0px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #ddd;
}
.boxSet div.recruit dd {
	margin-left: 25px;
	margin-bottom: 15px;
	line-height: 150%;
	padding: 2px 0px;
}
.boxSet div.recruit dd  li {
	list-style-type: disc;
	line-height: 150%;
}
.boxSet div.recruit dd:last-of-type {
	margin-bottom: 0px;
}


/* お問い合わせ */
.boxSet div.contactUs {
	width: 220px;
	position: relative;
	display: inline-block;
	margin-left: 15px;
}
.boxSet div.contactUs:after {
	content: "";
	position: absolute;
	width: 838px;
	height: 180px;
	display:block;
	z-index: 999;
	left: -475px;
	transform: rotate(-3deg);
}
.boxSet div.contactUs:before {
	content: "";
	position: absolute;
	width: 838px;
	height: 170px;
	display:block;
	z-index: 999;
	right: -30px;
	transform: rotate(2deg);
}


.boxSet div.contactUs div {
	margin-top: 10px;
	position: relative;
	z-index: 9999;
	color: #fff;
}
.boxSet div.contactUs div p {
	width: inherit;
	padding: inherit;
	line-height: 1.5em;
	position: static;
	text-align: left;
	margin-bottom: 10px;
}
.boxSet div.contactUs div p b {
	font-size: 15px;
}
.boxSet div.contactUs div p span {
	display: block;
}

.boxSet div.contactUs li {
	text-align: left;
	line-height: 1.5em;
	padding: 2px 0px;
}
.boxSet div.contactUs li b {
	font-size: 15px;
}
.boxSet div.contactUs li b a {
	color: #fff;
}
.boxSet div.contactUs li:first-of-type b a {
	text-decoration: underline;
}
.boxSet div.contactUs li:first-of-type b a:hover {
	color: #ffe533;
}
.boxSet div.contactUs li:nth-of-type(2) b a {
	pointer-events:none;
	text-decoration: none;
}

/* js実行 */
.boxSet .selected {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
	padding: 30px 0px 0px 0px;
}
.boxSet .selected2 {
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
	padding: 30px 0px 0px 0px;
}

/* web ----------------- */
#webDBox {
	background: url(../images/web_bg.gif) repeat-y;
	border-bottom: 10px solid #0491c5;
	position: relative;
}
#webDBox div.contBox {
	background: url(../images/web_oneday.png) no-repeat 420px 145px;
}
#webDBox div.recruit {
	border: 1px solid #0491c5;
}
#webDBox div.recruit dt {
	color: #0491c5;
}
#webDBox div.contactUs:after {
	background: #0491c5;
	bottom: 11px;
}
#webDBox div.contactUs:before {
	bottom: 11px;
	background: #2CCCE0;
}
#webDBox div.contactUs div {
	bottom: 28px;
}
#webDBox div.contactUs div p b {
	border-bottom: 1px solid #85dfda;
}


/* 一般事務・受注・カスタマ ----------------- */
#officeBox {
	background: url(../images/office_bg.gif) repeat-y;
	border-bottom: 10px solid #f04155;
}
#officeBox div.contBox {
	background: url(../images/office_oneday.png) no-repeat 420px 145px;
	padding-bottom: 22px;
}
#officeBox div.recruit {
	border: 1px solid #f04155;
}
#officeBox div.recruit dt {
	color: #f04155;
}
#officeBox div.contactUs:after {
	background: #f04155;
	bottom: 8px;
}
#officeBox div.contactUs:before {
	bottom: 11px;
	background: #FF8997;
}

#officeBox div.contactUs div {
	bottom: 26px;
}
#officeBox div.contactUs div p b {
	border-bottom: 1px solid #fecaca;
}


/* 商品管理 ----------------- */
#prodBox {
	background: url(../images/product_bg.gif) repeat-y;
	border-bottom: 10px solid #529e00;
}
#prodBox div.contBox {
	background: url(../images/product_oneday.png) no-repeat 420px 145px;
	padding-bottom: 58px;
}
#prodBox div.recruit {
	border: 1px solid #529e00;
}
#prodBox div.recruit dt {
	color: #529e00;
}
#prodBox div.contactUs:after {
	background: #529e00;
	bottom: -28px;
}
#prodBox div.contactUs div {
	bottom: -10px;
}
#prodBox div.contactUs:before {
	bottom: -24px;
	background: #BFE257;
}
#prodBox div.contactUs div p b {
	border-bottom: 1px solid #f5ffd9;
}

/* システム ----------------- */
#sysBox {
	background: url(../images/system_bg.gif) repeat-y;
	border-bottom: 10px solid #0042ff;
}
#sysBox div.contBox {
	background: url(../images/system_oneday.png) no-repeat 420px 145px;
}
#sysBox div.recruit {
	border: 1px solid #0042ff;
}
#sysBox div.recruit dt {
	color: #0042ff;
}
#sysBox div.contactUs:after {
	background: #0042ff;
	bottom: 10px;
}
#sysBox div.contactUs:before {
	bottom: 12px;
	background: #4DAEFF;
}
#sysBox div.contactUs div {
	bottom: 28px;
}
#sysBox div.contactUs div p b {
	border-bottom: 1px solid #c9ebff;
}


/* 実店舗販売スタッフ ----------------- */
#shopBox {
	background: url(../images/shop_bg.gif) repeat-y;
	border-bottom: 10px solid #ff823a;
}
#shopBox div.contBox {
	background: url(../images/shop_oneday.png) no-repeat 420px 145px;
	padding-bottom: 157px;
}
#shopBox div.recruit {
	border: 1px solid #ff823a;
}
#shopBox div.recruit dt {
	color: #ff823a;
}
#shopBox div.contactUs:after {
	background: #ff823a;
	bottom: -127px;
}
#shopBox div.contactUs:before {
	bottom: -121px;
	background: #FDCC72;
}
#shopBox div.contactUs div {
	bottom: -109px;
}
#shopBox div.contactUs div p b {
	border-bottom: 1px solid #ffe4bd;
}

























@media screen and (max-width: 979px){
/*-- section2 --*/
	article#lpSet section:nth-of-type(2) div.inBoxCmn div p:first-of-type {
		width: 95%;
	}
/*-- section3 --*/
	article#lpSet section p {
		width: 100%;
	}
}

@media screen and (max-width: 640px){
h1 img {
    width: 100%;
}

h1 + p img {
    width: 100%;
}



/* -------------------------------------------------------
 menu
------------------------------------------------------- */
.staffNav li {
    height: 54px;
	background-size: 500%;
	width: 20%;
}
.staffNav li#webDLink { background-position: 0% -5%; }
.staffNav li#officeLink { background-position: 25% -5%; }
.staffNav li#prodLink { background-position: 50% -5%; }
.staffNav li#sysLink { background-position: 75% -5%; }
.staffNav li#shopLink { background-position: 100% -5%; }

.staffNav li#webDLink.click { background-position: 0 98%; }
.staffNav li#officeLink.click { background-position: 25% 98%; }
.staffNav li#prodLink.click { background-position: 50% 98%; }
.staffNav li#sysLink.click { background-position: 75% 98%; }
.staffNav li#shopLink.click { background-position: 100% 98%; }



/* -------------------------------------------------------
 Block
------------------------------------------------------- */
/* commmon */
.boxSet {
    width: 100%;
}

#lp_article .boxSet div.contBox {
	background: none;
	padding-bottom: 0px;
}
.boxSet div.contBox {
    width: 95%;
    padding-bottom: 0;
}
div.contBox h2 {
    width: 100%;
    overflow: hidden;
}

div.contBox h2 img {
    width: 132%;
}

.boxSet div.contBox p {
    width: 100%;
}

.boxSet div.contBox p + p {
    display: none;
}


/* 募集内容 */
.boxSet div.recruit {
    width: 100%;
}

/* お問い合わせ */
.boxSet div.contactUs {
    display: block;
    width: 100%;
    margin: 5% 0px 0px 0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
#webDBox div.contactUs { background: #0491C5; }
#officeBox div.contactUs { background: #f04155; }
#prodBox div.contactUs { background: #529e00; }
#sysBox div.contactUs { background: #0042ff; }
#shopBox div.contactUs { background: #ff823a; }

.boxSet div.contactUs:before {
    display: none;
}
.boxSet div.contactUs:after {
    display: none;
}

#lp_article .boxSet div.contactUs div {
    bottom: inherit;
    width: 90%;
    margin: 0px auto;
    padding: 2% 0px;
}
.boxSet div.contactUs div p {
    display: block;
}
.boxSet div.contactUs div p:first-of-type {
    text-align: center;
	width: 100%
}
.boxSet div.contactUs div p span {
	display: inline-block;
	padding-right: 10px;
}
.boxSet div.contactUs li {
	letter-spacing: 0.1em;
}
.boxSet div.contactUs li b a {
	font-size: 20px;
	line-height: 1.5em;
}
.boxSet div.contactUs li:nth-of-type(2) b a {
	pointer-events: inherit;
	text-decoration: underline;
}



/* js実行 */
.boxSet .selected {
	padding: 14% 0px 0px 0px;
}
.boxSet .selected2 {
	padding: 12% 0px 0px 0px;
}

}



















