@charset "UTF-8";
/*
Theme Name: FREE&FREE
Theme URI:
Description: 
Author: densuke
Author URI: http://dnsk.jp/
*/
/*-----------------------------------------------------------------
デフォルトリセット設定
-----------------------------------------------------------------*/
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
html {
  color: #333;
  background: #fff;
  width: 100%;
  height: 100%;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック体', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
  line-height: 150%; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

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

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal; }

/*li { list-style:none; } caption,th{ text-align:left; }*/
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

/*q:before,q:after{ content:''; }*/
/*abbr,acronym{ border:0;font-variant:normal; }
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }*/
input, textarea, select {
  font-size: inherit;
  font-weight: inherit; }

input, textarea, select {
  *font-size: 100%; }

/*legend{ color:#000; }*/
/*-----------------------------------------------------------------
zoom
-----------------------------------------------------------------*/
@media screen and (max-width: 1400px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1400px) and (min-resolution: 1.5dppx) {
  html.chrome body {
    zoom: 0.66;
    -moz-transform: scale(0.66, 0.66); } }
@media screen and (max-width: 1400px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 1400px) and (min-resolution: 2dppx) {
  html.chrome body {
    zoom: 0.50;
    -moz-transform: scale(0.5, 0.5); } }
@media screen and (max-width: 1400px) {
  html.chrome body.iphone,
  html.chrome body.android {
    zoom: 1;
    -moz-transform: scale(1, 1); } }
/*-----------------------------------------------------------------
テーブル
-----------------------------------------------------------------*/
table {
  border-collapse: collapse; }

th, td {
  padding: 0; }

/*-----------------------------------------------------------------
見出し
-----------------------------------------------------------------*/
h1 {
  font-weight: normal; }

h2 {
  font-weight: normal; }

h3 {
  font-weight: normal; }

h4 {
  font-weight: normal; }

h5 {
  font-weight: normal; }

h6 {
  font-weight: normal; }

/*-----------------------------------------------------------------
テキスト系
-----------------------------------------------------------------*/
/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea {
  font-size: 100%; }

/*-----------------------------------------------------------------
リスト
-----------------------------------------------------------------*/
ol, ul, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none; }

/*-----------------------------------------------------------------
リンク
-----------------------------------------------------------------*/
.opacity:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7; }

a:link {
  color: #333;
  text-decoration: none; }

a:visited {
  color: #333;
  text-decoration: none; }

a:hover {
  color: #999;
  text-decoration: none; }

a:active {
  color: #999;
  text-decoration: none; }

/*-----------------------------------------------------------------
body,Wrapper
-----------------------------------------------------------------*/
body {
  width: 100%;
  height: 100%;
  /*overflow-x:hidden;*/ }

#wrapper {
  width: 100%;
  min-width: 1220px;
  height: 100%; }

/*-----------------------------------------------------------------
aside
-----------------------------------------------------------------*/
aside {
  width: 190px;
  height: 100%;
  min-height: 768px;
  padding: 0 0 0 30px;
  background-color: #fff;
  overflow: scroll-y;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  aside h1 {
    padding: 15px 0 46px 15px; }
    aside h1 a img:hover {
      -ms-filter: "alpha( opacity=100 )";
      filter: alpha(opacity=100);
      opacity: 1; }
  aside nav {
    margin-bottom: 97px; }
    aside nav ul li a img:hover {
      -ms-filter: "alpha( opacity=100 )";
      filter: alpha(opacity=100);
      opacity: 1; }
  aside .btn {
    width: 160px;
    text-align: center; }
    aside .btn p {
      margin-bottom: 10px; }
    aside .btn ul {
      display: table;
      table-layout: fixed;
      width: 160px;
      text-align: center; }
      aside .btn ul li {
        display: table-cell; }

/*-----------------------------------------------------------------
content
-----------------------------------------------------------------*/
.content {
  min-width: 804px;
  margin-left: 220px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*-----------------------------------------------------------------
footer
-----------------------------------------------------------------*/
footer {
  padding: 25px;
  background-color: #3c3434;
  font-size: 80%;
  color: #fff; }
  footer nav {
    margin-bottom: 10px; }
    footer nav ul li {
      display: inline; }
      footer nav ul li a {
        color: #fff !important; }
        footer nav ul li a:hover {
          -ms-filter: "alpha( opacity=70 )";
          filter: alpha(opacity=70);
          opacity: 0.7; }
  footer #copyright {
    font-family: "verdana","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka,"Arial"; }

#pagetop {
  position: fixed;
  right: 0;
  bottom: 0; }

/*# sourceMappingURL=style.css.map */
