@charset "UTF-8";
/*
Theme Name: CCRA
*/
/*
 * ブレークポイント
 */
/*
 * メディアクエリ
 */
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
abbr, address, article, aside, audio, b, blockquote, body, caption, cite, code, dd, del, dfn, dialog, div, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

ins, mark {
  background-color: #ff9;
  color: #000;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul {
  list-style-type: none;
}

/* common style */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.inner_box {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .inner_box {
    padding: 0 10px;
  }
}

/******************

 common

******************/
html, body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.5;
  width: 100%;
  font-size: 90%;
}

textarea, input {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

a {
  color: #d60000;
}

a, .h_opa {
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

a:hover, .h_opa:hover {
  opacity: 0.6;
  cursor: pointer;
}

.sp_disp {
  display: none;
}
@media (max-width: 768px) {
  .sp_disp {
    display: block;
  }
}

.pc_disp {
  display: block;
}
@media (max-width: 768px) {
  .pc_disp {
    display: none;
  }
}

.sp_img {
  display: none;
}
@media (max-width: 768px) {
  .sp_img {
    display: inline-block;
  }
}

.pc_img {
  display: inline-block;
}
@media (max-width: 768px) {
  .pc_img {
    display: none;
  }
}

.red {
  color: #d50000 !important;
}

.dib {
  display: inline-block;
}

.small {
  font-size: 0.8em;
}

img {
  width: 100%;
  height: auto;
}

h1.logo {
  font-size: 20px;
}

header {
  margin-bottom: 50px;
}

#wrap {
  max-width: 700px;
  margin: 0 auto;
}

.cont_box {
  margin-bottom: 70px;
}

footer {
  background: #aaa;
  color: #fff;
  text-align: center;
}

/* button */
button.fav {
  background: #f00;
  color: #fff;
}

button.off {
  background: #000;
  color: #fff;
}