@charset "UTF-8";
/* =========================================================
 Setting
========================================================= */
/* =========================================================
 Base
========================================================= */
/*
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: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
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; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

* {
  color: #292f33; }

html {
  font-size: 16px; }

body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  background-image: url(../images/back_body.png);
  overflow-y: scroll; }

a {
  text-decoration: none; }

img {
  vertical-align: bottom; }

address {
  font-style: normal; }

/* clearfix - utility
--------------------------------------------------------- */
.clearfix, .search {
  *zoom: 1; }

.clearfix:after, .search:after {
  content: "";
  display: table;
  clear: both; }

/* =========================================================
 Object
========================================================= */
/* ---------------------------------------------------------
 Component
--------------------------------------------------------- */
header {
  width: 100%;
  padding: 10px 0;
  background: #006699;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1000; }

@media screen and (max-width: 640px) {
  header {
    padding: 10px 0; } }

header div {
  box-sizing: border-box;
  max-width: 960px;
  margin: 0 auto; }

header div h1 {
  margin: 0;
  line-height: 1;
  font-size: 2rem;
  font-family: "Shadows Into Light", cursive; }

@media screen and (max-width: 640px) {
  header div h1 {
    font-size: 1.5rem;
    text-align: center; } }

header div h1 img {
  width: 60px;
  padding-right: 10px;
  vertical-align: middle; }

@media screen and (max-width: 640px) {
  header div h1 img {
    width: 30px;
    margin-left: -20px; } }

header div h1 a {
  color: #fff; }

.search {
  width: 580px;
  margin: 20px auto;
  padding: 10px 20px;
  border-radius: 10px;
  background: #fff; }

@media screen and (max-width: 640px) {
  .search {
    width: 90%;
    padding: 0 10px;
    box-sizing: border-box; } }

.search dl {
  padding: 15px 0;
  border-bottom: solid 1px #ddd; }

@media screen and (max-width: 640px) {
  .search dl {
    padding: 10px 0; } }

.search dt, .search dd {
  display: inline-block; }

@media screen and (max-width: 640px) {
  .search dt, .search dd {
    display: block; } }

.search dt {
  width: 20%; }

@media screen and (max-width: 640px) {
  .search dt {
    width: 100%; } }

.search dd {
  width: 80%; }

@media screen and (max-width: 640px) {
  .search dd {
    width: 100%; } }

.search .search__wordInput input {
  padding: 0 5px;
  font-size: 1rem;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  width: 50%; }

.search .search__wordInput input:focus {
  outline: none;
  background: #d1d7f5; }

@media screen and (max-width: 640px) {
  .search .search__wordInput input {
    width: 100%; } }

.search .search__prefSelect .chosen-select {
  width: 50%; }

@media screen and (max-width: 640px) {
  .search .search__prefSelect .chosen-select {
    width: 100%;
    font-size: 1rem;
    text-align: center; } }

.search .search__prefSelect .chosen-container {
  font-size: 1rem; }

@media screen and (max-width: 640px) {
  .search .search__dateInput {
    text-align: center; } }

.search .search__dateInput input {
  padding: 0 5px;
  font-size: 1rem;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  width: 48%; }

.search .search__dateInput input:focus {
  outline: none;
  background: #d1d7f5; }

@media screen and (max-width: 640px) {
  .search .search__dateInput input {
    width: 100%;
    text-align: center; } }

.searchExecuteWords {
  width: 580px;
  margin: 0 auto;
  padding: 10px 20px;
  background: #fff;
  border-bottom: dotted 1px #ccc;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  text-align: center; }

@media screen and (max-width: 640px) {
  .searchExecuteWords {
    width: 90%;
    box-sizing: border-box; } }

.searchResult {
  position: relative;
  max-width: 962px;
  min-height: 344px;
  margin: 0 auto;
  background: #fff;
  border-left: #dadada 1px solid;
  border-right: #dadada 1px solid;
  border-radius: 10px 10px 0 0; }

@media screen and (max-width: 640px) {
  .searchResult {
    width: 95%; } }

.searchResult__error {
  padding: 10px;
  text-align: center; }

.event {
  display: block; }

.event:first-child {
  border-radius: 10px 10px 0 0; }

.event + .event {
  border-top: solid 1px #ccc; }

@media screen and (max-width: 640px) {
  .event + .event {
    border-top: solid 3px #ccc; } }

.event:hover {
  background: #e6f7ff; }

.event article {
  display: table;
  width: 100%;
  padding: 20px 10px;
  box-sizing: border-box; }

@media screen and (max-width: 640px) {
  .event article {
    display: block;
    padding: 10px 10px 5px; } }

.event .event__leftColumn {
  display: table-cell;
  width: 15%;
  padding-right: 15px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold; }

@media screen and (max-width: 640px) {
  .event .event__leftColumn {
    display: block;
    width: auto;
    padding-bottom: 5px;
    border-bottom: dotted 1px #ddd;
    text-align: left; } }

.event .event__service {
  text-align: center; }

@media screen and (max-width: 640px) {
  .event .event__service {
    display: inline; } }

.event .event__service img {
  width: 40%; }

@media screen and (max-width: 640px) {
  .event .event__service img {
    width: 15%;
    vertical-align: middle; } }

.event .event__service img[src$="atnd.png"] {
  width: 30%; }

@media screen and (max-width: 640px) {
  .event .event__service img[src$="atnd.png"] {
    width: 10%; } }

.event .event__dateMd {
  margin-top: 5px;
  color: #444; }

@media screen and (max-width: 640px) {
  .event .event__dateMd {
    display: inline-block;
    margin: 0 10px;
    text-align: left; } }

.event .event__dateHi {
  font-size: 0.88rem;
  color: #444; }

@media screen and (max-width: 640px) {
  .event .event__dateHi {
    display: inline-block;
    text-align: left; } }

.event .event__centerColumn {
  display: table-cell;
  width: 70%;
  padding: 0 15px;
  border-right: dotted 1px #ccc;
  border-left: dotted 1px #ccc; }

@media screen and (max-width: 640px) {
  .event .event__centerColumn {
    display: block;
    width: auto;
    padding: 5px 0;
    border-right: none;
    border-left: none; } }

.event .event__centerColumn h2 {
  margin-bottom: 10px;
  font-size: 1.13rem; }

@media screen and (max-width: 640px) {
  .event .event__centerColumn h2 {
    font-size: 1rem;
    margin-top: 10px; } }

.event .event__centerColumn .event__address {
  font-size: 0.88rem; }

@media screen and (max-width: 640px) {
  .event .event__centerColumn .event__address {
    font-size: 0.75rem; } }

.event .event__rightColumn {
  display: table-cell;
  width: 15%;
  padding-left: 15px;
  vertical-align: middle;
  text-align: center; }

@media screen and (max-width: 640px) {
  .event .event__rightColumn {
    display: block;
    width: auto;
    padding-top: 5px;
    padding-left: 0;
    border-top: dotted 1px #ddd; } }

.event .event__rightColumn .event__participant {
  font-size: 1.38rem;
  font-weight: bold; }

@media screen and (max-width: 640px) {
  .event .event__rightColumn .event__participant {
    font-size: 1.25rem; } }

@media screen and (max-width: 640px) {
  .event .event__rightColumn .event__limit {
    display: inline-block;
    margin-right: 10px; } }

.event .event__rightColumn .event__limitIcon {
  display: inline;
  padding: 0 10px;
  color: #fff;
  font-size: 0.88rem; }

.event .event__rightColumn .event__operatorImage img {
  width: 100%; }

@media screen and (max-width: 640px) {
  .event .event__rightColumn .event__operatorImage img {
    display: none;
    font-size: 0.88rem; } }

.event .event__rightColumn .event__operatorText {
  display: none; }

@media screen and (max-width: 640px) {
  .event .event__rightColumn .event__operatorText {
    display: block; } }

footer {
  max-width: 962px;
  margin: 0 auto 10px;
  padding: 10px 0;
  border: #dadada 1px solid;
  border-radius: 0 0 10px 10px;
  background-color: #006699;
  color: #fff;
  font-size: 0.8rem;
  text-align: center; }

#loading {
  padding: 15px;
  width: 100px;
  height: 100px;
  border: 1px dashed #ccc;
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1000;
  background-color: #fff;
  opacity: 0.9; }

#loading .loadingMsg {
  text-align: center;
  padding-top: 80px;
  background: url(../images/loading.gif) center top no-repeat; }

#ui-datepicker-div {
  z-index: 1000 !important; }

.btn {
  width: 200px;
  padding: 10px 5px;
  border-radius: 5px;
  background: #00aaff;
  box-shadow: 0 4px 0 #0088cc;
  color: #fff;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin: 15px auto 20px; }

@media screen and (max-width: 640px) {
  .btn {
    width: 80%; } }

.btn:hover {
  opacity: 0.8; }

.btn:active {
  margin: 18px auto 17px;
  box-shadow: 0 2px 0 #0088cc; }

/* ---------------------------------------------------------
 Utility
--------------------------------------------------------- */
.textWarning {
  color: #d71481; }

.backWarning {
  background-color: #d71481; }

.textCaution {
  color: #d7b014; }

.backCaution {
  background-color: #d7b014; }

/* vertical-align - utility
--------------------------------------------------------- */
.u-va-t {
  vertical-align: top !important; }

.u-va-m {
  vertical-align: middle !important; }

.u-va-b {
  vertical-align: bottom !important; }

/* border - utility
--------------------------------------------------------- */
/* border-radius */
.u-br-4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px; }

.u-br-8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px; }

.u-br-12 {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px; }

.u-br-16 {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px; }

/* margin - utility
--------------------------------------------------------- */
/* Top margin */
.u-mt-0 {
  margin-top: 0 !important; }

.u-mt-5 {
  margin-top: 5px !important; }

.u-mt-10 {
  margin-top: 10px !important; }

.u-mt-15 {
  margin-top: 15px !important; }

.u-mt-20 {
  margin-top: 20px !important; }

/* Right margin */
.u-mr-0 {
  margin-right: 0 !important; }

.u-mr-5 {
  margin-right: 5px !important; }

.u-mr-10 {
  margin-right: 10px !important; }

.u-mr-15 {
  margin-right: 15px !important; }

.u-mr-20 {
  margin-right: 20px !important; }

/* Bottom margin */
.u-mb-0 {
  margin-bottom: 0 !important; }

.u-mb-5 {
  margin-bottom: 5px !important; }

.u-mb-10 {
  margin-bottom: 10px !important; }

.u-mb-15 {
  margin-bottom: 15px !important; }

.u-mb-20 {
  margin-bottom: 20px !important; }

/* Left margin */
.u-ml-0 {
  margin-left: 0 !important; }

.u-ml-5 {
  margin-left: 5px !important; }

.u-ml-10 {
  margin-left: 10px !important; }

.u-ml-15 {
  margin-left: 15px !important; }

.u-ml-20 {
  margin-left: 20px !important; }

/* text-align - utility
--------------------------------------------------------- */
.u-ta-l {
  text-align: left !important; }

.u-ta-c {
  text-align: center !important; }

.u-ta-r {
  text-align: right !important; }

/* =========================================================
 Tool
========================================================= */

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