@charset "utf-8";

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

   common

--------------------------------------------------------------------------------------------------*/
/*reset-------------------------------------------------*/
*, *:before, *:after {
 -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,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd {
	margin: 0;
	padding: 0;
}

table {
 border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: none;
	vertical-align: top;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

header,section,article,aside,footer,nav {
 display: block;
}

/*-------------------------------------------------reset*/


/*common-------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 14px;
	/*font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;*/
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	line-height: 1.4;
	min-width: 1044px;
	_display: inline;
	_zoom:1;
}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

.clear {
 clear: both;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}
ul {
	margin:0;
	padding:0;
}
.bx-wrapper {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: none !important;
	background: #fff;
	margin-bottom:0 !important;
}
/*-------------------------------------------------common*/
.px1024 {
	width: 1024px;
	margin:0 auto;
}
.px900 {
	width: 900px;
	margin:0 auto;
}
a {  
    -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 {  
    opacity: 0.6;  
    filter: alpha(opacity=60);  
} 
section {
	padding-top: 28px;
	padding-bottom: 20px;
}
section.gray {
	background: #F4F4F4;
	border-top: solid 1px #E9E9E9;
	border-bottom: solid 1px #E9E9E9;
	padding-top: 28px;
	padding-bottom: 20px;
}
.redbox {
	position:relative;
	padding-left: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 20px;
}
.redbox:before {
	content: url(../image/redbox.gif);
	position:absolute;
	left:0;
}
section.insta h2 {
	font-size: 18px;
	font-weight: bold;
	/*position:relative;
	padding-left: 26px;*/
}
/*section.insta h2:before {
	content: url(../image/insta.png);
	position: absolute;
	left:0;
}*/

section.insta a {
display: inline-block;
}


.center {
	width: 500px;
	height: 95px;
	padding-top:23px;
	margin:0;
}
section.midashi {
	height: 65px;
	background: #EFEFEF;
  padding-top: 17px;
	border-bottom: solid 1px #D7D7D7;
}
.midashi h1 {
	color: #E50000;
	font-size: 25px;
	font-weight:bold;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}
.midashi h1 span {
	color: #AAAAAA;
	font-size: 14px;
	padding-bottom: 6px;
}
.img-center {
	text-align: center;
}
.text-center {
	text-align: center;
}
h4 {
	width: 100%;
	height: 35px;
	font-size:16px;
	font-weight: bold;
	line-height: 35px;
	padding-left: 14px;
	background: #E9E9E9;
	margin: 30px 0 10px;
}
.mb30 {
	margin-bottom: 30px;
}
.mt30 {
	margin-top: 30px;
}
/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
.recruit-super {
	position: relative;
}
.recruit-banner {
	position:absolute;
	top:12px;
	right: 70px;
}
.recruit-banner img {
	width: 164px;
}
.recruit-banner:hover {
	opacity: 1;
}

header .top-nav {
	height: 55px;
	background: url(../image/top-nav-line.gif);
	background-repeat: repeat-x;
}
.top-nav ul li {
	float: left;
	list-style-type: none;
}
.top-nav ul li a {
	width: 204px;
	height: 55px;
	padding-top: 10px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	border-right: solid 1px #E9E9E9;
	border-left: solid 1px #E9E9E9;
}
.top-nav-box {
	width: 1024px;
	margin:0 auto;
	position: relative;
}
.toggle-box {
	position: absolute;
	top:55px;
	right: 413px;
	z-index: 99999;
}
.top-nav .toggle-box li{
	float: none;
	background: #fff;
	border-bottom: solid 1px #E9E9E9;
	border-top: solid 1px #E9E9E9;
}
.top-nav .toggle-box li a {
	line-height :35px;
}
.top-nav ul li a span {
	font-size: 12px;
	color: #7F7F7F;
	display: block;
}
.slider-super {
	z-index: -99999;
}
.bottom-nav {
	background: #E80000;
	height: 50px;
}
.bottom-nav a {
  width: 204px;
	height: 50px;
	padding-top: 6px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-right: solid 1px #FF5959;
	border-left: solid 1px #FF5959;
}
.bottom-nav a span {
	font-size: 12px;
	color: #fff;
	display: block;
}
/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
footer {
	background: #F4F4F4;
	border-bottom:solid 2px #E9E9E9;
}
footer .totop {
	height: 30px;
	background: #D8121C;
	text-align: center;
	line-height: 30px;
	margin-bottom: 30px;
}
footer .totop a {
	display: block;
	color: #fff;
	text-decoration: none;
}
footer .logo {
	float:left;
}
footer .logo2 {
	float:left;
	margin: 3px 5px 0 0;
}

footer .bottom-about {
	width: 500px;
	float:left;
	margin-top:3px;
	margin-left: 10px;
}
footer .bottom-about p {
	display: inline-block;
	margin-left: 30px;
}
footer .line {
	width: 100%;
	border-bottom: solid 1px #ccc;
	margin: 26px auto;
}
footer .banners {
	width: 992px;
	margin:0 auto;
}
footer .banners img {
	margin-right: 50px;
	margin-bottom:20px;
}
footer .banners a:nth-of-type(3n) img {
	margin-right:0;
}
footer .banners .group img {
	margin-right: 25px;
}
footer .banners .group a:nth-of-type(3n) img {
	margin-right: 25px;
}
footer .banners .group a:nth-of-type(4n) img {
	margin-right: 0;
}
.copy {
	height: 40px;
	line-height: 40px;
	text-align: center;
}