@charset "utf-8";
/*
Theme Name: WordPress Theme for Voltage Inc.
Theme URI: http://vol-ja.voltage-tk1.co.jp/wp/wp-content/themes/voltage
Description: WordPressのテーマ。レスポンシブ対応。
Author: Voltage Inc.
Author URI: http://vol-ja.voltage-tk1.co.jp/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, two-columns
*/
@import "css/normalize.css";
@import "css/responsive-type.css?v=2";
@import "css/layout.css";
@import "css/header.css";
@import "css/footer.css";
@import "css/contents.css?180214";
@import "css/flexslider.css";

/* ボックスモデル */
*,*::before,*::after {
  box-sizing: border-box;
}

/* クリアフィックス */
.clearfix {
  width:100%;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* リンク */
a {
  transition: 0.15s;
  color: #535353;
  overflow: hidden;
  outline: none;
}
a:hover {
  opacity: 0.8;
}

/* 表示、非表示 */
.hide {
  display: none;
}
.show {
  display: block;
}

/* 目立たせる、埋没させる */
.highlight {
  color: #f00;
}
.buried {
  color: #ccc;
}

/* 大きく見せる、小さく見せる */
.bigger {
  font-size: 2em !important;
}
.smaller {
  font-size: 0.9em !important;
}

/* WPテーマに必須 */
.aligncenter {
  clear:both;
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.alignleft {
  float:left;
}
.alignright {
  float:right;
}
.alignnone {
}
.wp-caption {
}
.wp-caption img {
}
.wp-caption p.wp-caption-text {
}
.gallery-caption {
}
.categories {
}
.cat-item {
}
.current-cat {
}
.current-cat-parent {
}
.children {
}
.pagenav {
}
.page_item {
}
.current_page_item {
}
.current_page_parent {
}
.current_page_ancestor {
}
.widget{
}
.widget_text{
}
.sticky {
}
.bypostauthor {
}


nav#IR-menu ul.menu > li.no-listyle img {
    width: 100%;
}
nav#IR-menu ul.menu > li.no-listyle a {
    background-image: none;
    padding: 0;
}
