@charset "utf-8";
/*                reset
======================================================= */
body, h1, h2, h3, h4, h5, table, th, td, ul, li, ol, dl, dt, dd, form, p, table, th, td {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 100%;
}
body {
  color: #222222;
  background-color: #ffffff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  font-size: 14px;
  -webkit-text-size-adjust: none;
}
p {
  line-height: 1.5;
}
/* for IE6 */
* html body {
  font-size: 100%;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
input, textArea, select, button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 14px;
}
* {
  box-sizing: border-box;
}
@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*                link
======================================================= */
a:link {
  color: #333333;
  text-decoration: none;}
a:visited {
  color: #333333;
  text-decoration: none;}
a:hover {
  color: #333333;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;}

/*                leyout
======================================================= */
#wrapper {
  overflow: hidden;}
@media only screen and (min-width: 641px) {
  #wrapper {
    min-width: 1000px; }
}
.main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 641px) {
  .main_width {
    width: 960px; }
}
@media only screen and (max-width: 1024px) {
  .main_width {
    padding: 0 20px; }
}
@media only screen and (max-width: 480px) {
  .main_width {
    padding: 0 15px; }
}
.cont_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

/*                table
======================================================= */
table {
  width: 100%;
  border-collapse: separate;
  border-collapse: collapse;
  border-spacing: 0;
}
table tr td,
table tr th {
  text-align: left;
  padding: 0px;
}
.ie7 table tr th,
.ie7 table tr td {
  position: relative;
}
/* 擬似テーブル */
.table {
  display: table;
  width: 100%;
}
.table .tableCell {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  .table.sp_brake {
    display: block;
  }
  .table.sp_brake .tablecell {
    display: block;
    width: 100%;
  }
}

/*                pageTop
======================================================= */
.page_top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 1000;
  display: none;
}
.page_top a {
  display: block;
}
@media only screen and (max-width: 640px) {
 .page_top {
    bottom: 0px;
    right: 0;
  }
 .page_top img {
    width: 36px;
    height: 36px;
  }
}

/*                ヘッダー・サイド・フッター
======================================================= */
/*                header
======================================================= */
#header {
  text-align: center;
  padding: 13px 0;
}
#header .sp_menu {
  display: inline-block;
  cursor: pointer;
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -0.8em;
}
@media only screen and (min-width: 769px) {
  #header .sp_menu {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #header .sp_menu {
    right: 15px;
  }
}
#header .sp_menu p {
  overflow: hidden;
  width: 1px;
  height: 1px;
}
#header .sp_menu:before {
  content: "\f0ca";
  font-size: 200%;
}
@media only screen and (max-width: 640px) {
  #header {
    padding: 11px 0;
  }
}

/*                sidebar
======================================================= */
/*                footer
======================================================= */
#footer {
  background-color: #f2453e;
}
#footer .copy {
  padding: 0.65em;
}
#footer .copy p {
  text-align: center;
  line-height: 11px;
}
#footer .copy p img {
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  #footer .copy {
    padding: 1em;
  }
  #footer .copy p {
    text-align: center;
    line-height: 11px;
  }
  #footer .copy p img {
    display: inline-block;
  }
}

/*                header SNS
======================================================= */
.social-icons {
  position: absolute;
  right: 10px;
  top: 70px;
  z-index: 1000;
}
.social-icons>.facebook,
.social-icons>.twitter,
.social-icons>.hatena,
.social-icons>.google-plus,
.social-icons>.pinterest {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center
}
.social-icons>.facebook {
  background-image: url(../media/images/common/facebook.png)
}
.social-icons>.twitter {
  background-image: url(../media/images/common/twitter.png)
}
.social-icons>.hatena {
  background-image: url(../media/images/common/hatena.png)
}
.social-icons>.google-plus {
  background-image: url(../media/images/common/google-plus.png)
}
.social-icons>.pinterest {
  background-image: url(../media/images/common/pinterest.png)
}
@media only screen and (max-width: 480px) {
 .social-icons {
    right: 0;
    left: 0;
    margin: auto;
    width: 250px;
  }
}
