@charset "UTF-8";
/* ===================================================================
	common.css
=================================================================== */
/*----------------------------------------------------
	共通
----------------------------------------------------*/
html {
  font-size: 62.5%;
}

body,
td,
th,
input,
textarea,
button,
select,
option {
  color: #000000;
  font-family: 'Roboto Condensed', Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 300;
}

input, select, textarea, button, option {
  font-family: inherit;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  color: #000000;
  text-decoration: underline
  /*
  	filter: alpha(opacity=80);
  	-ms-filter: "alpha(opacity=80)";
  	opacity: .80;
  */
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  /*
  	filter: alpha(opacity=80);
  	-ms-filter: "alpha(opacity=80)";
  	opacity: .80;
  */
}

a {
  outline: none;
}

a:focus, *:focus {
  outline: none;
}

img {
  vertical-align: bottom;
}

.img_ck {
  font-size: 1px;
  line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

/*---------------------------------------------------------------------------*/
input, button, textarea, select, .input_file {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

input, button, textarea, select, .input_file {
  padding: 10px;
  background: #fff;
  border-radius: 3px;
  font-size: 1.4rem;
  line-height: 1.5;
}

textarea {
  line-height: 1.7;
}

/* placeholder */
:placeholder-shown {
  color: #888;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #888;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #888;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #888;
}

/* checkbox */
input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
}

input[type="checkbox"] + label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #c7d6e3;
}

input[type="checkbox"]:checked + label::after {
  position: absolute;
  content: "\e904";
  top: 5px;
  left: 2px;
  width: 13px;
  height: 5px;
  font-size: 1.2rem;
  color: #e73845;
}

/* select */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  padding-right: 35px;
  padding-left: 10px;
  background: #fff url(../images/select_arrow.svg) 90% center no-repeat;
  background-size: 0.5em 1em;
}

select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  select {
    background-image: none;
  }
}
/* button */
.btn_area {
  text-align: center;
}

.btn_area button {
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 1px;
  background: #de2d2d;
  padding: 10px 30px;
  line-height: 1;
  border-radius: 0;
}
.btn_area button:hover {
  background: #9d0f0f;
}
.btn_area button i {
  font-style: normal;
  font-weight: 700;
  font-family: 'Roboto Condensed';
}

/* calendar */
#ui-datepicker-div {
  background: #fff;
  overflow: hidden;
  margin-top: 10px;
  padding: 10px;
}
#ui-datepicker-div table {
  text-align: center;
}
#ui-datepicker-div table td {
  padding: 5px;
  border: 1px solid #e4e4e4;
}
#ui-datepicker-div table td:hover {
  background: #eee;
}
#ui-datepicker-div table .ui-datepicker-week-end {
  color: #a81f1f;
}
#ui-datepicker-div a {
  text-decoration: none;
}
#ui-datepicker-div .ui-datepicker-header {
  overflow: hidden;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  float: left;
  display: inline-block;
  cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  float: right;
  display: inline-block;
  padding: 3px;
  cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  float: none;
  clear: both;
  width: 100%;
  display: block;
  text-align: center;
  background: #e4e4e4;
  margin-bottom: 5px;
}

button.ui-datepicker-trigger {
  width: 3em;
  height: 3em;
  border-radius: 3em;
  text-align: center;
  float: right;
  margin-left: 10px;
}
button.ui-datepicker-trigger img {
  width: 90%;
  display: table-cell;
  vertical-align: bottom;
}

/*---------------------------------------------------------------------------*/
/* transition base */
input, select, button,
a, img, p, ul, li, span, em, i {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* header -------------------------------------------------------------*/
header {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #e4e4e4;
  line-height: 1;
  position: fixed;
  top: 0;
  background: #fff;
}
header .title {
  overflow: hidden;
  float: left;
}
header .title h1 {
  height: 50px;
  line-height: 1;
  letter-spacing: 1px;
  display: inline-block;
  font-size: 2.0rem;
  color: #fff;
  padding: 0 20px;
  background: #de2d2d;
  display: table-cell;
  vertical-align: middle;
}
header .title h1 a {
  color: #fff;
  text-decoration: none;
}
header .title h1 a:hover {
  color: #eee;
}
header .title span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
header #menu {
  float: right;
  height: 50px;
}
header #menu ul.main_menu {
  float: left;
  border-left: 1px solid #e4e4e4;
  overflow: hidden;
}
header #menu ul.main_menu li {
  display: block;
  float: left;
  border-right: 1px solid #e4e4e4;
  position: relative;
}
header #menu ul.main_menu li a {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
}
header #menu ul.main_menu li a i {
  font-size: 1.8rem;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  text-align: center;
}
header #menu ul.main_menu li a:hover {
  background: #f9f9f9;
}
header #menu .panel-wrap {
  float: left;
  position: relative;
}
header #menu .panel-wrap span.panel-btn {
  height: 50px;
  padding: 0 20px;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
}
header #menu .panel-wrap span.panel-btn:hover {
  background: #f9f9f9;
}
header #menu .panel-wrap .panel {
  display: none;
  position: absolute;
  top: 65px;
  right: 10px;
  z-index: 1000;
  width: 200px;
  padding: 0;
  background: #fff;
  border: 1px solid #e4e4e4;
}
header #menu .panel-wrap .panel .sub_menu li:hover {
  background: #f6f6f6;
}
header #menu .panel-wrap .panel .sub_menu li + li {
  border-top: 1px solid #e4e4e4;
}
header #menu .panel-wrap .panel .sub_menu a {
  padding: 15px;
  display: block;
  text-decoration: none;
}
header #menu .panel-wrap .panel .sub_menu .mypage a::before {
  font-family: 'iconfont' !important;
  content: "\e908";
  padding-right: 10px;
}
header #menu .panel-wrap.notice_area.switch {
  -webkit-animation: swichbell 0.4s infinite alternate;
  animation: swichbell  0.4s infinite alternate;
}
@-webkit-keyframes swichbell {
  from {
    background: #fff;
  }
  to {
    background: #ffcc00;
  }
}
@keyframes swichbell {
  from {
    background: #fff;
  }
  to {
    background: #ffcc00;
  }
}
header #menu .panel-wrap.notice_area span.panel-btn {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  padding: 0;
  border-right: 1px solid #e4e4e4;
}
header #menu .panel-wrap.notice_area span.panel-btn i {
  font-size: 1.8rem;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  text-align: center;
}
header #menu .panel-wrap.notice_area span.panel-btn span.count {
  border-radius: 1em;
  padding: 3px;
  background: #e73845;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 1.0rem;
  color: #fff;
  display: inline-block;
  min-width: 10px;
  text-align: center;
}
header #menu .panel-wrap.notice_area span.panel-btn:hover {
  background: #f6f6f6;
}
header #menu .panel-wrap.notice_area .notice {
  max-height: 300px;
  overflow-y: scroll;
}
header #menu .panel-wrap.notice_area .notice h2 {
  padding: 12px 15px;
  font-size: 1.4rem;
  font-weight: 200;
  background: #f6f6f6;
}
header #menu .panel-wrap.notice_area .notice .notice_list {
  font-size: 1.2rem;
  line-height: 1.5;
}
header #menu .panel-wrap.notice_area .notice .notice_list li {
  padding: 5px 10px;
  border-top: 1px solid #e4e4e4;
}

/* content -------------------------------------------------------------*/
#container {
  padding-top: 60px;
}
#container .pankuzu {
  border-bottom: 1px solid #e4e4e4;
}
#container .pankuzu ul {
  width: 1100px;
  margin: 0 auto;
  font-size: 1.2rem;
  padding-bottom: 10px;
}
#container .pankuzu ul li {
  display: inline-block;
  letter-spacing: 1px;
}
#container .pankuzu ul li + li::before {
  content: "|";
  margin-left: 0.5em;
  padding-right: 0.5em;
  color: #d1d0d0;
}
#container .pankuzu ul i.icon-home::before {
  display: block;
  content: "\e907";
  width: 1em;
  height: 1em;
}
#container .pankuzu ul i {
  font-style: normal;
}
#container .pankuzu ul a {
  display: inline-block;
  text-decoration: none;
}
#container .pankuzu ul a:hover {
  color: #888;
  -webkit-transition: none;
  transition: none;
}
#container h1.c_tt {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 4.0rem;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1;
}
#container .inr {
  width: 1100px;
  margin: 0 auto;
}

/* footer -------------------------------------------------------------*/
footer {
  padding: 20px 0;
  background: #393840;
  color: #fff;
  letter-spacing: 1px;
  font-size: 1.2rem;
  text-align: center;
}

/*---------------------------------------------------------------------------*/
/* margin */
.mar_t0 {
  margin-top: 0 !important;
}

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

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

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

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

.mar_t25 {
  margin-top: 25px !important;
}

.mar_t30 {
  margin-top: 30px !important;
}

.mar_t35 {
  margin-top: 35px !important;
}

.mar_t40 {
  margin-top: 40px !important;
}

.mar_t45 {
  margin-top: 45px !important;
}

.mar_t50 {
  margin-top: 50px !important;
}

.mar_b0 {
  margin-bottom: 0 !important;
}

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

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

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

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

.mar_b25 {
  margin-bottom: 25px !important;
}

.mar_b30 {
  margin-bottom: 30px !important;
}

.mar_b35 {
  margin-bottom: 35px !important;
}

.mar_b40 {
  margin-bottom: 40px !important;
}

.mar_b45 {
  margin-bottom: 45px !important;
}

.mar_b50 {
  margin-bottom: 50px !important;
}

.mar_l0 {
  margin-left: 0 !important;
}

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

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

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

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

.mar_l25 {
  margin-left: 25px !important;
}

.mar_l30 {
  margin-left: 30px !important;
}

.mar_l35 {
  margin-left: 35px !important;
}

.mar_l40 {
  margin-left: 40px !important;
}

.mar_l45 {
  margin-left: 45px !important;
}

.mar_l50 {
  margin-left: 50px !important;
}

.mar_r0 {
  margin-right: 0 !important;
}

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

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

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

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

.mar_r25 {
  margin-right: 25px !important;
}

.mar_r30 {
  margin-right: 30px !important;
}

.mar_r35 {
  margin-right: 35px !important;
}

.mar_r40 {
  margin-right: 40px !important;
}

.mar_r45 {
  margin-right: 45px !important;
}

.mar_r50 {
  margin-right: 50px !important;
}

/* float */
.fl_l {
  float: left !important;
}

.fl_r {
  float: right !important;
}

.fl_n {
  float: none !important;
}

/* font color */
.f_c_red {
  color: #ff0000 !important;
}

.f_c_yellow {
  color: #ffff00 !important;
}

.f_c_blue {
  color: #0000ff !important;
}

.f_c_gray {
  color: #cccccc !important;
}

.f_c_gray_2 {
  color: #999999 !important;
}

.t_align_l {
  text-align: left !important;
}

.t_align_c {
  text-align: center !important;
}

.t_align_r {
  text-align: right !important;
}

.f_weight_bold {
  font-weight: bold !important;
}

.f_weight_normal {
  font-weight: normal !important;
}
