@charset "utf-8";

/*
Theme Name: KEIHIN
Theme URI: http://www.keihin.co.jp/
Author: KEIHIN
Author URI: http://www.keihin.co.jp/
Description: KEIHIN THEME.
Version: 1.0
Text Domain: keihin

  ---

  0.  Reset
  1.  Base Layout
  2.  Mega Navigation
  3.  Media Queries

*/


/*--------------------------------------------------------------------------
  0.  Reset
/*------------------------------------------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {display: block;}
table {
	border-collapse: separate;
	border-spacing: 0;
}
th, td {
	text-align: left;
	vertical-align: top;
}
input,
input[type="text"],
input[type="email"],
textarea,
select {outline: none;}
textarea {resize: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ol, ul {list-style: none;}
a {outline: 0;}
img {vertical-align: middle;}
strong {font-weight: bold;}
.cf:before, .cf:after {
	content: "";
	display: block;
	overflow: hidden;
}
.cf:after {clear: both;}
.cf {zoom: 1;}
.justify span {
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}


/*--------------------------------------------------------------------------
  1.  Base Layout
/*------------------------------------------------------------------------*/

a {
	color: #509eff;
	text-decoration: none;
}

a:hover {
	color: #505050;
	text-decoration: underline;
}

body {
	background: #fafaf8 url(images/base/bg.jpg);
	color: #505050;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ' ,Meiryo, Verdana, Arial, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

.inner {
	margin: 0 auto;
	width: 1100px;
}

#content {
	padding-bottom: 39px;
}

#top_content {
	background: url(images/base/header_bg.jpg);
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
	border-box: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
	border-top: solid 3px #d51a24;
	height: 65px;
	min-width: 1100px;
}

#top_content header {
	float: left;
	height: 47px;
	padding-top: 18px;
	width: 180px;
}

#top_content header img {
	height: auto;
	width: 100%;
}

#top_content nav {
	float: right;
	width: 642px;
}

#top_content ul li {
	border-left: solid 1px #d2d2d2;
	float: left;
	height: 38px;
	margin-top: 14px;
	padding: 0 15px;
	text-align: center;
	width: 68px;
}

#top_content ul li.sub {
	border-left: none;
	height: 65px;
	margin: 0;
	padding: 0;
	width: 94px;
}

#top_content ul li.sub ul {
	float: none;
}

#top_content ul li.sub ul li {
	height: 32px;
	float: none;
	padding: 0;
	margin: 0;
	width: 94px;
}

#top_content ul li.sub ul li.english {
	border-bottom: solid 1px #d2d2d2;
}

#top_content ul li.menu,
#top_content ul li.search {
	height: 65px;
	margin: 0;
	padding: 0;
	width: 74px;
}

#top_content ul li.search {
	border-right: solid 1px #d2d2d2;
}

#footer {
	background: #5c5c5b url(images/base/header_bg.jpg);
	min-width: 1100px;
}

#footer .inner {
	padding: 39px 0;
}

#footer .link_box {
	border-left: solid 1px #fff;
	color: #fff;
	float: left;
	min-height: 330px;
	height: auto !important;
	height: 330px;
	padding-left: 20px;
	width: 199px;
}

#footer .link_box h2 {
	margin-bottom: 10px;
}

#footer .link_box li {
	background: url(images/base/icon_sq_w.gif) no-repeat 0 5px;
	margin-bottom: 3px;
	padding-left: 15px;
}

#footer .link_box .no_mark {
	background: none;
	padding: 0;
}

#footer .link_box li a {
	color: #fff;
}

#footer .link_box li a:hover {
	color: #ef757f;
}

#footer .footer_copyright {
	background: #323232;
	border-bottom: solid 3px #d51a24;
	color: #fff;
	font-size: 11px;
	padding: 13px 0;
	text-align: center;
}

#footer .footer_copyright .copyright {
	display: inline;
}

#footer .footer_copyright ul {
	display: inline;
	padding-left: 20px;
	text-align: left;
}

#footer .footer_copyright ul li {
	color: #509eff;
	display: inline;
}

#footer .footer_copyright ul li:after {
	content: '　|　';
}

#footer .footer_copyright ul li:last-child:after {
	content: '';
}

#footer .footer_copyright ul li a {
	color: #509eff;
}


/*--------------------------------------------------------------------------
  2.  Mega Navigation
/*------------------------------------------------------------------------*/

.toggle_box {
	background: url(images/base/header_bg.jpg);
	border-top: solid 1px #ddd;
	display: none;
	position: absolute;
	width: 100%;
	z-index: 999;
}

.btn_option {
	background: url(images/base/navi_07_off.png?u=1) no-repeat;
	padding:10px;
}

.btn_option.active{
	background: url(images/base/navi_07_on.png?u=1) no-repeat;
}

.btn_option:hover{
	background: url(images/base/navi_07_on.png?u=1) no-repeat;
	cursor:pointer;
}

.slide_box .inner {
	overflow: hidden;
	padding: 20px 0;
	width: 956px;
}

#mega_nav {
	border-left: solid 1px #ddd;
	padding-left: 20px;
	margin-right: -20px
}

.mega_nav_contents {
	border-right: solid 1px #ddd;
	color: #fff;
	float: left;
	min-height: 370px;
	height: auto !important;
	height: 370px;
	padding-right: 20px;
	margin-right: 20px;
	width: 150px;
}

.mega_nav_contents .mnc_image {
	display: block;
	margin-bottom: 12px;
}

.mega_nav_contents .mnc_title {
	background: url(images/base/arrow_l_w.png) no-repeat;
	font-size: 14px;
	margin-bottom: 12px;
	padding-left: 26px;
}

.mega_nav_contents li {
	list-style-type: disc;
	margin: 0 0 2px 15px;
}

.mega_nav_contents a {
	color: #fff;
}

.mega_nav_contents a:hover {
	color: #ef757f;
}


/*--------------------------------------------------------------------------
  3.  Media Queries
      スマホ版コンテンツ非表示
/*------------------------------------------------------------------------*/

@media screen and (min-width: 1025px) and (max-width: 1200px) {
	.inner {
		padding: 0 26px;
	}
	#top_content,
	#footer {
		min-width: 1152px;
	}
}

@media screen and (min-width: 1025px) {
	#front_menu #fm_4_sp,
	#front_menu #fm_5_sp,
	#front_menu #fm_10_sp,
	#front_menu #fm_11_sp,
	#mega_nav_sp,
	#sp_footer,
	#gNav,
	#menu,
	#kyoiku_popup_content_wrap,
	#saiyo_job .bx-wrapper:last-child {
		display: none;
	}
}