@charset "utf-8";
@media screen{
/*----------------------------------------------------
	header
----------------------------------------------------*/
header {
	width: 100%;
	min-width: 1000px;
	background-color: #006bb6;
}
header #header_top {
	width: 1200px;
	margin: 0 auto;
	padding: 0 0 35px;
	background: url(/images/parts/top_header_photo.png) no-repeat top right;
	background-color: #006bb6!important;
	position: relative;
}
@media screen and (max-width: 1200px){
header #header_top {
	width: 1000px;
}
}

header#notop #header_top {
	background-image: none;
	height: 77px;
	padding: 0;
}
header h1 {
	padding: 41px 0 0 0;
}
header#notop h1 {
	padding: 20px 0 0 0;
}
header h1 a {
}

header p.top_header_txt01 {
	margin: 34px 0 0 0;
	width: 435px;
	height: 124px;
	text-indent: -9998px;
	background: url(/images/parts/top_header_txt01.png) no-repeat;
}
header p.top_header_txt02 {
	margin: 34px 0 0 0;
	width: 430px;
	height: 64px;
	text-indent: -9998px;
	background: url(/images/parts/top_header_txt02.png) no-repeat;
}
@media screen and (max-width: 1220px){
	header h1,
	header p.top_header_txt01,
	header p.top_header_txt02 {
		margin-left: 20px;
}
}
header .top_header_contact {
	position: absolute;
	top: 0;
	right: 10px;
}
header nav {
	background: #fff;
	border-bottom: 5px solid #006bb6;
}
header nav.recruitment {
	border-bottom: 5px solid #028f1d;
}
header nav ul {
	background: #fff;
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 1200px){
header nav ul {
	width: 1000px;
}
}

header nav ul li {
	float: left;
	width: 20%;
	text-indent: -9998px;
}
header nav ul li a {
	display: block;
	height: 80px;
	border-right: 1px solid #ededed;
}
header nav ul li:first-child a {
	border-left: 1px solid #ededed;
}
header nav ul li.gnav_home a {
	background: url(/images/parts/gnav_home.png) no-repeat center 28px;
}
header nav ul li.gnav_businesspolicy a {
	background: url(/images/parts/gnav_businesspolicy.png) no-repeat center 28px;
}
header nav ul li.gnav_companyinformation a {
	background: url(/images/parts/gnav_companyinformation.png) no-repeat center 28px;
}
header nav ul li.gnav_brand a {
	background: url(/images/parts/gnav_brand.png) no-repeat center 28px;
}
header nav ul li.gnav_recruitment a {
	background: url(/images/parts/gnav_recruitment.png) no-repeat center 28px;
}
header nav ul li a:hover {
	background-color: #006bb6;
	background-position: center -120px;

}
header nav ul li.gnav_recruitment a:hover {
	background-color: #028f1d;
}
header nav ul li.gnav_recruitment_on a {
	background-color: #028f1d;
	background-position: center -120px;
}


/*----------------------------------------------------
	#cont
----------------------------------------------------*/
#pankuzu_wrapper {
	background-color: #fafafa;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;

}
#pankuzu {
	width: 1200px;
	margin: 0 auto;
	padding: 7px 0 7px 15px;
	font-size: 11px;
}
#pankuzu,#pankuzu a {
}

@media screen and (max-width: 1200px){
#pankuzu {
	width: 1000px;
}
}

#cont_wrapper {
	background-color: #f2f2f2;
}
#cont {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}
@media screen and (max-width: 1200px){
#cont {
	width: 1000px;
}
}

#cont #content {
	width: 980px;
	margin-right: 20px;
	float: left;
}
@media screen and (max-width: 1200px){
#cont #content {
	width: 780px;
}
}

#cont #rnav_wrapper {
	float: left;
	width: 200px;
}

/*----------------------------------------------------
	#cont #content #information
----------------------------------------------------*/
#cont #content article#information section {
	background: #fff;
	margin: 0 0 20px;
	padding: 20px 20px 20px 0;
}
#cont #content article#information section h1 {
	height: 40px;
	text-indent: -9998px;
	border-left: 10px solid #006bb6;
}
#cont #content article#information section#whatsnew h1 {
	background: url(/images/parts/top_ttl_whatsnew.png) no-repeat 10px 5px;
}
#cont #content article#information section#recruitment h1 {
	border-left: 10px solid #028f1d;
	background: url(/images/parts/top_ttl_recruitment.png) no-repeat 10px 5px;
}
#cont #content article section dl.newsarea {
	margin: 20px 5px 0 25px;
	height: 280px;
	overflow: scroll;
	overflow-x: hidden;
}
#cont #content article section dl.newsarea dt {
	font-size: 13px;
	color: #b6b6b6;
	height: 16px;
	padding: 0;
}
#cont #content article section dl.newsarea dt.ico_news_newshop {
	background: url(/images/parts/ico_news_newshop.png) no-repeat 83px top;
}
#cont #content article section dl.newsarea dt.ico_news_ir {
	background: url(/images/parts/ico_news_ir.png) no-repeat 83px top;
}
#cont #content article section dl.newsarea dt.ico_news_recruitment {
	background: url(/images/parts/ico_news_recruitment.png) no-repeat 83px top;
}
#cont #content article section dl.newsarea dd {
	margin: 5px 0 12px;
	padding: 0 0 5px 17px;
	border-bottom: 1px dotted #ccc;
	background: url(/images/parts/ico_news_allowblue.png) no-repeat 0 3px;
}
#cont #content article section dl.newsarea dd.ir_link {
	background: url(/images/parts/ico_news_pdflink.png) no-repeat 0 3px;
}
#cont #content article section#recruitment dl.newsarea dd {
	background: url(/images/parts/ico_news_allowgreen.png) no-repeat 0 3px;
}
/*----------------------------------------------------
	#cont #rnav
----------------------------------------------------*/
#rnav {
	border-top: 6px solid #006bb6;
	background: #fff;
	margin-bottom: 20px;
}
#rnav aside section {
	padding: 15px;
	border-bottom: 1px dotted #ccc;
}
#rnav aside section:last-child {
	border: none;
}
#rnav aside section h1 {
	text-indent: -9998px;
	height: 29px;
}
#rnav aside section#rnav_brandlist h1 {
	background: url(/images/parts/top_rnav_ttl_brandlist.png) no-repeat 0 0;
}
#rnav aside section#rnav_groupcompany h1 {
	background: url(/images/parts/top_rnav_ttl_groupcompany.png) no-repeat 0 0;
}
#rnav aside section ul {
	margin: 10px 0 0;
}
#rnav aside section ul li {
	margin: 0 0 7px;
}
#rnav aside section div {
	text-align: right;
	font-size: 12px;
}
#rnav_bnr {
	margin: 0;
}
#rnav_bnr div {
	margin: 0 0 10px;
}
/*----------------------------------------------------
	footer
----------------------------------------------------*/
footer {
	padding: 20px 0 0;
	background: #fff;
}
footer #footer_top {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 20px;
}
@media screen and (max-width: 1200px){
footer #footer_top {
	width: 1000px;
}
}

footer #footer_top h1 {
	text-indent: -9998px;
	background: url(/images/parts/footer_logo.png) no-repeat 0 0;
	margin-left: 20px;
	width: 243px;
}
footer #footer_top h1 a {
	display: block;
	height: 26px;
}
footer #footer_top nav {
	margin: 20px 20px 0;
}
footer #footer_top nav dl {
	float: left;
	width: 25%;
}
footer #footer_top nav dl dt {
	margin-bottom: 7px;
}
footer #footer_top nav dl dt a {
	font-weight: bold;
}

footer #footer_top nav dl dd {
	margin: 0 0 7px 12px;
}
footer #footer_bottom {
	background: #006bb6;
	padding-bottom: 10px;
	line-height: 1em;
}
footer #footer_copyright {
	margin: 0 auto;
	width: 1200px;
}
@media screen and (max-width: 1200px){
footer #footer_copyright {
	width: 1000px;
}
}
footer #footer_copyright ul {
	display: inline-block;
	margin-left: 20px;
}
footer #footer_copyright ul li {
	display: inline-block;
	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
	border-right: 1px solid #fff;
	font-size: 11px;
	line-height: 1.1em;
}
footer #footer_copyright ul li:last-child {
	border: none;
	padding: 0;
}
footer #footer_copyright ul li a {
	color: #fff;
}
footer #footer_copyright #copyright {
	float: right;
	display: inline-block;
	font-size: 9px;
	color: #fff;
	margin: 5px 20px 0 0;
}





/*----------------------------------------------------
	事業概要
----------------------------------------------------*/
#cont_h_wrapper .businesspolicy_header {
	background: url(/images/parts/businesspolicy_h_img.png) no-repeat top right;
}
#cont_h_wrapper .businesspolicy_header h2 {
	width: 292px;
	height: 36px;
	background: url(/images/parts/businesspolicy_h_ttl.png) no-repeat top left;
}
#cont article#content_page h3 {
	border-bottom: 4px solid #006bb6;
	font-size: 30px;
	font-weight: bold;
	color: #006bb6;
	letter-spacing: 0.05em;
	line-height: 50px;
}
#cont article#content_page section h1.page {
	font-size: 18px;
	font-weight: bold;
	margin: 40px 0 15px;
	padding-bottom: 10px;
	background: url(/images/parts/all_ttl_sub_bar_blue.png) no-repeat bottom left;
}
#cont article#content_page section h1.page_green {
	font-size: 18px;
	font-weight: bold;
	margin: 40px 0 15px;
	padding-bottom: 10px;
	background: url(/images/parts/all_ttl_sub_bar_green.png) no-repeat bottom left;
}

#cont article#content_page section p {
	line-height: 1.8em;
}
#cont article#content_page section.box3 ul li {
	padding: 0 0 0 10px;
	background: url(/images/parts/ico_arrow_blue.png) no-repeat 0 5px;
	margin-bottom: 3px;
	font-size: 12px;
}
#cont article#content_page section.box2 h1 {
	padding: 16px 0;
	background: url(/images/parts/all_ttl_bar_blue.png) no-repeat top left;
	font-size: 18px;
}
#cont article#content_page section.box2 h1,
#cont article#content_page section.box2 h1 a {
	color: #006bb6;
}
#cont article#content_page section.box2 ul li {
	background: url(/images/parts/ico_news_allowblue.png) no-repeat 0 3px;
	padding: 0 0 0 17px;
	margin-bottom: 5px;
}
#cont article#content_page section dl.newsarea dd {
	background: url(/images/parts/ico_news_allowblue.png) no-repeat 0 3px;
}

#cont #rnav_wrapper .rnav_page {
	border-top: 6px solid #006bb6;
	background: #fff;
}
#cont #rnav_wrapper .rnav_page h1 {
	text-indent: 0;
	height: inherit;
	font-size: 16px;
}
#cont #rnav_wrapper .rnav_page h1 a {
	display: block;
	background: url(/images/parts/ico_arrow_blue.png) no-repeat right 4px;
}
#cont #rnav_wrapper .rnav_page aside section {
	border-bottom: 1px solid #f2f2f2;
}
#cont #rnav_wrapper .rnav_page aside section ul li {
	padding: 0 0 0 18px;
	background: url(/images/parts/ico_bar_blue.png) no-repeat 0 7px;
	font-size: 12px;
}

/*----------------------------------------------------
	会社情報
----------------------------------------------------*/
#cont_h_wrapper .companyinformation_header {
	background: url(/images/parts/companyinformation_h_img.png) no-repeat top right;
}
#cont_h_wrapper .companyinformation_header h2 {
	width: 384px;
	height: 36px;
	background: url(/images/parts/companyinformation_h_ttl.png) no-repeat top left;
}

#cont dl.dltable {
	overflow: hidden;
}
#cont dl.dltable dt {
	float: left;
	width: 200px;
	background: #f0f0f0;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	margin-right: 3px;
	border-top: 3px solid #fff;
}
#cont dl.dltable_challenge dt {
	width: 110px;
}
#cont dl.dltable_challenge dt p {
	padding: 5px!important;
	line-height: 0!important;
}
#cont dl.dltable_challenge dd p {
	padding: 13px 12px 13px!important;
}
#cont dl.dltable_challenge dt img {
	width: inherit!important;
}
#cont dl.dltable dt p,
#cont dl.dltable dd p {
	padding: 10px 12px;
}
#cont dl.dltable dd {
	float: left;
	width: 737px;
	background: #f9f9f9;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	border-top: 3px solid #fff;
}
@media screen and (max-width: 1200px){
#cont dl.dltable dd {
	width: 537px;
}
}
#cont dl.dltable dt a,
#cont dl.dltable dd a {
	color: #006bb6;
	font-weight: bold;
}



/*----------------------------------------------------
 	ブランド紹介
----------------------------------------------------*/
#cont_h_wrapper .brand_header {
	background: url(/images/parts/brand_h_img.png) no-repeat top right;
}
#cont_h_wrapper .brand_header h2 {
	width: 182px;
	height: 29px;
	background: url(/images/parts/brand_h_ttl.png) no-repeat top left;
}

#cont article#content_page h1#brandlist_ttl {
	padding: 16px 0;
	background: url(/images/parts/all_ttl_bar_blue.png) no-repeat top left;
	font-size: 18px;
	color: #006bb6;
	width: 100%;
	border: none;
}
#cont article.brandlist .brandtype {
	border: 4px solid #eee;
	margin-bottom: 20px;
}
#cont article.brandlist .brandtype ul {
	padding: 15px 15px 10px 0;
}
#cont article.brandlist .brandtype ul li {
	float: left;
	display: inline-block;
	padding: 0 15px 0 15px;
	border-right: 2px solid #eee;
	margin-bottom: 5px;
}
#cont article.brandlist section {
	margin: 10px 0 30px;
	width: 100%;
}
#cont article.brandlist section h1 {
	border: none;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: 2px solid #eee;
	margin-bottom: 15px;
}
#cont article.brandlist section ul {
	display: flex;
	flex-wrap: wrap;
}
#cont article.brandlist section ul li {
	width: 32.333%;
	margin: 0 1% 20px 0;
}
#cont article.brandlist section ul li img {
	border: 1px solid #ccc;
}
#cont article.brandlist section ul li h2 {
	margin: 20px 0;
	font-size: 16px;
}
#cont article.brandlist section ul li h2 a {
	font-weight: bold;
}
#cont article.brandlist section ul li .link {
	margin-top: 10px;
	display: inline-block;
}
#cont article.brandlist section ul li .link a {
	color: #006bb6;
	display: inline-block;
	text-align:center;
	padding: 3px 30px 3px 20px;
	font-size: 12px;
	background: url(/images/parts/ico_arrow_blue.png) no-repeat 90px 8px;
	border: 1px solid #006bb6;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
}
#cont article.brandlist section ul li .link a:hover {
	text-decoration: none;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}
#cont article.shopinformation section p {
	line-height: 1.3em!important;
}



/*----------------------------------------------------
	採用情報
----------------------------------------------------*/
#cont_h_wrapper {
	background: #fff;
}
#cont_h_wrapper #cont_header {
	width: 1200px;
	height: 122px;
	margin: 0 auto;
	position: relative;
}
#cont_h_wrapper .recruit_header {
	background: url(/images/parts/recruitment_h_img.png) no-repeat top right;
}
@media screen and (max-width: 1200px){
#cont_h_wrapper #cont_header {
	width: 1000px;
}
}
#cont_h_wrapper #cont_header h2 {
	text-indent: -9998px;
	position: absolute;
	top: 52px;
	left: 10px;
}
#cont_h_wrapper .recruit_header h2 {
	width: 268px;
	height: 29px;
	background: url(/images/parts/recruitment_h_ttl.png) no-repeat top left;
}
#cont article#content_page {
	background: #fff;
	padding: 20px;
}
#cont article#content_page img {
	width: 100%;
}
#cont article#content_page section {
	float: left;
}
#cont article#content_page section.box2 {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px;
}
#cont article#content_page section.box3 {
	width: 32%;
	margin-right: 2%;
}
#cont article#content_page section.box3:nth-child(3) {
	margin-right: 0;
}
#cont article#content_page section.box3 ul {
	margin: 1px 0 25px 3px;
}
.cont_recruitment #cont article#content_page section.box3 ul li {
	padding: 0 0 0 10px;
	background: url(/images/parts/ico_arrow_green.png) no-repeat 0 5px;
	margin-bottom: 3px;
	font-size: 12px;
}
.cont_recruitment #cont article#content_page section.box2 h1 {
	color: #028f1d;
	padding: 16px 0;
	background: url(/images/parts/all_ttl_bar_green.png) no-repeat top left;
	font-size: 18px;
}
#cont article#content_page section.box2 dl.newsarea {
	margin: 0;
	height: 191px;
}
#cont article#content_page section.box2 div.image {
	width: 220px;
	float: left;
	margin-right: 20px;
}
#cont article#content_page section.box2 ul {
	float: left;
}
.cont_recruitment #cont article#content_page section.box2 ul li {
	background: url(/images/parts/ico_news_allowgreen.png) no-repeat 0 3px;
	padding: 0 0 0 17px;
	margin-bottom: 5px;
}
.cont_recruitment #cont article#content_page section dl.newsarea dd {
	background: url(/images/parts/ico_news_allowgreen.png) no-repeat 0 3px;
}

#cont #rnav_wrapper .rnav_recruitment {
	border-top: 6px solid #028f1d;
}
.cont_recruitment #cont #rnav_wrapper .rnav_recruitment h1 a {
	background: url(/images/parts/ico_arrow_green.png) no-repeat right 4px;
}
.cont_recruitment #cont #rnav_wrapper .rnav_recruitment aside section ul li {
	background: url(/images/parts/ico_bar_green.png) no-repeat 0 7px;
}


.cont_recruitment #cont article#content_page ul li {
	padding: 0 0 0 10px;
	background: url(/images/parts/ico_arrow_green.png) no-repeat 0 5px;
	margin-bottom: 3px;
}
.cont_recruitment #cont article#content_page h3 {
	border-color: #028f1d;
	color: #028f1d;
}
.cont_recruitment #cont .interview article#content_page section#profile {
	width: 100%;
	height: 350px;
	position: relative;
}
@media screen and (max-width: 1200px){
.cont_recruitment #cont .interview article#content_page section#profile {
	height: 277px;
}
}

.cont_recruitment #cont .interview article#content_page section#profile #profile_img {
	position: absolute;
	width: 60%;
	right: 0;
	z-index: 0;
}
.cont_recruitment #cont .interview article#content_page section#profile #profile_wrap {
	position: absolute;
	margin-top: 25px;
	width: 47%;
}
.cont_recruitment #cont .interview article#content_page section#profile #profile_wrap #profile_ttl {
	background: #028f1d;
	z-index: 1;
	color: #fff;
}
.cont_recruitment #cont .interview article#content_page section#profile #profile_wrap #profile_ttl p {
	padding: 3px 18px 20px;
}
.cont_recruitment #cont .interview article#content_page section#profile #profile_wrap p {
	line-height: 1.2em;
}
.cont_recruitment #cont .interview article#content_page section#profile #profile_wrap #profile_ttl p#profile_ttl_sub {
	padding: 20px 18px 3px;
}
.cont_recruitment #cont .interview article#content_page section#profile #profile_wrap #profile_info {
	padding: 20px 18px 0;
	color: #028f1d;
}
.cont_recruitment #cont .interview article#content_page section#profile #profile_wrap #profile_info p.profile_history {
	width: 240px;
}
.cont_recruitment #cont .interview article#content_page section.interview_txt {
	padding: 20px 18px 0;
}
.cont_recruitment #cont .interview article#content_page section.interview_txt h1 {
	font-size: 38px;
	color: #028f1d;
	margin: 40px 0 30px;
	line-height: 1.0em;
}
.cont_recruitment #cont .interview article#content_page section.interview_txt p {
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 15px;
}
.cont_recruitment #cont .interview article#content_page section.interview_txt .interview_img {
	margin: 30px 0; 
}
input.btn_orange,
a.btn_orange{
	width: 300px;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 10px auto;
	padding: 25px 140px;
	background-color: #f8981d;
	box-shadow: 0 3px 0 #b46b0d;
	-moz-box-shadow: 0 3px 0 #b46b0d;
	-webkit-box-shadow: 0 3px 0 #b46b0d;
}
input.btn_orange:hover,
a.btn_orange:hover{
	text-decoration: underline;
}



a span.ico_btnlink {
	display: inline-block;
	margin-left: 3px;
	width: 12px;
	height: 12px;
	background: url(/images/parts/ico_btnlink.png) no-repeat top left;
}
a span.ico_btnallow {
	display: inline-block;
	margin-left: 5px;
	width: 12px;
	height: 12px;
	background: url(/images/parts/ico_btnallow.png) no-repeat top left;
}

.btn_saiyou {
	background: #0e65c8;
	text-align: center;
	border-radius: 8px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
	margin-bottom: 10px;
}
.btn_saiyou_fresh {
	background: #0e65c8;
}
.btn_saiyou_career {
	background: #148c1a;
}
.btn_saiyou_parttime {
	background: #f49e14;
}
.btn_saiyou a {
	padding: 50px 15px 30px;
	display: block;
	color: #fff;
}
.btn_saiyou a:hover {
	text-decoration: none;
}
.btn_saiyou a:hover p {
	text-decoration: underline;
}
.btn_saiyou a h1 {
	font-size: 36px;
	margin: 0 0 15px;
}
@media screen and (max-width: 1200px) {
.btn_saiyou a h1 {
	font-size: 28px;
	margin: 0 0 15px;
}
}


/*----------------------------------------------------
	採用情報 会社を知る
----------------------------------------------------*/
.cont_recruitment #cont article#content_page section.interview_list ul {
	width: 932px;
	margin-right: -12px;
}
@media screen and (max-width: 1200px){
.cont_recruitment #cont article#content_page section.interview_list ul {
	width: 732px;
}
}

.cont_recruitment #cont article#content_page section.interview_list ul li {
	background: none;
	padding: 0;
	float: left;
	width: 221px;
	margin: 0 12px 15px 0;
}
.cont_recruitment #cont article#content_page section.interview_list ul li p {
	padding: 0 0 0 17px;
	background: url(/images/parts/ico_news_allowgreen.png) no-repeat 0 1px;
	line-height: 1.2em;
}
.cont_recruitment #cont article#content_page section.interview_list ul li p a {
	font-size: 12px;
}
}
