@charset "UTF-8";

/*******共通クラス*******/

body {
  -webkit-text-size-adjust: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  max-width: 100%;
}
a{
  color: #000000;
  -webkit-tap-highlight-color: rgba(50, 50, 50, 0.5);
}
/* 画像保護用 */
.cover_img{
  position:absolute;
  border:none!important ;
  -webkit-user-select:none;
  -webkit-touch-callout:none;
}
/* 共通ボタン */
.common_btn {
  margin: 1em 10px;
}
.common_btn, .common_btn a,
.common_btn a:visited, 
.common_btn_end,
.common_btn.decide a,
.common_btn.real a,
.common_btn.preview a,
.common_btn.login a,
.common_btn.fit a {
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  font-family: inherit;
  text-align: center;
  line-height: initial;
  padding: 4.5px 1em;
  border: none;
  border-radius: 3px;
  background: #000000;
  box-shadow: none;
  text-shadow: none;
}
.common_btn.fit {
  margin: 0;
  padding: 0;
  font-weight: normal;
  border: none;
}
.deco_btn_item .common_btn.fit a {
  line-height: 2.6em;
  padding: 2px;
}
.common_btn.thin{
  margin:0 10px 1em;
}
.common_btn.selected a{
  color: #fff;
  border: 1px solid #444444;
  border-radius: 5px;
  background: #808080;
  box-sizing: border-box;
}
/* 2row button*/
.box_horizon > .common_btn{
  width:50%;
}
/* スリムなボタンの四個並び */
.common_btn.list{
  margin: 3px;
  padding:0;
}
.common_btn.list.selected{
  border-radius: 7px;
  text-align: center;
  margin: 3px;
  padding:0;
  font-size: 12px;
  font-weight: normal;
}
/* pagerBtn */
.pager_btn{
  padding: 1.1em 10px 0.5em;
  width: 4em;
  color: #000000;
}
.pager_btn .prev {
  padding-left: 1.5em;
  margin-top: -1.2em;
}
.pager_btn .next {
  margin-right: 1.5em;
  margin-top: -0.6em;
  text-align: right;
}
.pager_btn .pagerprev {
  padding-left: 1.5em;
  margin-top: -0.6em;
}
.pager_btn .pagernext {
  margin-right: 1.5em;
  margin-top: -0.6em;
  text-align: right;
}
.pager_btn a {
  text-decoration: none;
  color:#000000;
}
.pager_btn_arrow{
  margin: 0 0.5em;
  margin-top: -0.1em;
  border-color:#000000;
}
.pager_btn_arrow_right{
  float: right;
  margin-right: 0.5em;
  margin-top: -1em;
  border-color:#000000;
}

/* フォーム部品 */
.default_input_area{
  margin: 10px;
}
.default_input_area label{
  display: block;
  line-height: 1.2em;
  padding: 0.2em 0;
}
.default_input_area input[type=text], 
.default_input_area input[type=email], 
.default_input_area input[type=url], 
.default_input_area input[type=number], 
.default_input_area input[type=tel], 
.default_input_area input[type=password] {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding: 10px;
  width: 100%;
  color: #000000;
  border-radius: 0px;
  border: 1px solid #808080;
}
.default_input_area textarea {
  display: block;
  width: 100%;
  height: 5.5em;
  color: #444444;
  font-family: inherit;
  padding: 0.5em;
  border: 1px solid #808080;
  border-radius: 5px;
  background-color: #ffffff;
  box-sizing: border-box;
}
/* チェックボックス */
input[type=checkbox] {
  -webkit-appearance: none;
  display: block;
  height: 1em;
  margin: 0 0 0 10px;
  width: 1em;
  background: none;
  border: 1px solid #000000 !important;
}
input[type=checkbox]:checked {
  background: none;
  box-shadow: none;
  position: relative;
}
input[type=checkbox]:checked:after {
  content: "";
  font-size: 10px;
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  background: #000000;
  top: 3.5px;
  left: 3px;
  border-radius: 2px;
}

/* ラジオボタン */
.default_input_area input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 1em;
  width: 1em;
  margin-right: 1em;
  border: 1px solid #808080;
  border-radius:1em;
}
.default_input_area input[type=radio]:checked {
  position: relative;
}
.default_input_area input[type=radio]:checked:after {
  content: "";
  position: absolute;
  width: 0.7em;
  height: 0.7em;
  background: #808080;
  top: 3px;
  left: 2.5px;
  border-radius: 1em;
}
#formType input[type=radio] {
  height: 1.5em;
  width: 1.5em;
  border-radius: 1em ;
  background: none;
}
#formType input[type=radio]:checked {
  background: none;
  box-shadow: none;
}
#formType input[type=radio]:checked:after {
  width: 11px;
  height: 11px;
  background: #aaaaaa;
  top: 5px;
  left: 5px;
}
/* セレクト */
select.cover {
  width: 100%;
  position: static;
  left: 0;
  opacity: 1;
  z-index: auto;
}
/* 日付セレクト */
.select_callender {
  margin: 0 10px;
}
.select_callender select {
  -webkit-appearance: none;
  display: block;
  font-size: 14px;
  width: auto;
  min-width: 4em;
  margin: 0.25em;
  padding: 5px;
  position: static;
  border: 1px solid #808080;
  border-radius: 3px;
  opacity: 1;
}
.select_callender form fieldset::after { /*下向き三角*/
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  right: 10px;
  border: 4px solid transparent;
  border-top: 6px solid #4a4a4a;
  pointer-events: none;
}
.user_input_area select {
  width: 100%;
    border: 1px solid #cfcfcf;
    box-shadow: 0px 3px 4px -2px #cccccc;
}
.default_input_area fieldset::after,
.user_input_area fieldset::after { /*セレクト用下向き三角*/
  content: "";
  display: block;
  position: absolute;
  top: 17px;
  right: 10px;
  border: 4px solid transparent;
  border-top: 6px solid #4a4a4a;
}
/* セレクトのダミー */
select + .select_dummy { /*非表示*/
  display: none;
  color: #000000;
  background: none;
  border: 1px solid #808080;
  border-radius: 3px;
  padding: 0.4em;
  padding-left: 0.8em;
}
.deco_select_tri,
label.deco_select_tri { /*非表示*/
  display: none;
  position: absolute;
  right: 1px;
  top: 1px;
  background: none;
  border-left: none;
  text-shadow: none;
  color: #000000;
  height: 97%;
  line-height: 3em;
  font-size: 10px;
}
.select_callender fieldset{
  margin-right:0.5em;
}
.kids_frame{
  text-align: center;
  background-color: #f9b808;
  color: #ffffff;
  font-weight: bold;
  margin: 5px 10px;
}
.select_callender select.year{
  margin-left:0;
  width: 100%;
}
.select_callender select.date{
  margin-right:0;
}
.select_callender select.category{
  width: 100%;
  margin-left: 0;
}
.select_callender .common_btn{
  margin-left:0.5em;
}
/* input系デコレーション用 */
.deco_input_area .field_set{
  margin: 1em 0;
}
.deco_input_area label{
  max-width: 70%;
}
.default_input_area input[type=radio] + label{
  display: inline;
  position: relative;
  top: -0.6em;
}
/* トグル */
.toggle {
  width: 80px;
  height: 2em;
  border: 1px solid #000000;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: none;
  overflow: hidden;
}
.toggle_box {
  display: block;
  width: 30px;
  height: 1.9em;
  border-radius: 0px;
  background: #000000;
  box-shadow: none;
}
.toggle input[type="radio"]:checked + label {
  color: #000000;
}

/*toggle button for radio*/
.toggle input[type="radio"]{
  display:none;
}
.toggle label,
.toggle input[type="radio"] + label{
  display:block;
  width:0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  text-align:center;
  overflow: hidden;
  white-space: nowrap;
  top:0;
}
.toggle input[type="radio"]:checked + label{
  width:50px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  font-size:100%;
}
/* フッター */
.footer_service_list {
}
.footer_service_list .title {
  height: 32px;
  line-height: 32px;
  background: #333;
  color: #fff;
  padding: 0 12px;
  font-weight: bold;
}
.footer_service_list a {
  padding: 10px 0;
  text-decoration: none;
}
.footer_service_list_item .box_horizon a {
  box-sizing: border-box;
  width: 160px;
  height: 34px;
  margin: 8px 0;
  color: #333;
}
.footer_service_list.partner a {
  padding: 0;
}
.footer_service_list_item .left {
  background: url(/../../../img/smp/icon/logo_shoplist.png) 5px 2px no-repeat;
  background-size: 30px;
  padding: 2px 5px 2px 40px;
}
.footer_service_list_item .right {
  background: url(/../../../img/smp/icon/logo_code.png) 5px 2px no-repeat;
  background-size: 30px;
  padding: 2px 5px 2px 40px;
}
.footer_service_list_item .reward {
  background: url(/../../../img/smp/icon/logo_reward.png) 5px 2px no-repeat;
  background-size: 30px;
  padding: 2px 5px 2px 40px;
}
.footer_service_list_item .dealing{
  background: url(/../../../img/smp/icon/logo_dealing2.png) 5px 2px no-repeat;
  background-size: 30px;
  padding: 2px 5px 2px 40px;
}
/* footer CROOZサービス枠 3枠対応 160823 mkoguchi */
.footer_service_list_item ul li{
  padding:10px;
  border-bottom: 1px solid #dfdfdf;
}
.footer_service_list_item ul li:last-child{
  border-bottom: none;	
}
.footer_service_list_item ul li .site_name {
  font-size: 14px;
  font-weight: bold;
  text-indent: 10px;
  line-height: 26px;
  padding-bottom: 2px;
  color: #333333;
}
.footer_service_list_item ul li .site_description{
  font-size: 12px;
  padding-left: 10px;
  color: #999;
  line-height: 12px;
}
.footer_service_list_item .shoplist {
  background: url(/../../../img/smp/icon/crooz_service/shoplist_icon.png) 0px 2px no-repeat;
  background-size: 45px;
  padding:2px 5px 6px 43px
}
.footer_service_list_item .mimitv {
  background: url(/../../../img/smp/icon/crooz_service/mimitv_icon.png) 0px 2px no-repeat;
  background-size: 45px;
  padding:2px 5px 6px 43px
}
.footer_service_list_item .shoplist_used {
  background: url(/../../../img/smp/icon/crooz_service/used120_120.png) 0px 2px no-repeat;
  background-size: 45px;
  padding:2px 5px 6px 43px
}
.footer_service_list_item .shopzone {
  background: url(/../../../img/smp/icon/crooz_service/shopzone_new_icon_02.png) 0px 2px no-repeat;
  background-size: 45px;
  padding:2px 5px 6px 43px
}
.footer_service_list_item .styling {
  background: url(/../../../img/smp/icon/crooz_service/styling_120_120.png) 0px 2px no-repeat;
  background-size: 45px;
  padding:2px 5px 6px 43px
}
/* Twitter連携（twitter/AuthMobile） */
.mpad {
  text-align: center;
  padding: 7px;
}

/* cmp ad */
.cmp_top{text-align:center;}
.cmp_area{
  /* boxレイアウトの指定 */
  display: box;
  display: -webkit-box;
  display: -moz-box;

  /* 配置したボックスを左右中央寄せにする */
  box-pack: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
}
.cmp_smp{
  text-align:center;
  width: 300px !important;
  overflow: hidden;
}
.cmp_banner{
  text-align:center;
  width: 320px !important;
  overflow: hidden;
}

#copyright{
  background-color: #000;
  padding: 16px 0;
  text-align: center;
}
#copyright .c_mark{
  font-family:'Times New Roman', 'Times';
  font-size: 120%;
}
/*  FOOTER SNS LINK  */
#copyright div.footer_sns_link{
  padding: 0 0 10px 0;
}
#copyright p.sns_link_title {
  color: #ffffff;
  font-size: 16px;
}
#copyright div.footer_sns_link ul {
  overflow: hidden;
  width: 100%;
  margin: 15px auto;
}

#copyright div.footer_sns_link li {
  overflow: hidden;
  float: left;
  width: 25%;
  height: 30px;
  margin: 0;
  text-align: center;
}
#copyright div.footer_sns_link li a{
  display: block;
  overflow:hidden;
  width:33px;
  height:30px;
  margin:0 auto;
}
#copyright div.footer_sns_link li a{
  display: block;
  overflow:hidden;
  -webkit-tap-highlight-color:#000;
}
#copyright div.footer_sns_link li.twitter a{
  background:url(/../../../img/smp/icon/footer_menu/sp_sns_icons.png);
}
/* ヘッダー検索 */
.header_menu_item {
  width: 33.3%;
}
.header_menu_item a{
  text-decoration:none;
  display: block;
  font-size:9px;
  line-height:1.5em;
}
/* 無装飾タイトル */
.common_title {
  background: #ededed;
  padding: 0.8em 10px;
  color: #000000;
}
.common_title_sub {
  display: block;
  color: #808080;
  font-family: Futura Medium, "Trebuchet MS", Arial, sans-serif;
  font-size: 10px;
  float: right;
  position: relative;
  text-shadow: none;
}
.common_title span{
  margin:0 0.1em;
}
.common_title_sub:before,
.common_title_sub:after {
  content:"";
  width:1em;
  height:2px;
  background: #cccccc;
  vertical-align:0.3em;
  display:inline-block;
  margin: 0 2px;
}
/* 基本もっとみる */
.common_more{
  padding: 10px;
  text-align: right;
  text-decoration: none;
  line-height: 13px;
}
.common_more p{
  padding-bottom: 3px;
}
.common_more .image{
  margin-right: 10px;
}
.common_more .image img{
  padding-bottom: 2px;
}
.common_more .arrow {
  border-color: #000000;
}
/* 基本タブ*/
/* タブ切り替え */
.common_tab_nav {
  margin: 10px 5px 0;
}
.common_tab_list {
  background: #ffffff;
}
.common_tab_item {
  width: 50%;
  text-align: center;
  padding: 0.5em 0;
  border-bottom: 1px solid #808080;
}
.common_tab_item a {
  display: block;
  color: #000000;
  border-left: 1px solid #808080;
}
.common_tab_item:first-child a {
  border-left: none;
}
.common_tab_item.selected,
.common_tab_item._selected {
  background: #eeeeee;
  border: 1px solid #808080;
  position: relative;
  border-radius: 3px 3px 0 0;
  border-bottom: none;
  padding: 0;
  box-shadow: none;
}
.common_tab_item.selected a,
.common_tab_item._selected a {
  color: #000000;
  text-decoration: none;
  display: block;
  font-size: 14px;
  border-left:none;
  padding:0.5em 0;
}
.common_tab_panel {
  overflow: hidden;
  padding: 10px;
}
.common_tab_item2{
  width:50%;
  text-align: center;
  padding: 0.5em 0;
}
.common_tab_item2 a{
  display: block;
  font-size: 14px;
  border-left: 1px solid ;
  color: #000000;
}
.common_tab_item2.selected, 
.common_tab_item2._selected{
  border-radius: 5px 5px 0 0;
  background: #808080;
}
.common_tab_item2.selected a, 
.common_tab_item2._selected a{
  color: #f9f9f9;
  border-left: none;
}
.common_tab_item.selected + .common_tab_item a, .common_tab_item._selected + .common_tab_item a{
  border-left:none;
}
.common_tab_item2.selected + .common_tab_item2 a, .common_tab_item2._selected + .common_tab_item2 a{
  border-left:none;
}
.common_tab_item2:first-child a{
  border-left:none;
}
.common_tab_panel{
  overflow: hidden;
  border-top:1px solid #fff;
}
/* JSでタブを切り替える場合のJS */
/* 年齢別ブログランキング（RankingAreaListDailyRankMore） */
.content_wrap { 
  padding: 5px 0;
  border-bottom: none;
}
.content_wrap.disnon{
  display:none;
}
/*Switch Button*/
.select_link {
  width: 90%;
  padding: 0.5em;
  margin: 15px auto;
  text-align: center;
}
.select_link :first-child {
  border-right: none;
  border-radius: 20px 0 0 20px;
}
.select_link :last-child {
  border-radius: 0 20px 20px 0;
}
.select_link :not(:first-child):not(:last-child) {
  border-right: none;
}
.select_link .selected {
  background: #000000;
  box-shadow: none;
  color: #ffffff;
}
.select_link * {
  display: block;
  width: 50%;
  padding: 0.5em 0;
  border: 1px solid #000000;
}
.select_link a {
  text-decoration: none;
  width:50%;
}
/* 広告 */
.banner_area{
  padding: 0 10px;
  text-align: center;
}
.banner_area img{
  max-width: 300px;
}

/* 基本リスト */
.common_list_item {
  border-bottom: 1px solid #ededed;
  line-height:1.2em;
}
/*
.common_list_item:nth-child(even) {
background: none;
}
*/
.common_list .arrow {
  border-color: #000000;
}
.common_list_item > .box_list{
  text-decoration: none;
  padding: 10px;
}
.common_list a.text_link{
  padding: 0.25em 0.25em 0.25em 0;
  text-decoration: underline;
}
.common_list_rank{
  text-align: center;
  margin-right: 0.8em;
}
.common_list_arrow{
  margin: 0 0.25em;
}

/* ランキング用リスト */
.rank_list_item {
  border-bottom: 1px solid #ededed;
}
.rank_position{
  position: relative;
  overflow: hidden;
}
.rank_position .time_position{
  position: absolute;
  bottom:10px;
  right:10px;
}
.rank_list_item_sub a.box_list{
  padding: 7px 11px;
  padding-left: 1.5rem;
  border-bottom: 1px solid #ededed;
}
.more_color{
  background-color: #ededed;
}
.rank_list_link{
  padding: 0.5em;
  text-decoration: none;
}
.rank_list_link_mid{
  padding: 0.4em;
  text-decoration: none;
}
.rank_list_thumb{
  margin-right: 0.75em;
  width: 50px;
  height: 50px;
  position: relative;
}
.rank_list_thumb img{
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 3px;
}
.rank_list_thumb_shadow{
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.8) inset;
  position: absolute;
  top: 0;
}
.rank_list_thumb_mid{
  margin-right: 0.75em;
  width: 65px;
  height: 65px;
  position: relative;
}
.rank_list_thumb_mid img{
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 5px;
}
.rank_list_thumb_big{
  margin-right: 0.25em;
  width: 90px;
  height: 90px;
  position: relative;
}
.rank_list_thumb_big img{
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 5px;
}
/*
.rank_list_thumb_big_shadow{
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.8) inset;
  position: absolute;
  top: 0;
}
*/
.rank_list_txt{
  font-size: 14px;
  line-height: 1.5em;
  margin-left:5px;
}
.rank_list .arrow {
  border-color:#000000;
}
.menu_list{
  padding: 5px 0.75em;
}
/* シンプル導線リスト */
.simple_list {
  background-color: #ffffff;
  border: 2px solid #cccccc;
  border-radius: 5px;
  margin: 0.75em 10px;
  font-size: 14px;
}
.simple_list_item {
  border-bottom: 1px solid #ededed;
  background: #fff;
  padding: 13px 10px;
}
.simple_list_item a {
  padding: 0;
  color: #aaaaaa !important;
  font-size: 14px;
  font-weight: bold;
}
.simple_list_item:last-child{
  border-bottom: none;
}
.simple_list span.arrow {
  color: #000000 !important;
}
/* アルバムリスト */
.album_list{
  margin: 2em 0.5em 0em;
}
.album_list_item{
  float: left;
  width: 33%;
  margin-bottom: 1em;
}
.album_list_item a,
.album_list_item img{
  width: 90px;
  height: 90px;
  display:block;
  margin: 0 auto;
}
/* check+link */
.common_check_check{
  width: 4em;
}
.common_check_list a{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  margin: 0;
  padding-left: 0;
}
.common_check_list .common_list_arrow{
  margin: 0 0 0 0.5em;
}
/* form file */
.file_area{
  position:relative;
  margin:auto;
  margin-left: 10px;
}
.file_area .file_btn{
    margin: 0 10px 0;
}
.common_btn.fit.file{
  margin:0;
}
.common_btn.fit.file a{
  padding:8px 22px;
}
.common_btn.fit.file.adrd a{
  padding:10px 16px;
}
input[type="file"]{
  margin-left: 40px;
  margin-top: 5px;
  font-size:10px;
}

/* 設定 */
.form_sub_txt{
  font-size:14px;
  margin: 0.25em 0 0 0;
  line-height: 1.2em;
}
dl.conf_list{
  margin: 0.5em;
}
dl.conf_list dt{
  font-weight: bold;
  line-height: 1.2em;
  padding: 0.1em 0;
}
dl.conf_list dd{
  border-bottom: 1px dotted;
  margin-bottom: 0.5em;
  padding: 0.1em 0;
}

/* 画像表示 */
.img_disp_area img{
  max-width: 100%;
}
.img_title {
  text-align: right;
  margin-right: 10px;
  margin-top:  5px;
}
/* 記事投稿確認画面 */
#prev_area{
  overflow:hidden;
}
#prev_area a {/* リンク下線を表示させる */
  text-decoration: underline;
}
/*ライン*/
.sep_line {
  border-bottom:1px solid #ededed;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
/*トップ画像ファイル投稿用　アンドロイド*/
.common_list_item input[type=file]{
  width: 8em;
}

/*SITETOPリンク*/
.footmenu {
  text-align: center;
  font-size: 12px;
}
.footmenu a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 5px;
}
/*SITETOPリンクFLOAT*/
#scrollTop {
  height: 50px;
  width: 50px;
  border-radius: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: black;
  opacity: 0.6;
  z-index: 140;
  display: none;
}
#scrollTop a {
  color: #ffffff;
  position: relative;
  top: 5px;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
}
#scrollTop a:before{
  content: "";
  display: block;
  border-bottom: 10px solid white;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  width: 0;
  margin: auto;
  padding-top: 5px;
}
/* search form (index.css/ blogAdminShareTemplate.css) */
/* 検索結果（BlogSearch） */
.search_form_area{
  margin: 0 10px;
}
.search_form_area input[type=text] {
  width: 100%;
  color: inherit;
  font-size: 14px;
  margin: 0;
  padding: 10px;
  border: 1px solid #808080;
  border-radius: 3px;
  box-sizing: border-box;
}
.search_form_area input[type=text]::placeholder {
  color: #999999;
  font-size: inherit;
}
/* S/L セール */
.sale_express_free{
  font-weight: normal;
  font-size: 80%;
  background-color: #DEC5A3;
  padding: 0 0.5em;
  color:#000;
  text-shadow: 0px 2px 2px #CFCFCF;
  border-radius: 3px;
}
.sale_list{
  padding: 5px 10px 0;
  display: flex;
}
.sale_list:last-child{
  padding: 0 10px 5px;
}
.sale_list_item{
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin: 5px;
  padding: 5px 0;
  width: 33%;
}
.sale_list_item:first-child{
  margin-left: 0;
}
.sale_list_item:last-child{
  margin-right: 0;
}
.sale_list_item .ratio{
  display: block;
  background-color: #ff9999;
  color: #FFF;
  padding: 0;
  width: 100%;
  font-size: 80%;
  line-height: 1.8;
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
}
.sale_list_item a{
  text-decoration: none;
}
.sale_list_item .brand{
  color: #000;
  font-size: 80%;
  padding-left: 10px;
}
.sale_list_item .thum{
  text-align: center;
  position: relative;
}
.sale_list_item .thum img{
  width: 70px;
}
.sale_list_item .price{
  font-size: 10px;
  color: #000;
  line-height: 1.2em;
  padding: 0 10px;
}
.sale_list_item .txt_attention{
  font-size: 15px;
  font-weight: bold;
  text-align: right;
}
/* for listing tag in main_*.tpl */
.listing_tag_area{
  position: absolute;
  left: -5000px;
  top: -5000px;
}
/* miss TGC Logo Jack */
.logo_jack img{
  width: 100%;
}
.logo_jack_header{
  top:0px;
  background: #000000;
}
/* loading */
._loading{
  display:none;
  width: 120px;
  padding: 10px 10px 0;
  border-radius: 10px;
  background: black;
  font-size: 12px;
  color: #fff;
  opacity: 0.8;
  margin-top:-39px;
  margin-left:-70px;
  position: fixed;
  z-index: 20;
  top:50%;
  left:50%;
}
.roding_txt{
  line-height:1em;
  width: 4em;
  height: 4em;
  position: relative;
  -webkit-animation: rot 2.0s infinite linear;
  margin: auto;
}
@-webkit-keyframes rot {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
.roding_txt > *{
  display: block;
  position: absolute;
  padding-bottom: 3em;
  bottom: 0em;
  left: 1.5em;
  width: 1em;
  height: 1em;
  text-align: center;
  vertical-align: bottom;
}
.roding_txt_1{-webkit-transform: rotate(292.5deg);}
.roding_txt_2{-webkit-transform: rotate(337.5deg);}
.roding_txt_3{-webkit-transform: rotate(22.5deg);}
.roding_txt_4{-webkit-transform: rotate(67.5deg);}
.roding_txt_5{-webkit-transform: rotate(112.5deg);}
.roding_txt_6{-webkit-transform: rotate(157.5deg);}
.roding_txt_7{-webkit-transform: rotate(202.5deg);}
.roding_txt_8{-webkit-transform: rotate(247.5deg);}

/* renew2014 with grp */
footer.footer_flat{border:none;}
.footer_flat{background-color:#000000; color:#FFFFFF; text-align:center; height:auto; font-size:12px; line-height:1.5em;}
.footer_flat a{color:#FFFFFF; text-decoration:none;}

/* 160609 フローティングバナー位置対策 */
.footer_flat.ad{padding-bottom:50px;}
.footer_flat.no_ad{margin-bottom:0;}

/*-----ここから-----*/

/* footer menu */
#footer_menu_area{display:block; width:100%; background-color:#201000; font-weight:bold; text-align:center; position:fixed; left:0; bottom:0; z-index:9999;}
#footer_menu_area.forHeader{position:static;}
.menu_area .menu_item{float:left; width:20%; height:42px; position:relative; display:block; text-decoration:none;}
.menu_item .menu_icon{padding:1px 0;}
.menu_item .menu_txt{text-align:center; font-size:9px; color:#fff; padding:1px 0;}

/* Floating ad */
/* 160609 フローティングバナー位置対策 */
.footer_ad_banner{display:block; width:100%; position:fixed; left:0; bottom:43px; z-index:9998;}
.footer_ad_banner.app, .footer_ad_banner.userpage, .footer_ad_banner.bottom{bottom:0;}
.footer_ad_banner a{display:block;}
body.footer_menu_area{-webkit-text-size-adjust:none; font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size:14px; line-height:1.5em; background-color:#fef8ef; max-width:100%; color:#7a531b; padding-bottom:43px;}
.comp_msg{text-align:center; margin:-10px auto 10px;}
.comp_msg.error {color:#ff0000;}
.comp_msg.success{color:#008000;}
.trim_img{width:100%; min-height:50px; padding-top:10px; max-height:200px; overflow:hidden; text-align:center; }

/* デカすぎ広告暫定対応 */
.ad_banner_bottom img,
.banner_area_top img {
  max-width: 320px;
}

/* --------------------
* Genre List
* -------------------- */
.genre_list {
  display: block;
}
.genre_list li {
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 33%;
}
.genre_list li a {
  color: #000000;
  display: block;
  font-size: 12px;
  height: 60px;
  text-align: center;
  text-decoration: none;
}
.genre_list li:nth-child(2),
.genre_list li:nth-child(5),
.genre_list li:nth-child(8),
.genre_list li:nth-child(11) {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  width: 34%;
}
.genre_list li:nth-child(4),
.genre_list li:nth-child(5),
.genre_list li:nth-child(6),
.genre_list li:nth-child(10),
.genre_list li:nth-child(11),
.genre_list li:nth-child(12) {
  background-color: #F7EBDA;
}
.genre_name_en {
  display: block;
  font: 700 10px/10px 'Josefin Sans', sans-serif;
  padding-top: 5px;
  text-transform: uppercase;
}
.genre_name {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  padding-top: 15px;
}

/*ホットワードトップ*/
.fukidashiLink{display:-webkit-box; display:-moz-box; display:box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; padding:13px 10px; width:100%;}
.fukidashiLink_icon{margin-right:10px; width:42px;}
.fukidashiLink_icon img{display:block;}
.fukidashiLink_text{-webkit-box-flex:1; -moz-box-flex:1; box-flex:1; margin-top:10px; position:relative;}
.fukidashiLink_text .title{font-size:13px; line-height:1.2em;}
.fukidashiLink_text .subtxt{font-size:12px; line-height:1.5em;}
.fukidashiLink_text .limit{font-size:11px; line-height:1.5em; position:absolute; right:0; top:100%;}

/* modal用 */
._modal_over_lay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    z-index: 1000000;
}
#modalbox {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 80%;
  padding: 10px;
  background: #fff;
  border: 5px solid #cccccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#modalbox .txt{
  font-size:16px;
}
#modalbox a {
  color:red;
}
#modalbox #close {
  line-height:1;
  font-size:14px;
  position: absolute;
  top:10px;
  right:10px;
  color:red;
  text-decoration:none;
}

/* 2016 新タイトル周り */
div.common_title_new.parent {
  background: #cccccc;
}
div.common_title_new.parent h2 {
  color: #808080;
  font-weight: bold;
  padding: 0.3em 10px;
}
div.common_title_new.child {
  background-color: #efefef;
}
div.common_title_new.child h2 {
  color: #ababab;
  padding: 0.2em 10px;
}

div.common_title_new.parent h1, 
div.common_title_new.parent h3{
  color: #FFF;
  font-weight: bold;
  padding: 0.3em 10px;
}
div.common_more_new {
  width: 100%;
  text-align: right;
  background-color: #fef8ef;
  border-top:1px solid #F7EBDA;
}
.rank_list_item.common_more_area {
  border-bottom: none;
}
div.common_more_new a {
  text-decoration: none;
  display: block;
  padding: 8px 10px 8px 0;
}
div.common_more_new a span.arrow{
  display: inline-block;
}
marquee div {
  line-height: normal;
}
/* ----------------------------------------
　templates2017から使用頻度の少ないクラス
　導線切れてるページ（ニュースなど）、
　コメントアウト部分、旧デザイン部分に使用されてるもの 
　適用ページを確認しながら調整する
---------------------------------------- */
/*ランキング（/parts/commonList.tpl）*/
/*王冠*/
.rank_number {
  color: #999797;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-shadow: -2px 0 1px #FFFFFF, 2px 0 1px #FFFFFF, 0 -1px 1px #FFFFFF, 0 1px 1px #FFFFFF;
  width: 25px;
  height: 23px;
}
/*
.ranking_sprite{
background-image: url("/../../../img/smp/sprite/sprite_ranking_161011.png");
background-size: 255px 30px;
background-repeat: no-repeat;
display:inline-block;
}
.ranking_sprite.crown_0{
background-position: 0 -2px;
width:25px;
height:25px;
z-index: 1;
}
.ranking_sprite.crown_1{
background-position: -35px 0;
width: 40px;
height: 30px;
z-index: 1;
}
.ranking_sprite.crown_2{
background-position: -85px 0;
width: 40px;
height: 30px;
z-index: 1;
}
.ranking_sprite.crown_3{
background-position: -135px 0;
width: 40px;
height: 30px;
z-index: 1;
}
.ranking_sprite.crown_4{
background-position: -185px 0;
width: 30px;
height: 23px;
z-index: 1;
}
.ranking_sprite.crown_5{
background-position: -225px 0;
width: 30px;
height: 23px;
z-index: 1;
}
*/
/*順位*/
.ranking_list_item .rank_wrap {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 12px;
  background: #999;
  text-align: center;
  position: absolute;
  color: #fff;
  top: -6px;
  left: -4px;
  z-index: 2;
  text-shadow: 0 0 1px rgba(0,0,0,.5);
  box-shadow: 0 0 2px rgba(0,0,0,.2) inset;
}
/*ブログトピックス（topic/TopicList）*/
div.thumbBox{
  height:70px;   
  overflow:hidden;
}
/* renew2014parts/title.tpl */
.header_back_bar{
  box-shadow:none;
  border-bottom: none; 
}
/* 旧デザイン ランキングリスト　アイコン枠 */
/*
.rank_list_thumb_big_shadow {
  box-shadow: none;
  border: 1px solid #ccc;
}
*/
/*旧デザイン　フッターメニュー*/
#footer_menu_area{
  padding: 2px 0;
  border-bottom: 1px solid #222626;
}
#footer_menu_area.nb{
  border:none;
}
#footer_menu_area  .menu_item .menu_icon{
  padding: 3px 0 1px 0;
}
#footer_menu_area {
  background-color: #121213;
}
.footer_flat{
  background-color: #121213;
}
#copyright {
  background-color: #121213;
  padding: 16px 0;
  text-align: center;
}
/* ニューストップ */
section.news_ranking ul li a img{
  width:70px;
  height: auto;
}
section.news_topics ul li a img{
  width:70px;
  height: auto;
}
section.news_list ul li a div:not(.rank_list_thumb_small) img{
  width:70px;
  height: auto;
}
.category_tag {
  color: #fff;
  display: inline-block;
  font-size: 11px;
  margin-right: 3px;
  line-height: 16px;
  overflow: hidden;
  background: #cfcfcf;
  border-radius: 3px;
  padding: 2px 5px;
}
.category_tag a{
  color: #fff;
}
.category_tag.category_position{
  position: absolute;
  display: inline-block;
  bottom: 5px;
  left: 84px;
}
.rank_position .time_position {
  bottom: 5px;
}
.news_list .create_time,
.news_topics .create_time {
  padding-right: 16px;
}
.news_ranking .cap_text {
  height: 30px;
}
section.newsTopPickup ul {
  text-align: center;
  margin-top: none;
  overflow: hidden;
}
section.newsTopPickup ul.PickUpNewsList li {
  position: relative;
  vertical-align: top;
  overflow: hidden;
  width:50%;
  height:auto;
  float:left;
  box-sizing: border-box;
}
section.newsTopPickup ul.PickUpNewsList li a img {
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
}
section.newsTopPickup ul.PickUpNewsList li a img.cover_img {
  display:none;
}
section.newsTopPickup ul.PickUpNewsList li a div.cap_text {
  z-index: 10;
  position: absolute;
  bottom: 0px;
  background-color: rgba(0,0,0,0.5);
  font-size: 12px;
  padding: 0.5em 2%;
  width: 96%;
  text-align:left;
}
section.newsTopPickup ul.PickUpNewsList li a{
  color:#FFF;
  display: block
}
.newsArticle_header {
  color: inherit;
  height: auto;
  position: static;
  background-color: #ededed;
}
div.inner　section.base {
  margin-bottom: 0em !important;
}

/* ユーザーブログ記事一覧 */
/*動画サムネイル*/
/*ニュース記事フッター（parts/topics3.tpl）*/
.genre_list li:nth-child(4),
.genre_list li:nth-child(5),
.genre_list li:nth-child(6),
.genre_list li:nth-child(10),
.genre_list li:nth-child(11),
.genre_list li:nth-child(12) {
  background-color: #eeeeee;
}
/* topic/TopicList */
hr.separator{
  background-color: #FFF;
  border: none;
  margin: 0;
  height: 9px;
}
/* サムネイル付きページャー（parts/newsThumbPager.tpl） */
nav.thumbPager  {
  width:100%;
  overflow:hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
nav.thumbPager.news  {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
nav.thumbPager .disable{
  opacity: 0.6;
  background-color: rgba(0,0,0,0.1);
  padding-bottom: 19px !important;
}
nav.thumbPager.news .disable{
  opacity: 0.6;
  background-color: rgba(0,0,0,0.1);
  padding-bottom: 5px !important;
}
nav.thumbPager .prevBlock p{
  text-align: left;
  font-size: 12px;
  padding-bottom:5px;
  padding-left: 15px;
}
nav.thumbPager .nextBlock p{
  text-align: right;
  font-size: 12px;
  padding-bottom:5px;
  padding-right: 15px;
}
nav.thumbPager .prevBlock {
  width:50%;
  height:auto;
  padding:5px 0 2px 0;
  overflow:hidden;
  float:left;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
nav.thumbPager .prevBlock a{
  display: block;
  overflow: hidden;
  text-decoration: none;
}
nav.thumbPager .prevBlock .prevEntryThumb { 
  width:40px;
  height:40px;
  border-radius:4px;
  margin: 0 4px;
  float:left;
  background-repeat:no-repeat;
}
nav.thumbPager .prevBlock .prevEntryTexts { 
  width:62%;
  float:left;
}
nav.thumbPager .prevBlock .prevEntryTexts.wide { 
  width:87%;
  padding-left: 5px;
  float:left;
}
nav.thumbPager .prevBlock .prevEntryDateTime{
  font-size:10px;
  line-height: 2.5;
}

nav.thumbPager .nextBlock {
  width:50%;
  height:auto;
  padding:5px 0 2px 0;
  overflow:hidden;
  float:right;
}
nav.thumbPager .nextBlock a{
  display: block;
  overflow: hidden;
  text-decoration: none;
}
nav.thumbPager .nextBlock .nextEntryThumb { 
  width:40px;
  height:40px;
  border-radius:4px;
  margin: 0 4px;
  float:right;
  background-repeat:no-repeat;
}
nav.thumbPager .nextBlock .nextEntryTexts { 
  width:62%;
  float:right;
}
nav.thumbPager .nextBlock .nextEntryTexts.wide { 
  width:87%;
  padding-left: 5px;
  float:right;
}
nav.thumbPager .nextBlock .nextEntryDateTime{
  font-size:10px;
  line-height: 2.5;
}

nav.thumbPager.news .newsListBtn a {
  width:100%;
  display:block;
  padding: 10px 0 10px 0;
  text-indent: 13px;
  text-align:center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
nav.thumbPager.news .newsListBtn .nextArrow{
  margin: 5px 6px 15px 0;
}
nav.thumbPager .prevBlock .prevEntryTitle{
  width: 95%;
  font-size: 14px;
  line-height: 1.2;
  overflow: hidden;
  height: 31px;
}
nav.thumbPager .nextBlock .nextEntryTitle{
  width: 95%;
  font-size: 14px;
  line-height: 1.2;
  overflow: hidden;
  height: 31px;
}
nav.thumbPager span.prevArrow{
  float:left;
  display: block;
  height: 7px;
  width: 7px;
  margin:15px 0 15px 6px;
  border-top: solid 2px;
  border-right: solid 2px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  color: #000;
}
nav.thumbPager span.nextArrow{
  float:right;
  display: block;
  height: 7px;
  width: 7px;
  margin:15px 6px 15px 0 ;
  border-top: solid 2px;
  border-right: solid 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  color: #000;
}
.user_article_top_paging{
  padding-bottom:0px;
}
nav.thumbPager .nextBlock div.noEntry{
  margin: 9px 0 0 0;
  text-align: right;
}
nav.thumbPager .prevBlock div.noEntry{
  margin: 9px 0 0 0;
}
nav.thumbPager .nextBlock .nextNewsEntryTitle{
  width: 95%;
  font-size: 14px;
  line-height: 1.2;
  height: 42px;
}
nav.thumbPager .prevBlock .prevNewsEntryTitle{
  width: 95%;
  font-size: 14px;
  line-height: 1.2;
  height: 42px;
}
/*  20160615 add - top newtopics用 */
.rank_list_thumb_small{
  margin-right: 0.25em;
  width: 52px;
  height: 52px;
  position: relative;
}
.rank_list_thumb_small img{
  display: block;
  width: 52px;
  height: 52px;
}
.newtopics_cap_text__news{
  font-size: 14px;
  font-weight: bold;
}