@charset "utf-8";
/* CSS Document */
/********************************************************************/
/* HTMLタグ要素 */
/********************************************************************/
body {
font-family:'Roboto','Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
padding: 0px;
margin: 0x;
background-color: #FFFFFF;
}
p{
padding-top: 0px;
padding-right: 8px;
padding-bottom: 0px;
padding-left: 8px;
}
A,
A:link,
A:visited,
A:hover,
A:active {
color: #065FD4; /**#0088CC**/
text-decoration: none;
font-weight: normal; /**bold**/
outline: none;
}
.use_hover A:hover {
color: #0059B3;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: bold;
margin-bottom: 5px;
}
h1 {
font-size: 120%; /**161.6%;**/
}
h2 {
font-size: 120% /**146.5%;**/
}
h3 {
font-size: 108%;
}
h4 {
font-size: 104%;
}
h5 {
font-size: 104%;
}
h6 {
font-size: 104%;
}
/********************************************************************/
/* 大外 */
/********************************************************************/
#container {
font-size: 13px;
max-width: 1200px;
}
/********************************************************************/
/* トップページコンテンツ間余白 */
/********************************************************************/
.main_box,
.side_box {
margin-bottom: 5px;
padding: 0px 5px 0px 5px;
}
/********************************************************************/
/* キャッチフレーズ欄 */
/********************************************************************/
/* キャッチフレーズ */
.copy {
color: #ffffff;
font-size: 10px;
float: left;
}
/***追記 copy表示***/
#header .copy {
position: absolute;
margin-top: -16px;
padding-left: 5px;
}
/********************************************************************/
/* ヘッダー */
/********************************************************************/
#header {
position: relative;
border-top: 20px solid #004999; /**004999;**/
background-color: #000000;
height :70px;/*70 copy20px表示のため*/
}
/********************************************************************/
/* ショップ名 */
/********************************************************************/
/* ショップ名ロゴ */
.shoplogo {
padding: 0px; /**5**/
}
.shoplogo img{
width: 140px;
}
.use_hover .shoplogo A:hover img {
opacity: 0.8;
}
/* ショップ名テキスト */
.shoptext {
padding: 5px 0px;
min-height: 40px;
margin-right: auto;
}
.shoptext A {
font-size: 116%; /**116**/
margin: 0px;
}
/********************************************************************/
/* 文字サイズ */
/********************************************************************/
.font_setting {
padding: 5px 5px 10px;
text-align: center;
color: #000000;
}
.header_font_setting .set_font_title {
color: #ffffff;
}
/* 文字サイズ画像 */
.set_font_normal,
.set_font_large {
width: 45px;/*45*/
height: 30px;/*30*/
background-repeat: no-repeat;
background-position: left top;
-webkit-background-size: 45px 60px;
background-size: 45px 60px;
}
/* 普通画像 */
.set_font_normal {
background-image: url(img/font_default.gif);
}
/* 大画像 */
.set_font_large {
margin-left: 5px;
background-image: url(img/font_large.gif);
}
/* 文字サイズ画像マウスオーバー、選択中 */
.use_hover .font_setting .set_font_normal:hover,
.use_hover .font_setting .set_font_large:hover,
.font_setting .nav_on {
background-position: left bottom;
}
/********************************************************************/
/* ヘッダーナビ */
/********************************************************************/
/* 各ナビゲーション */
.inner_header_nav .nav_btn {
background-color: #000000; /**#000000**/
color: #ffffff;/**#FFFFFF**/
border-radius: 0px;
padding: 0px;
height: 40px;/**ナビ高さ40**/
width: 40px!important;
}
.use_hover .inner_header_nav .nav_btn:hover {
background-color: #0166FF; /**0166FF;**/
color: #ffffff;
}
.header_nav ul {
margin-left: 0px;
margin-top: 0px; /**0 catchのため**/
}
.header_nav li {
margin-left: 0px;
margin-top: 20px; /**20**/
}
.header_nav li span {
display: none;
}
.header_nav_item .fa {
padding-top: 0px; /*0*/
margin-top: -10px;/**-10**/
}
/*************************************************************/
/* 検索 */
/*************************************************************/
.search_bar .search {
background-color: #ffffff;
margin-right: 0px;
}
.search form_data {
/* margin-top: -5px; */
width: 100%;
height: 40px !important;
transform: translate(-50%,50%);
background: #fafafa;
border-radius: 0px;
padding: 10px;/*10*/
border-color: #d3d3d3 !important;
padding-right: -110px; /*-100px;*/
}
.search {
display: none;
}
/*************************************************************/
/* グローバルナビゲーション */
/*************************************************************/
.global_nav {
background-image: url(img/topnavi_bg.gif);
background-repeat: repeat-x;
background-position: left bottom;
background-color: #FFFFFF;
border-top: 1px solid #E0DFE3;
}
/* 各ナビゲーション */
.inner_global_nav .nav_btn {
background-image: url(img/topnavi_bg.gif);
background-repeat: repeat-x;
background-position: left bottom;
background-color: #ffffff;
border-right: 1px solid #E0DFE3;
color: #000000;
font-weight: normal;
text-align: center;
}
.use_hover .inner_global_nav .nav_btn:hover {
background-image: none;
background-color: #F5F5F5;
color: #000000;
}
.global_nav_item:first-child .nav_btn {
border-left: 1px solid #E0DFE3;
}
/********************************************************************/
/* 開閉ナビゲーション */
/********************************************************************/
.inner_popup_nav_area,
.inner_popup_menu_area {
background-color: #F5F5F5;
color: #000000;
}
/* 各ナビゲーション */
.inner_popup_nav .nav_btn {
background-color: #336889;
border-top: 1px solid #000000;
font-weight: normal;
color: #ffffff;
margin: 0px 6px 0px 6px;
}
.use_hover .inner_popup_nav .nav_btn:hover {
background-color: #185C87; /**#E0E0E0;**/
color: #eeeeee; /**333333;**/
}
/* 開閉ナビゲーション閉じるボタン */
.nav_close_box .nav_close {
background-color: #222222;
}
.use_hover .nav_close_box .nav_close:hover {
background-color: #333333;
}
/********************************************************************/
/* メインナビゲーション */
/********************************************************************/
/* 各ナビゲーション */
.inner_side_nav .nav_btn,
.inner_main_nav .nav_btn {
background-color: #ffffff; /**#9F3B42**/
border: 1px solid #ffffff; /** #555555**/
color: #000000; /**ffffff0;**/
margin: 0px 0px 1px 0px;
}
.use_hover .inner_side_nav .nav_btn:hover ,
.use_hover .inner_main_nav .nav_btn:hover {
background-color: #eeeeee; /* #833638;*/
opacity: 0.7;
color: #000000;
}
/***追記 スライドメニュー BOX内文字大きさ**/
/**メニュー文字14から小さく**/
.inner_side_container a {
font-size: 13px!important;
}
.inner_side_container h2 {
font-size: 14px;
background: #ffffff!important;
color: #ffffff;
.title_text::first-letter {
color: #1a66ff!important;
}
}
.inner_side_nav a {
font-size: 13px!important;
}
/**************************/
/* フリーページナビゲーション背景 */
.freepage_nav .inner_freepage_nav .nav_btn {
background-color: #ffffff; /**FFFFFF;**/
border: 1px solid #000000; /**#E9E9E9;**/
margin: 0px 0px 1px 0px;
}
.use_hover .freepage_nav .inner_freepage_nav .nav_btn:hover {
background-color: #eeeeee;
opacity: 0.7;
}
/********************************************************************/
/* カテゴリ、特集ナビゲーション */
/********************************************************************/
.itemlist_nav {
margin-top: 0px; /**15px;**/
}
/* 各ナビゲーション */
.inner_itemlist_nav .nav_btn {
background-color: #336889; /**#336889;**/
border-bottom: 1px solid #185C87; /**border-bottom#185C87;**/
font-weight: normal;
color: #ffffff; /**#000000;**/
margin: 0px 0px 1px 0px;
}
.use_hover .inner_itemlist_nav .nav_btn:hover {
background-color: #185C87; /**#185C87;**/
color: #ffffff; /**#000000;**/
margin: 0px 0px 1px 0px;
}
/********************************************************************/
/* サイドメニュー */
/********************************************************************/
/* サイドメニュー枠 */
.open_side_col side_container {
background-color: #000000; /**000000; **/
}
/* サイドカテゴリ一覧 */
.side_itemlist_nav {
padding: 0px 0px 1px 0px;
}
/* サブカテゴリ 第二階層 */
.side_itemlist_nav .sub_menu_link {
padding: 10px 24px 10px 10px;
}
/* サブカテゴリ 第二階層 マウスオーバー 追記*/
.use_hover .side_itemlist_nav .sub_menu_link:hover {
background-color: #175B66;
color: #ffffff;
}
/* サブカテゴリ背景 */
.side_itemlist_nav .sub_menu_link {
background-color: #175B66; /**47838;**/
border-top: none;
border-left: 1px solid #175B66; /**#175B66;**/
border-right: 1px solid #175B66; /**#D9D9D9;**/
border-bottom: 1px solid #175B66; /**#D9D9D9;**/
margin: 0px 5px 1px 0px !important;
}
/* マウスオーバー */
.use_hover .side_itemlist_nav .side_itemlist_nav_link:hover {
background-color: #E9E9E9;
color: #000000;
}
/********************************************************************/
/* フッターナビゲーション */
/********************************************************************/
.footer_nav {
background-color: #000000;
}
/* 各ナビゲーション */
.footer_nav_item {
color: #FFFFFF;
}
.footer_nav_item .nav_btn {
border-bottom: 1px dotted #666666;
color: #FFFFFF;
}
.use_hover .footer_nav_item .nav_btn:hover {
background-color: #222222;
color: #FFFFFF;
}
/********************************************************************/
/* タイトル */
/********************************************************************/
/* タイトル */
/**.category_nav_box h2,
.pickupcategory_nav_box h2,**/
.main_box h2 {
font-family: 'Noto Sans Japanese', sans-serif;
padding-right: 0!important;
background-image: url(image/main_h2_bg.png);
background-repeat: no-repeat;
background-position: bottom;
background-size: 100 100;
padding: 40px 10px 35px 20px;
font-size: 16px; /**1.0em;**/
text-align: center;!important;
color: #000000;
font-weight: normal;
line-height: 1.8em;
}
.main_box h2 span{
display: block;
font-size: 16px;
}
/* メインカラムコンテンツ */
.main_contents {
width: auto;
}
.category_nav_box h2,
.pickupcategory_nav_box h2,
.side_section diarycategory h2,
.side_box h2 {
/** border-bottom: 1px solid #333333;**/
/* padding: 20px;
color: #000000;*/
font-weight: normal;
line-height: 1.8em;
padding: 0px 0px 0px 10px;
background-color: #ffffff; /**ffffff;**/
color: #000000;
}
.side_box h2 span {
color: #000000!important;
}
/********************************************************************/
/* 第二階層タイトル */
/********************************************************************/
/* 第二階層各ページタイトル */
.shoppingcart_page_body .page_box .page_title h2 {
margin-bottom: 1px;
}
/* ページタイトル */
.page_box .page_title h1,
.page_box .page_title h2,
.page_box .recently .section_title h2,
.page_box .use_emphasis_title .section_title h2 {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 0px;
padding-right: 0px;
margin-top: 10px;/**10**/
margin-bottom: 10px;/**25**/
margin-left: 10px;
margin-right: 10px;
color: #000;
border-bottom: solid 1px #3F51B5;
}
/**
.page_box h1::after {
position: absolute;
content: '';
display: block;
left: 0;
bottom: -.125em ;
border-bottom: 1px solid #F44336;
width: 30%;
height: 100%;
}
**/
.page_box h1::after,
.page_box h2::after {
position: absolute;
content: '';
display: block;
left: 0;
bottom: -.125em ;
border-bottom: 1px solid #E0DFE3;
height: 100%;
}
/********************************************************************/
/* 第二階層サブタイトル */
/********************************************************************/
/* 各ページサブタイトル item_box 追記*/
/*****
.item_box .section_title h2,
.page_box .section_title h2,
.page_box .section_title h3{
margin: 10px auto;
width: 90%;
padding:20px 10px 20px 10px;
color: #000000;
line-height:110%;
text-align: center!important;
border-top:solid #b33e5c 0px;
border-bottom:solid #b33e5c 1px;
font-weight: normal;
font-size: 16px;
}
*******/
.page_box #cart_preview .section_title h3 {
margin-bottom: 10px;
}
.page_box .help_contents .section_title h4 {
margin-top: 10px;
}
.page_box .section_title h4 {
border-bottom: 1px solid #E0DFE3;
padding: 10px 5px;
}
.page_box .page_contents .search_result_title h3 {
margin-top: 10px;
}
/********************************************************************/
/* 第二階層小項目タイトル */
/********************************************************************/
.contents_title {
/**border-left: 5px solid #CCCCCC;**/
border-bottom: 1px solid #CCCCCC;
padding: 8px;
font-weight: normal;
font-size: 100%;/*100*/
width: 250px;
color: #000000;
}
.rules_title {
font-weight: bold;
}
/********************************************************************/
/* フォームタイトル */
/********************************************************************/
.form_title {
border-left: 5px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
padding: 8px;
font-weight: normal;
font-size: 104%;
color: #000000;
}
.form_inner_title {
border-bottom: 1px solid #CCCCCC;
font-weight: bold;
color: #000000;
}
/********************************************************************/
/* タイトル文字サイズ */
/********************************************************************/
.page_title h1,
.page_title h2,
.section_title h1,
.section_title h2 {
margin: 0px;
font-size: 123.1%: /**123.1%;**/
font-weight: normal;
back-ground:
}
.page_title h3,
.section_title h3 {
margin: 0px;
font-size: 110%;
font-weight: normal;
}
.page_title h4,
.page_title h5,
.page_title h6,
.section_title h4,
.section_title h5,
.section_title h6 {
margin: 5px;
font-size: 104%;
font-weight: bold;
}
h3#midashi{
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
border-left:#0000ff 3px solid;
margin-left: 0px;
margin-top: 5px;
margin-bottom: 20px; /**消去前 10px**/
font-size: 104%;
font-weight: bold;
color:#000000;
}
h3#midashi span{
display:block;
font-size: 94%;
font-weight: normal;
color:#333333;
}
h3#midashis{
padding:0 0 0 10px;
border-left:#FF0000 10px solid;
font-size: 104%;
font-weight: bold;
color:#333333;
}
h3#midashis span{
display:block;
font-size: 100%;
color:#333333;
}
h2#sand {
position: relative;
background: #f1f8ff;
padding: 0.7em 0.7em;
border-left: solid 2em #5c9ee7;
margin-left: 5px;
margin-top: 10px;
margin-bottom: 10px;
}
h2#review {
TEXT-ALIGN: left; LINE-HEIGHT: 2.4em; PADDING-BOTTOM: 4px; padding-top: 5px; MARGIN: -5px -5px 0px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; BACKGROUND: #003366; COLOR: #ffffff; font-size: 14px;
}
h3#bbox {
color: #364e96;/*文字色*/
border: solid 2px #364e96;/*線色*/
padding: 0.5em;/*文字周りの余白*/
border-radius: 0.5em;/*角丸*/
margin-left:0px;
margin-right: 460px;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 20px;
}
h4{
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 0px;
border-left:#d9dade 5px solid; /**#ac143c**/
font-size: 108%;
font-weight: bold;
color:#333333;
}
h5{
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
border-left:#C0CDDC 3px solid;
font-size: 108%;
font-weight: normal;
color:#333333;
}
h5 span{
display:block;
font-size: 100%;
color:#333333;
}
h6{
margin-left: 10px;
margin-right: 10px;
color: #303030;
border-left: solid 3px #C0CDDC;
border-bottom: solid 1px #d9d9d9; /** #dadada;下に灰色線*/
margin-bottom: 20px;
line-height: 1.2;
padding: 0.6em;
list-style-type: none!important;/*ポチ消す*/
font-weight: bold;
font-size: 104%;
}
h5.block{
TEXT-ALIGN: left;
PADDING-BOTTOM: 4px;
MARGIN: 0px 0px 5px;
PAADDING-LEFT: 20px;
BACKGROUND: #4d7eba;
COLOR: #fff;
PADDING-TOP: 5px;
font-size: 104%;
font-weight: normal;
}
h6 span{
display:block;
font-size: 100%;
color:#848484;
}
/********************************************************************/
/* メインコンテンツ */
/********************************************************************/
/********************************************************************/
/* 一覧
・写真のみ表示
・説明付き表示
・商品一覧ページ(写真のみ、説明付き)
・最新情報、店長日記
・ソート
*/
/********************************************************************/
/*--------------------------------------*/
/* 写真のみ表示 */
/*--------------------------------------*/
/* サムネイル写真 */
.layout_photo .list_item_photo {
padding: 5px 0;
text-align: center;
}
/* 一覧枠 */
.layout_photo .list_item_data {
padding: 5px 1px;
}
/* もっと見る */
.more_item {
padding: 10px 5px 0px 5px;
border-top: 1px solid #E9E9E9;
text-align: right;
}
.more_item .general_btn {
padding: 5px;
font-size: 85%;
font-weight: normal;
}
/* 写真のみ文字サイズ */
.layout_photo .item_data_link {
font-size: 85%;
}
.layout_photo .col2 .item_data_link {
font-size: 93%;
}
/*--------------------------------------*/
/* 説明付き */
/*--------------------------------------*/
/* リンク */
.layout_column_text .list_item_box,
.layout_text .not_link {
border-bottom: 1px solid #E0DFE3;
}
.list_item_data p.item_desc {
color: #000000;
}
/*--------------------------------------*/
/* 商品一覧 */
/*--------------------------------------*/
/* 商品、記事一覧マウスオーバー */
.use_hover .item_list .item_data_link:hover,
.use_hover .item_list .list_item_link:hover {
opacity: 0.7;
}
/* 商品名 */
.item_name {
font-weight: bold;
}
.list_item_data p.item_name {
margin-bottom: 3px;
}
/* 販売価格 */
.price {
padding: 2px 0px;
color: #000000;
font-weight: bold;
}
.price .selling_price,
.price .regular_price {
padding: 2px 0px;
}
/* 通常販売価格 */
.price .regular_price {
color: #000000;
font-weight: normal;
display: block;
}
.item_box .text_layout .regular_price {
display: inline;
}
/* 希望小売価格、税込価格 */
.item_box .retail_price,
.item_box .tax_incl_price {
color: #666666;
font-weight: normal;
word-break: normal;
}
/* 在庫あり */
.stock {
color: #AF011C; /**#555555;**/
font-size: 12px;/*93*/
}
/* 在庫僅か */p
.lowstock {
color: #990000;
}
/* 在庫なし */
.soldout,
.variation_stock_list .data_table .soldout {
color: #AF011C;
}
/* レビュー件数 */
.item_info .review_number {
color: #000000;
}
/* 商品一覧ランキングNo. */
.rankno {
color: #FFFFFF;
background-color: #0066FF;
}
.item_data .rankno1 {
background-color: #E3007E;
}
/*--------------------------------------*/
/* 記事一覧 */
/*--------------------------------------*/
/* タイトル */
.list_subject {
padding: 5px 0px;
}
/* 日付 */
.date {
color: #000000;
font-size: 93%;
font-weight: normal;
}
/*--------------------------------------*/
/* ソート */
/*--------------------------------------*/
.sort {
border-bottom: 1px solid #E0DFE3;
}
.sort_toggle .toggle_open {
padding: 7px;
background-color: #F5F5F5;
border: 1px solid #E0DFE3;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom: none;
}
.sort_toggle .toggle_open:hover {
background-color: #F9F9F9;
}
/* ソート項目枠 */
.sort_item {
padding: 10px;
border-left: 1px solid #E0DFE3;
border-right: 1px solid #E0DFE3;
border-bottom: 1px solid #E0DFE3;
background-color: #FFFFFF;
}
.sort_box {
padding: 5px;
margin: 3px;
border-bottom: 1px solid #E0DFE3;
}
.sort_item .global_btn {
padding: 5px;
text-align: center;
}
/* 件数 */
.item_count {
font-size: 93%;
}
/* 店長日記 日付非表示 */
.pdiary_contents .date,
.pdiary .article_date {
display: none;
}
/********************************************************************/
/* スライド */
/********************************************************************/
/* スライド送りボタン */
.slider_box .swiper-pagination-bullet,
.swipe_list .pointer span {
display: inline-block;
width: 8px;
height: 8px;
border: 1px solid #E0DFE3;
border-radius: 50%;
cursor: pointer;
}
/* 現スライド */
.slider_box .swiper-pagination-bullet-active,
.swipe_list .pointer span.current {
background-color: #0066FF;
border: 1px solid #0066FF; /**1px solid #0066FF**/
}
#photo .slider_box .swiper-pagination-bullet,
#photo .swipe_list .pointer span,
#photo .slider_box .swiper-pagination-bullet-active,
#photo .swipe_list .pointer span.current {
border: none;
}
/* 前へ、次へアイコン */
.swipe_list .pointer_box span.pointer_prev,
.swipe_list .pointer_box span.pointer_next,
.swiper-button-prev,
.swiper-button-next {
width: 25px;
height: 25px;
background-color: #F5F5F5;
border: 1px solid #E0DFE3;
border-radius: 50%;
display: inline-block;
cursor: pointer;
}
.use_hover .swiper-button-prev:hover,
.use_hover .swiper-button-next:hover {
background-color: #E9E9E9;
}
.use_hover .slider_box .swiper-button-disabled:hover {
background-color: #F5F5F5;
}
/* 前へアイコン画像 */
.swipe_list .pointer_box span.pointer_prev,
.swiper-button-prev {
background-image: url(img/icon_prev.gif);
-webkit-background-size: 25px 25px;
background-size: 25px 25px;
}
/* 次へアイコン画像 */
.swipe_list .pointer_box span.pointer_next,
.swiper-button-next {
background-image: url(img/icon_next.gif);
-webkit-background-size: 25px 25px;
background-size: 25px 25px;
}
/**追記**/
#photo {
margin-top: 35px;
margin-bottom: -10px;
}
/********************************************************************/
/* 第二階層 */
/********************************************************************/
.page_box {
color: #000000;
}
/* 共通説明 */
.page_desc {
padding: 10px;
}
/* 共通ボックス */
.global_info {
background-color: #FFFFEE;
border: 1px solid #E0DFE3;
padding: 10px;
}
/********************************************************************/
/* 商品詳細 */
/********************************************************************/
/* 商品情報 各ブロック */
.detail_section {
border-bottom: 1px dotted #000000;
}
/* 商品情報 商品名 */
.detail_item_data h1,
.detail_item_data .item_name {
font-size: 110%;/*120*/
font-weight: bold;
margin-bottom: 5px; /**10**/
}
/* 商品詳細 価格エリアdivタグ間余白 */
.detail_item_data .section_box {
margin-bottom: 5px; /**10**/
}
/* 商品詳細 価格エリア項目間余白 */
.detail_item_data .section_box p {
margin-bottom: 5px; /**5**/
}
/* 商品詳細 販売価格 */
.detail_item_data .selling_price {
font-size: 110%;
word-break: normal;
}
/* 商品詳細 販売価格金額 */
.detail_item_data .selling_price .figure {
font-weight: bold;
}
/* 商品詳細 通常販売価格 */
.detail_item_data .regular_price {
font-size: 85%;
}
/* 商品詳細 希望小売価格、税込価格 */
.detail_item_data .retail_price,
.detail_item_data .tax_incl_price {
font-weight: normal;
}
/* 商品詳細 販売価格ラベル */
.detail_item_data .selling_price {
font-weight: normal;
}
/* 商品詳細 在庫 */
.detail_item_data .stock {
font-size: 100%; /**108%**/
font-weight: normal;/**bold**/
}
/* 商品情報 商品説明 */
.item_desc {
margin: 0px;
}
/* 価格変動注意書き */
.price_desc {
font-size: 77%;
}
/* 商品仕様 */
.detail_spec_data {
margin: 0px;
}
/* 他の写真枠 */
.other_item_data {
margin: 0px;
}
.other_item_data .global_photo {
text-align: center;
}
/* 他の写真説明 */
.other_photo_desc {
margin: 0px;
}
/* ソーシャルツール */
.social_tool {
padding-bottom: 5px;
}
/* バリエーション在庫表 */
.variation_stock_list {
margin-bottom: 5px;
}
/* バリエーション、オーダーメイド項目間余白 */
.variation_item,
.order_item {
padding-top: 5px;
padding-bottom: 5px;
}
/* オーダーメイド項目 */
.order_item {
border-bottom: 1px dotted #CCCCCC;
}
.ordermade .bottompos {
border-bottom: none;
}
/* 在庫数のラベルなし */
.hidden_stock .stocklist_data {
text-align: center;
}
/* バリエーション在庫選択中背景 */
.variation_stock_list .data_table .selected_item {
background-color: #E0F0F8;
color: #006DD9;
}
.variation_stock_list .data_table .selected_data {
background-color: #E0F0F8;
}
/*--------------------------------------*/
/* バリエーション選択のポップアップ */
/* ポップアップ枠 */
.popup_variation,
.popup_area {
background-color: #FFFFFF;
border: 1p solid #E0DFE3;
}
.popup_variation_selection,
.popup_section {
border-bottom: 1px solid #E0DFE3;
}
/* バリエーション項目ボタン */
.popup_variation_button,
.item_selection_button {
background-color: #F5F5F5;
border: 2px solid #CCCCCC;
}
/* 選択中 */
.selected_option .popup_variation_button,
.selected_option .item_selection_button {
background-color: #E0F0F8;
border: 2px solid #0066CC;
color: #0066CC;
}
/* 変更、選択してくださいボタン */
.popup_variation_edit_button,
.popup_variation_select_button,
.item_select_operation_button {
background-image: url(img/btn_main.gif);
background-repeat: repeat-x;
background-position: left bottom;
background-color: #94929D;
color: #FFFFFF;
}
.popup_variation_value,
.variation_selection_value,
.item_selection_value {
color: #0066CC;
}
/* 選択済み枠 */
.variation_selection_box .validation_selection_selected_all,
.use_hover .variation_selection_box .validation_selection_selected_all:hover {
background-color: #E0F0F8;
border: 2px solid #E0DFE3;
color: #000000;
}
.validation_selection_selected_all .variation_selection_msg_text {
background-image: url(img/btn_main.gif);
background-repeat: repeat-x;
background-position: left bottom;
background-color: #94929D;
color: #FFFFFF;
}
/*--------------------------------------*/
/* サムネイル写真 */
.thumbnail {
margin-top: 5px;
}
/* サムネイル写真 */
.thumbnail .thumbnail_btn {
border: 2px solid #FFFFFF;
}
.thumbnail .current .thumbnail_btn {
border: 2px solid #CC0000;
}
/* サムネイル写真枠サイズ */
.thumbnail_listbox {
width: 60px;
}
/*************************************************************/
/* レビュー */
/*************************************************************/
.large_rating_icon .rating_point {
font-size: 153.9%;
}
.medium_rating_icon .rating_point {
font-size: 123.1%;
}
/* 星ポイント */
.rating_point {
margin-left: 10px;
color: #EF9D35;
}
/* レビュー数 */
.review_number {
margin-left: 10px;
}
/* グラフ */
.bar_graph {
background-color: #EF9D35;
}
/* 年代 */
.rating_age {
font-size: 93%;
}
/* 分析レポート内レビュー数 */
.rating_number A {
font-size: 93%;
}
/* レビュー一覧 */
.review_data {
border-bottom: 1px dotted #000000;
}
.mypagereview_contents .review_data {
border-bottom: none;
}
/* レビュータイトル */
.review_title {
font-size: 105%; /**123.9%;**/
font-weight: bold;
}
.itemdetail .review_data .review_title,
.mypagereview_contents .review_data .review_title {
font-size: 105%;
}
/* 登録日 */
.review_postdate {
background-image: url(img/h2_bg.gif);
background-repeat: repeat-x;
background-position: left bottom;
background-color: #444444;
color: #FFFFFF;
}
/* メモ */
.review_note {
border-top: 1px solid #E0DFE3;
border-bottom: 1px solid #E0DFE3;
}
.detail_page_body .review_note {
border-top: 1px solid #E0DFE3;
border-bottom: none;
}
/* ショップオーナー返信 */
.owner_note {
border-bottom: 1px solid #E0DFE3;
}
/* ショップオーナーヘッダー */
.owner_header {
font-size: 93%;
color: #0088CC;
}
/* ショップオーナー登録日 */
.owner_postdate {
display: inline-block;
margin-left: 5px;
}
/* 参考質問数字 */
.user_number {
font-size: 123.9%;
font-weight: bold;
color: #EF9D35;
}
/* 参考質問ボタン */
.review_vote_btn {
display: block;
margin-top: 5px;
}
/* 商品一覧レビュー数 */
.itemlist .review_number {
font-size: 85%;
margin-left: 5px;
}
/* 商品詳細レビュー数 */
.review_list .review_number {
font-size: 93%;
}
/* 商品詳細ヘッダー */
.detail_review_header {
padding-top: 10px;
}
/* 商品詳細、マイページレビュー管理ボタン */
.review_admin .global_btn {
border-top: 1px solid #E0DFE3;
text-align: center;
}
.detail_review_header .global_btn {
text-align: center;
}
/********************************************************************/
/* ログイン */
/********************************************************************/
/* ID、PW枠 */
.signin_box .id_box,
.signin_box .pass_box {
margin: 0px 15px 0px 15px; /*0px*/
}
/* ID、PWタイトル */
.signin_box .id_title,
.signin_box .pass_title {
margin-bottom: 10px;
border-bottom: 1px solid #E0DFE3;
font-size: 116%;
font-weight: bold;
}
.signin_box .password .global_link {
font-size: 85%;
}
/* 新規登録枠 */
#register_form {
padding-top: 20px;
border-top: 1px solid #E0DFE3;
}
/********************************************************************/
/* カート */
/********************************************************************/
/* カートの中身各枠 */
.inner_cart_data {
margin-bottom: 10px;
border: 1px solid #E0DFE3;
background-color: #FFFFFF;
border-radius: 5px;
}
/* 各項目枠 */
.cart_section {
border-top: 1px solid #E0DFE3;
}
/* 区切り線 */
.top_separator {
border-top: 1px solid #E0DFE3;
}
.bottom_separator {
border-bottom: 1px solid #E0DFE3;
}
/* 各項目ラベル */
.cart_label {
font-weight: normal;
}
/* ボタン中央寄せ */
.cart_inner_btn {
text-align: center;
}
/* 小計、送料 */
.cart_sub_total_price,
.cart_shipping_charge {
text-align: right;
}
/* 合計 */
.cart_footer {
text-align: right;
}
.grand_total {
display: inline-block;
border-bottom: 2px solid #D6D6D6;
margin-bottom: 5px;
}
.grandtotal_price {
font-size: 153.9%;
color: #990000;
}
/* 買い物を続ける */
.continue_shopping {
text-align: right;
border-top: 1px solid #E0DFE3;
border-bottom: 1px solid #E0DFE3;
}
/* 送り主、お届け先追加変更ボタン */
.cart_recipient .global_btn {
text-align: center;
}
/* お届け先名 */
.cart_recipient_title {
border-left: 5px solid #0088CC;
font-weight: bold;
}
/* ラジオボタン選択の強調表示 */
.checked_row {
background-color: #FFFFCC;
}
.form_area .checked_row > .form_title,
.form_inner_area .checked_row > .form_inner_title {
color: #CC0000;
}
/* リピータ向け決済機能用 */
.inner_global_info {
background-color: #FFFFFF;
border: 1px solid #E0DFE3;
}
/* クーポン/ポイント枠 */
.toggle_box .cart_point,
.toggle_box .box_padding,
.toggle_box .cart_point_notice {
margin: 1px;
}
/* クーポン/ポイント変更時の金額を更新ボタン欄、強調表示背景 */
.notice_box .form_btn_spad {
background-color: #FFFFCC;
}
/*************************************************************/
/* ステップ表 */
/*************************************************************/
.step_list {
margin: 10px 0px;
padding: 0px;
}
/* ステップ表 各枠背景 */
.step_data {
background-color: #F5F5F5;
border-bottom: 1px solid #F1F1F1;
border-right: 1px solid #FFFFFF;
text-align: center;
}
/* ステップ表 右端 */
.step_list .posright .step_data {
border-right: none;
}
/* ステップ表 各枠 現ページ */
.step_check .step_data {
background-color: #E3007E;
}
/* ステップ表 文字 */
.step_data span {
color: #666666;
}
/* ステップ表 ステップ数 */
.step_data .step_number {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
/* ステップ表 現ページ文字 */
.step_check .step_data span {
color: #FFFFFF;
}
/********************************************************************/
/* 最新情報、店長日記 */
/********************************************************************/
/* 日付 */
.article_date {
border-bottom: 1px solid #E0DFE3;
margin-bottom: 10px;
}
.format {
font-size: 77%;
}
/* 記事 */
.ph_article {
font-size: 108%;
}
/* バックナンバー */
.count_number {
font-size: 93%;
}
/********************************************************************/
/* ご利用案内 */
/********************************************************************/
/* 上部ページ内リンクのナビゲーション */
.anchor_nav_area .nav_btn {
border: 1px solid #E0DFE3;
background-color: #F5F5F5;
}
.use_hover .anchor_nav_area .nav_btn:hover {
border: 1px solid #E0DFE3;
background-color: #E9E9E9;
}
/* 各ブロック */
.help_contents .inner_contents_box {
margin-bottom: 10px;
}
.help_step,
.help_payment {
padding-bottom: 5px;
}
/* 説明各ブロック */
.help_data {
margin-top: 10px;
margin-bottom: 10px;
font-size: 93%;
}
/* 推奨環境 */
#spec_contents dt {
font-weight: bold;
padding-bottom: 5px;
}
#spec_contents dd {
background-color: #FFFFFF;
border: 1px solid #E0DFE3;
}
/********************************************************************/
/* 特定商取引 */
/********************************************************************/
/* 各欄枠 */
.contents_desc {
padding: 10px 5px;
}
/********************************************************************/
/* メールマガジン */
/********************************************************************/
/* 登録、解除タイトル */
.mailmagazine_box .mailmagazine_subscribe_title,
.mailmagazine_box .mailmagazine_unsubscribe_title {
border-bottom: 1px solid #E0DFE3;
margin-bottom: 10px;
font-size: 116%;
font-weight: bold;
}
/********************************************************************/
/* マイページ */
/********************************************************************/
/* ポイント */
.member_contents .point_number {
font-size: 138.5%;
font-weight: bold;
color: #990000;
}
/* リンク枠 */
.link_box .global_iconleft {
display: block;
margin-bottom: 10px;
}
/* 注意書き */
.mypage_note {
font-size: 93%;
line-height: 140%;
}
/* マイページ共通 送り主 お届け先 */
.mypage_recipient {
padding: 5px 0px;
font-size: 108%;
}
/*************************************************************/
/* 購入履歴 */
/*************************************************************/
/* 商品名 */
.history_data_list .item_name {
font-weight: normal;
color: #000000;
}
/*************************************************************/
/* 送り主、お届け先 */
/*************************************************************/
/* 住所 */
.recipient_data_list .user_address {
font-weight: normal;
color: #000000;
}
/*************************************************************/
/* お気に入り */
/*************************************************************/
/* 登録日、メモ */
.item_registration_date,
.item_memo {
font-size: 93%;
}
/* 商品説明 */
.favorite_contents .item_desc {
padding: 5px 0px;
margin: 5px 0px;
border-top: 1px solid #E0DFE3;
border-bottom: 1px solid #E0DFE3;
}
/* メモ */
.item_memo_text {
background-color: #F5F5F5;
border: 1px solid #E0DFE3;
color: #000000;
}
/*************************************************************/
/* 複数選択 */
/*************************************************************/
/* 複数削除 */
.bulk_btn {
padding-top: 5px;
padding-bottom: 5px;
}
/* 複数選択 */
.inner_bulk_check_box {
background-color: #F5F5F5;
}
.layout_column_text .inner_bulk_check_box,
.layout_text .inner_bulk_check_box {
background-color: #F5F5F5;
}
.bulk_mode .layout_column_text .list_item_box,
.bulk_mode .layout_column_text .not_link,
.bulk_mode .layout_text .not_link {
border-bottom: none;
}
/* 一括削除時の下部ボタン枠 */
.bulk_mode .fixed_bottom {
background-color: #F5F5F5;
border-top: 1px solid #E0DFE3;
}
/* 数量表示バッジ */
.badge {
background-color: #FF0000;
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
}
/*************************************************************/
/* 掲示板 */
/*************************************************************/
/* 記事枠 */
.post_box {
margin-bottom: 5px;
border: 1px solid #F1F1F1;
background-color: #F5F5F5;
}
/* 記事枠レス */
.post_box_res {
padding-left: 20px;
}
/* 記事ヘッダー */
.post_box .data_table .cell_header,
.post_box .data_table .cell_data {
background-color: #E9E9E9;
font-weight: normal;
}
/* 記事ヘッダー下部余白 */
.post_box .data_table {
margin-bottom: 5px;
}
/* 記事ヘッダー中央寄せ */
.post_box .res_cell,
.post_box .toggle_cell,
.post_box .replay_cell {
text-align: center;
}
.post_title,
.post_user,
.post_day,
.post_number {
padding: 2px 0px;
}
/* 記事タイトル */
.post_title {
font-weight: bold;
font-size: 14px;
}
/* 記事ユーザー */
.post_user {
font-size: 11px;
}
/* 記事投稿日 */
.post_day {
font-size: 11px;
}
/* 記事No */
.post_number {
font-size: 13px;
}
/* URL */
.post_url {
font-size: 13px;
}
/* 記事コメント */
.bbs_comments {
background-color: #FFFFFF;
border: 1px solid #D1D1D1;
}
/* 記事検索 */
.bbs_search {
background-color: #F5F5F5;
}
/* 検索文字強調 */
.result_emphasis {
background-color: #FFFF73;
}
/* 検索前に戻る */
.bbs_search .global_link {
margin-left: 10px;
}
/* 記事開閉 */
#bbs_toggle {
border-top: 1px solid #F1F1F1;
border-bottom: 1px solid #F1F1F1;
}
/* 記事投稿欄 */
.bbs_post_form {
background-color: #FFFFFF;
border: 1px solid #D1D1D1;
}
/*************************************************************/
/* 関連ページ */
/*************************************************************/
/* 内容 */
.link_desc_box {
border-top: 1px solid #E0DFE3;
}
/*************************************************************/
/* 私が店長です */
/*************************************************************/
/* スタッフ画像 */
.staff_photo,
.pstaff_photo {
text-align: center;
margin-top: 10px;
}
/* プロフィール項目 */
.staff_contents dt,
.pstaff_contents dt {
border-top: 1px solid #000000;
font-weight: bold;
}
/* プロフィール内容 */
.staff_contents dd,
.pstaff_contents dd {
border-top: 1px dotted #000000;
}
.staff_profile_desc {
background-color: #F5F5F5;
border: 1px solid #E0DFE3;
}
/********************************************************************/
/* カレンダー */
/********************************************************************/
/* カレンダーヘッダー */
.cal_month {
padding-bottom: 15px;
text-align: center;
color: #ffffff; /**背景黒調整**/
}
.cal_month .prev_month,
.cal_month .next_month,
.cal_month .this_month {
padding: 0px 10px;
}
.cal_month span.prev_month,
.cal_month span.next_month {
padding: 0px 5px;
font-weight: bold;
cursor: pointer;
color: #ffffff; /**背景黒調整**/
}
/* 今月 */
.this_month {
font-size: 123.1%;
font-weight: bold;
}
.side_col .this_month {
font-size: 14px;
padding: 0px;
}
.side_col .next_month,
.side_col .prev_month {
font-size: 13px;
padding: 0px;
}
/* カレンダー枠線 */
.calendar_data .data_table th.cell_header,
.calendar_data .data_table td.cell_data {
border: 1px solid #CCCCCC;
}
/* カレンダー曜日セル */
.calendar_data .cal_day_header {
font-size: 85%;
}
/* カレンダー各セル */
.calendar_data .data_table .cal_day_cell {
width: 14%;
height: 60px;
vertical-align: top;
}
/* 日曜日 */
.sun .cal_day {
color: #CC0000;
}
/* 土曜日 */
.sat .cal_day {
color: #3399CC;
}
/* 今日 */
.calendar_data .today {
font-weight: bold;
}
/* イベント一覧 */
.event_list li {
border-bottom: 1px solid #E0DFE3;
}
/* イベント内容 */
.event_data {
padding: 10px 0px;
}
/* イベント名 */
.event_name {
font-weight: bold;
line-height: normal;
color: #ffffff; /**背景黒調整**/
}
/* アイコン画像 */
div.event_icon {
text-align: center;
}
div.event_icon img {
margin: 0px 1px;
}
span.event_icon {
margin-right: 5px;
}
/* 定休日 */
.calendar_data .holiday,
.holiday_icon {
background-color: #FFEFBF;
}
.holiday_icon {
border: 1px solid #CCCCCC;
display: inline-block;
width: 15px;
height: 15px;
}
/* イベント説明 */
.event_desc {
font-size: 93%;
padding: 5px;
}
/* 左右カラム */
.side_col .cal_day {
font-size: 85%;
}
.side_col .data_table th.cell_header,
.side_col .data_table td.cell_data {
padding: 2px;
}
.side_col .calendar_data .data_table .cal_day_cell {
height: auto;
}
/********************************************************************/
/* table */
/********************************************************************/
/* thタグ、tdタグ */
.data_table .cell_header,
.data_table_header,
.data_table .cell_data {
padding: 5px;
border: 1px solid #E0DFE3;
}
/* thタグ */
.data_table .cell_header,
.data_table_header {
background-color: #F5F5F5;
color: #333333;
}
/* tdタグ */
.data_table .cell_data {
background-color: #FFFFFF;
color: #333333;
}
/********************************************************************/
/* フォーム */
/********************************************************************/
/* フォーム上部説明 */
.global_note li {
border-bottom: 1px dotted #E0DFE3;
}
.list_icon_circle {
color: #000000;
}
/* フォーム項目 */
.form_element,
.form_inner_element {
padding: 10px;
}
/* 必須項目 */
.require {
color: #CC0000;
font-weight: bold;
}
abbr.require {
border: none;
cursor: default;
}
/* 注意書き */
span.cell_note {
font-size: 85%;
font-weight: normal;
}
/* メールアドレス欄 */
.confirm_email {
border-color: #E0DFE3;
background-color: #FFFFEE;
}
/********************************************************************/
/* 入力エリア */
/********************************************************************/
/* 標準 */
.form_data .defaultsize {
width: 170px;
}
/* 特小 */
.form_data .xsmallsize {
width: 60px;
}
/* 小 */
.form_data .smallsize {
width: 80px;
}
/* 大 */
.form_data .largesize {
max-width: 840px;/*500*/
width: 97%;
}
/********************************************************************/
/* フォームエラー */
/********************************************************************/
/* 個別エラー表示 */
.form_error {
border: 5px solid #FF0000;
border-radius: 5px;
}
/* フォーム上部エラー表示 */
.error_box {
border: 1px solid #FF0000;
border-radius: 5px;
}
/* 商品詳細エラー表示 */
.detail_page_body .error_box {
margin: 10px;
}
/* エラー表示 ※赤枠内文字 */
.error_status {
color: #FF0000;
font-size: 93%;
padding-left: 5px;
}
/* エラー時入力エリア背景色 */
.page_box .edit_form .error_row input,
.page_box .edit_form .error_row select,
.page_box .edit_form .error_row textarea {
background-color: #FFF0F0;
}
/* エラーアイコン */
.error_icon .fa {
background-color: #E43100;
border: 1px solid #E8E0DD;
box-shadow: 0px 0px 0px 1px #E43100;
color: #FFFFFF;
}
/* フォーム上部OK表示 */
.ok_box {
border: 1px solid #0088CC;
border-radius: 5px;
}
/* OK表示 ※緑枠内文字 */
.ok_status {
color: #0088CC;
font-size: 93%;
padding-left: 5px;
}
/* OK表示アイコン位置調整 */
.ok_status img {
padding-right: 3px;
}
/* OK時入力エリア背景色 */
.page_box .edit_form .ok_row input,
.page_box .edit_form .ok_row select,
.page_box .edit_form .ok_row textarea,
.page_box .edit_form .error_row .ok_input {
background-color: #E4F1FC;
}
/* OKアイコン */
.ok_icon .fa {
background-color: #0088CC;
border: 1px solid #CFEAFC;
box-shadow: 0px 0px 0px 1px #0088CC;
color: #FFFFFF;
}
/* 重要な注意書き色 */
.note_color {
color: #CC0000;
}
/********************************************************************/
/* アイコン */
/********************************************************************/
/* ヘッダーナビボタン */
.inner_header_nav .header_nav_item .fa {
font-size:24px !important; /**17**/
color: #FFFFFF;
}
/* グローバルナビ */
.inner_global_nav .fa {
color: #000000;
}
.global_iconleft .fa {
padding-right: 4px;
}
.global_iconright .fa {
padding-left: 4px;
}
/* 閉じる、削除ボタン */
.close_btn_box .fa,
.delete_btn_box .fa {
color: #000;
visibility: hidden; /**オリジナルアイコン非表示追記**/
}
.nav_close_btn .fa {
color: #ffffff;
}
/* フッター下部ボタン */
.fixed_corner_button .fa {
font-size: 40px;
color: #555555;
}
.use_hover .fixed_corner_button:hover .fa {
color: #333333;
}
/* +-開閉ボタン */
.open_icon .fa,
.close_icon .fa {
color: #000000;
}
/* 説明付き一覧表示調整 */
.right_side_list_icon {
position: absolute;
right: 5px;
top: 50%;
margin-top: -11px;
font-size: 22px;
}
/********************************************************************/
/* ボタン */
/********************************************************************/
/* アイコンボタン枠 */
.icon_btn {
padding: 0px 3px;
border: 1px solid #CCCCCC;
background-color: #FFFFFF;
border-radius: 4px;
}
.use_hover .icon_btn:hover {
border: 1px solid #CCCCCC;
background-color: #D1D1D1;
opacity: 1;
}
/* +-開閉ボタン枠 */
.open_icon,
.close_icon {
border: 1px solid #CCCCCC;
background-color: #FFFFFF;
}
.use_hover .open_icon:hover,
.use_hover .close_icon:hover,
.use_hover abbr .open_icon:hover,
.use_hover abbr .close_icon:hover {
background-color: #D1D1D1;
}
/* 汎用ボタン */
.general_btn {
display: inline-block;
padding: 3px;
border: solid 1px #CCCCCC;
border-radius: 4px;
}
.use_hover .general_btn:hover {
border: 1px solid #CCCCCC;
background-color: #F5F5F5;
}
.standard_btn {
display: inline-block;
padding: 10px 20px;
border: solid 1px #CCCCCC;
border-radius: 1px;
}
.use_hover .standard_btn:hover {
border: 1px solid #CCCCCC;
background-color: #F5F5F5;
}
/* 右端ボタン */
.page_title_right_edge .general_btn,
.section_title_right_edge .general_btn {
background-color: #444444;
border: 1px solid #333333;
border-radius: 1px;
color: #CCCCCC;
}
.use_hover .page_title_right_edge .general_btn:hover,
.use_hover .section_title_right_edge .general_btn:hover {
background-color: #666666;
border: 1px solid #333333;
color: #CCCCCC;
}
/* 画像リンク */
.use_hover .photo_link:hover {
opacity: 0.7;
}
/*************************************************************/
/* フォームボタン */
/*************************************************************/
/* フォームボタンマウスオーバー */
.use_hover .global_btn input:hover,
.use_hover button:hover,
.use_hover .global_btn A:hover {
opacity: 0.8;
}
/* ボタンサイズXXS */
.global_btn .btn_size_xxsmall {
width: 30px;
height: 30px;
}
/* ボタンサイズXS */
.global_btn .btn_size_xsmall {
width: 50px;
height: 30px;
}
/* ボタンサイズS */
.global_btn .btn_size_small {
width: 60px; /**70px;**/
height: 30px;
}
/* ボタンサイズM */
.global_btn .btn_size_medium {
width: 90px;
height: 30px;
}
.global_btn A.btn_size_xxsmall,
.global_btn A.btn_size_xsmall,
.global_btn A.btn_size_small,
.global_btn A.btn_size_medium,
.global_btn A.btn_size_auto {
line-height: 30px;
}
/* ボタンサイズL */
.global_btn .btn_size_large {
width: 130px;
height: 35px;
}
.global_btn A.btn_size_large {
line-height: 35px;
}
/* ボタンサイズXL */
.global_btn .btn_size_xlarge {
width: 180px;
height: 40px;
font-size: 116%;
}
.global_btn A.btn_size_xlarge {
line-height: 40px;
}
/* ボタンサイズXXL */
.global_btn .btn_size_xxlarge {
width: 281px;
height: 50px;
font-size: 123%;
}
.global_btn A.btn_size_xxlarge {
line-height: 50px;
}
/* ボタンサイズ横幅auto */
.global_btn .btn_size_auto {
height: 30px;
width: auto;
padding: 0px 20px;
}
/* ボタンサイズ小文字 */
.font_size_small {
font-size: 77%;
}
/* 縦2段積みボタン */
.under_global_btn {
display: block;
margin-top: 30px;
}
/* 商品詳細 */
.detail_item_data .add_cart .global_btn {
display: block;
text-align: center;
margin: 10px 0px;
}
/* 下部配置ボタン */
.form_btn {
text-align: center;
margin: auto;
padding: 20px 0;
}
/* 下部ボタン上部注意書き */
.global_bottom_info {
border-bottom: 1px dotted #000000;
}
/* ログインページ新規登録余白調整 */
#register_form .form_btn {
padding: 0px;
}
/* Aタグボタン */
.global_btn A {
font-weight: normal;
}
/* 外部決済ボタン */
.outside_btn_box {
background-color: #FFFFEE;
border: 1px solid #E0DFE3;
}
/* 楽天決済用 */
.payment_method_desc {
margin-bottom:10px;
}
/*--------------------------------------*/
/* ボタン色 */
/*--------------------------------------*/
/* 色通常 */
/* フォームボタン全般 */
.btn_color_common {
background-image: url(img/btn_main.gif);
background-repeat: repeat-x;
background-position: left bottom;
background-color: #94929D;
color: #FFFFFF;
}
.btn_color_common,
A.btn_color_common:link,
A.btn_color_common:visited,
A.btn_color_common:hover,
A.btn_color_common:active {
color: #FFFFFF;
}
.use_hover .btn_color_common:hover {
color: #FFFFFF;
}
/* 色強調 */
.btn_color_emphasis {
background-image: url(img/btn_main_b.gif);
background-repeat: repeat-x;
background-position: left bottom;
background-color: #3E8BFF;
color: #FFFFFF;
}
.btn_color_emphasis,
A.btn_color_emphasis:link,
A.btn_color_emphasis:visited,
A.btn_color_emphasis:hover,
A.btn_color_emphasis:active {
color: #FFFFFF;
}
.use_hover .btn_color_emphasis:hover {
color: #FFFFFF;
}
/*************************************************************/
/* パンくずリスト */
/*************************************************************/
/* パンくずリスト */
.breadcrumb_list {
position: relative;
font-size: 82%;
margin: 25px 10px -8px 0px; /*** 25px 10px -8px 0px;***/
padding: 5px 10px 5px 10px; /***5px 10px 5px 10px;***/
width: 100.0%;
background-color: #F2F2F2;
border: 1px solid #cccccc;
}
/********************************************************************/
/* ポップアップ */
/********************************************************************/
/* ポップアップの背景 */
.overlay_area .modal_skin {
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
}
/********************************************************************/
/* ロード、ページャー */
/********************************************************************/
/* 読み込み中アイコン画像 */
.loading,
.initial_loading {
background: url(img/load_icon.gif);
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: 25px 25px;
background-size: 25px 25px;
}
.entry_box .loading {
background-image: url(img/load_entry_icon.gif);
-webkit-background-size: 25px 25px;
background-size: 25px 25px;
}
/* 一覧ページャー */
.pager {
margin: 5px 0px;
text-align: center;
}
/* 現ページ */
.pager strong {
min-width: 20px;
min-height: 20px;
padding: 3px;
margin: 0px 1px;
border: 1px solid #000000;
background-color: #000000;
color:#FFFFFF;
}
/* 各ページ */
.pager .pager_btn {
min-width: 20px;
min-height: 20px;
margin: 0px 1px;
padding: 3px;
border: 1px solid #E0DFE3;
background-color: #FFFFFF;
text-decoration: none;
}
.use_hover .pager .pager_btn:hover {
border: 1px solid #000000;
background-color: #000000;
color: #FFFFFF;
}
/********************************************************************/
/* グローバルサイトリンク */
/********************************************************************/
/* リンク一覧 */
.site_list_dropdown {
background-color: #FFFFFF;
box-shadow: 5px 5px 10px rgba(0,0,0,0.4),-5px 5px 10px rgba(0,0,0,0.4);
}
/* 各リンク先 */
.layout_dropdown .site_list_data {
border-bottom: 1px solid #E0DFE3;
}
/* 各リンク文字 */
.global_site .site_list_dropdown .nav_btn,
#inner_footer .layout_dropdown .site_list_data .nav_btn {
color: #000000;
}
.use_hover .global_site .site_list_dropdown .nav_btn:hover,
.use_hover #inner_footer .layout_dropdown .site_list_data .nav_btn:hover {
color: #666666;
background-color: #F5F5F5;
}
/* リスト表示タイトル */
#inner_footer .layout_dropdown .site_list_title .nav_btn {
background-image: none;
background-color: #FFFFFF;
color: #000000;
}
/********************************************************************/
/* フッター */
/********************************************************************/
/* PCサイトボタン */
.footer_pc_site_box {
height: 26px;
padding: 15px 0px 15px 0px;
position: relative;
background-color: #000000;
box-sizing: content-box;
text-align: center;
}
.pc_site_btn .pc_site_link {
width:84px; /**80px**/
margin: auto;
padding: 8px 8px 8px 30px;
display: inline-block;
background-image: url(img/icon_pc.png);
-webkit-background-size: 30px 30px;
background-size: 30px 30px;
background-repeat: no-repeat;
background-position: 5px center;
background-color: #ffffff;
border: 1px solid #CCCCCC;
border-radius: 5px;
box-sizing: content-box;
font-size: 13px;
text-align: center;
color: #000000;
}
.use_hover .pc_site_btn .pc_site_link:hover {
color: #000000;
opacity: 0.8;
}
/* フッター */
.footer_area {
background-color: #000000;
color: #FFFFFF;
}
#footer {
text-align: center;
}
.footer_area A {
color: #FFFFFF;
}
.use_hover .footer_area A:hover {
color: #CCCCCC;
}
.footer_upper_link_box .continued_link_box {
border-left: 1px solid #666666;
}
/* ページトップへ戻るボタン */
.fixed_corner_button {
width: 40px;
height: 40px;
border-radius: 5px;
background-color: #CCCCCC;
text-align: center;
margin-bottom: 40px;
}
.move_to_add_cart .corner_covering_item,
.use_hover .move_to_add_cart:hover .corner_covering_item {
color: #CCCCCC;
}
/* フッター下部バナー */
.footer_banner {
text-align: center;
}
.use_hover .footer_banner .banner_box:hover {
opacity: 0.8;
}
/********************************************************************/
/* Powered by おちゃのこネット
※上記の文言は共用ドメインコースをご利用の場合に表示されます。
必須項目ですので、下記の編集は許可されていません。
・文言の削除
・文字色を薄くする
・文字サイズを小さくする */
#ochanoko {
padding: 5px;
text-align: center;
font-size: 12px;
}
.accessory_color {
background-color: #222222;
color: #FFFFFF;
}
.accessory_color A {
color: #FFFFFF;
}
.accessory_color A:hover {
color: #CCCCCC;
}
/********************************************************************/
/***スマホ動画サイズ最適化**/
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* 商品詳細商品説明 */
.detail_item_text {
width: auto;
background-color: #f5f5f5;
border: 1px solid #CCCCCC;
margin: 4px 2px 4px 2px;
padding: 5px;
font-size: 96%;
line-height: 160%;
}
.detail_item_text1 {
width: auto;
background-color: #f5fbfc;
border: 1px solid #CCCCCC;
margin: 4px;
padding: 5px;
font-size: 97%;
line-height: 160%;
}
.detail_item_text2 {
width: auto;
background-color: #FFFCFA;
border: 1px solid #CCCCCC;
margin: 2px 2px 2px 2px;
padding: 3px 8px 2px 5px;
font-size: 11px;
color: #0000ff;
line-height: 136%;
display: inline-block;
}
.detail_item_text3 {
width: auto;
background-color: #FFFFFA;
border: 1px solid #CCCCCC;
margin: 2px 2px 2px 6px;
padding: 3px 10px 2px 10px;
color: #0000ff;
line-height: 136%;
display: inline-block;
font-size: 10px;
}
.detail_item_text4 {
width: auto;
background-color: #FFFFFF;
border: 1px solid #d1cfcf;
margin: 10px 0px 10px 0px;
padding: 8px;
line-height: 160%;
}
#reference-table{
font-size: 100%;
//**background: #FFFCFA;**//
margin: 0px 20px 10px 20px;
border-collapse: collapse;
width: auto;
text-align: left;
}
#reference-table th{
font-size: 100%;
font-weight: bold;
color: #333333;
padding: 10px 5px 5px 5px;
border-bottom: 2px solid #0000ff;
}
#reference-table td{
border-bottom: 1px solid #696969;
color: #333333;
padding: 6px 8px;
}
#reference-table tbody tr:hover td{
color: #666666;
}
#reference-tablel tbody tr:hover td{
color: #666666;
}
/* 店長の製品評価 */
.tencho {
border-style:solid;
position: relative;
margin: 0px 0px 0px 0px;
padding:0px 0px 0px 0px;
background-color: #E6F7FF;
border-top-width:1px;
border-top-color:#8addb3;
border-right-width:1px;
border-right-color:#8addb3;
border-bottom-width:1px;
border-bottom-color:#8addb3;
border-left-width:1px;
border-left-color:#8addb3;
}
.tencho p {
margin: 5px 0px 5px 0px;
}
/* 困ったとき
.tencho1 {
border-style:solid;
position: relative;
margin: 5px 0px 5px 0px;
padding:5px 5px 5px 5px;
background-color:ffffff;
border-top-width:1px;
border-top-color:#c0c0c0;
border-right-width:1px;
border-right-color:#c0c0c0;
border-bottom-width:1px;
border-bottom-color:#c0c0c0;
border-left-width:1px;
border-left-color:#c0c0c0;
}
.iken {
padding:0 0 0 0px;
border-left:#0000ff 10px solid;
margin-left:30px;
margin-bottom: 10px;
padding-right: 20px;
border-left:solid 4px;
border-left-color:#6678b1;
}
のお問合せ */
/* 保証 注意 ----------------------- */
DL#chuui {
BORDER-BOTTOM: #5a88d3 1px solid; BORDER-LEFT: #5a88d3 1px solid; PADDING-BOTTOM: 10px; MARGIN: 0px 0px 10px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BORDER-TOP: #5a88d3 1px solid; BORDER-RIGHT: #5a88d3 1px solid; PADDING-TOP: 0px;
}
DL#chuui dt {
PADDING-BOTTOM: 4px;
font-size: 13px;
background: #5a88d3;
color: #ffffff;
PADDING: 5px 10px;
}
DL#chuui DD {
margin-top: 10px; PADDING-BOTTOM: 0px; margin-left: 10px; PADDING-LEFT: 10px; PADDING-RIGHT: 15px; BACKGROUND: url(https://www.hsgi-shop.jp/data/hsgear/image/arrow11.gif) no-repeat 0px 8px;
}
DL#hoshou {
BORDER-BOTTOM: #666666 1px solid; BORDER-LEFT: #666666 1px solid; PADDING-BOTTOM: 10px; MARGIN: 0px 0px 10px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BORDER-TOP: #666666 1px solid; BORDER-RIGHT: #666666 1px solid; PADDING-TOP: 0px
}
DL#hoshou DT {
TEXT-ALIGN: left; PADDING-BOTTOM: 4px; MARGIN: 0px 0px 5px; PADDING-LEFT: 10px; PADDING-RIGHT: 0px; BACKGROUND: url() #666666; COLOR: #ffffff; PADDING-TOP: 4px
}
DL#hoshou DD {
PADDING-BOTTOM: 0px; LINE-HEIGHT: 1.5em; PADDING-LEFT: 10px; PADDING-RIGHT: 20px; PADDING-TOP: 5px
}
/* 仕様 表 */
table#table-01 {
width: 100%;
background-color: #f8f8f8;
border: 1px solid #CCCCCC;
margin: 20px 0px 6px 0px;
border-collapse: collapse;
border-spacing: 0;
font-size: 90%;
}
table#table-01 th {
padding: 5px;
border: #ccc solid;
border-width: 0 0 1px 1px;
background: #ebe6f7;
font-weight: bold;
line-height: 120%;
text-align: center;
}
table#table-01 td {
padding: 5px;
border: 1px #ccc solid;
border-width: 0 0 1px 1px;
text-align: center;
}
table#table-02 {
width: 100%;
border: 1px #ccc solid;
border-collapse: collapse;
background: #ebe6f7;
border-spacing: 0;
}
table#table-02 td#td-01 {
margin: 5px 0px 5px 5px;
padding: 5px;
border: 1px #ccc solid;
border-width: 1px 0px 1px 1px;
}
table#table-02 td#td-02 {
padding: 5px;
border: 1px #ccc solid;
border-width: 1px 1px 1px 0px;
}
table#table-02 td#td-03 {
padding: 5px;
border: 1px #ccc solid;
border-width: 1px 0px 1px 0px;
}
#box_3 {
clear: both;
width: 94%;
}
#box_3 #box1 {
float: left;
width: 350px;
background-color: #CCCCCC;
}
#box_3 #box2 {
float: left;
width: 330px;
background-color: #999999;
}
#box_3 #box3 {
float: right;
width: 260px;
background-color: #CCCCCC;
}
#box_3 br {
font-size: 1px;
line-height: 1px;
display: block;
margin: 0px;
padding: 1px;
clear: both;
height: 1px;
width: 1px;
}
#lbmenu ul{
margin: 0;
padding: 0;
list-style: none;
}
#lbmenu li{
display: inline;
padding: 0;
margin: 0;
}
#lbmenu li a{
display: block;
border: 1px solid #ccc;
background-color: #ffffff;
padding: 3px 5px;
text-decoration: none;
color: #333;
width: 72px;
margin: 2px 2px;
text-align: left;
font-size: 11px;
}
#lbmenu li a:hover{
border: 1px solid #8593A9;
background-color: #9EB7DD;
}
#lbmenuc ul{
margin: 3px 0px 3px 0px;
padding: 0;
width: 100%;
list-style: none;
}
#lbmenuc li{
float: left;
display: inline;
width: auto;
padding: 0;
margin: 0;
}
#lbmenuc li a{
display: block;
border: 1px solid #ccc;
background-color: #E0F2F7;
padding: 10px 10px;
text-decoration: none;
color: #333;
margin: 2px 2px;
text-align: center;
font-size: 12px;
font-weight: bold;
}
#lbmenuc li a:hover{
border: 1px solid #A9B8D0;
background-color: #B9D5FE;
}
#lbmenue ul{
margin: 0px 0px 0px 0px;
padding: 0;
width: 100%;
list-style: none;
}
#lbmenue li{
float: left;
display: inline;
width: 50%;
padding: 0;
margin: 0;
}
#lbmenue li a{
display: block;
border: 1px solid #ddd;
/**background-color: #F5A9A9;**/
/**padding: 10px 0px;
text-decoration: none;
color: #333;
margin: 2px 2px;
text-align: center;
font-size: 12px;
font-weight: bold;**/
}
#lbmenue li a:hover{
border: 1px solid #555;
color: #fff;
/**background-color: #FF0000;**/
}
.moq {
background: url(image/MOQ.png) no-repeat left center;
padding-left: 124px;
margin: 0px 0px 10px 0px;
font-size: 11px;
height: 20px;
display: none;
}
#menu-bar {
display: none;
}
/* FAQオープンクローズ */
.open{
background: #EDECEC;
color: #333;
cursor: pointer;
margin-left: 2px;
margin-right: 2px;
margin-bottom: 2px;
padding: 4px;
}
.open img{
padding-right: 7px;
}
#slideBox{
padding: 4px;
margin-left: 2px;
margin-right: 2px;
margin-bottom: 2px;
border: 1px #ccc solid;
display:none;
}
#slideBox img{
padding-right: 7px;
margin-top:-5px;
}
/* コピーライト */
#copyright {
font-size: 88%;
color: #ffffff;
/** box-shadow: 0 0 2px rgba(0,0,0,.15);
border-radius: 1px;
background-color: #FFFAFA;
margin: 4px 2px 0 2px; **/
/** background-image: url(image/footer_bg.png);
background-repeat: repeat-x; **/
}
.boxContainer {
display: flex;
display: -moz-flex;
display: -o-flex;
display: -webkit-flex;
display: -ms-flex;
flex-direction: row;
-moz-flex-direction: row;
-o-flex-direction: row;
-webkit-flex-direction: row;
-ms-flex-direction: row;
}
#warnning {
font-size: 12px; /**78%**/
color: #fff;
padding: 10px;
float: left;
box-sizing: border-box;
box-shadow: 0 0 2px rgba(0,0,0,.15);
border-radius: 0px;
margin: 0px 0px 0px 0px;
background-color: #004999;
word-wrap:break-all;
display: inline-block;
}
.migi {
float: right;
margin-left: 0em;
margin-bottom: 0.2em;
}
.video{
position:relative;
width:100%;
padding-top:56.25%;
}
.video iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}
.pif {
padding-left:40px;
background: url(image/icon_pif.png)no-repeat left;
}
.pif a{
padding-left:0px;
}
#msizeimg {
float:left;
margin-right:20px;
margin-bottom:20px;
}
/****バナー横並び***/
.free_banner_left,
.free_banner_right {
float: left;
width: 100%;
}
.free_banner_inner {
margin: 4px 2px 4px 0px;
}
.free_banner_inner img {
border-radius: 0px;
}
/****ドロップダウン***/
#dropmenu li ul li{
overflow: hidden;
max-height: 0;
transition: .6s;
}
#dropmenu li:hover ul li{
overflow: visible;
height: auto;
max-height:50px;
}
/****メルマガ***/
.melgd {
width: 220px;
color: #666666;
}
.strt {
display: inline-block;
_display: inline;
margin-left: 40px;
font-size: 93%;
}
/* サイドコンテナ 背景変更 */
.side_container {
background-color: #ffffff;
border-top: 1px solid #bfc2c7;
border-left: 1px solid #bfc2c7;
border-bottom: 1px solid #bfc2c7;
border-right: 1px solid #bfc2c7;
border-radius: 0px;
letter-spacing:0.2pt;
}
/*検索ボタン 背景変更 */
.search .global_btn .btn_color_common,
.search .global_btn a.btn_color_common {
width: 90px;/*80*/
height: 38px;/*36*/
background-image: url(image/fbl_btn1.gif);
background-position: left bottom;
background-repeat: no-repeat;
background-color: #000000;
color: #ffffff;
}
ul.demo1 {
border: 1px solid #666;
display: flex;
list-style-type: none;
margin: 0 0 0 1em;
padding: 0;
}
ul.demo1 li {
border: 1px solid #aaa;
margin: 0.2em;
padding: 0.5em;
}
#lbmenud ul{
margin: 3px 0px 3px 0px;
padding: 0;
width: 100%;
list-style: none;
}
#lbmenud li{
float: left;
display: inline;
width: 50%; /**33.33%;**/
padding: 0;
margin: 0;
}
#lbmenud li a{
display: block;
border: 1px solid #ccc;
background-color: #E0F2F7;
padding: 10px 0px;
text-decoration: none;
color: #333;
margin: 2px 2px;
text-align: center;
font-size: 12px;
font-weight: bold;
}
#lbmenud li a:hover{
border: 1px solid #A9B8D0;
background-color: #B9D5FE;
}
/****オリジナルバナー****/
.original_banner {
width: 100%;
margin-bottom: 15px;
}
/* 1列バナー画像指定箇所 */
.original_banner_box A {
min-height: 120px; /**120px**/
display: block;
background-image: url(image/boys.jpg);
background-size: cover;
border-radius: 10px;
font-weight: normal;
}
/* 2列左バナー画像指定箇所 */
.left_banner_box A {
background-image: url(image/banner_image1.jpg);
}
/* 2列右バナー画像指定箇所 */
.right_banner_box A {
background-image: url(image/banner_image2.jpg);
}
.original_banner_box A:hover {
opacity:0.7;
filter: alpha(opacity=70);
}
.banner_data {
width: 100%;
display: inline-block;
margin-top: 20px;
}
.inner_banner_data {
padding: 5px 10px;
}
.alpha_white .banner_data {
background-image: url(image/alpha_bgw.png);
}
.alpha_black .banner_data {
background-image: url(image/alpha_bgb.png);
}
.alpha_white A {
color: #000000;
}
.alpha_black A {
color: #FFFFFF;
}
.banner_data span {
display: block;
margin: 5px 0px;
}
.sbanner_title {
font-size: 12px;
font-weight: bold;
}
.banner_title {
font-size: 23px;
font-weight: bold;
}
.banner_desc {
font-size: 11px;
line-height: 120%;
}
.float_banner .original_banner_box {
float: left;
width: 50%;
}
.float_banner .original_banner_box A {
margin: 0px 5px;
}
.float_banner .banner_data {
margin-top: 15px;
}
/*----------ニュース アイコン---------*/
.news {
padding-left:50px;
background: url(image/icon_info.gif)no-repeat left;
}
/*----------新製品 アイコン---------*/
.npd {
padding-left:50px;
background: url(image/icon_new.gif)no-repeat left;
}
/*----------画像を画面内に収める---------*/
@media only screen and (max-width: 750px) {
img { max-width: 100%; }
}
/****************************************/
/**共通スペック一覧2列**/
ul.specview {
display: table;
width:100%;
}
ul.specview {
padding: 0px;
}
ul.specview p {
color: #303030;
border-left: solid 5px #8490ab;/*左側の線*/
border-bottom: solid 1px #dadada;/*下に灰色線*/
background: whitesmoke;
margin-bottom: 8px;/*下のバーとの余白*/
line-height: 1.2;
padding: 0.6em;
list-style-type: none!important;/*ポチ消す*/
font-weight: normal;
margin-right: 5px;
}
/* ヘッダー固定 */
.clone-nav {
position: fixed;
top: 0px;
left: 0px;
z-index: 999;
width: 100%;
transition: .3s;
transform: translateY(-100%);
}
.is-show {
transform: translateY(0);
}
/***グループ***/
*, *:before, *:after {
box-sizing: border-box;
}
.col_3{
width: 100%;
display: flex;
display: -ms-flexbox; /* IE10 */
flex-wrap: wrap;
-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
width: 33.33333%;
padding: 10px;
}
@media screen and (max-width: 980px) {
.col_3 > div{
width: 50%;
}
}
@media screen and (max-width: 490px) {
.col_3 > div{
width: 100%;
}
}
.col_3 a{
display: block;
border: 1px solid #ccc;
background-color: #E0F2F7;
padding: 10px 10px;
text-decoration: none;
color: #333;
margin: 2px 2px;
text-align: center;
/**font-size: 12px;**/
font-weight: bold;
}
.col_3 a:hover{
border: 1px solid #A9B8D0;
background-color: #B9D5FE;
}
.col_2{
width: 100%;
display: flex;
display: -ms-flexbox; /* IE10 */
flex-wrap: wrap;
-ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div{
width: 50%;
padding: 10px;
}
@media screen and (max-width: 980px) {
.col_2 > div{
width: 100%;
}
}
.col_2 a{
display: block;
border: 1px solid #ccc;
background-color: #E0F2F7;
padding: 10px 10px;
text-decoration: none;
color: #333;
margin: 2px 2px;
text-align: center;
/**font-size: 12px;**/
font-weight: bold;
}
.col_2 a:hover{
border: 1px solid #A9B8D0;
background-color: #B9D5FE;
}
/**共通Cunsumerスペック一覧1列**/
ul.spec {
display: table;
width:100%;
}
ul.spec > li {
display: table-cell;
float: left;
width: 100%;
padding: 10px 10px 0px 0px;
}
ul.spec {
padding: 0px;
margin-top: 0px;
}
ul.spec p {
color: #000000;
border-bottom: solid 1px #333333; /** #dadada;下に灰色線*/
padding-bottom: 4px;
margin-bottom: 0px;/*15*/
list-style-type: none!important;/*ポチ消す*/
font-weight: bold;
margin-right: 10px;
font-size: 16px;
}
/**共通スペック一覧2列**/
ul.specview {
display: table;
width:100%;
}
ul.specview > li:nth-child(2n+1) {
clear: both;
}
ul.specview > li {
display: table-cell;
float: left;
width: 100%; /**50**/
}
ul.specview {
padding: 0px;
}
ul.specview p {
color: #303030;
border-left: solid 5px #8490ab;/*左側の線*/
border-bottom: solid 1px #dadada;/*下に灰色線*/
background: whitesmoke;
margin-bottom: -5px;/*下のバーとの余白*/
line-height: 1.2;
padding: 0.6em;
list-style-type: none!important;/*ポチ消す*/
font-weight: normal;
margin-right: 10px;
}
/* check mark li.t01*/
li.t01 {
position: relative;
margin-left: -25px;
margin-bottom: 0px;
margin-top: 5px; /**15px**/
list-style:none;
}
/** 新製品特集ヘッダーデザイン**/
#newproduct {
position: relative;
width: 100%;
align: left;
font-size: 16px;
color: #ffffff;
padding: 10px 10px 4px 20px;
margin-bottom: 10px;
/**margin-right: 0px;**/
background-image: url(https://www.hsgi-shop.jp/data/hsgear/image/h2_back.png);
height:auto;
background-repeat: no-repeat;
}
#newproduct p {
align: left;
margin-top: 7px;
margin-left: 0px;
}
#newproduct span{
display:block;
position: relative;
font-size: 16px;
/**color:#333333;**/
}
/** CFXヘッダースライド**/
#cfxslide {
margin-left: 0px;
margin-top: 0px;
}
/** Jugglerヘッダースライド**/
#juggler {
margin-top: 0px;
}
/** amazonボタンスタイル**/
#amazon .styled {
border: 0;
line-height: 4.0;
padding: 10 40px;
font-size: 13px !important;
text-align: center;
color: #fff;
border-radius: 3px;
background-color: rgba(1,121,254, 1);
background-image: linear-gradient(to top left,
rgba(0, 0, 0, .2),
rgba(0, 0, 0, .2) 30%,
rgba(0, 0, 0, 0));
/**box-shadow: inset 1px 1px 1px rgba(255, 255, 255, .6),
inset -1px -1px 1px rgba(0, 0, 0, .6);**/
}
#amazon .styled:hover {
background-color: rgba(50,147,254, 1);
}
#amazon .styled:active {
box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
inset 2px 2px 3px rgba(0, 0, 0, .6);
}
/****サイドメニュークローズボタン処理*****/
.close_btn_box,
.delete_btn_box
{
margin: auto;
height: 45px; /**48**/
width: 45px !important;
background: url(image/ico_close.png) no-repeat center;
background-size: 17px 17px;
background-color: #111;
cursor: pointer;
z-index: 1000;
margin-right: -8px;
margin-top:-6px;
}
.login_page_body .close_btn_box {
display: none;
}
.login_page_body .upper_popup_nav {
display: none;
}
.shoppingcart_page_body .close_btn_box {
display: none;
}
.shoppingcart_page_body .upper_popup_nav {
display: none;
}
/********************************************************************/
/* フローティングメニュー フッター上部 */
/********************************************************************/
.floatingNav {
margin: 0;
padding: 0;
height: 50px;/**50px**/
width: 100%;
border-top: solid 1px #dedede;
background-color: #f3f3f3;
opacity: 1.0; /*0.9;*/
font-size: 0;
letter-spacing: 0;
font-color:#000;
list-style: none;
z-index: 100;
-webkit-transition: transform .8s ease;
-webkit-transition: -webkit-transform .8s ease;
transition: -webkit-transform .8s ease;
transition: transform .8s ease;
transition: transform .8s ease, -webkit-transform .8s ease;
position: fixed;
bottom: -50px; /****-50px*****/
left: 0;
}
.floatingNav.isVisible {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.floatingNav li {
display: inline-block;
height: 100%;
width: 24%;
}
.floatingNav li span {
position: relative;
}
.floatingNav li:nth-of-type(4) {
background: url(image/imenu.png) no-repeat top 7px center;/**7px以下4つ**/
background-size: 23px 23px;
}
.floatingNav li:nth-of-type(2) {
background: url(image/scart.png) no-repeat top 7px center;
background-size: 23px 23px;
}
.floatingNav li:nth-of-type(1) {
background: url(image/user_24m.png) no-repeat top 7px center; /**image/mypage.png**/
background-size: 25px 25px;
}
.floatingNav li:nth-of-type(3) {
background: url(image/rireki.png) no-repeat top 7px center;
background-size: 22px 22px;
}
.floatingNav li a {
display: block;
padding-top: 32px;
height: 100%;
font-size: 10px;
font-weight: normal;
letter-spacing: 0;
color: #000000;
text-align: center;
}
.floatingNav li + li {
border-left: solid 1px #dedede;
}
.floatingNav .cartQty {
position: absolute;
top: -2px;
right: 22px;
}
.menuDimmer {
height: 100%;
width: 100%;
background: rgba(255, 255, 255, .8);
z-index: 1;
position: fixed;
top: 0;
left: 0;
}
.elementFixed {
width: 100%;
position: fixed;
}
/***グループ***/
.col_33{
width: 100%;
display: flex;
display: -ms-flexbox; /* IE10 */
flex-wrap: wrap;
-ms-flex-wrap: wrap; /* IE10 */
}
.col_33 > div{
width: 24%; /**33.33333%;**/
padding: 2px;
}
@media screen and (max-width: 980px) {
.col_33 > div{
width: 50%;
}
}
@media screen and (max-width: 490px) {
.col_33 > div{
width: 100%;
}
}
.col_33 a{
display: block;
border: 1px solid #ccc;
background-color: #E0F2F7;
padding: 10px 10px;
text-decoration: none;
color: #333;
margin: 2px 2px;
text-align: center;
font-size: 12px;
font-weight: bold;
}
.col_33 a:hover{
border: 1px solid #A9B8D0;
background-color: #B9D5FE;
}
/************************************************************************************************************
ここからカスタムCSS
************************************************************************************************************/
/* h2見出しカスタマイズ */
h2 {
font-family: 'Noto Sans Japanese', sans-serif;
padding-right: 0!important;
}
.title_text {
display: inline-block;
padding: 5px;
}
.title_text::first-letter {
color: #e60012!important;
}
.main_box h2:before,
.main_box h2:after {
background: #ccc!important;
}
@media screen and (min-width: 1200px) {
/* トップページスワイプを大きく */
.ajax_item .swiper-slide {
width: 25%!important;
}
/* 1200px以上はコンテンツ幅制限 */
.top_page_body section {
max-width: 1200px; /**1244**/
margin: 0 auto;
}
@media screen and (max-width: 1245px) {
.main_box h2 {
margin: 0 20px;
padding: 0!important;
text-align: center!important;
background: none!important;
}
.main_box h2:before,
.main_box h2:after {
background: #fff!important;
}
.swiper-button-next,
.swiper-button-prev {
display: none!important;
}
}
/******************************************************
ヘッダー
******************************************************/
/* 表示領域の調整 */
/* 1200px1244コンテンツ */
@media screen and (min-width: 1244px) {
.cInner {
width: 1244px; /**1244**/
margin: 0 auto;
}
#c_header {
display: none;
}
#c_sp_logo {
margin: 0 auto;
text-align: center;
background: #e00109;
}
#c_sp_logo img{
width: 100%;
max-width: 375px;
height: auto;
}
#sp_b_delivery {
width: 100%;
margin-bottom: 10px;
}
#sp_b_delivery img {
width: 100%;
}
#c_sp_nav {
position: relative;
}
#c_sp_nav > ul {
width: 100%;
margin: 15px auto 15px;
padding: 0;
list-style: none;
font-size: 0;
text-align: center;
}
#c_sp_nav > ul > li {
display: inline-block;
/*width: 30px;*/
width:53px;
font-size: 14px;
/*margin: 0 20px;*/
}
#c_sp_nav .d_menu,
#c_sp_nav .d_search {
display: none;
margin: 0 0 20px;
padding: 20px;
border-bottom: 1px solid #000;
background: rgba(255,255,255,1);
}
#c_sp_nav .d_menu .title {
margin-bottom: 20px;
text-align: center;
font-weight: bold;
font-size: 1.2em;
}
#c_sp_nav .d_menu ul {
padding: 0;
}
#c_sp_nav .d_menu li {
display: block;
width: 100%;
font-size: 16px;
}
#c_sp_nav .d_menu li:nth-child(n+2) {
margin-top: 30px;
}
#c_sp_sns {
position: relative;
}
#c_sp_sns > ul {
width: 100%;
/*margin: 0 auto 30px;*/
margin: 30px auto;
padding: 0;
list-style: none;
font-size: 0;
text-align: center;
}
#c_sp_sns > ul > li {
display: inline-block;
width: 30px;
font-size: 14px;
margin: 0 20px;
}
#c_sp_sns .d_menu,
#c_sp_sns .d_search {
display: none;
margin: 0 0 20px;
padding: 20px;
border-bottom: 1px solid #000;
background: rgba(255,255,255,1);
}
#c_sp_sns .d_menu .title {
margin-bottom: 20px;
text-align: center;
font-weight: bold;
font-size: 1.2em;
}
#c_sp_sns .d_menu ul {
padding: 0;
}
#c_sp_sns .d_menu li {
display: block;
width: 100%;
font-size: 16px;
}
#c_sp_sns .d_menu li:nth-child(n+2) {
margin-top: 30px;
}
.sp_category_menu {
display: none;
margin-top: 20px;
}
.sp_category_menu li:before {
content: "-";
margin: 0 10px;
}
.sp_category_toggle {
display: block;
}
.sp_category_toggle:after {
float: right;
content: "\f107";
font-size: 16px;
font-family: FontAwesome;
}
.sp_category_toggle.active:after {
content: "\f106";
}
.sp_other_menu {
display: block;
}
.sp_other_menu:after {
float: right;
content: "\f105";
font-size: 16px;
font-family: FontAwesome;
}
.sp_search_box {
display: none;
width: 100%;
margin-top: 50px;
/**margin-bottom: 20px;**/
display:none;
}
.sp_search_btn {
width: 100%;
padding: .5em;
color: #fff;
background: #000;
display:none;
}
#c_sp_bottom {
position: fixed;
bottom: 0;
width: 100%;
display: table;
font-size: .86em;
}
#c_sp_bottom a {
color: #fff;
font-weight: normal;
}
#c_sp_bottom #sp_bottom_member {
display: table-cell;
width: 50%;
height: 50px;
text-align: center;
line-height: 1.2;
vertical-align: middle;
border-right: 1px solid #fff;
background: #175B66;
}
#c_sp_bottom #sp_bottom_line {
display: table-cell;
width: 50%;
height: 50px;
line-height: 50px;
text-align: center;
vertical-align: middle;
background: #00c300;
}
#c_sp_bottom #sp_bottom_line img {
margin-right: 10px;
}
#c_sp_bottom #sp_bottom_review {
display: table-cell;
width: 50%;
height: 50px;
line-height: 50px;
text-align: center;
vertical-align: middle;
background-color: #336889; /**#005ebb;**/
}
#c_sp_bottom #sp_bottom_review a {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
padding: 0 10px;
color: #fff;
line-height: 1.4em;
}
#c_sp_bottom #sp_bottom_appDL img{
margin-right: 10px;
}
/***************
.header_nav li {
margin-left: -20px;
margin-top: -10px;/*0**/
}
.header_nav_item .fa {
padding-top: -20px; /**-20**/
}
#inner_header img{
margin-top: -10px;/*0*/
margin-left: -5px;
padding-top: 2px;
}
*****************/
}
@media screen and (max-width: 1243px) {
#c_header {
display: none;
}
#c_sp_logo {
margin: 0 auto;
text-align: center;
background: #e00109;
}
#c_sp_logo img{
width: 100%;
max-width: 375px;
height: auto;
}
#sp_b_delivery {
width: 100%;
margin-bottom: 10px;
}
#sp_b_delivery img {
width: 100%;
}
#c_sp_nav {
position: relative;
}
#c_sp_nav > ul {
width: 100%;
margin: 15px auto 15px;
padding: 0;
list-style: none;
font-size: 0;
text-align: center;
}
#c_sp_nav > ul > li {
display: inline-block;
/* width: 30px; */
width:53px;
font-size: 12px;
/* margin: 0 20px; */
}
#c_sp_nav .d_menu,
#c_sp_nav .d_search {
display: none;
margin: 0 0 20px;
padding: 20px;
border-bottom: 1px solid #000;
background: rgba(255,255,255,1);
}
#c_sp_nav .d_menu .title {
margin-bottom: 20px;
text-align: center;
font-weight: bold;
font-size: 1.2em;
}
#c_sp_nav .d_menu ul {
padding: 0;
}
#c_sp_nav .d_menu li {
display: block;
width: 100%;
font-size: 16px;
}
#c_sp_nav .d_menu li:nth-child(n+2) {
margin-top: 30px;
}
#c_sp_sns {
position: relative;
}
#c_sp_sns > ul {
width: 100%;
/*margin: 0 auto 30px;*/
margin: 30px auto;
padding: 0;
list-style: none;
font-size: 0;
text-align: center;
}
#c_sp_sns > ul > li {
display: inline-block;
width: 30px;
font-size: 14px;
margin: 0 20px;
}
#c_sp_sns .d_menu,
#c_sp_sns .d_search {
display: none;
margin: 0 0 20px;
padding: 20px;
border-bottom: 1px solid #000;
background: rgba(255,255,255,1);
}
#c_sp_sns .d_menu .title {
margin-bottom: 20px;
text-align: center;
font-weight: bold;
font-size: 1.2em;
}
#c_sp_sns .d_menu ul {
padding: 0;
}
#c_sp_sns .d_menu li {
display: block;
width: 100%;
font-size: 16px;
}
#c_sp_sns .d_menu li:nth-child(n+2) {
margin-top: 30px;
}
.sp_category_menu {
display: none;
margin-top: 20px;
}
.sp_category_menu li:before {
content: "-";
margin: 0 10px;
}
.sp_category_toggle {
display: block;
}
.sp_category_toggle:after {
float: right;
content: "\f107";
font-size: 16px;
font-family: FontAwesome;
}
.sp_category_toggle.active:after {
content: "\f106";
}
.sp_other_menu {
display: block;
}
.sp_other_menu:after {
float: right;
content: "\f105";
font-size: 16px;
font-family: FontAwesome;
}
.sp_search_box {
width: 100%;
margin-top: 40px;
display:none;
}
.sp_search_btn {
width: 100%;
padding: .5em;
color: #fff;
background: #000;
display:none;
}
#c_sp_bottom {
position: fixed;
bottom: 0;
width: 100%;
display: table;
font-size: .86em;
}
#c_sp_bottom a {
color: #fff;
font-weight: normal;
}
#c_sp_bottom #sp_bottom_member {
display: table-cell;
width: 50%;
height: 50px;
text-align: center;
line-height: 1.2;
vertical-align: middle;
border-right: 1px solid #fff;
background: #175B66;
}
#c_sp_bottom #sp_bottom_line {
display: table-cell;
width: 50%;
height: 50px;
line-height: 50px;
text-align: center;
vertical-align: middle;
background: #00c300;
}
#c_sp_bottom #sp_bottom_line img {
margin-right: 10px;
}
#c_sp_bottom #sp_bottom_review {
display: table-cell;
width: 50%;
height: 50px;
line-height: 50px;
text-align: center;
vertical-align: middle;
background-color: #336889; /**#005ebb;**/
}
#c_sp_bottom #sp_bottom_review a {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
padding: 0 10px;
color: #fff;
line-height: 1.4em;
}
#c_sp_bottom #sp_bottom_appDL img{
margin-right: 10px;
}
.header_nav li {
margin-left: 0px;
margin-top: 0px;/*0**/
}
.header_nav_item .fa {
padding-top: -20px; /**-20**/
}
#inner_header img{
margin-top: 0px;/*0*/
margin-left: -5px;
padding-top: 2px;
}
}
/***1024p***x840**/
@media screen and (min-width: 840px) {
#spArea {
display: none;
}
#c_header_left {
float: left;
width: 170px;
}
#c_header_right {
float: right;
margin-bottom: 0px;
}
#c_header {
/*padding-bottom: 35px;*/
}
#c_header a:hover {
opacity: .6;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
#c_header ul {
list-style: none;
margin: 0;
padding: 0;
}
#c_header_info ul {
/*margin: 35px 0 55px;*/
margin: 15px 0 9px;/*15px 0 9px;*/
font-size: 0;
text-align: right;
}
#c_header_info li {
display: inline-block;
font-size: 16px;
margin-left: 20px;
}
#c_header_info li a {
color: #000;
}
#c_header_info li.c_header_cart a {
display: block;
color: #fff;
padding: 8px 20px;
background: #000;
}
#c_header_info li .cart_item_quantity {
position: static!important;
background: #f00!important;
}
#c_header_info li .cart_qty i {
font-size: 14px;
font-style: none!important;
line-height: 1;
}
#c_header_info li .icon_badge {
min-width: 20px;
height: 20px;
padding: 0;
position: static;
line-height: 1;
border-radius: 0;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
display: inline-block;
box-sizing: border-box!important;
font-size: 14px;
font-weight: bold;
text-align: center;
opacity: 1;
font-style: normal!important;
}
#c_header_info li .custom_icon {
width: 34px;
background: none!important;
box-shadow: none!important;
}
#c_header_nav #first_nav {
float: left;
font-size: 0;
text-align: left;
}
#c_header_nav #first_nav .first {
display: inline-block;
/**margin-top: 0px;**/
/*font-size: 16px;*/
/*height: 34px;*/
font-size: 24px;
line-height: 55px;
}
#c_header_nav #first_nav .first a {
color: #000;
display: block;
/*line-height:1.2em;*/
}
#c_header_nav .second_nav {
position: absolute;
display: none;
min-width: 170px;
/*margin-left: -20px;*/
padding: 0px 20px;/*10px 20px;*/
font-size: 13px;
font-weight: normal;
background: rgba(0,0,0,.8);
box-sizing: border-box;
}
#c_header_nav .second_nav a {
color: #fff!important;
}
#c_header_nav .second_nav li:nth-child(n+2) {
margin-top: 20px;
}
#c_header_nav .active .second_nav {
display: block;
}
#c_header_nav .active .second_nav li{
display: block;
line-height: 2;
}
#c_header_nav .c_sns_btn {
float: right;
margin-left: 35px;
}
#c_header_nav .c_sns_btn a {
display: inline-block;
}
.header_nav ul {
margin-top: -12px; /*-12*/
}
.header_nav li {
margin-left: 0px;
margin-top: 2px; /*2**/
padding-top: 10px; /***10***/
}
.header_nav_item .fa {
padding-top: 5px; /**5**/
margin-top: -18px; /*-18**/
}
#inner_header img{
margin-top: -14px; /*-14*/
margin-left: -5px; /**-5**/
padding-top: 5px; /**5**/
}
}
/** TOP画像 文字部分設定 **/
p.toppic {
font-size: 190%;
font-weight: normal;
color: #fff;
color: transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
/***説明付き画像バナー***/
.flex_banner_box {
margin: 15px 0px;
}
.flex_banner_box .column2_item {
width: 50%;
}
.flex_banner {
background-color: #ffffff;
}
.inner_banner_desc {
color: #FFFFFF;
text-align: center;
position: relative;
top: 50%;
margin-top: 50px;
padding: 40px 0px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
background-color: #000000;
}
.banner_title {
font-size: 105%;
font-weight: bold;
}
.banner_desc {
font-size: 93%;
margin: 5px 0px 10px;
}
.inner_banner_desc A {
display: inline-block;
padding: 5px 35px;
border: 1px solid #FFFFFF;
color: #FFFFFF;
font-size: 93%
}
.inner_banner_desc A:hover {
background-color: #FFFFFF;
color: #000000;
}
.inner_banner_desc {
padding: 0px;
}
}
/***バナー画像フェードイン***/
.fadein {
opacity: 0;
transform: translateY(20px);
transition: all 1.3s 0s ease-out;
}
/***VOG400CFXAロゴ横並び***/
#roundlogo{
/*コレ*/margin: 10px;
padding: 10px;
/** border: 0px solid #999;
background: #f2f2f2;**/
}
/**ツールチップ**/
.datatooltip {
position: relative;
border-bottom: 1px dotted #000000;
font-size: 14px;
}
.datatooltip:before {
content: attr(data-tooltip);
position: absolute;
width: 200px;
background-color: #000000;
color: #FFFFFF;
text-align: center;
padding: 10px;
border-radius: 10px;
z-index: 1;
opacity: 0;
transition: opacity .6s;
bottom: 25px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
font-size: 14px;
visibility: hidden;
}
.datatooltip:after {
content: "";
position: absolute;
bottom: 15px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
border-width: 5px;
border-style: solid;
opacity: 0;
transition: opacity .6s;
border-color: #000000 transparent transparent transparent;
visibility: hidden;
}
.datatooltip:hover:before, .datatooltip:hover:after {
opacity: 1;
visibility: visible;
}
/************************/
/*サムネイル付お勧め記事*/
/************************/
.pickup_post {
margin-top:0px;
margin-left: 0px;
margin-right: 0px;
padding:0px 0px; /**10 35**/
}
.pickup_list {
display:flex;
justify-content:space-between;/*均等配置*/
flex-wrap: wrap;
/*box-shadow: 0 2px 5px #f0f0f0; /*枠の影*/
transition: .5s;*/
}
.pickup_list li{
list-style:none;
}
.pickup img{ /*サムネイルサイズ*/
width:100%;/**160**/
height:auto;/**90**/
}
.pickup_list li:hover {
opacity:0.5;
transition:0.3s;
}
/*端末サイズによる表示*/
@media only screen and (max-width: 1999px){
.pickup_post {
padding: 0;
margin: 0 0;
width:100%;
}
.pickup_list {
margin: 0;
padding: 0 0;
}
.pickup_list li{
width:49.7%;/**49.7%**/
padding: 5px;
margin: 0px;
}
}
@media only screen and (max-width: 767px){
.pickup_post {
padding: 0;
margin: 0 0;
width:100%;
}
.pickup_list {
margin: 0;
padding: 0 0;
}
.pickup_list li{
width:100%;
margin: 0;
}
}
.pickup_post2 {
margin-top:-5px;
margin-left: -50px;
padding:0px 0px;
}
.pickup_list2 {
display:flex;
justify-content:space-between;/*均等配置*/
flex-wrap: wrap;
}
.pickup_list2 li{
list-style:none;
}
/*端末サイズによる表示*/
@media only screen and (max-width: 1999px){
.pickup_list2 li{
width:50%;/**49.7%**/
margin: 0.2em 0 0.2em 0;/*0.25em*/
}
}
/***767***/
@media only screen and (max-width: 767px){
.pickup_list2 li{
width:100%; /**100%**/
margin: 0.2em 0 0.2em 0;
}
}
.iframe-wrapper {
position: relative;
padding-bottom: 56.25%; /* アスペクト比16:9の場合 */
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom: 5px; /* YouTubeの下に余白をつける */
margin-top: 10px;
}
.iframe-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/***カウントダウン***/
#CDT {
width: 100%;
text-align: center;
font-size: 20px;
font-weight: bold;
color: #C10D0C;
#CDT01 {
width: 100%;
text-align: center;
font-size: 20px;
font-weight: bold;
color: #C10D0C;
}
.ttl {
color: #444;
font-size: 20px;
font-weight: 600;
text-align: center;
margin: 0;
line-height: 1.5;
}
.timer {
background: #C10D0C;
margin: 5px auto;
padding: 5px;
text-align:left;
}
/*フッター見出し--------------*/
.fttl {padding:10px 0px 10px 0px; font-size:13px; color: #ffffff; line-height:80%; width:85%; text-align:center; border-top:solid #b33e5c 1px; border-bottom:solid #b33e5c 1px; margin:0 auto;}
.fttl b{color:#ffffff; font-size:9px; font-weight:normal;}
/*==============*/
.fttu p{
padding:0px 0px 10px 0px;
font-size:13px !important;
color: #000000;
line-height:1.2em;
width:23%;
text-align:left;
border-top:none;
border-bottom:solid #b33e5c 1px;
}
/** デザインヘッダー**/
#eyehead p{
position:relative;
text-align: center;
font-size: 20px;
color: #fff;
-webkit-text-stroke: 1px #fff;
text-stroke: 1px #fff;
}
#eyehead{
background: url(https://www.hsgi-shop.jp/data/hsgear/image/proreview_long.png) no-repeat center center / cover;
width: 100vw;
margin-left: calc(-50vw + 50%);
max-width: none;
display: block;
padding: 60px 0px;
margin-bottom: 20px;
}
#eyehead span{
display:block;
font-size: 16px;
padding: 5px;
}
/* プロレビュー見出し -
dl#review {
BORDER-BOTTOM: #999999 1px solid; BORDER-LEFT: #999999 1px solid; PADDING-BOTTOM: 10px; MARGIN: 0px -25px 0px -20px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BORDER-TOP: #999999 1px solid; BORDER-RIGHT: #999999 1px solid; PADDING-TOP: 0px; font-size: 13px; width: 100%;
}
dl#review dt {
TEXT-ALIGN: left; LINE-HEIGHT: 2.8em; PADDING-BOTTOM: 4px; padding-top: 5px; MARGIN: 5px 5px 5px; PADDING-LEFT: 20px; PADDING-RIGHT: 0px; BACKGROUND: url() #003366; COLOR: #ffffff; PADDING-TOP: 10px: font-size: 14px;
}
dl#review dd {
PADDING-BOTTOM: 0px; LINE-HEIGHT: 1.8em; PADDING-LEFT: 10px; PADDING-RIGHT: 20px; PADDING-TOP: 5px: font-size: 13px;
}
----------------------- */
.signin_box {
width: 70%;
}
/**************************/
/***カメラアイコン***/
.cam {
padding: 5px 0px 0px 25px;
background-image: url(https://www.hsgi-shop.jp/data/hsgear/image/cameraicon.png);
background-repeat: no-repeat;
background-position: 0 5px;
background-size: 10px 10px;
font-size: 14px;
}
/** ライン広告**/
.ticker{
width: 100%; text-align: right;
}
#tickerBox{
width: 100%; position: relative; margin: 0px 0px 10px auto; text-align: left; border-radius: 3px;
}
#tickerBox dl:after{
content: "."; clear: both; display: block; height: 0px; visibility: hidden;
}
#tickerBox dl{
zoom: 1; margin: 0px;
}
#tickerBox dt,
#tickerBox dd{
height: 30px; background-color: rgba(0, 51, 102, 1); border: 1px solid rgba(0, 51, 102, 1); margin: 0px; padding-top: 7px; font-size: 83.3%; font-weight: bold; border-radius: 3px;
}
#tickerBox dt{
float: left; width: 12.4%; color: #fff; /**72px**/
text-align:center;
}
#tickerBox dt img{
position: absolute; left: 6px; top: 2px; z-index: 2;
}
#tickerBox dd{
float: right; width: 85.0%; background-color: #fff; padding-left: 10px; overflow :hidden; /**445px**/
}
#tickerBox a{
color: rgba(194, 5, 5, 1); line-height: 1.4em; font-weight: bold;
}
/***製品プロレビュー***/
.flex-item-r {
border: 1px solid #999;
padding: 5px;
background-color: #fff;
width: 100%;
margin-left: 0px;
margin-top: 5px;
}
.detail {
margin-top: 0px;
}