@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  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;
}

/*
End of html5doctor.com Reset Stylesheet
*/
/* ページ基本設定
----------------------------------------------------------------------------*/
html {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}
@media screen and (max-width: 480px) {
  html {
    -webkit-text-size-adjust: none;
  }
}

html, body {
  font-family: 'Helvetica Neue', Helvetica, Arial, Roboto, 'Droid Sans', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  line-height: 1.6;
  background: #fff;
  color: #333;
  font-size: 62.5%;
  min-width: 320px;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  word-wrap: break-word;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

a, a:link, a:visited, a:active {
  color: #ccc;
  font-weight: normal;
  outline: 0;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
}

a:hover {
  color: #ccc;
  font-weight: normal;
  text-decoration: underline;
}

th, td {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Helvetica Neue', Helvetica, Arial, Roboto, 'Droid Sans', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  line-height: 1.6;
  color: #333;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  th, td {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Helvetica Neue', Helvetica, Arial, Roboto, 'Droid Sans', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
    line-height: 1.6;
  }
}

h1, h2, h3, h4, h5, h6, address, caption, em, strong, th, td, textarea {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}

img, iframe {
  vertical-align: bottom;
}

ol, ul, li {
  list-style: none;
}

caption, th, td {
  text-align: left;
}

textarea {
  vertical-align: middle;
}

h1 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
h1 span {
  display: none;
}

h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
h2 span {
  display: none;
}

h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
h3 span {
  display: none;
}

h4 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

h5 {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

h6 {
  font-size: 10px;
  font-size: 1.0rem;
  font-weight: bold;
}

textarea {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Helvetica Neue', Helvetica, Arial, Roboto, 'Droid Sans', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  line-height: 1.6;
  overflow: auto;
  resize: none;
}

/* 汎用クラス
----------------------------------------------------------------------------*/
/* font-style */
.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.u {
  text-decoration: underline;
}

.d {
  text-decoration: line-through;
}

.normal {
  font-weight: normal;
}

/* font-color */
.black {
  color: #000;
}

.white {
  color: #fff;
}

.red {
  color: #f00;
}

.green {
  color: #0f0;
}

.blue {
  color: #00f;
}

.gray {
  color: #aaa;
}

.orange {
  color: #f90;
}

.pink {
  color: #f09;
}

.purple {
  color: #90f;
}

/* font-size */
.xx-s {
  font-size: xx-small;
}

.x-s {
  font-size: x-small;
}

.s {
  font-size: small;
}

.m {
  font-size: medium;
}

.l {
  font-size: large;
}

.x-l {
  font-size: x-large;
}

.xx-l {
  font-size: xx-large;
}

/* text-align */
.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

td.nowrap {
  white-space: nowrap;
}

.wrap {
  word-wrap: break-word;
}

/* float */
.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both !important;
}

/* float-image */
img.left {
  margin: 0 15px 8px 0;
}

img.right {
  margin: 0 0 8px 15px;
}

/* display */
.hide {
  display: none;
}

/* indent */
.indent {
  *zoom: 1;
  margin: 0 0.7em 30px;
}
.indent:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* clearfix
----------------------------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/* Fluid Image
----------------------------------------------------------------------------*/
img {
  height: auto;
  max-width: 100%;
}

img, object {
  max-width: 100%;
}

/* IE7 */
.ie7 img,
.ie7 object* {
  width: 100%;
}

/* IE8 */
.ie8 img,
.ie8 object {
  width: auto\9;
}

/* フォーム
----------------------------------------------------------------------------*/
div.form-area {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #f3f3f3;
  padding: 20px;
}
div.form-area div.fieldcontain p {
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  font-weight: bold;
  padding: 0.5em;
}

div.bt-area {
  *zoom: 1;
  margin: 1em 0 0;
  text-align: center;
}
div.bt-area:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

div.fieldcontain {
  border-color: #ddd;
  border-style: dotted;
  border-width: 0 0 1px;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
div.fieldcontain:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
div.fieldcontain label {
  display: block;
  padding: 0 0 5px;
}
div.fieldcontain label span {
  color: #f90;
  font-size: x-small;
}
div.fieldcontain fieldset legend {
  padding: 0 0 5px;
}
div.fieldcontain fieldset label {
  display: inline;
  font-weight: normal;
  margin: 0 5px 0 0;
  padding: 0;
}
div.fieldcontain fieldset input, div.fieldcontain fieldset select {
  margin: 0 5px 0 0;
}

input, select, textarea, button {
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -ms-border-radius: 0.3em;
  -o-border-radius: 0.3em;
  border-radius: 0.3em;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  margin: 0 5px 5px 0;
  padding: 6px;
}
@media screen and (max-width: 480px) {
  input, select, textarea, button {
    -webkit-border-radius: 0.6em;
    -moz-border-radius: 0.6em;
    -ms-border-radius: 0.6em;
    -o-border-radius: 0.6em;
    border-radius: 0.6em;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0.4em;
  }
}

.submit,
.reset {
  -webkit-border-radius: 0.6em;
  -moz-border-radius: 0.6em;
  -ms-border-radius: 0.6em;
  -o-border-radius: 0.6em;
  border-radius: 0.6em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 2px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  padding: 0.6em;
  width: 25%;
}
.submit:hover,
.reset:hover {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .submit,
  .reset {
    width: 40%;
  }
}
@media screen and (max-width: 640px) and (max-width: 480px) {
  .submit,
  .reset {
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    -ms-border-radius: 1em;
    -o-border-radius: 1em;
    border-radius: 1em;
    margin: 0 0 5px;
    width: 100%;
  }
}

input.submit,
button.submit,
a.submit {
  background-color: #7d7e7d;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF7D7E7D', endColorstr='#FF0E0E0E');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2U3ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBlMGUwZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7d7e7d), color-stop(100%, #0e0e0e));
  background-image: -webkit-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
  background-image: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
  background-image: -o-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
  background-image: linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%);
  filter: none;
  border-color: #666 #000 #000 #666;
  color: #fff;
}
input.submit:hover,
button.submit:hover,
a.submit:hover {
  background-color: #afafaf;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFAFAFAF', endColorstr='#FF505050');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FmYWZhZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUwNTA1MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #afafaf), color-stop(100%, #505050));
  background-image: -webkit-linear-gradient(top, #afafaf 0%, #505050 100%);
  background-image: -moz-linear-gradient(top, #afafaf 0%, #505050 100%);
  background-image: -o-linear-gradient(top, #afafaf 0%, #505050 100%);
  background-image: linear-gradient(top, #afafaf 0%, #505050 100%);
  filter: none;
}

input.reset,
button.reset,
a.reset {
  background-color: #ffffff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFE5E5E5');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  background-image: linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  filter: none;
  border-color: #eee #ccc #ccc #eee;
  color: #333;
}
input.reset:hover,
button.reset:hover,
a.reset:hover {
  background-color: #eeeeee;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEEEEE', endColorstr='#FFD5D5D5');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q1ZDVkNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #d5d5d5));
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #d5d5d5 100%);
  background-image: -moz-linear-gradient(top, #eeeeee 0%, #d5d5d5 100%);
  background-image: -o-linear-gradient(top, #eeeeee 0%, #d5d5d5 100%);
  background-image: linear-gradient(top, #eeeeee 0%, #d5d5d5 100%);
  filter: none;
}

a.submit,
a.reset {
  display: inline-block;
  font-family: sans-serif;
  line-height: 1;
  margin: 0 5px 5px 0;
  padding: 0.6em 0;
}

input.short {
  width: 25%;
}

input.middle {
  width: 50%;
}

input.long,
textarea.long {
  width: 95%;
}

/* ページネーション
----------------------------------------------------------------------------*/
div.paging {
  font-size: 11px;
  font-size: 1.1rem;
  color: #ccc;
  margin: 1em 0;
  text-align: center;
}
div.paging span {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 3px 6px;
}
div.paging span:last-child {
  margin: 0;
}
div.paging span a:hover {
  color: #333;
}
div.paging span.number,
div.paging span.current {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
div.paging span.number {
  border-color: #eee #ccc #ccc #eee;
  border-style: solid;
  border-width: 1px;
}
div.paging span.current {
  background-color: #e8340c;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE8340C', endColorstr='#FF5B0505');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4MzQwYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzViMDUwNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e8340c), color-stop(100%, #5b0505));
  background-image: -webkit-linear-gradient(top, #e8340c 0%, #5b0505 100%);
  background-image: -moz-linear-gradient(top, #e8340c 0%, #5b0505 100%);
  background-image: -o-linear-gradient(top, #e8340c 0%, #5b0505 100%);
  background-image: linear-gradient(top, #e8340c 0%, #5b0505 100%);
  filter: none;
  border-color: #e8340c #5b0505 #5b0505 #e8340c;
  border-style: solid;
  border-width: 1px;
  color: #fff;
}

/* カラム設定
----------------------------------------------------------------------------*/
div#container {
  overflow: hidden;
}
div#container header {
  width: 100%;
  background: #06f;
}
div#container div#contents {
  background: url(../img/bg.gif);
}
div#container div#contents div.contents-inner {
  margin: 0 auto;
  overflow: hidden;
  padding: 5px 0px 40px;
}
div#container div#contents div.contents-inner div.top {
  width: 300px;
  padding: 5px;
}
div#container div#contents div.contents-inner div.top p {
  padding: 10px 0;
}
div#container div#contents div.contents-inner div.item {
  padding: 10px;
}

footer {
  clear: both;
}

footer {
  padding: 1em;
}

.header-inner,
.contents-inner,
.footer-inner {
  margin: 0 auto;
}

/* ヘッダー
----------------------------------------------------------------------------*/
header div.header-inner {
  overflow: hidden;
}
@media screen and (max-width: 320px) {
  header div.header-inner {
    padding-bottom: 5px;
  }
}
header div.header-inner a:first-child {
  float: left;
}
header div.header-inner ul.social-plugins {
  padding-top: 4px;
  margin: 0 10px;
  float: right;
  *zoom: 1;
  overflow: hidden;
}
header div.header-inner ul.social-plugins:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
header div.header-inner ul.social-plugins li {
  float: left;
}

/* フッター
----------------------------------------------------------------------------*/
footer div.footer-inner p {
  font-size: 10px;
  font-size: 1.0rem;
}
footer div.footer-inner p:first-child {
  float: right;
}
@media screen and (max-width: 640px) {
  footer div.footer-inner p:first-child {
    float: none;
  }
}

/* コンテンツ
----------------------------------------------------------------------------*/
div#container div#contents div.item {
  text-align: center;
  color: #fff;
  line-height: 1;
  float: left;
}
div#container div#contents div.item h2 {
  font-size: 18px;
  font-size: 1.8rem;
  padding-top: 180px;
  line-height: 1.2;
}
div#container div#contents div.item h2 span {
  display: block;
}
div#container div#contents div.item p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
div#container div#contents div.item span {
  font-size: 11px;
  font-size: 1.1rem;
}
div#container div#contents div.item a, div#container div#contents div.item a:link, div#container div#contents div.item a:visited, div#container div#contents div.item a:active {
  color: #fff;
}
div#container div#contents div.item a:hover {
  color: #fff;
  text-decoration: none;
}
div#container div#contents div.top {
  color: #999;
  text-align: left;
  line-height: 1.4;
}
div#container div#contents div.top p {
  font-weight: normal;
}
div#container div#contents div.top h3 {
  background: url(../img/h3.gif) no-repeat #0066ff 8px 8px;
  color: #fff;
  padding: 5px 5px 5px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 5px;
}
div#container div#contents div.top ul li {
  margin-bottom: 5px;
  padding-left: 5px;
  border-bottom: 1px dotted #06f;
  color: #06f;
}
div#container div#contents div.top ul li span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
div#container div#contents div.nowprinting {
  width: 300px;
  height: 300px;
  background: url(../img/nowprinting.png) no-repeat center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  div#container div#contents div.nowprinting {
    width: 300px;
    height: 300px;
    background: url(../img/nowprinting@2x.png) no-repeat center center;
    background-size: 100%;
  }
}
div#container div#contents div.visualbook a {
  width: 300px;
  height: 300px;
  background: url(../img/bt_visualbook_off.png) no-repeat center center;
  display: block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  div#container div#contents div.visualbook a {
    width: 300px;
    height: 300px;
    background: url(../img/bt_visualbook_off@2x.png) no-repeat center center;
    background-size: 100%;
  }
}
div#container div#contents div.visualbook a:hover {
  background: url(../img/bt_visualbook_on.png) no-repeat center center;
}
div#container div#contents div.vump a {
  width: 300px;
  height: 300px;
  background: url(../img/bt_vump_off.png) no-repeat center center;
  display: block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  div#container div#contents div.vump a {
    width: 300px;
    height: 300px;
    background: url(../img/bt_vump_off@2x.png) no-repeat center center;
    background-size: 100%;
  }
}
div#container div#contents div.vump a:hover {
  background: url(../img/bt_vump_on.png) no-repeat center center;
}
div#container div#contents div.sonic_tshirt a {
  width: 300px;
  height: 300px;
  background: url(../img/bt_sonic_tshirt_off.png) no-repeat center center;
  display: block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  div#container div#contents div.sonic_tshirt a {
    width: 300px;
    height: 300px;
    background: url(../img/bt_sonic_tshirt_off@2x.png) no-repeat center center;
    background-size: 100%;
  }
}
div#container div#contents div.sonic_tshirt a:hover {
  background: url(../img/bt_sonic_tshirt_on.png) no-repeat center center;
}
div#container div#contents div.diana_tshirt a {
  width: 300px;
  height: 300px;
  background: url(../img/bt_diana_tshirt_off.png) no-repeat center center;
  display: block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  div#container div#contents div.diana_tshirt a {
    width: 300px;
    height: 300px;
    background: url(../img/bt_diana_tshirt_off@2x.png) no-repeat center center;
    background-size: 100%;
  }
}
div#container div#contents div.diana_tshirt a:hover {
  background: url(../img/bt_diana_tshirt_on.png) no-repeat center center;
}
div#container div#contents div.towel a {
  width: 300px;
  height: 300px;
  background: url(../img/bt_towel_off.png) no-repeat center center;
  display: block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  div#container div#contents div.towel a {
    width: 300px;
    height: 300px;
    background: url(../img/bt_towel_off@2x.png) no-repeat center center;
    background-size: 100%;
  }
}
div#container div#contents div.towel a:hover {
  background: url(../img/bt_towel_on.png) no-repeat center center;
}
div#container div#contents div.santora a {
  width: 300px;
  height: 300px;
  background: url(../img/bt_santora_off.png) no-repeat center center;
  display: block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  div#container div#contents div.santora a {
    width: 300px;
    height: 300px;
    background: url(../img/bt_santora_off@2x.png) no-repeat center center;
    background-size: 100%;
  }
}
div#container div#contents div.santora a:hover {
  background: url(../img/bt_santora_on.png) no-repeat center center;
}
div#container div#contents div.justice a {
  width: 300px;
  height: 300px;
  background: url(../img/bt_justice_off.png) no-repeat center center;
  display: block;
}
div#container div#contents div.justice a span {
  display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  div#container div#contents div.justice a {
    width: 300px;
    height: 300px;
    background: url(../img/bt_justice_off@2x.png) no-repeat center center;
    background-size: 100%;
  }
}
div#container div#contents div.justice a:hover {
  background: url(../img/bt_justice_on.png) no-repeat center center;
}
div#container div#contents div.totebag a {
  width: 300px;
  height: 300px;
  background: url(../img/bt_totebag_off.png) no-repeat center center;
  display: block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  div#container div#contents div.totebag a {
    width: 300px;
    height: 300px;
    background: url(../img/bt_totebag_off@2x.png) no-repeat center center;
    background-size: 100%;
  }
}
div#container div#contents div.totebag a:hover {
  background: url(../img/bt_totebag_on.png) no-repeat center center;
}
div#container div.wave {
  margin-top: -30px;
  width: 100%;
  height: 30px;
  background: url(../img/wave.png) repeat-x;
}
div#container div.event_summary {
  background-color: #06f;
  padding: 20px;
  color: #fff;
}
div#container div.event_summary aside {
  margin-bottom: 10px;
}
div#container div.event_summary aside h2 {
  max-width: 600px;
  border-bottom: 2px dotted #ff0;
  margin-bottom: 10px;
}
div#container div.event_summary aside table tr td {
  color: #fff;
}

/* modal
----------------------------------------------------------------------------*/
section.m_window {
  max-width: 584px;
  padding: 20px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin: 0 auto;
  overflow: hidden;
}
section.m_window h2 {
  border-bottom: 2px dotted #ccc;
}
section.m_window p {
  margin-bottom: 5px;
}
section.m_window p:first-of-type {
  float: right;
}
section.m_window img {
  clear: both;
  margin: 10px 0;
}
section.m_window img:first-child {
  margin: 0px;
}
section.m_window .popup-modal-dismiss {
  float: right;
}
section.m_window a, section.m_window a:link, section.m_window a:visited, section.m_window a:active {
  color: #999;
}

/**** Transitions ****/
.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -ms-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

.transitions-enabled.masonry {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.transitions-enabled.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
  -moz-transition-property: left, right, top;
  -ms-transition-property: left, right, top;
  -o-transition-property: left, right, top;
  transition-property: left, right, top;
}

/* disable transitions on container */
.transitions-enabled.infinite-scroll.masonry {
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -ms-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}
