@charset "UTF-8";

body {
  margin: 0;
  color: #444;
  text-align: center;
font-family: "游ゴシック","YuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  background: #fff;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ol li {
  margin-left: 2em;
  list-style: decimal;
}
img {
  max-width: 100%;
  max-height: 100%;
  border: none;
  vertical-align: middle;
}
strong {
  font-weight: bold;
}
input {
  vertical-align: middle;
  font-size: 1em;
  padding: 1px;
}
textarea {
  padding: 1px;
  font-size: 1em;
  border: 1px solid #ddd;
  border-radius: 5px;
  zoom: 1;
  position: relative;
  line-height: 1.6;
}
input[type="text"],
input[type="search"],
input[type="password"] {
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  height: 1em;
  padding: 10px;
  margin: 5px 0;
  border: #ddd 1px solid;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  -moz-transition: border 0.4s ease, background-color 0.4s ease;
  -o-transition: border 0.4s ease, background-color 0.4s ease;
  -webkit-transition: border 0.4s ease, background-color 0.4s ease;
  transition: border 0.4s ease, background-color 0.4s ease;
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus {
  border: #48a3ed 1px solid;
  border-radius: 3px;
  background-color: #f6fbff;
}
select {
  border-radius: 5px;
  height: 28px;
  line-height: 28px;
  padding-left: 0.3em;
  border: #ddd 1px solid;
  font-size: 14px ＼9;
  padding-top: 2px ＼9;
  padding-bottom: 2px ＼9;
  position: relative;
  zoom: 1;
}
@-moz-document url-prefix() {
  Select {
    height: 28px;
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
label {
  margin: 3px 20px 0 0px;
  line-height: 17px;
  padding-bottom: 3px;
}
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 1px 1px inset;
  -webkit-border-radius: 10px/10px;
  position: relative;
  margin-bottom: 3px;
  margin-right: 5px;
}
input[type="radio"]:checked:before {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin: -4px 0 0 -4px;
  -webkit-box-shadow: 1 1px 1px;
  -webkit-border-radius: 10px/10px;
  content: "";
  width: 9px;
  height: 9px;
  background: -webkit-gradient(linear,left top,left bottom,from(#000),to(#000));
}
input[type=radio],
input[type=checkbox] {
  min-width: 20px;
  min-height: 20px;
}
input[type="checkbox"] {
  border: 1px solid #aaa;
  vertical-align: -5px;
  -webkit-appearance: none;
  position: relative;
  margin-right: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  width: 20px;
  height: 20px;
  background: #e2e2e2;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(1,#e2e2e2));
  background: linear-gradient(to bottom,#fff 0%,#e2e2e2 100%);
}
input[type="checkbox"]:checked {
  background: #3791cb;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#3791cb),color-stop(1,#3286bc));
  background: linear-gradient(to bottom,#3791cb 0%,#3286bc 100%);
  border: 1px solid #3286bc;
}
input[type="checkbox"]:checked:before {
  position: absolute;
  left: -2px;
  top: 13px;
  display: block;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
  content: "";
  width: 10px;
  height: 4px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center;
}
input[type="checkbox"]:checked:after {
  display: block;
  position: absolute;
  left: 6px;
  top: 13px;
  content: "";
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5);
  width: 16px;
  height: 4px;
  background: #fff;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center;
}
a:link {
  color: #3190cd;
  text-decoration: none;
}
a:visited {
  color: #3190cd;
  text-decoration: none;
}
a:active {
  color: #999;
  text-decoration: none;
}
a:hover {
  color: #999;
  text-decoration: none;
}
.large_ {
  font-size: 120%;
}
.xlarge_ {
  font-size: 144%;
}
.small_ {
  font-size: 80%;
}
.xsmall_ {
  font-size: 64%;
}
.leftfloat_ {
  float: left;
  display: inline;
}
.rightfloat_ {
  float: right;
  display: inline;
}
img.leftfloat_ {
  margin: 0 10px 10px 0;
}
img.rightfloat_ {
  margin: 0 0 10px 10px;
}
.clear_ {
  clear: both;
}
.lefttext_ {
  text-align: left;
}
.righttext_ {
  text-align: right;
}
.centertext_ {
  text-align: center;
}
.error_ {
  color: #f00;
  font-weight: bold;
}
.notice_ {
  color: #f00;
  font-weight: bold;
}
.check_ {
  color: #f00;
}
.info_ {
  font-weight: bold;
}
div.error_,
table.error_ {
  background-color: #f4f4f4;
  border: solid 1px #f09;
  padding: 8px;
  margin: 4px auto;
  text-align: left;
  width: 560px;
  border-radius: 5px;
}
div.notice_,
table.notice_ {
  background-color: #f4f4f4;
  padding: 30px;
  margin: 4px auto;
  text-align: left;
  width: 580px;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 5px;
  line-height: 1.8;
}
div.notice_ p.centertext_,
table.notice_ p.centertext_ {
  margin-top: 15px;
}
div.info_,
table.info_ {
  background-color: #efefef;
  border: solid 1px #666;
  padding: 8px;
  margin: 4px auto;
  text-align: left;
  width: auto;
}
ul.error_ {
  margin-left: 16px;
}
div.info_ ul.error_ {
  margin-left: 16px;
  font-size: 105%;
}
.top_comment_ {
  margin-bottom: 10px;
}
.submit_ {
  margin: 20px auto;
  text-align: center;
}
.submit_ input,
.submit_ img {
  margin: 0px 16px;
  vertical-align: middle;
}
p.message_ {
  margin-bottom: 10px;
}
.hidden_ {
  visibility: hidden;
}
.nocell_ {
  border: none !important;
  background-color: transparent !important;
}
.hiddenEnter_ {
  width: 0;
  height: 0;
}
.disp_none_ {
  display: none;
}
.disp_block_ {
  display: block;
}
.txt_linethrough_ {
  text-decoration: line-through;
}
.valign_m_ {
  vertical-align: middle;
}
.left_column_ {
  float: left;
}
.pointer_ {
  cursor: pointer;
}
.fontsize_small_ {
  font-size: small;
}
.price_pop_ {
  color: #f00;
  font-size: 10px;
}
.price_ {
  color: #3190cd;
  font-size: 14px;
  font-weight: bold;
}
h1.optimaizedH1 {
  display: none;
}
h1.goods_name_,
h2.goods_name_ {
  margin: 0 0 20px 0;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  line-height: 140%;
}
h1.category_name_,
h2.category_name_ {
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  color: #000;
  font-size: 30px;
  font-weight: normal;
  line-height: 140%;
}
h1.category_name_img_,
h2.category_name_img_ {
  margin: 35px 0;
  min-height: 32px;
}
h1.event_name_,
h2.event_name_ {
  padding: 10px 0;
  margin: 0 0 20px 0;
  color: #000;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.2;
}
h1.event_name_img_,
h2.event_name_img_ {
  margin: 35px 0;
  min-height: 32px;
}
h1.genre_name_,
h2.genre_name_ {
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  color: #000;
  font-size: 30px;
  font-weight: normal;
  line-height: 140%;
}
h1.genre_name_img_,
h2.genre_name_img_ {
  margin-bottom: 10px;
}
h1.topic_head_,
h1.topic_head_ {
  padding: 15px 0 10px 0;
  margin: 0 0 20px 0;
  color: #000;
  font-size: 30px;
  font-weight: normal;
  line-height: 140%;
}
.common_headline1_ {
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 140%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.common_headline1_image_ {
  margin: 35px 0;
  min-height: 32px;
}
#mypagetop .common_headline1_image_ {
  margin: 35px 0 10px;
  min-height: 32px;
}
.common_headline2_ {
  padding: 8px 0 8px 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
.common_headline3_ {
  margin: 0 0 10px 0;
  padding: 5px 0;
  font-size: 13px;
  font-weight: bold;
}
.img_headline_ {
  margin-bottom: 10px;
}
.event_ {
  width: 100%;
  overflow: hidden;
}
.event_banner_ {
  margin: 0 5px 10px 5px;
  float: left;
  display: inline;
}
.event_title_ {
  padding: 14px 10px;
  font-size: 14px;
  font-weight: bold;
  background: #f4f4f4 url(../img/usr/common/h2_ttl_bg.png) left top no-repeat;
  clear: both !important;
}
.event_title_image_ {
  width: 100%;
  position: relative;
}
.event_title_image_::after {
  content: "";
  display: block;
  height: 10px;
  width: 5px;
  background-color: #f4f4f4;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.event_title_image_ a.btn_more_ {
  width: 125px;
  height: 38px;
  position: absolute;
  right: 0;
  top: 0;
}
.event_title_image_ a.btn_history_ {
  width: 152px;
  height: 38px;
  position: absolute;
  right: 0;
  top: 0;
}
.event_top_contents_ {
  margin-bottom: 50px;
}
.event_top_contents_ .event_image_ {
  margin-bottom: 30px;
}
.event_top_contents_ h2.title_ {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.event_top_contents_ p.comment_ {
  margin-bottom: 10px;
  line-height: 1.6;
}
.title_area {
  height: 42px;
  position: relative;
}
.title_area h2.title_ {
  color: #444;
  font-size: 15px;
  font-weight: bold;
  text-shadow: 0 0 1px #fff;
  padding: 0 15px;
  letter-spacing: 0.03em;
  line-height: 42px;
  height: 42px;
  display: inline-block;
  background-color: #f4f4f4;
  border-radius: 5px 0 0 0;
  position: relative;
  top: 4px;
}
.title_area h2.title_:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -27px;
  top: 0;
  width: 28px;
  height: 42px;
  background: url(../img/usr/common/bg_title_area_h2.png) 0 0 no-repeat;
}
.title_area h2.title_:before {
  content: "";
  display: block;
  height: 10px;
  width: 5px;
  background-color: #f4f4f4;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.title_area a.btn_more_ {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 125px;
  height: 38px;
}
#single_backnumber_list .event_title_image_ {
  width: auto;
  height: 42px;
}
#single_backnumber_list ul {
  border: 4px solid #f4f4f4;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
#single_backnumber_list ul li.StyleT_Item_ {
  float: none;
}
.navitopicpath_ {
  margin: 0 0 10px 0;
  text-align: right;
  overflow: hidden;
}
div.searchresultcontainer_ .navitopicpath_,
div.categorycontainer_ .navitopicpath_,
div.topiccontainer_ .navitopicpath_,
div.eventcontainer_ .navitopicpath_ {
  position: absolute;
  top: 0;
  right: 0;
}
div.col1_ .navitopicpath_ {
  position: absolute;
  top: 0;
  right: 0;
}
.navitopicpath_ a {
  margin: 0 0.5em;
}
.navitopicpath_ span.current_ {
  margin: 0 0.5em;
  font-weight: bold;
}
.navitopicpath_ div.block {
  float: left;
}
.navitopicpath_ div {
  float: right;
}
.bread-crumb-list_ {
  text-align: right;
  overflow: hidden;
  float: right;
}
.bread-crumb-list_ li {
  margin: 0 0 5px 5px;
  height: 28px;
  line-height: 28px;
  float: left;
}
.bread-crumb-list_ li a {
  height: 28px;
  margin: 0;
  line-height: 28px;
  color: #bbb;
  display: block;
  background: url(../img/sys/navi_left.png) left center no-repeat;
}
.bread-crumb-list_ li a span {
  height: 28px;
  padding: 0 14px 0 8px;
  line-height: 28px;
  color: #bbb;
  background: url(../img/sys/navi_right.png) right center no-repeat;
  display: block;
}
.bread-crumb-list_ li a:hover {
  background: url(../img/sys/navi_on_left.png) left center no-repeat;
  color: #48a3ed;
}
.bread-crumb-list_ li a:hover span {
  background: url(../img/sys/navi_on_right.png) right center no-repeat;
  color: #48a3ed;
}
.bread-crumb-list_ li span.current_ {
  height: 28px;
  margin: 0;
  line-height: 28px;
  color: #48a3ed;
  display: block;
  background: url(../img/sys/navi_on_left.png) left center no-repeat;
}
.bread-crumb-list_ li:last-child a {
  margin: 0;
  color: #48a3ed;
  display: block;
  background: url(../img/sys/navi_on_left.png) left center no-repeat;
}
.bread-crumb-list_ li:last-child a span,
.bread-crumb-list_ li span.current_ span {
  padding: 0 8px 0 8px;
  background: url(../img/sys/navi_on_right_end.png) right center no-repeat;
  color: #48a3ed;
  font-weight: normal;
  display: block;
}
.bread-crumb-list_ li:last-child a:hover span {
  background: url(../img/sys/navi_on_right_end.png) right center no-repeat;
  color: #48a3ed;
}
.navipage_ {
  text-align: right;
  padding: 5px 0;
}
.navipage_.top_ {
  margin: 30px 0 0 0;
  text-align: center;
}
.navipage_.bottom_ {
  margin: 30px 0;
  text-align: center;
}
.navipage_jump_ {
  padding: 2px 7px;
  margin: 0 1px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background-color: #bbb;
  border: #bbb 1px solid;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.navipage_now_ {
  padding: 2px 7px;
  margin: 0 1px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background: #3190cd;
  border: #3190cd 1px solid;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.navipage_ .navipage_reverse_ {
  margin-right: 5px;
}
.navipage_ .navipage_forward_ {
  margin-left: 5px;
}
.navipage_ a {
  padding: 2px 7px;
  margin: 0 1px;
  background-color: #bbb;
  border: #bbb 1px solid;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  color: #fff;
}
.navipage_ a:hover {
  text-decoration: none;
  background-color: #3190cd;
  border: #3190cd 1px solid;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.brand_name_ {
  width: 100%;
  overflow: hidden;
}
.maker_name_ {
  width: 100%;
  overflow: hidden;
}
.formlist_ {
  margin: 0 auto;
  border: #ddd 1px solid;
  border-collapse: collapse;
}
.formlist_ th {
  padding: 10px;
  font-weight: bold;
  white-space: nowrap;
  background-color: #f4f4f4;
  border: #ddd 1px solid;
}
.formlist_ td {
  padding: 10px;
  font-weight: normal;
  background-color: #fff;
  border-bottom: #ddd 1px solid;
}
.formlist_ .line0_ {
  background-color: #f8f8f8;
}
.formlist_ .line1_ {
  background-color: #fcfcfc;
}
.formdetail_ {
  border-collapse: collapse;
  margin: 0 auto;
}
.formdetail_ th {
  padding: 8px 32px 8px 0;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: #ddd 1px dashed;
}
.formdetail_ td {
  padding: 8px;
  font-weight: normal;
  vertical-align: top;
  background-color: #fff;
  border-bottom: #ddd 1px dashed;
}
.formdetailcard_ {
  margin: 0 auto;
  margin-left: 0px;
  float: none;
  border-collapse: collapse;
}
.formdetailcard_ th {
  border-top: #ddd 1px solid;
  border-bottom: #ddd 1px solid;
  font-weight: bold;
  line-height: 15px;
  padding: 8px;
  background-color: #f6f2ef;
  white-space: nowrap;
  text-align: left;
}
.formdetailcard_ td {
  border-top: #ddd 1px solid;
  border-bottom: #ddd 1px solid;
  font-weight: normal;
  line-height: 15px;
  padding: 8px;
  background-color: #fff;
}
.formsublist_ {
  border-collapse: collapse;
}
.formsublist_ th {
  border: #ddd 1px solid;
  background-color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
.formsublist_ td {
  border: #ddd 1px solid;
  background-color: #fff;
  font-weight: normal;
}
.must_ {
  margin-left: 10px;
  float: right;
  display: inline;
}
.classrequired {
  background: #fee;
}
.classerror {
  background: #fee;
}
div.col1_contents_wrap_ {
  padding: 0 0 10px 0;
  margin-bottom: 35px;
  background: url(../img/usr/common/col1_frame_bottom.png) left bottom no-repeat;
}
div.col1_contents_inner_ {
  padding: 10px 0 0 0;
  background: url(../img/usr/common/col1_frame_top_notitle.png) left top no-repeat;
  text-align: left;
}
div.col1_contents_body_ {
  padding: 20px 40px;
  border-left: #f4f4f4 5px solid;
  border-right: #f4f4f4 5px solid;
}
div.col1_contents_body_ h2.title_ {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
}
.tracecontent {
  text-align: left;
  background-color: #fcf;
}
#__asptrace {
  text-align: left;
  background-color: #fff;
}
span.tracecontent tr.subhead {
  background-color: #ccc;
}
span.tracecontent tr.alt {
  background-color: #eee;
}
.width_auto_ {
  width: auto !important;
}
.width_full_ {
  width: 100% !important;
}
.width25per_ {
  width: 25% !important;
}
.width00_ {
  width: 0px !important;
}
.width01_ {
  width: 1px !important;
}
.width02_ {
  width: 2px !important;
}
.width03_ {
  width: 3px !important;
}
.width04_ {
  width: 4px !important;
}
.width05_ {
  width: 5px !important;
}
.width06_ {
  width: 6px !important;
}
.width07_ {
  width: 7px !important;
}
.width08_ {
  width: 8px !important;
}
.width09_ {
  width: 9px !important;
}
.width10_ {
  width: 10px !important;
}
.width11_ {
  width: 11px !important;
}
.width12_ {
  width: 12px !important;
}
.width13_ {
  width: 13px !important;
}
.width14_ {
  width: 14px !important;
}
.width15_ {
  width: 15px !important;
}
.width16_ {
  width: 16px !important;
}
.width17_ {
  width: 17px !important;
}
.width18_ {
  width: 18px !important;
}
.width19_ {
  width: 19px !important;
}
.width20_ {
  width: 20px !important;
}
.width25_ {
  width: 25px !important;
}
.width30_ {
  width: 30px !important;
}
.width35_ {
  width: 35px !important;
}
.width40_ {
  width: 40px !important;
}
.width45_ {
  width: 45px !important;
}
.width50_ {
  width: 50px !important;
}
.width90_ {
  width: 90px !important;
}
.width100_ {
  width: 100px !important;
}
.width150_ {
  width: 150px !important;
}
.width200_ {
  width: 200px !important;
}
.width250_ {
  width: 250px !important;
}
.width300_ {
  width: 300px !important;
}
.width350_ {
  width: 350px !important;
}
.width400_ {
  width: 400px !important;
}
.width450_ {
  width: 450px !important;
}
.width500_ {
  width: 500px !important;
}
.width550_ {
  width: 550px !important;
}
.width590_ {
  width: 590px !important;
}
.width600_ {
  width: 600px !important;
}
.width650_ {
  width: 650px !important;
}
.width700_ {
  width: 700px !important;
}
.width720_ {
  width: 720px !important;
}
.width750_ {
  width: 750px !important;
}
.width800_ {
  width: 800px !important;
}
.width850_ {
  width: 850px !important;
}
.width900_ {
  width: 900px !important;
}
.width950_ {
  width: 950px !important;
}
.width960_ {
  width: 960px !important;
}
.width1000_ {
  width: 1000px !important;
}
.height_auto_ {
  height: auto !important;
}
.height_full_ {
  height: 100% !important;
}
.height00_ {
  height: 0px !important;
}
.height01_ {
  height: 1px !important;
}
.height02_ {
  height: 2px !important;
}
.height03_ {
  height: 3px !important;
}
.height04_ {
  height: 4px !important;
}
.height05_ {
  height: 5px !important;
}
.height06_ {
  height: 6px !important;
}
.height07_ {
  height: 7px !important;
}
.height08_ {
  height: 8px !important;
}
.height09_ {
  height: 9px !important;
}
.height10_ {
  height: 10px !important;
}
.height11_ {
  height: 11px !important;
}
.height12_ {
  height: 12px !important;
}
.height13_ {
  height: 13px !important;
}
.height14_ {
  height: 14px !important;
}
.height15_ {
  height: 15px !important;
}
.height16_ {
  height: 16px !important;
}
.height17_ {
  height: 17px !important;
}
.height18_ {
  height: 18px !important;
}
.height19_ {
  height: 19px !important;
}
.height20_ {
  height: 20px !important;
}
.height25_ {
  height: 25px !important;
}
.height30_ {
  height: 30px !important;
}
.height35_ {
  height: 35px !important;
}
.height40_ {
  height: 40px !important;
}
.height45_ {
  height: 45px !important;
}
.height50_ {
  height: 50px !important;
}
.height100_ {
  height: 100px !important;
}
.height120_ {
  height: 120px !important;
}
.height150_ {
  height: 150px !important;
}
.height200_ {
  height: 200px !important;
}
.height250_ {
  height: 250px !important;
}
.height300_ {
  height: 300px !important;
}
.height350_ {
  height: 350px !important;
}
.height400_ {
  height: 400px !important;
}
.height450_ {
  height: 450px !important;
}
.height500_ {
  height: 500px !important;
}
.height550_ {
  height: 550px !important;
}
.height600_ {
  height: 600px !important;
}
.height650_ {
  height: 650px !important;
}
.height700_ {
  height: 700px !important;
}
.height750_ {
  height: 750px !important;
}
.height800_ {
  height: 800px !important;
}
.height850_ {
  height: 850px !important;
}
.height900_ {
  height: 900px !important;
}
.height950_ {
  height: 950px !important;
}
.height1000_ {
  height: 1000px !important;
}
}