/*
Theme Name: UTOW2
Theme URI: http://utwo.jp
Author: UTOW
Author URI: http://utwo.jp 2014/11
Description: This is UTOW original theme.
Version: 1.0
*/
/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* normalize.scss v2.1.0 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  /* Establish a vertical rhythm unit using $base-line-height. */
  line-height: 1.5em; }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements in IE 6/7.
 */
button, input, select, textarea {
  font-family: sans-serif; }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p, pre {
  margin: 1.5em 0; }

blockquote {
  /* Set 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.5em 40px; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em; }

h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em; }

h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em; }

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em; }

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
  line-height: 1.5em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }



/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm and a consistent indentation.
 */
dl, menu, ol, ul {
  margin: 1.5em 0;
  padding: 0 0 0 40px; }

dl {
  padding: 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border-color: #c0c0c0;
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-top-style: solid;
  border-top-width: 0.0625em;
  padding-top: 0.4625em;
  border-bottom-style: solid;
  border-bottom-width: 0.0625em;
  padding-bottom: 0.9125em;
  border-left-style: solid;
  border-left-width: 0.0625em;
  padding-left: 0.875em;
  border-right-style: solid;
  border-right-width: 0.0625em;
  padding-right: 0.875em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 4 */
  *vertical-align: middle;
  /* 4 */ }




/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"], input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */



  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'icomoon';
  src: url("./fonts/icomoon.eot");
  src: url("./fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("./fonts/icomoon.woff") format("woff"), url("./fonts/icomoon.ttf") format("truetype"), url("./fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'engdin';
  src: url("./fonts/engdin.eot");
  src: url("./fonts/engdin.eot?#iefix") format("embedded-opentype"), url("./fonts/engdin.woff") format("woff"), url("./fonts/engdin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-reorder, .icon-plus, .icon-minus, .icon-remove, .icon-arrow-up {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.icon-plus:before {
  content: "\e000"; }

.icon-minus:before {
  content: "\e001"; }

.icon-arrow-up:before {
  content: "\e002"; }

/*==================================
 base style
==================================*/
html {
  min-width: 320px;
  font-size: 62.5%;
  /*10px*/ }

body {
  line-height: 29px;
  color: #222222;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif; }

a {
  text-decoration: none;
  color: #5484C8; }

a:hover {
  color: #0000FF; }

img, video {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }




p {
  margin: 0 0 1em; }

ul {
  padding: 0; }

li {
  list-style-type: none; }

blockquote {
  margin: 0; }

.clearfix:after, .topSocial:after, ul.social:after, #authorSection:after, #authorLatestPosts .authorPostList:after, .relativePostTns:after, #prevNextPostSection a:after {
  content: "";
  display: block;
  clear: both; }

.clearfix, .topSocial, ul.social, #authorSection, #authorLatestPosts .authorPostList, .relativePostTns, #prevNextPostSection a {
  zoom: 1; }

.cateIcon {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 10;
  padding: 0 20px;
  text-align: center;
  line-height: 1.9em;
  font-size: 11px;
  font-size: 1.1rem;
  color: #FFF; }

.cateIcon2 {
  margin-top: 20px;
  margin-left: 3%;
  display: inline-block;
  max-width: 48%; }

.cateIcon2 span {
  color: #fff;
  padding: 0 10px;
  background: #FFF !important;
  color: #ef7300;
  border: 1px solid #EF7300;
  border-radius: 4px;
  display: inline-block;
  font-size: 13px;
  max-width: 250px;
  margin: 0 5px 5px 0; }

.cateIconColor01 {
  background-color: #06798d; }

.cateIconColor02 {
  background-color: #005481; }

.cateIconColor03 {
  background-color: #e64d9b; }

/*Headline*/
h1, h2, h3, h4, h5 {
  margin: 0;
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal; }

.sideSearch, #sideAboutCate, #sideCate, #sidePro, #sideRanking {
  margin: 0 auto 20px;
  background-color: #fff; }

.ie8 #sideAboutCate, .ie8 #sideCate, .ie8 #sidePro, .ie8 #sideRanking {
  border: 1px solid #e5e5e5; }

#sideAboutCate h3, #sideCate h3, #sidePro h3, #sideRanking h3 {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
  text-align: center; }

#sideAboutCate h3 i, #sideCate h3 i, #sidePro h3 i, #sideRanking h3 i {
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
  color: #ee8c4d; }

#sideAboutCate ul, #sideCate ul, #sidePro ul, #sideRanking ul {
  margin: 0; }

#sideAboutCate ul li, #sideCate ul li, #sidePro ul li, #sideRanking ul li {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-bottom: 1px solid #ececec;
  *zoom: 1; }

#sideAboutCate ul li:before, #sideCate ul li:before, #sidePro ul li:before, #sideRanking ul li:before, #sideAboutCate ul li:after, #sideCate ul li:after, #sidePro ul li:after, #sideRanking ul li:after {
  content: " ";
  display: table; }

#sideAboutCate ul li:after, #sideCate ul li:after, #sidePro ul li:after, #sideRanking ul li:after {
  clear: both; }


.mb {
  display: none; }

@media screen and (max-width: 760px) {
  .pc {
    display: none; }
  .mb {
    display: block; } }

/*button*/
.btn, .btnGray, .btnBlue, .btnGreen {
  display: inline-block;
  padding: 5px 23px;
  border: 1px #e6e6e6 solid;
  border-radius: 5px;
  color: #333;
  text-decoration: none; }

.btnGray {
  background: white;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #fcfcfc));
  background-image: -webkit-linear-gradient(top, #ffffff, #fcfcfc);
  background-image: linear-gradient(top, #ffffff, #fcfcfc);
  color: #333; }

.btnGray:hover {
  border: 1px #ccc solid;
  background: white;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(top, #ffffff, #ffffff); }

.btnBlue {
  background: #18445c;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #18445c), color-stop(100%, #174158));
  background-image: -webkit-linear-gradient(top, #18445c, #174158);
  background-image: linear-gradient(top, #18445c, #174158);
  color: #fff; }

.btnBlue:hover {
  background: #1c506c;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1c506c), color-stop(100%, #1a4a64));
  background-image: -webkit-linear-gradient(top, #1c506c, #1a4a64);
  background-image: linear-gradient(top, #1c506c, #1a4a64); }

.btnGreen {
  background: #83a603;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #83a603), color-stop(100%, #7fa103));
  background-image: -webkit-linear-gradient(top, #83a603, #7fa103);
  background-image: linear-gradient(top, #83a603, #7fa103);
  color: #fff; }

.btnGreen:hover {
  background: #93ba03;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #93ba03), color-stop(100%, #8bb003));
  background-image: -webkit-linear-gradient(top, #93ba03, #8bb003);
  background-image: linear-gradient(top, #93ba03, #8bb003); }

.loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background: white url("data:image/gif;base64,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") center center no-repeat; }

/*===================================
header
===================================*/
#globalHeader {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif; }
  #globalHeader .headerContents {
    padding: 40px 50px;
    background: #FFF;
    }
    #globalHeader .headerContents p {
      margin: 0; }
    #globalHeader .headerContents .headlogo {
      float: left;
      /*width: 118px;*/
      margin-right: 30px; }
      #globalHeader .headerContents .headlogo img {
        width: 160px;
        height: auto; }
    #globalHeader .headerContents .catch {
      float: left;
      width: 156px;
      height: 40px;
      background: url(img/common/logo_cat.png) no-repeat;
      text-indent: -9999px;
      font-size: 13px;
      color: #7B7C7C; }
    #globalHeader .headerContents .categoryLink {
      float: right;
      margin: 0 20px 0 0; }
      #globalHeader .headerContents .categoryLink li {
        float: left; }
        #globalHeader .headerContents .categoryLink li a {
          padding: 5px 20px;
          display: block;
          font-size: 14px;
          color: #515151;
          border-radius: 5px;
          font-weight: bold;
          color: #515151; }
        #globalHeader .headerContents .categoryLink li a:hover, #globalHeader .headerContents .categoryLink li a.on {
          background: #ebedef; }
      #globalHeader .headerContents .categoryLink li:first-child a {
        margin-right: 20px; }
    #globalHeader .headerContents .userLogin {
      float: right;
      margin-right: 20px; }
      #globalHeader .headerContents .userLogin a {
        padding: 5px 30px;
        display: block;
        font-size: 14px;
        color: #fff;
        background: #ef7300;
        border-radius: 5px;
        font-weight: bold;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased; }
      #globalHeader .headerContents .userLogin a:hover {
        opacity: 0.6; }
    #globalHeader .headerContents .userSignup {
      float: right;
      margin-right: 60px; }
      #globalHeader .headerContents .userSignup a {
        padding: 5px 30px;
        display: block;
        font-size: 14px;
        color: #fff;
        background: #ef7300;
        border-radius: 5px;
        font-weight: bold;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased; }
      #globalHeader .headerContents .userSignup a:hover {
        opacity: 0.6; }
    #globalHeader .headerContents #navBtn {
      position: absolute;
      right: 30px;
      background: url(./img/common/search_icon.png) left top no-repeat;
      background-size: 20px 18px;
      width: 40px;
      height: 36px;
      margin-top: 10px;
      display: block;
      cursor: pointer; }
    #globalHeader .headerContents #globalNav ul {
      display: none;
      float: none;
      margin: 0;
      width: 110%;
      position: absolute;
      top: 123px;
      background: rgba(255, 255, 255, 0.8);
      padding: 60px 0;
      text-align: right;
      margin-left: -50px;
      z-index: 100; }
      #globalHeader .headerContents #globalNav ul li {
        width: 320px;
        margin: 0 auto; }
        #globalHeader .headerContents #globalNav ul li input {
          float: left;
          height: 40px;
          border: 1px solid #ddd;
          border-radius: 0; }
        #globalHeader .headerContents #globalNav ul li #keywords1 {
          border-right: none;
          padding: 0 0 0 15px;
          background: #fff;
          width: 245px;
          margin: 0; }

@media screen and (max-width: 1234px) {
  #globalHeader {
    background: #FFF; }
    #globalHeader .headerContents {
      padding: 0;
      margin: 0; }
      #globalHeader .headerContents .headlogo {
        margin-left: 20px; }
      #globalHeader .headerContents .categoryLink {
        float: none;
        clear: both;
        margin: 0;
        border-top: 1px solid #dcdcdc;
        background: #FFF; }
        #globalHeader .headerContents .categoryLink li {
          float: left;
          width: 50%;
          height: 50px;
          padding-bottom: 8px; }
          #globalHeader .headerContents .categoryLink li a {
            padding: 12px 0;
            width: 100%;
            display: block;
            font-size: 16px;
            color: #515151;
            border-radius: 0;
            background: #FFF;
            text-align: center;
            font-weight: bold; }
          #globalHeader .headerContents .categoryLink li a:hover, #globalHeader .headerContents .categoryLink li a.on {
            background: #FFF;
            border-bottom: 5px solid #ef7300; }
      #globalHeader .headerContents .userSignup {
        margin-right: 80px; }
        #globalHeader .headerContents .userSignup a:hover {
          opacity: 0.8; }
      #globalHeader .headerContents #navBtn {
        position: absolute;
        top: 11px;
        right: 10px;
        background: url(./img/common/search_icon.png) left top no-repeat;
        background-size: 20px 18px; }
      #globalHeader .headerContents #globalNav ul {
        float: none;
        margin: 0;
        width: 110%;
        position: absolute;
        top: 120px;
        background: rgba(255, 255, 255, 0.8);
        padding: 30px 0; }
        #globalHeader .headerContents #globalNav ul li {
          width: 320px;
          margin: 0 auto; }
          #globalHeader .headerContents #globalNav ul li input {
            float: left;
            height: 40px;
            -webkit-appearance: none; }
          #globalHeader .headerContents #globalNav ul li #keywords1 {
            width: 250px;
            margin: 0; }
            .cateIcon2{
              max-width: 48%;
              margin-top: 10px;}}

@media screen and (max-width: 760px) {
  #globalHeader .headerContents .headlogo img {
    width: 103px;
  }
  #globalHeader .headerContents .catch {
        display: none; }
  #globalHeader .headerContents #globalNav ul {
    top: 107px; }
  #globalHeader .headerContents #globalNav ul li input {
    height: 32px; }
  #globalHeader .headerContents #globalNav ul li #keywords1 {
    width: 260px; }
  #globalHeader .headerContents .categoryLink li {
    height: auto;
    padding: 0; }
  #globalHeader .headerContents .categoryLink li a {
    font-size: 10px;
    padding: 7px 0 4px 0;
    border-bottom: 3px solid #fff; }
  #globalHeader .headerContents .categoryLink li a:hover, #globalHeader .headerContents .categoryLink li a.on {
    border-bottom: 3px solid #ef7300; }
  #globalHeader .headerContents .headlogo {
    width: 103px;
    margin: 2px 0 16px 10px; }
  #globalHeader {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100; }
  #globalHeader .headerContents {
    margin: 0 auto; }
  #globalHeader .headlogo {
    float: left;
    width: auto;
    height: auto;
    margin: 0;
    background: none;
    text-align: left;
    text-indent: 0; }
  #globalHeader .bnrJob {
    display: none; }
  #globalNav {
    margin-bottom: 0; }
  #globalNav ul {
    float: right;
    margin: 2px 0 0; }
  #globalNav a {
    margin: 0;
    text-indent: 0;
    background: none;
    line-height: 26px; }
  #globalNav .navAbout a, #globalNav .navCurriculum a, #globalNav .navMind a, #globalNav .navPro a, #globalNav .navEntry a, #globalNav .navContact a, #globalNav .navAccess a {
    width: auto;
    height: auto; }
  #globalHeader .headerContents .userLogin {
    margin-right: 5px; }
  #globalHeader .headerContents .userSignup {
    margin-right: 40px; }
  #globalHeader .headerContents .userSignup a, #globalHeader .headerContents .userLogin a {
    font-size: 10px;
    padding: 2px 10px;
    color: #aeb4b7;
    background: #ebedef; }
  #wrapper {
    margin-top: 106px; } }

@media screen and (max-width: 1234px) {
  #globalHeader .headerContents {
    /* 60px */
    padding-top: 10px; }
  #globalHeader .headlogo {
    float: none;
    margin-bottom: 11px;
    /* header + border */
    line-height: 40px; }
  #navBtn {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    cursor: pointer; }
  #globalNav {
    margin: 0 -10px; }
  #globalNav ul {
    display: none;
    float: none;
    margin-top: 0;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.95); }
  #globalNav li {
    margin-left: 0; }
  #globalNav a {
    margin-bottom: 0;
    padding: 10px 0 10px 20px;
    text-align: left;
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out; }
  #globalNav a:hover {
    background-color: #ececec; } }

@media screen and (max-width: 1270px) {
  #globalNav .navBtn {
    display: block;
    text-align: center;
    padding: 10px 0; }
  #globalNav .navBtn a {
    display: inline-block;
    padding: 0; } }

/*@media screen and (max-width: 1270px) {
  #globalHeader h1 {
    width: 70.85106%; } }*/

/*===================================
wrapper
===================================*/
#wrapper {
  position: relative; }

@media screen and (max-width: 1345px) { }

@media screen and (max-width: 760px) {
  #globalHeader .headerContents {
    padding-top: 14px; }
  #globalHeader .headerContents #navBtn {
    background-size: 20px 18px;
    width: 20px;
    height: 18px;
    margin-top: 10px;
    right: 10px; }
  #globalHeader h1 {
    line-height: 1; } }

/*===================================
container
===================================*/
#container {
  position: relative;
  width: 1175px;
  margin: 0 auto;
  padding: 0 0 34px; }

@media screen and (max-width: 1345px) {
  #container {
    width: auto; } }

@media screen and (max-width: 680px) {
  #container {
    padding: 0 10px 34px 10px;} }

/*===================================
main
===================================*/
#main {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  float: right;
  width: 840px; }

.moreArticle {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 500; }

.moreArticle a {
  display: block;
  background-color: #f3f3f4;
  line-height: 60px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #a8a8aa; }

.moreArticle a:hover {
  background-color: #e6e6e8; }

@media screen and (max-width: 1345px) {
  #main {
    width: 100%;
    padding-left: 320px; } }

@media screen and (max-width: 970px) {
  #main {
    float: none;
    margin-bottom: 50px;
    padding-left: 0; }
    .cateIcon2{
      margin:10px 0 0 1.5%;
      } }

/*===================================
side
===================================*/
#side {
  float: left;
  width: 300px; }
  #side .bnr {
    margin: 0 0 20px;
    text-align: center; }

#side .topBnr {
  margin: 0 0 20px; }

#side .topBnr li {
  margin-bottom: 10px;
  text-align: center; }

#topPage #side .topBnr {
  display: none; }
.sideSearch{
  box-sizing: border-box;
}
.sideSearch .inner {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 15px; }
.sideSearch .inspace{
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 3px;
  background: #ebedf0 url(img/common/search.png) 240px center no-repeat;
  font-size: inherit;
}
.sideSearch #searchsubmit{
  display: none;
}
#sideAboutCate h3{
  padding-top: 10px;
  padding-bottom: 30px;
  color: #ee8939;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: .1em;
}
#sideAboutCate .inner {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 25px 0 10px; }
#sideAboutCate .inner p{
  margin-bottom: 0;
}
#sideCate ul li {
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem; }

#sideCate ul li a {
  display: block;
  padding: 20px 15px;
  color: #3e3a39;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out; }

#sideCate ul li a::before {
  display: inline-block;
  content: '';
  margin-right: 15px;
  background: url("./img/sprite.png");
  height: 8px;
  width: 5px;
  background-position: 0 -1835px; }

#sideCate ul li a:hover {
  background-color: #ef7300;
  color: #fff; }

#sideCate ul li a:hover span {
  background-color: #fff;
  color: #ee8c4d; }

#sideCate ul li:last-child {
  border-bottom: none; }

#sideCate ul li span {
  display: inline-block;
  float: right;
  margin-top: -4px;
  padding: 5px;
  color: #999999;
  background-color: #ececec;
  border-radius: 5px; }

#sideRanking #sideCate ul li {
  padding: 20px 15px; }
  #sideRanking #sideCate ul li a {
    padding: 0; }
    #sideRanking #sideCate ul li a span {
      display: inline;
      float: none;
      margin-top: 0;
      padding: 0;
      color: #ee8c4d;
      background: none;
      font-family: "Roboto Condensed", sans-serif; }
  #sideRanking #sideCate ul li a:hover {
    background: none; }
  #sideRanking #sideCate ul li a::before {
    background: none;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    content: none; }
  #sideRanking #sideCate ul li a:hover span .wpp-views {
    color: #FFF; }

#sidePro ul li {
  padding: 20px 15px;
  font-family: 'Roboto', sans-serif;
  /*-webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  cursor: pointer;*/
  *zoom: 1; }

#sidePro ul li:before, #sidePro ul li:after {
  content: " ";
  display: table; }

#sidePro ul li:after {
  clear: both; }

#sidePro ul li:last-child {
  border-bottom: none; }

/*#sidePro ul li:hover {
  background-color: #ef7300; }*/

/*#sidePro ul li:hover a, #sidePro ul li:hover h4 {
  color: #FFF; }*/

#sidePro ul li img {
  float: left;
  border-radius: 50%; }

#sidePro ul li h4 {
  margin: 0 0 10px 75px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ee8c4d; }

#sidePro ul li p {
  margin-left: 75px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px; }

#sidePro ul li a {
  color: #3e3a39; }

#sideRanking {
  padding-bottom: 5px; }

#sideRanking .widgettitle {
  position: relative;
  padding: 15px 0;
  text-align: center;
  background: url(./img/common/ttl_special.png) center center no-repeat;
  border-bottom: 1px solid #ececec;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }
#sideRanking .widgettitle#ranking-knowhow {
  background: url(./img/common/ttl_ranking_01.png) center center no-repeat;
}
#sideRanking .widgettitle#ranking-job {
  background: url(./img/common/ttl_ranking_02.png) center center no-repeat;
}

#sideRanking ul li {
  padding: 20px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out; }

#sideRanking ul li:hover {
  background-color: #ef7300; }

#sideRanking ul li:hover a, #sideRanking ul li:hover .wpp-views {
  color: #FFF; }

#sideRanking ul li > a {
  display: block;
  overflow: hidden; }

#sideRanking ul li img {
  float: left;
  margin-right: 10px;
  max-height: 67px; }

#sideRanking ul li a {
  color: #3e3a39; }

#sideRanking ul li .wpp-views {
  display: block;
  color: #ee8c4d;
  font-family: 'Roboto Condensed', sans-serif; }

#sideRanking ul li:last-child {
  border-bottom: none; }

#sideBnr {
  text-align: center; }

#sideBnr h2 {
  display: none; }

#sideBnr img {
  /*height: 250px;*/
  margin: 0 0 20px;}

.st-tag-cloud {
  margin: 0;
  padding: 0;
  list-style: none;
}
.st-tag-cloud li {
  display: inline-block;
  margin: 0 .3em .3em 0;
  padding: 0;
}
.st-tag-cloud li a {
  display: inline-block;
  max-width: 100px;
  height: 28px;
  line-height: 28px;
  padding: 0 1em;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;

  color: #565A5C !important;
  font-size: 13px !important;
}
.st-tag-cloud li a:hover {
  background-color: #3498db;
  border: 1px solid #3498db;
  color: #fff;
}


/*side sns
---------------------------------------------------------------------------*/
#side .snsCont {
  margin-top: 20px; }
  #side .snsCont .contWrap {
    margin-bottom: 20px; }
  #side .snsCont .twitterCont:before {
    content: url(./img/common/sns_tw.gif); }
  #side .snsCont .gplusCont:before {
    content: url(./img/common/sns_g.gif); }
  #side .snsCont .snsicon {
    display: inline-block; }

@media screen and (max-width: 1345px) {
  #side {
    margin-right: -300px; } }

@media screen and (max-width: 880px) {
  #side {
    float: none;
    width: 100%;
    margin-left: 0; }
  .snsCont {
    width: 320px;
    margin: 0 auto; }
    .snsCont .contWrap {
      text-align: left; }
  #sideAboutCate h3, #sideCate h3, #sidePro h3, #sideRanking h3 {
    text-align: left;
    padding-left: 20px; }
/*  #sideRanking .widgettitle {
    background: url(./img/common/ttl_ranking.png) 20px center no-repeat; }*/
  .sideSearch{
    display: none;
  }
}

@media screen and (max-width: 680px) {
  #side .topBnr li {
    float: none;
    width: auto; }
  #sideAboutCate h3, #sideCate h3, #sidePro h3, #sideRanking h3 {
    text-align: left;
    padding-left: 20px; }
  #sideCate, #sidePro, #sideRanking, #sidePro, #sideRanking {
    max-width: 680px; }
  #sideCate, #sidePro, #sideRanking {
    padding-bottom: 5px; }
  #sideCate h3, #sidePro h3, #sideRanking h3 {
    cursor: pointer; }
  #sideCate ul li, #sidePro ul li, #sideRanking ul li {
    float: none;
    width: auto;
    margin-right: 0; }
  #sideCate ul li:nth-child(odd), #sidePro ul li:nth-child(odd), #sideRanking ul li:nth-child(odd) {
    clear: none; }
  #sideCate ul li.mediumSizeNone, #sidePro ul li.mediumSizeNone, #sideRanking ul li.mediumSizeNone {
    border-bottom: 1px dotted #999999; } }

@media screen and (max-width: 680px) {
  #sideCate {
    max-width: 680px;
    padding-bottom: 0;
    margin: 0; }
  #sideCate h3, #sideRanking .rankingttl, .textwidget h3 {
    margin-top: -1px;
    cursor: pointer;
    background: url(./img/common/i_swichopen.gif) right center no-repeat;
    padding-right: 15px;
    background-size: 36px 16px;
    border-top: 1px solid #ECECEB; }
  #sidePro {
    margin-bottom: 0;
    padding-bottom: 0; }
  #sideRanking .rankingttl {
    border-top: none; }
  #sideCate ul, .textwidget ul {
    display: none; }
  /* #sideCate ul, #sideRanking ul, .textwidget ul {
    display: none; } */
  #sideCate h3.active, #sideRanking .rankingttl.active, .textwidget h3.active {
    background: url(./img/common/i_swichclose.gif) right center no-repeat;
    background-size: 36px 16px; } }

/*===================================
pageTop
===================================*/
.pageTopBtn {
  display: none;
  clear: both;
  padding: 30px 0;
  text-align: right; }

.pageTopBtn a {
  display: inline-block;
  width: 35px;
  height: 36px;
  line-height: 35px;
  background-color: #ee8c4d;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff; }

.pageTopBtn a:hover {
  background-color: #d95e10; }

@media screen and (max-width: 880px) {
  .pageTopBtn {
    display: block; } }

/*===================================
footer
===================================*/
#globalFooter {
  clear: both;
  padding-top: 50px;
  font-size: 12px;
  font-size: 1.2rem; }

#globalFooter small {
  display: block;
  margin-bottom: 50px;
  padding: 20px 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700; }

#globalFooter h2 {
  float: left; }

#globalFooter nav {
  float: right;
  text-align: right;
  font-family: 'Roboto', sans-serif; }

#globalFooter nav ul {
  margin: 0; }

#globalFooter nav li {
  display: inline; }

#globalFooter nav li::after {
  content: " / "; }

#globalFooter nav li:last-child::after {
  content: ""; }

#globalFooter nav a {
  color: #3e3a39; }

@media screen and (max-width: 880px) {
  #globalFooter h2 {
    display: none; }
  #globalFooter nav {
    float: none;
    text-align: left; }
  #globalFooter nav li {
    display: block;
    float: left;
    width: 50%; }
  #globalFooter nav li::after {
    content: ""; }
  #globalFooter nav a {
    display: block;
    padding: 5px 5px 5px 15px; } }
.footerLogo{
  width: 118px;
  height: auto;
}
@media screen and (max-width: 880px) {
  #globalFooter {
    padding-top: 0; } }

/*===================================
top
===================================*/
.catch {
  line-height: 1.2;
  font-size: 12px;
  font-size: 1.2rem;
  color: #3e3a39; }

.topSocial {
  position: absolute;
  top: 34px;
  right: -55px;
  margin: 0;
  line-height: 1; }

.topSocial li {
  float: left;
  margin-right: 15px; }

@media screen and (max-width: 680px) {
  .catch {
    margin-bottom: 10px; }
  .topSocial {
    position: static; } }

#articleGallery {
  position: relative;
  *zoom: 1; }

#articleGallery:before, #articleGallery:after {
  content: " ";
  display: table; }

#articleGallery:after {
  clear: both; }

#articleGallery .galleryMain {
  position: relative;
  width: 100%;
  margin: 0 0 40px;
  background-color: #fff; }

#articleGallery .galleryMain ul {
  padding-bottom: 47%;
  margin: 0 0 30px; }

#articleGallery .galleryMain ul img {
  width: 100%; }

#articleGallery .galleryMain li {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
  display: none; }
  #articleGallery .galleryMain li a {
    display: block; }

#articleGallery .galleryMain .imgTtl {
  display: none;
  position: absolute;
  bottom: 80px;
  left: 80px;
  padding: 0 20px;
  height: 80px;
  line-height: 80px;
  background: #ef7300;
  color: #fff;
  font-size: 24px;
  margin-right: 40px;
  overflow: hidden; }

#articleGallery .galleryMain .galCompany {
  bottom: 161px;
  display: none;
  line-height: 1;
  padding: 0; }
  #articleGallery .galleryMain .galCompany .data {

    display: block;
    float: left;
    font-family: "engdin";
  -webkit-font-smoothing: antialiased;
    height: 80px;
    line-height: 1;
    padding-top: 18px;
    text-align: center;
    width: 80px; }
    #articleGallery .galleryMain .galCompany .data .data1 {
      display: block;
      font-size: 34px; }
    #articleGallery .galleryMain .galCompany .data .data2 {
      display: block;
      font-size: 15px; }
  #articleGallery .galleryMain .galCompany span.companyName {
   font-family: "engdin";
  -webkit-font-smoothing: antialiased;
    display: block;
    font-size: 36px;
    height: auto;
    padding: 20px 20px 0 104px; }

.ie8 #articleGallery .galleryMain .imgTtl {
  background-color: #333; }

#articleGallery .galleryTn {
  width: 28.98551%;
  height: 310px;
  margin: 0;
  z-index: 1000; }

#articleGallery .galleryTn li {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 25%;
  padding: 10px 10px 10px 15px;
  *zoom: 1;
  cursor: pointer; }

#articleGallery .galleryTn li:before, #articleGallery .galleryTn li:after {
  content: " ";
  display: table; }

#articleGallery .galleryTn li:after {
  clear: both; }

#articleGallery .galleryTn li img {
  float: left;
  width: 36.36364%; }

#articleGallery .galleryTn li a {
  display: block;
  height: 100%; }

#articleGallery .galleryTn li h2 {
  margin-left: 40%;
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  color: #3e3a39; }

#articleGallery .galleryTn li:hover {
  background: #fff; }

#articleGallery .galleryTn li:hover h2 {
  color: #ee8c4d; }

#articleGallery .galleryTn li.cr {
  background: url(./img/top/bg_gallery_tn_cr.png) left center no-repeat; }

#articleGallery .galleryTn li.cr h2 {
  color: #3e3a39 !important; }

#articleGallery .topBnr {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 28.98551%;
  margin: 0; }

#articleGallery .topBnr li {
  margin-top: 10px; }

#articleGallery .galleryMain {
  float: none;
  width: auto;
  margin: 0 auto 10px auto;
  margin-bottom: -10%; }

#articleGallery .galleryMain li {
  padding: 0; }

#articleGallery .galleryMain img {
  width: 100%; }

#articleGallery .galleryMain .imgTtl {
  display: block; }

#articleGallery .galleryTn {
  float: none;
  width: auto;
  height: auto !important;
  margin-bottom: 20px;
  text-align: center;
  position: relative; }

#articleGallery .galleryTn li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  background-color: #ebedef;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

#articleGallery .galleryTn li img {
  display: none; }

#articleGallery .galleryTn li.cr {
  background: #ee8c4d; }

#articleGallery .topBnr {
  display: none; }

@media screen and (max-width: 760px) {
  #articleGallery .galleryMain ul {
      margin: 0;
    padding-bottom: 86%; }
  #articleGallery .galleryMain li {
    padding-bottom: 120px;
    background: #fff; }
  #articleGallery .galleryMain .imgTtl {
  color: #ef7300;
    font-size: 12px;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 50px;
    line-height: 1.4;
    padding-top: 20px; }
  #articleGallery .galleryMain .galCompany {
    bottom: 50px;
    width: 100%;
    line-height: 1;
    padding: 16px 0 0 0;
    height: 80px; }
    #articleGallery .galleryMain .galCompany .data {

     font-family: 'engdin';
      background: #FFF;
      color: #ef7300;

      display: inline-block;
      height: auto;
      width: auto;
      text-align: left;
      padding: 0 0 0 20px;
      line-height: 1.6;
      float: none; }
      #articleGallery .galleryMain .galCompany .data .data1 {
        display: inline;
        font-size: 20px; }
      #articleGallery .galleryMain .galCompany .data .data2 {
        display: inline;
        font-size: 20px; }
    #articleGallery .galleryMain .galCompany span.companyName {
      font-size: 26px;
      display: block;
      padding: 0 0 0 20px;
      height: auto;
      line-height: 1.3;
      float: none; }
  #articleGallery .galleryTn {
    margin-bottom: 10px; } }

@media screen and (max-width: 600px) {
  #articleGallery .galleryMain ul {
    padding-bottom: 82%; } }

@media screen and (max-width: 480px) {
  #articleGallery .galleryMain ul {
    padding-bottom: 88%; } }

@media screen and (max-width: 320px) {
  #articleGallery .galleryMain ul {
    padding-bottom: 98%; } }

@media screen and (max-width: 1270px) {
  #articleGallery .galleryMain {
    margin: 0 auto -30px auto; }

#articleGallery .galleryMain ul {
  margin: 0; }}

@media screen and (max-width: 760px) {
  #articleGallery .galleryMain .imgTtl {
    padding: 0 20px;
    width: 96%; }
#articleGallery .galleryMain .galCompany span.companyName {
  color: #ef7300;
    font-size: 45px;
  line-height:50px;
     }

  #articleGallery .galleryMain .galCompany {
  padding: 20px 0;
    width: 100%; } }

@media screen and (max-width: 500px) {
  #articleGallery .galleryMain .imgTtl {
    padding: 0 20px;
    color: #ef7300;
    background: #fff;
    width: 92%; }
  #articleGallery .galleryMain .galCompany {
  padding: 20px 0;
    width: 100%; }
#articleGallery .galleryMain .galCompany span.companyName {
  color: #ef7300;
    font-size: 40px;
  line-height:45px;
     }
#articleGallery .galleryMain .galCompany .data {
     background: #FFF;
      color: #ef7300;
     }}

@media screen and (max-width: 420px) {
  #articleGallery .galleryMain .imgTtl {
    background: #ffffff;
   color: #ef7300;
    width: 96%;
    padding: 0 20px;
    height: 50px; }
  #articleGallery .galleryMain .galCompany {
  color: #ef7300;
    width: 100%;
    padding: 10px 20px;}
  #articleGallery .galleryMain .galCompany span.companyName {
  color: #ef7300;
    font-size: 35px;
  line-height:40px;
    padding-left: 0; }
  #articleGallery .galleryMain .galCompany .data {
     background: #FFF;
      color: #ef7300;
    padding-left: 0; }
  #articleGallery .galleryMain .galCompany .data .data2, #articleGallery .galleryMain .galCompany .data .data1 {
    font-size: 14px; } }

@media screen and (min-width: 761px) {
  #articleGallery .galleryMain .imgTtl {
    white-space: nowrap;
    /* 改行を半角スペースに置き換える */
    overflow: hidden;
    /* はみだした部分を削除する */
    text-overflow: ellipsis;
    /* 末尾に「…」を付加する */
    max-width: 80%; }
  #articleGallery .galleryMain .galCompany {
    width: auto; } }

@media screen and (min-width: 1271px) {
  #articleGallery .galleryMain .imgTtl {
    max-width: 90%; } }

@media screen and (min-width: 1024px) {
  #articleGallery .galleryMain li {
    height: 80%; } }

@media screen and (max-width: 1270px) {
  #articleGallery .galleryMain li {
    height: 97%; } }

.topPost {
  position: relative;
  margin-bottom: 20px;
  background-color: #fff; }

.topPost a {
  display: block;
  *zoom: 1;
  background-color: #fff;
  color: #515151;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out; }

.topPost a:before, .topPost a:after {
  content: " ";
  display: table; }

.topPost a:after {
  clear: both; }

.topPost a:hover {
  background-color: #ececec; }

.topPost .tn {
  overflow: hidden;
  position: relative;
  float: left;
  width: 48.50746%;
  padding-bottom: 27.16418%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  -webkit-transition: background-size 0.2s ease-out;
  transition: background-size 0.2s ease-out;
  cursor: pointer; }

.topPost .tn:hover {
  background-size: 103% auto; }

.topPost .cateIcon {
  left: 0;
  top: 0; }

.topPost h2 {
  margin-left: 51.49254%;
  padding: 20px 20px 10px 0;
  line-height: 1.5; }

.topPost h2 a {
  color: #515151; }

.topPost h2 a:hover {
  color: #ee8c4d; }

.topPost .topPostMeta {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 48.50746%;
  text-align: right;
  font-family: 'Roboto', sans-serif;
  *zoom: 1; }

.topPost .topPostMeta:before, .topPost .topPostMeta:after {
  content: " ";
  display: table; }

.topPost .topPostMeta:after {
  clear: both; }

.topPost .topPostMeta .postAuthor {
  margin: 0 0 24px 20px;
  line-height: 1.36;
  text-align: left;
  font-style: italic;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Roboto', sans-serif; }

.topPost .topPostMeta .postAuthor a {
  color: #5f5f5f; }

.topPost .topPostMeta .postAuthor a:hover {
  color: #ee8c4d; }

.topPost .topPostMeta .postAuthor img {
  float: left;
  margin-right: 10px; }

.topPost .topPostMeta .postAuthor div {
  margin-left: 40px; }

.topPost .topPostMeta .postAuthor .name {
  color: #555; }

.topPost .topPostMeta .postShare {
  float: left;
  margin-left: 20px;
  color: #a8a8aa;
  font-size: 13px;
  font-size: 1.3rem; }

.topPost .topPostMeta .postShare strong {
  padding-right: 5px;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem; }

.topPost .topPostMeta .postShare i {
  font-style: italic; }

.topPost .topPostMeta .postDate {
  color: #ee8c4d; }

@media screen and (max-width: 1234px) {
  .topPost h2{
    padding-top: 4px;}}
@media screen and (max-width: 1055px) {
  .topPost .topPostMeta .postAuthor {
    display: none; } }

@media screen and (max-width: 880px) {
  .topPost .tn {
    width: 37.7907%;
    padding-bottom: 21.41176%; }
  .topPost h2 {
    margin-left: 39.53488%; }
  .topPost .topPostMeta {
    width: 60.46512%; }
  .topPost .topPostMeta .postAuthor {
    display: block; } }

@media screen and (max-width: 760px) {
  .topPost .topPostMeta {
    position: static;
    width: auto;
    margin-left: 39.53488%;
    padding-right: 20px; }
  .topPost .topPostMeta .postAuthor, .topPost .topPostMeta .postShare {
    margin-left: 0; } }

@media screen and (max-width: 680px) {
  .topPost .topPostMeta .postAuthor {
    display: none; }
  .topPost a {
    position: relative; }
  .topPost .tn {
    float: none;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 55%;
    background-position: top;
    position: static;
    margin-bottom: 12px; }
  .topPost .cateIcon2 {
    bottom: 110px;
    top: auto;
    margin:10px 0 0 0;
    color: #ef7300;

    border-radius: 4px;


    display: inline; }
  .topPost h2 {
    width: 95%;
    margin: 0 auto;
    padding: 12px 0 0 0; }
  .topPost .topPostMeta .postShare {
    float: right; }
  .topPost .topPostMeta {
    text-align: left;
    margin-left: 5%;
    padding-bottom: 20px; } }

@media screen and (max-width: 500px) {
  .topPost .tn {
    overflow: visible;
    margin-top: 10px;
    margin-bottom: 12px;
    padding: 0;
    height: 190px; }
  .topPost .cateIcon {
    top: 210px;
    width: auto;
    bottom: auto;
    padding: 4px 8px; }
  .topPost h2 {
    margin-bottom: 0;
    font-size: 14px;
    font-size: 1.4rem; }
  .topPost .topPostMeta {
    clear: left;
    margin-left: 0;
    padding-right: 10px;
    text-align: left;
    padding-bottom: 10px; }
  .topPost .topPostMeta .postShare {
    font-size: 11px;
    font-size: 1.1rem;
    margin-left: 0; }
  .topPost .topPostMeta .postShare strong {
    font-size: 16px;
    font-size: 1.6rem; }
  .topPost .topPostMeta .postDate {
    display: block;
    margin-left: 3%;
    font-size: 12px;
    font-size: 1.2rem; } }

/*===================================
single page
===================================*/
#articleCate {
  margin-bottom: 30px;
  padding: 30px 10px;
  color: #d95e10;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.06; }

#singleArticle {
  margin-bottom: 20px;
  background-color: #fff; }

.ie8 #singleArticle {
  border: 1px solid #e5e5e5; }

#breadcrumb ul {
  margin: 20px 0 20px 10px;
  color: #7B7C7C; }

#breadcrumb ul li {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem; }

#breadcrumb ul a {
  color: #3e3a39; }

#breadcrumb ul a:after {
  content: " > "; }

#breadcrumb ul a:hover {
  color: #ee8c4d; }

ul.social {
  margin: 0 0 20px 0; }

ul.social li {
  float: left;
  margin-right: 10px; }

ul.social .line_friend img{
  width:30%;
height:30%;}

.footerSocial .line img{
 width:100% !important;
height:100% !important;}

.footerSocial .line_friend img{
 width:30% !important;
height:30% !important;}

@media screen and (max-width: 680px) {
  #breadcrumb {
    display: none; }
  #breadcrumb ul {
    margin-bottom: 10px; }
  li.hide_mobile {
    display: none; }
  }

.footerSocial {
  margin-bottom: 0;
  padding: 20px 0;
  line-height: 1; }

.footerSocial .twitter {
  width: 75px; }

 .footerSocial .gplus {
  width: 55px; }

.footerSocial .line {
  width: 90px; }


@media screen and (max-width: 680px) {
  #articleCate {
    padding: 30px 10px 10px 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-size: 1.8rem; }
  ul.social li {
    margin-bottom: 10px; } }

.articleMeta {
  position: relative;
  padding: 0 30px 30px; }

.articleMeta .articleDate {

  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'Roboto', sans-serif;
  color: #ee8c4d; }

.articleMeta h1 {
  margin-bottom: 1em;
  line-height: 1.8;
  font-size: 25px;
  font-size: 2.5rem;
  color: #222; }

.articleMeta .articleCate {
  display: inline-block;
  margin-bottom: 30px;
  line-height: 1;
  font-size: 11px;
  font-size: 1.1rem; }

.articleMeta .articleCate a {
  display: block;
  padding: 5px 15px;
  color: #fff;
  background: #d95e10; }

.articleMeta .articleCate a:hover {
  background-color: #ee8c4d; }

.articleMeta .metaPro {
  position: absolute;
  bottom: 30px;
  right: 30px;
  line-height: 1.36;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Roboto', sans-serif; }

.articleMeta .metaPro a {
  color: #5f5f5f; }

.articleMeta .metaPro a:hover {
  color: #ee8c4d; }

.articleMeta .metaPro img {
  float: left;
  margin-right: 10px; }

.articleMeta .metaPro div {
  margin-left: 40px; }

.articleMeta .metaPro .name {
  color: #555; }

@media screen and (max-width: 940px) {
  .articleMeta .metaPro {
    position: static;
    margin-bottom: 15px; } }

@media screen and (max-width: 880px) {
  .articleMeta .metaPro {
    position: absolute; } }

@media screen and (max-width: 680px) {
  .articleMeta {
    padding: 0 10px 10px 10px; }
  .articleMeta .articleCate {
    margin-bottom: 15px; }
  .articleMeta .metaPro {
    display: none;
    position: static;
    margin-bottom: 15px; }
  .articleMeta h1 {
    font-size: 1.8rem;
    line-height: 1.8; } }

.articleTags {
  padding: 13px 0 13px 70px;
  background: whitesmoke url(./img/common/icon_tag.png) 30px 20px no-repeat; }

.articleTags ul {
  margin: 0; }

.articleTags li {
  display: inline-block;
  margin-right: 5px;
  padding: 5px 15px;
  background-color: #fff;
  line-height: 1;
  box-shadow: 0 1px 2px #b3b3b3;
  font-size: 11px;
  font-size: 1.1rem; }

.articleTags a {
  color: #222222; }

.articleTags a:hover {
  color: #ee8c4d; }

#articleContent img:not([width]){
  width:780px;
  margin-bottom:20px;}

#articleContent img.entry{
  width:480px;
  margin-bottom:20px;}

@media screen and (max-width: 680px) {
  .articleTags {
    padding: 10px 10px 10px 50px;
    background-position: 10px 17px; } }

#articleContent {
  padding: 30px 30px 0;
  background-color: #fff; }



#articleContent .articleMainImg {
  margin-bottom: 40px; }

#articleContent .articleMainImg img {
  width: 100%; }

#articleContent .mainImgBottomBunner, #articleContent .articleBottomBunner {
  margin-bottom: 30px; }

#articleContent h2 {
  margin-bottom: 1.2em;
  padding: 25px;
  border-left: 2px solid #d95e10;
  background-color: #f2f2f2;
  line-height: 1.2;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold; }

#articleContent h2.widgettitle {
  display: none; }

#articleContent h3 {
  margin: 1.35em 0;
  padding: 4px 0 4px 15px;
  border-left: 5px solid #d95e10;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;}

#articleContent h3.h3Style02 {
  padding: 4px 0 15px 0;
  border-left: none;
  background: url(./img/common/bg_h3_style02.png) left bottom repeat-x;
  font-weight: bold;}

#articleContent h4 {
  margin: 1.35em 0;
  padding: 4px 5px;
  border-bottom: 2px solid #d95e10;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.8rem; }

#articleContent p, #articleContent blockquote {
  line-height: 2; }

#articleContent p {
  margin-bottom: 40px; }

#articleContent blockquote {
  position: relative;
  margin-bottom: 50px;
  padding: 30px 60px;
  border: 1px dotted #3e3a39; }

#articleContent blockquote::before {
  position: absolute;
  top: 36px;
  left: 20px;
  content: "";
  background: url("./img/sprite.png");
  height: 8px;
  width: 11px;
  background-position: 0 -1787px; }

#articleContent blockquote::after {
  position: absolute;
  bottom: 36px;
  right: 20px;
  content: "";
  background: url("./img/sprite.png");
  height: 8px;
  width: 11px;
  background-position: 0 -1787px; }

#articleContent blockquote p:last-of-type, #articleContent blockquote ul:last-of-type {
  margin-bottom: 0; }

#articleContent a {
  font-weight: bold;
  text-decoration: underline; }

#articleContent ul {
  margin-bottom: 40px; }

#articleContent ul.ulStyle01 li {
  margin-bottom: 18px;
  padding-left: 15px;
  background: url(./img/common/icon_circle01.png) left center no-repeat;
  line-height: 1.6;
  font-size: 15px;
  font-size: 1.5rem; }

#articleContent table {
  width: 100%;
  margin-bottom: 40px;
  font-size: 12px;}

@media screen and (max-width: 680px) {
  #articleContent table {
  width: 100%;
  margin-bottom: 40px;
  font-size: 10px;
  line-height:20px;}
  #articleContent table td:first-child {
  width: 30%; }}

#articleContent table td {
  padding: 10px 20px;
  border: 1px solid #ccc; }

#articleContent table td:first-child {
  width: 30%; }

#articleContent table tr:nth-child(odd) td {
  background-color: #f2f2f2; }

@media screen and (max-width: 680px) {
  #articleContent {
    padding: 10px 10px 0; }
  #articleContent h2 {
    padding: 15px 20px; }
  #articleContent blockquote {
    margin-bottom: 50px;
    padding: 15px 30px; }
  #articleContent blockquote::before {
    position: absolute;
    top: 20px;
    left: 10px; }
  #articleContent p {
    font-size: 1.4rem; } }

/* page navigation
----------------------------------- */
@media screen and (min-width: 681px) {
  .pagination {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    height: 0; }
    .pagination a, .pagination span {
      display: inline-block;
      margin-left: 5px;
      border: 1px solid #ddd;
      color: #565a5c;
      width: 25px;
      height: 25px;
      line-height: 25px;
      text-align: center;
      border-radius: 4px;
      font-size: 12px; }
    .pagination a:hover {
      background-color: #ECECEC; }
    .pagination a.inactive {
      display: none;
    }
    .pagination .current {
      background: #f0a113;
      color: #FFF;
      border: 1px solid #ec7b3e; }
    .pagination .dots {
      border: none; } }

@media screen and (max-width: 680px) {
  .pagination {
    text-align: center;
    font-family: 'Roboto', sans-serif; }
    .pagination .inactive
    {
      display: none;
    }
    .pagination .first, .pagination .prev, .pagination .next, .pagination .last
    {
      display: inline-block;
      padding: 0 10px;
      height: 36px;
      line-height: 34px;
      color: #A8A8AA;
      font-weight: bold;
      font-size: 16px;
      background-color: #ebedf0;
      border-radius: 4px; }
    .pagination a.inactive {
      display: none;
    }
    .pagination .prev:after {
      content: " 前へ";
      font-size: 12px; }
    .pagination .next:before {
      content: "次へ ";
      font-size: 12px; } }

#authorSection {
  padding-bottom: 30px; }

#authorSection h3 {
  padding: 15px 0 15px 30px;
  margin-bottom: 20px;
  line-height: 1.2;
  background-color: #f5f5f5;
  font-size: 14px;
  font-size: 1.4rem; }

#authorSection .authorAvatar {
  float: left;
  margin-left: 30px; }

#authorSection #profileTxtSet {
  position: relative;
  overflow: hidden;
  margin: 0 30px 20px 120px; }

#authorSection #profileTxtSet dt {
  margin-bottom: 10px;
  color: #ee8c4d;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'Roboto', sans-serif; }

#authorSection #profileTxtSet dd {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #555; }

#authorSection #profileTxtSet dd span {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 10px;
  font-size: 1rem;
  color: #656565; }

#authorSection #profileTxtSet dd br {
  display: none; }

#authorLatestPosts h4 {
  padding: 15px 0px 15px 30px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 14px;
  font-size: 1.4rem;
  background-color:#f5f5f5;
}

#authorLatestPosts .authorPostList {
  margin: 0 30px 0 29px; }

#authorLatestPosts .authorPostList .authorPost {
  float: left;
  width: 21.34146%;
  margin-right: 4.87805%;
  line-height: 1.6;
  font-size: 11px;
  font-size: 1.1rem; }

#authorLatestPosts .authorPostList .authorPost:last-child {
  margin-right: 0; }

#authorLatestPosts .authorPostList .authorPost .postImage {
  position: relative; }

#authorLatestPosts .authorPostList .authorPost .postImage .cateIcon {
  width: 100%;
  bottom: 15px; }

#authorLatestPosts .authorPostList .authorPost .postImage img {
  width: 100%;
  margin-bottom: 15px;
  vertical-align: bottom; }

#authorLatestPosts .authorPostList .authorPost .postDate {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Roboto', sans-serif;
  color: #898989; }

#authorLatestPosts .authorPostList .authorPost a {
  color: #656565; }

#authorLatestPosts .authorPostList .authorPost a:hover {
  color: #ee8c4d; }

.relativePost {
  padding-bottom: 10px; }

.relativePost h3 {
  padding: 15px 0 15px 30px;
  background-color: #f5f5f5;
  line-height: 1.2;
  font-size: 14px;
  font-size: 1.4rem; }

.relativePost h3.ttlPro, .relativePost h3.ttlRelative {
  background-color: #f5f5f5; }

.relativePost h3 + p {
  margin: 20px 0 0 30px; }

.relativePostTns {
  padding: 20px 29px 0 30px; }

.relativePostTns .relativePostTn {
  display: block;
  float: left;
  width: 21.34146%;
  margin-right: 4.87805%;
  line-height: 1.6;
  font-size: 11px;
  font-size: 1.1rem;
  color: #656565; }

.relativePostTns .relativePostTn:last-child {
  margin-right: 0; }

.relativePostTns .relativePostTn:hover {
  color: #ee8c4d; }

.relativePostTns .relativePostTn .postImg {
  position: relative; }

.relativePostTns .relativePostTn .postImg .cateIcon {
  bottom: 15px;
  width: 100%; }

.relativePostTns .relativePostTn img {
  width: 100%;
  margin-bottom: 15px;
  vertical-align: bottom; }

.relativePostTns .relativePostTn .date {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Roboto', sans-serif;
  color: #898989; }

#prevNextPostSection h3 {
  padding: 15px 0 15px 30px;
  background-color: #f5f5f5;
  line-height: 1.2;
  font-size: 14px;
  font-size: 1.4rem; }

#prevNextPostSection a {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 50%;
  line-height: 1.6;
  font-size: 11px;
  font-size: 1.1rem;
  color: #656565;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out; }

#prevNextPostSection a:hover {
  background-color: #e7e7e7; }

#prevNextPostSection .postImg {
  position: relative;
  width: 44.09449%; }

#prevNextPostSection .postImg .cateIcon {
  width: 100%;
  bottom: 0; }

#prevNextPostSection .postImg img {
  width: 100%;
  vertical-align: bottom; }

#prevNextPostSection .postDate {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Roboto', sans-serif;
  color: #656565; }

#prevNextPostSection .nextPost {
  float: left;
  padding: 30px 0 25px 40px;
  background: url(./img/common/icon_prev.png) 10px center no-repeat; }

#prevNextPostSection .nextPost:hover {
  background-image: url(./img/common/icon_prev-on.png); }

#prevNextPostSection .nextPost .postImg {
  float: left; }

#prevNextPostSection .nextPost .postDate, #prevNextPostSection .nextPost .postTitle {
  margin-left: 47.24409%;
  padding-right: 15px; }

#prevNextPostSection .prevPost {
  float: right;
  padding: 30px 40px 25px 0;
  background: url(./img/common/icon_next.png) right center no-repeat; }

#prevNextPostSection .prevPost:hover {
  background-image: url(./img/common/icon_next-on.png); }

#prevNextPostSection .prevPost .postImg {
  float: right; }

#prevNextPostSection .prevPost .postDate, #prevNextPostSection .prevPost .postTitle {
  margin-right: 47.24409%;
  padding-left: 15px; }

@media screen and (max-width: 680px) {
  #authorSection {
    border-top: 1px solid #e0e0e0; }
  #authorSection h3 {
    padding-left: 10px; }
  #authorSection .authorAvatar {
    margin-left: 10px; }
  #authorSection #profileTxtSet {
    margin-left: 100px; }
  #authorSection #profileTxtSet dd span {
    position: static;
    display: block; }
  #authorLatestPosts h4 {
    padding-left: 10px; }
  #authorLatestPosts .authorPostList {
    margin: 0 10px; }
  #authorLatestPosts .authorPostList .authorPost {
    overflow: hidden;
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }
  #authorLatestPosts .authorPostList .authorPost .postImage img {
    float: left;
    width: 100px;
    margin-right: 10px; }
  #authorLatestPosts .authorPostList .authorPost .postDate {
    margin-left: 110px; }
  .relativePost h3 {
    padding-left: 10px; }
  .relativePostTns {
    padding: 20px 10px 0; }
  .relativePostTns .relativePostTn {
    overflow: hidden;
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }
  .relativePostTns .relativePostTn img {
    float: left;
    width: 100px;
    margin-right: 10px; }
  .relativePostTns .relativePostTn .date {
    margin-left: 110px; }
  .relativePostTns .relativePostTn .relativePostTnTitle {
    margin-left: 110px; } }

@media screen and (max-width: 580px) {
  #prevNextPostSection .postImg {
    float: none;
    width: auto; }
  #prevNextPostSection .nextPost {
    padding: 10px 10px 10px 30px; }
  #prevNextPostSection .nextPost .postDate, #prevNextPostSection .nextPost .postTitle {
    clear: left;
    margin-left: 0;
    padding-right: 0; }
  #prevNextPostSection .prevPost {
    padding: 10px 30px 10px 10px; }
  #prevNextPostSection .prevPost .postImg {
    float: left; }
  #prevNextPostSection .prevPost .postDate, #prevNextPostSection .prevPost .postTitle {
    clear: left;
    margin-right: 0;
    padding-left: 0; } }

.likeBox, .fbComment {
  margin-bottom: 20px;
  padding: 30px;
  background-color: #fff; }

@media screen and (max-width: 680px) {
  .likeBox, .fbComment {
    padding: 15px 10px; } }

/* Facebook Like Box width: 100% */
.likeBox .fbcomments, .fbComment .fbcomments, .likeBox .fb_iframe_widget, .fbComment .fb_iframe_widget, .likeBox .fb_iframe_widget[style], .fbComment .fb_iframe_widget[style], .likeBox .fb_iframe_widget iframe[style], .fbComment .fb_iframe_widget iframe[style], .likeBox .fbcomments iframe[style], .fbComment .fbcomments iframe[style], .likeBox .fb_iframe_widget span, .fbComment .fb_iframe_widget span, .fbComment .fbcomments, .fbComment .fb_iframe_widget, .fbComment .fb_iframe_widget[style], .fbComment .fb_iframe_widget iframe[style], .fbComment .fbcomments iframe[style], .fbComment .fb_iframe_widget span {
  width: 100% !important; }

/* form page style
----------------------------------- */
.formWrapper #main {
  float: none;
  width: 100%;
  margin: 0 auto; }

.formWrapper #main #articleContent {
  padding-bottom: 50px; }

.formWrapper div#trust-form.contact-form span.require {
  display: inline-block;
  float: right;
  vertical-align: middle;
  margin-left: 10px;
  padding: 5px 8px;
  background-color: #ee8c4d;
  border-radius: 3px;
  color: #fff;
  line-height: 1;
  font-size: 10px;
  font-weight: normal; }

.formWrapper div#trust-form.contact-form input[type='text'], textarea {
  width: 90%;
  border: 1px #ffd17f solid;
  border-radius: 3px;
  box-shadow: 0 0 1px 2px #ffdfb2, 1px 1px 1px #e5e5e5 inset; }

.formWrapper div#trust-form.contact-form input[type='text']:focus, textarea:focus {
  background-color: #fff7f2; }

.formWrapper #articleContent table {
  border: 1px #ccc solid; }

.formWrapper #articleContent table th {
  border-right: 1px #ccc solid; }

.formWrapper #articleContent table tr:nth-child(odd) td {
  background-color: transparent; }

.formWrapper div#trust-form.contact-form #confirm-button input {
  margin: 0 10px;
  padding: 12px 30px;
  background-color: #f18e47;
  border: none;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  line-height: 1; }

.formWrapper div#trust-form.contact-form #confirm-button input[name='return-to-input'] {
  background-color: #ccc; }

@media screen and (max-width: 1345px) {
  .formWrapper #main {
    padding-right: 0; } }

.fb-like {
  width: auto !important;
  display: inline-block !important; }

/* 動画埋込レスポンシブ対応 2014.05.30 追記 ここから */
.video-container {
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  /*  overflow: hidden; */ }

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* 動画埋込レスポンシブ対応 2014.05.30 追記 ここまで */

/* side bar カテゴリツリー化 */
#sideCate li ul {
  margin-left: 15px;
  display: none;
}
/* #sideCate li:hover ul {
  display: block;
} */
#sideCate li {
  cursor: pointer;
}

/* ===================
 * Image Buttons
 * =================== */

.button-img a {
  display: block;
}

.button-img img {
  margin-bottom: 20px;
}

.button-img:hover img {
  /* box-shadow: 0 3px 0 #DD4C0A, 0 6px 0px rgba(0,0,0,0.2); */
  /*-webkit-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-animation: flash 1s;
  animation: flash 1s;*/
}

.button-img:active img {
  /* box-shadow: 0 0 0 #047c71, 0 0 0px rgba(0,0,0,0.2); */
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  transition-duration: 0.1s;
}

@-webkit-keyframes flash {
  0% {
    opacity:1.0;
    filter:alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
  }
  10% {
    opacity:0.6;
    filter:alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
  }
  100% {
    opacity:1.0;
    filter:alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
  }
}

@keyframes flash {
  0% {
    opacity:1.0;
    filter:alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
  }
  10% {
    opacity:0.6;
    filter:alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
  }
  100% {
    opacity:1.0;
    filter:alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
  }
}

/* ===================
 * For job posts
 * =================== */

.information__image .companyLogo {
  width: 170px !important;
}

.information.staffComment .information__image {
  display: inline-block;
  max-width: 150px;
  margin-right: 1em;
}

.information.staffComment .information__contents {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 150px - 1.5em);
}

@media screen and (max-width: 760px) {
  .information.staffComment .information__contents {
    width: 100%;
  }
}
