/*
=====================================================================

*   Sparrow v1.0.1 Layout Stylesheet
*   url: styleshout.com
*   03-05-2014

=====================================================================

   TOC:
   a. Common Styles.
   b. Header Styles.
   c. Intro Section - Main Page.
   d. Info Section - Main Page.
   e. Works Section - Main Page.
   f. Journal Section - Main Page.
   g. Call-To-Action Section - Main Page.
   h. Tweets Section - Main Page.
   i. Blog.
   j. Porfolio.
   k. About.
   l. Contact.
   m. Footer.

===================================================================== */

/* ------------------------------------------------------------------ */
/* a. Common Styles
/* ------------------------------------------------------------------ */

body { 
	background: #FFFFFF; 
}
img { border-radius: 3px; }
.content-outer { background: #fff }

.color-red {
	color: #B20000;
	margin: 0 2px;
}

a.form-img-btn:hover { text-decoration: none; }

/* page title */
#page-title {
	background: #FFFFFF;
	padding-top: 42px;
	padding-bottom: 54px;
}
#page-title h1 {
	font: 50px/60px Meiryo, raleway-bold, sans-serif;
	color: #fff;
	padding: 0;
	margin: 0 0 18px 0;
	text-shadow: 0px 1px 5px rgba(0, 0, 0, .3);
}
#page-title h1 span,
#page-title a { color: #205e87; }
#page-title p {
	font: 17px/36px Meiryo, notosans-regular, sans-serif;
	padding: 0;
	margin: 12px 5% 0;
	color: #b4a9a9;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, .3);
}

/* page content */
#page-content {
	padding-top: 54px;
	padding-bottom: 54px;
	margin: 0 auto;
	width: 91.66667%;
}
/* page */
.page section {
	padding-top: 24px;
	padding-bottom: 12px;
}
.page h1, .title-heading {
	font: 39px/48px Meiryo, raleway-semibold, sans-serif;
	margin-bottom: 18px;
}

/* pankuzu */
div.pankuzu {
	width: 95%;
	max-width: 1020px;
	margin: 0 auto;
}
div.pankuzu p {
	font: 8px/18px Meiryo, sans-serif;
	font-size: 13px;
	background: url(/img/icon_home.png) no-repeat left 0px top 0px;
	padding-left: 20px;
}
div.pankuzu p a {
	color: #333;
	text-decoration: none;
	padding: 0 14px 0 0px;
	margin-right: 8px;
	background: url(/img/pankuzu_arrow02.png) no-repeat top 5px right 2px;
}
div.pankuzu p a:hover, div.pankuzu p a:focus { color: #F08200; }

/* sidebar */
#sidebar {
	padding-top: 42px;
	padding-left: 18px;
}
#sidebar h5 {
	font: 18px/30px Meiryo, notosans-bold, sans-serif;
	font-weight: normal;
	margin-bottom: 6px;
}
#sidebar .widget { margin-bottom: 24px; }

/* Link list */
#sidebar .link-list {
	margin: 12px 0 18px 0;
	padding: 0;
}
#sidebar .link-list li {
	line-height: 24px;
}
#sidebar .link-list li a {
	border: none;
	color: #838C95;
}
#sidebar .link-list li a:hover {
	color: #313131;
}

/* tag cloud */
#sidebar .tagcloud {
	margin: 18px 0 18px -12px;
	padding: 0;
}
#sidebar .tagcloud a {
   font: bold 12px/24px Meiryo, notosans-regular , sans-serif !important;
   display: inline-block;
   float: left;
   margin: 0 0 12px 12px;
   padding: 6px 10px;
   position: relative;
   text-transform: uppercase;
   background: #D3D9D9;
	text-decoration: none;
   letter-spacing: 1px;
   color: #6D7E7E;

   -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;

   border-radius: 3px;
}
#sidebar .tagcloud a:hover {
    color: #fff;
    background: #11ABB0;
}

/* Photostream */
#sidebar .photostream {
   list-style: none;
   margin: 18px 0 24px -15px;
   padding: 0;
   overflow: hidden;
}
#sidebar .photostream li {
   float: left;
   display: inline-block;
   margin: 0 0 15px 15px;
   padding: 0;
}
#sidebar .photostream li a { }
#sidebar .photostream li a img {
   border-radius: 3px;
   height: 54px;
   width: 54px;
   vertical-align: bottom;
}

/* search */
#sidebar .widget_search form {
   /*position: relative; */
   margin: 24px 0 36px 0;
}
#sidebar .widget .text-search {
	padding-right: 40px;
	border:none;
   width: 100%;
   min-width: 150px;

   border-radius: 3px;
}
#sidebar .widget .submit-search {
	background:url(../img/search-icon.png) no-repeat;
	border:none;
	cursor:pointer;
	width:18px;
	height:18px;
   margin: 0;
   padding: 0;

   float: right;
   position: relative;
   top: -60px;
   right: 18px;
   /*display: none !important;*/
}

#primary { }

/* ------------------------------------------------------------------ */
/* b. Header Styles
/* ------------------------------------------------------------------ */

.color-bar-1 {
   background: #414141;
   height: 5px;
}
.color-bar-1, .color-bar-2 {
   width: 100%;
}
.color-bar-2 {
   height: 3px;
}
.color-bar-1, .color-bar-2 {
   width: 100%;
}
.color-bg {
   background: #FF9F0F;
}

header {
   width: 100%;
   background: #FFFFFF;
}

/**
.header-var {
   height: 96px;
}
**/

.header-var-mini {
   height: 96px;
}

.navbar {
	width: 100%;
	min-height: 60px;
	display: block;
	background: #0085B2;
	position: relative;
	/** position: fixed; **/
	z-index: 99999;
}

.fixed {
	position: fixed;
	z-index: 99999;
}

/* header logo */
header .logo {
	position: absolute;
	left: 10px;
	line-height: 0px;
}
header .logo a {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

/* primary navigation
--------------------------------------------------------------------- */
#nav-wrap ul, #nav-wrap li, #nav-wrap a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
#nav-wrap li:hover > .nav-link {
	border-bottom: 3px ridge #f08200;
}

/* nav-wrap */
#nav-wrap {
	position: relative;
	font: 14px bold Meiryo, raleway-bold, sans-serif;
	float: right;
	z-index: 99999;
}

/* hide toggle button */
#nav-wrap > a.mobile-btn {
   display: none;
   border-radius: 3px;
}

ul#nav {
   min-height: 48px;
   width: auto;
   /* left align the menu */
   text-align: left;
}
ul#nav li {
	position: relative;
	list-style: none;
	height: 130px;
	float: left;
	border-left: 1px dotted #ddd; 
}
ul#nav a .nav-btn {
	margin-top: 45px;
}


/* Links */
ul#nav li a {
	display: inline-block;
	text-decoration: none;
	text-align: left;
	color: #8a8383;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, .3);
}

ul#nav li a:active { background-color: transparent !important; }
ul#nav li:hover > a,
ul#nav li.current a { /** color: #fff; **/ color: #E9E9E9; }

/* adds down arrow */
ul#nav span:after {
	width: 0;
	height: 0px;
	border: 4px solid transparent;
	border-bottom: none;
	border-top-color: #8a8383;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: 5px;
}

/* Sub Menu
----------------------------------------------------- */
ul#nav ul {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 100%;
	border-radius: 0 0 3px 3px;

	/* for transition effects */
	opacity: 0;
	filter: alpha(opacity=0);

	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}

ul#nav ul li {
	padding: 0;
	display: block;
	text-align: left;

	/* for transition effects */
	height: 0;
	overflow: hidden;

  	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

/*On Hover */
ul#nav li:hover > ul { opacity: 1; filter: alpha(opacity=100); }
ul#nav li:hover > ul li {
	height: 42px;
	overflow: visible;
	border-bottom: 1px solid #26272C;
}
ul#nav li:hover > ul li:last-child  { border: none; }

/* Sub Menu Anchor links */
ul#nav ul li a {
	padding: 6px 15px;
	margin: 0;
	white-space: nowrap;
	font-size: 13px;
}


/* ------------------------------------------------------------------ */
/* c. Intro Section - Main Page
/* ------------------------------------------------------------------ */

#intro { 
	position: relative;
	z-index: 1;
	width: 100%;
	height: 790px;
	/* background: url("/img/teaser/bg_main_001.png") no-repeat; */
	background: url("/img/teaser/bg_main_003.jpg") no-repeat;
	background-position: center top;
	/* -webkit-background-size: cover; */
	-webkit-background-size: auto auto;
	/* background-size: cover; */
	background-size: auto auto;
	background-attachment: fixed;
	/*
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
	*/
}

#intro #intro-slider ul li {
    -moz-background-size:cover;
    background-size:cover;
    height: 500px !important;
}

#intro .intro-about {
	position: absolute; z-index: 10; width: 100%; padding-top:135px;
}
#intro .intro-name {
	position: absolute; z-index: 11; width: 100%; padding-top:275px;
	font: 30px/38px Meiryo, notosans-bold, sans-serif;
	font-weight: bold;
}
#intro .intro-message-area {
	position: absolute; z-index: 11; width: 100%; padding-top:375px;
	font: 20px/26px Meiryo, notosans-bold, sans-serif;
	font-weight: bold;
}
#intro .intro-message-area .intro-message {
	width: 550px;
	padding: 12px 6px 3px 6px;
	margin-left:auto;
	margin-right:auto;
	background-color: #fff;
	border-radius: 25px;
}
#intro .service-social-area {
	width: 460px;
	margin-left:auto;
	margin-right:auto;
	padding: 25px 6px 0px 6px;
	height: 29px;
}
#intro .service-social-area .pr-facebook {
	float:left;
}
#intro .service-social-area .pr-facebook-share {
	float:left;
}
#intro .service-social-area .pr-twitter {
	float:left;
}
#intro .service-social-area .pr-hatena {
	float:left;
	padding-top: 5px;
}
#intro .intro-footer {
	position: absolute; z-index: 11; width: 100%; height: 260px; margin-top:532px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
#intro .intro-footer .intro-footer-fields {
	width: 100%;
	max-width: 880px;
	margin-left:auto;
	margin-right: auto;
}
#intro .intro-footer .point-left {
	opacity: 1;
	filter: alpha(opacity=1);
}
#intro .intro-footer .point-center {
	opacity: 1;
	filter: alpha(opacity=1);
	margin-top: 100px;
}
#intro .intro-footer .point-right {
	opacity: 1;
	filter: alpha(opacity=1);
}
#intro .intro-footer .intro-footer-content-area {
	position: absolute;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-color: #fff;
	width: 100%;
	height: 260px;
}
#intro .intro-footer .intro-footer-fields .intro-footer-catch-banner {
	margin-top: 25px;
}
#intro .intro-footer .service-img-jinzai {
	width: 414px;	/* 464 */
	height: 198px;	/* 260 */
}
#intro .intro-footer .service-img-plus {
	width: 52px;
	height: 52px;
}
#intro .intro-footer .service-img-saiyo {
	width: 414px;
	height: 198px;
}


/* Flex Slider
/* ------------------------------------------------------------------ */

/* Reset */
.flexslider a:active,
.flexslider a:focus  { outline: none; }
.slides,
.flex-control-nav,
.flex-direction-nav { margin: 0; padding: 0; list-style: none; }
.slides li { margin: 0; padding: 0;}

/* Necessary Styles */
.flexslider {
   position: relative;
   zoom: 1;
   margin: 0;
   padding: 0;
}
.flexslider .slides { zoom: 1; }
.flexslider .slides > li { position: relative; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
/* Suggested container for slide animation setups. Can replace this with your own */
.flex-container { zoom: 1; position: relative; }

/* Clearfix for .slides */
.slides:before,
.slides:after {
   content: " ";
   display: table;
}
.slides:after {
   clear: both;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child { display: block; }


/* FlexSlider Intro Slider Styles */
.slides {
   overflow: hidden;
   position: relative;
}
.slider-text {
	color: #b4a9a9;
   width: 90%;
   text-align: center;
   margin: 60px auto 36px auto;
}
.slider-text h1 {
   font: bold;
   padding: 0;
   margin: 0 0 18px 0;
   text-shadow: 0px 1px 5px rgba(0, 0, 0, .3);
}
.slider-text h1 span {
   font: 50px/60px Meiryo, raleway-bold, sans-serif;
}
/**.slider-text h1 span,
.slider-text a { color: #11ABB0; } **/
.slider-text h1 span,
.slider-text a { color: #FF9F0F; }
.slider-text p {
   font: 17px/36px Meiryo, notosans-regular, sans-serif;
   padding: 0;
   margin: 12px 2px 0;
   text-shadow: 0px 1px 2px rgba(0, 0, 0, .3);
}
.slider-image {
   width: 90%;
   margin: 0 auto;
}
.slides li img {
   vertical-align: bottom;
   display: block;
}

/* Direction Navigation
--------------------------------------------------------------- */
.flex-direction-nav a {
   display: block;
	width: 40px;
	height: 66px;
	margin: -33px 0 0 0;
	background-color: #1f2024;
	cursor: pointer;
	z-index: 99998;
	opacity: 0;
   position: absolute;
	top: 50%;

   /* hide text */
   font: 0/0 a;
   text-shadow: none;
   color: transparent;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.flex-direction-nav a:hover { /** background-color: #0F9095; **/ background-color: #60a3cc; }

.flex-direction-nav .flex-next {
	right: 0px;
	background: #1f2024;
	position: absolute;

	border-radius: 3px 0 0 3px;
}
.flex-direction-nav .flex-prev {
	left: 0px;
	background: #1f2024;
	position: absolute;

	border-radius: 0 3px 3px 0;
}
.flexslider:hover .flex-next,
.flexslider:hover .flex-prev { opacity: 1; }
.flex-direction-nav .flex-disabled {
   opacity: .3 !important;
   filter: alpha(opacity=30);
   cursor: default;
}

/* ------------------------------------------------------------------ */
/* d. Service Section - Main Page
/* ------------------------------------------------------------------ */

#service {
   /* background: #fff url(/img/content-bg.jpg); */
   padding-top: 25px;
   padding-bottom: 35px;
   border-bottom: 0.5px solid #C1CDCD;
	height: 360px;
}
#service .service-social-area {
   background: #f8f8f8;
   margin-left: 65%;
   width: 140px;
   height: 29px;
}
#service h2 {
  text-align: center;
  font: 18px/30px Meiryo, notosans-bold, sans-serif;
  color: #333;
  font-weight: bold;
  margin-bottom: 6px;
}
#service p {
  font: 13px/20px sans-serif;
  color: #444;
  line-height: 18px
}
#service h1 {
   font-size: 42px;
   color: #8a8383;
   padding: 0;
   margin: 50px 0 18px 0;
   text-shadow: 0px 1px 5px rgba(0, 0, 0, .3);
}
#service h1 span {
   font: 20px/36px Meiryo, raleway-bold, sans-serif;
   padding-left: 5px;
}
#service .summary {
   padding: 0 20px;
}
#service .service-catch-icon {
   text-align: center;
   margin-bottom: 10px;
}

div .post-item-head {
	border: 3px solid #0085B2; 
	padding: 5px 10px;
}
div .post-item-head .post-item-head-category {
	font: 12px/20px Meiryo, raleway-bold, sans-serif;
	color: #0085B2; 
	font-weight: bold;
}
div .post-item-head .post-item-head-company {
	font: 11px/18px Meiryo, raleway-bold, sans-serif;
	color: #777; 
	font-weight: bold;
}
div .post-item-head .post-item-head-service {
	font: 13px/21px Meiryo, raleway-bold, sans-serif;
	color: #333; 
	font-weight: bold;
}
div .post-item-user {
	padding: 15px 3px 10px 3px;
	font: 14px/22px Meiryo, raleway-bold, sans-serif;
	color: #333;  
	height: 35px;
}
div .post-item-user .post-item-user-name {
	padding:10px 0px 10px 0px;
	padding-left: 30px;
	background: url(/img/teaser/icon_man.png) no-repeat left 0px top 3px;
}
div .post-item-content p {
	padding-top: 10px;
	font: 10px/16px Meiryo, raleway-bold, sans-serif;
	line-height: 0.2em;
}
div .post-item-footer {
	padding: 5px;
}
/* ------------------------------------------------------------------ */
/* d. Vision Section - Main Page
/* ------------------------------------------------------------------ */
#vision {
   background-color: #0085B2;
   padding-top: 0px;
   padding-bottom: 0px;
   height: 100%; 
}
#vision .vision-title {
   margin: 10% 20%; 20px 20%;
}
#vision .vision-area {
   padding-top: 80px;
}
#vision .bgrid-quarters {
	padding: 0 50px;
}
#vision h2 {
  padding-right: 25px;
}
#vision h3 {
  text-align: center;
  /* font: 24px/38px notosans-bold, sans-serif; */
  font: 26px/38px Meiryo, notosans-bold, sans-serif;
  color: #333;
  font-weight: bold;
  margin-bottom: 6px;
}
#vision .columns p {
  margin-top: 15px;
  /* font: 10px/22px sans-serif; */
  /* font-size: 15px; */
  font: 16px/22px sans-serif;
  color: #444;
  line-height: 25px
}
#vision .columns {
   position: relative;
   padding: 0 0px;
   min-height: 1px;
   float: left;
}

/* ------------------------------------------------------------------ */
/* d. Consultant Section - Main Page
/* ------------------------------------------------------------------ */

#consultant {
   background-color: #fff;
   padding-top: 0px;
   padding-bottom: 35px;
   border-bottom: 0.5px solid #C1CDCD;
}
#consultant h2 {
  text-align: center;
  font: 24px/38px Meiryo, notosans-bold, sans-serif;
  color: #333;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 12px;
  line-height: 24px;
}
#consultant .job-position {
  font: 14px/26px Meiryo, notosans-bold, sans-serif;
  font-weight: bold;
}
#consultant .name-alphabet {
  font: 12px/20px Meiryo, notosans-bold, sans-serif;
  line-height: 10px;
}
#consultant .job-motto {
  border-top: 1px solid #ddd;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  text-align: center;
  font: 10px/22px sans-serif;
  font-size: 15px;
  color: #333;
}
#consultant .job-career {
  border-top: 1px solid #ddd;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-top: 22px;
  padding-left: 5px;
  text-align: left;
  font: 8px/12px sans-serif;
  font-size: 12px;
  color: #666;
}
#consultant h1 {
   font-size: 42px;
   color: #8a8383;
   padding: 0;
   margin: 50px 0 18px 0;
   text-shadow: 0px 1px 5px rgba(0, 0, 0, .3);
}
#consultant h1 span {
   font: 20px/36px Meiryo, raleway-bold, sans-serif;
   padding-left: 5px;
}
#consultant .service-catch-icon {
   text-align: center;
}

#consultant .post-induction-area {
	margin: 25px 0px;
}
#consultant .post-induction-area .post-induction-btn {
	width: 300px;
	background-color: #E98E28;
	font: 20px/36px Meiryo, raleway-bold, sans-serif;
	font-weight: bold;
	padding: 15px 55px;
	color: #fff;
}
#consultant .post-induction-area a:hover {
	background-color: #d14836;
	background-image: -webkit-linear-gradient(top,#dd4b39,#d14836);
	border: 1px solid #b0281a;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

#consultant .post-count {
	max-width: 980px;
}
#consultant .post-count-head {
	float:left;
	padding-right:20px;
}
#consultant .post-count-main {
	float:left;
	width: 213px;	/* 203px */
	height: 80px;
	background: url(/img/teaser/bg_review.png) no-repeat left 0px top 3px;
	/* padding: 14px 5px 5px 0px; */
}
#consultant .post-count-main .post-count-data {
	font: 48px/54px Meiryo, notosans-bold, sans-serif;
	text-shadow: 4px 4px 0px #000000;
	color: #fff;
	margin-left: 12px;
}
#consultant .post-count-footer {
	padding-left:10px;
	padding-top:55px;
}

/* ------------------------------------------------------------------ */
/* d. Apply Section - Main Page
/* ------------------------------------------------------------------ */

#apply {
	background-color: #ccc;
	padding-top: 30px;
	padding-bottom: 32px;
	width: 100%;
	height: 700px;
	background: url("/img/teaser/bg_about_003.png") no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;

}
#apply h1 {
   margin-bottom: 5px;
}
#apply .apply-content {
  margin-bottom: 20px;
}
#apply .apply-subcontent {
  margin-bottom: 20px;
}
#apply .apply-subcontent p {
  font: 14px/22px sans-serif;
  color: #444;
  line-height: 20px
}
#apply h2 {
  text-align: center;
  font: 18px/30px Meiryo, notosans-bold, sans-serif;
  color: #333;
  font-weight: bold;
  margin-bottom: 6px;
}
#apply h2 span {
  padding-left: 3px;
}
#apply h2.apply-title-r {
  padding-top: 20px;
}
#apply h2.apply-head-title {
  font: 24px/30px Meiryo, notosans-bold, sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
  height: 40px;
	background: url(/img/header_line.png) no-repeat left 50% top 100%;
}
#apply p {
  font: 10px/22px sans-serif;
  font-size: 15px;
  color: #444;
  line-height: 25px
}
#apply .summary {
   padding: 0 20px;
}
#apply .service-catch-icon {
   text-align: center;
   margin-bottom: 10px;
}

#apply .point-area-left {
   position: absolute;
   padding-top: 80px;
}
#apply .point-area-right {
   position: absolute; 
   left: 72%; 
   padding-top:270px;
}

#apply .point-area {
	margin-top: 40px;
}
#apply .point-area .point-head-title {
	margin-top: 30px;
	margin-bottom: 25px;
	font: 28px/34px Meiryo, notosans-bold, sans-serif;
	font-weight: bold;
}
#apply .point-area .point-head-subtitle {
	margin-top: 30px;
	margin-bottom: 25px;
	font: 20px/28px Meiryo, notosans-bold, sans-serif;
	font-weight: bold;
}
#apply .point-area .point-company {
	margin-top: 30px;
	font: 18px/26px Meiryo, notosans-bold, sans-serif;
}

/* ------------------------------------------------------------------ */
/* d. Info Section - Main Page
/* ------------------------------------------------------------------ */
#info {
   background-color: #fff;
   /** background: #eeeae7; **/
   padding-top: 60px;
   padding-bottom: 32px;
   border-bottom: 0.5px solid #C1CDCD;
}
#info h2 {
  font: 18px/30px Meiryo, notosans-bold, sans-serif;
  color: #333;
  font-weight: bold;
  margin-bottom: 6px;
}
#info p {
   font: 10px/22px sans-serif;
  font-size: 15px;
  line-height: 30px
}
#info h1 {
   font-size: 42px;
   color: #8a8383;
   padding: 0;
   margin: 0 0 5px 0;
   text-shadow: 0px 1px 5px rgba(0, 0, 0, .3);
}
#info h1 span {
   font: 20px/36px Meiryo, raleway-bold, sans-serif;
   padding-left: 5px;
}
#info h3 a {
   font: 16px/28px Meiryo, notosans-bold, sans-serif;
   text-decoration: underline;
   color: #333;
   line-height: 10px;
}
#info h3 a:hover {
   color: #F08200;
}
#info .blog-entries {
   padding: 0px 20px;
}
#info .info-item {
   /** border-bottom: 1px dotted #ddd; **/
   border-bottom: 1px dotted #bbb;
   padding: 13px 0px 0px 0px;
}
#info .entry-header p {
   font: 16px/28px Meiryo, notosans-bold, sans-serif;
   color: #666;
}
#info .entry-header time {
   font: 14px/26px Meiryo, notosans-bold, sans-serif;
   font-weight: normal;
   color: #666;
}
#info .info-tag-icon {
   font: 12px/20px Meiryo, notosans-bold, sans-serif;
   font-weight: bold;
   margin: 10px;
   padding: 3px 14px;
   /** border: 1px dotted #ddd; **/
   border: 1px dotted #aaa;
}
#info .news-link {
   margin-top: 20px;
   margin-bottom: 10px;
}
#info .news-link a {
   font: 14px/26px Meiryo, notosans-bold, sans-serif;
   text-decoration: underline;
   color: #333;
   line-height: 10px;
}
#info .news-link a:hover {
   color: #F08200;
}
.post-date {
   font: 12px/20px Meiryo, notosans-regular, sans-serif;
}


/* ------------------------------------------------------------------ */
/* X. Job Section - Main Page
/* ------------------------------------------------------------------ */
#job {
   background: #eeeae7;
   padding-top: 60px;
   padding-bottom: 32px;
   border-bottom: 0.5px solid #C1CDCD;
}
#job h2 {
  font: 18px/30px Meiryo, notosans-bold, sans-serif;
  color: #333;
  font-weight: bold;
  margin-bottom: 6px;
}
#job article.job-item {
	background: url(/img/pankuzu_arrow02.png) no-repeat top 28px left 10px;
	padding-left: 2%;
}
#job p {
   font: 10px/22px sans-serif;
   font-size: 15px;
   line-height: 30px
}
#job h1 {
   font-size: 42px;
   color: #8a8383;
   padding: 0;
   margin: 0 0 5px 0;
   text-shadow: 0px 1px 5px rgba(0, 0, 0, .3);
}
#job h1 span {
   font: 20px/36px Meiryo, raleway-bold, sans-serif;
   padding-left: 5px;
}
span.icon-new-job {
	margin: 0 8px 5px 0px;
	padding: 5px 15px;
	color: #fff;
	font: 12px/18px Meiryo, notosans-bold, sans-serif;
	/* text-shadow: 1px 1px 0px #C13826; */
	letter-spacing: 0.2em;
	font-weight: bold;
        background-color: #d14836;
        background-image: -webkit-linear-gradient(top,#dd4b39,#d14836);
        border: 1px solid #b0281a;
        /** box-shadow: 0 1px 1px rgba(0,0,0,0.2); **/
}
span.icon-end-job {
	margin: 0 8px 5px 0px;
	padding: 5px 15px;
	color: #fff;
	font: 12px/18px Meiryo, notosans-bold, sans-serif;
	/* text-shadow: 1px 1px 0px #C13826; */
	letter-spacing: 0.2em;
	font-weight: bold;
        background-color: #666666;
        background-image: -webkit-linear-gradient(top,#666666,#777777);
        border: 1px solid #555;
        /** box-shadow: 0 1px 1px rgba(0,0,0,0.2); **/
}
div.new-job-detail-btn a {
	background: #674131 url(/img/icon_detail.png) no-repeat top 2px left 14px;
	margin: 0 8px 2px 10px;
	padding: 5px 20px 5px 45px;
	color: #fff;
	font: 12px/18px Meiryo, notosans-bold, sans-serif;
	letter-spacing: 0.1em;
	font-weight: bold;
        border: 1px solid #674131;
}
div.new-job-detail-btn a:hover {
	
        background-image: -webkit-linear-gradient(top, #f18800, #f08200);
	background: #f08200 url(/img/icon_detail.png) no-repeat top 2px left 14px;
        border: 1px solid #f08200;
	
	opacity: 0.8;
}
a.new-job-detail-btn {
	background: #674131 url(/img/icon_detail.png) no-repeat top 2px left 14px;
	margin: 0 8px 2px 10px;
	padding: 5px 20px 5px 45px;
	color: #fff;
	font: 12px/18px Meiryo, notosans-bold, sans-serif;
	letter-spacing: 0.1em;
	font-weight: bold;
        border: 1px solid #674131;
}
a:hover.new-job-detail-btn {

        background-image: -webkit-linear-gradient(top, #f18800, #f08200);
	background: #f08200 url(/img/icon_detail.png) no-repeat top 2px left 14px;
        border: 1px solid #f08200;

	opacity: 0.8;
}
a.new-job-consult-btn {
	background: #674131 url(/img/icon_consult.png) no-repeat top 5px left 14px;
	margin: 0 8px 2px 10px;
	padding: 5px 20px 5px 45px;
	color: #fff;
	font: 12px/18px Meiryo, notosans-bold, sans-serif;
	letter-spacing: 0.1em;
	font-weight: bold;
        border: 1px solid #674131;
}
a:hover.new-job-consult-btn {

        background-image: -webkit-linear-gradient(top, #f18800, #f08200);
	background: #f08200 url(/img/icon_consult.png) no-repeat top 5px left 14px;
        border: 1px solid #f08200;

	opacity: 0.8;
}
#job h3 a {
   font: 16px/28px Meiryo, notosans-bold, sans-serif;
   text-decoration: underline;
   color: #333;
   line-height: 10px;
}
#job h3 a:hover {
   color: #F08200;
}
#job .blog-entries {
   padding: 0px 20px;
}
#job .job-item {
   /** border-bottom: 1px dotted #ddd; **/
   border-bottom: 1px dotted #bbb;
   padding: 13px 0px 2px 0px;
}
#job .entry-header p {
   font: 16px/28px Meiryo, notosans-bold, sans-serif;
   color: #666;
}
#job .entry-header time {
   font: 14px/26px Meiryo, notosans-bold, sans-serif;
   font-weight: normal;
   color: #666;
}
#job .job-tag-icon {
   font: 12px/20px Meiryo, notosans-bold, sans-serif;
   font-weight: bold;
   margin: 10px;
   padding: 3px 14px;
   background: #f0f0f0;
   /** border: 1px dotted #ddd; **/
   border: 1px dotted #aaa;
}
#job .news-link {
   margin-top: 20px;
   margin-bottom: 10px;
}
#job .news-link a {
   font: 14px/26px Meiryo, notosans-bold, sans-serif;
   text-decoration: underline;
   color: #333;
   line-height: 10px;
}
#job .news-link a:hover {
   color: #F08200;
}


/* ------------------------------------------------------------------ */
/* e. Works Section - Main Page
/* ------------------------------------------------------------------ */

#works {
   background: #f5f5f5 url(../img/furley_bg.png);
   padding-top: 40px;
   padding-bottom: 36px;
   border-top: 1px solid #E3E8E8;
   border-bottom: 1px solid #E3E8E8;
}
#works h1 {
   color: #8a8383;
   padding: 0;
   margin: 0 0 18px 0;
   text-shadow: 0px 1px 5px rgba(0, 0, 0, .3);
}

#works h1 span {
   font: 20px/36px Meiryo, raleway-bold, sans-serif;
   padding-left: 5px;
}

/* Portfolio Content */
#portfolio-wrapper { margin-top: 36px; }
#portfolio-wrapper .columns { margin-bottom: 36px; }

.portfolio-item .item-wrap {
   background: #fff;
   overflow: hidden;
   border-radius: 3px;

   -webkit-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.1);
   -moz-box-shadow:    0px 1px 1px rgba(50, 50, 50, 0.1);
   box-shadow:         0px 1px 1px rgba(50, 50, 50, 0.1);

   -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-item .item-wrap a {
   position: relative;
   display: block;
}

.portfolio-item .item-wrap img {
width: 100%;
   border: 1px #C9C9C9 solid;
}

/* overlay */
.portfolio-item .item-wrap .overlay {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;

	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);

   -webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;

   border-radius: 3px 3px 0 0;
   background: url(../img/overlay.png) repeat;
}
.portfolio-item .item-wrap .link-icon {
   display: block;
   color: #fff;
   font-size: 40px;
   line-height: 40px;
   text-align: center;

   opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);

   -webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;

   position: absolute;
   top: 50%;
   left: 50%;
   margin-left: -18.5px;
   margin-top: -20px;
}

.portfolio-item .item-wrap img {
   vertical-align: bottom;
   border-radius: 3px 3px 0 0;
}

.portfolio-item .portfolio-item-meta { padding: 18px 0; }
.portfolio-item .portfolio-item-meta h5 a {
   color: #205e87;
   margin-left: 7%;
}
.portfolio-item .portfolio-item-meta p {
   font: 12px/18px Meiryo, notosans-regular, sans-serif;
   color: #c6c7c7;
   margin-bottom: 0;
   margin-left: 7%;
}

/* on hover */
.portfolio-item:hover .item-wrap { background-color: #3A3434; }
.portfolio-item:hover h5 a { color: #fff !important; }
.portfolio-item:hover .overlay {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
.portfolio-item:hover .link-icon {
   opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}


/* ------------------------------------------------------------------ */
/* f. Journal Section - Main Page
/* ------------------------------------------------------------------ */

#journal {
   background: #fff;
   padding-top: 60px;
   padding-bottom: 48px;
}
/** #journal a, #journal a:visited  { color: #11ABB0; } **/
#journal a, #journal a:visited  { color: #333; text-decoration: underline; }
#journal a:hover, #journal a:focus { color: #F08200; }

#journal .bgrid-threes {
	margin-top: 30px;
	padding: 0 20px;
}

#journal h1 {
   color: #8a8383;
   padding: 0;
   margin-bottom: 30px;
   text-shadow: 0px 1px 5px rgba(0, 0, 0, .3);
}
#journal h1 span {
   font: 20px/36px Meiryo, raleway-bold, sans-serif;
   padding-left: 5px;
}

#journal .blog-entries { margin-top: 0; }
#journal .entry {
   margin-bottom: 12px;
   border-top: 1px dotted #d8d8d8;
   padding-top: 36px;
}
#journal .blog-entries article.entry:first-child {
   border-top: none;
   padding-top: 18px;
}

/* post header */
#journal .blog-entries .entry-header {
   position: relative;
}
#journal .entry-header .entry-title { 
   padding-right: 16.66667%; 
}
#journal .entry-header h3 { 
   font: 22px/31px Meiryo, raleway-bold, sans-serif; 
}
#journal .entry-header .permalink {
   position: absolute;
   right: 60px;
   z-index: 999999;
}
#journal .entry-header .permalink a {
   color: #fff;
   display: block;
   text-align: center;
   background-color: #9199A1;
   width: 48px;
   height: 48px;
   margin: 0;
   padding: 0;

	border-radius: 100%;

   -webkit-transition:all .3s ease-in-out;
   -moz-transition:all .3s ease-in-out;
   -o-transition:all .3s ease-in-out;
   transition:all .3s ease-in-out;
}
#journal .entry-header .permalink a:hover {
   background-color: #60a3cc;
}
#journal .entry-header .permalink a i {
   font-size: 24px;
   line-height: 48px;
}

/* post meta */
#journal .entry .post-meta   {
   font: 15px/21px Meiryo, notosans-regular, sans-serif;
   margin-top: 12px;
   margin-bottom: 0;
   text-align: right;
}
#journal .entry .post-meta time,
#journal .entry .post-meta .dauthor {
   display: block;
}
#journal .entry .post-meta time {
   font-family: notosans-bold, sans-serif;
   text-transform: uppercase;
   letter-spacing: 1px;
   color: #878282;
   margin-bottom: 6px;
}

/* post content */
#journal .entry .post-content {  padding-right: 16.66667%; }
#journal .entry .post-content p {
   font: 16px/30px Meiryo, notosans-regular, sans-serif;
}
#journal .entry .post-content a.more-link {
   font: 16px/30px Meiryo, notosans-bold, sans-serif;
   margin-left: 3px;
}
#journal .entry .post-content a.more-link i {
   margin-left: 10px;
   font-size: 14px;
}

/* ------------------------------------------------------------------ */
/* g. Call To Action Section
/* ------------------------------------------------------------------ */

#call-to-action {
   padding: 0px 24px;
   background: #fff;
   padding-top: 54px;
   padding-bottom: 100px;
}
#call-to-action .action {
   margin-top: 12px;
}
#call-to-action h1 {
   margin-top: 0px;
   color: #E4E2E2;
   margin-bottom: 3px;
   padding: 0;
   text-shadow: 0px 1px 5px rgba(0, 0, 0, .3);
}
#call-to-action h1 a {
   color: inherit;
}
#call-to-action p {
   color: #333;
	font: 15px/18px Meiryo, notosans-bold, sans-serif;
}
#call-to-action .button:hover,
#call-to-action .button:active {
   background: #E4E2E2;
   color: #544A4A;
}
#call-to-action .contact-message {
   margin-top: 12px;
}
#call-to-action .contact-message h2 {
   text-align: left;
   font: 14px/26px Meiryo, notosans-bold, sans-serif;
   color: #333;
   padding: 0;
   line-height: 22px
}
#call-to-action .contact-message p {
   margin-top: 20px;
   text-align: left;
   font: 11px/18px Meiryo, notosans-bold, sans-serif;
   color: #666;
   padding: 0;
   line-height: 18px
}
#call-to-action .contact-message p a {
   font: 11px/18px Meiryo, notosans-bold, sans-serif;
   text-decoration: underline;
   color: #333;
   line-height: 10px;
}
#call-to-action .contact-message p a:hover {
   color: #F08200;
}

.form-caution-area {
	margin: 15px 0 0 0;
}
.form-caution-area p {
	margin: 0 0 0 0;
}
.form-btn-area {
	margin-top: 40px;
}
a.form-img-btn {
	font: 14px/26px Meiryo, notosans-bold, sans-serif;
	color: #fff;
	font-weight: bold;
	padding: 10px 50px;
	transition: all .2s ease-in-out;
	border-radius: 3px;
}
a:hover.form-img-btn  {
	background-color: #d14836;
	background-image: -webkit-linear-gradient(top,#dd4b39,#d14836);
	border: 1px solid #b0281a;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

#call-to-action .post-action-header {
	margin-bottom: 10px;
}
#form-post-complete {
	opacity: 0;
	filter:alpha(opacity=0);
	margin-left: -50000px;
	margin-bottom: 100px;
}
.form-post-complete-area {
	background-color:#EEE;
	padding: 20px 25px;
	height: 100px;
}
#form-post-complete .service-social-area {
	width: 480px;
	bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	padding: 25px 6px 0px 6px;
	height: 29px;
}
#form-post-complete .service-social-area .pr-facebook {
	float:left;
}
#form-post-complete .service-social-area .pr-facebook-share {
	float:left;
	bottom: 4px;
}
#form-post-complete .service-social-area .pr-twitter {
	float:left;
}
#form-post-complete .service-social-area .pr-hatena {
	float:left;
	padding-top: 5px;
}
#form-post-complete p.form-post-complete-msg {
	font: 16px/20px Meiryo, raleway-bold, sans-serif;
	font-weight: bold;
	text-align: center;
	margin-bottom:10px;
}

/* ------------------------------------------------------------------ */
/* h. Tweets Section - Main Page
/* ------------------------------------------------------------------ */

#tweets {
   background: #f5f5f5 url(../img/tweets-bg.jpg);
   padding-top: 60px;
   padding-bottom: 30px;
   border-top: 1px solid #E3E8E8;
   border-bottom: 1px solid #C1CDCD;
}
.tweeter-icon { font-size: 54px; }

/* Twitter Feed */
#tweets #twitter {
   margin: 24px auto;
   padding: 0;
   width: 90%;
}
#tweets #twitter li {
   margin: 6px 0px 18px 0;
   line-height: 24px;
}
#tweets #twitter li span {
   display: block;
   font: 24px/48px Meiryo, raleway-semibold, Sans-serif;
   margin-bottom: 12px;
   color: #99A0A8;
}
#tweets #twitter li b a {
   font: 18px/36px Meiryo, notosans-regular, Sans-serif;
   color: #A4ABB2;
   border: none;
}
#tweets .button {
   padding: 6px 24px;
}

/* ------------------------------------------------------------------ */
/* i. Blog
/* ------------------------------------------------------------------ */

.post {
   padding-top: 24px;
   padding-bottom: 18px;
}
.post .entry-header {
   position: relative;
   width: 100%;
}
.post .entry-header h1 {
   font: 39px/48px Meiryo, raleway-semibold, sans-serif;
   margin-bottom: 18px;
}
.post .entry-header h1 a,
.post .entry-header h1 a:visited { color: #313131; }
.post .entry-header h1 a:hover,
.post .entry-header h1 a:focus { color: #11ABB0; }

.post .post-meta {
   font: 15px/24px Meiryo, notosans-regular, sans-serif;
}
.post .post-meta a,
.post .post-meta a:visited { color: #AFB4BB; }
.post .post-meta a:hover,
.post .post-meta a:focus { color: #11ABB0; }

.post .post-meta .date {
   display: inline-block;
   font: 15px/24px Meiryo, notosans-bold, sans-serif;
   color: #313131;
}
.post .post-meta .categories {
   display: inline-block;
}
.post .post-meta .categories a { display: inline-block; }


/* post image */
.post .post-thumb {
   margin: 6px 0 18px 0;
   width: 100%;
}

/* post content */
.post .post-content {
   margin-bottom: 18px;
}

/* tags */
.post .post-content .tags {
  margin-top: 18px;
  font-family: notosans-regular, sans-serif;
}
.post .post-content .tags a { font-family: notosans-bold, sans-serif; }

/* bio */
.post .bio {
   margin-top: 30px;
   padding-top: 30px;
   padding: 36px;
   background: #EFF1F0;

	border-radius: 3px;
}
.post .bio .gravatar {
   width: 16.66667%;
   float: left;
   width: 72px;
   height: 72px;
}
.post .bio .gravatar img {
   margin-top: 12px;
	border-radius: 100%;
}
.post .bio .about {
   width: 78%;
   float: right;
}
.post .bio .about h5 {
   font: 18px/30px Meiryo, notosans-bold, sans-serif;
   margin-bottom: 6px;
}

/* post-nav */
.post-nav {
   margin: 24px 0;
   padding: 30px 0 0 0;
   border-top: 1px solid #E0E0E0;
   font: 16px/30px Meiryo, notosans-regular, sans-serif;
}
.post-nav li {
   display: inline-block;
   margin: 0;
   padding: 0;
   width: 49%;
   line-height: 30px;
}
.post-nav li a { color: #9FA5AD;  }
.post-nav li a:hover { color: #313131; }
.post-nav li strong {
   font: 16px/30px Meiryo, raleway-heavy, sans-serif;
   text-transform: uppercase;
   color: #11ABB0;
   letter-spacing: 0.5px;
   display: block;
}
.post-nav li.next {
   float: right;
   text-align: right;
}
.post-nav li.prev {
   float: left;
   text-align: left;
}


/* Pagination  */
.pagination { margin: 0 auto 42px auto; }
.job-pagination { margin: 0 auto 0px auto; }


/* ------------------------------------------------------------------ */
/* l. Contact
/* ------------------------------------------------------------------ */

/* contact form */
#contact-form form { /** margin-bottom: 30px; **/ }
#contact-form div {
   float: left;
   width: 100%;
}
#contact-form h3 {
	background-color: #EDEDED;
	padding: 5px 10px 3px 10px;
	margin-bottom: 25px;
	text-align: left;
	font: 14px/20px Meiryo, notosans-bold, sans-serif;
	font-weight: bold;
}
#contact-form .half { width: 47%; }
#contact-form .full { margin-top: 5px; }
#contact-form label {
   text-align: right;
   font: 16px/26px Meiryo, notosans-bold, sans-serif;
   padding: 0px 20px 0px 0px;
   color: #333;
   font-weight: bold;
   display: inline-block;
   min-width: 210px;
   float: left;
}
#contact-form input,
#contact-form textarea,
#contact-form select {
   /** width: 100% !important; **/
   min-width: none;
   margin-bottom: 10px;
}
#contact-form button.submit {
   text-transform: uppercase;
 	letter-spacing: 2px;
   margin-top: 24px;
}
#contact-form span.required {
	color: #B20000;
}
#contact-form .post-send-subtitle {
	color: #333;
	font: 12px/20px Meiryo, notosans-bold, sans-serif;
}
#contact-form .post-send-caution {
	width: 260px;
	padding: 0px 0 0 5px;
	font: 13px/20px Meiryo, notosans-bold, sans-serif;
	color: #333;
}
#contact-form .post-send-caution-name {
	width: 260px;
	padding: 0px 0 5px 5px;
	font: 13px/20px Meiryo, notosans-bold, sans-serif;
	color: #333;
}
#contact-form .service-evaluation {
	cursor: pointer;
}

#message-warning,
#message-success {
   display: none;
	background: #383232;
	padding: 24px 24px;
	margin-bottom: 36px;

 	border-radius: 3px;
}
#message-warning { color: #DD4646; }
#message-success { color: #11ABB0; }

#message-warning i,
#message-success i {
   margin-right: 10px;
}

#image-loader {
   display: none;
   position: relative;
   left: 18px;
   top: 12px;
}

.form-btn-area .post-send-btn {
	width: 300px;
	background-color: #E98E28;
	font: 20px/36px Meiryo, raleway-bold, sans-serif;
	font-weight: bold;
	padding: 15px 55px;
	color: #fff;
}

#post-complete-area {
	margin: 20px auto 30px auto;
}
#post-complete-area .post-complete-head {
	font: 24px/36px Meiryo, raleway-bold, sans-serif;
	font-weight: bold;
	margin-bottom:30px;
}

/* ------------------------------------------------------------------ */
/* m. footer
/* ------------------------------------------------------------------ */

footer {
   padding-top: 20px;
   padding-bottom: 60px;
   font-size: 12px;
   font-weight: bold;
   color: #fff;
   background: #0085B2;
}
footer a, footer a:visited { color: #fff; text-decoration: none; }
footer a:hover { color: #fff; text-decoration: underline; }

footer ul.copyright a, footer ul.copyright a:visited {
  color: #8c8c8c;
  color: #fff;
  text-decoration: none;
  transition: border-color 0.2s;
}
footer ul.copyright a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #eee;
}

/* footer nav */

footer .prlinks {
margin: 0 auto;
/** width: 480px; **/
width: 100%;
}

footer .footer-nav {
   font: 18px/36px Meiryo, raleway-bold, sans-serif;
   margin: 0;
   padding: 0 0 24px 0;
   text-align: center;
   border-bottom: 1px solid #c4caca;
}
footer .footer-nav li {
   display: inline;
   margin-right: 20px;
   margin-left: 20px;
}
footer .footer-nav a { color: #7B858E; }
footer .footer-nav a:hover { color: #313131; }

/* social links */
footer .footer-social {
   margin: 36px 0 24px 0;
   padding: 0;
   font-size: 30px;
   text-align: center;
}
footer .footer-social li {
   display: inline-block;
   margin: 0;
   padding: 0;
   margin-left: 24px;
   margin-right: 24px;
}
footer .footer-social li a { color: #7B858E; }
footer .footer-social li a:hover { color: #313131; }

/* copyright */
footer .copyright {
    margin: 0;
    /** padding: 12px 0 0 0; **/
    text-align: center;
    font-size: 12px;
    font: 12px/30px Meiryo, notosans-regular, sans-serif;
 }
footer .copyright li {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 24px;
}
.ie footer .copyright li {
   display: inline;
}

footer .copyright li:before {
    content: "";
    padding-left: 3px;
    padding-right: 4px;
    color: #B4BBBB;
}
footer .copyright  li:first-child:before {
    display: none;
}

/* Go To Top Button */
#go-top {
	/* position: fixed; */
	position: relative; 
	top: -75px;
	left: 85%;
	width: 119px;
	/* display: none; */
	background-color: #0085B2;
}
#go-top a {
	text-decoration: none;
	border: 0 none;
	display: block;
	width: 119px;
	height: 62px;
	background: url(/img/teaser/icon_pagetop.png) no-repeat 50% 50%;
	/** background-color: #1f2024; **/
   background-color: #0085B2;

	-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;

 	border-radius: 3px 3px 0 0;

   font: 0/0 a;
   text-shadow: none;
   color: transparent;
}
#go-top a:hover { /** background-color: #0F9095; **/ background-color: #674131; }


/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 0px; text-align: center; z-index: 10;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 21px; height: 7px; display: block; background: #fff; background: rgba(255,255,255,1); cursor: pointer; text-indent: -9999px; /** -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; **/  box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #EEE; background: rgba(150,150,150,0.7); }
.flex-control-paging li a.flex-active { background: #F08200; background: rgba(240,130,0,1); 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%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}


/* loading */
#loading-layer {
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index: 10000;
	background-color:#FFF;
		opacity:0.2;
		filter: alpha(opacity=20);
		-ms-filter: "alpha(opacity=20)";
}
#loading-wait {
	position:fixed;
	width:120px;
	height:120px;
	background-color:#FFF;
	text-align:center;
	padding:20px 0 40px;
	z-index: 10010;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
}
#loading-wait p {
	margin-top:5px;
	font-size:11px;
}
.company-title-area {
	padding: 0px 20px 20px 20px;
}
.company-title {
	border-bottom: 1px dotted #8a8383;
}
.table-1 {
	padding: 5px 0 0;
	margin-left: 10px;
	margin-bottom: 30px;
	border-collapse: collapse;
	border-spacing: 0;
}
.table-1 th strong {
	font-weight: bold;
	display: inline-block;
	padding: 2px 0 2px 10px;
}
.table-1 tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}
.table-1 th {
	width: 125px;
}
.table-1 th, .table-1 td {
	padding: 0 0 5px;
	/** font-size: 108%; **/
	color: #313131;
}
th, td {
	font: 14px/26px Meiryo, notosans-bold, sans-serif;
	text-align: left;
	/** vertical-align: top; **/
	border: 0 solid #000;
}
.error-message {
	text-align: left;
	color: #B20000;
	font: 14px/26px Meiryo, notosans-bold, sans-serif;
        font-weight: bold;
        line-height: 24px;
}
.error {
	color: #B20000;
	font: 14px/26px Meiryo, notosans-bold, sans-serif;
        font-weight: bold;
	background-color: #F0C1B2;
	padding: 8px 10px 5px;
	text-align: center;
	margin: 0px 0px 15px;
	border: 1px solid #B20000;
}

div#box_twitter {
	width: 100%; height: 300px; left:20px; margin-left: auto; margin-right: auto; margin-left: 10px;
}

/** social button **/

.pr-twitter {
    padding-top: 5px;
    padding-left: 15px;
    width: 120px;
}
.pr-facebook {
    padding-top: 5px;
    width: 120px;
    height: 30px;
}
.pr-facebook-share {
    bottom: 0px;
    width: 70px;
    height: 30px;
}

.contact-comp-title {
    font: 24px/32px Meiryo, notosans-bold, sans-serif;
    color: #333;
}
.contact-comp-message {
    color: #333;
}

.consult-comp-message {
        font: 14px/26px Meiryo, notosans-bold, sans-serif;
        line-height: 24px;
	color: #333;
}

form div.error-message {
	margin: 0px 0px 3px 0px;
	margin-left: 26%;
	/**
	margin-top: -15px;
	line-height: 40px;
	**/
}
form input.form-error, textarea.form-error, select.form-error {
	border: 3px solid #B20000;
}

/**
 * Consult Page
**/
#consult {
   background: #fff url(/img/teaser/bg_texture.png);
   padding-top: 12px;
   padding-bottom: 32px;
   border-bottom: 0.5px solid #C1CDCD;
}
.consult-area {
	border: 1px solid #DDDDDD;
	background-color: #FFF;
	/* background: #fff url(/img/teaser/bg_texture.png); */
	/** background-color: #eeeae7; **/
	margin: 0px auto 50px auto;
	width: 95%;
	padding: 30px 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.consult-area h1 {
	font: 28px/34px Meiryo, notosans-bold, sans-serif;
	text-align: left;
	line-height: 40px;
	font-weight: bold;
	/* border-bottom: 3px solid #FF9900; */
	border-bottom: 3px solid #0085B2;
	margin-bottom: 15px;
}
#consult #consult-form .lead {
	font: 14px/20px Meiryo, notosans-bold, sans-serif;
	text-align: left;
	color: #333;
}
span.required {
	color: #B20000;
}
#consult-form label {
	text-align: left;
	font: 14px/26px Meiryo, notosans-bold, sans-serif;
	padding: 0px 10px;
	color: #333;
	font-weight: bold;
	display: inline-block;
	min-width: 120px;
	float: left;
}
#consult-form  div.job-list-content-consult div.job-content-pay-area {
	/* display: inline-block; */
} 
#consult-form  div.job-list-content-consult div.job-content-pay-area span {
	vertical-align: top;
}
#consult-form label.job-content-pay {
	display: inline-block;
	width: 70px;
	height: 25px;
	min-width: 70px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #fff;
	font: 11px/18px Meiryo, notosans-bold, sans-serif;
	font-weight: bold;
	background: url(/img/job-item-bg.png) no-repeat left 2px bottom 8px;
}
#consult-form  div.job-list-content-consult div.job-content-age-area {
}
#consult-form  div.job-list-content-consult div.job-content-age-area span {
	vertical-align: top;
}
#consult-form label.job-content-age {
	display: inline-block;
	width: 70px;
	height: 20px;
	min-width: 70px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #fff;
	font: 11px/18px Meiryo, notosans-bold, sans-serif;
	font-weight: bold;
	background: url(/img/job-item-bg.png) no-repeat left 2px top 3px;
}

#consult-area {
	margin-top: 30px;
}
#consult-area .consult-item {
	float: left;
	margin: 5px 0px;
	min-width: 450px;
}
#consult-area .consult-item label {
	min-width: 130px;
}
#consult-area .contactContent {
	width: 80%;
}
#consult-area .min-prefecture {
	margin-right: 30px;
}
#consult-area .consult-item-send {
	margin-top: 20px;
}
#consult-area .consult-item-textarea p {
	clear: both;
	text-align:left;
	min-width: 60%;
	/** max-width: 80%; **/
	font: 12px/24px Meiryo, notosans-bold, sans-serif;
	padding: 0px 20px;
	color: #666;
	font-weight: bold;
}
#consult-area .consult-item-textarea label {
	min-width: 250px;
}
#consult-area .consult-item-textarea textarea {
	margin-left: 20px;
	min-width: 70%;
}
#consult-area .form-left {
	margin-right: 20px;
}
#consult-area select#birth_y,
#consult-area select#birth_m,
#consult-area select#birth_d,
#consult-area select#prefecture {
	float: left;
}
#consult-area .consult-item-checkbox {
	font: 14px/26px Meiryo, notosans-bold, sans-serif;
	margin-top: 10px
}
#consult-area .consult-item-checkbox label {
	position: absolute;
	margin: 0px 0px;
	margin: 0px -120px;
}
#consult-area .consult-input-checkbox {
	margin-right: 120px;
}
form input.low {
	float:left;
	width: 150px;
	min-width: 150px;
}
form input.lowleft {
	margin-left: 10px; 
}
#consult-area #rules {
	overflow-y: auto;
	margin-left: 20px;
	min-width: 40%;
	/** max-width: 80%; **/
	height: 200px;
	margin-bottom: 10px;
	padding: 10px;
	border: 5px solid #CCCCCC;
	font-size: 11px;
	line-height: 1.4;
}
#consult-area #ConsultIsAgree {
	margin-top: 18px;
	float: left;
}
div#rulesGuideline p.title {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #f3f3f3;
	color: #333333;
	font-weight: bold;
}
div#rulesGuideline p.chapter {
	margin-bottom: 10px;
	padding: 0px 0px 5px 8px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 5px solid #CCCCCC;
	font-weight: bold;
}
div#rulesGuideline p.article {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	margin-top: 15px;
}
div#rulesGuideline ol.description {
	margin-bottom: 10px;
	line-height: 1.4;
}
div#rulesGuideline ol.description li {
	font: 11px/18px Meiryo, notosans-bold, sans-serif;
	color: #333333;
	list-style: decimal;
	text-align: left;
	margin: 0px 0px 5px 0px;
}

div#rulesGuideline div.indentBlock {
	padding: 20px 0px 0px 10px;
	font: 14px/28px Meiryo, notosans-bold, sans-serif;
	color: #333333;
	list-style: decimal;
	text-align: left;
	margin: 0px 0px 5px 0px;
}

/** consult job **/
.job-consult-area {
	border: 3px solid #CCC9C3;
	background-color: #FFF;
	/* padding: 10px 20px 30px 20px; */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.job-consult-area .job-list-title {
	border-bottom: 2px solid #CCC9C3;
}

/**
 * Inquiry Page
**/
#inquiry {
   background: #fff url(/img/teaser/bg_texture.png);
   padding-top: 12px;
   padding-bottom: 32px;
   border-bottom: 0.5px solid #C1CDCD;
}
#inquiry .contact-message h2 {
	text-align: left;
	font: 14px/26px Meiryo, notosans-bold, sans-serif;
	color: #333;
	padding: 0;
	line-height: 22px;
}
#inquiry .contact-message p {
	margin-top: 20px;
	text-align: left;
	font: 11px/18px Meiryo, notosans-bold, sans-serif;
	color: #666;
	padding: 0;
	line-height: 18px;
}

.inquiry-area {
	border: 1px solid #DDDDDD;
	background-color: #FFF;
	/** background-color: #eeeae7; **/
	margin: 0px auto 50px auto;
	width: 95%;
	padding: 30px 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.inquiry-area h1 {
	font: 28px/34px Meiryo, notosans-bold, sans-serif;
	text-align: left;
	line-height: 40px;
	font-weight: bold;
	/* border-bottom: 3px solid #FF9900; */
	border-bottom: 3px solid #0085B2;
	margin-bottom: 15px;
}
#inquiry .lead {
	font: 14px/20px Meiryo, notosans-bold, sans-serif;
	text-align: left;
	padding-left: 20px;
	color: #333;
}
#inquiry-area {
	margin-top: 30px;
}
#inquiry-area .inquiry-item {
	float: left;
	margin: 5px 0px;
	min-width: 450px;
}
#inquiry-area .contactContent {
	width: 80%;
}
#inquiry-area .min-prefecture {
	margin-right: 30px;
}
#inquiry-area .inquiry-item-send {
	margin-top: 20px;
}
#inquiry-area .inquiry-item-textarea p {
	clear: both;
	text-align:left;
	min-width: 60%;
	/** max-width: 80%; **/
	font: 12px/24px Meiryo, notosans-bold, sans-serif;
	padding: 0px 20px;
	color: #666;
	font-weight: bold;
}
#inquiry-area .inquiry-item-textarea label {
	min-width: 250px;
}
#inquiry-area .inquiry-item-textarea textarea {
	margin-left: 20px;
	min-width: 70%;
}
#inquiry-area .form-left {
	margin-right: 20px;
}

/* inquiry form */
#inquiry-form form { /** margin-bottom: 30px; **/ }
#inquiry-form div {
   float: left;
   width: 100%;
}
#inquiry-form .half { width: 47%; }
#inquiry-form .full { margin-top: 10px; }
#inquiry-form label {
   text-align: right;
   font: 16px/26px Meiryo, notosans-bold, sans-serif;
   padding: 0px 20px 0px 0px;
   color: #333;
   font-weight: bold;
   display: inline-block;
   min-width: 210px;
   float: left;
}
#inquiry-form input,
#inquiry-form textarea,
#inquiry-form select {
   /** width: 100% !important; **/
   min-width: none;
   margin-bottom: 10px;
}
#inquiry-form button.submit {
   text-transform: uppercase;
 	letter-spacing: 2px;
   margin-top: 24px;
}
#inquiry-form span.required {
	color: #B20000;
}

#inquiry .contact-message {
   padding-left: 20px;
}
#inquiry .contact-message h2 {
   text-align: left;
   font: 14px/26px Meiryo, notosans-bold, sans-serif;
   color: #333;
   padding: 0;
   line-height: 22px
}
#inquiry .contact-message p {
   margin-top: 20px;
   text-align: left;
   font: 11px/18px Meiryo, notosans-bold, sans-serif;
   color: #666;
   padding: 0;
   line-height: 18px
}
#inquiry .contact-message p a {
   font: 11px/18px Meiryo, notosans-bold, sans-serif;
   text-decoration: none;
   color: #333;
   line-height: 10px;
}
#inquiry .contact-message p a:hover {
   color: #F08200;
}

.article-devider {
width: 5%;
margin: 1em auto;
border: 0;
border-top: 5px solid #FF9F0F;
}


/**
 * Jobs Page
**/
#job-list {
   background: #fff url(/img/bg_texture.png);
   padding-top: 12px;
   padding-bottom: 32px;
   border-bottom: 0.5px solid #C1CDCD;
}
.job-list-area {
	border: 1px solid #DDDDDD;
	background-color: #FFF;
	/** background-color: #eeeae7; **/
	/** margin: 0px auto 30px; **/
	padding: 10px 20px 30px 20px;
	margin-bottom: 25px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.job-list-area h1 {
	font: 22px/30px Meiryo, notosans-bold, sans-serif;
	text-align: left;
	line-height: 0px;
	font-weight: bold;
	margin-bottom: 0px;
	border-bottom: 0px;
	padding-left: 1%;
}
.job-list-area h1 strong {
	font: 32px/40px Meiryo, notosans-bold, sans-serif;
	color: #CC000A;
}
.job-list-area h1 span {
	padding-left: 12px;
	font: 14px/22px Meiryo, notosans-bold, sans-serif;
	color: #333;
}
.job-list-area .job-list-main-title {
	border-bottom: 3px solid #FF9900;
	margin: 0px;
	padding: 0px;
	/* margin-top: 244px; */
	width: 100%;
	height: 40px;
	float: left; 
	text-align: left;
	background-color: #fff;
	opacity: 0.9;
	filter: alpha(opacity=0.9);
}
.job-list-area .job-list-title {
	/* border-bottom: 3px solid #FF9900; */
	border-bottom: 2px solid #CCC9C3;
}
div#job-form {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	/* float:left; */
}
div#job-form-view {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
div#job-form p.lead {
	float: left;
	margin-top: 10px;
	font: 14px/20px Meiryo, notosans-bold, sans-serif;
	color: #333;
	text-align: left;
}
ul li.job-list-item {
	/** border: 3px solid #FF9900; **/
	border: 3px solid #CCC9C3;
	margin-bottom: 15px;
}
div.job-list-title {
	text-align: left;
	padding-left: 2%;
	/* color: #FFF; */
	color: #666;
	background: #eeeae7;
	/**
	border-bottom: 1px solid #CC6600;
	background: rgb(255,172,48);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,172,48,1) 0%, rgba(255,153,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,172,48,1)), color-stop(100%,rgba(255,153,0,1)));
	background: -webkit-linear-gradient(top, rgba(255,172,48,1) 0%,rgba(255,153,0,1) 100%);
	background: -o-linear-gradient(top, rgba(255,172,48,1) 0%,rgba(255,153,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,172,48,1) 0%,rgba(255,153,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,172,48,1) 0%,rgba(255,153,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffac30', endColorstr='#ff9900',GradientType=0 );
	**/
	width: 100%;
}
div.job-list-title-detail {
	padding-top: 5px;
	padding-bottom: 5px;
}
div.job-list-title div.job-list-title-name {
	display: inline-block;
	width: 92%;
}
div.job-list-title strong.job-company-name-title {
	font: 12px/18px Meiryo, notosans-bold, sans-serif;
	color: #333;
}
div.job-list-title div.job-list-title-no {
	display: inline-block; 
	text-align: right; 
	vertical-align: middle; 
	margin:0px;
	margin: 0 5px;
}
div.job-list-title div.job-list-title-no span {
	font-size: 8px;
	font-weight: bold;
}
div.job-list-title h2 {
	margin-top: 0px;
	font: 18px/26px Meiryo, notosans-bold, sans-serif;
	color: #333;
	font-weight: bold;
	margin: 10px 0px;
}
div.job-list-title h2 a {
	font: 18px/26px Meiryo, notosans-bold, sans-serif;
	color: #333;
	font-weight: bold;
	text-decoration: underline;
	/* text-shadow: 1px 1px 5px rgba(0, 0, 0, .2); */
}
div.job-list-title h2 a:hover {
	color: #F90;
}
div.job-list-title h2 span.job-tag-icon {
   font: 12px/20px Meiryo, notosans-bold, sans-serif;
   font-weight: bold;
   margin: 0px 10px 10px 10px;
   padding: 3px 14px;
   background: #f0f0f0;
   vertical-align: middle;
   /** border: 1px dotted #ddd; **/
   border: 1px dotted #aaa;
}
div.job-list-body {
	text-align: left;
	padding: 1% 2% 1% 2%;
}
div.job-list-body div.job-list-content {
	display: inline-block;
	width: 55%;
}
div.job-list-body div.job-list-content-detail {
	display: inline-block;
	width: 70%;
}
div.job-list-body div.job-list-content-consult {
	display: inline-block;
	width: 100%;
}
div.job-list-body div.job-list-operate {
	text-align: right;
	display: inline-block;
	margin: 2px 0px 15px 0px;
}
div.job-list-area .service-social-area {
	/* background: #f8f8f8; */
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}
div.job-list-body label.job-content-pay {
	display: inline-block;
	width: 70px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
	padding-left: 20px;
	color: #fff;
   	font: 11px/18px Meiryo, notosans-bold, sans-serif;
   	font-weight: bold;
	background: url(/img/job-item-bg.png) no-repeat left 2px bottom 5px;
}
div.job-list-body label.job-content-age {
	display: inline-block;
	width: 70px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #fff;
   	font: 11px/18px Meiryo, notosans-bold, sans-serif;
   	font-weight: bold;
	background: url(/img/job-item-bg.png) no-repeat left 2px bottom 5px;
}
div.job-list-body label.job-content-category {
	display: inline-block;
	width: 70px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #fff;
   	font: 11px/18px Meiryo, notosans-bold, sans-serif;
   	font-weight: bold;
	background: url(/img/job-item-bg.png) no-repeat left 2px bottom 5px;
}
div.job-list-body div.job-list-content span {
	font: 12px/18px Meiryo, notosans-bold, sans-serif;
}
div.job-list-body div.job-list-content-detail span {
	font: 12px/18px Meiryo, notosans-bold, sans-serif;
}
div.job-list-body div.job-list-content-consult span {
	font: 12px/18px Meiryo, notosans-bold, sans-serif;
}

/** paging **/
div.job-pagination {
	float: right;
	display: block;
	cursor: default;
	height: 30px;
	color: #555;
	line-height: 30px;
	font-size: 12px;
	margin-top: 10px;
}
div.pagination li {
	display: inline-block;
	margin: 0;
	padding: 5px;
	margin: 0px 2px;
}
div.pagination li span.disabled {
	/** margin: 0px 5px; **/
	padding: 3px 6px 3px 6px;
	font-weight: bold;
	border: 1px solid #eee;
	font-size: 16px;
}
.paging-list a {
	padding: 0 10px 3px;
	background: #eee;
	/* background: rgba( 0, 0, 0, 0.05 ); */
	font-size: 16px;
	font-weight: normal;
}
.paging-list a, .paging-list span {
	margin: 0px 1px;
}
.paging-list a, .paging-list span.current {
	text-decoration: none;
	padding: 3px 6px;
}
.paging-list a {
	/* color: #0074a2; */
	color: #333;
	background: #eeeae7;
	border: 1px solid #CCC9C3;
	-webkit-transition-property: border, background, color;
	transition-property: border, background, color;
	-webkit-transition-duration: .05s;
	transition-duration: .05s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
.paging-list a:hover,
.paging-list a:active {
        /** color: #2ea2cc; **/
        color: #fff;
	background: #f90;
} 
.paging-list a:focus {
        color: #124964;
}
.paging-list a:hover,
.paging-list a:focus {
        color: #fff;
        /* background: #2ea2cc; */
}
.paging-list a.disabled,
.paging-list a.disabled:hover,
.paging-list a.disabled:focus,
.paging-list a.disabled:active {
	color: #aaa;
	background: #eee;
	background: rgba( 0, 0, 0, 0.05 );
}

/** job detail **/
.job-sub-title {
	font: 16px/22px Meiryo, notosans-bold, sans-serif;
	text-align: left;
	margin: 0% 1% 0% 1%;
	padding: 5px 10px;
	background: #eeeae7;
	border-top: 1px dotted #CCC9C3;
	border-bottom: 1px dotted #CCC9C3;
	border-left: 6px solid #CCC9C3;
}
.mtop30 {
	margin-top: 30px;
}
table.job-content-table {
	margin: 0% 1%;
	margin-top: 5px;
	width: 98%;
	padding: 5px 10px;
	border: 1px solid #CCC9C3;
}
table.job-content-table th {
	background: #eeeae7;
	width: 30%;
	padding: 5px 10px;
	border: 1px solid #CCC9C3;
}
table.job-content-table td {
	background: #fff;
	width: 60%;
	padding: 5px 10px;
	border: 1px solid #CCC9C3;
}
.job-detail-action-header-area {
	margin: 5px 0px 25px 0px;
	text-align: left;
}
.job-detail-action-area {
	margin: 30px 0px;
	text-align: left;
}


/** resume area **/
.resume-area {
  margin-bottom: 150px;
  padding-left: 20px;
}
.resume-area .resume-btn-first {
  position: absolute;
  z-index: 3;
  margin-top:3%;
  left:66%;
}
.resume-area .resume-btn-last {
  position: absolute;
  z-index: 3;
  margin-top:7.5%;
  left:66%;
}
.resume-area .resume-bg {
  position: absolute;
  z-index: 2;
}
.resume-area-job-view {
  margin-bottom:180px;
}

/* long */
.side-area {
  margin-top: 0px;
}
.resume-area-long {
  margin-top: 80px;
  margin-bottom: 150px;
  max-width: 300px;
  padding-left: 20px;
  height: 180px;
}
.resume-area-long .resume-btn-first {
  position: absolute;
  z-index: 3;
  margin-top:45%;
  left:12%;
}
.resume-area-long .resume-btn-first img {
  min-width: 200px;
}
.resume-area-long .resume-btn-last {
  position: absolute;
  z-index: 3;
  margin-top:58%;
  left:12%;
}
.resume-area-long .resume-btn-last img {
  min-width: 200px;
}
.resume-area-long .resume-bg {
  position: absolute;
  z-index: 2;
}

/* bxslider */
.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	padding-top: 40px;
	*zoom: 1;
}

.input-star-area {
	width: 110px; 
	margin-top: 10px; 
	padding: 0px;
	float: left;
}
.input-star-area .input-star-item {
	float:left; 
	left:3px; 
	cursor: pointer;
}

