/*----------------------------- */
/* T-SITE COMMON [ MODULE ] */
/*----------------------------- */
@font-face {
  font-family: jin;
  src: url(../font/jin-regular.eot);
}

@font-face {
  font-family: jin;
  src: url(../font/jin-regular.otf) format("opentype");
}

/** c_section(!!overwrite cosmo_common) ***/
.c_section {
  border-top: 1px solid #afafaf;
}

/** list_bnr(!!overwrite cosmo_common) ***/
.c_list_bnr > li.c_list_bnr-border {
  border-top: 1px solid #afafaf;
}
.c_list_bnr.c_list_bnr-border > li {
  border-top: 1px solid #afafaf;
}
.c_list_bnr.c_list_bnr-border > li:first-child {
  border-top: none;
}

/** thumb_hover **/
.thumb_hover:hover img {
  opacity: 0.7;
  -ms-filter: "alpha( opacity=70 )";
}

/** site_path(nesw / SP) **/
.site_path {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8px 15px 8px;
  margin: 0;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #afafaf;
}
.site_path > li {
  display: inline-block;
}
.site_path > li a {
  background: url(../images/icon_site_path.png) no-repeat right center;
  background-size: 6px 9px;
  padding-right: 15px;
}
.site_path > li a:link, .site_path > li a:visited {
  text-decoration: none;
}
.site_path > li:last-child a {
  background: none;
  padding-right: 0;
}

/** icon_tpoint **/
.icon_tpoint {
  display: inline-block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background: url(../images/icon_tpoint.png) no-repeat center center;
  text-align: left;
}

/** icon_beginner **/
.icon_beginner {
  display: inline-block;
  background: url(../images/icon_beginner.png) no-repeat left 0.15em;
  padding-left: 15px;
}

/** separator_box **/
.separator_box {
  border-top: 1px dotted #666;
  padding: 10px;
}

/** c_list_border **/
.c_list_border + .c_list_border {
  margin-top: 0;
}
.c_list_border + .c_list_border > li:first-child {
  border-top: 1px dotted #000000;
  margin-top: 15px;
  padding-top: 15px;
}

/** with_like **/
.with_like {
  position: relative;
}
.with_like .with_like-pin {
  margin: 0 !important;
  text-indent: -9999px;
  overflow: hidden;
  width: 30px;
  height: 40px;
  background: #8e8e8e url(../images/btn_like.png) no-repeat center 8px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  -o-transition: background 0.1s ease-out;
  -ms-transition: background 0.1s ease-out;
  -moz-transition: background 0.1s ease-out;
  -webkit-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
}
.with_like .with_like-pin:hover {
  background-color: #666;
  -o-transition: background 0.1s ease-in;
  -ms-transition: background 0.1s ease-in;
  -moz-transition: background 0.1s ease-in;
  -webkit-transition: background 0.1s ease-in;
  transition: background 0.1s ease-in;
}
.with_like .with_like-pin.loading {
  background-image: none;
}
.with_like .with_like-pin:after {
  border-top: 0 solid transparent;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 8px solid #fff;
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  margin-left: -19px;
  position: absolute;
  width: 0;
}
.with_like .with_like-pin .loader {
  margin: 0;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 26px;
  height: 26px;
}
.with_like .with_like-btn {
  width: 500px;
  margin: 20px auto 0;
  background-color: #8E8E8E;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
}
.with_like .with_like-btn .with_like-btn_icon {
  display: inline-block;
  width: 22px;
  height: 30px;
  background: #666666 url(../images/btn_like_s.png) no-repeat center 6px;
  position: relative;
  vertical-align: middle;
  margin-right: 15px;
}
.with_like .with_like-btn .with_like-btn_icon:after {
  border-top: 0 solid transparent;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-bottom: 6px solid #8E8E8E;
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  margin-left: -11px;
  position: absolute;
  width: 0;
}
.with_like .with_like-btn:hover {
  background-color: #666;
}
.with_like .with_like-btn:hover .with_like-btn_icon {
  background-color: #434343;
}
.with_like .with_like-btn:hover .with_like-btn_icon:after {
  border-top: 0 solid transparent;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-bottom: 6px solid #666;
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  margin-left: -11px;
  position: absolute;
  width: 0;
}
.with_like.with_like-on .with_like-pin {
  background-color: #f0028e;
}
.with_like.with_like-on .with_like-btn {
  background-color: #e4e4e4;
  color: #000;
}
.with_like.with_like-on .with_like-btn .with_like-btn_icon {
  background-color: #f0028e;
}
.with_like.with_like-on .with_like-btn .with_like-btn_icon:after {
  border-top: 0 solid transparent;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-bottom: 6px solid #e4e4e4;
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  margin-left: -11px;
  position: absolute;
  width: 0;
}

/** cate_menu **/
ul.cate_menu {
  background-color: #e4e4e4;
  padding: 0;
  overflow: hidden;
}
ul.cate_menu > li {
  float: left;
  color: #5b5b5b;
}
ul.cate_menu > li > span, ul.cate_menu > li > a {
  display: block;
  padding: 15px 0 10px;
  border-bottom: 3px solid #e4e4e4;
}
ul.cate_menu > li > span span, ul.cate_menu > li > a span {
  padding: 0 30px;
  border-right: 1px solid #c6c6c6;
}
ul.cate_menu > li > span:link, ul.cate_menu > li > span:visited, ul.cate_menu > li > a:link, ul.cate_menu > li > a:visited {
  text-decoration: none;
  color: #5b5b5b;
}
ul.cate_menu > li > span:hover, ul.cate_menu > li > a:hover {
  text-decoration: none;
  color: #039;
}
ul.cate_menu > li.current {
  background-color: #c6c6c6;
  font-weight: bold;
  margin-left: -1px;
  border-left: 1px solid #e4e4e4;
  color: #000;
}
ul.cate_menu > li.current > span, ul.cate_menu > li.current > a {
  border-bottom: 3px solid #000;
}
ul.cate_menu > li.current > span:link, ul.cate_menu > li.current > span:visited, ul.cate_menu > li.current > a:link, ul.cate_menu > li.current > a:visited {
  text-decoration: none;
  color: #000;
}
ul.cate_menu > li.current > span:hover, ul.cate_menu > li.current > a:hover {
  text-decoration: none;
  color: #000;
}

.cate_menu-body {
  border-top: 1px solid #afafaf;
  padding: 15px 20px;
}
.cate_menu-body .c_list_link_inline > li a:link, .cate_menu-body .c_list_link_inline > li a:visited {
  text-decoration: none;
}
.cate_menu-body .c_list_link_inline > li a:hover {
  text-decoration: underline;
  color: #000;
}

/** keyword_ranking ***/
.keyword_ranking {
  overflow: hidden;
  margin-bottom: 20px;
}
.keyword_ranking > li {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-top: 1px dotted #666;
  padding-top: 5px;
}
.keyword_ranking > li:first-child {
  border-top: none;
  padding-top: 0;
}
.keyword_ranking > li span.keyword_ranking-rank {
  display: table-cell;
  width: 2em;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  vertical-align: top;
}
.keyword_ranking > li span.keyword_ranking-tit {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  width: 100%;
  padding-right: 30px;
}
.keyword_ranking > li span.keyword_ranking-tit > a:link, .keyword_ranking > li span.keyword_ranking-tit > a:visited {
  text-decoration: none;
}
.keyword_ranking > li span.keyword_ranking-tit > a:hover {
  text-decoration: none;
}
.keyword_ranking .keyword_ranking-1 {
  font-size: 16px;
  font-size: 1.6rem;
}
.keyword_ranking .keyword_ranking-del {
  text-indent: -9999px;
  background: url(../../tsite_common/images/icon_remove.png) no-repeat center center;
  width: 11px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  float: right;
  cursor: pointer;
}

/** sub_heading **/
.sub_heading {
  background-color: #e4e4e4;
  padding: 20px 30px 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.sub_heading .sub_heading-tit {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  margin: 0;
}
.sub_heading .sub_heading-error {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
  color: #b00;
}
.panel_area .sub_heading {
  border: 1px solid #afafaf;
  margin-left: -1px;
}

/** error_em **/
.error_em {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #b00;
}

/** tit_head_mypage **/
.tit_head_mypage {
  position: relative;
}
.tit_head_mypage .tit_head_mypage-misc {
  position: absolute;
  margin: 0;
}
.tit_head_mypage .c_tit_lv1 + .tit_head_mypage-misc {
  top: 18px;
  right: 30px;
}

/** article **/
.c_tit_lv2 + .article {
  margin-top: 0;
}

/** top **/
.top_section {
  border-top: 1px solid #afafaf;
  border-left: 1px solid #afafaf;
  border-right: 1px solid #afafaf;
}

.cosmo_contents-in > .c_emergency {
  border-color: #afafaf;
}

/*** font ***/
.numfont {
  font-family: "jin";
}

/*** title ***/
.tit_change_article {
  overflow: hidden;
  background-color: #000;
  padding: 7px;
}
.tit_change_article .tit_change_article_in {
  overflow: hidden;
}
.tit_change_article .tit_change_article_in h1 {
  display: inline-block;
  float: left;
  width: 220px;
  padding: 5px 0;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  background-color: #444;
  margin-right: 2px;
}
.tit_change_article .tit_change_article_in p {
  display: inline-block;
  float: left;
  width: 220px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 0 2px 0 0;
}
.tit_change_article .tit_change_article_in p a {
  padding: 5px 0;
  display: block;
}
.tit_change_article .tit_change_article_in p a:link, .tit_change_article .tit_change_article_in p a:visited {
  color: #8e8e8e;
  text-decoration: none;
}
.tit_change_article .tit_change_article_in p a:hover {
  background-color: #444;
}
.tit_change_article .tit_change_article_in p span {
  display: block;
}

.tit_balloon {
  position: relative;
  z-index: 1;
}
.tit_balloon:after {
  border-top: 10px solid #444;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 0 solid transparent;
  bottom: -10px;
  content: "";
  display: block;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0;
}

/*** top_keyword ***/
.top_keyword .c_tit_lv1 {
  cursor: pointer;
}
.top_keyword .top_keyword-btn {
  display: block;
  background: url(../../tsite_common/images/icon_plus_white.png) no-repeat right center;
}
.top_keyword.open .top_keyword-btn {
  background: url(../../tsite_common/images/icon_minus_white.png) no-repeat right center;
}

/*** top_keyvisual ***/
/*
.top_keyvisual
	.top_keyvisual-info
		.top_personal
		.top_news
	.top_keyvisual-cover

*/
/**** bg color setting ****/
.bg_1 .top_personal {
  background-color: #660000;
}
.bg_1 .top_cover .top_cover-info .top_cover_heding {
  background-color: #660000;
}
.bg_1 .top_cover .top_cover-info .top_cover_heding:after {
  border-left: 10px solid #660000;
}

.bg_2 .top_personal {
  background-color: #880044;
}
.bg_2 .top_cover .top_cover-info .top_cover_heding {
  background-color: #880044;
}
.bg_2 .top_cover .top_cover-info .top_cover_heding:after {
  border-left: 10px solid #880044;
}

.bg_3 .top_personal {
  background-color: #660055;
}
.bg_3 .top_cover .top_cover-info .top_cover_heding {
  background-color: #660055;
}
.bg_3 .top_cover .top_cover-info .top_cover_heding:after {
  border-left: 10px solid #660055;
}

.bg_4 .top_personal {
  background-color: #bb0000;
}
.bg_4 .top_cover .top_cover-info .top_cover_heding {
  background-color: #bb0000;
}
.bg_4 .top_cover .top_cover-info .top_cover_heding:after {
  border-left: 10px solid #bb0000;
}

.bg_5 .top_personal {
  background-color: #ee3333;
}
.bg_5 .top_cover .top_cover-info .top_cover_heding {
  background-color: #ee3333;
}
.bg_5 .top_cover .top_cover-info .top_cover_heding:after {
  border-left: 10px solid #ee3333;
}

.bg_6 .top_personal {
  background-color: #dd0077;
}
.bg_6 .top_cover .top_cover-info .top_cover_heding {
  background-color: #dd0077;
}
.bg_6 .top_cover .top_cover-info .top_cover_heding:after {
  border-left: 10px solid #dd0077;
}

.bg_7 .top_personal {
  background-color: #bb00aa;
}
.bg_7 .top_cover .top_cover-info .top_cover_heding {
  background-color: #bb00aa;
}
.bg_7 .top_cover .top_cover-info .top_cover_heding:after {
  border-left: 10px solid #bb00aa;
}

.bg_8 .top_personal {
  background-color: #ee3355;
}
.bg_8 .top_cover .top_cover-info .top_cover_heding {
  background-color: #ee3355;
}
.bg_8 .top_cover .top_cover-info .top_cover_heding:after {
  border-left: 10px solid #ee3355;
}

.bg_9 .top_personal {
  background-color: #ffaa00;
}
.bg_9 .top_cover .top_cover-info .top_cover_heding {
  background-color: #ffaa00;
}
.bg_9 .top_cover .top_cover-info .top_cover_heding:after {
  border-left: 10px solid #ffaa00;
}

.bg_10 .top_personal {
  background-color: #ff66bb;
}
.bg_10 .top_cover .top_cover-info .top_cover_heding {
  background-color: #ff66bb;
}
.bg_10 .top_cover .top_cover-info .top_cover_heding:after {
  border-left: 10px solid #ff66bb;
}

.bg_11 .top_personal {
  background-color: #bb66cc;
}
.bg_11 .top_cover .top_cover-info .top_cover_heding {
  background-color: #bb66cc;
}
.bg_11 .top_cover .top_cover-info .top_cover_heding:after {
  border-left: 10px solid #bb66cc;
}

.bg_12 .top_personal {
  background-color: #ff7788;
}
.bg_12 .top_cover .top_cover-info .top_cover_heding {
  background-color: #ff7788;
}
.bg_12 .top_cover .top_cover-info .top_cover_heding:after {
  border-left: 10px solid #ff7788;
}

.bg_13 .top_personal {
  background-color: #111155;
}
.bg_13 .top_cover .top_cover-info .top_cover_heding {
  background-color: #111155;
}
.bg_13 .top_cover .top_cover-info .top_cover_heding:after {
  border-left: 10px solid #111155;
}

.bg_14 .top_personal {
  background-color: #004477;
}
.bg_14 .top_cover .top_cover-info .top_cover_heding {
  background-color: #004477;
}
.bg_14 .top_cover .top_cover-info .top_cover_heding:after {
  border-left: 10px solid #004477;
}

.bg_15 .top_personal {
  background-color: #004444;
}
.bg_15 .top_cover .top_cover-info .top_cover_heding {
  background-color: #004444;
}
.bg_15 .top_cover .top_cover-info .top_cover_heding:after {
  border-left: 10px solid #004444;
}

.bg_16 .top_personal {
  background-color: #004422;
}
.bg_16 .top_cover .top_cover-info .top_cover_heding {
  background-color: #004422;
}
.bg_16 .top_cover .top_cover-info .top_cover_heding:after {
  border-left: 10px solid #004422;
}

.bg_17 .top_personal {
  background-color: #3322aa;
}
.bg_17 .top_cover .top_cover-info .top_cover_heding {
  background-color: #3322aa;
}
.bg_17 .top_cover .top_cover-info .top_cover_heding:after {
  border-left: 10px solid #3322aa;
}

.bg_18 .top_personal {
  background-color: #0066cc;
}
.bg_18 .top_cover .top_cover-info .top_cover_heding {
  background-color: #0066cc;
}
.bg_18 .top_cover .top_cover-info .top_cover_heding:after {
  border-left: 10px solid #0066cc;
}

.bg_19 .top_personal {
  background-color: #007777;
}
.bg_19 .top_cover .top_cover-info .top_cover_heding {
  background-color: #007777;
}
.bg_19 .top_cover .top_cover-info .top_cover_heding:after {
  border-left: 10px solid #007777;
}

.bg_20 .top_personal {
  background-color: #117733;
}
.bg_20 .top_cover .top_cover-info .top_cover_heding {
  background-color: #117733;
}
.bg_20 .top_cover .top_cover-info .top_cover_heding:after {
  border-left: 10px solid #117733;
}

.bg_21 .top_personal {
  background-color: #5555ee;
}
.bg_21 .top_cover .top_cover-info .top_cover_heding {
  background-color: #5555ee;
}
.bg_21 .top_cover .top_cover-info .top_cover_heding:after {
  border-left: 10px solid #5555ee;
}

.bg_22 .top_personal {
  background-color: #33aadd;
}
.bg_22 .top_cover .top_cover-info .top_cover_heding {
  background-color: #33aadd;
}
.bg_22 .top_cover .top_cover-info .top_cover_heding:after {
  border-left: 10px solid #33aadd;
}

.bg_23 .top_personal {
  background-color: #00bbbb;
}
.bg_23 .top_cover .top_cover-info .top_cover_heding {
  background-color: #00bbbb;
}
.bg_23 .top_cover .top_cover-info .top_cover_heding:after {
  border-left: 10px solid #00bbbb;
}

.bg_24 .top_personal {
  background-color: #55bb11;
}
.bg_24 .top_cover .top_cover-info .top_cover_heding {
  background-color: #55bb11;
}
.bg_24 .top_cover .top_cover-info .top_cover_heding:after {
  border-left: 10px solid #55bb11;
}

.top_keyvisual {
  overflow: hidden;
  background-color: #e4e4e4;
}
.top_keyvisual .top_keyvisual-info {
  vertical-align: top;
}
.top_keyvisual .top_keyvisual-cover {
  vertical-align: top;
  background-color: #000;
}
.top_keyvisual p {
  margin: 0;
}

/**** top_personal ****/
.top_personal {
  background-color: #412562;
  color: #fff;
  padding: 10px 15px 13px;
  overflow: hidden;
}
.top_personal .top_personal-date {
  line-height: 1;
}
.top_personal .top_personal-date p.top_personal-date_1 {
  display: table;
  width: 100%;
}
.top_personal .top_personal-date p.top_personal-date_1 .date_y {
  font-size: 46px;
  display: table-cell;
  vertical-align: middle;
}
.top_personal .top_personal-date p.top_personal-date_1 .date_w {
  font-size: 18px;
  font-weight: bold;
  display: table-cell;
  width: 50%;
  text-align: right;
  vertical-align: middle;
}
.top_personal .top_personal-date p.top_personal-date_2 {
  text-align: center;
}
.top_personal .top_personal-date p.top_personal-date_2 .date_d {
  font-size: 80px;
}
.top_personal .top_personal-weather {
  font-size: 14px;
  margin-top: 5px;
}
.top_personal .top_personal-weather .numfont {
  font-size: 18px;
}
.top_personal .top_personal-weather .weather_local {
  font-size: 16px;
  font-weight: bold;
}
.top_personal .top_personal-weather .weather_img {
  display: block;
  float: right;
  margin-left: 10px;
}

.news_more {
  padding: 15px 20px;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news_more > a {
  display: inline-block !important;
}

/**** top_cover ****/
.top_cover .top_cover-img {
  position: relative;
}
.top_cover .top_cover-img img {
  width: 100%;
}
.top_cover .top_cover-img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: url(../images/bg_cover_new.png) repeat-x left bottom;
  position: absolute;
  bottom: 0;
}
.top_cover .top_cover-info {
  color: #fff;
  padding: 0 15px 15px;
}
.top_cover .top_cover-info .top_cover_heding {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #412562;
  position: relative;
  display: inline-block;
  padding: 0 5px 0;
  min-height: 1.6em;
  line-height: 1.6em;
}
.top_cover .top_cover-info .top_cover_heding:after {
  border-top: 0.8em solid transparent;
  border-right: 0 solid transparent;
  border-left: 10px solid #412562;
  border-bottom: 0.8em solid transparent;
  top: 0;
  right: -10px;
  content: "";
  display: block;
  position: absolute;
  width: 0;
}
.top_cover .top_cover-info .top_cover_tit {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 10px;
}
.top_cover .top_cover-info .top_cover_link {
  margin-top: 5px;
}

/**** top_items_tab ****/
.top_items_tab > ul {
  display: table;
  width: 100%;
  border-top: 1px solid #afafaf;
  border-left: 1px solid #afafaf;
}
.top_items_tab > ul > li {
  display: table-cell;
  width: 12.5%;
  background-color: #e4e4e4;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  -o-transition: background 0.2s ease-out, border 0.2s ease-out;
  -ms-transition: background 0.2s ease-out, border 0.2s ease-out;
  -moz-transition: background 0.2s ease-out, border 0.2s ease-out;
  -webkit-transition: background 0.2s ease-out, border 0.2s ease-out;
  transition: background 0.2s ease-out, border 0.2s ease-out;
}
.top_items_tab > ul > li > span {
  display: block;
  min-height: 36px;
  text-indent: -9999px;
  border-left: 1px solid #c6c6c6;
  margin: 12px 0 8px;
  -o-transition: background 0.2s ease-in,border 0.2s ease-in;
  -ms-transition: background 0.2s ease-in,border 0.2s ease-in;
  -moz-transition: background 0.2s ease-in,border 0.2s ease-in;
  -webkit-transition: background 0.2s ease-in,border 0.2s ease-in;
  transition: background 0.2s ease-in,border 0.2s ease-in;
}
.top_items_tab > ul > li > span.top_items_tab-all {
  background: url(../images/top_btn_all.png) no-repeat center center;
}
.top_items_tab > ul > li > span.top_items_tab-movie {
  background: url(../images/top_btn_movie.png) no-repeat center center;
}
.top_items_tab > ul > li > span.top_items_tab-music {
  background: url(../images/top_btn_music.png) no-repeat center center;
}
.top_items_tab > ul > li > span.top_items_tab-book {
  background: url(../images/top_btn_book.png) no-repeat center center;
}
.top_items_tab > ul > li > span.top_items_tab-game {
  background: url(../images/top_btn_game.png) no-repeat center center;
}
.top_items_tab > ul > li > span.top_items_tab-news {
  background: url(../images/top_btn_news.png) no-repeat center center;
}
.top_items_tab > ul > li > span.top_items_tab-ranking {
  background: url(../images/top_btn_ranking.png) no-repeat center center;
}
.top_items_tab > ul > li > span.top_items_tab-other {
  background: url(../images/top_btn_other.png) no-repeat center center;
}
.top_items_tab > ul > li:hover {
  background-color: #c6c6c6;
  -o-transition: background 0.2s ease-in, border 0.2s ease-in;
  -ms-transition: background 0.2s ease-in, border 0.2s ease-in;
  -moz-transition: background 0.2s ease-in, border 0.2s ease-in;
  -webkit-transition: background 0.2s ease-in, border 0.2s ease-in;
  transition: background 0.2s ease-in, border 0.2s ease-in;
}
.top_items_tab > ul > li:hover + li > span {
  border-left: 1px solid #e4e4e4;
}
.top_items_tab > ul > li:first-child > span {
  border-left: none;
}
.top_items_tab > ul > li.current {
  background-color: #c6c6c6;
  border-bottom: 3px solid #000;
  cursor: auto;
}
.top_items_tab > ul > li.current > span.top_items_tab-all {
  background: url(../images/top_btn_all_on.png) no-repeat center center;
}
.top_items_tab > ul > li.current > span.top_items_tab-movie {
  background: url(../images/top_btn_movie_on.png) no-repeat center center;
}
.top_items_tab > ul > li.current > span.top_items_tab-music {
  background: url(../images/top_btn_music_on.png) no-repeat center center;
}
.top_items_tab > ul > li.current > span.top_items_tab-book {
  background: url(../images/top_btn_book_on.png) no-repeat center center;
}
.top_items_tab > ul > li.current > span.top_items_tab-game {
  background: url(../images/top_btn_game_on.png) no-repeat center center;
}
.top_items_tab > ul > li.current > span.top_items_tab-news {
  background: url(../images/top_btn_news_on.png) no-repeat center center;
}
.top_items_tab > ul > li.current > span.top_items_tab-ranking {
  background: url(../images/top_btn_ranking_on.png) no-repeat center center;
}
.top_items_tab > ul > li.current > span.top_items_tab-other {
  background: url(../images/top_btn_other_on.png) no-repeat center center;
}
.top_items_tab > ul > li.current + li > span {
  border-left: 1px solid #e4e4e4;
}

/**** top_keyword_sp *****/
/*** top_sp_menu ***/
.top_sp_menu {
  background-color: #e4e4e4;
  padding: 0;
  display: table;
  width: 100%;
  border-bottom: 1px solid #c6c6c6;
}
.top_sp_menu > li {
  display: table-cell;
  width: 50%;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.top_sp_menu > li > span, .top_sp_menu > li > a {
  display: block;
  padding: 8px 0 5px;
  border-bottom: 3px solid transparent;
}
.top_sp_menu > li > span span, .top_sp_menu > li > a span {
  padding: 0 20px;
  border-right: none;
}
.top_sp_menu > li > span:link, .top_sp_menu > li > span:visited, .top_sp_menu > li > a:link, .top_sp_menu > li > a:visited {
  text-decoration: none;
}
.top_sp_menu > li > span:hover, .top_sp_menu > li > a:hover {
  text-decoration: none;
}
.top_sp_menu > li.current {
  background-color: #c6c6c6;
  font-weight: bold;
}
.top_sp_menu > li.current > span, .top_sp_menu > li.current > a {
  border-bottom: 3px solid #000;
}
.top_sp_menu > li.current > span:link, .top_sp_menu > li.current > span:visited, .top_sp_menu > li.current > a:link, .top_sp_menu > li.current > a:visited {
  text-decoration: none;
  color: #000;
}
.top_sp_menu > li.current > span:hover, .top_sp_menu > li.current > a:hover {
  text-decoration: none;
  color: #000;
  cursor: default;
}

/** top(NEW!!) **/
/*** top_cate_tab ***/
.top_cate_tab {
  width: 100%;
  display: table;
  border-bottom: 3px solid #000;
  position: relative;
  z-index: 100;
  /*** other current ****/
  /**** other inner nav ****/
}
.top_cate_tab ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #e4e4e4;
}
.top_cate_tab ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #e4e4e4;
}
.top_cate_tab ul.top_cate_tab-main {
  height: 47px;
  overflow: hidden;
}
.top_cate_tab ul.top_cate_tab-main > li {
  display: inline;
  float: left;
  border-right: 1px solid #afafaf;
  cursor: pointer;
  padding: 13px 11px;
}
.top_cate_tab ul.top_cate_tab-main > li a:link, .top_cate_tab ul.top_cate_tab-main > li a:visited {
  color: #000;
  text-decoration: none;
}
.top_cate_tab ul.top_cate_tab-main > li a:hover {
  color: #000;
}
.top_cate_tab ul.top_cate_tab-main > li span.user {
  background: url(../images/icon_user.png) no-repeat left center;
  padding-left: 25px;
}
.top_cate_tab ul.top_cate_tab-main > li:hover {
  background-color: #c6c6c6;
  -o-transition: background 0.2s ease-in, border 0.2s ease-in;
  -ms-transition: background 0.2s ease-in, border 0.2s ease-in;
  -moz-transition: background 0.2s ease-in, border 0.2s ease-in;
  -webkit-transition: background 0.2s ease-in, border 0.2s ease-in;
  transition: background 0.2s ease-in, border 0.2s ease-in;
}
.top_cate_tab ul.top_cate_tab-main > li.current {
  background-color: #000;
  color: #fff;
}
.top_cate_tab ul.top_cate_tab-main > li.current a:link, .top_cate_tab ul.top_cate_tab-main > li.current a:visited {
  color: #fff;
  text-decoration: none;
}
.top_cate_tab ul.top_cate_tab-main > li.current a:hover {
  color: #fff;
}
.top_cate_tab ul.top_cate_tab-main > li.current span.user {
  background: url(../images/icon_user_white.png) no-repeat left center;
}
.top_cate_tab ul.top_cate_tab-other {
  display: table-cell;
  vertical-align: top;
}
.top_cate_tab ul.top_cate_tab-other > li {
  display: inline-block;
  padding: 13px 15px;
  width: 150px;
  text-align: right;
}
.top_cate_tab ul.top_cate_tab-other > li span.more {
  display: inline-block;
  padding-right: 17px;
  background: url(../../tsite_common/images/arrow_down_m.png) no-repeat right center;
  cursor: pointer;
}
.top_cate_tab ul.top_cate_tab-other.open > li span.more {
  background: url(../../tsite_common/images/arrow_up_m.png) no-repeat right center;
}
.top_cate_tab.current_other ul {
  background-color: #000;
}
.top_cate_tab.current_other ul.top_cate_tab-other > li {
  background-color: #000;
  color: #fff;
}
.top_cate_tab.current_other ul.top_cate_tab-other > li span.more {
  display: inline-block;
  padding-right: 17px;
  background: url(../../tsite_common/images/arrow_white_down.png) no-repeat right center;
  cursor: pointer;
}
.top_cate_tab.current_other ul.top_cate_tab-other.open > li span.more {
  background: url(../../tsite_common/images/arrow_white_up.png) no-repeat right center;
}
.top_cate_tab ul.top_cate_tab-other > li {
  position: relative;
}
.top_cate_tab ul.top_cate_tab-other > li > ul {
  width: 165px;
  position: absolute;
  top: 47px;
  right: 0;
  border-top: 3px solid #000;
  border-bottom: 1px solid #afafaf;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
  display: none;
}
.top_cate_tab ul.top_cate_tab-other > li > ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  border-top: 1px solid #afafaf;
  border-left: 1px solid #afafaf;
  background-color: #e4e4e4;
  padding: 13px 15px;
  color: #000;
  cursor: pointer;
}
.top_cate_tab ul.top_cate_tab-other > li > ul > li:hover {
  background-color: #c6c6c6;
  -o-transition: background 0.2s ease-in, border 0.2s ease-in;
  -ms-transition: background 0.2s ease-in, border 0.2s ease-in;
  -moz-transition: background 0.2s ease-in, border 0.2s ease-in;
  -webkit-transition: background 0.2s ease-in, border 0.2s ease-in;
  transition: background 0.2s ease-in, border 0.2s ease-in;
}
.top_cate_tab ul.top_cate_tab-other > li > ul > li.current {
  background-color: #000;
  color: #fff;
}

#panel_today {
  border: none;
}

/*** panel_login ***/
#panel_login .panel_login-head {
  background-color: #000;
  color: #fff;
  padding: 20px 20px 28px;
}
#panel_login .panel_login-head p {
  margin-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}
#panel_login .panel_login-head p:first-child {
  margin-top: 0;
}
#panel_login .panel_login-head .panel_login-tit {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
#panel_login .panel_login-head .panel_login-btn span {
  background-color: #f0028e;
  display: block;
  position: relative;
  padding: 10px 15px;
  font-weight: bold;
}
#panel_login .panel_login-head .panel_login-btn span:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  background: url(../../tsite_common/images/arrow_white_m.png) no-repeat 0 0;
  height: 13px;
  margin-top: -7px;
  width: 8px;
}
#panel_login .panel_login-img {
  position: relative;
}
#panel_login .panel_login-img img {
  width: 100%;
}
#panel_login .panel_login-img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: url(../images/login_bg_pc.png) repeat-x left top;
  position: absolute;
  top: 0;
}

/** ranking_trem_list **/
.ranking_trem_list {
  padding-left: 10px;
}

/** ranking_detail **/
.ranking_detail {
  border-bottom: 1px dotted #666;
}
.ranking_detail > li {
  border-top: 1px dotted #666;
  float: none;
  clear: both;
}
.ranking_detail > li > a, .ranking_detail > li > span {
  display: table;
  width: 100%;
}
.ranking_detail > li > a:link, .ranking_detail > li > a:visited, .ranking_detail > li > span:link, .ranking_detail > li > span:visited {
  text-decoration: none;
}
.ranking_detail > li > a:hover, .ranking_detail > li > span:hover {
  text-decoration: none;
}
.ranking_detail > li > a .ranking_detail-img, .ranking_detail > li > span .ranking_detail-img {
  display: table-cell;
  vertical-align: top;
}
.ranking_detail > li > a .ranking_detail-img .ranking_detail-img_in, .ranking_detail > li > span .ranking_detail-img .ranking_detail-img_in {
  width: 160px;
  text-align: center;
  padding: 30px 0 30px 30px;
}
.ranking_detail > li > a .ranking_detail-img .ranking_detail-img_in > img, .ranking_detail > li > span .ranking_detail-img .ranking_detail-img_in > img {
  max-width: 160px;
  max-height: 160px;
}
.ranking_detail > li > a .ranking_detail-body, .ranking_detail > li > span .ranking_detail-body {
  display: table-cell;
  vertical-align: top;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.ranking_detail > li > a .ranking_detail-body p, .ranking_detail > li > span .ranking_detail-body p {
  margin-top: 5px;
}
.ranking_detail > li > a .ranking_detail-body > p:first-child, .ranking_detail > li > span .ranking_detail-body > p:first-child {
  margin-top: 0;
}
.ranking_detail > li > a .ranking_detail-body .ranking_detail-body_rank, .ranking_detail > li > span .ranking_detail-body .ranking_detail-body_rank {
  margin-top: 0;
}
.ranking_detail > li > a .ranking_detail-body .ranking_detail-body_rank span, .ranking_detail > li > span .ranking_detail-body .ranking_detail-body_rank span {
  vertical-align: bottom;
  line-height: 1;
}
.ranking_detail > li > a .ranking_detail-body .ranking_detail-body_tit, .ranking_detail > li > span .ranking_detail-body .ranking_detail-body_tit {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 15px;
}
.ranking_detail > li.ranking_detail-top {
  width: 50%;
  float: left;
  clear: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px dotted #666;
}
.ranking_detail > li.ranking_detail-top.ranking_detail-top:first-child {
  border-left: none;
}
.ranking_detail > li.ranking_detail-top .ranking_detail-img {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.ranking_detail > li.ranking_detail-top .ranking_detail-img .ranking_detail-img_in {
  display: table-cell;
  height: 240px;
  text-align: center;
  padding: 30px 0;
  width: 100%;
  vertical-align: middle;
}
.ranking_detail > li.ranking_detail-top .ranking_detail-img .ranking_detail-img_in > img {
  max-width: 240px;
  max-height: 240px;
}
.ranking_detail > li.ranking_detail-top .ranking_detail-body {
  display: block;
  padding: 0 30px 30px;
}

.c_unit .ranking_detail {
  margin-top: 20px;
}
.c_unit .ranking_detail > li > a:hover img {
  opacity: 0.7;
  -ms-filter: "alpha( opacity=70 )";
}
.c_unit .ranking_detail > li .ranking_detail-img .ranking_detail-img_in {
  padding: 15px 0 15px 0;
}
.c_unit .ranking_detail > li .ranking_detail-body {
  padding: 15px 0 15px 15px;
}

/**** relate_news ****/
.relate_news {
  overflow: hidden;
  margin-top: 20px;
  border-bottom: 1px dotted #666;
}
.relate_news > li {
  border-top: 1px dotted #666;
  width: 50%;
  float: left;
}
.relate_news > li > a {
  display: table;
}
.relate_news > li > a:link, .relate_news > li > a:visited {
  text-decoration: none;
}
.relate_news > li > a:hover {
  text-decoration: none;
}
.relate_news > li > a .relate_news-img {
  display: table-cell;
  width: 50px;
  padding: 5px 0;
  vertical-align: top;
}
.relate_news > li > a .relate_news-img > img {
  max-width: 50px;
  max-height: 50px;
}
.relate_news > li > a .relate_news-body {
  display: table-cell;
  vertical-align: top;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.relate_news > li > a .relate_news-body .relate_news-media {
  font-size: 11px;
  font-size: 1.1rem;
  color: #666;
}
.relate_news.relate_news-cobranding {
  margin-top: 0;
}
.relate_news.relate_news-col1 > li {
  width: auto;
  float: none;
}
.relate_news.relate_news-col1 > li > a .relate_news-img {
  padding: 10px 0;
}
.relate_news.relate_news-col1 > li > a .relate_news-img > img {
  max-width: 60px;
  max-height: 60px;
}
.relate_news.relate_news-sub {
  border: none;
}
.relate_news.relate_news-sub > li {
  width: auto;
  float: none;
}
.relate_news.relate_news-sub > li:first-child {
  border-top: none;
}
.relate_news.relate_news-sub > li > a .relate_news-img {
  padding: 5px 0;
}
.relate_news.relate_news-sub > li > a .relate_news-img > img {
  max-width: 60px;
  max-height: 60px;
}
.relate_news.relate_news-sub > li > a .relate_news-body {
  padding: 5px 0 5px 15px;
}

/** keyword_search_form **/
.keyword_search_form {
  position: relative;
}
.keyword_search_form input[type="text"] {
  padding: 0 10px;
  height: 26px;
  font-size: 12px;
  font-size: 1.2rem;
}
.keyword_search_form input[type="submit"] {
  width: 26px;
  height: 26px;
  background: #8e8e8e url(../../tsite_common/images/icon_search.png) no-repeat center center;
  text-indent: -9999px;
  position: absolute;
  right: 0;
  top: 0;
}
.keyword_search_form input[type="submit"]:hover {
  background-color: #666;
}

/** img_full **/
.img_full {
  width: 100%;
}

/** border_dot_top **/
.border_dot_top {
  border-top: 1px dotted #666;
  padding-top: 5px;
  margin-top: 5px;
}

/** todayscover **/
.todayscover_day {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

/*** new ver. ***/
ul.todayscover li {
  border-top: 1px dotted #666;
  padding: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}
ul.todayscover li span.todayscover-tit {
  display: block;
}
ul.todayscover li span.todayscover-img {
  display: block;
  text-align: center;
  margin-top: 15px;
}
ul.todayscover li span.todayscover-img img {
  max-width: 100%;
  min-width: 540px;
}
ul.todayscover li span.todayscover-img a:hover {
  opacity: 0.7;
  -ms-filter: "alpha( opacity=70 )";
}

/*** old ver. ***/
.todayscover_tit {
  margin-top: 0;
}

.todayscover_magnify {
  border-top: 1px dotted #666;
  padding-top: 5px;
  margin-top: 5px;
  text-align: right;
}
.todayscover_magnify > a {
  background: url(../../tsite_common/images/icon_plus.png) no-repeat right center;
  display: inline-block;
  padding: 2px 18px 0 0;
}
.todayscover_magnify > a:link, .todayscover_magnify > a:visited {
  text-decoration: none;
}
.todayscover_magnify > a:hover {
  text-decoration: none;
}

/** border_cols **/
.border_cols {
  margin-right: -2px;
  overflow: hidden;
  border-top: 1px dotted #666;
}
.border_cols > li {
  width: 33.3%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px dotted #666;
  border-bottom: 1px dotted #666;
}
.border_cols > li .border_cols-in {
  padding: 15px;
}
.border_cols > li .border_cols-in_gray {
  padding: 10px;
  background: #e4e4e4;
}
.border_cols.border_cols-news_top {
  border-top: none;
}

/** thumb_list_sub(news_top) **/
.thumb_list_sub > li .c_thumb_list-img .thumb_list_sub-img {
  padding: 5px;
  display: block;
}
.thumb_list_sub > li .c_thumb_list-img .thumb_list_sub-img > img {
  max-width: 50px;
}
.thumb_list_sub > li .c_thumb_list-body {
  padding: 0 20px;
  font-size: 12px;
  font-size: 1.2rem;
  vertical-align: middle;
}

/** tablet_hide **/
@media screen and (max-width: 1080px) {
  .tablet_hide {
    display: none;
  }
}

/** news_top **/
.news_top {
  position: relative;
}
.news_top .news_top-col {
  display: table;
  width: 100%;
  table-layout: fixed;
  direction: rtl;
}
.news_top .news_top-col .news_top-col_main {
  display: table-cell;
  direction: ltr;
}
.news_top .news_top-col .news_top-col_main .news_top-col_main_in {
  margin-left: -1px;
  border-left: 1px solid #afafaf;
  border-right: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
  background-color: #fff;
}
.news_top .news_top-col .news_top-col_sub {
  display: table-cell;
  width: 302px;
  direction: ltr;
}
.news_top .news_top-sub_contents {
  width: 300px;
  position: absolute;
  top: 110px;
  left: 10px;
  border-left: 1px solid #afafaf;
  border-right: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
}
@media screen and (max-width: 1080px) {
  .news_top .news_top-col {
    display: block;
    width: 100%;
    direction: ltr;
  }
  .news_top .news_top-col .news_top-col_main {
    display: block;
    direction: ltr;
  }
  .news_top .news_top-col .news_top-col_main .news_top-col_main_in {
    margin-left: 0;
    background-color: #fff;
  }
  .news_top .news_top-col .news_top-col_sub {
    display: none;
  }
  .news_top .news_top-sub_contents {
    width: auto;
    position: static;
    top: auto;
    left: auto;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
}

/** news_top_pickup **/
.news_top_pickup > li {
  border-bottom: 1px dotted #666;
  padding-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.news_top_pickup > li > a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_top_pickup.news_top_pickup-topics {
  margin-bottom: 1.5em;
  padding-bottom: 10px;
}

/** news_cate **/
.news_cate {
  border-bottom: none;
}

/** news_media_link **/
.news_media_link {
  display: block;
  position: relative;
  padding: 12px 15px 12px;
  background-color: #444444;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
.news_media_link:link, .news_media_link:visited {
  color: #fff;
  text-decoration: none;
}
.news_media_link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  background: url(../../tsite_common/images/arrow_white_m.png) no-repeat;
  width: 8px;
  height: 13px;
  margin-top: -7px;
}

/** news_bnr **/
.news_bnr {
  margin: 0;
}
.news_bnr img {
  width: 100%;
}

/** news_cobranding **/
.news_cobranding_s {
  margin: 0;
  text-align: right;
}
.news_cobranding_s > img {
  width: 160px;
}

.thumb_box_news-cobranding .c_thumb_box-img {
  vertical-align: middle;
}
.thumb_box_news-cobranding .c_thumb_box-img .c_thumb_box-img_in {
  width: 250px;
  display: inline-block;
  padding: 10px;
}
.thumb_box_news-cobranding .c_thumb_box-img .c_thumb_box-img_in img {
  max-width: 250px;
  max-height: 250px;
  vertical-align: middle;
}
.thumb_box_news-cobranding .c_thumb_box-body p {
  margin-top: 0;
}

/** news_hot_img **/
.news_hot_img {
  overflow: hidden;
  background-color: #000;
  padding: 5px 5px 10px 10px;
}
.news_hot_img > li {
  width: 33.3%;
  float: left;
  padding-top: 5px;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news_hot_img > li:hover {
  opacity: 0.7;
  -ms-filter: "alpha( opacity=70 )";
}
.news_hot_img > li img {
  width: 100%;
}

/** news_ranking_thumb **/
.news_ranking_thumb {
  display: table;
  text-align: center;
  width: 100%;
}
.news_ranking_thumb .news_ranking_thumb-in {
  display: table-cell;
  height: 120px;
  vertical-align: middle;
  padding: 10px 0;
}
.news_ranking_thumb .news_ranking_thumb-in > img {
  max-height: 120px;
  max-width: 120px;
}

.news_ranking_tit {
  margin: 0;
  font-weight: bold;
}

.icon_img_pickup {
  height: 20px;
  vertical-align: middle;
}

/** thumb_block_news **/
.thumb_block_news {
  display: table;
  table-layout: fixed;
  /**** in list_border ****/
  /**** in news_cate_pickup ****/
}
.thumb_block_news .thumb_block_news-img {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.thumb_block_news .thumb_block_news-img .thumb_block_news-img_in {
  width: 100px;
  display: inline-block;
}
.thumb_block_news .thumb_block_news-img .thumb_block_news-img_in img {
  max-width: 100px;
  max-height: 100px;
}
.thumb_block_news .thumb_block_news-body {
  display: table-cell;
  padding-left: 20px;
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
}
.thumb_block_news .thumb_block_news-body p {
  margin-top: 5px;
}
.thumb_block_news .thumb_block_news-body .thumb_block_news-tit {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.thumb_block_news > a:hover .thumb_block_news-body {
  color: #000;
}
.thumb_block_news > a:hover .thumb_block_news-body .thumb_block_news-tit {
  color: #039;
}
.c_list_border .thumb_block_news {
  margin-top: 15px;
  padding-top: 15px;
  width: 100%;
}
.news_cate_pickup .thumb_block_news {
  display: table;
  table-layout: fixed;
  border-bottom: 1px solid #afafaf;
  padding: 30px;
}
.news_cate_pickup .thumb_block_news .thumb_block_news-img {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.news_cate_pickup .thumb_block_news .thumb_block_news-img .thumb_block_news-img_in {
  width: 240px;
  display: inline-block;
}
.news_cate_pickup .thumb_block_news .thumb_block_news-img .thumb_block_news-img_in img {
  max-width: 240px;
  max-height: 240px;
}
.news_cate_pickup .thumb_block_news .thumb_block_news-body {
  display: table-cell;
  padding-left: 30px;
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
}
.news_cate_pickup .thumb_block_news .thumb_block_news-body p {
  margin-top: 5px;
}
.news_cate_pickup .thumb_block_news .thumb_block_news-body .thumb_block_news-tit {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.cosmo_contents-sub .panel_coupon {
  border-top: 1px dotted #666;
  background-color: #fdd;
  padding: 0 10px 10px 10px;
}
.cosmo_contents-sub .panel_coupon a {
  display: inline-block;
}
.cosmo_contents-sub .panel_coupon .panel_coupon-tit {
  text-align: center;
  padding: 5px 10px 0;
}
.cosmo_contents-sub .panel_coupon .panel_coupon-tit > img {
  max-width: 232px;
  width: 100%;
}
.cosmo_contents-sub .panel_coupon .panel_coupon-cont {
  margin-top: 10px;
  border: 1px dotted #666;
  background-color: #fff;
  padding: 15px 20px 12px;
}
.cosmo_contents-sub .panel_coupon .panel_coupon-cont .panel_coupon-cont_tit {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  font-weight: bold;
}
.cosmo_contents-sub .panel_coupon .panel_coupon-action {
  margin-top: -1px;
}
.cosmo_contents-sub .panel_coupon .panel_coupon-action > a {
  display: block;
  position: relative;
  background-color: #b00;
  padding: 10px 20px 8px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
}
.cosmo_contents-sub .panel_coupon .panel_coupon-action > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  background: url(../../tsite_common/images/arrow_white_m.png) no-repeat;
  width: 8px;
  height: 13px;
  margin-top: -7px;
}
.cosmo_contents-sub .panel_coupon .panel_coupon-action > a:link, .cosmo_contents-sub .panel_coupon .panel_coupon-action > a:visited {
  text-decoration: none;
}
.cosmo_contents-sub .panel_coupon .panel_coupon-action > a:hover {
  background-color: #a50000;
}

/** text_em **/
.text_em {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

/** text_em_block **/
.text_em_block {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 30px 0;
}

/** search_input_box **/
.search_input_box {
  background-color: #e4e4e4;
  padding: 30px;
}
.search_input_box .search_input_box-form {
  width: 460px;
  margin: 0 auto;
  position: relative;
}
.search_input_box .search_input_box-form input[type="text"] {
  padding: 0 10px;
  height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
}
.search_input_box .search_input_box-form input[type="submit"] {
  width: 38px;
  height: 38px;
  background: #8e8e8e url(../../tsite_common/images/icon_search.png) no-repeat center center;
  text-indent: -9999px;
  position: absolute;
  right: 1px;
  top: 1px;
}
.search_input_box .search_input_box-form input[type="submit"]:hover {
  background-color: #666;
}

/** search_result_box **/
.search_result {
  border-top: 1px dotted #666;
  margin-top: 15px;
}
.search_result .search_result-item {
  border-bottom: 1px dotted #666;
  padding: 20px 0;
}
.search_result .search_result-item h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.search_result .search_result-item h3 a:link, .search_result .search_result-item h3 a:visited {
  text-decoration: none;
}
.search_result .search_result-item p {
  margin-top: 10px;
}

/** search_result_itemstore **/
.search_result_itemstore {
  border-bottom: 1px dotted #666;
  padding: 10px;
}
.search_result_itemstore span {
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}

/** accordion_box **/
.accordion_box {
  border-bottom: 3px solid #000;
}
.accordion_box .c_menu_block_child {
  background-color: #e4e4e4;
  padding: 0 15px;
}

/** coupon_detail **/
.coupon_detail {
  margin-top: 20px;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.coupon_detail .coupon_detail-panel {
  width: 35%;
  display: table-cell;
  padding-right: 30px;
  vertical-align: top;
}
.coupon_detail .coupon_detail-panel .panel {
  opacity: 1;
}
.coupon_detail .coupon_detail-cont {
  display: table-cell;
  width: 65%;
  vertical-align: top;
}
.coupon_detail .coupon_detail-cont .coupon_detail-cont_code {
  background-color: #fdd;
  padding: 20px;
}
.coupon_detail .coupon_detail-cont .coupon_detail-cont_item {
  background-color: #e4e4e4;
  padding: 20px;
  margin-top: 30px;
}
.coupon_detail .coupon_detail-cont .coupon_detail-cont_item .coupon_detail-cont_item_tit {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.coupon_code .coupon_code-num {
  font-weight: bold;
  margin-top: 0;
  text-align: center;
}
.coupon_code .coupon_code-num span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.coupon_code_use {
  text-align: center;
}
.coupon_code_use > a {
  display: inline-block;
  position: relative;
  background-color: #b00;
  padding: 12px 35px 12px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
}
.coupon_code_use > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  background: url(../../tsite_common/images/arrow_white_m.png) no-repeat;
  width: 8px;
  height: 13px;
  margin-top: -7px;
}
.coupon_code_use > a:link, .coupon_code_use > a:visited {
  text-decoration: none;
}
.coupon_code_use > a:hover {
  background-color: #a50000;
}

/** btn_seting **/
.btn_seting {
  width: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/** scroll_box **/
.scroll_box {
  height: 200px;
  overflow: auto;
  border: 1px solid #afafaf;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px 15px;
}

/** use_trems_btn **/
.form_center {
  margin: 30px auto;
  text-align: center;
}

/** media_list**/
.media_list li {
  padding-top: 0;
}

.media_list li .c_thumb_list_wide-img .c_thumb_list_wide-img_in {
  height: 100px;
}

/** use_stop_list **/
.use_stop_text {
  text-align: center;
}

ol.use_stop_list {
  text-align: left;
  width: 450px;
  margin: 20px auto 0;
}

/** icon_attention_news **/
.icon_attention_news {
  background: url(../images/icon_attention_news.png) no-repeat left top;
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 30px;
  border-bottom: 1px dotted #666;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

/** iframe_area **/
.iframe_area {
  margin-top: 20px;
}
.iframe_area iframe {
  width: 100%;
  height: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #afafaf;
}

/** share_item **/
ul.share_item {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 20px;
}
ul.share_item > li {
  display: table-cell;
  text-align: center;
  padding-right: 1px;
}
ul.share_item > li > a {
  display: block;
  padding: 12px 0 8px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
ul.share_item > li > a:link, ul.share_item > li > a:visited {
  color: #fff;
  text-decoration: none;
}
ul.share_item > li > a > img {
  height: 36px;
  margin-bottom: 10px;
}
ul.share_item > li.share_item-tw a {
  background-color: #00abf0;
}
ul.share_item > li.share_item-tw a:hover {
  background-color: #1e7fc8;
}
ul.share_item > li.share_item-fb a {
  background-color: #3a589a;
}
ul.share_item > li.share_item-fb a:hover {
  background-color: #1c376f;
}
ul.share_item > li.share_item-gp a {
  background-color: #d95232;
}
ul.share_item > li.share_item-gp a:hover {
  background-color: #ac2f12;
}
ul.share_item > li.share_item-line a {
  background-color: #5ae628;
}
ul.share_item > li.share_item-line a:hover {
  background-color: #3bb211;
}

/** sns_follow_fb **/
.sns_follow_fb {
  background-color: #444;
  margin-top: 20px;
  padding: 15px 0 10px;
  text-align: center;
}
.sns_follow_fb .sns_follow_fb-in {
  margin: 0 auto;
  min-height: 80px;
  display: inline-block;
}
.sns_follow_fb img.sns_follow_fb-img {
  float: left;
  max-width: 120px;
  max-height: 120px;
}
.sns_follow_fb .sns_follow_fb-btn {
  float: left;
  text-align: center;
  padding-left: 20px;
}
.sns_follow_fb .sns_follow_fb-btn p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
}
.sns_follow_fb .sns_follow_fb-btn .fb-like {
  margin-top: 10px;
}

/** sns_follow_tw **/
.sns_follow_tw {
  background-color: #e6e6e6;
  padding: 30px 0;
}
.sns_follow_tw .sns_follow_tw-in {
  width: 500px;
  margin: 0 auto;
  overflow: hidden;
}
.sns_follow_tw p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  font-weight: bold;
  vertical-align: top;
  margin-top: 0;
  text-align: center;
}
.sns_follow_tw p span {
  display: inline-block;
  padding-right: 20px;
}
.sns_follow_tw p iframe {
  vertical-align: middle;
}

/** with_icon_tit **/
.with_icon_tit {
  position: relative;
}
.with_icon_tit img.with_icon_tit-img {
  position: absolute;
  right: 0;
  top: 5px;
}

/** twitter_item **/
.twitter_box {
  border: 1px solid #e5e5e5;
  margin-top: 20px;
  height: 250px;
  overflow: auto;
}

.twitter_item {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.twitter_item .twitter_item-user {
  overflow: hidden;
}
.twitter_item .twitter_item-user p.twitter_item-date {
  float: right;
  margin-top: 0;
  padding-left: 10px;
  font-size: 11px;
  font-size: 1.1rem;
}
.twitter_item .twitter_item-user a {
  overflow: hidden;
  display: block;
}
.twitter_item .twitter_item-user a:link, .twitter_item .twitter_item-user a:visited {
  text-decoration: none;
}
.twitter_item .twitter_item-user a img {
  float: left;
}
.twitter_item .twitter_item-user a p {
  margin-top: 0;
  padding-left: 10px;
  overflow: hidden;
}
.twitter_item .twitter_item-user a p.user_name {
  font-weight: bold;
}
.twitter_item .twitter_item-user a p span.user_id {
  font-size: 11px;
  font-size: 1.1rem;
  color: #666;
  font-weight: normal;
}
.twitter_item .twitter_item-entry {
  padding-left: 42px;
}
.twitter_item .twitter_item-entry p {
  margin-top: 0;
}
.twitter_item .twitter_item-footer {
  font-size: 11px;
  font-size: 1.1rem;
  overflow: hidden;
}
.twitter_item .twitter_item-footer p {
  background: url(../images/tw_rt.png) no-repeat left center;
  padding-left: 15px;
}
.twitter_item .twitter_item-footer p a {
  color: #666;
}
.twitter_item .twitter_item-footer ul {
  float: right;
  overflow: hidden;
}
.twitter_item .twitter_item-footer ul > li {
  float: left;
  padding-right: 5px;
}
.twitter_item .twitter_item-footer ul > li:before {
  content: " | ";
}
.twitter_item .twitter_item-footer ul > li:first-child:before {
  content: "";
}
.twitter_item .twitter_item-footer a:link, .twitter_item .twitter_item-footer a:visited {
  text-decoration: none;
}

p.twitter_box_act {
  background-color: #e5e5e5;
  padding: 4px;
  margin-top: 0;
}
p.twitter_box_act a {
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  display: block;
  padding: 6px;
  color: #707070;
}
p.twitter_box_act a:link, p.twitter_box_act a:visited {
  text-decoration: none;
  color: #707070;
}
p.twitter_box_act a:hover {
  border: 1px solid #999;
}

/** top_back_btn **/
.top_back_btn {
  background-color: #000;
  width: 300px;
}

.top_back_btn:hover {
  background-color: #000;
}

/** icon_gray **/
.icon_gray {
  display: inline-block;
  background-color: #8e8e8e;
  color: #fff;
  padding: 5px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: bold;
}

/** icon_new **/
.icon_new {
  display: inline-block;
  background-color: #ff5577;
  color: #fff;
  padding: 5px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: bold;
}

/** icon_teaser **/
.icon_teaser {
  display: inline-block;
  background-color: #0b7fd0;
  color: #fff;
  padding: 5px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: bold;
}

/** icon_now **/
.icon_nowon {
  display: inline-block;
  background-color: #c00;
  color: #fff;
  padding: 5px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: bold;
}

/** icon_pr **/
.icon_pr {
  display: inline-block;
  background-color: #8e8e8e;
  color: #fff;
  padding: 2px 5px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: bold;
}

/** rect_bnr **/
.rect_bnr {
  margin-top: 10px;
  overflow: hidden;
  text-align: center;
}
.rect_bnr .rect_bnr-box {
  margin-top: 20px;
  width: 416px;
  display: inline-block;
}

/** service_list **/
.service_list > li {
  width: 25%;
}

.service_list > li {
  padding-top: 0;
}

.service_list > li .c_thumb_list_wide-img .c_thumb_list_wide-img_in {
  height: 100px;
}

/** box_red **/
.box_red {
  border: 1px solid #c00;
  padding: 15px;
}

.box_red > *:first-child {
  margin-top: 0;
}

/** new_list **/
dl.new_list {
  position: relative;
  margin-top: 15px;
}

dl.new_list dt {
  color: #c00;
  font-weight: bold;
  width: 4em;
  position: absolute;
  left: 0;
}

dl.new_list dd {
  padding-left: 4em;
  padding-bottom: 5px;
}

/** app_favorite-icon **/
.app_favorite-icon {
  display: none;
}

/** va_box **/
.va_box {
  border: 1px solid #e6e6e6;
  display: table;
  width: 100%;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.va_box .va_box-img {
  padding: 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.va_box .va_box-body {
  padding: 20px;
  display: table-cell;
  background-color: #e6e6e6;
  vertical-align: middle;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.va_box .va_box-body > *:first-child {
  margin-top: 0;
}

.va_box .va_box-fontl {
  font-size: 1.8rem;
}

.va_box .va_box-fontm {
  font-size: 1.6rem;
}

/** gallery **/
.gallery {
  position: relative;
}
.gallery .gallery-arrow .gallery-arrow_prev,
.gallery .gallery-arrow .gallery-arrow_next {
  position: absolute;
  margin-top: 0;
}
.gallery .gallery-arrow .gallery-arrow_prev a,
.gallery .gallery-arrow .gallery-arrow_next a {
  font-size: 0;
  display: block;
  width: 30px;
  height: 400px;
  position: relative;
}
.gallery .gallery-arrow .gallery-arrow_prev a:hover,
.gallery .gallery-arrow .gallery-arrow_next a:hover {
  background-color: #efefef;
}
.gallery .gallery-arrow .gallery-arrow_prev {
  left: 0;
}
.gallery .gallery-arrow .gallery-arrow_prev a:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-left: 4px solid #000;
  border-bottom: 4px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -20px;
}
.gallery .gallery-arrow .gallery-arrow_next {
  right: 0;
}
.gallery .gallery-arrow .gallery-arrow_next a:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-right: 4px solid #000;
  border-top: 4px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -20px;
}
.gallery .gallery-arrow .gallery-arrow_page {
  display: none;
}
.gallery .gallery-photo {
  position: relative;
  text-align: center;
  margin: 0 30px;
  line-height: 400px;
}
.gallery .gallery-photo img {
  max-height: 400px;
  max-width: 100%;
  vertical-align: middle;
}

.gallery_thumb ul.gallery_thumb_list {
  overflow: hidden;
  margin-left: -10px;
  font-size: 0;
}
.gallery_thumb ul.gallery_thumb_list > li {
  width: 12.5%;
  display: inline-block;
  padding-left: 10px;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.gallery_thumb ul.gallery_thumb_list > li img {
  max-height: 80px;
  max-width: 100%;
  vertical-align: middle;
}
.gallery_thumb ul.gallery_thumb_list > li a {
  display: block;
  background-color: #e4e4e4;
  line-height: 80px;
}
.gallery_thumb ul.gallery_thumb_list > li a.current {
  border: 4px solid #000;
}
.gallery_thumb ul.gallery_thumb_list > li a:hover {
  opacity: 0.7;
}
.gallery_thumb ul.gallery_thumb_list_m {
  overflow: hidden;
  margin-left: -10px;
  font-size: 0;
}
.gallery_thumb ul.gallery_thumb_list_m > li {
  width: 20%;
  display: inline-block;
  padding-left: 10px;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.gallery_thumb ul.gallery_thumb_list_m > li img {
  max-height: 100px;
  max-width: 100%;
  vertical-align: middle;
}
.gallery_thumb ul.gallery_thumb_list_m > li a {
  display: block;
  background-color: #e4e4e4;
  line-height: 100px;
}
.gallery_thumb ul.gallery_thumb_list_m > li a.current {
  border: 4px solid #000;
}
.gallery_thumb ul.gallery_thumb_list_m > li a:hover {
  opacity: 0.7;
}

/*! jQuery UI - v1.10.4 - 2014-05-11
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.autocomplete.css, jquery.ui.menu.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  background-color: #ccc;
}

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #cccccc;
  background: #fff;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #a3a3a3;
  /*background: #333333 url("images/ui-bg_diagonals-thick_8_333333_40x40.png") 50% 50% repeat;*/
  color: #eeeeee;
  font-weight: bold;
}

.ui-widget-header a {
  color: #eeeeee;
}

/*js_accordion_list*/
.js_accordion_list .js_accordion_list-body {
  display: none;
}
