@charset "utf-8";

/*  =============================================================

　　共通設定

============================================================= */


/*  全体　基本設定
---------------------------------------------*/

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro","YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック",  "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
  color: #333;
	border-top: 5px solid #d1000f;
}


/*  画像 基本設定
-------------------------- */

img {
  vertical-align: top;
  border: none;
	margin: 0;
	padding: 0;
}


/*  リンク 基本設定
-------------------------- */

a {
  color: #d70000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all  0.4s ease;
}

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


/*  テキスト 基本設定
-------------------------- */

strong,
noscript {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
	margin: 0;
	padding: 0;
}


/*  フォーム 基本設定
-------------------------- */

input,
button,
select,
textarea {
  border-radius: 0 !important;
  padding: 5px;
  background: #fff;
  font-size: 1em;
}

input[type="button"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"] {
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 8px;
  padding: 0;
  font-size: 1.2em;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
	padding: 6px 8px;
  border: 1px solid #d1d1d1;
}

textarea {
  -webkit-appearance: none;
  resize: vertical;
  width: 100%;
  height: 120px;
  line-height: 1.6em;
}


/* 　コンテナー　設定
---------------------------------------------*/

#container {
}

/*  ヘッダー 設定
---------------------------------------------*/

#header {
	padding-top: 24px;
}

#header a {
	text-decoration: none;
}

#header .headerTop {
	width: 1050px;
	margin: 0 auto;
	height: 78px;
	text-align: left;
}

/* サイトロゴ */

#header .boxSiteLogo {
	float: left;
	width: 336px;
}

/* SNSボタン＆ログインボタン */

#header .boxHeaderRight {
	float: right;
	width: 300px;
}

#header .boxHeaderRight ul {
	float: left;
	display: inline-block;
	width: 82px;
	margin-top: 10px;
}

#header .boxHeaderRight ul.btnSns li {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 3px;
}

#header .boxHeaderRight p.btnLogin {
	float: right;
	display: inline-block;
	width: 194px;
	text-align: center;
}

#header .boxHeaderRight p.btnLogin a {
	display: block;
	width: 192px;
	height: 48px;
	color: #fff;
	font-weight: bold;
	font-size: 1.143em;
	line-height: 50px;
	border-radius: 4px;
}

/* ログイン表示 */
#header .boxHeaderRight p.login a {
	box-shadow: 2px 2px #2f78bf;
	background-color: #48a3ff;
}

#header .boxHeaderRight p.login a:hover {
	margin-top: 1px;
	box-shadow: 1px 1px #2f78bf;
	background-color: #4299f2;
}

#header .boxHeaderRight p.login a span {
	display: inline-block;
	height: 48px;
	padding-left: 28px;
	background: url(../img/common/icn-login.png) left center no-repeat;
}

/* ログアウト表示 */
#header .boxHeaderRight p.logout a {
	box-shadow: 2px 2px #235a91;
	background-color: #3675b5;
}

#header .boxHeaderRight p.logout a:hover {
	margin-top: 1px;
	box-shadow: 1px 1px #15385b;
	background-color: #24588a;
}

#header .boxHeaderRight p.logout a span {
	display: inline-block;
	height: 48px;
	padding-left: 28px;
	background: url(../img/common/icn-logout.png) left center no-repeat;
}

/* ---- グローバルナビ ---- */

#header .boxGlobalNav {
	height: 90px;
	background-color: #d1000f;
}

#header .boxGlobalNav ul {
	width: 1050px;
	margin: 0 auto;
}

#header .boxGlobalNav ul li {
	float: left;
	width: 175px;
	height: 90px;
	text-align: center;
}

#header .boxGlobalNav ul li:first-child {
	border-left: 1px solid #fff;
}

#header .boxGlobalNav ul li a {
	display: block;
	width: 175px;
	height: 90px;
	padding-top: 56px;
	font-weight: bold;
	font-size: 1.143em;
	color: #fff;
	border-right: 1px solid #fff;
	background-color: #d1000f;
}

#header .boxGlobalNav ul li.active a,
#header .boxGlobalNav ul li a:hover {
	color: #d1000f;
}

#header .boxGlobalNav ul li.gnv01 a {
	background: url(../img/common/icn-gnavi01.png) center 18px no-repeat;
}

#header .boxGlobalNav ul li.gnv02 a {
	background: url(../img/common/icn-gnavi02.png) center 18px no-repeat;
}

#header .boxGlobalNav ul li.gnv02_02 a {
	background: url(../img/common/icn-gnavi02_02.png) center 18px no-repeat;
}

#header .boxGlobalNav ul li.gnv03 a {
	background: url(../img/common/icn-gnavi03.png) center 18px no-repeat;
}

#header .boxGlobalNav ul li.gnv04 a {
	background: url(../img/common/icn-gnavi04.png) center 18px no-repeat;
}

#header .boxGlobalNav ul li.gnv05 a {
	background: url(../img/common/icn-gnavi05.png) center 18px no-repeat;
}

#header .boxGlobalNav ul li.gnv06 a {
	background: url(../img/common/icn-gnavi06.png) center 18px no-repeat;
}

#header .boxGlobalNav ul li.gnv01.active a,
#header .boxGlobalNav ul li.gnv01 a:hover {
	background: #fff url(../img/common/icn-gnavi01-crnt.png) center 18px no-repeat;
}

#header .boxGlobalNav ul li.gnv02.active a,
#header .boxGlobalNav ul li.gnv02:hover a {
	background: #fff url(../img/common/icn-gnavi02-crnt.png) center 18px no-repeat;
}

#header .boxGlobalNav ul li.gnv02_02.active a,
#header .boxGlobalNav ul li.gnv02_02:hover a {
	background: #fff url(../img/common/icn-gnavi02_02-crnt.png) center 18px no-repeat;
}

#header .boxGlobalNav ul li.gnv03.active a,
#header .boxGlobalNav ul li.gnv03:hover a {
	background: #fff url(../img/common/icn-gnavi03-crnt.png) center 18px no-repeat;
}

#header .boxGlobalNav ul li.gnv04.active a,
#header .boxGlobalNav ul li.gnv04:hover a {
	background: #fff url(../img/common/icn-gnavi04-crnt.png) center 18px no-repeat;
}

#header .boxGlobalNav ul li.gnv05.active a,
#header .boxGlobalNav ul li.gnv05:hover a {
	background: #fff url(../img/common/icn-gnavi05-crnt.png) center 18px no-repeat;
}

#header .boxGlobalNav ul li.gnv06.active a,
#header .boxGlobalNav ul li.gnv06:hover a {
	background: #fff url(../img/common/icn-gnavi06-crnt.png) center 18px no-repeat;
}



/*  コンテンツ 設定
---------------------------------------------*/

#contentsWrap {
	width: 1050px;
	margin: 30px auto 0 auto;
	padding-bottom: 40px;
	text-align: left;
}

#main {
	float: left;
	width: 786px;
}

#side {
	float: right;
	width: 220px;
}

/*  メイン 設定
---------------------------------------------*/


/*  サイド 設定
---------------------------------------------*/

/* 掲載件数 */

#side .sideTotal {
	position: relative;
	color: #fff;
	padding: 55px 8px 10px 8px;
	background-color: #fff5cc;
}

#side .sideTotal span {
	display: block;
	position: absolute;
	top: -20px;
	z-index: 9999;
	text-align: center;
}

#side .sideTotal dl {
	font-weight: bold;
	font-size: 1.143em;
	text-align: center;
	border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all  0.4s ease;
}

#side .sideTotal a {
	color: #fff;
	text-decoration: none;
}

#side .sideTotal a:hover dl.numCompany {
	background-color: #0e5381;
}

#side .sideTotal a:hover dl.numOffer {
	background-color: #9c0007;
}

#side .sideTotal dl.numCompany {
	margin-bottom: 10px;
	padding: 12px 0 10px 0;
	background-color: #3479bc;
}

#side .sideTotal dl.numOffer {
	padding: 10px 0 10px 0;
	background-color: #f22824;
}

#side .sideTotal dl dd strong {
	margin-right: 3px;
	font-family: 'Helvetica-Bold','Arial Black', 'Arial Bold', sans-serif;
	font-size: 2.8em;
	font-weight: normal;
	line-height: 0.9em;
}

/* サイド共通 */

.sideContent {
	margin-top: 20px;
}

.sideContent dt {
	margin-bottom: 8px;
	padding: 10px 14px;
	font-weight: bold;
	color: #fff;
	background-color: #e30000;
}

/* サイドカテゴリー */

.sideCategory dd ul li {
	margin-bottom: 5px;
}

/* サイド特集 */

.sideFeature ul li a {
	display: block;
	position: relative;
	padding: 10px 40px 10px 10px;
	margin-bottom: 5px;
	color: #333;
	font-weight: bold;
	font-size: 0.857em;
	text-decoration: none;
	border: 1px solid #ccc;
}

.sideFeature ul li a:hover {
	color: #fff;
	background-color: #e30000;
	border: 1px solid #e30000;
}

.sideFeature ul li a span:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 6px;
	height: 6px;
	margin: -3px 0 0 0;
	border-top: solid 2px #e30000;
	border-right: solid 2px #e30000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sideFeature ul li a:hover span:after {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}

/* サイド特集 */

.sideBanner {
	padding-top: 20px;
	border-top: 1px dotted #ccc;
}

.sideBanner ul li {
	margin-bottom:5px;
}


/*  フッター 設定
---------------------------------------------*/

#footer {
	margin-bottom: 15px;
	background-color: #e30000;
}

#footer a {
	color: #fff;
	font-weight: bold;
}

#footer .boxFooterInner {
	width: 1050px;
	margin: 0 auto;
	padding: 36px 0;
	text-align: left;
}

#footer .boxFooterLeft {
	float: left;
	width: 270px;
}

#footer .boxFooterRight {
	float: right;
	width: 700px;
	text-align: right;
}

#footer .boxFooterRight .footerLink {
	margin-bottom: 0.5em;
}

#footer .boxFooterRight .footerLink li {
	display: inline-block;
	margin-right: 3px;
	padding-right: 3px;
}

#footer .boxFooterRight .footerLink li:after {
	content: "｜";
	color: #fff;
	font-weight: bold;
}

#footer .boxFooterRight .footerLink li:last-child:after {
	content: "";
}

#footer .boxFooterRight .footerSns li {
	display: inline-block;
	margin-left: 10px;
	padding-left: 25px;
}

#footer .boxFooterRight .footerSns li.fb {
	background: url(../img/common/icn-ft-fb.png) left center no-repeat;
}

#footer .boxFooterRight .footerSns li.tw {
	background: url(../img/common/icn-ft-tw.png) left center no-repeat;
}

/*  コピーライト 設定
---------------------------------------------*/

p.copyright {
	font-size: 0.857em;
}


/*  ページ上部へ戻るボタン
---------------------------------------------*/

#toTop {
	overflow: hidden;
	display: none;
	position: fixed;
	bottom: 5%;
	right: 15px;
	width: 65px;
	height: 65px;
	text-indent: 100%;
	text-decoration: none;
	background: url(../img/common/ui.totop.png) no-repeat left top;
	border: none;
}

#toTopHover {
	overflow: hidden;
	display: block;
	float: left;
	width: 65px;
	height: 65px;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	background: url(../img/common/ui.totop.png) no-repeat left -65px;
}


/*  CLEARFIX 設定
---------------------------------------------*/

.cl:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}

.cl{ display: inline-block; }

/* Hides from IE-mac \*/
* html .cl { height: 1%; }
.cl { display: block; }
/* End hide from IE-mac */



/*  jQuery FlexSlider v2.6.3 設定
---------------------------------------------*/


/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -38px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 13px;
  height: 13px;
  display: block;
  background: #ccc;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #e00002;
}
.flex-control-paging li a.flex-active {
  background: #e00002;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
