@charset "utf-8";
/* ===================================================================
CSS information
file name  :common.css
style info :共通
=================================================================== */
/*-----------------------------------------------
リンク指定
----------------------------------------------- */
a:hover,
a:active{
	filter: alpha(opacity=70); /* ie8以下用の透明度を設定 */
	-moz-opacity: 0.7; /* Firefox用の透明度を設定 */
	opacity: 0.7; /* 透明度を設定 */
}
input:hover,
input:active{
	filter: alpha(opacity=70); /* ie8以下用の透明度を設定 */
	-moz-opacity: 0.7; /* Firefox用の透明度を設定 */
	opacity: 0.7; /* 透明度を設定 */
}
a:link,
a:visited {
    color: #2185c5;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
}


/*右矢印リンクテキスト*/
.arrowRtxt {
    display: inline;
    clear: both;
    margin: 5px auto;
    padding-right: 15px;
    background: url(../img/common/ico_arrowR.png) right center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .arrowRtxt {
        background: url(../img/common/ico_arrowR2.png) right center no-repeat;
        -webkit-background-size: 10px 15px;
        background-size: 10px 15px;
    }
}
div,
li,
p {
-webkit-tap-highlight-color: rgba(0,0,0,0.50);}
/*-----------------------------------------------
clearfix
----------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
dl:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
/*-----------------------------------------------
汎用
----------------------------------------------- */
.photoL {
    float: left;
    clear: left;
}
.photoR {
    float: right;
    clear: right;
}
.clear {
    clear: both;
}
.inner {
    padding: 10px;
}
.intro {
    padding: 10px 5%;
    font-weight: bold;
}
.intro p {
    line-height: 1.3;
}
.hidden {
    display: none;
}
.end {
    border-bottom: none!important;
}
.top {
    margin-bottom: 8px!important;
}
.bg_head {
    background: #EEE;
}
.pb {
    padding-bottom: 0!important;
}
/*-----------------------------------------------
font
----------------------------------------------- */
h1,
h2,
h3,
h4,
h5 {
    font-size: 113%;
}
em {
    font-weight: bold;
}
.attention {
color: #CC0000; }
.mini {
    font-size: 11px;
font-weight:normal; }
.fb {
    font-size: 15px;
    font-weight: bold;
}
.fn {
    font-weight: normal;
}
.price {
    color: #2D2D2E;
    font-weight: bold;
}
.attentionSt {
    color: #CC0000;
    font-weight: bold;
}
/*-------------------------------------------------
レイアウト
----------------------------------------------- */
.frame_outer {
    overflow: hidden;
    width: 100%;
    background: #FFF;
}
#main-content {
    margin-bottom: 30px;
}
/*-----------------------------------------------
タイトル
----------------------------------------------- */
h2 {
	padding: 5px 0;
	font-weight: normal;
	text-align: center;
	font-size: 100%;
	background: #2D2D2E;
	color: #fff;
}
h2.title {
    border-bottom: 1px solid #CCC;
    font-size: 130%;
    clear: both;
}
/*ボタンで展開するタイトルバー*/
.title_box {
    color: #FFF;
    text-shadow: 0px -1px 1px rgba(0,0,0,0.3);
    line-height: 45px;
    padding: 0 10px;
    margin: 0 0 15px 0;
    background: #494e57;
    background: -moz-linear-gradient(center top, #6D7481 10%,#505765 80%,#494e57 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #6D7481),color-stop(0.8, #505765),color-stop(1, #494e57));
    border-top: #74828B solid 1px;
    border-bottom: #74828B solid 1px;
    vertical-align: middle;
    clear: both;
}
.title_box h2 {
    font-size: 20px;
    text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
    width: 85%;
    float: left;
    clear: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 45px;
    vertical-align: middle;
}
.title_box h3 {
    width: 85%;
    float: left;
    clear: left;
    font-size: 18px;
    text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
    vertical-align: middle;
}
/*サブタイトル*/
h3.subtitle {
    font-size: 18px;
    padding: 10px 5%;
    border-top: solid 1px #e9e9e9;
    border-bottom: solid 1px #e9e9e9;
    color: #2D2D2E;
    background: #f5f5f5;
    font-weight: normal;
    clear: both;
    line-height: 1.6;
}
/*ボタンで展開するサブタイトルバー*/
.title_box_sub {
    color: #FFF;
    line-height: 30px;
    padding: 0 10px;
    margin: 0 0 20px 0;
    background: #2185c5;
    vertical-align: middle;
    clear: both;
    position: relative;
}
.title_box_sub h2,
.title_box_sub h3 {
    font-size: 120%;
    width: 85%;
    border: none;
    float: left;
    clear: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
    vertical-align: middle;
    margin-bottom: 0;
    font-weight: normal;
}
.title_box_sub .b_expand {
    width: 22px;
    height: 21px;
    float: right;
    clear: right;
    position: absolute;
    top: -6px;
    right: 15px;
    z-index: 2;
    padding: 2px;
}
/*----------------------------------------------------
input/select
----------------------------------------------------*/
input {
    margin: 0;
    padding: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
input[type="text"] {
    margin: 5px 0;
}
input[type="number"] {
    padding: 5px 0;
    text-indent: 0;
}
input[type="number"]:first-child {
    margin-right: -2px;
}
input[type="radio"],
input[type="check"] {
    padding: 5px;
    line-height: 1.6;
    margin-right: 0.5em;
}
input[type="radio"]:checked{
	background: #333;
}
.text,
.textarea,
.dropdown {
    padding: 0.5em;
    margin: 0;
    border: #ccc solid 1px;
    background: #FFF;
}
.textarea {
    width: 97%;
    padding: 0.5em;
    margin: 0 0 10px 0;
}
.cartin_quantity,
.box_point {
    width: 2.5em;
}
.box_quantity {
    width: 3.5em;
}
.boxLong {
    width: 95%;
}
.boxMedium {
    width: 35%;
}
.boxShort {
    width: 22%;
}
.boxHarf {
    width: 50%;
}
select.boxLong {
    width: 100%;
}
select.boxMedium {
    width: 40%;
}
select.boxShort {
    width: 25%;
}
select.boxHarf {
    width: 46%;
}
select[name="Expire_month"] {
	margin-right: 5px;
}
select[name="Expire_year"] {
    margin: 0 5px 0 2px;
}
input[name="card_name1"],input[name="card_name2"] {
    margin: auto auto 5px 5px;
}
input[name="SecurityCode"] {
    margin-bottom: 5px;
}
/* プロフィール画像選択 */
ul#profile_image_list input[type="radio"] {
    display: none;
}
#profile_image_list input[type="radio"]:checked + label::after {
    display: none;
}
#profile_image_list input[type="radio"]:checked + label::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #2E2E2E;
    border-radius: 5px;
    top: 0;
    box-sizing: border-box;
}
#profile_image_list input[type="radio"] + label::before {
    display: none;
}
#profile_image_list input[type="radio"] + label {
    position: initial;
    padding-left: 0;
    margin-right: 0;
    width: 100%;
}

/* プロフィール画像リスト */
ul#profile_image_list {
    margin-top: 10px;
}
ul#profile_image_list li {
    float: left;
    width: 20%;
    position: relative;
}
ul#profile_image_list li img {
    width: 100%;
}
/*----------------------------------------------------
ボタン
----------------------------------------------------*/
/* 押下不可ボタン用 */
a.disable {
    opacity: 0.5;
    cursor: default;
    text-decoration: none !important;
}
/*----------------------------------------------------
スペース
----------------------------------------------------*/
.mt5 {
	margin-top: 5px;
}
.raku2-ml5 {
	margin-left: 5px;
}
.raku2-mb5 {
	margin-bottom: 5px;
}
.btn_inputzip.raku2-ml17 {
	margin-left: 17px;
}
/*----------------------------------------------------
header
----------------------------------------------------*/
.drawer-hamburger {
	padding: 13px .75rem 24px !important;
}

/* 改装中の上部メッセージ */
#close_message {
    position: absolute;
    display: block;
    width: 100%;
    letter-spacing: 2px;
    color: #ffffff;
    background: #009ee7;
    text-align: center;
}
div#close_message_blank {
    height: 22px;
}

/* デモ環境メッセージ */
.env_message {
    position: fixed;
    display: block;
    width: 100%;
    height: 22px;
    padding: 10px 0;
    top: 0;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #ffffff;
    background: #0083bf;
    z-index: 10000;
    text-align: center;
}

.env_message_blank {
    height: 42px;
}

.env_message p {
    display: inline;
    margin: 0 5px;
}

p.env_version_message {
    font-size: 10px;
    letter-spacing: 0;
}

#errorHeader {
    background: #0083bf;
    color: #fff;
    text-align: center;
}

/* ヘッダーロゴ
------------------------------------------------ */
header {
    width: 100%;
    background: #FFF;
    padding-top: 2%;
    margin-bottom: 5px;
    clear: both;
    min-height: 40px;
}
header #header_wrapper {
}
header #header_wrapper #header_inner_left {
    width: auto;
    margin-left: 3%;
    float: left;
    padding: 0;
}
header #header_wrapper #header_inner_left a {
    display: inline-block;
    margin: 0;
    padding: 0;
    cursor: pointer;
    vertical-align: middle;
}
header #header_wrapper #header_inner_left img {
	width: 112px;
	padding: 0;
	vertical-align: middle;
}
header #header_wrapper #site_description {
    margin: 2%;
    font-size: 11px;
    line-height: 1;
}
#logo_area_lp { /* LP → 購入フローの場合 */
	margin: 10px;
}

/* ヘッダーナビ
------------------------------------------------ */
header #header_inner_right {
    width: 30%;
    padding: 0 5px;
    float: right;
    text-align: right;
    margin-right: 3%;
    margin-top: 2px;
}
header #header_inner_right ul#header_nav {
    float: right;
}
header #header_inner_right ul#header_nav li {
    float: left;
    margin-left: 8px;
    font-size: 73%;
    text-align: center;
}
header #header_inner_right ul#header_nav li i {
    font-size: 30px;
    color: #2D2D2E;
}
header #header_inner_right ul#header_nav li.icon_cart {
	position: relative;
}
header #header_inner_right ul#header_nav li a,
header #header_inner_right ul#header_nav li a:visited {
    color: #2D2D2F;
}
header #header_inner_right ul#header_nav .quantity {
    position: absolute;
    top: 0;
    right: -5px;
    background: #e64c66;
    display: block;
    width: 15px;
    height: 11px;
    border-radius: 50px;
    color: #fff;
    font-size: 80%;
    font-weight: normal;
    line-height: 1;
    padding-top: 4px;
}

/* ログイン中の場合はユーザー情報を表示する
------------------------------------------------ */
header #header_wrapper #login_user_info {
    clear: both;
}
header #header_wrapper #login_user_info p {
    font-size: 80%;
    margin-top: 4px;
}
header #header_wrapper #login_user_info p a,
header #header_wrapper #login_user_info p a:visited {
    color: #2D2D2E;
    text-decoration: underline;
    display: inline;
}


.quantity,
.money {
    font-size: 14px;
    font-weight: bold;
}


.free_money_area {
    font-size: 11px;
}
.dl_item {
    margin-top: 5px;
}

/*index menu/トップページヘッダー3列ボタン*/
.top_menu {
    width: 100%;
    margin-bottom: 10px;
    background: #494E57;
    background: -moz-linear-gradient(center top, #6D7481 10%,#505765 80%,#494E57 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6D7481),color-stop(0.8, #505765),color-stop(1, #494E57));
}
.top_menu ul {
    width: auto;
    margin: 0 auto;
    clear: both;
}
.top_menu ul li {
    width: 33.33%;
    float: left;
    text-align: center;
    border-left: #747B83 solid 1px;
    box-sizing: border-box;
}
.top_menu ul li img {
    margin: 0 auto;
    display: block;
    clear: both;
}
.top_menu ul li a:link,
.top_menu ul li a:visited {
    color: #FFF;
    padding: 9px 0 8px 0;
    display: block;
    background: #494E57;
    background: -moz-linear-gradient(center top, #6D7481 10%,#505765 80%,#494E57 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6D7481),color-stop(0.8, #505765),color-stop(1, #494E57));
    -webkit-transition: background-color 0.5s ease-in;
    -moz-transition: background-color 0.5s ease-in;
}
.top_menu ul li a:hover {
    color: #FFF;
    background: #5393C5;
    background: -moz-linear-gradient(center top, #5393C5 10%,#80B6E2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5393C5),color-stop(1, #80B6E2));
    text-decoration: none;
}
.top_menu li:first-child {
    border-left: none;
}
.top_menu li:last-child {
    border-right: none;
}
/*-------------------------------------------------
メイン
----------------------------------------------- */
#newitem_area,
#top-banner_area,
#ranking_area {
    margin-bottom: 30px;
}
#top-banner_area img{
    margin-bottom: 10px;
}

/*-------------------------------------------------
footer
----------------------------------------------- */
footer {
}
footer #pagetop a,
footer #pagetop a:hover  {
    text-align: center;
    background: #2D2D2E;
    color: #fff;
    line-height: 1.3;
    padding: 5px 0;
    display: block;
}
footer #footer_nav_user {
    padding: 4%;
}
footer #footer_nav_user p.user_name {
	margin-bottom: 5px;
}
footer #footer_nav_user ul {
    border: solid 1px #e9e9e9;
    border-bottom-width: 2px;
}
footer #footer_nav_user ul li a {
    padding: 3% 6%;
    border-bottom: solid 1px #e9e9e9;
    display: block;
}
footer #footer_nav_user ul li a i {
    color: #2D2D2E;
    margin-right: 10px;
}
footer ul#footer_nav {
    background: #f5f5f5;
    border-top: solid 1px #e9e9e9;
}
footer ul#footer_nav li a {
    padding: 3% 6%;
    border-bottom: solid 1px #e9e9e9;
    display: block;
    color: #2D2D2E;
}
footer ul#footer_nav li i {
    margin-right: 10px;
}
footer p.copyright {
    text-align: center;
    padding: 20px 5px 5px;
}

/*-------------------------------------------------
検索バー
----------------------------------------------- */
#search_area {
    padding: 10px 4%;
    background: #E7E8E9;
    clear: both;
    text-align: center;
    overflow: hidden;
}
#search_area input#search {
    width: 92%;
    border-radius: 50px;
    border: solid 1px #bcbcbc;
    padding: 2% 3%;
    float: left;
    margin-left: 3%;
}
#search_area i.fa.fa-search {
    font-size: 120%;
    color: #2D2D2E;
    display: block;
    float: left;
    margin-top: 9px;
}

/*-------------------------------------------------
loader（jquery-mobile廃止に伴い追加）
----------------------------------------------- */
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(192,192,192, 0.2);
  border-right: 1.1em solid rgba(192,192,192, 0.2);
  border-bottom: 1.1em solid rgba(192,192,192, 0.2);
  border-left: 1.1em solid #c0c0c0;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}

/*-----------------------------------------------
バナー管理
----------------------------------------------- */
img.widget_banner_image {
    width: 100%;
}

/*-----------------------------------------------
reCAPTCHA
----------------------------------------------- */
.recaptcha_center {
	margin-right:auto;
	margin-left:auto;
	text-align: center;
	width:300px;
}

input.disabled {
	opacity: 0.5;
}

/* 行揃え
----------------------------------------------- */
.alignC {
    text-align: center;
}
.alignR {
    text-align: right;
}
.alignL {
    text-align: left;
}

/* 加盟店入力
----------------------------------------------- */
#entry_input_staff,
#entry_input_member dd {
	border: none;
}

.member_control_fp {
	padding: 15px 5% 0;
}

/* 開閉ボタン
----------------------------------------------- */
h3.btn-box.active::before{
	content:"\f146";
	font-family: FontAwesome;
	margin-right: 5px;
	color: #333;
}
h3.btn-box::before{
	content:"\f0fe";
	font-family: FontAwesome;
	margin-right: 5px;
	color: #333;
}

.raku2-mr5 {
	margin-right: 5px;
}

.raku2_break_word {
	overflow-wrap: break-word;
	word-break: break-all;
}

.raku2_breadcrumbs li{
  display: inline-block;
}

.raku2_breadcrumbs li::after{
  content: '>';
  padding: 0 10px; /*左右に余白*/
}

.raku2_breadcrumbs li:last-child::after{
  display: none;
}

