@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800italic,800,700italic,700,600italic,400italic,600,300italic,300|Oswald:400,300,700);
@import url('styles/bootstrap.min.css');
@import url('styles/add201605.css');
/*
Theme Name: Daijob
Author: iWac.jp
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
	font-size: 100%;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 10px;
  background: #ccc;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */

  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.12em 1.5em 1em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
input[type=password],
textarea {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=password],
input[type=email] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}



/* main.css
-------------------------------------------------------------- */

.ml0 { margin-left: 0px!important; }
.ml1 { margin-left: 1px!important; }
.ml2 { margin-left: 2px!important; }
.ml3 { margin-left: 3px!important; }
.ml4 { margin-left: 4px!important; }
.ml5 { margin-left: 5px!important; }
.ml6 { margin-left: 6px!important; }
.ml7 { margin-left: 7px!important; }
.ml8 { margin-left: 8px!important; }
.ml9 { margin-left: 9px!important; }
.ml10 { margin-left: 10px!important; }
.ml15  { margin-left: 15px!important; }
.ml20  { margin-left: 20px!important; }
.ml25  { margin-left: 25px!important; }
.ml30  { margin-left: 30px!important; }
.ml35  { margin-left: 35px!important; }
.ml40  { margin-left: 40px!important; }
.ml45  { margin-left: 45px!important; }
.ml50  { margin-left: 50px!important; }
.ml55  { margin-left: 55px!important; }
.ml60  { margin-left: 60px!important; }
.ml65  { margin-left: 65px!important; }
.ml70  { margin-left: 70px!important; }
.ml75  { margin-left: 75px!important; }
.ml80  { margin-left: 80px!important; }
.ml85  { margin-left: 85px!important; }
.ml90  { margin-left: 90px!important; }
.ml95  { margin-left: 95px!important; }
.ml100 { margin-left:100px!important; }

.mr0 { margin-right: 0px!important; }
.mr1 { margin-right: 1px!important; }
.mr2 { margin-right: 2px!important; }
.mr3 { margin-right: 3px!important; }
.mr4 { margin-right: 4px!important; }
.mr5 { margin-right: 5px!important; }
.mr6 { margin-right: 6px!important; }
.mr7 { margin-right: 7px!important; }
.mr8 { margin-right: 8px!important; }
.mr9 { margin-right: 9px!important; }
.mr10 { margin-right: 10px!important; }
.mr15  { margin-right: 15px!important; }
.mr20  { margin-right: 20px!important; }
.mr25  { margin-right: 25px!important; }
.mr30  { margin-right: 30px!important; }
.mr35  { margin-right: 35px!important; }
.mr40  { margin-right: 40px!important; }
.mr45  { margin-right: 45px!important; }
.mr50  { margin-right: 50px!important; }
.mr55  { margin-right: 55px!important; }
.mr60  { margin-right: 60px!important; }
.mr65  { margin-right: 65px!important; }
.mr70  { margin-right: 70px!important; }
.mr75  { margin-right: 75px!important; }
.mr80  { margin-right: 80px!important; }
.mr85  { margin-right: 85px!important; }
.mr90  { margin-right: 90px!important; }
.mr95  { margin-right: 95px!important; }
.mr100 { margin-right:100px!important; }

.mt-1  { margin-top: -1px!important; }
.mt-2  { margin-top: -2px!important; }
.mt-3  { margin-top: -3px!important; }
.mt-4  { margin-top: -4px!important; }
.mt-5  { margin-top: -5px!important; }
.mt-6  { margin-top: -6px!important; }
.mt-7  { margin-top: -7px!important; }
.mt-8  { margin-top: -8px!important; }
.mt-9  { margin-top: -9px!important; }
.mt-10 { margin-top: -10px!important; }
.mt-11 { margin-top: -11px!important; }
.mt-12 { margin-top: -12px!important; }
.mt-13 { margin-top: -13px!important; }
.mt-14 { margin-top: -14px!important; }
.mt-15 { margin-top: -15px!important; }
.mt-16 { margin-top: -16px!important; }
.mt-17 { margin-top: -17px!important; }
.mt-18 { margin-top: -18px!important; }
.mt-19 { margin-top: -19px!important; }
.mt-20 { margin-top: -20px!important; }
.mt-21 { margin-top: -21px!important; }
.mt-22 { margin-top: -22px!important; }
.mt-23 { margin-top: -23px!important; }
.mt-24 { margin-top: -24px!important; }
.mt-25 { margin-top: -25px!important; }
.mt-26 { margin-top: -26px!important; }
.mt-27 { margin-top: -27px!important; }
.mt-28 { margin-top: -28px!important; }
.mt-29 { margin-top: -29px!important; }
.mt-30 { margin-top: -30px!important; }
.mt0 { margin-top: 0px!important; }
.mt1 { margin-top: 1px!important; }
.mt2 { margin-top: 2px!important; }
.mt3 { margin-top: 3px!important; }
.mt4 { margin-top: 4px!important; }
.mt5 { margin-top: 5px!important; }
.mt6 { margin-top: 6px!important; }
.mt7 { margin-top: 7px!important; }
.mt8 { margin-top: 8px!important; }
.mt9 { margin-top: 9px!important; }
.mt10 { margin-top: 10px!important; }
.mt15  { margin-top: 15px!important; }
.mt20  { margin-top: 20px!important; }
.mt25  { margin-top: 25px!important; }
.mt30  { margin-top: 30px!important; }
.mt35  { margin-top: 35px!important; }
.mt40  { margin-top: 40px!important; }
.mt45  { margin-top: 45px!important; }
.mt50  { margin-top: 50px!important; }
.mt55  { margin-top: 55px!important; }
.mt60  { margin-top: 60px!important; }
.mt65  { margin-top: 65px!important; }
.mt70  { margin-top: 70px!important; }
.mt75  { margin-top: 75px!important; }
.mt80  { margin-top: 80px!important; }
.mt85  { margin-top: 85px!important; }
.mt90  { margin-top: 90px!important; }
.mt95  { margin-top: 95px!important; }
.mt100 { margin-top:100px!important; }
.mb250 {
  margin-bottom: 250px !important;
}
.mb245 {
  margin-bottom: 245px !important;
}
.mb240 {
  margin-bottom: 240px !important;
}
.mb235 {
  margin-bottom: 235px !important;
}
.mb230 {
  margin-bottom: 230px !important;
}
.mb225 {
  margin-bottom: 225px !important;
}
.mb220 {
  margin-bottom: 220px !important;
}
.mb215 {
  margin-bottom: 215px !important;
}
.mb210 {
  margin-bottom: 210px !important;
}
.mb205 {
  margin-bottom: 205px !important;
}
.mb200 {
  margin-bottom: 200px !important;
}
.mb195 {
  margin-bottom: 195px !important;
}
.mb190 {
  margin-bottom: 190px !important;
}
.mb185 {
  margin-bottom: 185px !important;
}
.mb180 {
  margin-bottom: 180px !important;
}
.mb175 {
  margin-bottom: 175px !important;
}
.mb170 {
  margin-bottom: 170px !important;
}
.mb165 {
  margin-bottom: 165px !important;
}
.mb160 {
  margin-bottom: 160px !important;
}
.mb155 {
  margin-bottom: 155px !important;
}
.mb150 {
  margin-bottom: 150px !important;
}
.mb145 {
  margin-bottom: 145px !important;
}
.mb140 {
  margin-bottom: 140px !important;
}
.mb135 {
  margin-bottom: 135px !important;
}
.mb130 {
  margin-bottom: 130px !important;
}
.mb125 {
  margin-bottom: 125px !important;
}
.mb120 {
  margin-bottom: 120px !important;
}
.mb115 {
  margin-bottom: 115px !important;
}
.mb110 {
  margin-bottom: 110px !important;
}
.mb105 {
  margin-bottom: 105px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.pl0 { padding-left: 0px!important; }
.pl1 { padding-left: 1px!important; }
.pl2 { padding-left: 2px!important; }
.pl3 { padding-left: 3px!important; }
.pl4 { padding-left: 4px!important; }
.pl5 { padding-left: 5px!important; }
.pl6 { padding-left: 6px!important; }
.pl7 { padding-left: 7px!important; }
.pl8 { padding-left: 8px!important; }
.pl9 { padding-left: 9px!important; }
.pl10 { padding-left: 10px!important; }
.pl15  { padding-left: 15px!important; }
.pl20  { padding-left: 20px!important; }
.pl25  { padding-left: 25px!important; }
.pl30  { padding-left: 30px!important; }
.pl35  { padding-left: 35px!important; }
.pl40  { padding-left: 40px!important; }
.pl45  { padding-left: 45px!important; }
.pl50  { padding-left: 50px!important; }
.pl55  { padding-left: 55px!important; }
.pl60  { padding-left: 60px!important; }
.pl65  { padding-left: 65px!important; }
.pl70  { padding-left: 70px!important; }
.pl75  { padding-left: 75px!important; }
.pl80  { padding-left: 80px!important; }
.pl85  { padding-left: 85px!important; }
.pl90  { padding-left: 90px!important; }
.pl95  { padding-left: 95px!important; }
.pl100 { padding-left:100px!important; }

.pr0 { padding-right: 0px!important; }
.pr1 { padding-right: 1px!important; }
.pr2 { padding-right: 2px!important; }
.pr3 { padding-right: 3px!important; }
.pr4 { padding-right: 4px!important; }
.pr5 { padding-right: 5px!important; }
.pr6 { padding-right: 6px!important; }
.pr7 { padding-right: 7px!important; }
.pr8 { padding-right: 8px!important; }
.pr9 { padding-right: 9px!important; }
.pr10 { padding-right: 10px!important; }
.pr15  { padding-right: 15px!important; }
.pr20  { padding-right: 20px!important; }
.pr25  { padding-right: 25px!important; }
.pr30  { padding-right: 30px!important; }
.pr35  { padding-right: 35px!important; }
.pr40  { padding-right: 40px!important; }
.pr45  { padding-right: 45px!important; }
.pr50  { padding-right: 50px!important; }
.pr55  { padding-right: 55px!important; }
.pr60  { padding-right: 60px!important; }
.pr65  { padding-right: 65px!important; }
.pr70  { padding-right: 70px!important; }
.pr75  { padding-right: 75px!important; }
.pr80  { padding-right: 80px!important; }
.pr85  { padding-right: 85px!important; }
.pr90  { padding-right: 90px!important; }
.pr95  { padding-right: 95px!important; }
.pr100 { padding-right:100px!important; }

.pt-1  { padding-top: -1px!important; }
.pt0 { padding-top: 0px!important; }
.pt1 { padding-top: 1px!important; }
.pt2 { padding-top: 2px!important; }
.pt3 { padding-top: 3px!important; }
.pt4 { padding-top: 4px!important; }
.pt5 { padding-top: 5px!important; }
.pt6 { padding-top: 6px!important; }
.pt7 { padding-top: 7px!important; }
.pt8 { padding-top: 8px!important; }
.pt9 { padding-top: 9px!important; }
.pt10 { padding-top: 10px!important; }
.pt15  { padding-top: 15px!important; }
.pt20  { padding-top: 20px!important; }
.pt25  { padding-top: 25px!important; }
.pt30  { padding-top: 30px!important; }
.pt35  { padding-top: 35px!important; }
.pt40  { padding-top: 40px!important; }
.pt45  { padding-top: 45px!important; }
.pt50  { padding-top: 50px!important; }
.pt55  { padding-top: 55px!important; }
.pt60  { padding-top: 60px!important; }
.pt65  { padding-top: 65px!important; }
.pt70  { padding-top: 70px!important; }
.pt75  { padding-top: 75px!important; }
.pt80  { padding-top: 80px!important; }
.pt85  { padding-top: 85px!important; }
.pt90  { padding-top: 90px!important; }
.pt95  { padding-top: 95px!important; }
.pt100 { padding-top:100px!important; }

.pb0 { padding-bottom: 0px!important; }
.pb1 { padding-bottom: 1px!important; }
.pb2 { padding-bottom: 2px!important; }
.pb3 { padding-bottom: 3px!important; }
.pb4 { padding-bottom: 4px!important; }
.pb5 { padding-bottom: 5px!important; }
.pb6 { padding-bottom: 6px!important; }
.pb7 { padding-bottom: 7px!important; }
.pb8 { padding-bottom: 8px!important; }
.pb9 { padding-bottom: 9px!important; }
.pb10 { padding-bottom: 10px!important; }
.pb15  { padding-bottom: 15px!important; }
.pb20  { padding-bottom: 20px!important; }
.pb25  { padding-bottom: 25px!important; }
.pb30  { padding-bottom: 30px!important; }
.pb35  { padding-bottom: 35px!important; }
.pb40  { padding-bottom: 40px!important; }
.pb45  { padding-bottom: 45px!important; }
.pb50  { padding-bottom: 50px!important; }
.pb55  { padding-bottom: 55px!important; }
.pb60  { padding-bottom: 60px!important; }
.pb65  { padding-bottom: 65px!important; }
.pb70  { padding-bottom: 70px!important; }
.pb75  { padding-bottom: 75px!important; }
.pb80  { padding-bottom: 80px!important; }
.pb85  { padding-bottom: 85px!important; }
.pb90  { padding-bottom: 90px!important; }
.pb95  { padding-bottom: 95px!important; }
.pb100 { padding-bottom:100px!important; }
.no-padding {
  padding: 0 !important;
}
/*************************
*******Typography******
**************************/

body {
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  color: #505050;
  font-weight: 400;
  line-height: 185%;
  word-spacing: 2px;
  -webkit-font-smoothing: antialiased;
}
p,ul {
  margin-bottom: 26px;
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  color: #333333;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  letter-spacing: 1px;
  font-weight: 400;
  line-height:140%;
}

h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

h3 {
  font-size: 18px;
}

.parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
  color: #fff;
}

.parallax input[type="text"],
.parallax input[type="text"]:hover,
.parallax input[type="email"],
.parallax input[type="email"]:hover,
.parallax input[type="url"],
.parallax input[type="url"]:hover,
.parallax input[type="password"],
.parallax input[type="password"]:hover,
.parallax textarea,
.parallax textarea:hover {
  font-weight: 300;
  color: #fff;
}

.btn {
  border: 0;
  border-radius: 0;
}

.btn.btn-primary:hover {
  background-color: #017fb5;
}

.navbar-nav li {
    background: transparent url("img/nav_bg.png") no-repeat scroll right 24px;
}
.navbar-nav li:last-child {
    background: none;
}
.navbar-nav li a:hover, 
.navbar-nav li a:focus {
  outline:none;
  outline-offset: 0;
  text-decoration:none;  
  background: transparent;
	background-color: #017fb5;
}

a {
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

a:focus, 
a:hover {
  text-decoration: none;
  outline: none
}

section {
  padding: 90px 0;
}

.heading {
  padding-bottom:90px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
}

.preloader > i {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}

.home #topEmploy .entry-content .h5{
    margin: 0 0 1.4rem;
}

.home #topEmploy .entry-content .h5 a{
    line-height: 1.85;
}


/* header */
.english ul,
.english li{
	text-align:right;
	float:right;
}
.english .active{
	display:none;
}
.english ul{
	text-align:right;
}
.english #qtranslate-chooser a{
	display:block;
	background-color:#e5e5e5;
	border:1px solid #d8d8d8;
	border-radius:3px;
	color:#0052a7;
	font-weight:bold;
	padding:0.3em 0.6em;
	line-height:100%;
}
.english #qtranslate-chooser a:after{
	content: "\f0da";
	font-family: FontAwesome;
	padding-left:0.3em;
}

.breadcrumb-list{
	margin:10px 50px;
	text-align: left;
}


/*************************
********Home CSS**********
**************************/
#home-slider {
  overflow: hidden;
  position: relative;
}

#home-slider .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 15;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

#home-slider .caption h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 30px;
}

.caption .btn-start {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid #6e6d6c;
  border-radius: 4px;
  margin-top: 40px;
}

.caption .btn-start:hover {
  color: #fff
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  background-repeat: no-repeat;
  background-size: cover;
  height: 2037px;
}

.carousel-fade .carousel-inner .item:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.7);
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.left-control, .right-control {
  position: absolute;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 48px;
  border-radius: 50%;
  border:1px solid #fff;  
  z-index: 20;
  font-size: 24px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.left-control {
  left: -51px
} 

.right-control {
  right: -51px;
}

.left-control:hover, 
.right-control:hover {
  color: #fff;
}

#home-slider:hover .left-control {
  left:30px
} 

#home-slider:hover .right-control {
  right:30px
}

#home-slider .fa-angle-down {
  position: absolute;
  left: 50%;
  bottom: 50px;
  color: #fff;
  display: inline-block;
  width: 24px;
  margin-left: -12px;
  font-size: 24px;
  line-height: 24px;
  z-index: 999;
  -webkit-animation: bounce 3000ms infinite;
  animation: bounce 3000ms infinite;
}
.navbar-right li a {
  color: #fff;
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar-right li.active a {
  background-color: rgba(0,0,0,.2);
}

.navbar-brand h1 {
  margin-top: 5px;
}


/*************************
********About CSS*******
**************************/
#about-us {
  background-image: url(img/about-bg.jpg);
  padding: 60px 0;
}

#about-us h2 {
  margin-top: 0;
  color: #fff;
}

#about-us .lead {
  font-size: 16px;
  margin-bottom: 10px;
}

#about-us h1 {
  margin-bottom: 30px;
}

.progress{
  height: 20px;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 25px;
}

.progress-bar{
  box-shadow: none;
  -webkit-box-shadow: none;
  text-align: right;
  padding-right: 12px;
  font-size: 12px;
  font-weight: 600;
}


.progress .progress-bar.six-sec-ease-in-out {
  -webkit-transition: width 2s ease-in-out;
  transition:  width 2s ease-in-out;
}

/*************************
********portfolio CSS*****
**************************/

#portfolio .container-fluid, 
#portfolio .col-sm-3  {
  overflow: hidden;
  padding: 0;
}

#portfolio .folio-item {
  position: relative;
}

#portfolio .overlay {
  background-color: #000;
  color: #fff; 
  left: 0;
  right:0;
  bottom:-100%;
  height: 0;
  position: absolute;
  text-align: center;
  opacity:0;  
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.overlay .overlay-content {
  display: table;
  height: 100%;
  width: 100%;
}

.overlay .overlay-text {
  display: table-cell;
  vertical-align: middle;
}

.overlay .folio-info {
  opacity: 0;
  margin-bottom: 75px;
  margin-top: -75px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.overlay .folio-info h3 {
  margin-top: 0;
  color: #fff;
}

.folio-overview a {
  font-size: 18px;
  color: #333;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin-top: 20px;
  margin-right: 5px;
}

.folio-overview a:hover {
  color: #fff;
}

.folio-overview .folio-expand {
  margin-top: -500px;
  margin-left: -500px;
}

.folio-image, .folio-overview .folio-expand {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

#portfolio .folio-item:hover .folio-image {
  -webkit-transform: scale(1.5) rotate(-15deg);
  transform: scale(1.5) rotate(-15deg);
}

.folio-image img {
  width: 100%;
}

#portfolio .folio-item:hover .overlay {
  opacity: 0.8;
  bottom: 0;
  height: 100%;
}

#portfolio .folio-item:hover .folio-overview .folio-expand {
  margin-top: 0;
  margin-left:0;
}

#portfolio .folio-item:hover .overlay .folio-info {
  opacity: 1;  
  margin-bottom:0;
  margin-top:0;
}


#single-portfolio {
  padding: 90px 0;
  background: #f5f5f5;
  position: relative;
}

#single-portfolio img {
  width: 100%;
  margin-bottom: 10px;
}

#single-portfolio .close-folio-item {
  position: absolute;
  top: 30px;
  font-size: 34px;
  width: 34px;
  height: 34px;
  left: 50%;
  color: #999;
  margin-left: -17px;
}

/*************************
*********Team CSS*********
**************************/
#team {
  padding-top: 0;
}

.team-members {
  margin-bottom: 25px;
}

.social-icons {
  margin-top:30px;
  text-align: center;
}

.social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.social-icons ul li {
  float: left;
  margin-right: 8px;
}

.social-icons ul li:last-child {
  margin-right: 0;
}

.social-icons ul li a {
  color:#fff;
  background-color: #d9d9d9;
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: block;
  font-size: 16px;
  opacity: 0.8;
}

.social-icons ul li a:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.team-member {
  text-align: center;
  color: #333;
  font-size: 14px;
}

.team-member:hover .social-icons ul li a.facebook {
  background-color: #3b5999;
}
.team-member:hover .social-icons ul li a.twitter {
  background-color: #2ac6f7;
}
.team-member:hover .social-icons ul li a.dribbble {
  background-color: #ff5b92;
}


.team-member:hover .social-icons ul li a.linkedin {
  background-color: #036dc0;
}
.team-member:hover .social-icons ul li a.rss {
  background-color: #ff6b00;
}

/*#team .img-responsive {
  width: 100%;
}*/

.member-info h3 {
  margin-top: 35px;
}

.midashi h4 {
  font-size: 14px;
  border-left:7px solid #F4B100;
  padding:.5em
}

.member-info h4 {
  font-size: 14px;
  margin-bottom: 15px;
  color: #999;
}

/*************************
*******Features CSS*******
**************************/
#features {
	position:relative;
	text-align: center;
}

#features i {
  font-size: 48px;
}

#features h3 {
  margin-top: 15px;
  font-size: 30px;
  margin-bottom: 7px;
  color: #fff;
}

#features img {
    display: inline-block;
}

#features .slider-overlay {
  opacity: 0.8;
}


/*************************
*****Pricing Table CSS****
**************************/
.pricing-table {
  text-align: center;
}

.single-table {
  padding: 30px 20px 20px;
  border:1px solid #f2f2f2;
}

.single-table h3 {
  margin-top: 0;
  padding: 0;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.price {
  font-size: 36px;
  line-height: 36px;
}

.price span {
  font-size: 14px;
  line-height: 14px;
}

.single-table ul {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.single-table.featured {  
  color: #fff;
}

.single-table.featured h3 { 
  color: #fff;
}

.single-table.featured .btn.btn-primary {
  background-color: #fff;
}

/*************************
********Twitter CSS*******
**************************/
#twitter {
  background-image: url(img/twitter-bg.jpg);
}

#twitter > div {
  text-align: center;
  position: relative;
}

#twitter-carousel {
  position: relative;
  z-index: 15
}

.twitter-icon {
  position: relative;
  z-index: 15;
  color: #fff;
}

.twitter-icon .fa-twitter {
  font-size: 24px;
  height: 64px;
  width: 64px;
  line-height: 65px;
  border-radius: 50%; 
  position: relative;
}

.twitter-icon .fa-twitter:after {
  position: absolute;
  content: "";
  border-width: 8px;
  border-style: solid;
  left: 24px;
  bottom: -14px;
}

#twitter-carousel .item {
  padding: 0 55px;
}

#twitter-carousel .item a {
  color: #fff;
}

.twitter-icon h4 {
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #fff;
}

.twitter-left-control, 
.twitter-right-control {
  position: absolute;
  top: 50%;
  color: #fff;
  border: 1px solid #fafafa;
  height:34px;
  width: 34px;
  line-height: 31px;
  margin-top: -17px;
  font-size: 18px;
  border-radius: 50%;
  z-index: 15
}

.twitter-left-control {
  left: 80px;
} 

.twitter-right-control {
  right: 80px
}

.twitter-left-control:hover, .twitter-right-control:hover {
  color: #fff;
}


/*************************
**********Blog CSS********
**************************/

.post-thumb {
	position: relative;
}
.single .post-thumb {
	padding:0 10px;
}
.post-thumb img{
	width:100%;
	height:auto;
}

.post-icon {
  position: absolute;
  top: 20px;
  right: 30px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius:4px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.post-meta {
  position: absolute;
  bottom: 25px;
  left: 45px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.post-meta span {
  margin-right: 16px;
}

#post-carousel .carousel-indicators {
  bottom: 3px;
  left: 90%;
}

.blog-left-control, .blog-right-control {
  position: absolute;
  top: 45%;
  width: 30px;
  text-align: center;
  color: rgba(255,255,255,.7);
  font-size: 36px;
}

.blog-left-control {
  left: 0;
}

.blog-right-control {
  right: 0;
}

.blog-left-control:hover, .blog-right-control:hover {
  color: #fff;  
}

.entry-header .date, 
.entry-header .cetagory {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}

.entry-header .date:after {
  content: "";
  position: absolute;
  left: 0;
  bottom:-22px;
  width: 20px;
  height: 3px;
}
.entry-content p:last-child {
	margin-bottom:0;
}
.entry-content {
	font-size: 14px;
	margin:0;
	padding:10px 12px;
	text-align:left;
	max-width:100%;
}

.list_area {
	border: 1px dotted #C6C6C6;
}
.outline_area {
	border: 2px solid #F4B100;
	padding:20px 15px 10px;
	width:100%;
}
.table_area th,
.table_area td{
	text-align:center;
}

.load-more {
  display:block;
  text-align: center;
  margin-top: 70px;
}

.btn-loadmore {
  border: 1px solid #f2f2f2;
  color: #666666;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 125px;
  text-transform: uppercase;
}

.btn-loadmore:hover {
  color:#fff;
}

/*************************
**********Contact CSS*****
**************************/

#contact {
  padding-top: 45px;
  padding-bottom: 0;
}

#google-map {
  height: 350px;
}

#contact-us {
  background-image:url(img/contact-bg.jpg);
  padding-bottom: 90px; 
}

#contact-us .heading {
  padding-top: 95px;
}

.form-control {
  background-color: transparent;
  border-color: rgba(255,255,255,.1);
  height: 50px;
  border-radius: 0;
  box-shadow: none;
}

textarea.form-control {
  min-height: 180px;
  resize:none;
}

.form-group {
  margin-bottom: 30px;
}

.contact-info {
  padding-left:70px;
  font-weight: 300;
}

ul.address {
  margin-top: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info ul li {
  margin-bottom: 8px;
}

.contact-info ul li a {
  color: #fff;
}

.btn-submit {
  display: block;
  padding: 12px;
  width: 100%;
  color: #fff;
  border:0;
  margin-top: 40px;
}

/* reporter */
.reporter{
	margin:40px 20px 20px;
}
/* popular */
#popular_postArea{
	margin:0 auto;
	padding:20px 0 0;
	max-width:960px;
}
.popular_title {
	border-bottom: 1px dotted #C6C6C6;
	padding:0 20px 10px;
	text-align: left;
}
#popular_postArea .post-thumb{
	padding:0;
}
#popular_postArea .post-thumb a img{
	float:none;
}
#popular_postArea .entry-content{
	line-height:140%;
	padding:10px 0;
}

/*************************
**********footer CSS*****
**************************/

#footer {
  color:#fff;
}

.footer-top {
  position: relative;
  padding:30px 0
}


.footer-logo {
  display: inline-block;
  margin-bottom: 5px;
}

footer ul {
	padding:0;
}


/*Presets*/
.navbar-brand img {
    height: 48px;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}



/* priset1.css
-------------------------------------------------------------- */
a,
#home-slider .caption h1 span, 
#twitter-carousel .item span, 
#footer .footer-bottom, 
#single-portfolio .close-folio-item:hover, 
.single-table.featured .btn.btn-primary, 
.contact-info ul li a:hover, 
#footer .footer-bottom a  {
  color: #028fcc;
}

.btn.btn-primary:hover,
.btn-submit:hover {
  background-color: #027db3
}

a:hover, a:focus {
	color: #027db3;
}

.main-nav, 
.service-icon, 
.progress-bar.progress-bar-primary, 
.single-table.featured, 
.btn.btn-primary, 
.twitter-icon .fa-twitter, 
.twitter-left-control:hover, .twitter-right-control:hover, 
.post-icon, 
.entry-header .date:after, 
.btn-loadmore:hover, 
.btn-submit,
#footer, 
.caption .btn-start:hover, 
.left-control:hover, 
.right-control:hover, 
.folio-overview a:hover {
  background-color:#028fcc;
}

.twitter-left-control:hover, 
.twitter-right-control:hover, 
.btn-loadmore:hover  {
	border: 1px solid #028fcc;
}

.caption .btn-start:hover, 
.left-control:hover, 
.right-control:hover {
	border-color: #028fcc;
}

.twitter-icon .fa-twitter:after {
	border-color: #028fcc transparent transparent;
}



/* pcstyle.css
-------------------------------------------------------------- */

#wrapper {
	text-align: left;
	width: 100%;
	margin: 0 auto;
	position:relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
	min-width: 780px;
}

#container {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0px 0 80px;
	max-width: 1170px;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}

#mainContents {
	width: 100%;
	float: left;
	margin:20px -320px 0 0;
}
.single #mainContents,
.page #mainContents {
	margin-top:0;
}
#contents {
	position: relative;
	margin: 0 340px 0 30px;
}

#sidebar {
	width: 318px;
	float: right;
}
.home #sidebar {
	margin-top:40px;
}

/*-------------------
	snsArea
---------------------*/
#contents .topsnsArea {
	position: absolute;
	top: 10px;
	right: 0px;
	clear: both;
	width: 320px;
	margin: auto;
	height: 30px;
}

#contents .snsArea {
	position: relative;
	top: 0;
	right: 0px;
	float: right;
	width: 320px;
	margin: auto;
	height: 30px;
}

#contents .snsArea + h2 {
	margin-top: 20px;
	clear: both;
}

#container .topsnsArea li,
#container .snsArea li {
	display: block;
	float: left;
}

#container .topsnsArea .tw,
#container .snsArea .tw {
	width: 96px;
}

#container .topsnsArea .fb,
#container .snsArea .fb {
	width: 108px;
}

#container .topsnsArea .htb,
#container .snsArea .htb {
	width: 116px;
}


/*-------------------
	navi
---------------------*/
#navi {
	width: 100%;
	min-width:780px;
	height: 40px;
	padding: 70px 0 0 0;
	background-color: #242424;
	color: #000;
}

#navi .inner {
	width: 90%;
	height: 40px;
	margin: auto;
}

#navi .inner li {
    width: 16.666%;
		*width: 15%;
	float: left;
}

#navi .inner li a {
  margin-top: 4px;
	display: block;
	color: #fff;
	text-decoration: none;
	padding : 6px;
	height: 20px;
	text-align: center;
	border-left: #aaa 1px solid;
	
}

#navi .inner .endnavi a {
	border-right: #aaa 1px solid;
}

#navi .inner li a:hover {
	background-color: #888;
}

.col-md-3.english{
	padding:20px 9px 0 0;
}


/*-------------------
	sidebar
---------------------*/
#sidebar .inner {
	margin: 0 auto;
	width: 300px;
}

#sidebar .inner .linkform {
    padding-bottom: 14px;
    border-bottom: 1px #d6d6d6 dotted;
}
#sidebar .inner .linkform li {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
}

#sidebar .inner .linkform .formtw a {
	text-align: center;
	width: 300px;
	line-height: 1.2em;
	display: inline-block;
	padding: 12px 0;
	color: #fff;
	background-color: #f37a1d;
	border: #f37a1d 2px solid;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
	/*margin: 10px;
	 position:relative;   
	behavior: url( /common/htc/PIE.htc ) ;	      CSS3 PIE */
}

#sidebar .inner .linkform .formtw a:hover {
	background-color: #ffb767;
	color: #242424;
	text-decoration: none;
}



/* layout.css
-------------------------------------------------------------- */
section {
	padding: 0 0; 
}
th{
	text-align: center !important;
}
footer{
	background: #023278;
}
.breadcrumb-list{
	text-align: left;
}

.logo_btnarea{
	background:#ffffff;
	width:100%;
}

.main-nav{
	background-color:#023278;
	border-bottom:#F4B100 3px solid;
	padding-left:0;
	padding-right:0;
}
.fixedBox {
	width: 100%;
	background-color: #023278;
	border-bottom:#F4B100 3px solid;
}
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	width: 100%;
	background-color: #023278;
	border-bottom:#F4B100 3px solid;
}
.fixedmargin {
	margin-top:80px;
}
.inner_header{
	margin:0 auto;	
}

.inner_header h2{
	font-size:16px;	
	font-weight:bold;
	text-align:left;
	
}
#features {
  text-align: center;
	margin:0 auto;
}
.h2area{
   text-align:left;
   border-bottom: #023278 5px solid;
}
h2{
	margin-bottom:0px!important;
}
.single .entry-header h2{
	color: #3498DB;
}

.btn-success {
	font-size: 14px;
	font-weight: 600;
	padding: 15px 80px;
  
	text-align: center !important;
	white-space: normal;
}
.innerbox{
	margin: 10px -12px 0;
	padding: 5px 5px;
	overflow:hidden;
	/* background:#ADE6FF; */
/* border */
	border:1px solid rgb(230, 227, 230);

/* border-radius */
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;

/* box-shadow */
	box-shadow:rgba(113, 135, 164, 0.0980392) 0px 0px 10px 3px;
	-webkit-box-shadow:rgba(113, 135, 164, 0.0980392) 0px 0px 10px 3px;
	-moz-box-shadow:rgba(113, 135, 164, 0.0980392) 0px 0px 10px 3px;
}
.single .innerbox,
.page .innerbox{
	height: auto;
	padding: 15px 10px;
}

.innerbox p{
	text-align:left;
	margin-bottom:14px;
	margin-bottom:1.4rem;
}
.entry-header h3 {
  text-align:left;
}
.home .innerbox .entry-header h3{
	margin-top:8px;
}
.navbar-right {
 float:none !important; 
 margin-right: -15px;
}

.border-right{
	background:url(img/nav_bg.png) right 24px no-repeat;
}
.date_cat{
	text-align:left;
	font-size: 11px;
	padding:0 0 6px;
	line-height:140%;
}
.cetagory{
	padding: 5px 10px;
}
.cetagory a{
	display:inline-block;
	text-decoration:underline;
}
.cetagory a:link,
.cetagory a:visited{
	color:#808080;
	text-decoration:underline;
}

.fa-pencil-square{
	color: #023278;
	margin-right: 10px;
	margin-bottom: 5px;
}
.fa-file-text{
 color: #023278;
 margin-right: 10px;
 margin-bottom: 5px;
}
.fa-comment{
 color: #023278;
 margin-right: 10px;
 margin-bottom: 5px;
}
.fa-list-ul{
 margin-left: 0px;
 margin-right: 10px;
  font-size:1.15em;
	color: #ffffff;
}
.fa-calendar{
 margin-left: 0px;
 margin-right: 10px;
 font-size:1.15em;
}
.to_archive{
	margin: 0 auto;
}
.to_archive p{
	margin: 0 auto;
	background: #449D44;
	padding: 5px 0px;
	text-align:center;
}
.to_archive p a{
  color: #ffffff;
}
.to_archive p:hover{
	background: #5CB85C;
	transition: 300ms;
}
.to_archive a:hover{
	background: #5CB85C;
	transition: 300ms;
}
.sem_tittle h3 {
	text-align: center;
}

.pager li {margin-right: 5px;
}
.pager li > a,
.pager li > span {
    border-radius: 3px;
}

/*--sidebar------------------------------------------------------------*/

.sidebar {
	border: none;
}
.side_1, .side_2, .side_3, .side_4{
	border: #c6c6c6 1px solid !important;
}
.side_3 .day, .side_4 .day{
	font-size: 12px!important;
}
.side_3  ul li, .side_4 ul li{
	list-style-type: none!important;
	text-align: left!important;
	border-bottom: #c6c6c6 1px dotted !important;
}
.side_3 ul li a:hover{
	text-decoration: underline !important;
}

.side_3 h3, .side_4 h3{
	padding:0 0 20px 20px;
	border-bottom:#023278 3px solid;
	text-align:left;
	color: #ffffff;
}

.side_3 .more_btn{
	margin: 0 auto;
}

.side_tittle{
	background: #023278!important;
	padding: 3px 0 0;
}


.sns-box h2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	color: #666464;
	padding-bottom: 2px;
	border-bottom: #42A5F5 2px solid;
}
.widget-box > div {
	padding: 15px;
	background: #FFF none repeat scroll 0% 0%;
	border: 1px solid #D6D6D6;
	margin-bottom: 20px;
}
.widget-box h2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	color: #666464;
	padding-left: 28px;
	padding-bottom: 2px;
	border-bottom: #42A5F5 2px solid;
}
.wsbl_facebook_share,
.wsbl_linkedin,
.wsbl_google_plus_one,
.wsbl_hatena_button,
.wsbl_twitter{
	margin:0 1%;
	padding: 18px 10px 0;
	background: #3B5998;
	height: 55px;
	width: 18%;
	text-align:center;
}
#sidebar .wsbl_facebook_share,
#sidebar .wsbl_linkedin,
#sidebar .wsbl_google_plus_one{
	margin:0;
	padding: 18px 10px 0;
	width: 100%;
}

.wsbl_linkedin {
	background: #0079ba;
	vertical-align:bottom;
	line-height:120%;
}
.wsbl_linkedin a:after {
	content: "Linkedln";
	padding-left:0.2em;
}
.wsbl_google_plus_one {
	padding: 16px 15px 0;
	background: #DD4B39;
}
.wsbl_hatena_button {
	padding: 16px 30px 0 15px;
	background: #008fde;
}
.wsbl_twitter {
	padding: 16px 15px 0;
	background: #54acef;
}

.wsbl_facebook_share a,
.wsbl_linkedin a,
.wsbl_google_plus_one a,
.wsbl_facebook_share a:visited,
.wsbl_linkedin a:visited,
.wsbl_google_plus_one a:visited,
.wsbl_hatena_button a,
.wsbl_twitter a{
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align:center;
}
#sidebar .wsbl_facebook_share p,
#sidebar .wsbl_linkedin p,
#sidebar .wsbl_google_plus_one p{
	text-align:center;
}

.wsbl_twitter iframe {
	max-width:70px;
}

.fbBox a:link,
.fbBox a:visited,
.lkBox a:link,
.lkBox a:visited,
.pulsBox a:link,
.pulsBox a:visited{
	color: #ffffff;
}

.side-head {
	margin-top: 0px;
	font-size: 20px;
	color: #666464;
}
.side-box2,
.side-box3 {
		padding: 10px;
		background: #ffffff;
		border: 1px #d6d6d6 solid;
	}
#s {
	width: 68%;
	margin: 0 auto;
}
ranking,
.new-article {
	padding: 0;
}
.ranking li,
.new-article li {
	list-style: none;
	clear: both;
	padding: 7px 0;
	display: inline-block!important;
	border-bottom: 1px dotted #6d6d6d;
}
.ranking li img,
.new-article li img {
	width: 30%;
	float: left;
	margin-right: 10px;
}
.ranking li span,
.new-article li span {
	display: block;
	text-align: right;
	color: #cccccc;
	font-size: 13px;
	font-weight:bold;
	padding: 0 4px;
}
.sns-box h2 	{
	font-size: 20px;
	font-weight: bold;
	padding: 10px 10px 16px;
	color: #666464;
	border-bottom: #42A5F5 2px solid;
	text-align:center;
}

/*--footer------------------------------------------------------------*/

.copy a{
color: #ffffff !important;
}
.copy a:hover{
color: #4DD0FF !important;
}
.footer_nav ul li{
list-style-type: none !important;
line-height: 1.5em;
}
.footer_nav ul li a{
color:#ffffff !important;
}
.footer_nav ul li a:hover{
color: #4DD0FF !important;
}
.text-bold{
	font-weight:bold;
	font-size:15px;
}

/*--Link------------------------------------------------------------*/

a,
a:link {
	/* color: #3498db; */
	text-decoration: none;
}

a:visited {
	/* color: #3498db; */
	text-decoration: none;
}


a:hover,
a:active {
	color: #2980b9;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

a img:hover {
  -ms-filter: "alpha( opacity=60 )";
  filter: alpha( opacity=60 );
  opacity: 0.6;
}
/*-----------------------------------------------------------*/


/* responsive.css + smart.css
-------------------------------------------------------------- */
/* lg */ 
@media (min-width: 1200px) {
	.inner_header .col-sm-7{
		margin-top:30px;
	}
	.side_btnxs{
		display:none;
	}
	.sp-only{
		display: none;
	}
	.english{
		text-align:right;
		margin-top:35px;
	}
	.inner_header{
		width:1170px;
		margin:0 auto;	
	}
	#singlesns .col-lg-sns{
		width:20%;
		padding:0 10px;
	}
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	.container{
		width:100%;
	}
	.inner_header{
		width:100%;
		max-width:1170px;
	}
	.inner_header .col-sm-7{
		margin-top:25px;
		padding:0;
	}
	.side_btnxs{
		display:none;
	}
	.sp-only{
		display: none;
	}
	.english{
		text-align:right;
		margin-top:35px;
	}
	.single .innerbox,
	.page .innerbox{
		padding:10px;
	}
	.home .innerbox{
		padding:10px 0;
	}

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	.container{
		width:100%;
	}
	.inner_header{
		width:100%;
	}
	.inner_header .col-sm-7{
		margin-top:20px;
		padding:0;
	}
	.inner_header h2{
		font-size:14px;
	}
	.english{
		text-align:right;
		margin-top:20px;
	}
	.side_btnxs{
		display:none;
	}
	.sp-only{
		display: none;
	}
 	.navbar-right li a {
		font-size: 14px;
		padding-right: 10px;
	}
	.btn-signup {
		padding: 10px 20px;
	}
	.carousel-inner>.item>a>img, .carousel-inner>.item>img, 
	.img-responsive, .thumbnail a>img, .thumbnail>img{
		margin: 0 auto;
	}
	#features {
		text-align: center;
		margin:0 auto;
	}
	.home .post-thumb{
		float:right;
	}
	.home .innerbox{
		padding:10px 0;
	}
	.home .innerbox div:last-child,
	.home .innerbox div:last-child p:last-child{
		padding-bottom:0;
		margin-bottom:0;
	}
	.wsbl_facebook_share,
	.wsbl_linkedin,
	.wsbl_google_plus_one,
	.wsbl_hatena_button,
	.wsbl_twitter{
		width: 45%;
		margin-bottom:10px;
	}
}

/* xs */
@media (max-width: 767px) {
	body {
		font-size: 14px;
	}
	.inner_header{
		width:100%;
	}
	.inner_header h1{
		margin:0;
	}
	.inner_header h2{
		font-size:14px!important;	
		font-weight:bold;
		text-align:left;	
	}
	.col-md-3.english{
		text-align:right;
		padding: 0 9px 0px 0px;
	}
	.english a{
		margin-right:15px;
	}
	.navbar-header .sp-only {
		padding-top:3px;
	}
	.navbar-brand {
		padding: 0 15px 15px;
	}
	.navbar-toggle {
	  border:1px solid #fff;
	}

	.navbar-toggle .icon-bar {
	  background-color: #fff;
	}
	.navbar-right li a {
		font-size: 13px;
		padding-bottom: 8px;
		padding-top: 10px;
	}

	#features {
		margin:0 auto;
		padding:0;
	}
	#mainContents {
		margin: 0 auto;
		padding: 0;
		float:none;
	}
	#contents {
		margin:0 30px;
	}

	/*services*/
	.entry-content,
	.entry-content .date_cat,
	.entry-header{
		margin:0 auto;
		padding-left:0;
	}
	.entry-header{
		text-align:left;
	}
	.sem_tittle h3 {
		text-align: left !important;
	}
	.heading {
		font-size: 14px;
		padding-bottom: 45px;
	}
	.heading h2 {
		font-size: 26px;
	}
	.service-info h3 {
		font-size: 20px;
	}
	.our-services .col-sm-4 {
		margin-bottom: 32px;
		padding-bottom: 20px;
	}
	.our-services .col-sm-4:nth-child(4), 
	.our-services .col-sm-4:nth-child(5), 
	.our-services .col-sm-4:nth-child(6) {
		padding-top: 0;
	}
	.service-icon {
		font-size: 30px;
		height: 65px;
		line-height: 62px;
		width: 65px;
	}
	.our-services .col-sm-4:hover .service-icon:before {
		height: 90px;
		width: 90px;
	}
	.about-info {
		text-align: center;
		margin-bottom: 50px;
	}
	.social-icons ul li a {
		font-size: 14px;
		height: 30px;
		line-height: 30px;
		width: 30px;
	}	
	.count .col-xs-6 {
		margin-bottom: 35px;
	}
	.single-table ul {
		margin-top: 22px;
	}
	.single-table ul li {
		font-size: 14px;
		margin-top: 15px;
	}
	.btn-signup {
		font-size: 12px;
		margin-top: 25px;
		padding: 10px 35px;
	}
	.single-table{
		margin-bottom: 40px;
		padding: 20px;
	}
	#twitter {
		padding-bottom: 75px;
	}
	.twitter-left-control, 
	.twitter-right-control {
		top: inherit;
		bottom: 30px;
		height: 25px;
		width: 25px;
		line-height: 23px;
		font-size: 14px;
	}
	.twitter-left-control {
		left: 40%
	} 
	.twitter-right-control {
		right: 40%
	}
	#blog {
		overflow: hidden;
	}
	.blog-posts .col-sm-4 {
		margin-bottom: 35px;
	}
	.load-more {
		margin-top: 35px;
	}
	.btn-loadmore {
		font-size: 12px;
		padding: 15px 75px!important;
	}
	#contact-us .heading {
		padding-top: 35px;
	}
	.contact-info {
		padding-left: 0;
	}
	.footer-bottom p.pull-right {
		float: none !important;
	}
	.btn-loadmore {
		border: 1px solid #c6c6c6;
		color: #666666;
		font-size: 14px;
		font-weight: 600;
		
	}
		
	.carousel-inner>.item>a>img, .carousel-inner>.item>img, 
	.img-responsive, .thumbnail a>img, .thumbnail>img{
		margin: 0 auto;
	}
	#sidebar{
		width: 100%;
		margin: 0 auto;
		float:none;
		text-align:center;
	}
	.copy a{
		font-size: 9px!important;
	}
	.home .entry-content p,
	.category .entry-content p{
		display:none;
	}
	.home #topEmploy .entry-content p{
		display:block;
	}
	.innerbox{
		height:auto !important;
	}
	#container {
		padding: 0 0!important;
	}
	.side_btnxs p a{
		color: #ffffff;	
		padding: 14px;
		font-size:16px;
	}
	.sp-only{
		text-align: left!important;
		margin-left: 20px;
		font-size: 24px;
		color: #ffffff;
	}
	.onlyPC {
		display: none;
	}

	#navi {
    		min-width: 320px;
		height: 80px;
	}
	#navi .inner {
		height: 80px;
	}
	#navi .inner li a {
		height: 55px;
	}

	/*------tw---------*/

	#searchformArea form {
		width: 100%;
		padding : 4px;
		font-size : 12px;
		border: 1px #d6d6d6 solid;
	}
	.wsbl_facebook_share,
	.wsbl_linkedin,
	.wsbl_google_plus_one,
	.wsbl_hatena_button,
	.wsbl_twitter{
		width: 45%;
		margin-bottom:10px;
	}
	.reporter{
		margin: 40px 0 20px;
	}
	.reporter .col-xs-4{
		padding:0;
	}
	.reporter .btn-success{
		padding:15px 20px;
	}
}

/* XS Portrait */
@media (max-width: 479px) {
	.col-sm-7.col-xs-6{
		display:none;
	}
	.english{
		margin-top:20px;
	}
	h2{
		font-size: 22px;
		text-align:left;	
	}
	.footer_nav ul li{
		margin: 0.75em 0;
	}
	.copy a{
		font-size: 9px!important;
	}
	.sp-only{
		text-align: left !important;
		margin-left: 20px;
		font-size: 24px;
		color: #ffffff;
	}

	.home .innerbox .entry-content,
	.category .innerbox .entry-content{
		float:right;
	}
	.home .innerbox .entry-header,
	.home .innerbox .entry-header h3{
		margin:0;
		padding:0;
		line-height:140%;
	}
	#contents {
		margin:0 15px;
	}
}


/* 201906 SNS button */
.article-share {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 32px;
}

.article-share .share-button {
  width: 48px;
  height: 48px;
  margin-left: 24px;
  border-radius: 24px;
}

.article-share .share-button :hover {
  opacity: 0.7;
}

.article-share .facebook {
  background-color: #3b5998;
}

.article-share .linkedin {
  background-color: #0079ba;
}

.article-share .twitter {
  background-color: #00aced;
}

.article-share .hatena {
  background-color: #00a4de;
}

.article-share .share-button a {
  display: block;
  text-decoration: none;
}

.article-share .share-button i,
.article-share .share-button svg {
  display: block;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #fff;
}

.article-share .share-button svg {
  height: 42px;
  margin: 2px auto 0;
}
@media (max-width: 479px) {
  .article-share .share-button {
    margin-left: 8px;
  }
}

/* message 20230921
-------------------------------------------------------------- */
.message {
	display: flex;
	flex-direction: row;
	margin: 16px 8px 0;
	background-color: rgba(2,143,204,.08);
	border-radius: 3px;
}
@media screen and (max-width: 768px) {
	.message {
		margin-right: 16px;
		margin-left: 16px;
 	}	
}
.message::before {
	content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14px' height='14px' viewBox='0 0 14 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Ealarm%3C/title%3E%3Cg id='alarm' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M8.75,12.25 L5.25,12.25 C5.25,13.2125 6.0375,14 7,14 C7.9625,14 8.75,13.2125 8.75,12.25 Z' id='Path' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M13.125,9.625 L12.6875,9.625 C12.075,9.0125 11.375,8.1375 11.375,7 L11.375,4.375 C11.375,1.925 9.45,0 7,0 C4.55,0 2.625,1.925 2.625,4.375 L2.625,7 C2.625,8.1375 1.925,9.0125 1.3125,9.625 L0.875,9.625 C0.35,9.625 0,9.975 0,10.5 C0,11.025 0.35,11.375 0.875,11.375 L13.125,11.375 C13.65,11.375 14,11.025 14,10.5 C14,9.975 13.65,9.625 13.125,9.625 Z' id='Path' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	background-color: #023278;
	border-radius: 3px 0 0 3px;
	color: white;
}
.message a {
	padding: 16px;
	color: #023278;
	line-height: 1.5;
}