@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote {
    margin: 0;
    padding: 0;
}

body{
    font: 14px/1.6 "Hiragino Kaku Gothic Pro",Osaka,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
    margin:0;
    color:#030303;
    letter-spacing: 0.05em;
}

img {
    outline: none;
    border-style: none;
}

a:link {
   text-decoration: none;
   }
   
a:visited {
   color: #990099;
   text-decoration: none;
   }
   
a:active {
   color: #0000FF;
   text-decoration: underline;
   }
   
a:hover {
   color: #FF0000;
   text-decoration: underline;
   }

a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

h5 {
    padding:0px 10px;  /*内側の余白*/
    margin-bottom: 10px;
    border-bottom:2px dashed #a61919;  /*下線の太さ 種類 色*/
    font-size: 18px;
    line-height: 45px;
    position: relative;
    padding-left: 50px;
}

h5:before {
    content: url("https://pcakindo.itembox.design/item/banner/air_caution_icon_45.gif");  /*画像のURL*/
    display: inline-block;
    vertical-align: middle;
    transform: scale(0.8);
    margin-right:5px;  /*画像右の余白*/
    position: absolute;
    top: -3px;
    left: 5px;

}

/*===============================
fsシステムパーツ
=================================*/
.fs-l-main {
    margin: 10px auto 60px;
    padding: 0px;
    width: 1200px;
  }

.fs-l-pageMain {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
}

.fs-c-breadcrumb {
    margin: 0 auto 60px;
    padding: 0px;
}

.fs-c-inputInformation {
    margin: 0 auto;
}


/* -- パンくず -- */
.fs-c-breadcrumb {
    padding: 10px 0;
    background: #f5f5f5;
    margin-bottom: 15px;
    margin-top: 20px;
}

/* -- キャッチコピー -- */
.fs-c-productNameHeading__copy {
    font-size: 0.8em;
    font-weight: normal;
    display: block;
    margin-top:7px;
}

/* -- 商品名 -- */
.fs-c-productNameHeading__name {
    font-weight: bold;
    margin: 10px 0;
    display: block;
    line-height: 130%;
}

/* -- 商品番号 -- */
.fs-c-productNumber {
    border: 0;
    margin: 10px 0 5px 0;
    padding: 0;
    font-size: 14px;
}

/* -- 価格 -- */
.fs-c-productPrices--productDetail {
    margin-top: 10px;
}

.fs-c-productPrice__main__price span.fs-c-price__value {
    font-size: 30px;
}

/* -- カート数量 -- */
.fs-c-quantity__select {
    padding: 10px;
    margin: 1px 0 0 5px;
}

/* -- カートボタン -- */
.h-cartbutton {
    padding: 20px 0;
    width: 100%;
	background: #d61313;
    border: 1px solid #d61313;
    font-size: 16px;
}

/* -- ポイント -- */
.fs-c-productPointDisplay {
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    color: #c21717;
    padding: 5px 5px 5px 0;
    margin: 5px 0;
}

/* -- お気に入りボタン -- */
.fs-c-button--particular.fs-c-button--addToWishList--detail, .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
    width: 180px;
    height: 40px;
}

/* -- youtube -- */
.youtube_cam {
    margin: 10px 0 0 0;
    border-top: 1px solid #cccccc;
    padding-top: 20px;
}

/* -- PayPay告知 -- */
.paypay_cart {
	margin-top: 10px;
}

/* -- キャッチコピー_商品一覧 -- */
.fs-c-productName__copy,.fs-c-productListItem__productDescription {
	display: none;
}

/* -- メーカー価格_商品一覧 -- */
.fs-c-productPrice--listed > .fs-c-productPrice__main > .fs-c-productPrice__main__price > .fs-c-price__value {
	font-size: 17px;;
}

/* -- レイアウト上部 2列 -- */
/*
.fs-l-productLayout {
    display: grid;
    grid-template-columns: calc(43% - 16px / 2) calc(57% - 16px / 2);
    grid-gap: 16px;
    align-items: start;
}

.item_main_layout_3 {
    grid-column: 1 / 3;
}
*/

/* -- レイアウト上部 3列 -- */
.fs-l-productLayout {
    display: grid;
    grid-template-columns: calc(42% - 16px / 2) calc(32% - 16px / 2) calc(27% - 16px / 2);
    grid-gap: 8px;
    align-items: start;
}

.item_main_layout_3 {
    grid-column: 1 / 4;
}

/* -- 商品説明内の画像間の隙間をなくす -- */
.fs-p-productDescription.fs-p-productDescription--full img {
    vertical-align: bottom;
}

/*===============================
全体
=================================*/
#wrapper {
    margin: 0 auto;
}

/*===============================
ヘッダー
=================================*/
header {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto 0 auto;
}

.unv_header_area {
    width: 100%;
    background: #cc0000;
    padding: 10px 0;
}

.unv_header  {
    width: 1200px;
    margin: 0 auto;
    background: #cc0000;
    font-size: 13px;
}

.subtitle {
    width: 48%;
}

.subtitle p {
    float: left;
}

.unv_header nav {
    color: #fff;
    display:flex;
    justify-content: flex-end;
    margin-right: 15px;
}

.unv_header nav ul {
    overflow: hidden;
    list-style: none;
}

.unv_header nav li {
    display:inline;
    float: right;
    padding: 0 0 0 10px;
}

.unv_header a {
    color: #fff;
}

.subtitle p{
    color: #fff;
}

/*===============================
ヘッダーロゴBOX
=================================*/
#main_head {
    width: 1200px;
    padding: 10px 0px 1px 8px ;
    margin: 0 auto;
    text-align: left;
    background-color: #fff;
    display: flex;
    align-items: flex-end;
	}

.head_itembox:first-of-type {
    margin-right: auto;
}

#main_head img {
    
	}

#head_logo {
    
	}

#head_item01{

	}

#head_item02{
    margin-right: 5px;
	}

#head_item03{
    margin-right: 10px;
	}

#head_item04{
    margin-right: 10px;
	}

/*===============================
メインメニュー
=================================*/
.main_menu {
    width: 100%;
    background: #6a6a6a;
}

.main_menu nav {
    width: 1200px;
    margin: 0 auto;
    /*padding: 10px 0;*/
    background: #6a6a6a;
    color: #fff;
    font-size: 16px;
}

.main_menu nav ul {
    display: flex;
    width: 100%;
    list-style: none;
}

.main_menu nav li {
    display:inline;
    width: 12.5%;
    margin: 0 auto;
    text-align: center;
}

.main_menu li a {
    display: block;
    padding: 12px 0;
}

/* マウスオーバー時の背景色 */
.main_menu nav li:hover {
    background-color: #1d1d1d;
    transition: all 0.5s ease ;
}

/* メインナビのテキスト */
.main_menu a:link {
    color: #ffffff;
    text-decoration: none;
}
   
.main_menu a:visited {
    color: #ffffff;
    text-decoration: none;
}
   
.main_menu a:active {
    color: #ffffff;
    text-decoration: none;
}
   
.main_menu a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/*===============================
カテゴリ
=================================*/
.cate_menu {
    width: 100%;
    background: #c21717;
    font-size: 12px;
    text-align: center;
}

.cate_nav {
    width: 1200px;
    margin: 0 auto;
}

.cate_nav li {
    width: 109px;
}

.cate_nav li+ li {
    border-left: 1px solid #df7a7a;
}

.cate_list1 {
    display: flex;
    width: 100%;
    list-style: none;
}

.cate_list1 li {
    border-bottom: 1px dashed #5a0101 ;
}

.cate_list1 li a {
    display: block;
    padding: 8px 0;
}

.cate_list2 {
    display: flex;
    width: 100%;
    list-style: none;
}

.cate_list2 li a {
    display: block;
    padding: 8px 0;
}

/* マウスオーバー時の背景色 */
.cate_menu nav li:hover {
    background-color: #1d1d1d;
    transition: all 0.2s ease ;
}

/* カテゴリナビのテキスト */
.cate_menu a:link {
    color: #ffffff;
    text-decoration: none;
}
   
.cate_menu a:visited {
    color: #ffffff;
    text-decoration: none;
}
   
.cate_menu a:active {
    color: #ffffff;
    text-decoration: none;
}
   
.cate_menu a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/*===============================
検索フォーム
=================================*/
.navigation {
    width: 100%;
    background: #ededed;
    padding: 10px 0;
    margin: 0 auto;
}

.navigation_box {
    width: 1200px;
    margin: 0 auto;
    display:flex;
    align-items:center;
}

.welcome_msg {
    width: 250px;
    display:inline-flex;
    flex-direction: column;
    align-items: flex-end;
}

#search_area {
    width: 950px;
    margin: 0 auto;
    padding: 5px 0 ;
    margin-top: 1px;
}

#search_box1 {
    width: 85%;
    min-width: 700px;
    height: 25px;
    padding: 5px;
    margin-left: 20px;
    font-size: 18px;
}

#search_area input:focus {
    background:#c8f4fc;
}

#search_box2 {
    width: 8%;
    padding: 5px;
    height: 40px;
    font-size: 16px;
	background: #c21717;
	color: #FFF;
	padding: 10px 2px;
    border-radius: 10px;
	font-weight: bold;
	border: none;
	cursor: pointer;
}

/* 置換情報の指定 */
.member_points.my-false { display: none; }
.login.my-true { display: none; }
.regist.my-true { display: none; }

/*===============================
お客様向け情報
=================================*/
.customer_notice {
	text-align: center;
}

.notice {
    font-size: 14px;
    padding: 5px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    line-height: 1.7;
    background-color: #fdfde2;
}

.notice b {
	color: #CC0000;
	font-size: 22px;
}

/*===============================
コンテンツ
=================================*/
 /***** 全体 *****/
.content {
    width: 1200px;
    margin: 10px auto 0 auto;
    display: grid;
}


 /***** サイド *****/
.content_side {
    width: 200px;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    font-size: 13px;
}

.side_bunnerL {
	margin-bottom: 10px;
	width: 200px;
	text-align:center;
	line-height: 1;
}

.side_bunnerL p {
	margin:0;
}

.side_bunnerL img {
	margin-bottom:2px;
}

.caution {
    text-align:center;
    padding:20px 0;
    background-color:#FFFFCC;
}

 /***** メイン *****/
.item_main {
	margin-top: 10px;
}

.content_main {
    width: 1000px;
    padding: 0 0 0 10px;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}

 /***** 任意商品 *****/
  /*キャッチコピー非表示*/
.content_main .fs-c-productName__copy {
    display: none;
}

/*** 正規販売代理店 ***/
.distributor_box {
	margin-top: 30px;
}

.distributor_title {
    border-bottom: 1px dashed #6a6a6a;
    margin-bottom: 5px;
}

.distributor_title h2 {
    font-size: 200%;
    font-weight: normal;
}

.distributor_box ul {
	margin:0;
	padding:0;
}

.distributor_box li {
	list-style:none;
}

.distributor_logo {
    display: flex;
    flex-wrap: wrap;	
    justify-content: space-between;
}

.distributor_maker img {
	width:152px;
}

/***** メーカー一覧 *****/
.maker_box {
    margin-top: 30px;
}

.maker_title {
    border-bottom: 1px dashed #6a6a6a;
    margin-bottom: 5px;
}

.maker_title h2 {
    font-size: 200%;
    font-weight: normal;
}

.maker_box ul {
	margin:0;
	padding:0;
}

.maker_box li {
	list-style:none;
}

.maker_logo_box {
    
}

.maker_logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.maker_logo_item img {
    width: 160px;
}

/***** メインカテゴリ *****/

#cate-list {
    margin-top: 30px;
}

#cate-list ul li {
    list-style: none;
    width: 95%;
    line-height: 2.0em;
    border-bottom: 1px dashed #d8d8d8 ;
}

#cate-listA {
    display: flex;
    align-items: stretch;
}

#cate-listB {
    display: flex;
    align-items: stretch;
}

#cate-listC {
    display: flex;
    align-items: stretch;
}

#cate-listD {
    display: flex;
    align-items: stretch;
}

.cate-list00 {
    width: 20%;
    margin-bottom: 20px;
    font-size: 13px;
}

.cate_title {
    border-bottom: 1px dashed #6a6a6a;
    margin-bottom: 5px;
}

.cate_title h2 {
    font-size: 200%;
    font-weight: normal;
}

/***** Customer *****/

.customer {
    margin-top: 30px;
    width: 1000px;
}

.customer_title {
    border-bottom: 1px dashed #6a6a6a;
    margin-bottom: 5px;
}

.customer_title h2 {
    font-size: 200%;
    font-weight: normal;
}

.customer_flex {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    padding-top: 30px;
}

.customer_flex h3 {
    font-size: 150%;
    font-weight: bold;
}

.customer_flex ul {
    margin-top: 10px;
}

.customer_flex li {
    list-style: none;
    font-size: 20px;
    line-height: 2em;
}

.customer_flex p {
    margin-top: 10px;
}

.customer_box {
    width: 50%;
    border-right: 0px dashed #6a6a6a;
}

.after_box {
    width: 50%;
}

/***** キャンペーン *****/
.campaign {
	text-align: center;
	font-size: 14px;
	margin-bottom:5px;
}

/***** バイヤーのおすすめ *****/
.byer_recommended ul {
	display: flex;
	width: 100%;
	list-style: none;
	margin-bottom: 20px;
}

.byer_recommended li {
	display: inline;
	width: 17%;
	text-align: center;
}


/*===============================
フッター
=================================*/
.footer_ {
    width: 100%;
    background: #f0f0f0;
    margin: 30px 0 0 0;
}

.footer_guide {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 10px;
    display: flex;
    align-items: stretch;
    justify-content:space-around;
}

.footer_left {
    padding: 0 0 0 1%;
    width: 100%;
}

.footer_center {
    padding: 0 1%;
    width: 100%;
}

.footer_right {
    padding: 0 1% 0 0;
    width: 100%;
}

.footer_guide h3 {
    font-size: 130%;
    margin: 10px 0 5px 0;
    color: #FFFFFF;
    background: rgb(0, 67, 115);
    padding: 6px;
}

.footer_nav_area {
   width: 100%;
   background-color: #021F46;
}

.footer_ .pca_footer_nav {
    width: 1200px;
    margin: 10px auto 0 auto;
    padding-top: 10px;
    background-color: #021F46;
}

.footer_nav_area .pca_footer_nav ul {
    margin-left: 5px;
    text-decoration: none;
}

.footer_nav1 {
    display: inline-flex;
}

.footer_nav2 {
    display: inline-flex;
}

.pca_footer_nav li.first {
    padding-left: 0;
}

.pca_footer_nav li {
    padding: 0 1em;
    border-right: 1px solid #CCCCCC;
    list-style: none;
}

.pca_footer_nav .footer_nav2 {
    margin-top: 10px;
}

.footer_nav_area .footer_text {
    width: 1200px;
    margin: 0 auto;
    padding: 8px 0;
    line-height: 1.4;
    background-color: #021F46;
    color: #FFFFFF;
}

.footer_nav_area .footer_text h2 {
    margin: 0 0 2px 5px;
    font-weight: bold;
}

.footer_ .footer_guide li a, .footer_ .footer_nav_area .pca_footer_nav li a:link {
    color: #FFF;
    text-decoration: none;
}

.footer_ .footer_guide li a, .footer_ .footer_nav_area .pca_footer_nav li a:visited {
    color: #FFF;
    text-decoration: none;
}

.footer_ .footer_guide li a, .footer_ .footer_nav_area .pca_footer_nav li a:hover{
    color: #FFF;
    text-decoration: underline;
}

/*
■■■■■■■■■■■■■■■■■■■■■■■ 
■■■■■　プレゼントページ　■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■
*/
#present {
	width:800px;
	margin:0 auto;
	text-align:center;
	}

.present_box {
	margin-bottom:20px;
	}

.pre_month {
	padding:10px 0;
	background-color:#CC0000;
	font-size:20px;
	color:#FFFFFF;
	}

.pre_item_title {
	margin:10px 0;
	padding:10px 0;
	font-size:20px;
	color:#FFFFFF;
	background-color:#009900;
	}

.pre_list {
	text-align:left;
	font-size:16px;
	line-height:1.5;
	border:1px solid #0132B4;
	}

.pre_list_logo {
	background-color:#0132B4;
	padding:10px 10px 10px 0;
	margin-bottom:10px;
	}

.pre_list p {
	margin-left:40px;
	margin-bottom:10px;
	}

.pre_list ul {
	margin:0;
	padding:0;
	}

.pre_list li {
	margin-left:60px;
	list-style:inside;
	}
	
.new_members {
	float:left;
	margin-left:80px;
	}

.old_pre {
	margin:10px 0;
	}
	
/*
■■■■■■■■■■■■■■■■■■■■■■■ 
■■■■■　プレゼント当選発表　■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■
*/
   
/* ---共通設定--- */
.pre_wrapper {
	width:900px;
	margin:0 auto;
	padding:10px;
	background-color:#EAE7DD;
	}

.tousen_content {
	width:800px;
	margin:5px auto;
	padding:20px 20px;
	overflow: hidden;
	background-color:#FFFFFF;
	}
		
.tousen_head {
	font-size:17px;
	width:700px;
	color:#FFFFFF;
	font-weight:bold;
	margin:10px auto 0 auto;
	padding:10px;
	background-color:#FF3366;
	}

.tousen_content table {
	width:700px;
	margin:10px auto;
	text-align:left;
	line-height:1.3;
	}

.tousen_content table,th,td {
	padding:5px;
	}
	
.tousen_content th {
	background-color:#66CC00;
	text-align:left;
	}
	
.tousen_content td {
	border-bottom:1px dotted #999999;
	}

.pre_title {
	border-right:1px dotted #999999;
	}
	
.pre_item {
	width:120px;
	}

.pre_address {
	width:120px;
	}

/*　過去の当選者発表　*/
.pre_kako {
	width:700px;
	margin:10px auto;
	font-size:15px;
	}

.pre_kako .kako_title {
	font-size:16px;
	color:#000099;
	margin:5px 0;
	text-align:left;
	font-weight:bold;
	}

.year {
	text-align:left;
	margin-left:50px;
	color:#333333;
	font-size:15px;
	}


/*　他特集紹介　*/
.ad {
	margin:10px 0;
	text-align:center;
	}

.ad p {
	font-size:15px;
	margin:2px 0;
	}
	
/*
■■■■■■■■■■■■■■■■■■■■■■■ 
■■■■■　価格コムレビュー　■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■
*/
.k_review {
	width:960px;
	line-height:1.5;
	text-align:center;
	margin:10px auto;
	}

.k_review_text1 {
	width:900px;
	margin:10px auto;
	font-size:15px;
	padding:5px;
	border:1px solid #FF9900;
	}

.k_review_text18px {
	font-size:18px;
	}

.k_review_text25px {
	font-size:25px;
	}

.k_link_banner {
	margin-top:10px;
	}

.k_link_banner p {
	margin:5px;
	}

.k_review_box {
	width:896px;
	margin:10px auto;
	border:2px solid #000099;
	}

.k_review_box_title {
	padding:10px 0;
	background-color:#0066FF;
	color:#FFFFFF;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	}

.k_review_box_text {
	padding:5px 0 5px 20px;
	text-align:left;
	background-color:#FFFFCC;
	}

.k_review_box2 {
	width:896px;
	margin:10px auto;
	border:2px solid #CCCCCC;
	}

.k_text_box_in {
	width:896px;
	height:220px;
	background-color:#FFFFCC;
	}

.k_text_box_in ul {
	margin-top:10px;
	}
	
.k_text_box_in ul li {
	text-align:left;
	margin-left:20px;
	}

.k_text_box_in_L {
	height:220px;
	float:left;
	}
	
.k_text_box_in_R {
	padding:5px;
	float:right;
	text-align:center;
	width:330px;
	}

.k_review_box_title2 {
	padding:10px 0;
	background-color:#CC0000;
	color:#FFFFFF;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	}

/*レビュー当選者コメント*/
.k_review_box_in {
	width:896px;
	height:350px;
	}

.k_review_box_in_L {
	height:350px;
	float:left;
	width:370px;
	background-color:#EAEAEA;
	}
	
.k_review_box_in_R {
	padding:5px;
	float:right;
	text-align:left;
	width:510px;
	}

/*
■■■■■■■■■■■■■■■■■■■■■■■ 
■■■■■■■　即納ページ　■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■
*/

#sokunou {
	width:600px;
	margin:0 auto;
	text-align:center;
	line-height:1.5;
	}

#soku_text_area {
	text-align:left;
	}

#sokunou h3 {
 font-size:17px;
 font-weight:bold;
 color:#003399;
 margin-top:10px;
 }

.soku_title {
	font-size:15px;
	font-weight:bold;
	color:#CC0000;
	margin:20px 0;
	}
	
.soku_key {
	font-size:15px;
	font-weight:bold;
	margin:10px 0;
	}

#sokunou ul li {
	margin-left:20px;
	}

#sokunou li {
	text-indent:-1em;
	}

#sokunou table {
	border-top:1px solid #999999;
	border-right:1px solid #999999;
	}

#sokunou td {
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	}

.soku_table {
	margin:0 auto;
	width:580px;
	}

.soku_area {
	width:400px;
	}
	
/*
■■■■■■■■■■■■■■■■■■■■■■■ 
■■■■■■■紹介キャンペーン■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■
*/
#introduce {
	width:770px;
	line-height:1.5;
	text-align:center;
	margin:10px auto;
	}

#introduce h3 {
	text-align:left;
	font-size:16px;
	color:#FFF;
	padding:5px 0 5px 5px;
	background-color:#FF0033;
	}

.introduce_text1 {
	width:760px;
	margin:10px auto;
	font-size:15px;
	padding:5px;
	text-align:center;
	}

.introduce_text1_l {
	float:left;
	width:60%;
	margin:20px 0 0 0;
	}

.introduce_text1_r {
	width:40%;
	text-align:left;
	float:right;
	}

.introduce_process {
	width:760px;
	margin:10px auto;
	font-size:13px;
	padding:5px;
	text-align:center;
	}

.introduce_process_l {
	float:left;
	width:30%;
	}

.introduce_process_l img {
	margin:30px 0;
	}

.introduce_process_r {
	width:70%;
	height:150px;
	text-align:left;
	float:right;
	background-color:#FFFFCC;
	}

.introduce_process_r ul li {
	padding:5px;
	}

.introduce_text2 {
	width:760px;
	margin:10px auto;
	font-size:13px;
	border:1px solid #CC0000;
	text-align:left;
	}

.introduce_text2 ul {
	margin:10px 0;
	}

.introduce_text2 li {
	text-indent:-1em;
	margin-left:2em;
	font-size:13px;
	}

.introduce_text3 {
	width:760px;
	margin:10px auto;
	font-size:13px;
	border:1px solid #CC0000;
	text-align:left;
	}

.introduce_text3 ul {
	margin:10px 0;
	}

.introduce_text3 li {
	text-indent:-1em;
	margin-left:2em;
	font-size:143x;
	}

/*
■■■■■■■■■■■■■■■■■■■■■■■ 
■■■■■■■　リコール情報　■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■
*/

#recall_page {
	margin:10px auto;
	text-align:center;
	font-size:14px;
	line-height:1.4;
	}

#recall_page h2 {
	font-size:20px;
	font-weight:bold;
	color:#006600;
	}

#recall_page h3 {
	font-size:16px;
	font-weight:bold;
	}

#recall_page table {
	border-top:1px #333333 solid;
	border-left:1px #333333 solid;
	}
#recall_page td {
	border-right:1px #333333 solid;
	border-bottom:1px #333333 solid;
	padding:3px;
	}

.recall-information-box {
	margin:0 auto 20px auto;
	padding-bottom:20px;
	text-align:left;
	border-bottom:1px dotted #666666;
	width:800px;
	}

.information-title {
	padding:5px;
	margin-bottom:3px;
	background-color:#006600;
	color:#FFFFFF;
	font-weight:bold;
	}

.information-subtitle {
	padding:5px;
	margin-bottom:3px;
	background-color:#CCCCCC;
	}

.information-text {
	padding:5px;
	}

.information-text p{
	margin:5px 0;
	}

/*
■■■■■■■■■■■■■■■■■■■■■■■ 
■■■■■■■■■コメント■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■
*/
/*沖縄離島不可*/

.comment_okifuka {
	line-height: 1.4;
	font-weight:bold;
	font-size: 15px;
	text-align: left;
	padding:3px 0;
	}

/*メール便*/
.mail_delivery {
	text-align:left;
	line-height:1.4;
	border:2px solid #CC0000;
	width:586px;
	padding:5px 5px;
	}

.mail_delivery ul li {
	margin-left:2em;
	}

.mail_delivery li {
	text-indent:-1em;
	margin:3px 0;
	}

.mail_delivery_title {
	font-weight:bold;
	font-size:16px;
	}

.manufacturer_direct {
	text-align:left;
	width:688px;
	border:1px solid #FF9900;
	background-color:#FEF5A7;
	font-size:14px;
	line-height:1.3;
	margin:5px 0;
	padding:5px;
	}

.manufacturer_direct ul li {
	margin-left:2em;
	}

.manufacturer_direct li {
	text-indent:-1em;
	margin:3px 0;
	}

/*■■■■■■■■■■■■■■
■■■■延長保証のtable■■■■
■■■■■■■■■■■■■■■*/
.enho_table {
	text-align:left;
	margin:10px 0;
	width:100%;
	font-family:"メイリオ","Meiryo",'Meiryo UI',"ＭＳ Ｐゴシック","Osaka","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	}

.enho_link {
	margin-left:10px;
	font-size:15px;
	font-weight:bold;
	}

.enho_table table {
	width:95%;
	margin:3px 0;
	border-top:1px solid #09AEF0;
	border-left:1px solid #09AEF0;
	line-height:1.4;
	font-family:"メイリオ","Meiryo",'Meiryo UI',"ＭＳ Ｐゴシック","Osaka","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	}

.enho_table td {
	width:16.5%;
	padding:3px;
	border-right:1px solid #09AEF0;
	border-bottom:1px solid #09AEF0;
	}

.pcenho_table table {
    width: 95%;
    margin: 3px 0;
    border-top: 1px solid #09AEF0;
    border-left: 1px solid #09AEF0;
    line-height: 1.4;
    font-family: "メイリオ","Meiryo",'Meiryo UI',"ＭＳ Ｐゴシック","Osaka","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
}

.pcenho_table td {
    width: 33%;
    padding: 3px;
    border-right: 1px solid #09AEF0;
    border-bottom: 1px solid #09AEF0;
}

/*
■■■■■■■■■■■■■■■■■■■■■■■■■■ 
■■■■■■　設置リンク（商品P）■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■
*/

.set_table {
    text-align: left;
    margin: 10px 0;
    width: 100%;
}

.set_table table {
    width: 95%;
    margin: 3px 0;
    border-top: 1px solid #009900;
    border-left: 1px solid #009900;
    line-height: 1.4;
    text-align: left;
    font-family: "メイリオ","Meiryo",'Meiryo UI',"ＭＳ Ｐゴシック","Osaka","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
}

.set_table td {
    border-right: 1px solid #009900;
    border-bottom: 1px solid #009900;
    padding: 3px;
}

.setting_icon {
    padding: 3px;
    border-right: 1px solid #009900;
    border-bottom: 1px solid #009900;
}


/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■　メーカーキャンペーン　■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/

/*■■■ボックスレイアウト■■■*/
.container {
  display: flex;
}

.item1 { order: 0; }
.item2 { order: 1; }


/*■■■キャンペーンリスト全体■■■*/
#maker_ca_wrapper {
	width:760px;
	text-align:left;
	padding:0 5px;
	margin:0 auto 60px auto;
	}
	
#maker_ca_wrapper h2 {
	font-size:16px;
	margin:5px 0;
	text-align:left;
	font-weight:bold;
	}
	
#maker_ca_wrapper p {
	font-size:14px;
	line-height:1.4em;
	margin:2px 0;
	}

#maker_ca_wrapper .text_s {
	font-size:12px;
	}

/*■■■各キャンペーン情報■■■*/
.maker_ca_info {
	margin-top:20px;
	border-bottom:2px #003366 solid;
	clear:both;
	}

/*----キャンペーンタイトル---*/
.maker_ca_title {
	margin:20px 0 10px 0;
	background-color:#006699;
	color:#FFFFFF;
	padding:3px 0;
	}
	
.maker_ca_title h3 {
	margin:0;
	padding:10px;
	}

/*----キャンペーン画像---*/
.maker_ca_img {
	width:350px;
	min-height:150px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	}
	
.maker_ca_img img {
	max-width:100%;
	display:block;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	}

/*----キャンペーンテキスト---*/
.maker_ca_text_1 {
	font-size:15px;
	padding-top:10px;
	margin-bottom:10px;
	}

.maker_ca_text_2 {
	font-size:15px;
	padding-top:10px;
	margin-bottom:10px;
	}

.maker_ca_text_3 {
	font-size:15px;
	padding-top:10px;
	margin-bottom:10px;
	}
	
/*----ガイドページ---*/
/*=======================================
	共通
=========================================*/

.indent {
	text-indent:2em;
	}

#guide h2 {
	font-size:18px;
	font-weight:bold;
	}

/*=======================================
	会社概要
=========================================*/
#company {
	width:750px;
	margin:0 auto;
	text-align:center;
	}

#company h2 {
	width:700px;
	background-color:#CC0000;
	color:#FFFFFF;
	padding:5px 0;
	line-height:1.4;
	margin:0 auto;
	}

.company_staff {
	margin-bottom:10px;
	}

#company table {
	margin:0 auto;
	text-align:left;
	width:700px;
	}

#company td {
	padding: 8px 0px 8px 10px;
	}

#company p {
	margin:3px 0;
	}

#company table {
   border-top: 1px #D2D2D2 solid;
   border-left: 1px #D2D2D2 solid;
   margin-bottom:8px;
   }

#company td {
   border-right: 1px #D2D2D2 solid;
   border-bottom: 1px #D2D2D2 solid;
   }

/*=======================================
	利用規約
=========================================*/

.kiyaku {
	width:750px;
	margin:0 auto;
	text-align:left;
	}

.kiyaku h3 {
	font-size: 120%;
	font-weight:bold;
	line-height: 1.5;
	margin-top: 15px;
	margin-bottom:10px;
	padding-left: 12px;
	padding-right: 15px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #666666;
	color: #333333;
	}
	
.kiyaku p {
	margin:0;
	padding-left:1em;
	}
	
.kiyaku ul li {
	list-style:none;
	}
	
.kiyaku ul {
	margin:2px 0;
	margin-left:2em
	}

.kiyaku li {
	line-height:1.5;
	text-indent:-1em;
	margin:2px 0;
	}

/*=======================================
	ポイント利用規約
=========================================*/

.pointkiyaku {
	width:750px;
	margin:0 auto;
	text-align:left;
	}

.pointkiyaku h3 {
	font-size: 120%;
	font-weight:bold;
	line-height: 1.5;
	margin-top: 15px;
	margin-bottom:10px;
	padding-left: 12px;
	padding-right: 15px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #666666;
	color: #333333;
	}

.pointkiyaku p {
	margin:0;
	padding-left:1em;
	}

.pointkiyaku ul li {
	list-style:none;
	}

.pointkiyaku ul {
	margin:2px 0;
	margin-left:2em
	}

.pointkiyaku li {
	line-height:1.5;
	text-indent:-1em;
	margin:2px 0;
	}

/*=======================================
	延長保証規定
=========================================*/

.enporule {
	width:750px;
	margin:0 auto;
	text-align:left;
	}

.enporule h3 {
	font-size: 120%;
	font-weight:bold;
	line-height: 1.5;
	margin-top: 15px;
	margin-bottom:10px;
	padding-left: 12px;
	padding-right: 15px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #666666;
	color: #333333;
	}
	
.enporule p {
	margin:0;
	padding-left:1em;
	}

.enporule ul li {
	list-style:none;
	}
	
.enporule ul {
	margin:10px 0 0;
	margin-left:2em
	}

.enporule li {
	line-height:1.5;
	text-indent:-1em;
	margin:2px 0;
	}

.enporule li.indent {
	text-indent:1em;
	}
	
.enporule li.indent2 {
	text-indent:2em;
	}

.kiyaku_enho_item table {
	width:730px;
	margin:0 auto;
	text-indent:0.5em;
	border-top:1px solid #29619F;
	border-right:1px solid #29619F;
	}

.kiyaku_enho_item td {
	padding:3px;
	border-bottom:1px solid #29619F;
	border-left:1px solid #29619F;
	}

/*=======================================
	プライバシーポリシー
=========================================*/

.PrivacyPolicy {
	width:750px;
	margin:0 auto;
	text-align:left;
	}

.PrivacyPolicy h3 {
	font-size: 120%;
	font-weight:bold;
	line-height: 1.5;
	margin-top: 15px;
	margin-bottom:10px;
	padding-left: 12px;
	padding-right: 15px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #666666;
	color: #333333;
	}

.PrivacyPolicy p {
	margin:0;
	padding-left:1em;
	}

.PrivacyPolicy ul li {
	list-style:none;
	}

.PrivacyPolicy ul {
	margin:2px 0;
	margin-left:2em
	}

.PrivacyPolicy li {
	line-height:1.5;
	text-indent:-1em;
	margin:2px 0;
	}

/*=======================================
	配送について
=========================================*/

.delivery {
	width:750px;
	margin:0 auto;
	text-align:left;
	}

.delivery h3 {
	font-size: 120%;
	font-weight:bold;
	line-height: 1.5;
	margin-top: 15px;
	margin-bottom:10px;
	padding-left: 12px;
	padding-right: 15px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #666666;
	color: #333333;
	}
	
.delivery h4 {
	font-size: 100%;
	font-weight:bold;
	line-height: 1.3;
	margin-top: 10px;
	margin-bottom:3px;
	padding-left: 12px;
	padding-right: 15px;
	padding-bottom: 4px;
	color: #333333;
	}

.delivery p {
	margin:0;
	padding-left:1em;
	}

.delivery ul li {
	list-style:none;
	}
	
.delivery ul {
	margin:10px 0 0;
	margin-left:2em
	}

.delivery li {
	line-height:1.5;
	text-indent:-1em;
	margin:2px 0;
	}

.delivery li.indent {
	text-indent:1em;
	}
	
.delivery li.indent2 {
	text-indent:2em;
	}

/*=======================================
	保証・修理・返品・交換について
=========================================*/

.aftercare {
	width:750px;
	margin:0 auto;
	text-align:left;
	}

.aftercare h3 {
	font-size: 120%;
	font-weight:bold;
	line-height: 1.5;
	margin-top: 15px;
	margin-bottom:10px;
	padding-left: 12px;
	padding-right: 15px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #666666;
	color: #333333;
	}
	
.aftercare h4 {
	font-size: 100%;
	font-weight:bold;
	line-height: 1.3;
	margin-top: 10px;
	margin-bottom:3px;
	padding-left: 12px;
	padding-right: 15px;
	padding-bottom: 4px;
	color: #333333;
	}

.aftercare p {
	margin:0;
	padding-left:1em;
	}

.aftercare ul li {
	list-style:none;
	}
	
.aftercare ul {
	margin:2px 0;
	margin-left:2em
	}

.aftercare li {
	line-height:1.5;
	text-indent:-1em;
	margin:2px 0;
	}

/*=======================================
	お支払いについて
=========================================*/

.payment {
	width:750px;
	margin:0 auto;
	text-align:left;
	}

.payment h3 {
	font-size: 120%;
	font-weight:bold;
	line-height: 1.5;
	margin-top: 15px;
	margin-bottom:10px;
	padding-left: 12px;
	padding-right: 15px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #666666;
	color: #333333;
	}
	
.payment h4 {
	font-size: 100%;
	font-weight:bold;
	line-height: 1.3;
	margin-top: 10px;
	margin-bottom:3px;
	padding-left: 12px;
	padding-right: 15px;
	padding-bottom: 4px;
	color: #333333;
	}

.payment p {
	margin:0;
	padding-left:1em;
	}

.payment ul li {
	list-style:none;
	}
	
.payment ul {
	margin:10px 0 0;
	margin-left:2em
	}

.payment li {
	line-height:1.5;
	text-indent:-1em;
	margin:2px 0;
	}

.payment li.indent {
	text-indent:1em;
	}
	
.payment li.indent2 {
	text-indent:2em;
	}

/*============================================
	支払方法テーブルの設定
=============================================*/
/*--- 全体 ---*/
.payment table {
	margin-left:4em;
	border-top:1px  solid #999999;
	border-right:1px  solid #999999;
	}

.payment td {
	border-left:1px  solid #999999;
	border-bottom:1px  solid #999999;
	padding:5px;
	}

/*--- 銀行振込 ---*/
.payment table.bank {
	margin-top:10px;
	width:400px;
	}

.payment table td.bank-type {
	background-color:#FFFFD9;
	width:100px;
	}

/*--- 郵便振替 ---*/
.payment table.post-bk {
	margin-top:10px;
	width:400px;
	}

.payment table td.post-bk-type {
	background-color:#FFFFD9;
	}

/*--- クレジットカード ---*/
.payment table.card {
	margin-top:10px;
	width:700px;
	}

.payment table td.card-type {
	background-color:#FFFFD9;
	}

/*--- ショッピングローン ---*/
.payment table.loan {
	text-align:center;
	width:700px;
	}
	
.payment table td.loan-no {
	background-color:#D2E9FF;
	}
	
/*=======================================
	よくある質問
=========================================*/
#qa {
	text-align:left;
	line-height:1.3;
	width:700px;
	margin:20px auto 5px auto;
	padding-bottom:20px;
	}

#qa h2{
	font-size:18px;
	color:#FF0033;
	font-weight:normal;
	}

.qa-list h3 {
	font-size:14px;
	color:#FF0033;
	}

.qa-list {
	font-size:14px;
	margin-top:5px;
	margin-bottom:20px;
	overflow:hidden;
	}

.qa-list li{
	border-bottom:1px solid #CCCCCC;
	margin-left:10px;
	margin-bottom:3px;
	padding-left:13px;
	width:500px;
	list-style:none;
	background:url(/img/banner/icon3.gif) no-repeat 3px 0.3em;
	}

.qa1,.qa2,.qa3,.qa4 {
	margin-bottom:10px;
	}

.qa-box {
	margin-bottom:10px;
	padding-bottom:20px;
	}

.qa-box h3 {
	background-color:#006600;
	color:#FFFFFF;
	padding:5px 10px;
	}
	
.qa-box dl {
	border:1px solid #999999;;
	}

.qa-box dt {
	font-size:15px;
	font-weight:bold;
	padding:5px 10px;
	}

.qa-box dd {
	padding:5px 10px;
	}

.pagetop {
	text-align:right;
	margin:3px 5px 0 0;
	}

.mailtable {
	width:550px;
	margin: 10px auto;
	}

.mailtable td {
	padding: 5px;
	}

.mail-title {
	width:20%;
	}

.mail-titlebg1 {
	background-color:#CC9900;
	}

.mail-titlebg2 {
	background-color:#CCCC00;
	}

.mail-titlebg3 {
	background-color:#CCFF00;
	}

.mail-titlebg4 {
	background-color:#FFFF66;
	}

.mail-text1 {
	background-color:#CCCCCC;
	}
	
.mail-text2 {
	background-color:#DBDBDB;
	}
	
/*---------メーカー問合せ-------*/
.maker-support h3 {
	font-size:20px;
	font-weight:bold;
	text-align:left;
	color:#003399;
	}

.maker-support table{
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	margin:5px auto;
	}

.maker-support th {
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	padding:5px 5px;
	}

.maker-support td {
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	padding:5px 5px;
	}

.maker-box {
	margin-bottom:10px;
	}

.maker-list {
	width:40%;
	}

.maker-tel1,.maker-tel2 {
	width:30%;
	text-align:left;
	}

/*=======================================
	ショッピングローン
=========================================*/
#syoppingloan {
	width:580px;
	margin:0 auto;
	text-align:center;
	}

.loan_flow {
	margin-top:20px;
	margin-bottom:20px;
	height:70px;
	}

.loan_flow_l,.loan_flow_r {
	height:70px;
	}

.loan_flow_l {
	width:200px;
	float:left;
	}

.loan_flow_r {
	width:380px;
	float:right;
	text-align:left;
	}

.loan_flow_lb,.loan_flow_rb,.loan_flow_rc {
	height:80px;
	}

.loan_flow_lb {
	width:200px;
	float:left;
	}

.loan_flow_rb {
	float:left;
	width:175px;
	}

.loan_flow_rc {
	float:right;
	width:205px;
	}

.syoppingloan_box1,.syoppingloan_box2 {
	text-align:left;
	margin-bottom:10px;
	}

.syoppingloan_box1 ul li {
	margin-left:2em;
	}

.syoppingloan_box1 li {
	margin:20px 0;
	font-size:16px;
	}

.syoppingloan_box2 ul li {
	margin-left:2em;
	}

.syoppingloan_box2 li {
	margin:2px 0;
	}

.syoppingloan_box4 {
	text-align:left;
	margin-bottom:20px;
	}

.syoppingloan_box4 ul li {
	margin-left:2em;
	}

.syoppingloan_box4 li {
	text-indent:-1em;
	}

.arrow {
	text-align:left;
	margin-left:80px;
	}
	
/*■■■■■■■■■■■■
■■■詐欺サイト注意■■■
■■■■■■■■■■■■■*/

.attention_fraud {
	width:720px;
	margin:10px auto;
	line-height:1.6;
	text-align:left;
	font-family:"メイリオ","Meiryo",'Meiryo UI',"ＭＳ Ｐゴシック","Osaka","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	font-size: 13px;
	}

.attention_fraud h3 {
	font-size:18px;
	}

.attention_text {
	margin:10px auto;
	}

.attention_check {
	padding:5px;
	background-color:#EBF7EA;
	}

.attention_check h4 {
	font-size:16px;
	}

.attention_check_area {
	width:600px;
	margin:10px auto;
	border:1px solid #EBF7EA;
	}

.attention_check_area p {
	margin:3px 5px;
	}

.attention_body ol li {
	margin-top:0;
	margin-left:3em;
	margin-bottom:10px;
	}

.attention_body ul li {
	margin-top:0;
	margin-left:3em;
	margin-bottom:10px;
	list-style-type:disc;
	}

.attention_body {
	padding:10px 10px 10px 0;
	}
	
/*=======================================
	お買い物ガイドページ　 
=========================================*/
.guide_content {
	font-size:14px;
	line-height:1.4;
	text-align:left;
	}

/*.guide_side {
	float:left;
	width:200px;
	display:block;
	}*/

.guide_center {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	}

.guide_navi {
	padding:5px 0 5px 10px;
	font-size:12px;
	}

.guide_title {
	margin:10px 0;
	padding-left:10px;
	border-bottom:1px dotted #CCCCCC;
	}

.guide_title h2 {
	font-size:30px;
	color:#333333;
	}

.guide_text h3 {
	font-size:21px;
	font-weight:normal;
	margin-bottom:5px;
	border-bottom:1px dotted #CCCCCC;
	color:#333333;
	}

.guide_text {
	margin:20px 0 40px 0;
	padding-left:10px;
	}

.guide_option li {
	display:inline-block;
	line-height:20px;
	margin:0 0 10px 5px;
	vertical-align:text-top;
	line-height:1.3em;
	letter-spacing:1.5px;
	font-size:13px;
	}

.guide_option img {
	margin-bottom:5px;
	}

.guide_muryou li {
	width:240px;
	display:inline-block;
	line-height:20px;
	margin:0 0 10px 5px;
	vertical-align:text-top;
	line-height:1.3em;
	letter-spacing:1.5px;
	font-size:13px;
	}

.guide_muryou li img {
	margin-bottom:5px;
	}

.guide_menu ul {
	width:760px;
	}
	
.guide_menu li {
	width:240px;
	display:inline-block;
	line-height:20px;
	margin:0 0 10px 5px;
	vertical-align:text-top;
	line-height:1.3em;
	letter-spacing:1.5px;
	font-size:13px;
	}

.guide_menu li img {
	margin-bottom:5px;
	}

/*■■■■■■■■■■
■■■延長保証ご案内■■■
■■■■■■■■■■■*/
	
.enho_page {
	width:720px;
	margin:0 auto;
	line-height:1.4;
	text-align:left;
	}

.enho_page h3 {
	font-size:20px;
	color:#29619F;
	}

.enho_text_menu {
	width:720px;
	margin:20px auto;
	padding:5px 5px 7px 5px;
	border-top:1px dotted #CCCCCC;
	border-bottom:1px dotted #CCCCCC;
	display:inline-block;
	}

.enho_text_menu li {
	display:inline-block;
	width:300px;
	background:url(/img/banner/icon3.gif) no-repeat 0 45%;
	text-indent:8px;
	margin-left:20px;
	line-height:20px;
	}

.enho_text_1 {
	margin:20px 0;
	}

.enho_text_1 p {
	margin:3px 0;
	}

.enho_maker {
	width:668px;
	padding:5px;
	margin:0 auto;
	border:1px solid #29619F;
	}

.enho_item table {
	width:680px;
	margin:0 auto;
	border-top:1px solid #29619F;
	border-right:1px solid #29619F;
	}

.enho_item td {
	padding:3px;
	border-bottom:1px solid #29619F;
	border-left:1px solid #29619F;
	}

.enho_list {
	width:20%;
	}

.enho_price_list table {
	width:680px;
	margin:0 auto;
	border-top:1px solid #29619F;
	border-right:1px solid #29619F;
	}

.enho_price_list td {
	padding:3px;
	width:33%;
	border-bottom:1px solid #29619F;
	border-left:1px solid #29619F;
	}

.enho_tyui {
	width:680px;
	margin:5px auto;
	padding:5px;
	border:2px double #999999;
	background-color:#FFFFCC;
	}

.enho_tyui ul li {
	list-style:none;
	}

.enho_tyui li {
	margin-left:2em;
	}

.enho_pdf {
	color:#CC0000;
	font-size:20px;
	}

/*Q and A*/
.enoho_qa {
	font-size:17px;
	width:700px;
	margin:0 auto;
	}

.enoho_qa table {
	width:690px;
	}
	
.enoho_qa td {
	padding:10px 5px;
	}

.qa_q {
	border-bottom:1px dotted #CCCCCC;
	font-weight:bold;
	color:#0066CC;
	}

.qa_q_text {
	font-weight:bold;
	border-bottom:1px dotted #CCCCCC;
	}

.qa_a {
	font-weight:bold;
	color:#009933;
	border-bottom:5px solid #CCCCCC;
	}
	
.qa_a_text {
	border-bottom:5px solid #CCCCCC;
	font-size:15px;
	}

.qa_a_text b {
	color:#CC0000;
	}
	
/*■■■■■■■■
■■延長保証規定■
■■■■■■■■■*/

.enho_kitei {
	width:800px;
	margin:0 auto;
	text-align:left;
	}

.enho_kitei h1 {
	font-size: 200%;
	font-weight:bold;
	line-height: 1.5;
	margin-top: 15px;
	margin-bottom:10px;
	padding-left: 12px;
	padding-right: 15px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #666666;
	color: #333333;
	text-align:center;
	}
	
.enho_kitei p {
	margin:10px 0;
	padding-left:1em;
	}

.enho_kitei ol {
	margin:10px 0 0;
	margin-left:2em;
	}

.enho_kitei ul li {
	list-style:none;
	}
	
.enho_kitei ul {
	margin:10px 0 0;
	margin-left:2em;
	}

.enho_kitei li {
	line-height:1.5;
	margin:2px 0;
	}

.enho_kitei li.indent {
	text-indent:1em;
	}
	
.enho_kitei li.indent2 {
	text-indent:2em;
	}

/*■■■■■■■■■■■■■■■■
■■新着商品(トップ)■
■■■■■■■■■■■■■■■■■*/

/*3列を4列に*/
.top_new_recommend article.fs-c-productListCarousel__list__item.fs-c-productListItem {
    margin-bottom: 1rem;
}
.top_new_recommend .fs-c-productListCarousel__list__item {
    flex-basis: 150px;
    max-width: 150px;
    min-width: 150px;
    margin: 0 8px;
}

.top_new_recommend img {
    border: solid 1px #e8e8e8;
}


/*■■■■■■■■■■■■■■■■■■■■■
■■総合ランキング(トップ)■
■■■■■■■■■■■■■■■■■■■■■■*/

/*4列を5列に*/
.top_ranking_v2 article.fs-c-productListCarousel__list__item.fs-c-productListItem {
    margin-bottom: 1rem;
}
.top_ranking_v2 .fs-c-productListCarousel__list__item {
    flex-basis: 150px;
    max-width: 207px;
    min-width: 207px;
    margin: 0 8px;
}

.top_ranking_v2 .fs-c-slick .slick-slide{
	padding-top: 7px;
}

.top_ranking_v2 .fs-c-productListCarousel__list__item{
	position: relative;
}

.top_ranking_v2 .fs-c-productListCarousel__list__item::before,
.top_ranking_v2 .fs-c-productListCarousel__list__item::after{
	position: absolute;
	top: 1px;
	left: 1px;
}

.top_ranking_v2 .slick-slide .fs-c-productListCarousel__list__item::before{
	content: "";
	width: 28px;
	height: 30px;
	padding: 5px 0 0;
	box-sizing: border-box;
	line-height: 1;
	font-size: 18px;
	color: #fff;
	text-align: center;
	z-index: 2;
}
.top_ranking_v2 .slick-slide:nth-child(1) .fs-c-productListCarousel__list__item::before{content: "01";}
.top_ranking_v2 .slick-slide:nth-child(2) .fs-c-productListCarousel__list__item::before{content: "02";}
.top_ranking_v2 .slick-slide:nth-child(3) .fs-c-productListCarousel__list__item::before{content: "03";}
.top_ranking_v2 .slick-slide:nth-child(4) .fs-c-productListCarousel__list__item::before{content: "04";}
.top_ranking_v2 .slick-slide:nth-child(5) .fs-c-productListCarousel__list__item::before{content: "05";}
.top_ranking_v2 .slick-slide:nth-child(6) .fs-c-productListCarousel__list__item::before{content: "06";}
.top_ranking_v2 .slick-slide:nth-child(7) .fs-c-productListCarousel__list__item::before{content: "07";}
.top_ranking_v2 .slick-slide:nth-child(8) .fs-c-productListCarousel__list__item::before{content: "08";}
.top_ranking_v2 .slick-slide:nth-child(9) .fs-c-productListCarousel__list__item::before{content: "09";}
.top_ranking_v2 .slick-slide:nth-child(10) .fs-c-productListCarousel__list__item::before{content: "10";}

.top_ranking_v2 .slick-slide .fs-c-productListCarousel__list__item::after{
	content: "";
	border-top: 26px solid transparent;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 4px solid transparent;
	z-index: 1;
}

.top_ranking_v2 .slick-slide:nth-child(1) .fs-c-productListCarousel__list__item::after{
    border-top: 15px solid #CFA763;
    border-left: 15px solid #CFA763;
    border-right: 13px solid #CFA763;
    border-bottom: 13px solid #CFA763;
}
.top_ranking_v2 .slick-slide:nth-child(2) .fs-c-productListCarousel__list__item::after{
    border-top: 15px solid #71B9A7;
    border-left: 15px solid #71B9A7;
    border-right: 13px solid #71B9A7;
    border-bottom: 13px solid #71B9A7;
}

.top_ranking_v2 .slick-slide:nth-child(3) .fs-c-productListCarousel__list__item::after{
    border-top: 15px solid #5375D4;
    border-left: 15px solid #5375D4;
    border-right: 13px solid #5375D4;
    border-bottom: 13px solid #5375D4;
}
.top_ranking_v2 .slick-slide:nth-child(4) .fs-c-productListCarousel__list__item::after,
.top_ranking_v2 .slick-slide:nth-child(5) .fs-c-productListCarousel__list__item::after,
.top_ranking_v2 .slick-slide:nth-child(6) .fs-c-productListCarousel__list__item::after,
.top_ranking_v2 .slick-slide:nth-child(7) .fs-c-productListCarousel__list__item::after,
.top_ranking_v2 .slick-slide:nth-child(8) .fs-c-productListCarousel__list__item::after,
.top_ranking_v2 .slick-slide:nth-child(9) .fs-c-productListCarousel__list__item::after,
.top_ranking_v2 .slick-slide:nth-child(10) .fs-c-productListCarousel__list__item::after{
	border-top: 15px solid #616161;
    border-left: 15px solid #616161;
    border-right: 13px solid #616161;
    border-bottom: 13px solid #616161;
}

.top_ranking_v2 img {
    border: solid 1px #e8e8e8;
}

/* ランキング商品名 */
.fs-c-productName__name{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden; 
}

/* ランキング商品価格サイズ */
.distributor_box span.fs-c-price__value {
    font-size: 15px;
}

/* ランキング商品 （税込）非表示 */
.distributor_box span.fs-c-productPrice__addon {
    display: none;
}

/* ランキング商品 価格並び */
.fs-c-productListItem__prices > .fs-c-productPrice--selling > .fs-c-productPrice__main {
	flex-direction: column;
}

/*▼▼▼▼▼　エアコン案内　▼▼▼▼*/
.air_content_title {
    margin-bottom: 10px;
    text-align: center;
}

.air_kouji {
    /*width: 960px;*/
    display: flex;
    display: block;
    display: -webkit-flex;
}

h4.qa_title {
	color:#000000;
    font-size: 20px;
    margin: 0;
    padding: 0px 0px 0px 10px;
	}

.set_mokuji ol li {
    list-style-position:inside;
    margin: 7px 0px 14px 0px;
    border-bottom: 1px dotted #a9a6a6;
    border-left: solid 2px #ffa600;/*左側の線*/
    padding: 0px 0px 0px 10px;
	}

.set_mokuji a {
    color: #000000;
    font-size: 15px;
    text-decoration:none;
}

.set_mokuji1 ol li {
    list-style-position:inside;
    margin: 7px 0px 14px 0px;
    border-bottom: 1px dotted #a9a6a6;
    /*border-left: solid 2px #ffa600;左側の線*/
    padding: 0px 0px 0px 30px;
	}

.set_mokuji1 a {
    color: #000000;
    font-size: 15px;
    text-decoration:none;
}

.list_check {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.list_check > li {
    position: relative;
    padding: 0px 0px 0px 2em;
    margin: 0px;
}
.list_check > li::before,
.list_check > li::after {
    position: absolute;
    top: 50%;
    height: 1em;
    content: "";
}
.list_check > li::before {
    left: 0px;
    transform: translateY(-50%);
    width: 1em;
    border: 1px solid #3388dd;
}
.list_check > li::after {
    left: 0.5em;
    transform: translateY(-75%) rotate(45deg);
    width: 0.5em;
    border-bottom: 3px solid #3388dd;
    border-right: 3px solid #3388dd;
}

/*▼▼▼　　メニュー　　▼▼▼*/
.air_kouji_menu {
    width: 980px;
    background: #034400;
    /*position: sticky;*/
    margin-bottom: 0;
    top: 0px;
    z-index: 1;
}

.air_kouji_menu ul li {
    list-style: none;
    width: 14%;
}

.air_kouji_menu li {
    border-bottom: 1px dashed #496947;
    text-align: center;
}

.air_menu_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.air_menu_list {
    
}

.air_menu_list a {
    display: block;
    padding:  12px 0 ;
}

/* ジャンプ時の上部調整 */
div.anchor {
    display: block;
    padding-top: 105px;
    margin-top: -105px;
}



/* マウスオーバー時の背景色 */
.air_menu_list a:hover {
    background-color: #000000;
    transition: all 0.5s ease ;
    color: #FFF;
}

/* メニューのテキスト */
.air_kouji_menu a:link {
    color: #ffffff;
    text-decoration: none;
}
   
.air_kouji_menu a:visited {
    color: #ffffff;
    text-decoration: none;
}
   
.air_kouji_menu a:active {
    color: #ffffff;
    text-decoration: none;
}
   
.air_kouji_menu a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/*▲▲▲　　メニュー　　▲▲▲*/

/* ボックス */
.set_item_box {
	width: 980px;
    margin: 80px 0 0 0 ;
}

/* テキスト */
.kouji_text_1 {
    margin: 10px 0;
}

.kouji_text_1 h3 {
    font-size: 1.7em;
    margin: 40px 0px 10px 0px;
}

.menu_name {
    position: relative;
	padding-bottom: 10px;
}

.menu_name::after {
	content: '';
	position: absolute;
	bottom: 7px;
	left: 0;
	width: 100%;
	height: 4px;
	border-bottom: solid 3px #006c1a;
}

.kouji_text_1 h4 {
    font-size: 1.5em;
    margin-top: 25px;
    margin-bottom: 15px;
}

.check_list {
	padding-bottom: 10px;
    position: relative;
}

.check_list::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 5px;
    background: -webkit-repeating-linear-gradient(-45deg, #b3d16a, #b3d16a 2px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #b3d16a, #b3d16a 2px, #fff 2px, #fff 4px);
}

.text_red2 {
    color: #CC0000;
}



/* 料金表 */
.air_content {

}

.footer_layout {
    width: 100%;
    margin: 0 auto;
}

.air_kouji_table {
    width: 740px;
}

.air_kouji_table table {
    width: 98%;
    border-collapse: collapse;
    margin: 20px auto 20px auto;
}

.air_kouji_table caption {
    border-top: 1px #030303 solid;
    border-left: 1px #030303 solid;
    border-right: 1px #030303 solid;
    background-color: #f0f0f0;
    padding: 5px;
    font-weight: bold;
    font-size: 1.2em;
}

.air_kouji_table table th {
    border: 1px #030303 solid;
}

.air_kouji_table table td {
    border: 1px #030303 solid;
}

.air_kouji_table td {
    padding: 5px;
}

.air_kouji_table th {
    text-align: center;
    padding: 5px 0;
}

.teble_1 {
    width: 23%;
}

.teble_2 {
    width: 53%;
}

.teble_3 {
    width: 24%;
    text-align: right;
}


/* 補足 */
.st_caution {
    width: 96%;
    padding: 5px;
    border: 1px solid #333333;
    background-color: #FFFFCC;
    margin: 10px auto;
}

/*　■■■よくある問い合わせ■■■  */
h3.h3_qa {
	color:#0033CC;
	}
	
.set_text_1 {
	margin:20px 0;
	}

.set_qa {
	width:700px;
	}

.set_qa table {
	width:690px;
	}
	
.set_qa td {
	padding:25px 5px;
	}

.set_qa_q {
	border-bottom:1px dotted #CCCCCC;
	font-weight:bold;
	color:#009933;
    font-size: 20px;
	}

.set_qa_q_text {
	font-weight:bold;
	border-bottom:1px dotted #CCCCCC;
    font-size: 19px;
	}

.set_qa_a {
	font-weight:bold;
	color:#0066CC;
	border-bottom:5px solid #CCCCCC;
    font-size: 20px;
	}
    
.set_qa_a_text {
	border-bottom:5px solid #CCCCCC;
	}

.set_qa_a_text b {
	color:#CC0000;
	}

/* フッター */
.footer_layout {
    
}

/*▼▼▼ ページトップへ戻る ▼▼▼*/
#pagetop {
    position: fixed;
    right: 0;
    bottom: 0;
    text-indent: -9999vw;
    margin: 0;
  }
  
  #pagetop a {
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    background: rgba(0,0,0,1);
    transition: opacity .6s ease;
  }
  
  #pagetop a:hover {
    opacity: .3;
  }
  
  #pagetop a::before {
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    margin: auto;
    content: '';
    transform: rotate(-45deg);
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
  
  @media screen and (max-width:767px) {
  #pagetop a {
    width: 45px;
    height: 45px;
  }
  
  #pagetop a::before {
    top: 5px;
    width: 10px;
    height: 10px;
  }
  }

/* ranking menu */
.cate_ranking_menu {
    width: 980px;
}

.cate_ranking_menu ul {
	display: flex;
    justify-content: space-between;
    flex-direction: row;
    list-style: none;
}

.cate_ranking_menu ul img {
    width: 165px;
    margin-bottom: 20px;
}