﻿@charset "utf-8";

/*****************
 /html5 CSS RESET
*****************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:top;
    background:transparent;
}
table td span {
    vertical-align:baseline;
}
body {
    line-height:1.0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

ul {
    list-style:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin: 0;
    padding:0;
}


/*****************
 base
*****************/

body{
    width: 100%;
    font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'モリサワ 新ゴ R', 'Droid Sans', メイリオ, 'sans-serif';
    font-size: 12px;
  color: #555;
    background-color: #fff;
    -webkit-text-size-adjust: none;
}
.bgdesign {
  background-image: url(../images/common/sp_bg.gif);
}

a {
    color: #06F;
    text-decoration: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0.40);
}

/* clearfix */
.clear {
  clear:both;
}
.clear:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

/* hr */
.hr_dotted {
  width:90%;
  border: 0;
  border-top:1px dotted #CCC;
  margin:0 auto;
}
.hr_dotted_w {
  width:90%;
  border: 0;
  border-top:1px dotted #FFF;
  margin:0 auto;
}
.hr_dotted_70 {
  width: 70%;
  border: 0;
  border-top: 1px dotted #e8e8e8;
  margin: 0 0 10px 0;
}

/* プリロード */
.preload {
  background-image: url(../images/common/preloader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

/* フロート */
.fl_left {
  float: left;
}
.fl_right {
  float: right;
}
/* 今すぐ遊べる女の子一覧ページで使用 */
.search_imasugu_girl_data {
  width: 100%;
}

/* マージン */
.mrg_3px {
  margin: 3px;
}
.mrg_5px {
  margin: 5px;
}
.mrg_7px {
  margin: 7px;
}
.mrg_10px {
  margin: 10px;
}
.mrg_15px {
  margin: 15px;
}
.mrg_20px {
  margin: 20px;
}
.mrg_25px {
  margin: 25px;
}
.mrg_30px {
  margin: 30px;
}

.mrg_btm_3px {
  margin-bottom: 3px;
}
.mrg_btm_5px {
  margin-bottom: 5px;
}
.mrg_btm_7px {
  margin-bottom: 7px;
}
.mrg_btm_10px {
  margin-bottom: 10px;
}
.mrg_btm_15px {
  margin-bottom: 15px;
}
.mrg_btm_20px {
  margin-bottom: 20px;
}
.mrg_btm_25px {
  margin-bottom: 25px;
}
.mrg_btm_30px {
  margin-bottom: 30px;
}

.mrg_top_3px {
  margin-top: 3px;
}
.mrg_top_5px {
  margin-top: 5px;
}
.mrg_top_7px {
  margin-top: 7px;
}
.mrg_top_10px {
  margin-top: 10px;
}
.mrg_top_15px {
  margin-top: 15px;
}
.mrg_top_20px {
  margin-top: 20px;
}
.mrg_top_30px {
  margin-top: 30px;
}

.mrg_side_3px {
  margin-left: 3px;
  margin-right: 3px;
}
.mrg_side_5px{
  margin-left: 5px;
  margin-right: 5px;
}
.mrg_side_6px{
 margin-left: 6px;
 margin-right: 6px;
}
.mrg_side_7px{
  margin-left: 7px;
  margin-right: 7px;
}
.mrg_side_10px{
  margin-left: 10px;
  margin-right: 10px;
}
.mrg_side_15px{
  margin-left: 15px;
  margin-right: 15px;
}
.mrg_side_20px{
  margin-left: 20px;
  margin-right: 20px;
}
.mrg_side_30px{
  margin-left: 30px;
  margin-right: 30px;
}

.mrg_0_auto {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.mrg_0_auto_10px {
 margin-top: 0;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 10px;
}

/* パディング */
.pad_3px {
  padding-top: 3px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 3px;
}
.pad_5px {
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px;
}
.pad_7px {
  padding-top: 7px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 7px;
}
.pad_10px {
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
}
.pad_12px {
  padding-top: 12px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 12px;
}
.pad_15px {
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px;
}

.pad_top_3px {
  padding-top: 3px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.pad_top_5px {
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.pad_top_7px {
  padding-top: 7px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.pad_top_10px {
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.pad_top_15px {
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.pad_btm_3px {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 3px;
}
.pad_btm_5px {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px;
}
.pad_btm_7px {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 7px;
}
.pad_btm_10px {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
}
.pad_btm_15px {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px;
}
.pad_right_15px {
  padding-right: 15px;
}

/* テキストアライン */
.ta_center {
  text-align: center;
}
.ta_left {
  text-align: left;
}
.ta_right {
  text-align: right;
}

/* テキストデコレーション */
.td_ul {
  text-decoration: underline;
}
.td_lt {
  text-decoration: line-through;
}

/* 文字間隔 */
.lt_s {
    letter-spacing: 0.1em;
}
.lt_s_5 {
    letter-spacing: 0.5em;
}

/* フォントサイズ */
.fs_8px {
  font-size: 8px;
}
.fs_10px {
  font-size: 10px;
}
.fs_12px {
  font-size: 12px;
}
.fs_14px {
  font-size: 14px;
}
.fs_16px {
  font-size: 16px;
}
.fs_18px {
  font-size: 18px;
}
.fs_20px {
  font-size: 20px;
}
.fs_22px {
  font-size: 22px;
}

/* フォントウェイト */
.fw_bold {
  font-weight: bold;
}
.fw_normal {
  font-weight: normal;
}

/* フォントカラ― */
.fc_w, .fc_white {
  color: #FFF;
}
.fc_gy, .fc_gr, .fc_gr_02 {
  color: #CCC;
}
.fc_bk, .fc_black {
  color: #555;
}
.fc_bk_02 {
  color: #333;
}
.fc_or, .fc_orange {
  color: #F60;
}
.fc_or_02 {
  color: #F90;
}
.fc_pk, .fc_pink{
  color: #F0F;
}
.fc_pk_02 {
  color: #ff3a56;
}
.fc_r, .fc_red {
  color: #F00;
}
.fc_g, .fc_green {
  color: #090;
}
.fc_b, .fc_blue {
  color: #36F;
}
.fc_y {
  color: #FF0;
}
.fc_pu {
  color: #60C;
}


/* ラインハイト */
.lh_8 {
  line-height: 0.8;
}
.lh_12 {
  line-height: 1.2;
}
.lh_14 {
  line-height: 1.4;
}
.lh_15 {
  line-height: 1.5;
}
.lh_18 {
  line-height: 1.8;
}
.lh_20 {
  line-height: 2.0;
}
.lh_22 {
  line-height: 2.2;
}
.lh_25 {
  line-height: 2.5;
}
.lh_30 {
  line-height: 3.0;
}


/* テキストシャドウ */
.text_shadow_bk {
  text-shadow: 0/*x方向ずれ*/ -1px/*y方向ずれ*/ 1px/*シャドウ範囲*/ #000000/*シャドウ色*/;
}
.text_shadow_gy {
  text-shadow: 0 -1px 1px #666666;
}
.text_shadow_w {
  text-shadow: 0 -1px 1px #FFFFFF;
}
.text_shadow_r, .text_shadow_red {
  text-shadow: 0 -1px 1px #6F0000;
}
.text_shadow_g, .text_shadow_green {
  text-shadow: 0 -1px 1px #336600;
}
.text_shadow_b, .text_shadow_blue {
  text-shadow: 0 -1px 1px #000066;
}
.text_shadow_lb, .text_shadow_l_blue {
  text-shadow: 0 -1px 1px #0066cc;
}
.text_shadow_or {
  text-shadow: 0 -1px 1px #F60;
}
.text_shadow_pu, .text_shadow_purple {
  text-shadow: 0 -1px 1px #6600cc;
}
.text_shadow_pk, .text_shadow_pink {
  text-shadow: 0 -1px 1px #ff0033;
}

.text_shadow_btm_bk {
  text-shadow: 0 1px 1px #000000;
}
.text_shadow_btm_gy {
  text-shadow: 0 1px 1px #666666;
}
.text_shadow_btm_w, .text_shadow_btm_white {
  text-shadow: 0 1px 1px #FFFFFF;
}
.text_shadow_btm_r, .text_shadow_btm_red {
  text-shadow: 0 1px 1px #6F0000;
}
.text_shadow_btm_g, .text_shadow_btm_green {
  text-shadow: 0 1px 1px #336600;
}
.text_shadow_btm_b, .text_shadow_btm_blue {
  text-shadow: 0 1px 1px #000066;
}
.text_shadow_btm_lb, .text_shadow_btm_l_blue {
  text-shadow: 0 1px 1px #0066cc;
}
.text_shadow_btm_or {
  text-shadow: 0 1px 1px #F60;
}
.text_shadow_btm_pu, .text_shadow_btm_purple {
  text-shadow: 0 1px 1px #6600cc;
}
.text_shadow_btm_pk, .text_shadow_btm_pink {
  text-shadow: 0 1px 1px #ff0033;
}

/* ボックスサイズ（%指定） */
.box_100 {
  display: block;
  width: 100%;
  height: auto;
  word-break: break-all;
}

.box_98 {
  display: block;
  width: 98%;
  height: auto;
  word-break: break-all;
}
.box_95 {
  display: block;
  width: 95%;
  height: auto;
  word-break: break-all;
}
.box_90 {
  display: block;
  width: 90%;
  height: auto;
  word-break: break-all;
}
.box_85 {
  display: block;
  width: 85%;
  height: auto;
  word-break: break-all;
}
.box_80 {
  display: block;
  width: 80%;
  height: auto;
  word-break: break-all;
}
.box_75 {
  display: block;
  width: 75%;
  height: auto;
  word-break: break-all;
}
.box_70 {
  display: block;
  width: 70%;
  height: auto;
  word-break: break-all;
}
.box_65 {
  display: block;
  width: 65%;
  height: auto;
  word-break: break-all;
}
.box_60 {
  display: block;
  width: 60%;
  height: auto;
  word-break: break-all;
}
.box_55 {
  display: block;
  width: 55%;
  height: auto;
  word-break: break-all;
}
.box_50 {
  display: block;
  width: 50%;
  height: auto;
  word-break: break-all;
}
.box_49 {
  display: block;
  width: 49%;
  height: auto;
  word-break: break-all;
}
.box_45 {
  display: block;
  width: 45%;
  height: auto;
  word-break: break-all;
}
.box_40 {
  display: block;
  width: 40%;
  height: auto;
  word-break: break-all;
}
.box_35 {
  display: block;
  width: 35%;
  height: auto;
  word-break: break-all;
}
.box_33 {
  display: block;
  width: 33%;
  height: auto;
  word-break: break-all;
}
.box_32 {
  display: block;
  width: 32%;
  height: auto;
  word-break: break-all;
}
.box_30 {
  display: block;
  width: 30%;
  height: auto;
  word-break: break-all;
}
.box_25 {
  display: block;
  width: 25%;
  height: auto;
  word-break: break-all;
}
.box_24 {
  display: block;
  width: 24%;
  height: auto;
  word-break: break-all;
}
.box_20 {
  display: block;
  width: 20%;
  height: auto;
  word-break: break-all;
}
.box_16 {
  display: block;
  width: 16%;
  height: auto;
  word-break: break-all;
}
.box_15 {
  display: block;
  width: 15%;
  height: auto;
  word-break: break-all;
}
.box_10 {
  display: block;
  width: 10%;
  height: auto;
  word-break: break-all;
}
.box_5 {
  display: block;
  width: 5%;
  height: auto;
  word-break: break-all;
}


/* ボックスサイズ（分割用） */
/* 2分割用 */
.box_50_left {
  display: block;
  width: 50%;
  height: auto;
  word-break: break-all;
  float: left;
}
.box_50_right {
  display: block;
  width: 50%;
  height: auto;
  word-break: break-all;
  float: right;
}
/* 3分割用 */
.box_33_left {
  display: block;
  width: 33%;
  height: auto;
  word-break: break-all;
  float: left;
}
.box_33_right {
  display: block;
  width: 33%;
  height: auto;
  word-break: break-all;
  float: right;
}
.box_38_left {
  display: block;
  width: 38%;
  height: auto;
  text-align:center;
  word-break: break-all;
  float: left;
}
.box_30_left {
  display: block;
  width: 30%;
  height: auto;
  float: left;
  text-align:center;
}
.box_30_right {
  display: block;
  width: 30%;
  height: auto;
  text-align:center;
  word-break: break-all;
  float: right;
}

/* 4分割用 */
.box_25_left {
  display: block;
  width: 25%;
  height: auto;
  float: left;
}
.box_25_right {
  display: block;
  width: 25%;
  height: auto;
  word-break: break-all;
  float: right;
}
/* 5分割用 */
.box_20_left {
  display: block;
  width: 20%;
  height: auto;
  word-break: break-all;
  float: left;
}
.box_20_right {
  display: block;
  width: 20%;;
  height: auto;
  word-break: break-all;
  float: right;
}
.box_16_left {
  display: block;
  width: 16%;
  height: auto;
  text-align:center;
  word-break: break-all;
  float: left;
}
.box_16_right {
  display: block;
  width: 16%;;
  height: auto;
  text-align:center;
  word-break: break-all;
  float: right;
}


/* ボックスサイズ（ピクセル指定） */
.box_320px {
  display: block;
  width: 320px;
  height: auto;
  word-break: break-all;
}
.box_310px {
  display: block;
  width: 310px;
  height: auto;
  word-break: break-all;
}
.box_304px {
  display: block;
  width: 304px;
  height: auto;
  word-break: break-all;
}
.box_300px {
  display: block;
  width: 300px;
  height: auto;
  word-break: break-all;
}
.box_288px {
  display: block;
  width: 288px;
  height: auto;
  word-break: break-all;
}
.box_285px {
  display: block;
  width: 285px;
  height: auto;
  word-break: break-all;
}
.box_240px {
  display: block;
  width: 240px;
  height: auto;
  word-break: break-all;
}
.box_220px {
  display: block;
  width: 220px;
  height: auto;
  word-break: break-all;
}
.box_200px {
  display: block;
  width: 200px;
  height: auto;
  word-break: break-all;
}
.box_190px {
  display: block;
  width: 190px;
  height: auto;
  word-break: break-all;
}
.box_180px {
  display: block;
  width: 180px;
  height: auto;
  word-break: break-all;
}
.box_170px {
  display: block;
  width: 170px;
  height: auto;
  word-break: break-all;
}
.box_160px {
  display: block;
  width: 160px;
  height: auto;
  word-break: break-all;
}
.box_150px {
  display: block;
  width: 150px;
  height: auto;
  word-break: break-all;
}
.box_140px {
  display: block;
  width: 140px;
  height: auto;
  word-break: break-all;
}
.box_120px {
  display: block;
  width: 120px;
  height: auto;
  word-break: break-all;
}
.box_100px {
  display: block;
  width: 100px;
  height: auto;
  word-break: break-all;
}
.box_90px {
  display: block;
  width: 90px;
  height: auto;
  word-break: break-all;
}
.box_80px {
  display: block;
  width: 80px;
  height: auto;
  word-break: break-all;
}
.box_70px {
  display: block;
  width: 70px;
  height: auto;
  word-break: break-all;
}
.box_65px {
  display: block;
  width: 65px;
  height: auto;
  word-break: break-all;
}
.box_60px {
  display: block;
  width: 60px;
  height: auto;
  word-break: break-all;
}
.box_50px {
  display: block;
  width: 50px;
  height: auto;
  word-break: break-all;
}
.box_48px {
  display: block;
  width: 48px;
  height: auto;
  word-break: break-all;
}
.box_45px {
  display: block;
  width: 45px;
  height: auto;
  word-break: break-all;
}
.box_40px {
  display: block;
  width: 40px;
  height: auto;
  word-break: break-all;
}
.box_38px {
  display: block;
  width: 38px;
  height: auto;
  word-break: break-all;
}
.box_30px {
  display: block;
  width: 30px;
  height: auto;
  word-break: break-all;
}
.box_20px {
  display: block;
  width: 20px;
  height: auto;
  word-break: break-all;
}
.box_15px {
  display: block;
  width: 15px;
  height: auto;
  word-break: break-all;
}
.box_10px {
  display: block;
  width: 10px;
  height: auto;
  word-break: break-all;
}

/* ボックスサイズ（ピクセル指定、inline） */
.box_60px_inline {
  display: inline;
  width: 60px;
  height: auto;
  word-break: break-all;
}
.box_50px_inline {
  display: inline;
  width: 50px;
  height: auto;
  word-break: break-all;
}
.box_40px_inline {
  display: inline;
  width: 40px;
  height: auto;
  word-break: break-all;
}
.box_30px_inline {
  display: inline;
  width: 30px;
  height: auto;
  word-break: break-all;
}

/* ボックスサイズ（ピクセル指定、分割用） */
.box_50px_left {
  display: block;
  width: 50px;
  height: auto;
  word-break: break-all;
  float: left;
}
.box_50px_right {
  display: block;
  width: 50px;
  height: auto;
  word-break: break-all;
  float: right;
}


/* ボックス定義 */
.box_block {
  display: block;
  word-break: break-all;
}
.box_table_parent {
  display: table;
}
.box_table {
  display: table-cell;
}

.box_box {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-flexbox;
  /* 2015_05_26 削除 開始 */
  /*
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  */
  /* 2015_05_26 削除 開始 */
  width: 100%;
  height: auto;
  word-break: break-all;
}
.box_flex_1 {
  box-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  height: auto;
}
.box_flex_2 {
  box-flex: 2;
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -o-box-flex: 2;
  -ms-box-flex: 2;
  height: auto;
}
.box_flex_3 {
  box-flex: 3;
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  -o-box-flex: 3;
  -ms-box-flex: 3;
  height: auto;
}
.box_flex_4 {
  box-flex: 4;
  -webkit-box-flex: 4;
  -moz-box-flex: 4;
  -o-box-flex: 4;
  -ms-box-flex: 4;
  height: auto;
}
.box_flex_5 {
  box-flex: 5;
  -webkit-box-flex: 5;
  -moz-box-flex: 5;
  -o-box-flex: 5;
  -ms-box-flex: 5;
  height: auto;
}
.box_flex_6 {
  box-flex: 6;
  -webkit-box-flex: 6;
  -moz-box-flex: 6;
  -o-box-flex: 6;
  -ms-box-flex: 6;
  height: auto;
}
.box_flex_7 {
  box-flex: 7;
  -webkit-box-flex: 7;
  -moz-box-flex: 7;
  -o-box-flex: 7;
  -ms-box-flex: 7;
  height: auto;
}
.box_flex_8 {
  box-flex: 8;
  -webkit-box-flex: 8;
  -moz-box-flex: 8;
  -o-box-flex: 8;
  -ms-box-flex: 8;
  height: auto;
}
.box_flex_9 {
  box-flex: 9;
  -webkit-box-flex: 9;
  -moz-box-flex: 9;
  -o-box-flex: 9;
  -ms-box-flex: 9;
  height: auto;
}

/* display:box内の子要素の横方向の配置 */
.box_pack_start {
  box-pack:start;
  -moz-box-pack:start;
  -webkit-box-pack:start;
  -o-box-pack:start;
  -ms-flex-pack:start;
  flex-pack:start;
}
.box_pack_end {
  box-pack: end;
  -moz-box-pack: end;
  -webkit-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  flex-pack: end;
}
.box_pack_center {
  box-pack: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  flex-pack: center;
}
.box_pack_justfy {
  box-pack: justfy;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  flex-pack: justify;
}

/* display:box内の子要素の縦方向の配置 */
.box_align_start {
  box-pack: start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-box-pack: start;
}
.box_align_end {
  box-pack: end;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-box-pack: end;
}
.box_align_center {
  box-pack: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-box-pack: center;
}
.box_align_baseline {
  box-pack: baseline;
  -webkit-box-pack: baseline;
  -moz-box-pack: baseline;
  -o-box-pack: baseline;
  -ms-box-pack: baseline;
}
.box_align_strech {
  box-pack: strech;
  -webkit-box-pack: strech;
  -moz-box-pack: strech;
  -o-box-pack: strech;
  -ms-box-pack: strech;
}

/* ボックスサイジング */
.box_sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

/* ボックスドロップシャドウ */

.box_shadow_bk {
  box-shadow: 1px/*x方向ずれ*/ 1px/*y方向ずれ*/ 5px/*シャドウ範囲*/ #000000/*シャドウ色*/;
}
.box_shadow_gy, .box_shadow_gr {
  box-shadow: 1px 1px 3px #999999;
}
.box_shadow_or {
  box-shadow: 1px 1px 3px #F60;
}
.box_shadow_inset_gy{
  box-shadow: inset 1px 1px 3px #999999;
}
.box_shadow_inset_or {
  box-shadow: inset 1px 1px 3px #F60;
}
.box_shadow_gy_02 {
  box-shadow: 1px 1px 0 #999999;
}
.box_shadow_or_02 {
  box-shadow: 1px 1px 0 #F60;
}

.box_shadow_bk_inner {
  box-shadow: 2px/*x方向ずれ*/ 3px/*y方向ずれ*/ 3px/*シャドウ範囲*/ #000000/*シャドウ色*/ inset;
}
.box_shadow_or_inner {
  box-shadow: 2px 3px 3px #F60 inset;
}
.box_shadow_gr_inner, .box_shadow_gr_inner {
  box-shadow: 2px 3px 3px #999999 inset;
}

/* ボックスカラ― */
.bgcolor_bk {
  background-color: #000;
}
.bgcolor_w, .bgcolor_white {
  background-color: #FFF;
}
.bgcolor_or, .bgcolor_orange {
  background-color: #FF8E01;
}
.bgcolor_or_02 {
  background-color: #FB0;
}
.bgcolor_cream {
  background-color: #FFE;
}
.bgcolor_r, .bgcolor_red {
  background-color: #F00;
}
.bgcolor_pk, .bgcolor_pink_02 {
  background-color: #FFE6FF;
}
.bgcolor_pk_02, .bgcolor_pink {
  background-color: #ff3a56;
}
.bgcolor_pk_03 {
  background-color: #ff99cc;
}
.bgcolor_b, .bgcolor_blue {
  background-color: #3399ff;
}
.bgcolor_b_02, .bgcolor_blue_02 {
  background-color: #4AA5FF;
}
.bgcolor_g, .bgcolor_green {
  background-color: #3B3;
}
.bgcolor_gy, .bgcolor_gray {
  background-color: #e8e8e8;
}
.bgcolor_gy_02 {
  background-color: #CCC;
}
.bgcolor_y, .bgcolor_yellow {
  background-color: #FEFFC2;
}
.bgcolor_pu, .bgcolor_purple {
  background-color: #8a26e9;
}
.bgcolor_pu_02 {
  background-color: #c43fc4;
}
.bgcolor_lb, .bgcolor_l_blue {
  background-color: #2668E1;
}


/* グラデーション */
.grad_or, .grad_orange {
  background: #ff7300;
  background: -webkit-gradient(linear,left bottom, left top,
   to(#ffca80),
  color-stop(0.5,#ff9100),
  color-stop(0.49,#ff7300),
  color-stop(0.03,#fe8a0f),
  color-stop(0.02,#ffb160),
  color-stop(0.01,#ffb160),
  from(#fc8312)) ;
  background: -moz-linear-gradient(
  top,
  #FFCA80 0%,
  #FF9100 50%,
  #FF7300 51%,
  #FE8A0F 98%,
  #FFB160 99%
  );
  background: -ms-linear-gradient(
  top,
  #FFCA80 0%,
  #FF9100 50%,
  #FF7300 51%,
  #FE8A0F 98%,
  #FFB160 99%
  );
  background: -o-linear-gradient(
  top,
  #FFCA80 0%,
  #FF9100 50%,
  #FF7300 51%,
  #FE8A0F 98%,
  #FFB160 99%
  );
}
.grad_or_02 {
  background: #ff7300;
  background: -webkit-gradient(linear,left bottom, left top,
   to(#ffcc66),
  color-stop(0.5,#ffaa00),
  color-stop(0.49,#ff9900),
  from(#ff9900)) ;
  background: -moz-linear-gradient(
  top,
  #FFCC66 0%,
  #FFAA00 50%,
  #FF9900 51%,
  #FF9900 100%
  );
  background: -webkit-gradient(linear,left bottom, left top,
   to(#FFCC66),
  color-stop(0.5,#FFAA00),
  color-stop(0.49,#FF9900),
  from(#FF9900)) ;
  background: -ms-linear-gradient(
  top,
  #FFCC66 0%,
  #FFAA00 50%,
  #FF9900 51%,
  #FF9900 100%
  );
  background: -o-linear-gradient(
  top,
  #FFCC66 0%,
  #FFAA00 50%,
  #FF9900 51%,
  #FF9900 100%
  );
}
.grad_gy, .grad_gray {
  background: #cccccc;
  background: -webkit-gradient(linear,left bottom, left top,
   to(#ffffff),
  color-stop(0.5,#eeeeee),
  color-stop(0.49,#e0e0e0),
  color-stop(0.03,#eaeaea),
  color-stop(0.02,#e8e8e8),
  color-stop(0.01,#e8e8e8),
  from(#f7f7f7)) ;
  background: -moz-linear-gradient(
  top,
  #ffffff 0%,
  #f3f3f3 50%,
  #e0e0e0 51%,
  #e8e8e8 98%,
  #f7f7f7 99%
  );
  background: -ms-linear-gradient(
  top,
  #ffffff 0%,
  #f3f3f3 50%,
  #e0e0e0 51%,
  #e8e8e8 98%,
  #f7f7f7 99%
  );
  background: -o-linear-gradient(
  top,
  #ffffff 0%,
  #f3f3f3 50%,
  #e0e0e0 51%,
  #e8e8e8 98%,
  #f7f7f7 99%
  );
}
.grad_gy_02, .grad_gray_02 {
  background: #cccccc;
  background: -webkit-gradient(linear,left bottom, left top,
   to(#ffffff),
  color-stop(0.02,#efefef),
  from(#ffffff)) ;
  background: -moz-linear-gradient(
  top,
  #ffffff 0%,
  #efefef 98%,
  #ffffff 99%
  );
  background: -ms-linear-gradient(
  top,
  #ffffff 0%,
  #efefef 98%,
  #ffffff 99%
  );
  background: -o-linear-gradient(
  top,
  #ffffff 0%,
  #efefef 98%,
  #ffffff 99%
  );
}
.grad_gray_s {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#AAA), color-stop(0.3, white));
  background: -moz-linear-gradient(
  top,
  #AAA 0%,
  #f3f3f3 30%,
  #ffffff 51%,
  #ffffff 98%,
  #ffffff 99%
  );
  background: -ms-linear-gradient(
  top,
  #AAA 0%,
  #f3f3f3 30%,
  #ffffff 51%,
  #ffffff 98%,
  #ffffff 99%
  );
  background: -o-linear-gradient(
  top,
  #AAA 0%,
  #f3f3f3 30%,
  #ffffff 51%,
  #ffffff 98%,
  #ffffff 99%
  );
}
.grad_r, .grad_red {
  background: #cc0000;
  background: -webkit-gradient(linear,left bottom, left top,
   to(#e90303),
  color-stop(0.5,#e90303),
  color-stop(0.49,#d60303),
  color-stop(0.03,#d60303),
  color-stop(0.02,#c60303),
  color-stop(0.01,#c60303),
  from(#b41010)) ;
  background: -moz-linear-gradient(
  top,
  #e90303 0%,
  #e90303 50%,
  #d60303 51%,
  #c60303 98%,
  #b41010 99%
  );
  background: -ms-linear-gradient(
  top,
  #e90303 0%,
  #e90303 50%,
  #d60303 51%,
  #c60303 98%,
  #b41010 99%
  );
  background: -o-linear-gradient(
  top,
  #e90303 0%,
  #e90303 50%,
  #d60303 51%,
  #c60303 98%,
  #b41010 99%
  );
}
.grad_pk, .grad_pink {
  background: #ff3d58;
  background: -webkit-gradient(linear,left bottom, left top,
   to(#ffabae),
  color-stop(0.5,#ff7e81),
  color-stop(0.49,#ff3d58),
  color-stop(0.03,#ff3d58),
  color-stop(0.02,#ff3a56),
  color-stop(0.01,#ff3a56),
  from(#ffa9ac)) ;
  background: -moz-linear-gradient(
  top,
  #ffabae 0%,
  #ff686d 50%,
  #ff3f5a 51%,
  #ff2948 98%,
  #ffa9ac 99%
  );
  background: -ms-linear-gradient(
  top,
  #ffabae 0%,
  #ff686d 50%,
  #ff3f5a 51%,
  #ff2948 98%,
  #ffa9ac 99%
  );
  background: -o-linear-gradient(
  top,
  #ffabae 0%,
  #ff686d 50%,
  #ff3f5a 51%,
  #ff2948 98%,
  #ffa9ac 99%
  );
}
.grad_bk {
  background: #3f3f3f;
  background: -webkit-gradient(linear,left bottom, left top,
   to(#5d5d5d),
  color-stop(0.5,#3f3f3f),
  color-stop(0.49,#1b1b1b),
  color-stop(0.03,#414141),
  color-stop(0.02,#414141),
  color-stop(0.01,#424242),
  from(#565656)) ;
  background: -moz-linear-gradient(
  top,
  #5d5d5d 0%,
  #3f3f3f 50%,
  #3e3e3e 51%,
  #414141 98%,
  #565656 99%
  );
  background: -ms-linear-gradient(
  top,
  #5d5d5d 0%,
  #3f3f3f 50%,
  #3e3e3e 51%,
  #414141 98%,
  #565656 99%
  );
  background: -o-linear-gradient(
  top,
  #5d5d5d 0%,
  #3f3f3f 50%,
  #3e3e3e 51%,
  #414141 98%,
  #565656 99%
  );
}
.grad_w, .grad_white {
  background: #ffffff;
  background: -webkit-gradient(linear,left bottom, left top,
   to(#ebebeb),
  color-stop(0.5,#fafafa),
  color-stop(0.49,#ffffff),
  color-stop(0.03,#ffffff),
  color-stop(0.02,#ffffff),
  color-stop(0.01,#ffffff),
  from(#ffffff)) ;
  background: -moz-linear-gradient(
  top,
  #ebebeb 0%,
  #fafafa 50%,
  #ffffff 51%,
  #ffffff 98%,
  #ffffff 99%
  );
  background: -ms-linear-gradient(
  top,
  #ebebeb 0%,
  #fafafa 50%,
  #ffffff 51%,
  #ffffff 98%,
  #ffffff 99%
  );
  background: -o-linear-gradient(
  top,
  #ebebeb 0%,
  #fafafa 50%,
  #ffffff 51%,
  #ffffff 98%,
  #ffffff 99%
  );
}
.grad_b, .grad_blue {
  background: #0033ff;
  background: -webkit-gradient(linear,left bottom, left top,
   to(#6f83ff),
  color-stop(0.5,#1e2eff),
  color-stop(0.49,#080aca),
  color-stop(0.03,#0910df),
  color-stop(0.02,#2525ff),
  color-stop(0.01,#2525ff),
  from(#0f1ffc)) ;
  background: -moz-linear-gradient(
  top,
  #6f83ff 0%,
  #1e2eff 50%,
  #080aca 51%,
  #2525ff 98%,
  #2525ff 99%
  );
  background: -ms-linear-gradient(
  top,
  #6f83ff 0%,
  #1e2eff 50%,
  #080aca 51%,
  #2525ff 98%,
  #2525ff 99%
  );
  background: -o-linear-gradient(
  top,
  #6f83ff 0%,
  #1e2eff 50%,
  #080aca 51%,
  #2525ff 98%,
  #2525ff 99%
  );
}
.grad_lb, .grad_l_blue {
  background: #3399ff;
  background: -webkit-gradient(linear,left bottom, left top,
   to(#96cefe),
  color-stop(0.5,#55a3ee),
  color-stop(0.49,#1d8aff),
  color-stop(0.03,#1c65dc),
  color-stop(0.02,#2b92ff),
  color-stop(0.01,#4f94f4),
  from(#5facff)) ;
  background: -moz-linear-gradient(
  top,
  #96cefe 0%,
  #55a3ee 50%,
  #1d8aff 51%,
  #2b92ff 98%,
  #5facff 99%
  );
  background: -ms-linear-gradient(
  top,
  #96cefe 0%,
  #55a3ee 50%,
  #1d8aff 51%,
  #2b92ff 98%,
  #5facff 99%
  );
  background: -o-linear-gradient(
  top,
  #96cefe 0%,
  #55a3ee 50%,
  #1d8aff 51%,
  #2b92ff 98%,
  #5facff 99%
  );
}
.grad_pu, .grad_purple {
  background: #8a26e9;
  background: -webkit-gradient(linear,left bottom, left top,
   to(#c68bff),
  color-stop(0.5,#c68bff),
  color-stop(0.49,#a36af3),
  color-stop(0.03,#8a26e9),
  color-stop(0.02,#8a26e9),
  color-stop(0.01,#973aef),
  from(#bd84fc)) ;
  background: -moz-linear-gradient(
  top,
  #c68bff 0%,
  #a36af3 50%,
  #9335eb 51%,
  #8a26e9 98%,
  #bd84fc 99%
  );
  background: -ms-linear-gradient(
  top,
  #c68bff 0%,
  #a36af3 50%,
  #9335eb 51%,
  #8a26e9 98%,
  #bd84fc 99%
  );
  background: -o-linear-gradient(
  top,
  #c68bff 0%,
  #a36af3 50%,
  #9335eb 51%,
  #8a26e9 98%,
  #bd84fc 99%
  );
}
.grad_gr, .grad_green {
  background: #339900;
  background: -webkit-gradient(linear,left bottom, left top,
   to(#75bd32),
  color-stop(0.5,#75bd32),
  color-stop(0.49,#48b21e),
  color-stop(0.03,#379400),
  color-stop(0.02,#379400),
  color-stop(0.01,#217a00),
  from(#369300)) ;
  background: -moz-linear-gradient(
  top,
  #75bd32 0%,
  #48b21e 50%,
  #379400 51%,
  #217a00 98%,
  #369300 99%
  );
  background: -ms-linear-gradient(
  top,
  #75bd32 0%,
  #48b21e 50%,
  #379400 51%,
  #217a00 98%,
  #369300 99%
  );
  background: -o-linear-gradient(
  top,
  #75bd32 0%,
  #48b21e 50%,
  #379400 51%,
  #217a00 98%,
  #369300 99%
  );
}
.grad_y, .grad_yellow {
  background: #ff7300;
  background: -webkit-gradient(linear,left bottom, left top,
   to(#fdea3c),
  color-stop(0.5,#fbd765),
  color-stop(0.49,#f9c049),
  color-stop(0.03,#f9c049),
  color-stop(0.02,#efae26),
  color-stop(0.01,#efae26),
  from(#efae26)) ;
  background: -moz-linear-gradient(
  top,
  #fdea3c 0%,
  #fbd765 50%,
  #f9c049 51%,
  #efae26 98%,
  #efae26 99%
  );
  background: -ms-linear-gradient(
  top,
  #fdea3c 0%,
  #fbd765 50%,
  #f9c049 51%,
  #efae26 98%,
  #efae26 99%
  );
  background: -o-linear-gradient(
  top,
  #fdea3c 0%,
  #fbd765 50%,
  #f9c049 51%,
  #efae26 98%,
  #efae26 99%
  );
}
.grad_lightyellow {
  background: linear-gradient(to bottom, #fffb9a 0%,#fff284 50%,#fed533 51%,#fed533 52%,#f1e26d 100%);
}
.grad_gold {
  background: #f0c601;
  background: -webkit-gradient(linear,left bottom, left top,
   to(#f1c761),
  color-stop(0.5,#f0c661),
  color-stop(0.49,#c8a041),
  color-stop(0.03,#a47f25),
  color-stop(0.02,#bb9538),
  color-stop(0.01,#e2b956),
  from(#5facff)) ;
  background: -moz-linear-gradient(
  top,
  #f1c761 0%,
  #f0c661 50%,
  #c8a041 51%,
  #bb9538 98%,
  #e2b956 99%
  );
  background: -ms-linear-gradient(
  top,
  #f1c761 0%,
  #f0c661 50%,
  #c8a041 51%,
  #bb9538 98%,
  #e2b956 99%
  );
  background: -o-linear-gradient(
  top,
  #f1c761 0%,
  #f0c661 50%,
  #c8a041 51%,
  #bb9538 98%,
  #e2b956 99%
  );
}


/* 角丸 */
.rad_10, .radius_10 {
  border-radius: 10px;
}
.rad_10_bk, .radius_10_bk {
  border-radius: 10px;
  border-top: 1px solid #999999;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #999999;
}
.rad_10_or, .radius_10_or {
  border-radius: 10px;
  border-top: 1px solid #ff6600;
  border-right: 1px solid #ffcc99;
  border-left: 1px solid #ff6600;
}
.rad_8, .radius_8 {
  border-radius: 8px;
}
.rad_6 .radius_6 {
  border-radius: 6px;
}
.rad_5, .radius_5 {
  border-radius: 5px;
}
.rad_top_5, .radius_top_5  {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rad_top_left_5, .radius_top_left_5 {
  border-top-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rad_top_right_5, .radius_top_right_5 {
  border-top-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rad_btm_5 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.rad_btm_left_5 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 5px;
}
.rad_btm_right_5 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0px;
}
.rad_left_5, .radius_left_5 {
  border-top-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 5px;
}
.rad_right_5, .radius_right_5 {
  border-top-left-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0px;
}
.rad_5_bk, .radius_5_bk {
  border-radius: 5px;
  border-top: 1px solid #999999;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #999999;
}
.rad_5_or, .radius_5_or {
  border-radius: 5px;
  border-top: 1px solid #ff6600;
  border-right: 1px solid #ffcc99;
  border-left: 1px solid #ff6600;
}
.rad_4, .radius_4 {
  border-radius: 4px;
}
.rad_3 {
  border-radius: 3px;
}


/* ボーダー */
.brdr_w, .border_white {
  border: 1px solid #FFF;
}
.brdr_w_btm_dotted {
  border-bottom: 1px dotted #FFF;
}
.brdr_or, .border_orange {
  border: 1px solid #F60;
}
.brdr_or_btm {
  border-bottom: 1px solid #F90;
}
.brdr_r_btm {
  border-bottom: 1px solid #F00;
}
.brdr_gy, .border_gray {
  border: 1px solid #CCC;
}
.brdr_gy_btm, .border_gray_btm {
  border-bottom: 1px solid #999;
}
.brdr_gy_top, .border_gray_top {
  border-top: 1px solid #999;
}
.brdr_gy_btm_dotted {
  border-bottom: 1px dotted #999;
}
.brdr_gy_top_dotted {
  border-top: 1px dotted #999;
}
.brdr_r {
  border: 1px solid #F00;
}
.brdr_r_2px {
  border: 2px solid #F00;
}
.brdr_g, .border_green {
  border: 1px solid #3B3;
}
.brdr_b {
  border: 1px solid #36F;
}
.brdr_y {
  border: 1px solid #FEFFC2;
}
.brdr_pu {
  border: 1px solid #60C;
}
.brdr_pk, .border_pink {
  border: 1px solid #F0F;
}
.brdr_pk_02 {
  border: 1px solid #ff3a56;
}
.brdr_pk_03 {
  border: 1px solid #ffe6ff;
}
.brdr_yellow {
  border: 1px solid #e8c423;
}
.brdr_btn_gy {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #cccccc;
}
.brdr_btn_or {
  border-top: 1px solid #fecd4d;
  border-bottom: 1px solid #ff8402;
  border-left: 1px solid #fecd4d;
  border-right: 1px solid #ff8402;
}
.brdr_btn_or_02 {
  border-bottom: 1px solid #fecd4d;
  border-top: 1px solid #ff8402;
  border-right: 1px solid #fecd4d;
  border-left: 1px solid #ff8402;
}

.box_border {
  border-left: 5px solid #F90;
  padding-left: 5px;
  margin-left: 5px;
}

.brdr_left {
  border-left: 5px solid #F90;
  padding-left: 5px;
  margin-left: 5px;
}
.brdr_left_7px {
  border-left: 7px solid #F90;
  padding-left: 5px;
  margin-left: 10px;
}
.brdr_left_w {
  border-left: 5px solid #FFF;
  padding-left: 5px;
  margin-left: 5px;
}

/* タップハイライト非表示 */
.no_highlight {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/* ポジション */
.posi_re {
  position: relative;
}
.posi_ab {
  position: absolute;
}
/* 2015_06_24 追加開始 */
img.shopdata_img {
  max-width: 273px;
  max-height: 180px;
  margin: 0 auto;
}
/* 2015_06_24 追加終了 */

/* img 100% */
.img_100 {
  max-width: 100%;
  width: auto;
}

.telBox-wrap{
  background-color: rgba( 0,0,0, 0.5) ;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 150;
}
.telBox {
  position:fixed;
  top: 50%;
  right:0;
  left:0;
  margin: 0 auto;
  padding: 0 0 15px;
  width: 85%;
  border-radius: 5px;
  display:none;
  background-color:#fff;
  z-index:9999;
  box-shadow: 0 0 15px rgba(0,0,0,.3);
}
.telBox-bar{
  border-radius: 5px 5px 0 0;
  background: -webkit-gradient(linear, left top, left bottom,
  color-stop(0.78, #1c1c1c),
  color-stop(0.39, #353535),
  color-stop(0.00, #7d7e7d));
  background: -webkit-linear-gradient(top, #ed9017 0%, #f25800 100%);
  background: -moz-linear-gradient(top, #ed9017 0%, #f25800 100%);
  background: -o-linear-gradient(top, #ed9017 0%, #f25800 100%);
  background: -ms-linear-gradient(top, #ed9017 0%, #f25800 100%);
  background: linear-gradient(to bottom, #ed9017 0%, #f25800 100%);
  padding:8px 0;
}
.telBox-bar p{
  text-align: center;
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 12px;
}
@keyframes show{
  from{
    opacity: 0;
  }
  to{
    opacity: 1;
  }
}
.telBox.show,.telBox-wrap.show {
  display:block;
  animation: show .2s linear 0s;
}
.telBox > p{
  font-size: 12px;
  color:#333;
  text-align: center;
  padding: 15px 0;
}
.telBox-inner img{
  width: 40%;
  max-width:150px;
  margin: 5px auto 0;
  display: inline-block;
}
.telBox-inner{
  margin: 10px 0 15px;
  text-align: center;
}
.telBox-inner p{
  font-size: 13px;
  margin: 0 0 7px;
}
.telBox-inner span{
  font-weight: bold;
  font-size: 18px;
  color:#3f3f3f;
  margin: 0px;
  display: inline-block;
  vertical-align: bottom;
}
.telBox-ok{
  background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(rgb(252, 131, 18)), color-stop(0.01, rgb(255, 177, 96)), color-stop(0.02, rgb(255, 177, 96)), color-stop(0.03, rgb(254, 138, 15)), color-stop(0.49, rgb(255, 115, 0)), color-stop(0.5, rgb(255, 145, 0)), to(rgb(255, 202, 128)));
  color:#fff;
  text-align: center;
  width: 200px;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 12px;
  display:block;
  border: 1px solid #f4b136;
  line-height: 40px;
  font-size: 15px;
}
