@charset "UTF-8";
/*
Theme Name: RosettE
Description: zengo.
Version: 1.0
Author: Takanori
Tags: simple
*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-size: 80%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	color: #000000;
	line-height: 1.6;
	background: url(img/bg.jpg);
}
img {
	border: 0pt none;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	image-rendering: -o-crisp-edges; /* Opera               */
	image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
	image-rendering: optimize-contrast; /* CSS3 Proposed       */
}
/* ------------------------------------------------------------
	リンク
------------------------------------------------------------ */
a {
	color: #000;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #E14F28;
}
a.blue {
	color: blue;
}
a.unline {
	text-decoration: underline;
}
/* ------------------------------------------------------------
	リセット
------------------------------------------------------------ */
img {
	border: 0pt none;
	vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, th, td, dd, form, address, pre, em {
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
h2, h3, h4, h5 {
	font-size: 14px;
	clear: both;
}
select, input, textarea {
	font-size: 12px;
}
input {
	vertical-align: middle;
}
address {
	display: none;
}
.sp {
	text-indent: -999em;
	width: 12px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------------------------------------
	枠組み
------------------------------------------------------------ */
#wrapper {
	width: 980px;
	margin: 120px auto 0;
}
#outer {
	/*	padding: 0 10px; */
}
/* ------------------------------------------------------------

	フッター

------------------------------------------------------------ */
#footerArea {
	clear: both;
	margin: 0 auto;
	padding: 0px 10px;
}
#footerbottom {
	clear: both;
	margin: 0 auto 25px auto;
	width: 900px;
	height: 25px;
}
#footerA {
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
}
#footerA ul {
	list-style: none;
	margin-top: 10px;
}
#footerA li {
	display: inline;
	color: #666666;
}
#footerA li a {
	padding: 0 3px 0 10px;
	background: url("img/poi25.gif") 0 0 no-repeat;
}
#footerA li a.none {
	background: none;
}
#footerB {
	padding: 20px 10px 20px 0;
	text-align: center;
	font-size: 80%;
	letter-spacing: 1px;
}
/* ------------------------------------------------------------

	メイン

------------------------------------------------------------ */
#movie {
	width: 800px;
	min-height: 400px;
	_height: 400px;
	background: url("img/topimg.jpg") no-repeat 0 0;
	clear: both;
}
#movie2 {
	width: 800px;
	min-height: 400px;
	_height: 400px;
	background: url("img/topimg2.jpg") no-repeat 0 0;
	clear: both;
}
#maincont {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	padding: 20px 20px 50px 20px;
	background-color: #FFF;
	min-height: 450px;
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 5px;
}
#contbox {
	width: 80%;
	margin: 0 auto;
	padding: 40px 0;
}
.home #maincont {}
#testimage01 {
	width: 800px;
	min-height: 600px;
	_height: 600px;
	background: url("img/topimg-test01.jpg") no-repeat 0 0;
	clear: both;
}
#testimage02 {
	width: 800px;
	min-height: 600px;
	_height: 600px;
	background: url("img/topimg-test02.jpg") no-repeat 0 0;
	clear: both;
}
#testimage03 {
	width: 800px;
	min-height: 600px;
	_height: 600px;
	background: url("img/topimg-test03.jpg") no-repeat 0 0;
	clear: both;
}
#text-A {
	width: 470px;
	float: left;
}
#text-B {
	width: 480px;
	float: left;
}
#text-B h2 {
	font-size: 14px;
	line-height: 27px;
}
#text-B h3 {
	display: block;
	clear: both;
	background: #eeeeee;
}
#topright {
	position: absolute;
	top: 320px;
	right: 11px;
}
/* ------------------------------------------------------------

	下階層

------------------------------------------------------------ */
.recruit .title {
	background: url("img/tit_recruit.gif") no-repeat;
}
#leftcont h2 {
	width: 210px;
	margin-bottom: 20px;
}
#leftcont ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#leftcont li {
	padding-bottom: 7px;
}
#leftcont li a {
	padding-left: 13px;
	background: url("img/poi_blue.gif") 0 1px no-repeat;
	vertical-align: middle;
}
#mainbox p {
    margin-bottom: 10px;
    line-height: 2.2em;
    font-size: 14px;
    letter-spacing: 1px;
}
p.bot20 {
	margin-bottom: 5px;
}
p.botB {
	float: right;
}
a.al1 {
	background: url("img/point.gif") no-repeat 0 2px;
	padding: 0 0 0 15px;
	margin-left: 10px;
}
#mainImgBox {
	clear: both;
}
.comp-info {
	background: url("img/net-logo.gif") no-repeat 0 0;
	padding: 0 0 0 50px;
}
/* ------------------------------------------------------------

	組

------------------------------------------------------------ */
.contents div {
	margin-bottom: 32px;
}
#about .contents div {
	margin-bottom: 0;
}
.img_left {
	float: left;
	width: 32%;
}
.text_right {
	float: right;
	width: 64%;
}
.img_right {
	float: right;
	width: 32%;
}
.text_left {
	float: left;
	width: 64%;
}
.content2_1 {
	width: 48%;
	float: left;
}
.content2_2 {
	width: 48%;
	float: right;
}
.content3_1, .content3_2, .content3_3 {
	width: 32%;
	float: left;
}
.content3_2 {
	margin: 0 2%;
}
/* 縦が一個 */
.content4_1, .content4_2, .content4_3, .content4_4 {
	width: 22%;
	float: left;
}
.content4_2 {
	margin-left: 4%;
	margin-right: 4%;
}
.content4_3 {
	margin-right: 4%;
}
.note {
	background: #fcfcfc;
	padding: 8px 16px;
	margin: 16px 0;
}
.note p {
	margin: 0;
	padding: 4px 0;
}
.header_left {
	width: 48%;
	float: left;
}
.header_right {
	width: 48%;
	float: right;
}
@media screen and (max-width: 480px) {
	.contents div {
		width: 100%;
		margin: 0 0 24px;
		float: none;
	}
}
body.single-interview #mainbox p {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 2;
	margin-bottom: 20px;
}
body.single-interview #mainbox h2 {
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 11px;
	color: #bd9243;
	margin: 15px 0 15px;
}
body.single-interview #mainbox a {
	text-decoration: underline;
}
.HRTA {
	border: 0;
	border-bottom: 1px dashed #ccc;
	margin: 30px 0;
}
.ImgWaku {
	border: 1px solid #CCC;
}
.flex {
	display: flex;
	justify-content: center;
}
.ShopArea {
	width: 920px;
	margin: 50px auto 20px;
}
.ShopArea li {
	flex: 1;
	margin-right: 7px;
	text-align: center;
}
.ShopArea li a {
	color: #96712d;
	width: 100%;
	border: 2px solid #d6c5aa;
	display: inline-block;
	padding: 10px 0;
	border-radius: 5px;
}
.ShopArea li a:hover {
	background: #d6c5aa;
	color: #FFF;
	font-weight: bold;
}
.areabox, .linka {
	margin-top: -120px;
	padding-top: 120px;
}
.tcenter, .PC-tcenter {
	text-align: center;
}
.rosette_diade {
	width: 680px;
	margin: 0 auto;
}
.img-center img {
	margin: 0 auto;
	display: block;
}
ul.flexwrap {
	margin: 0 0 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
ul.flexwrap li {
	padding: 20px;
	list-style: none;
	margin-bottom: 10px;
	margin-right: 1.25%
}
ul.flexwrap.eve3 li {
	width: 32.0833%;
	margin: 0 1.25% 10px 0;
}
ul.flexwrap.eve3 li:nth-child(3n) {
	margin-right: 0;
}
.instagramer img {
	border-radius: 50%;
	border: 3px solid #D8285E;
	padding: 7px;
	width: 240px;
	margin-bottom: 15px;
}
.instagramer div {
	text-align: center;
}
.instagramer .insta_name {
	font-size: 20px;
	font-weight: bold;
}
.instagramer .insta_name span {
	font-size: 14px;
	margin-left: 0.75em;
}
.instagramer .insta_url {
	margin: 10px 0;
}
.instagramer .insta_url a {
	font-size: 14px;
	font-weight: bold;
	color: #D8285E;
}
.instagramer .detail li {
	float: left;
	font-size: 20px;
}