@charset "utf-8";
/* CSS Document */

/*************************************************************/

/* HTMLタグ要素 */

/*************************************************************/

/*--------------------------------------*/
/* font-sizeの指定表
フォントサイズ指定に%を利用しています。
拡大縮小される場合は下記の表を参考に
指定を変更してください。

例）12pxを指定の場合 font-size: 93%;

 77%  = 10px    |   123.1% = 16px   |   167% = 22px
 85%  = 11px    |   131%   = 17px   |   174% = 23px
 93%  = 12px    |   138.5% = 18px   |   184% = 24px
 100% = 13px    |   146.5% = 19px   |   192% = 25px
 108% = 14px    |   153.9% = 20px   |   197% = 26px
 116% = 15px    |   161.6% = 21px   |

*/
/*--------------------------------------*/

/*--------------------------------------*/
/* カラム設定について
1カラム、2カラム、3カラムにて指定が異なる箇所があります。
スタイルシート内には、全てのカラム設定用の横幅や指定を
記載しております。
指定を変更される場合は、ご自身の設定をご確認ください。
*/
/*--------------------------------------*/

/*--------------------------------------*/
/* 高解像度ディスプレイ対応
このコメントが入ってる箇所では、高解像度ディスプレイ用に通常の
背景画像に加えて2倍サイズの画像が指定してあります。
通常サイズの画像を変更される際は、下記の注意書きをご覧ください。

・高解像度ディスプレイ用の画像を指定しない
下記のbackground-imageに、通常サイズと同様の画像を指定。

・高解像度ディスプレイ用の画像を指定する
通常サイズの画像の縦横とも2倍のサイズの画像を
高解像度ディスプレイ対応内のbackground-imageに指定し
background-sizeには、通常サイズの画像サイズを指定。
*/
/*--------------------------------------*/

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, label, legend,
caption {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	/*font-size: 1em;*/
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #CB1212;
	text-decoration: underline;
}

a:active {
	color: #CB1212;
	text-decoration: underline;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mt10{ margin-top:10px; }
.mt20{ margin-top:20px;	}
.mb20{ margin-bottom:20px; }
.mb10{ margin-bottom:10px; }
.mb30{ margin-bottom:30px; }
.mtb{ margin-top:30px; margin-bottom:20px;}
.mb5{ margin-bottom:5px;}
.ml10{ margin-left:10px;}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/

	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.clear {
	clear: both;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

body {
    word-break: break-all;
    color: #000000;
    line-height: 140%;
}

/* リンク */
A,
A h3 {
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

A:hover,
A h3:hover {
    color: #333;
}

/* ヘッダータグ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

/*************************************************************/

/* 大枠 */

/*************************************************************/

/* 大枠 */
#container {
　　width: 100%;
    min-width: 1050px;
    position: relative;
}

/* 大枠中央レイアウト */
.fix_center {
    width: 1050px;
    margin: auto;
}

.colmode .fix_center {
    width: 760px;
}

/* 202104 追記 */
/*
#inner_header{
    display: none;
}
*/

/*************************************************************/

/* カラム設定 */

/*************************************************************/

/* 左カラム */
#leftcol {
    width: 200px;
    float: left;
}

/* 右カラム */
#rightcol {
    width: 140px;
    float: left;
}

.widemode #rightcol {
    float: right;
}

/* メインカラム 1カラム */
#maincol1 {
    width: 980px;
}

/* メインカラム 2カラム */
#maincol2 {
    width: 780px;
    float: left;
}

/* メインカラム 3カラム */
#maincol3 {
    width: 700px;
    float: left;
}

/* 3カラム写真小モード用 */
#setcol {
    width: 780px;
    float: left;
}

/* ポップアップ */
#popup {
    width: 780px;
    margin: auto;
}

/* コンテンツエリア最小縦幅 */
#maincol1,
#maincol2,
#maincol3,
#widecol {
    min-height: 700px;
}

.contents_undisplay #maincol1 {
    min-height: auto;	
}

.contents_undisplay #inner_footer {
    min-height: 800px;	
}


/*************************************************************/

/* カラム横幅可変モード */

/*************************************************************/

/* 商品一覧、商品検索結果横幅 */

.widemode .fix_center {
    width: 90%;
    min-width: 980px;
    margin: auto;
}

.widemode #maincol1 {
    width: auto;
}

.widemode #maincol2 {
    width: auto;
    float: none;
    margin-left: 200px;
}

.widemode .layout_r #maincol2 {
    margin-left: 0px;
    margin-right: 200px;
}


/*************************************************************/

/* ニューヘッダー リニューアル2015*/

/*************************************************************/

#new-header{
	width:1050px;
	margin-bottom:10px;}
	
#new-header-navi01{
    position: relative;
	width:1050px;
	height:160px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	}
	
#new-header-title{
	width:1030px;
/*	border-bottom:solid 1px #B5B6B6;*/
	padding:8px;
	margin-bottom:3px;
	}
	
#new-header-logo{
	width:379px;
/*	float:left;*/
	}

#new-header-info-top {
    position: absolute;
    right: 0;
/*    top: 0;*/
    top:25px;
	width:242px;
	}

/*
#new-header-info-top img.call{
    position: absolute;
    right: 0;
}
*/
	
#new-header-info{
    width: 620px;
    float: right;
    margin: 14px 0;
	}

/* 20211026 新トップでコメントアウト  */
/*
#new-header-info-top{
	width:577px;
	float:right;
	margin-right:20px;
	margin-top:5px;
	}
*/

#new-header-info-bottom{
	width:535px;
	float:right;
	margin-top:10px;
	text-align:right;
	}
	
/*
#new-header-info-bottom ul{
	padding:0;
}
	
#new-header-info-bottom ul li{
	margin:0;
	padding:0;
	float:right;
	list-style:none;
	}
	
*/

#new-header-navi02{
	width:1050px;
	margin:10px 0 10px 0;
	}
#new-header-navi02 ul{
    display: flex;
    margin: 0;
    padding: 0;
    width: 1050px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
#new-header-navi02 ul li{
    position: relative;
    display: inline-block;
    padding: 0 0 0 40px;
    width: 25%;
    height: 48px;
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 51px;    
/*
   font-family: "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
*/
}

#new-header-navi02 ul li::after{
    content: "";
    display: inline-block;
    width: 1px;
    height: 36px;
    background-color: #ccc;
    position: absolute;
    top: 6px;
    right: 0;
}
#new-header-navi02 ul li:last-child::after{
    display: none;
}

#new-header-bar{
	width:660px;
	text-align:right;
	float:right;
	}
	
#new-header-bar ul{
	width:660px;
	padding:0;
	}	
	
#new-header-bar ul li{
	float: left;
	margin:0;
	padding:0;
	list-style:none;
	}	
	
#search-box{
/*	margin: 24px auto 0 24px;*/
    margin: 0 auto 10px 24px;
    width: 380px;
    float: left;
	}

#searchform4 {
	width: 200px;
	display: block;
	height: 100%;
	float:left;
    vertical-align:top;
    margin-top:5px;
    padding: 0 0 0 5px;
        border: 2px solid #333;
	}

#search-form{
	width:300px;
height:20px;
}
#search-box p{
    margin: 1.2em 0 0 0;
    font-size: 12px;
    display: block;
    clear: both;
}

#infoBox {
    background: #fde3e1;
    text-align:center;
    margin-bottom:5px;
}

#infoBox a {
    display: inline-block;
    padding: 10px;
    color: #d72629;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

/* 202104 追記　*/
#serch_frame{
    position: relative;
    margin: 30px 0 0;
}

#serch_frame h2{
    position: absolute;
    top: 0;
    left: 225px;
    width: 600px;
    height: 50px;
    background: #e95412;
    border-radius: 5px;
    color: #fff;
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 50px;
    text-align: center;
    z-index: 1000;
}
#header_navigation .bnn a img {
    display: block;
    margin: 0 auto !important;
}

/*************************************************************/


/* サイドナビ リニューアル2015*/


/*************************************************************/

#side-cate{
	width:180px;
	}
#side-cate h2{
	width:180px;
    height: 29px;
    color: #fff;
    font-size: 16px;
    line-height: 29px;
    background: #999;
	}

/*#side-cate ul{
	width:180px;
	margin:0;
	padding:0;
	}

#side-cate ul li{
	width:180px;
	height:63px;
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	
	
	}*/

#side-cate a{
		line-height:180%;
		transition: color .3s;
	}
	
	#side-cate ul li { 
	list-style-type:none;
	padding:0 !important;
	}

.cate-font{
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#777777;
	margin: 10px 0px 10px 70px;
    padding: 4px 0 0 0;
	}

#side-cate .lnavi ul{
margin: -10px 0 0 -10px;
}

/* 202104  追記　*/
 /* 2行しかないタイトル上下調整 */
.cate16 h3,
.cate17 h3,
.cate08 h3,
.cate09 h3,
.cate10 h3,
.cate11 h3,
.cate12 h3,
.cate13 h3,
.cate15 h3,
.cate18 h3,
.cate19 h3{
 padding: 15px 0 10px ;
}

.cate19 ul,
.cate18 ul{
padding-top:15px
}

.inch-normal{
	margin-bottom:10px;
}

/* 202104  変更 */
.cate01{
	width:180px;	background:url(https://www.emotions.co.jp/ace-of-parts/renewal2021/s-cate01-1.jpg) no-repeat;
	}
	
.cate02{
	width:180px;
	background:url(https://www.emotions.co.jp/ace-of-parts/renewal2021/s-cate02-1.jpg) no-repeat;
	}
	
.cate03{
	width:180px;
	background:url(https://www.emotions.co.jp/ace-of-parts/renewal2021/s-cate03-1.jpg) no-repeat;
	}	
	
.cate04{
	width:180px;
	background:url(https://www.emotions.co.jp/ace-of-parts/renewal2021/s-cate04-1.jpg) no-repeat;
	}	

.cate05{
	width:180px;
	background:url(https://www.emotions.co.jp/ace-of-parts/renewal2021/s-cate05-1.jpg) no-repeat;
	}	
	
.cate06{
	width:180px;
	background:url(https://www.emotions.co.jp/ace-of-parts/renewal2021/s-cate06-1.jpg) no-repeat;
	}	
	
.cate07{
	width:180px;
	background:url(https://www.emotions.co.jp/ace-of-parts/renewal2021/s-cate07-1.jpg) no-repeat;
	}	
	
.cate08{
	width:180px;
	background:url(https://www.emotions.co.jp/ace-of-parts/renewal2021/s-cate08-1.jpg) no-repeat;
	}	
	
.cate09{
	width:180px;
	background:url(https://www.emotions.co.jp/ace-of-parts/renewal2021/s-cate09-1.jpg) no-repeat;
	}
	
.cate10{
	width:180px;
	background:url(https://www.emotions.co.jp/ace-of-parts/renewal2021/s-cate10-1.jpg) no-repeat;
	}
	
.cate11{
	width:180px;
	background:url(https://www.emotions.co.jp/ace-of-parts/renewal2021/s-cate11-1.jpg) no-repeat;
	}

.cate12{
	width:180px;
	background:url(https://www.emotions.co.jp/ace-of-parts/renewal2021/s-cate12-1.jpg) no-repeat;
	}		
	
.cate13{
	width:180px;
	background:url(https://www.emotions.co.jp/ace-of-parts/renewal2021/s-cate13-1.jpg) no-repeat;
	}	

.cate14{
	width:180px;
	background:url(https://www.emotions.co.jp/ace-of-parts/renewal2021/s-cate14-1.jpg) no-repeat;
	}

.cate15{
	width:180px;
	background:url(https://www.emotions.co.jp/ace-of-parts/renewal2021/s-cate15-1.jpg) no-repeat;
	}	

.cate16{
	width:180px;
	background:url(https://www.emotions.co.jp/ace-of-parts/renewal2021/s-cate16-1.jpg) no-repeat;
	}	

.cate17{
	width:180px;
	background:url(https://www.emotions.co.jp/ace-of-parts/renewal2021/s-cate17-1.jpg) no-repeat;
	}	

.cate18{
	width:180px;
	background:url(https://www.emotions.co.jp/ace-of-parts/renewal2021/s-cate18-1.jpg) no-repeat;
	}	
.cate19{
    width:180px;
	background:url(https://www.ace-of-parts.com/data/ace-of-parts/image/renewal2021/s-cate19-1.jpg) no-repeat;
}

/*-------サイドメガメニュー-----------------------*/
#sidenavi .lnavi {
	position: relative;
	margin:0px;
	padding: 0px;
	}
#sidenavi .lnavi li {
	display: block;
	position: relative;
}

#sidenavi .lnavi>li>h3.cate-font,
#sidenavi .lnavi>li>p.cate-font {
	line-height: 120%;
}

/*-------サイドメガメニュー2-----------------------*/

#sidenavi>ul>li>ul  {
	display:none;
}


#sidenavi .lnavi>li:hover>ul  {
	top:0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left:180px;
	background-color:#FFFEE8;
	display:block;
	width:435px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	z-index:10000;
}

.tree02 {
	margin:20px 0 10px 0;
}
.tree02 a {
  transition: all .3s;
}
.tree02 a:hover {
  color: #fff;
  background-color: #ffba00;
}

#sidenavi .lnavi>li>ul>li.tree03   {
	width:240px;
	padding:15px 15px;
	float:left;
	
}

#sidenavi .lnavi>li>ul>li.tree03>ul>li   {
	padding:5px 0;
}

#sidenavi .lnavi>li>ul>li.tree03>ul>li img   {
	float:left;
	padding-right:5px;
}

#sidenavi .lnavi>li>ul>li.tree03>ul>li p   {
	font-size:13px;
	color:#666666;
	line-height:130%;
}
		
#sidenavi .lnavi>li>ul>li.tree03>ul>li a   {
	text-decoration:underline;
}								
	
/*-------サイドナビ右バナー-----------------------*/	

#side-bnr{
	width:140px;
	}
	
#side-bnr ul{
	width:140px;
	}
	
#side-bnr li{
	width:140px;
	list-style:none;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	}
	

#side-bnr li:last-child{
	margin-bottom:0px;
	margin:0px;
	padding:0px;}	
	

/*-------サイドナビ左バナー-----------------------*/

#side-bnr01{
    padding: 0;
	width:180px;
    list-style-type: none;
	}
ul#side-bnr01 li a{
    display: block;
    width: 180px;
    height: 44px;
    border-radius: 5px;
    text-align: center;
    line-height: 44px;
    list-style-type: none;
    font-size: 16px;
}
ul#side-bnr01 li a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
ul#side-bnr01 li.member a{
    margin: 0 0 10px 0;
    background: #e95412;
    border:1px solid #e95412;
    color: #fff;    
}

ul#side-bnr01 li.member a:hover,
ul#side-bnr01 li.member a:visited{
        color: #fff;
}

ul#side-bnr01 li.document a{
    color: #fff;
    background: #0066FF;
}

/*************************************************************/
	
	
/* 適合金具 リニューアル2015*/


/*************************************************************/

#tekigo-area{
	width:700px;
	margin:auto;}


#tekigo-kanagu{
	width:698px;
	border-bottom:solid #EEEEEE 1px;
	border-left:solid #EEEEEE 1px;
	border-right:solid #EEEEEE 1px;
	padding:0;
	margin:0;
	}


#tekigo-img{
	width:700px;
	padding:0;
	margin:0;
	}
	
	
#tekigo-search{
	width:590px;
	padding-left:30px;
	}

#tekigo-search ul{
	width:640px;
	margin:0px;
	padding:0px;
	}

#tekigo-search ul li{
	list-style:none;
	padding:0px;
	}
	
#tekigo-search ul li:last-child{
	list-style:none;
    margin:0;
	padding-right:0px;
	}	


.tekigo_menu01{
	width:110px;
	float:left;}
	
.tekigo_arrow{
	width:14px;
	float:left;
	margin:0 4px;
	}

#new_menu{
	width:110px;
	}


#tv_maker{
	width:110px;
	float:left;
	}



#tv_size{
	width:110px;
	float:left;
	}

#tv_productid{
	width:110px;
	float:left;
	}

#tv_setuptype{
	width:110px;
	float:left;
	}

#tv_seriestype{
	width:110px;
	float:left;
	}
	
	

#tekigo-title-img{
	width:640px;
	margin-top:15px;
	}


#tekigo-red{
	font-size:12px;
	color:#FF0004;
	margin-top:10px;}


/* 金具リスト OLDから引用 */

	
#result_list {
	clear: both;
	width: 640px;
	padding: 0 0 10px 0;
	margin: 0;
}

#result_list table {
	width: 100%;
}

#result_list table tr {
	background-color: #FDFDFD;
}

#result_list table tr.list_odd {
	background-color: #F7F7F7;
}

#result_list table td {
	padding: 10px;
}

#result_list table .kanagunm {
 padding-left: 10px;
}

#result_list table .kanaguid {
 width: 18%;
}

#result_list table .tvResultIcon {
 background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/common/icon07.gif) no-repeat 0 center;
 padding-left: 18px;
}	
	
	
/*************************************************************/


/* メインバナー　リニューアル2015 */


/*************************************************************/
	
	
#main-bnr{
	width:700px;
	}	
	
#bnr-top{
	width:700px;
	margin-bottom:15px;}	
	
	
#bnr-left{
	width:340px;
	float:left;}
	

	
#bnr-right{
	width:340px;
	float:right;
	}
		
.bnr-img{
	margin-bottom:15px;
	}
	
	
	
	
/*************************************************************/


/* 新着情報　リニューアル2015 */


/*************************************************************/

	
	
	
	
#main-news{
	width:700px;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
	color:#777777;}
	
#main-news a{
	color:#0011A0;
	text-decoration:underline;}	
	
	
#news-img{
	width:700px;
	height:28px;
	}	
	
	
#news-area{
	width:650px;
	border:#DDDDDD 1px solid;
	padding:24px 24px 10px 24px;
	}
	
	
#news-area dl{
	width:650px;
	display:block;
	margin-bottom:20px;
	border-bottom: 1px dotted #333333;
	}
	
	
#news-area dt{
	width:150px;
	}

	
#news-area dd{
	margin:-1.4em 0 0 7em;
	padding:0;
	margin-bottom:5px;
	width:500px;}	
	
	
	
	
/*************************************************************/


/* フッター　リニューアル2015 */


/*************************************************************/

/* フッター */
#new-footer{
	width:1050px;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#525252;
	line-height:1.5em;
	margin-bottom:20px;
clear: both; /* 20211027　追記 */
}
	
#new-footer-area{
	width:988px;
	height:960px;
	border:#EEEEEE 1px solid;
	padding-left:30px;
	padding-right:30px;
	padding-top:30px;
}
	
#new-footer-title{
    height: 28px;
    padding-left: 1.5em;
    background: #e8e8e8;
    color: #666;
    line-height: 30px;
    font-size: 15px;
    letter-spacing: 1px;
	}
		
#new-footer-main{
	width:988px;
	height:960px
	}
	
#footer-left{
	width:310px;
	height:800px;
	float:left;}
	
	
#footer-center{
	width:310px;
	height:800px;
	float:left;
	margin-left:29px;
	}
	
#footer-right{
	width:310px;
	height:800px;
	float:right;
	}
	
	
#new-footer-main a{
	color:#FE721F;}	
	
.footer-img{
	margin-left:10px;
	}
	
	
#new-footer-info{
	width:1050px;
	height:119px;
	background:url(https://www.ace-of-parts.com/data/ace-of-parts/image/renewal2015/f-info.jpg) no-repeat;
	}	


#new-footer-menu{
	width:700px;
	height:19px;
	margin-left:56px;
	margin-top:-1px;
	padding-top:25px;
	}
	
.footer-link{
	margin-right:20px;
	}

#new-footer-menu a{
	display: inline-block;
	background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/renewal2015/f-arrow.jpg) no-repeat left 7px;
	padding-left:10px;
	color:#333333;}
	
	
/* カレンダー　楽天より引用 */
	
	
div.cal_wrapper {
	padding: 5px 0px 10px;
}
div.schedule_wrapper {
	padding: 10px 0px;
	width: 310px;
	border: solid 1px #CCC;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #666;
}
div.schedule_wrapper h3 {
	padding: 0px 10px;
	font-weight: normal;
	margin: 0px;
	font-size: 12px;
	color: #666;
}
div.schedule_wrapper div.schedule_list {
	padding: 0px 10px;
	margin: 0px;
}
div.schedule_wrapper div.schedule_list ol {
	padding: 0px;
	margin: 5px auto;
	border-top: solid 1px #CCC;
}
div.schedule_wrapper div.schedule_list ol li {
	padding: 5px 10px 0px 0px;
	margin: 0px 0px 0px 30px;
	font-size: 12px;
	line-height: 1.5em;
}
div.schedule_wrapper div.schedule_list ol li:hover {
	text-decoration: underline;
}
div.cal_wrapper table.cal tr th p { /*ｺｸｾ衂ｯｷ鐱・/
	float: left;
	padding: 5px;
	margin: 0px;


	color: #666;
	font-size: 12px;
}
div.cal_wrapper table.cal tr th div.cal_ui {
	float: right;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
	border: solid 1px #CCC;
	background-color: #FFF;
	font-size: 12px; /*ﾁｰｷ錡｡ｷ鐱ｸｻ惲遉ｭ､ｵ*/
	margin: 0px 1px;
	padding: 1px 5px;
	border-radius: 3px; /*ﾁｰｷ錡｡ｷ鐱ｫ｡ｼ･ﾖｳﾑﾅﾙ*/
}


div.cal_wrapper table.cal tr th div.cal_ui {
	float: right;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
	border: solid 1px #CCC;
	background-color: #FFF;
	font-size: 12px; /*ﾁｰｷ錡｡ｷ鐱ｸｻ惲遉ｭ､ｵ*/
	margin: 0px 1px;
	padding: 1px 5px;
	border-radius: 3px; /*ﾁｰｷ錡｡ｷ鐱ｫ｡ｼ･ﾖｳﾑﾅﾙ*/
}


div.cal_wrapper table.cal tr td {
	border-top: solid 1px #EEE;
}
div.cal_wrapper table.cal tr td {
	font-size: 10px; /*ﾍﾋﾆ・ｸｻ惲遉ｭ､ｵ*/
	text-align: center;
	padding: 2px
}
div.cal_wrapper table.cal tr.headline td {
	padding: 5px 0px;
	color: #666; /*ﾍﾋﾆ・ｸｻ惞ｧ*/
}
div.cal_wrapper table.cal tr.headline {
	background-color: #EEE;
}
div.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 5px 13px; /*ｳﾆ･ﾞ･ｹｲ｣ﾉﾀﾟﾄ・ｱｦﾂｦ､ﾎ､ﾟﾊﾑｹｹｲﾄ*/
	font-size: 10px;
	text-align: center;
	background-color: #FFF;
	border-radius: 3px; /*ﾅｹｵﾙﾆ・ｦﾅﾚﾍﾋｽﾐｲﾙ､ﾎ･ｫ｡ｼ･ﾖｳﾑﾅﾙ*/
}
div.cal_wrapper table.cal tr td div span {
	display: block;
	position: absolute;
	top: 20px;
	left: 0px;
	display: none;
	width: 80px; /*･ﾝ･ﾃ･ﾗ･｢･ﾃ･ﾗﾊｸｾﾏ､ﾎ･ﾕ･・ｼ･猖*/
	border: solid 1px #EEE;
	background-color: #FFF;
	text-align: left;
	padding: 5px;
	z-index: 10;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
	box-shadow: 1px 1px 3px #666;
}

div.cal_wrapper table.cal tr td div.Today {
	font-weight: bolder;
}
div.cal_wrapper table.cal tr td div.Deli {
	background-color: #EFE;
}
div.cal_wrapper table.cal tr td div.Holyday {
	font-weight: bolder;
	color: #F00;
	background-color: #FEE;
}
div.cal_wrapper table.cal tr td div.Saturday {
	font-weight: bolder;
	color: #0258E8;
	background-color: #B0D6FF;
}
div.cal_wrapper table.cal tr td div.Birthday {
	font-weight: bolder;
	background-color: #EEF;
	color: #090;
	border-radius: 3px;
}

div.cal_wrapper table.cal tr td div.backward {
	color: #CCC;
	font-weight: normal;
	background-color: #FFF;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div.pointer {
	cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
	background-color: #EEE;
}	
	
	
	
	

	
/*************************************************************/

/* カートタイトル画像　リニューアル2015 */

/*************************************************************/

/*ショッピングカートタイトル*/
.shoppingcart .section_title {
/*
    height: 28px;
    width: 178px;
    padding: 10px 0 0 0;
    text-align: center;
    font-size: 17px;
    border: 1px solid #E0DFE3;
    color: #fff;
    font-weight: bold;
    background: #999;
*/
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) { /*-----------------------------------------------------------*/
.whatnew .section_title .image_title {
background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/renewal2015/l-cart2.jpg);
background-size: 180px 28px;
}
/*-----------------------------------------------------------*/
}
	
	
	
	
/*************************************************************/

/* 新規登録ボタン非表示　リニューアル2015 */

/*************************************************************/
	
	
	
.signin .register_top,
.login_page_body #register_form {
display: none;
}




/*************************************************************/

/* 業版ページ　フォーム調整　リニューアル2015 */

/*************************************************************/


#members_login{
	font-size:10px;
	padding-left:5px
	}


#members_login input[type="password"]{
	width: 60px;
	height:5px;

	}

#members_login input[type="text"]{
	width: 80px;
    height:5px;
	}

.shopc_in{
	padding:5px;}














/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {

/*
    #inner_header {
        background-image: url(img/header_bg_x2.gif);
        background-size: 50px 115px;
    }
*/
}


/* ヘッダー上　キャッチフレーズ欄 */
#header_top {
    position: relative;
}

/* ヘッダー中　ショップロゴ、検索、カートの中身 */
#header_middle {
    position: relative;
}

/* ヘッダー下　ログイン、新規登録 */
#header_bottom {
    position: relative;
    padding-top: 0px;
}


/*************************************************************/

/* フッター */

/*************************************************************/

/* フッター */
#footer {
    width: 100%;
	height:330px;
    background-color: #000000;
    border-top: 1px solid #222222;
}

/* Powered by おちゃのこネット
/* 「おちゃのこネット ホームページ作成とショッピングカート付きネットショップ開業サービス」
※上記の文言は必須項目ですので、削除する事は許可されていません。 */

#ochanoko {
    width: 100%;
    border-bottom: 1px solid #000000;
}

.footer_top {
    background-color: #222222;
    color: #E0DFE3;
}

#inner_ochanoko {
    text-align: right;
    padding: 15px 0px;
}

/* コピーライト */
#copyright {
    font-size: 85%;
}

#copyright A {
    color: #FFFFFF;	
}

/* フッター内部コンテンツ */
#inner_footer {
    padding-top: 10px;
    text-align: center;
    position: relative;
    color: #E0DFE3;
}

/* ページトップ */
#pagetop {
    width: 100%;
}

#inner_pagetop {
    height: 30px;
    position: relative;
}

#inner_pagetop A {
    display: block;
    height: 20px;
    background-image: url(img/icon_pagetop.png);
    background-repeat: no-repeat;
    background-position: 5px 7px;
    background-color: #000000;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 5px 5px 5px 25px;
    text-align: center;
    color: #FFFFFF;
    font-size: 77%;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    #inner_pagetop A {
        background-image: url(img/icon_pagetop_x2.png);
        background-size: 15px 15px;
    }
    /*-----------------------------------------------------------*/
}

#inner_pagetop A:hover {
    background-color: #333333;
}

/* スマートフォンサイトボタン */
#phonesite {
    position: relative;
    height: 30px;
    padding: 15px 0px 15px;
    background-color: #000000;
}

.phone_site_link {
    display: block;
	width: 188px;
	margin: auto;
    background-color: #FFFFFF;
    border-radius: 5px;	
}

.phone_site_link:hover {
    background-color: #CCCCCC;
}

.phone_site_link A {
    display: block;
    width: 150px;
    padding: 8px 8px 8px 30px;
	background-image: url(img/icon_phone.png);
    background-repeat: no-repeat;
    background-position: 5px 2px;
    font-size: 12px;
    color: #000000;
    text-align: center;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    .phone_site_link A  {
        background-image: url(img/icon_phone_x2.png);
        background-size: 30px 30px;
    }
    /*-----------------------------------------------------------*/
}


/* フッター自由記入欄 */
.footer_free_space {
    text-align: left;
    color: #FFFFFF;
}


/*************************************************************/

/* キャッチフレーズ */

/*************************************************************/

/* キャッチフレーズ */
#copy {
    padding: 0px 15px 3px 0px;
    font-size: 11px;
    line-height: normal;
    float: left;
}

/* 表示パターン横幅 */
.header_top_800 {
    max-width: 800px;
}

.header_top_700 {
    max-width: 700px;
}

.header_top_600 {
    max-width: 600px;
}

.header_top_300 {
    max-width: 300px;
}

.header_top_200 {
    max-width: 200px;
}

.header_top_100 {
    max-width: 100px;
}


/*************************************************************/

/* グローバルサイト、文字サイズ */

/*************************************************************/


/* タイトル */
.site_list_title,
.set_font_title {
    display: inline-block;
    height: 20px;
    vertical-align: top;
    font-weight: bold;
}


/*--------------------------------------*/
/* グローバルサイトリンク */

.global_site {
    font-size: 11px;
    line-height: normal;
}

#header_global_site {
    float: right;
}

/* 横並び表示リンク */
.global_site A {
    display: inline-block;
    min-height: 20px;
    vertical-align: top;
}

/* リスト表示 */
.layout_dropdown {
    position: relative;
}

/* リスト表示タイトル */
.layout_dropdown .site_list_title A {
    padding: 0px 5px 0px 20px;
    background-image: url(img/icon_open.gif);
    background-repeat: no-repeat;
    background-position: left -2px;
    position: relative;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    .layout_dropdown .site_list_title A {
        background-image: url(img/icon_open_x2.gif);
        background-size: 20px 20px;
    }
    /*-----------------------------------------------------------*/
}

/* リスト表示タイトルマウスオーバー、選択中 */
.layout_dropdown .site_list_title A:hover,
.layout_dropdown .site_list_title A.hover,
.layout_dropdown .nav_on A {
    background-color: #F5F5F5;
}

/* リンク一覧 */
.site_list_dropdown {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 180px;
    padding: 10px;
    background-color: #FFFFFF;
    border-top: 5px solid #F5F5F5;
    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 {
    display: block;
    padding: 3px;
    border-bottom: 1px solid #E0DFE3;
}

/* 各リンク文字 */
.site_list_dropdown A {
    display: block;
    padding: 0px 3px;
    line-height: 20px;
}

.site_list_dropdown A:hover {
    background-color: #F5F5F5;
}

/* フッター用指定 */
#inner_footer .global_site {
    width: auto;
    margin: 10px auto;
}

#inner_footer .footer_global_site .global_site {
    width: 300px;
    margin: 10px auto;
}

/* 横並び表示文字色 */
#inner_footer .site_list_data A {
    color: #FFFFFF;
}

#inner_footer .site_list_data A:hover {
    color: #CCCCCC;
}

/* リスト表示文字色 */
#inner_footer .layout_dropdown .site_list_data A {
    color: #0088CC;
}

#inner_footer .layout_dropdown .site_list_data A:hover {
    color: #0066CC;
}

/* リスト表示タイトル */
#inner_footer .layout_dropdown .site_list_title {
    height: 30px;
}

#inner_footer .layout_dropdown .site_list_title A {
    background-image: none;
    background-color: #FFFFFF;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    line-height: 20px;
}

/* リンク一覧 */
.reverse_position .site_list_dropdown {
    left:50%;
    border: none;
    margin-top: 5px;
    margin-left: -100px;
    padding-top: 5px;
    text-align: left;
}


/*--------------------------------------*/
/* 文字サイズ */

.font_setting {
    display: inline-block;
    font-size: 11px;
    line-height: normal;
    margin-left: 15px;
}

#header_font_setting {
    float: right;
}

/* 文字サイズ画像 */
.set_font_normal,
.set_font_large {
    display: inline-block;
    width: 30px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: left top;
}

/* 普通画像 */
.set_font_normal {

    background-image: url(img/font_default.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    .set_font_normal {
        background-image: url(img/font_default_x2.gif);
        background-size: 30px 40px;
    }
    /*-----------------------------------------------------------*/
}

/* 大画像 */
.set_font_large {
    background-image: url(img/font_large.gif);
    margin-left: 5px;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    .set_font_large {
        background-image: url(img/font_large_x2.gif);
        background-size: 30px 40px;
    }
    /*-----------------------------------------------------------*/
}

/* 文字サイズ画像マウスオーバー、選択中 */
.font_setting .set_font_normal:hover,
.font_setting .set_font_large:hover,
.font_setting .nav_on {
    background-position: left bottom;
}


/*************************************************************/

/* ショップ名 */

/*************************************************************/

/* ショップ名ロゴ */
#shoplogo {
    width: 200px;
    height: 40px;
    float: left;
}

#shoplogo:hover {
    opacity:0.7;
    filter: alpha(opacity=70);
}


/* ショップ名テキスト */
#shoptext {
    float: left;
    font-size: 138.5%;
    min-height: 40px;
    width: 450px;
}

/* ヘッダーバナーありの場合 */
.has_header_banner #shoptext {
    width: 200px;
}


/*************************************************************/

/* 商品検索 */

/*************************************************************/

/* 商品検索 */
#search {
    float: right;
    background-color: #000000;
    color: #FFFFFF;
    padding: 5px;
}

/* 検索エリア自由記入欄 */
#search_free {
    float: right;
}


/*************************************************************/

/* ログイン・新規登録 */

/*************************************************************/

/* 枠 */
#header_bottom .signin_box {
    width: 780px;
    padding-top: 7px;
    padding-right: 10px;
    float: right;
    text-align: right;
}

/* 各文字区切り */




.signin li {
    display: inline;
    padding: 0px 5px;
    font-size: 85%;
}

.signin .member_name,
.signin .member_group,
.signin .signout_top,
.signin .mypage_top,
.signin .member_point,
.signin .point {
    display: inline;
    padding: 0px 5px;
    font-size: 85%;
}

/* 各リンク文字 */
.signin li A,
.signin span A {
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left top;
}

/* ログインボタン */
#header_bottom .signin .signin_top {
    padding-right: 10px;
    border-right: 1px solid #999999;
}

/* ログインボタン背景画像 */
.signin_top A {
    background-image: url(img/icon_signin.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    .signin_top A {
        background-image: url(img/icon_signin_x2.gif);
        background-size: 15px 15px;
    }
    /*-----------------------------------------------------------*/
}


/* 新規登録ボタン背景画像 */
.register_top A {
    background-image: url(img/icon_regist.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    .register_top A {
        background-image: url(img/icon_regist_x2.gif);
        background-size: 15px 15px;
    }
    /*-----------------------------------------------------------*/
}


/*--------------------------------------*/
/* ログアウト・マイページ */

.activemember .member_group,
.activemember .point {
    padding-right: 0px;
}

/* ユーザー名 */
.member_name {
    font-weight: bold;
}

#header_bottom .member_name {
    border-right: 1px solid #E0DFE3;
}

/* ログアウト */
#header_bottom .signout_top {
    padding-right: 10px;
    border-right: 1px solid #999999;
}

/* ログアウトボタン背景画像 */
.signout_top A {
    background-image: url(img/icon_signout.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    .signout_top A {
        background-image: url(img/icon_signout_x2.gif);
        background-size: 15px 15px;
    }
    /*-----------------------------------------------------------*/
}


/* 会員グループ */
.member_group {
    font-weight: normal;
}

/* マイページ */
#header_bottom .mypage_top {
    padding-left: 10px;
    display: inline-block;
}

/* マイページボタン背景画像 */
.mypage_top A {
    background-image: url(img/icon_mypage.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    .mypage_top A {
        background-image: url(img/icon_mypage_x2.gif);
        background-size: 15px 15px;
    }
    /*-----------------------------------------------------------*/
}

/* 保有ポイント */
#header_bottom .member_point {
    border-left: 1px solid #E0DFE3;
    display: inline-block;
}

/* ポイント数 */
.signin .point {
    font-weight: bold;
    color: #CC0000;
    padding: 0px;
}


/*-----------------------------------------------------------*/
/* 左右エリア */

/* ログイン枠 */
.side_signin .signin{
    position: relative;
    padding: 5px 0 0 0;
    width: 180px;
    height: 80px;
    border: 1px solid #E0DFE3;
}

.side_signin .signin_box {
    position: absolute;
    top: 34px;
    left: 0;
    width: 160px;
    padding: 10px;
}

/* li、spanブロック表示 */
.side_signin li {
    display: block;
    font-size: 95%;
    padding: 0px;
}

.side_signin .member_name,
.side_signin .member_group,
.side_signin .signout_top,
.side_signin .mypage_top,
.side_signin .member_point,
.side_signin .point {
    display: block;
    font-size: 95%;
    padding: 0px;
}

/* ポイントインライン表示 */
.side_signin .signin .point {
    display: inline;
}

/* 各ボタン */
.side_signin .signin li A,
.side_signin .signin .mypage_top A {
    display: block;
    padding: 8px 0px 8px 22px;
    background-position: 3px center;
}

.side_signin .signin li A:hover,
.side_signin .signin .mypage_top A:hover {
    background-color: #F5F5F5;
}

/* ログインボタン */
.side_signin .signin_top A {
    border-bottom: 1px solid #E0DFE3;
}

/* ユーザー名 */
.side_signin .member_name {
/* 20211027 コメントアウト
    border: 1px solid #E0DFE3;
    background-color: #F9F9F9;
    padding: 10px 10px 5px;
*/
}

/* 会員グループ */
.side_signin .member_group {
    font-weight: normal;
    font-size: 85%;
}

/* ログアウトボタン */
.side_signin .signin .signout_top {
    width: auto;
    border-top: 1px solid #E0DFE3;
    padding: 3px;
    margin-top: 5px;
    text-align: right;
}

.side_signin .signin .signout_top A {
    font-size: 85%;
}

/* ログインボタン */
.side_signin .mypage_top A {
    margin-top: 8px;
}

/* 保有ポイント */
.side_signin .member_point {
    background-color: #FFFFEE;
    border: 1px solid #E0DFE3;
    padding: 5px;
    font-size: 85%;
    margin-top: 1px;
}

.signin_box .member_point .point {
    display: inline-block;
}


/*************************************************************/

/* 上部カートの中身 */

/*************************************************************/

.shoppingcart {

}

#carttop {
    float: right;
    margin-left: 5px;
}

/* カートの中身ボタン */
.shopping_cart_button {
    position: relative;
    width: 130px;
}

/* 自由記入欄サイドカラム用 */
#leftcol .cartcontentsarea,
.reverse_cartcontent .cartcontentsarea {
    margin-right: 0;
    padding: 0 20px 20px 0;
    right: -210px;
    left: auto;
}

/* 自由記入欄メインカラム用 */
.center_cartcontent .cartcontentsarea {
    margin-right: 0;
    padding: 0 20px 20px 20px;
    left: -115px;
}

/* カート中身背景 */
.cartbtn {
    background-image: url(img/cart_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #428DFF;
    border-radius: 5px;
    position: relative;
}

.cartbtn:hover,
.cartbtn.hover {
    background-image: url(img/cart_bg_o.gif);
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #0066FF;
}

.has_cart_popup .cartbtn:hover,
.has_cart_popup .cartbtn.hover {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

/* カート中身アイコン */
.cartbtn A {
    display: block;
    width: 87px;
    height: 25px;
    padding: 6px 0px 0px 43px;
    background-image: url(img/icon_cart.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    font-size: 12px;
    line-height: normal;
    color: #FFFFFF;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    .cartbtn A {
        background-image: url(img/icon_cart_x2.png);
        background-size: 30px 30px;
    }
    /*-----------------------------------------------------------*/
}

.cartmiddle #carttop A {
    height: 27px;
    padding-top: 8px;
}

.header_hidden #carttop A {
    margin-top: 10px;
}

/* カートの中身数量 */
.cartquantity {
    width: 30px;
    text-align: center;
    position: absolute;
    top: 2px;
    left: 8px;
    color: #FFFFCC;
}

/* 数量99以上の場合 */
.quantityover {
    position: absolute;
    top: -5px;
    right: 0px;
    font-size: 10px;
}

/* カートの中身 */
.cartcontentsarea {
    width: 320px;
    margin-right: -20px;
    padding: 0px 0px 20px 20px;
    position: absolute;
    top: 30px;
    left: -210px;
}

.cartcontents {
    padding: 10px;
    background-color: #FFFFFF;
    border-top: 5px solid #0066FF;
    box-shadow:5px 5px 10px rgba(0,0,0,0.4),-5px 5px 10px rgba(0,0,0,0.4);
}

.cartcontents li {
    padding: 5px;
    border-bottom: 1px solid #E0DFE3;

}

/* サムネイル写真 */
.cartcontents .global_photo {
    width: 40px;
    float: left;
}

/* 商品説明 */
.cartcontents .text_data {
    width: 230px;
    padding: 0px 10px;
    float: left;
}

/* カートは空です */
.cartcontents li.cart_empty {
    padding: 5px;
    border-bottom: none;
}

.cartcontents .cart_empty .text_data {
    width: auto;
    padding: 0px;
    float: none;
    font-size: 93%;
    text-align: center;
}

/* 商品名、説明文字 */
.cartcontents .item_data A,
.cartcontents .item_data p {
    font-size: 77%;
    line-height: normal;
}

/* 合計金額 */
.cartcontents .shoppingcart_pricetotal p {
    padding: 5px;
    margin: 0px;
    text-align: right;
}

/* ボタン配置 */
.cartcontents .global_btn {
    border-top: 1px solid #E0DFE3;
    padding: 5px;
    text-align: center;
}


/*************************************************************/

/* ヘッダーバナー */

/*************************************************************/

.header_banner {
    position: absolute;
    top: 0px;
    left: 210px;
}


/*************************************************************/

/* グローバルナビゲーション */

/*************************************************************/

/* ヘッダーナビゲーション */
#globalnavi {
    width: 100%;
    background-color: #FFFFFF;
    background-image: url(img/navi_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    border-top: 1px solid #E0DFE3;
}

/* 各ナビゲーション配置 */
#globalnavi li {
    width: auto;
    float: left;
    list-style: none;
}

/* 各ナビゲーション背景画像、文字 */
#globalnavi li A {
    display: block;
    min-height: 20px;
    text-align: center;
    color: #000000;
    max-width: 250px;
    border-right: 1px solid #E0DFE3;
    font-size: 12px;
}

#globalnavi .sub_menu li A {
    font-size: 93%;
}

/* 各ナビゲーション余白 */
#globalnavi .nav_box {
    display: block;
    padding: 15px;
}

#globalnavi .sub_menu .nav_box {
    display: inline;
    padding: 0px;
}

/* 各ナビゲーションマウスオーバー */
#globalnavi li:hover,
#globalnavi li.hover > div > .nav_link,
#globalnavi li.hover .toggle_link,
#globalnavi li.h_home:hover  {
    background-image: url(img/navi_bg_o.gif);
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    background-position: left top;
}

/* 選択中 */
#globalnavi li.nav_on {
    background-image: url(img/navi_bg_o.gif);
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    background-position: left top;
}

/* ホーム余白 */
#globalnavi li.h_home .nav_box {
    padding: 0px;
}

/* 左端ナビゲーション枠線 */
#globalnavi .posleft A {
    border-left: 1px solid #E0DFE3;
}

/* 複数行用アイコン画像 */
#globalnavi .toggle_link .nav_box {
    display: block;
    padding: 0px;
    min-height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
}

.toggle_button .open .nav_box {
    background-image: url(img/navi_open_bg.png);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    .toggle_button .open .nav_box {
        background-image: url(img/navi_open_bg_x2.png);
        background-size: 45px 45px;
    }
    /*-----------------------------------------------------------*/
}

.toggle_button .close .nav_box {
    background-image: url(img/navi_close_bg.png);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    .toggle_button .close .nav_box {
        background-image: url(img/navi_close_bg_x2.png);
        background-size: 45px 45px;
    }
    /*-----------------------------------------------------------*/
}

/* 複数行時上部線 */
.overplus_nav .dropdown {
    border-top: 1px solid #E0DFE3;
}

/* メニュー背景 */
#globalnavi ul.dropdown ul.sub_menu li {
    width: 230px;
    height: auto;
    float: none;
    background-color: #FFFFFF;
    background-image: url(img/navi_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    box-shadow:5px 5px 10px rgba(0,0,0,0.4),-5px 5px 10px rgba(0,0,0,0.4);
}

/* メニュー文字、アイコン */
#globalnavi ul.dropdown ul.sub_menu li A,
#globalnavi ul.dropdown ul.sub_menu li A:hover {
    display: block;
    width: 200px;
    max-width: 200px;
    height: auto;
    padding: 8px 10px 8px 20px;
    color: #000000;
    text-align: left;
    border-bottom: 1px solid #E0DFE3;
    border-right: none;
    background-image: url(img/icon_b.gif);
    background-repeat: no-repeat;
    background-position: 5px 8px;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    #globalnavi ul.dropdown ul.sub_menu li A,
    #globalnavi ul.dropdown ul.sub_menu li A:hover {
        background-image: url(img/icon_b_x2.gif);
        background-size: 15px 15px;
    }
    /*-----------------------------------------------------------*/
}


/* タブレット用閉じるボタン */
#globalnavi ul.dropdown ul.sub_menu li.dropdown_close A,
#globalnavi ul.dropdown ul.sub_menu li.dropdown_close A:hover,
.side_category_popup .hover li.dropdown_close A,
.side_category_popup .hover li.dropdown_close A:hover {
    background-color: #000000;
}

/* マウスオーバー時下線非表示 */
#globalnavi ul.dropdown ul.sub_menu li.posbottom A {
    border-bottom: none;
}

#globalnavi ul.dropdown ul.sub_menu li:hover {
	background-image: none;
    background-color: #FFFFFF;
}

/* サブメニュー有りアイコン */
.more {
    padding-left: 20px;
    background-image: url(img/icon_more.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    .more {
        background-image: url(img/icon_more_x2.gif);
        background-size: 15px 15px;
    }
    /*-----------------------------------------------------------*/
}


/*--------------------------------------*/
/* サイドナビゲーション */

/* ナビゲーション背景画像 */
.navi_list li {
    background-image: url(img/side_navi_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #FFFFFF;
    border: 1px solid #E9E9E9;
    margin-bottom: 3px;
}

.navi_list li:hover {
    background-image: url(img/side_navi_bg_o.gif);
    background-position: left top;
}

/* ナビゲーションアイコン画像 */
.navi_list li A {
    padding: 10px 18px 10px 18px;
    background-image: url(img/icon_b.gif);
    background-repeat: no-repeat;
    background-position: 3px 10px;
    color: #333333;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    .navi_list li A {
        background-image: url(img/icon_b_x2.gif);
        background-size: 15px 15px;
    }
    /*-----------------------------------------------------------*/
}

/* 選択中 */
.navi_list li.nav_on {
    background-image: none;
    background-color: #E0F0F8;
    border: 1px solid #E0F0F8;
    margin-bottom: 3px;
}


/*--------------------------------------*/
/* フッターナビゲーション */

#globalnavi_footer {
    width: 100%;
    border-bottom: 1px solid #222222;
}

/* 各ナビゲーション文字色 */
#globalnavi_footer li .footer_navi_link {
    color: #FFFFFF;
}

/* 各ナビゲーションマウスオーバー */
#globalnavi_footer li .footer_navi_row:hover {
    background-color: #222222;
}

/* 選択中 */
#globalnavi_footer li.nav_on .footer_navi_row {
    background-color: #222222;
}

/* 各ブロックレイアウト */
#globalnavi_footer .footer_navi_box {
    float: left;
    color: #FFFFFF;
	box-sizing: border-box;
    border-left: 1px solid #222222;
}

#globalnavi_footer .footer_navi_box_right {
    border-right: 1px solid #222222;
}

#globalnavi_footer .column1 .footer_navi_box {
    float: none;
}

/* 1カラム */
#globalnavi_footer .column1 .footer_navi_box {
    width: 100%;
}

/* 2カラム */
#globalnavi_footer .column2 .footer_navi_box {
    width: 50%;
}

/* 3カラム */
#globalnavi_footer .column3 .footer_navi_box {
    width: 33.3%;
}

/* 4カラム */
#globalnavi_footer .column4 .footer_navi_box {
    width: 25%;
}

/* 5カラム */
#globalnavi_footer .column5 .footer_navi_box {
    width: 20%;
}

/* 各ブロック */
#globalnavi_footer ul {
    min-height: 180px;
    padding: 10px;
    list-style: none;
}

/* 各ナビゲーション背景、文字 */
#globalnavi_footer li .footer_navi_link {
    display: block;
    padding: 5px 5px 5px 15px;
    background-image: url(img/icon_w.gif);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    font-size: 85%;
    font-weight: normal;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    #globalnavi_footer li .footer_navi_link {
        background-image: url(img/icon_w_x2.gif);
        background-size: 15px 15px;
    }
    /*-----------------------------------------------------------*/
}

/* 上部自由記入欄利用時用 */
#footer_free_top {
    border-bottom: 1px solid #222222;
}

/* 自由記入欄用 */
.footer_navi_free,
.footer_navi_free A,
.footer_free_space,
.footer_free_space A {
    color: #FFFFFF;
	text-align: left;
}

#globalnavi_footer .footer_navi_free A:hover,
.footer_free_space A:hover {
    color: #CCCCCC;	
}


/*************************************************************/

/* グローバルリンク */

/*************************************************************/

.global_link {
    padding: 5px 5px 5px 15px;
    background-image: url(img/icon_b.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    .global_link {
        background-image: url(img/icon_b_x2.gif);
        background-size: 15px 15px;
    }
    /*-----------------------------------------------------------*/
}


/*************************************************************/

/* メイン写真 */

/*************************************************************/

/* メイン写真 */
#photo {
    width: 100%;
}

.colmode #photo {
    margin-bottom: 30px;
}

/* 3カラムレイアウト時 */
#setcol .colmode {
    margin-left: 20px;
}

.layout_r #setcol .colmode {
    margin-left: 0px;
    margin-right: 20px;
}

/* 全画像共通枠 */
.global_photo {
    margin: 0px auto 10px;
	line-height: 0px;
}


/*--------------------------------------*/

/* スライド表示 */

/*--------------------------------------*/

#photo {
    margin-top: 1px;
}

.slide{
    float: left;
}

/* サムネイルメニュー */

/* 各メニュー */
.menu li{
    width: 90px;
    display: inline-block;
    list-style: none;
    overflow: hidden;
    border-top: 5px solid #CCCCCC;
    margin-right: 1px;
    margin-top: 1px;
    vertical-align: top;
}

/* ボタン */
.menu li A {
    display: block;
}

/* 表示中サムネイル */
.menu li.current,
.menu li.current:hover {
    border-top: 5px solid #0066FF;
}

.menu li.act A {
    cursor: default;
}

/* サムネイル横幅 */
.menu a img{
    width: 90px;
}

/* スライド送り */
.swipe_list .pointer_box {
    padding: 5px 0px;
    text-align:center;
}

/* スライド送りボタン */
.swipe_list .pointer span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0px 5px 0px;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    cursor: pointer; 
}

/* 左右ボックス */
.side_box .swipe_list .pointer span {
    margin: 0;
}

/* 現スライド */
.swipe_list .pointer span.current {
    background-color: #0066FF;
    border: 1px solid #0066FF;
}

/* 前へ、次へアイコン */
.swipe_list .pointer_box span.pointer_prev,
.swipe_list .pointer_box span.pointer_next {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0px 10px;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFFFFF;
    border: 1px solid #E0DFE3;
    border-radius: 25px;
    cursor: pointer;
}

/* 商品詳細メイン写真用 */
.swipe_list .detail_item_photo .pointer_box span.pointer_prev,
.swipe_list .detail_item_photo .pointer_box span.pointer_next {
    margin: 0px;
}

/* 前へアイコン画像 */
.swipe_list .pointer_box span.pointer_prev {
    background-image: url(img/icon_prev.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    .swipe_list .pointer_box span.pointer_prev {
        background-image: url(img/icon_prev_x2.gif);
        background-size: 25px 25px;
    }
    /*-----------------------------------------------------------*/
}

/* 次へアイコン画像 */
.swipe_list .pointer_box span.pointer_next {
    background-image: url(img/icon_next.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    .swipe_list .pointer_box span.pointer_next {
        background-image: url(img/icon_next_x2.gif);
        background-size: 25px 25px;
    }
    /*-----------------------------------------------------------*/
}

/* マウスオーバー時 */
.swipe_list .pointer_box span.pointer_prev:hover,
.swipe_list .pointer_box span.pointer_next:hover {
    background-color: #F0F0F0;
}

.swipe_list .pointer_box .pointer_prev_box span.pointer_prev,
.swipe_list .pointer_box .pointer_next_box span.pointer_next {
    margin: 0px;
}

/* スライドの注釈 */
.swipe_list .image_annotation {
    background-image: url(img/photo_alpha.png);
}

.swipe_list .annotation_left_top {
    left: 30px;
    top: 30px;
}

.swipe_list .annotation_right_top {
    right: 30px;
    top: 30px;
}

.swipe_list .annotation_left_bottom {
    left: 30px;
    bottom: 30px;
}

.swipe_list .annotation_right_bottom {
    right: 30px;
    bottom: 30px;
}


/*************************************************************/

/* メインカラム */

/*************************************************************/

/* メインカラム 1カラム */
#maincol1 #main_container {
    margin: 0px 0px 20px;
}

/* メインカラム 2カラム */
#maincol2 #main_container {
    margin: 0px 0px 20px 20px;
}

/* 右レイアウト */
.layout_r #maincol2 #main_container {
    margin: 0px 20px 20px 0px;
}

/* メインカラム 3カラム */
#maincol3 #main_container {
}

/* 左、右カラム各ボックス */
.side_box {
    margin-bottom: 10px;
    width: 180px; /* 20211027 */
}

/* 各ボックス */
.main_box {
    margin-bottom: 20px;
}


/*************************************************************/

/* コンテンツ領域 */

/*************************************************************/

/* コンテンツ領域 */
#contents {
    margin-top: 15px;
    margin-bottom: 15px;
}

.bg_full #inner_contents,
.bg_full #inner_contents_top,
.bg_full #inner_contents_bottom {
    background-color: #FFFFFF;
}

#wide_contents {
    background-color: #F5F5F5;
    padding-bottom: 15px;
	margin-bottom: 15px;
}


/*************************************************************/

/* 左、右カラム　タイトル、コンテンツ枠 */

/*************************************************************/

/* タイトル */
.side_box h2 {
    width: 180px;
    height: 29px;
    color: #fff;
    font-size: 16px;
    line-height: 29px;
    font-weight: bold;
    text-align: center;
    background: #999;
    
/*
    padding: 10px;
    margin-bottom: 1px;
    background-image: url(img/side_h2_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #FFFFFF;
    border-top: 1px solid #F5F5F5;
    font-weight: bold;
*/
}

/* 左、右カラムコンテンツ */
.side_contents {
    padding: 0px;
}


/*************************************************************/

/* メインカラム　タイトル、コンテンツ枠 */

/*************************************************************/

/* タイトル */
.main_box h2 {
    padding: 10px;
    font-weight: bold;
}

/* メインカラムコンテンツ */
.main_contents {
    width: 700px;;
}


/*************************************************************/

/* パンくずリスト */

/*************************************************************/

/* パンくずリスト */
#pan {
    margin-bottom: 15px;
    padding: 5px;
    background-color: #F5F5F5;
}


/*************************************************************/

/* 左カラム */

/*************************************************************/

/*************************************************************/

/* カテゴリ、グループ一覧 */

/*************************************************************/

/* カテゴリ、グループ一覧タイトル */
.category h2,
.pickupcategory h2 {
    background-image: url(img/side_category_bg.gif);
    background-color: #444444;
    color: #FFFFFF;
    border-top: none;
}

/* カテゴリ、グループ一覧枠 */
.category_list,
.pickupcategory_list {
    border: 1px solid #E9E9E9;
}


/*--------------------------------------*/
/*
カテゴリ
グループ
オークションメニュー
共通 */

/* 各メニュー枠 */
.side_contents li {
    list-style: none;
    list-style-position: outside;
}

/* 各メニューボタン */
.side_contents li A {
    display: block;
}


/*--------------------------------------*/
/* メインカテゴリ、グループ */

/* メインカテゴリ、グループ背景 */
.category_list li,
.pickupcategory_list li {
    background-color: #F5F5F5;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #D9D9D9;
    position: relative;
}

/* カテゴリ、グループアイコン画像 */
.category_list li A,
.pickupcategory_list li A {
    padding: 5px 18px 5px 18px;
    background-image: url(img/icon_b.gif);
    background-repeat: no-repeat;
    background-position: 3px 6px;
    color: #444444;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    .category_list li A,
    .pickupcategory_list li A {
        background-image: url(img/icon_b_x2.gif);
        background-size: 15px 15px;
    }
    /*-----------------------------------------------------------*/
}


/* メインカテゴリ、グループ背景　選択中 */
.category_list li.nav_on,
.pickupcategory_list li.nav_on {
    background-color: #E0F0F8;
    margin: 0px;
    border-top: none;
    border-bottom: none;
}

/* カテゴリアイコン画像　選択中 */
.category_list li A.nav_on,
.pickupcategory_list li A.nav_on {
    color: #006DD9;
    font-weight: bold;
}

/* カテゴリアイコン画像　サブカテゴリ有 */
.side_category_stack .parentcategory A {
    background-image: url(img/icon_db.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    .side_category_stack .parentcategory A {
        background-image: url(img/icon_db_x2.gif);
        background-size: 15px 15px;
    }
    /*-----------------------------------------------------------*/
}


/* カテゴリアイコン画像　サブカテゴリ閉じる */
.side_category_stack A.parent_category {
    background-image: url(img/icon_dbc.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    .side_category_stack li A.parent_category {
        background-image: url(img/icon_dbc_x2.gif);
        background-size: 15px 15px;
    }
    /*-----------------------------------------------------------*/
}


/* サブカテゴリポップアップ */
.side_category_popup .sub_category_box {
    width: 240px;
    position: absolute;
    top: -20px;
    visibility: hidden;
}

/* ポップアップ枠 */
.side_category_popup .subcategories {
    border: 1px solid #D9D9D9;
}

/* 左エリア用 */
#leftcol .side_category_popup .sub_category_box {
    padding: 20px 20px 20px 0px;
    left: 198px;
}

#leftcol .side_category_popup .subcategories {
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}

/* 右エリア用 */
#rightcol .side_category_popup .sub_category_box {
    padding: 20px 0px 20px 20px;
    right: 198px;
}

#rightcol .side_category_popup .subcategories {
    box-shadow: -5px 5px 5px rgba(0,0,0,0.2);
}

.side_category_popup .hover li.dropdown_close A,
.side_category_popup .hover li.dropdown_close A:hover {
    background-image: none;
    background-color: #000000;
    padding: 5px 15px 0px 15px;
    text-align: center;
}

/* メインカテゴリ開閉 */
.category_toggle {
    display: block;
    width: 15px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 2px;
}

/* サブカテゴリ開閉 */
.category_list li ul .category_toggle {
    display: block;
    width: 15px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 8px;
}

/* マウスオーバー */
.category_list li A:hover,
.side_category_popup .hover .parentcategory A,
.pickupcategory_list li A:hover {
    background-color: #E9E9E9;
    color: #000000;
}

.category_list li.nav_on A.nav_on:hover,
.side_category_popup li.hover .parentcategory A.nav_on,
.pickupcategory_list li.nav_on A.nav_on:hover {
    background-color: #E0F0F8;
    font-weight: bold;
}


/*--------------------------------------*/
/* サブカテゴリ　第二階層 */

.category_list li ul li A {
    padding: 5px 5px 5px 23px;
    background-position: 8px 6px;
    color: #666666;
    font-weight: normal;
}

/* サブカテゴリ背景 */
.category_list li ul li {
    background-color: #FFFFFF;
    border: none;
}


/*--------------------------------------*/
/* オークション */

/* オークション背景画像 */
.auction_list li {
    background-image: url(img/side_navi_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #FFFFFF;
    border: 1px solid #E9E9E9;
    margin-bottom: 3px;
    color: #000000;
}

.auction_list li:hover {
    background-image: url(img/side_navi_bg_o.gif);
}

/* オークションアイコン画像 */
.auction_list li A {
    padding: 10px 5px 10px 18px;
    background-image: url(img/icon_b.gif);
    background-repeat: no-repeat;
    background-position: 3px 10px;
    color: #333333;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    .auction_list li A {
        background-image: url(img/icon_b_x2.gif);
        background-size: 15px 15px;
    }
    /*-----------------------------------------------------------*/
}


/*************************************************************/

/* ショッピングカート */

/*************************************************************/

/* カートの中身一覧 */
.shoppingcart_list{
	width:180px;}

.shoppingcart_list li {
    padding: 10px;
    border: 1px solid #E9E9E9;
    border-top:none; /* 202104 */ 
    margin-bottom: 1px;
}

/* カートの中身一覧リンク */
.shoppingcart_list li A {
    display: inline;
    padding-left: 0px;
}

.shoppingcart li A:hover {
    background-color: transparent;
}

/* 各ブロック */
.side_cart_data_box {
    display: block;
    padding: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #E0DFE3;
}

/* 変更するリンク */
.side_cart_data .global_link {
    border: none;
    margin-bottom: 0px;
    padding-left: 15px;
}

/* 合計金額 */
.shoppingcart_pricetotal {
    background-color: #F5F5F5;
}

/* 合計金額文字 */
.shoppingcart_pricetotal p {
    padding: 10px;
    margin: 0px;
    font-weight: bold;
}

/* 金額文字 */
.shoppingcart_pricetotal p strong {
    color: #336699;
}

/* レジに進む */
.shoppingcart_register {
    padding: 10px;
    border: 1px solid #E9E9E9;
    text-align: center;
}

/* オーダーメイド */
.side_cart_data .custom_item,
.side_cart_data .custom_separator {
    border-bottom: none;
    display: inline;
}


/*************************************************************/

/* 私が店長です */

/*************************************************************/

/* 私が店長ですコンテンツ */
.staff_contents {
    padding: 5px 10px 10px;
    border: 1px solid #E9E9E9;
}

/* スタッフ画像 */
.staff_photo {
    width: 140px;
    margin: 10px auto;
}

/* プロフィール枠 */
.staff_contents dl {
    padding: 10px;
}

.staff_contents dt,
.staff_contents dd {
    padding: 5px;
}

/* プロフィール項目 */
.staff_contents dt {
    clear: left;
    float: left;
    width: 40px;
    font-weight: bold;
    border-top: 1px solid #000000;
}

/* プロフィール内容 */
.staff_contents dd {
    margin-left: 50px;
    border-top: 1px dotted #000000;
}

/* プロフィールコメント */
.side_box .staff_profile_desc {
    margin-bottom: 10px;
}

/* 店長ページリンク */
.staff_contents .global_link {
    border-top: 1px solid #E0DFE3;
}


/*************************************************************/

/* いらっしゃいませ */

/*************************************************************/

/* いらっしゃいませ枠余白 */
.welcome_data {
    padding: 15px;
}


/*************************************************************/

/* 店長日記 */

/*************************************************************/

/* 店長日記枠余白 */
.diary_data {
    padding: 15px;
}

/* トップ店長日記タイトル */
.diary_data h3 {
    font-size: 108%;
    font-weight: bold;
}

/* トップ店長日記日付 */
.top_page_body .diary_data .article_date {
    font-weight: normal;
}


/*************************************************************/

/* いらっしゃいませ、店長日記共通 */

/*************************************************************/

/* いらっしゃいませ、店長日記背景画像 */
.welcome,
.diary {
    background-color: #FFFFFF;
    background-position: left top;
    background-repeat: no-repeat;
    padding: 15px 0px 0px 15px;
}

/* 1カラム　いらっしゃいませ、店長日記背景画像 */
#maincol1 .welcome,
#maincol1 .diary {
    background-image: url(img/article_bg_b.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    #maincol1 .welcome,
    #maincol1 .diary {
        background-image: url(img/article_bg_b_x2.gif);
        background-size: 980px 200px;
    }
    /*-----------------------------------------------------------*/
}


/* 2カラム　いらっしゃいませ、店長日記背景画像 */
#maincol2 .welcome,
#maincol2 .diary {
    background-image: url(img/article_bg.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    #maincol2 .welcome,
    #maincol2 .diary {
        background-image: url(img/article_bg_x2.gif);
        background-size: 780px 200px;
    }
    /*-----------------------------------------------------------*/
}


/* 3カラム　いらっしゃいませ、店長日記背景画像 */
#maincol3 .welcome,
#maincol3 .diary {
    background-image: url(img/article_bg_s.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    #maincol3 .welcome,
    #maincol3 .diary {
        background-image: url(img/article_bg_s_x2.gif);
        background-size: 580px 200px;
    }
    /*-----------------------------------------------------------*/
}


/* 左右レイアウト */
.tarticle_data .global_photo,
.tarticle_data .ph_article {
    float: left;
}

/* 記事余白 */
.tarticle_data .ph_article {
    padding: 10px;
}


/*--------------------------------------*/

/* 写真サイズ */

/*--------------------------------------*/

/* 140px */
.tarticle_data .layout140 .global_photo,
.article_data .layout140 .global_photo {
    width: 140px;
}

/* 250px */
.tarticle_data .layout250 .global_photo,
.article_data .layout250 .global_photo {
    width: 250px;
}

/* 400px */
.tarticle_data .layout400 .global_photo,
.article_data .layout400 .global_photo {
    width: 400px;
}


/*--------------------------------------*/

/* 写真サイズ別記事横幅指定 */

/*--------------------------------------*/

/* 中央1カラム */

/* 140px */
#maincol1 .tarticle_data .layout140 .ph_article {
    width: 775px;
}

/* 250px */
#maincol1 .tarticle_data .layout250 .ph_article {
    width: 665px;
}

/* 400px */
#maincol1 .tarticle_data .layout400 .ph_article {
    width: 515px;
}


/*--------------------------------------*/

/* 中央2カラム */

/* 140px */
#maincol2 .tarticle_data .layout140 .ph_article {
    width: 555px;
}

/* 250px */
#maincol2 .tarticle_data .layout250 .ph_article {
    width: 445px;
}

/* 400px */
#maincol2 .tarticle_data .layout400 .ph_article {
    width: 295px;
}


/*--------------------------------------*/

/* 中央3カラム */






/* 140px */
#maincol3 .tarticle_data .layout140 .ph_article {
    width: 335px;
}

/* 250px */
#maincol3 .tarticle_data .layout250 .ph_article {
    width: 225px;
}

/* 400px */
#maincol3 .tarticle_data .layout400 .global_photo,
#maincol3 .tarticle_data .layout400 .ph_article {
    float: none;
}


/*--------------------------------------*/

/* 左右カラム */

.side_col .welcome,
.side_col .diary {
    background-image: url(img/side_article_bg.gif);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 15px 0px 0px 0px;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    .side_col .welcome,
    .side_col .diary {
        background-image: url(img/side_article_bg_x2.gif);
        background-size: 200px 200px;
    }
    /*-----------------------------------------------------------*/
}


.side_col .welcome h2,
.side_col .diary h2 {
    background-image: none;
    background-color: transparent;
    border: none;
    padding-left: 15px;
}

.side_box .tarticle_data .ph_article {
    padding: 10px 0px 0px;
}

/* 140px */
.side_box .tarticle_data .layout140 .global_photo,
.side_box .tarticle_data .layout140 .ph_article {
    float: none;
}


/*************************************************************/

/* What's New */

/*************************************************************/

/* What's Newタイトル */
.whatnew h2 {
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 30px;
    border: none;
    color: #000000;
}

/* 1カラム　What's Newタイトル */
#maincol1 .whatnew h2 {
    background-image: url(img/item_h2_bg_b.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    #maincol1 .whatnew h2 {
        background-image: url(img/item_h2_bg_b_x2.gif);
        background-size: 790px 50px;
    }
    /*-----------------------------------------------------------*/
}


/* 2カラム　What's Newタイトル */
#maincol2 .whatnew h2 {
    background-image: url(img/item_h2_bg.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    #maincol2 .whatnew h2 {
        background-image: url(img/item_h2_bg_x2.gif);

        background-size: 780px 50px;
    }
    /*-----------------------------------------------------------*/
}


/* 3カラム　What's Newタイトル */
#maincol3 .whatnew h2 {
    background-image: url(img/item_h2_bg_s.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    #maincol3 .whatnew h2 {
        background-image: url(img/item_h2_bg_s_x2.gif);
        background-size: 580px 50px;
    }
    /*-----------------------------------------------------------*/
}


/* 左右カラム　What's Newタイトル */
.side_col .whatnew h2 {
    background-image: url(img/side_item_h2_bg.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 30px;
    border: none;
    color: #000000;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    .side_col .whatnew h2 {
        background-image: url(img/side_item_h2_bg_x2.gif);
        background-size: 200px 50px;
    }
    /*-----------------------------------------------------------*/
}


/* What's Newコンテンツ */
.whatnew_contents {
    padding: 10px;
    border: none;
}

/* 各行 */
.news_data {
    border-bottom: 1px solid #E0DFE3;
    padding: 5px 0px;
}

.main_box .news_data .news_date,
.main_box .news_data A {
    float: left;
}

.side_box .news_data .news_date,
.side_box .news_data A {
    float: none;	
}

.side_box .news_data .news_date {
    display: block;	
}

/* 日付 */
.news_date {
    padding-right: 10px;
    font-size: 93%;
}

/* 年月日 */
.format {
    font-size: 85%;
}


/*************************************************************/

/* 商品一覧 */

/*************************************************************/

/* 商品一覧タイトル */
.item_box h2 {
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 30px;
    border: none;
    font-weight: bold;
    color: #000000;
}

/* 1カラム　商品一覧タイトル */
#maincol1 .item_box h2 {
    background-image: url(img/item_h2_bg_b.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    #maincol1 .item_box h2 {
        background-image: url(img/item_h2_bg_b_x2.gif);
        background-size: 980px 50px;
    }
    /*-----------------------------------------------------------*/
}


/* 2カラム　商品一覧タイトル */
#maincol2 .item_box h2 {
    background-image: url(img/item_h2_bg.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    #maincol2 .item_box h2 {
        background-image: url(img/item_h2_bg_x2.gif);
        background-size: 780px 50px;
    }
    /*-----------------------------------------------------------*/
}


/* 3カラム　商品一覧タイトル */
#maincol3 .item_box h2 {
    background-image: url(img/item_h2_bg_s.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    #maincol3 .item_box h2 {
        background-image: url(img/item_h2_bg_s_x2.gif);
        background-size: 580px 50px;
    }
    /*-----------------------------------------------------------*/
}


/* 左右カラム　商品一覧タイトル */
.side_col .item_box h2 {
    background-image: url(img/side_item_h2_bg.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 30px;
    border: none;
    color: #000000;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    .side_col .item_box h2 {
        background-image: url(img/side_item_h2_bg_x2.gif);
        background-size: 200px 50px;
    }
    /*-----------------------------------------------------------*/
}

/* 商品一覧説明 */
.main_desc {
    padding: 0px ;
}

.side_desc {
    padding: 10px;
}

/* 商品一覧商品情報 */
.item_box .item_data {
    padding: 10px;
}

/* 商品一覧マウスオーバー */
.item_box .item_hover:hover {
    background-color: #F9F9F9;
}

/* 商品一覧販売価格 */
.item_box .price {
    color: #000000;
    font-weight: bold;
    word-break: normal;
}

/* 商品一覧通常販売価格 */
.item_box .regular_price {
    font-weight: normal;
    display: block;
    word-break: normal;
}

.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 {
    font-size: 85%;
    color: #666666;
    font-weight: normal;
}

/* 在庫なし */
.soldout,
.variation_stock_list .data_table .soldout {
    color: #777777;
}

/* 在庫僅か */
.lowstock,
.variation_stock_list .data_table .lowstock {
    color: #990000;
}

/* 商品一覧説明 */
.item_box .item_desc {
    padding: 5px;
    color: #000000;
    font-weight: normal;
}

/* 商品一覧ランキングNo. */
.rankno {
    width: auto;
    min-width: 40px;
    margin-bottom: 5px;
    padding: 3px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #0066FF;
    font-size: 85%;
}

.item_data .rankno1 {
    background-color: #E3007E;
    font-size: 100%;
}



/*--------------------------------------*/
/* 写真のみレイアウト */

.item_box li {
    float: left;
}

.item_box li .text_data {
    margin-top: 10px;
}


/*--------------------------------------*/
/* 説明ありレイアウト */

.item_box .text_layout li {
    float: none;
}

.item_box .text_layout .global_photo {
    float: left;
}

.item_box .text_layout .text_data {
    float: left;
    margin-top: 0px;
}


/*--------------------------------------*/
/* リスト枠線 */

/* グリッド表示用右、下罫線 */
.item_box li {
    border-right: 1px solid #E0DFE3;
    border-bottom: 1px solid #E0DFE3;
}

/* リスト下線非表示 */
.item_box li.posbottom,
.item_box .text_layout li.posbottom {
    border-bottom: none;
}

/* リスト右線非表示 */
.item_box li.posright,
.item_box .text_layout li {
    border-right: none;
}


/*************************************************************/

/* 商品一覧レイアウト用幅指定 */

/*************************************************************/
/*

[!]カスタマイズに際して
「管理画面」→「配置/画像/コメント」のカラム設定、写真/説明設定
「商品一覧ページ設定」の商品一覧サムネイルサイズ
上記2か所をご確認の上、該当の指定をカスタマズください。

・サムネイル写真枠　.global_photo
200px、160px、120pxで設定しています。

・説明欄枠　.item_data
カラム数、表示位置、選択サムネイルサイズで横幅が異なります。

・左右横幅調整
数値に端数がでる場合の調整用指定となります。

*/
/*************************************************************/

/* サムネイル写真枠 */

/*************************************************************/

/* 200px */
.layout200 .item_data .global_photo {
    width: 200px;
}

/* 160px */
.layout160 .item_data .global_photo {
    width: 160px;
}

/* 120px */
.layout120 .item_data .global_photo {
    width: 120px;
}

/* 左右エリア写真中央揃え */
#leftcol .item_box .item_data .global_photo,
#rightcol .item_box .item_data .global_photo {
    margin: 0px auto 10px;
}

/*************************************************************/

/* 1カラム */
/* 写真のみ */

/* トップメインエリア、商品一覧ページ共通 */
/* 新商品、おすすめ商品、ランキング */
/* 最大横幅980px .item_data左右10pxの余白 */

/*
横幅の算出について
例）横幅160pxの場合
　最大横幅980px-余白100px-罫線4px＝876px

　876pxまで入るスペースで875px分をitem_dataの横幅で指定
　175pxが5列で175×5＝875pxとなります。
　1px余分となるため、paddingで1pxを調整
*/

/*************************************************************/

/*--------------------------------------*/
/* 横幅200px */
/* 横幅:897px　罫線:3px　余白:80px　※調整:1px */

#maincol1 .layout200 .item_data {
    width: 224px;
}

/* 左右横幅調整 */
#maincol1 .layout200 {
    padding-left: 1px;
}


/*--------------------------------------*/
/* 横幅160px */
/* 横幅:876px　罫線:4px　余白:100px　※調整：1px */

#maincol1 .layout160 .item_data {
    width: 175px;
}

/* 左右横幅調整 */
#maincol1 .layout160 {
    padding-left: 1px;
}


/*--------------------------------------*/
/* 横幅120px */
/* 横幅:855px　罫線:5px　余白:120px　※調整：3px */

#maincol1 .layout120 .item_data {
    width: 142px;
}

/* 左右横幅調整 */
#maincol1 .layout120 {
    padding: 1px;
    padding-left: 2px;
}


/*--------------------------------------*/
/* ランキング */

/* ランキングNo.2-No.5 */
#maincol1 .ranking_contents .item_list .posbottom .item_data {
    width: 224px;
}

#maincol1 .ranking_contents .layout160,
#maincol1 .ranking_contents .layout120 {
    padding: 0px 0px 0px 1px;
}


/*************************************************************/

/* 1カラム */
/* 説明付き */



/* トップメインエリア、商品一覧ページ共通 */
/* 新商品、おすすめ商品、ランキングNo.1 */

/*************************************************************/

/*--------------------------------------*/
/* 商品説明枠共通 */

#maincol1 .text_layout .item_data,
.widemode #maincol1 .text_layout .item_data {
    width: auto;
	padding: 10px;
}

#maincol1 .text_layout .layout200,
#maincol1 .text_layout .layout160,
#maincol1 .text_layout .layout120 {
    padding: 0px;
}


/*--------------------------------------*/
/* 横幅200px */

#maincol1 .text_layout .layout200 .text_data,
.widemode #maincol1 .text_layout .layout200 .text_data {
    width: 740px;
    padding: 0px 10px;
}


/*--------------------------------------*/
/* 横幅160px */

#maincol1 .text_layout .layout160 .text_data,
.widemode #maincol1 .text_layout .layout160 .text_data {
    width: 780px;
    padding: 0px 10px;
}


/*--------------------------------------*/
/* 横幅120px */

#maincol1 .text_layout .layout120 .text_data,
.widemode #maincol1 .text_layout .layout120 .text_data {
    width: 820px;
    padding: 0px 10px;
}


/*************************************************************/

/* 2カラム */
/* 写真のみ */

/* トップメインエリア、商品一覧ページ共通 */
/* 新商品、おすすめ商品、ランキング */
/* 最大横幅760px .item_data左右10pxの余白 */

/*
横幅の算出について
例）横幅160pxの場合
　最大横幅760px-余白80px-罫線3px＝677px
　677pxまで入るスペースで676px分をitem_dataの横幅で指定
　169pxが4列で169×4＝676pxとなります。
　1px余分となるため、paddingで1pxを調整
*/

/*************************************************************/

/*--------------------------------------*/
/* 横幅200px */
/* 横幅:698px　罫線:2px　余白:60px　※調整:2px */

#maincol2 .layout200 .item_data {
    width: 232px;
}

/* 左右横幅調整 */
#maincol2 .layout200 {
    padding: 1px;
}


/*--------------------------------------*/
/* 横幅160px */
/* 横幅:677px　罫線:3px　余白:80px　※調整:1px */

#maincol2 .layout160 .item_data {
    width: 169px;
}

/* 左右横幅調整 */
#maincol2 .layout160 {
    padding-left: 1px;
}


/*--------------------------------------*/
/* 横幅120px */
/* 横幅:656px　罫線:4px　余白:100px　※調整:1px */

#maincol2 .layout120 .item_data {
    width: 131px;
}

/* 左右横幅調整 */
#maincol2 .layout120 {
    padding-left: 1px;
}
/*--------------------------------------*/
/* おすすめ商品 タイトル*/
.recommend_desc.main_desc h2{
    margin: 0;
    padding: 0;
    width: 700px;
    height: 65px;
}
.recommend_desc.main_desc .list_comment{
    width: 700px;
    height: 30px;
    background: #e8e8e8;
    color: #666;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    letter-spacing: 1px;
}


/*--------------------------------------*/
/* ランキング */
/* ランキング タイトル */
.item_box .side_contents.ranking_contents .ranking_desc.side_desc .list_comment{
    margin: 5px 0 0 0;
    text-align: center;
    font-size: 18px;
}

/* ランキングNo.2-No.5 */
#maincol2 .ranking_contents .item_list .posbottom .item_data {
    width: 169px;
}


/*************************************************************/

/* 2カラム */
/* 説明付き */

/* トップメインエリア、商品一覧ページ共通 */
/* 新商品、おすすめ商品、ランキングNo.1 */

/*************************************************************/

/*--------------------------------------*/
/* 商品説明枠共通 */


#maincol2 .text_layout .item_data,
.widemode #maincol2 .text_layout .item_data {
    width: auto;
	padding: 10px;
}

#maincol2 .text_layout .layout200,
#maincol2 .text_layout .layout160,
#maincol2 .text_layout .layout120 {
    padding: 0px;
}


/*--------------------------------------*/
/* 横幅200px */

#maincol2 .text_layout .layout200 .text_data,
.widemode #maincol2 .text_layout .layout200 .text_data {
    width: 520px;
    padding: 0px 10px;
}


/*--------------------------------------*/
/* 横幅160px */

#maincol2 .text_layout .layout160 .text_data,
.widemode #maincol2 .text_layout .layout160 .text_data {
    width: 560px;
    padding: 0px 10px;
}


/*--------------------------------------*/
/* 横幅120px */

#maincol2 .text_layout .layout120 .text_data,
.widemode #maincol2 .text_layout .layout120 .text_data {
    width: 600px;
    padding: 0px 10px;
}


/*************************************************************/

/* 3カラム */
/* 写真のみ */

/* トップメインエリア */
/* 新商品、おすすめ商品、ランキングNo.2-No.5 */
/* 最大横幅540px */

/*
横幅の算出について
例）横幅160pxの場合
　最大横幅540px-余白54px-罫線2px＝484px
　484pxまで入るスペースで480px分をitem_dataの横幅で指定
　160pxが3列で160×3＝480pxとなります。
　4px余分となるため、paddingで4pxを調整
*/

/*************************************************************/

/*--------------------------------------*/
/* 横幅200px */
/* 最大横幅:499px　罫線:1px　余白:40px　※調整:1px */

#maincol3 .layout200 .item_data {
    width: 249px;
}


/* 左右横幅調整 */
#maincol3 .layout200 {
    padding-left: 1px;
}


/*--------------------------------------*/
/* 横幅160 */
/* 最大横幅:484px　罫線:2px　余白:54px　※調整:4px */

#maincol3 .layout160 .item_data {
    width: 160px;
    padding: 9px;
}

/* 左右横幅調整 */
#maincol3 .layout160 {
    padding: 2px;
}


/*--------------------------------------*/
/* 横幅120 */
/* 最大横幅:497px　罫線:3px　余白:40px　※調整:1px */

#maincol3 .layout120 .item_data {
    width: 129px;
    padding: 5px;
	margin-top:5px;
}

/* 左右横幅調整 */
#maincol3 .layout120 {
    padding-left: 1px;
}


/*************************************************************/

/* 3カラム */
/* 説明付き */

/* トップメインエリア */
/* 新商品、おすすめ商品、ランキングNo.1 */

/*************************************************************/

/*--------------------------------------*/
/* 商品説明枠共通 */

#maincol3 .text_layout .item_data {
    width: auto;
	padding: 10px;
}

#maincol3 .text_layout .layout200,
#maincol3 .text_layout .layout160,
#maincol3 .text_layout .layout120 {
    padding: 0px;
}


/*--------------------------------------*/
/* 横幅200px */

#maincol3 .text_layout .layout200 .text_data {
    width: 300px;
    padding: 0px 10px;
}


/*--------------------------------------*/
/* 横幅160px */

#maincol3 .text_layout .layout160 .text_data {
    width: 340px;
    padding: 0px 10px;
}


/*--------------------------------------*/
/* 横幅120px */

#maincol3 .text_layout .layout120 .text_data {
    width: 380px;
    padding: 0px 10px;
}


/*************************************************************/

/* 左右エリア */
/* 新商品、おすすめ商品、ランキング商品 */

/*************************************************************/

/* コンテンツ枠 */
.item_box .side_contents {
    border: 1px solid #F5F5F5;
	width: 140px;
    margin-left:15px;
}

/* 商品説明横幅 */
#leftcol .side_contents .item_data,
#rightcol .side_contents .item_data {
    width: 120px;
}


/*--------------------------------------*/
/* メインエリア指定リセット */

.item_box .side_contents A {
    padding: 0px
}

.item_box .side_contents A:hover {
    background-color: transparent;
}

#leftcol .item_box li,
#rightcol .item_box li {
    border: none;
    border-bottom: 1px solid #E0DFE3;
    float: none;
}

/* 最近チェックした商品のみfloat */
#leftcol .item_box .swipe_list li,
#rightcol .item_box .swipe_list li {
    float: left;
}


/*************************************************************/

/* 最近チェックした商品 */

/*************************************************************/

/* 最近チェックした商品タイトル */
#maincol1 .recently h2,
#maincol2 .recently h2,
#maincol3 .recently h2,
.main_wide_box .recently h2,
.side_col .recently h2 {
	background-image: none;
	background-color: #F5F5F5;
    font-weight: bold;
	padding-top: 10px;
}

/* メインエリア最下部のタイトル */
.main_wide_box .recently h2 {
    padding-left: 10px;
}

/* 最近チェックした商品背景 */
.recently {
    background-color: #F5F5F5;
}

#maincol1 .recently,
#maincol2 .recently,
#maincol3 .recently {
    padding-bottom: 10px;	
}

.recently .layout_photo img {
    height: auto;
}

/* リセットボタン */
.recently_reset {
    position: relative;
}

.recently_reset A {
    display: block;
    padding: 2px 10px 2px 25px;
    position: absolute;
    top: -25px;
    right: 0px;
    background-image: url(img/icon_reset.gif);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-color: #F5F5F5;
    border: 1px solid #CCCCCC;
    color: #666666;
    font-size: 10px;
    font-weight: normal;
    text-align: right;
	height: 18px;
    line-height: 18px;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    .recently_reset A {
        background-image: url(img/icon_reset_x2.gif);
        background-size: 15px 15px;
    }
    /*-----------------------------------------------------------*/
}


/* メインエリアリセットボタン */
#maincol1 .recently_reset A,
#maincol2 .recently_reset A,
#maincol3 .recently_reset A {
    top: -35px;
	right: 5px;	
}

/* 左右エリアリセットボタン */

.side_col .recently_reset {
    height: 40px;
}

.side_col .recently_reset A {
    padding: 2px 10px 2px 25px;
    top: auto;

    bottom: 5px;
    right: 5px;
}

/* リセットボタンマウスオーバー */
.recently_reset A:hover,
.side_col .recently_reset A:hover {
    background-color: #E0DFE3;
}

/* 商品一覧マウスオーバー */
.recently .item_hover:hover {
    background-color: #FFFFFF;
}


/*--------------------------------------*/
/* 横幅120px */
/* 横幅:855px　罫線:5px　余白:120px　※調整：3px */
#wide_contents .layout120 .item_data {
    width: 142px;
}

#wide_contents .layout120 {
    padding: 1px;
    padding-left: 2px;
}


/*--------------------------------------*/
/* 横幅160px */
/* 横幅:876px　罫線:4px　余白:100px　※調整：1px */
#wide_contents .layout160 .item_data {
    width: 175px;
}

/* 左右横幅調整 */
#wide_contents .layout160 {
    padding-left: 1px;
}

/*--------------------------------------*/


/*************************************************************/

/* 提携、SSLバナー */

/*************************************************************/

.banner_box {
    text-align: center;
    margin: 5px 0px;
}

.footer_banner {
    text-align: center;
    margin: 10px;
}


.footer_banner .banner_box {
    display: inline-block;
    margin: 5px;
    vertical-align: top;
}


/*************************************************************/

/* 第二階層各ページ枠 */

/*************************************************************/

/* ページタイトル */
.page_box h2 {
    background-image: url(img/page_h2_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #444444;
    padding: 10px;
    margin-bottom: 1px;
    font-size: 108%;
    color: #FFFFFF;
    font-weight: bold;
}

/* ページサブタイトル */
.contents_box h3,
.form_box h3 {
    background-image: url(img/page_h3_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #F5F5F5;
    border-top: 1px solid #F1F1F1;
    padding: 10px;
    font-size: 108%;
    font-weight: bold;
}

/* ページ小項目タイトル */
.inner_contents_box h4 {
    border-left: 5px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    padding: 5px;
    font-weight: bold;
    font-size: 108%;
}

/* カート確認画面ページ小項目タイトル */
#shoppingcart_page_step4 .inner_contents_box h4,
#shoppingcart_page_step5 .inner_contents_box h4,
.historydetail_page_body .inner_contents_box h4 {
    border: none;
    margin-bottom: 5px;
    text-align: left;
}

/* ページ小項目サブタイトル */
.inner_contents_box h5 {
    padding: 5px;
    border-bottom: 1px dotted #F1F1F1;
    font-weight: bold;
}

/* ページコンテンツ */
.page_contents {
    width: auto;
}

/* 各コンテンツ余白 */
.contents_box {
    margin: 20px;
}

/* 各コンテンツ小項目余白 */
.inner_contents_box {
    padding: 10px;
    border-left: 1px solid #F1F1F1;
    border-right: 1px solid #E0DFE3;
    border-bottom: 1px solid #E0DFE3;
}

/* ページ可変時　罫線非表示 */
.widemode .page_contents {
    border: none;
}

/*************************************************************/

/* 商品一覧、検索結果 */

/*************************************************************/

/* 商品一覧、検索結果タイトル */
.itemlist h2,
.detail_page_title {
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 30px;
    border: none;
    font-weight: bold;
    color: #000000;
	font-size: 123.1%;
}

/* 1カラム　商品一覧、検索結果タイトル */
#maincol1 .itemlist h2,
#maincol1 .detail_page_title {
    background-image: url(img/item_h2_bg_b.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    #maincol1 .itemlist h2,
    #maincol1 .detail_page_title {
        background-image: url(img/item_h2_bg_b_x2.gif);
        background-size: 980px 50px;
    }
    /*-----------------------------------------------------------*/
}

/* 2カラム　商品一覧、検索結果タイトル */
#maincol2 .itemlist h2,
#maincol2 .detail_page_title {
    background-image: url(img/item_h2_bg.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    #maincol2 .itemlist h2,
    #maincol2 .detail_page_title {
        background-image: url(img/item_h2_bg_x2.gif);
        background-size: 780px 50px;
    }
    /*-----------------------------------------------------------*/
}

/* カテゴリ説明欄 */
.categorylist_desc {
    padding: 10px;
}

/* サブカテゴリ一覧上部表示 */
.center_category_list {
    margin: 10px;
}

.page_contents .center_category_list li {
    border: none;
    float: left;
}

/* 各サブカテゴリ枠 */
.center_category_list li A {
    width: 160px;
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #E0DFE3;
    padding: 10px;
    margin: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.center_category_list li A:hover {
    background-color: #F5F5F5;
}

/* 登録商品数 */

.category_item_count,
.history_count {
    padding: 10px;
    font-size: 85%;
}


/*--------------------------------------*/
/* ソート */

/* ソート大枠 */
.sort {
    width: 100%;
    background-color: #F5F5F5;
}

.sort select {
    height: 30px;
}

/* ソートコンテンツ枠 */
.sort div {
    min-height: 50px;
    float: left;
    border-left: 1px solid #FFFFFF;
    font-size: 93%;
}

.sort_order {
    width: 210px;
}

.sort_layout {
    width: 160px;
}

.sort_number {
    width: 150px;
}

.sort_stock {
    width: 115px;
}

.sort_size {
    width: 120px;
}

.sort_layout_icons {
    display: inline-block;
}

/* ソートコンテンツ */
.sort p {
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

/* 表示方法、在庫あり調整 */
.sort_layout p,
.sort_stock p {
    padding: 16px 5px 0px;
}

.sort_layout img {
    max-width: none;
    margin-right: 10px;
}


/*************************************************************/

/* 商品詳細 */

/*************************************************************/

/* 詳細ページ余白 */
.detail_contents .inner_page_contents {
    padding: 19px;
}

/* 商品情報　各ブロック */
.detail_section {
    padding: 10px;
    border-bottom: 1px dotted #000000;
}

/* 商品情報　各ブロック　下線非表示 */

.formbottom {
    border-bottom: none;
}

/* 商品情報　商品名 */
.detail_item_data h1,
.detail_item_data .item_name {
    font-size: 123.1%;
    font-weight: bold;
    margin-bottom: 10px;
}

.product_name_inside {
    margin-top: 10px;
}

/* 商品情報　商品名 */
.detail_item_data .common_icon {
    padding: 0px 10px;
}

/* 商品詳細　価格エリアdivタグ間余白 */
.detail_item_data .price div {
    margin-bottom: 15px;
}

/* カート上下配置用余白 */
.item_form_bottom {
    margin-top: 20px;
}

/* 商品詳細　価格エリア項目間余白 */
.detail_item_data .price p {
    margin-bottom: 5px;
}

/* オーダーメイド下部価格余白削除 */
.detail_item_data .bottompos div,
.detail_item_data .bottompos p {
    margin-bottom: 0px;
}

/* 商品詳細　販売価格 */
.detail_item_data .selling_price {
    font-size: 123.1%;
    word-break: normal;
}

/* 商品詳細　販売価格金額 */
.detail_item_data .selling_price .figure {
	font-weight: bold;
}

/* 商品詳細　通常販売価格 */
.detail_item_data .regular_price {
    font-size: 85%;
    word-break: normal;
}

/* 商品詳細　希望小売価格、税込価格 */
.detail_item_data .retail_price,
.detail_item_data .tax_incl_price {
    color: #666666;
    word-break: normal;
}

/* 商品詳細　販売価格ラベル */
.detail_item_data .selling_price span {
    font-weight: normal;
}

/* 商品詳細　在庫 */
.detail_item_data .stock {
    font-size: 108%;
    font-weight: bold;
}

/* 商品情報　商品説明 */
.item_desc {
    padding: 10px;
}

/* 価格変動注意書き */
.price_desc {
    font-size: 77%;
}

/* バリエーション、オーダーメイド項目間余白 */
.variation_stock_list,
.variation_stock,
.variation_item,
.order_item {
    padding-bottom: 5px;
}

.variation .bottompos,
.ordermade .bottompos {
    padding-bottom: 0px;
}

/* バリエーション在庫表 */
.variation_stock_list {
    margin-bottom: 5px;
}

.variation_stock_list input[type="radio"] {
    margin: 0;
}

/* 在庫数のラベルなし */
.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;
}


/*--------------------------------------*/
/* サムネイル写真 */

.thumbnail {
    padding-top: 5px;
}

/* サムネイル写真大枠横幅 */
/* 選択サイズにより利用class名が異なります */
.thumbnail_list {
    margin: auto;
}

.th50 .thumbnail_list {
    max-width: 250px;
}

.th60 .thumbnail_list {
    max-width: 300px;
}

.th80 .thumbnail_list {
    max-width: 400px;
}

.th120 .thumbnail_list {
    max-width: 600px;
}

/* レイアウト別サムネイル枠横幅 */
.layout250 .th60 .thumbnail_list,
.layout250 .th80 .thumbnail_list,
.layout250 .th120 .thumbnail_list {
    max-width: 250px;	
}

.layout300 .th80 .thumbnail_list,
.layout300 .th120 .thumbnail_list,
.layoutnfloat .th60 .thumbnail_list {
    max-width: 300px;	
}

.layout400 .th120 .thumbnail_list,
.layoutnfloat .th80 .thumbnail_list {
    max-width: 400px;	
}

.layoutnfloat .th120 .thumbnail_list {
    max-width: 600px;	
}

.layout800 .th120 .thumbnail_list {
    max-width: 800px;	
}

/* サムネイル各枠 */
.thumbnail li {
    float: left;
}

.thumbnail li A {
    display: block;
    margin: 0px auto 5px;
}

.thumbnail li A:hover {
    background-color: transparent;
}

.thumbnail .thumbnail_btn {
    border: 2px solid #FFFFFF;
}

.thumbnail .current .thumbnail_btn {
    border: 2px solid #CC0000;
}


/* サムネイル写真枠サイズ */
/* 選択サイズにより利用class名が異なります */
.th50 li {
    width: 50px;
}

.th60 li {
    width: 60px;
}

.th80 li {
    width: 80px;
}

.th120 li {
    width: 120px;
}

/* Facebookコメント、関連商品 */
.detail_inner_box {
    margin: 20px 0px;
}

/* 関連商品タイトル */
.detail_page_body .related_item h2,
.shoppingcart_page_body .related_item h2 {
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 30px;
    border: none;
    color: #000000;
}

/* ソーシャルツール */
.social_tool {
    padding-bottom: 5px;
    width: auto;
}

/* 各ボタンレイアウト */
.social_tool li {
    float: left;
    height: 27px;
}

/* garittoレビュー */
.garitto_review {
    width: 100%;
    height: 25px;
}

.mixi_detail img {

    border: none;
    margin-right: 8px;
}

.mixi_detail {
    height: 27px;
}

/* コメント */
#fbcomment_contents .fb_unit {
    padding: 20px 0px 0px;
    margin: 0px auto;
}

#maincol1 #fbcomment_contents .fb_unit {
    width: 900px;
}

#maincol2 #fbcomment_contents .fb_unit {
    width: 700px;
}


/*************************************************************/

/* 商品詳細レイアウト指定 */

/*************************************************************/
/*

[!]カスタマイズに際して
「商品詳細ページ設定」の商品詳細のレイアウト設定をご確認の上、
該当の指定をカスタマズください。

*/
/*************************************************************/

/*--------------------------------------*/
/* レイアウト1、2、3左右配置  */
.main_photo_slide,
.detail_item_data {
    float: left;
}

.detail_item_photo {
    position: relative;
}

/* 商品説明枠共通 */
.detail_item_data {
    padding-left: 20px;
}

/*************************************************************/

/* 商品メイン画像、説明横幅指定 */

/*************************************************************/
/*

[!]カスタマイズに際して
「商品詳細ページ設定」の商品詳細の写真サイズをご確認の上、
該当の指定をカスタマズください。

*/
/*************************************************************/

/*--------------------------------------*/
/* 250px */

/* 写真枠 */
.layout250 .detail_item_photo {
    width: 250px;
}

/* 商品説明枠 */
/* 1カラム */
#maincol1 .layout250 .detail_item_data {
    width: 672px;
}

/* 2カラム */
#maincol2 .layout250 .detail_item_data {
    width: 452px;
}


/*--------------------------------------*/
/* 300px */

/* 写真枠 */
.layout300 .detail_item_photo {
    width: 300px;
}

/* 商品説明枠 */
/* 1カラム */
#maincol1 .layout300 .detail_item_data {
    width: 622px;
}

/* 2カラム */

#maincol2 .layout300 .detail_item_data {
    width: 402px;
}


/*--------------------------------------*/
/* 400px */

/* 写真枠 */
.layout400 .detail_item_photo {
    width: 400px;
}

/* 商品説明枠 */
/* 1カラム */
#maincol1 .layout400 .detail_item_data {
    width: 522px;
}

/* 2カラム */
#maincol2 .layout400 .detail_item_data {
    width: 302px;
}


/*--------------------------------------*/
/* 600px */

/* 写真枠 */
.layout600 .detail_item_photo {
    width: 600px;
}

/* 商品説明枠 */
/* 1カラム */
#maincol1 .layout600 .detail_item_data {
    width: 322px;
}


/*--------------------------------------*/
/* 800px */

/* 写真枠 */
.layout800 .detail_item_photo {
    width: 800px;
}


/*--------------------------------------*/
/* レイアウト4、5横一列配置 */

.layoutnfloat .main_photo_slide,
.layoutnfloat .detail_item_data {
    float: none;
}

/* 写真枠　横一列配置 */
.layoutnfloat .detail_item_photo {
    margin: auto;
}


/* 商品説明枠　横一列配置 */
.layoutnfloat .detail_item_data {
    padding-left: 0px;
    margin: 10px 0px;
}

/* 1カラム */
#maincol1 .layoutnfloat .detail_item_data {
    width: 942px;
}

/* 2カラム */
#maincol2 .layoutnfloat .detail_item_data {
    width: 722px;
}


/*************************************************************/

/* 商品仕様 */

/*************************************************************/

/* 商品仕様枠 */
.detail_spec_data {
    margin: 10px;	
}

.detail_spec .data_table .cell_header {
    width: 200px;
}


/*************************************************************/

/* 他の写真 */

/*************************************************************/

/* 他の写真枠 */
.detail_other_photo {
    margin: 15px 0px;
}

.detail_other_photo ul {
    margin: 10px 0px;
}

/* 他の写真レイアウト */
.detail_other_photo li {
    float: left;
}

/* 他の写真枠 */
.other_item_data {
    border: 1px solid #F5F5F5;
    margin: 1px;
    padding: 5px;
}

/* 他の写真説明 */
.other_photo_desc {
    padding: 10px 5px;
}


/*--------------------------------------*/
/* 500px */

/* 横並び解除 */
.detail_other_photo .layout500 li {
    float: none;
}

/* 写真枠 */
.detail_other_photo .layout500 .global_photo {
    width: 500px;
}


/*--------------------------------------*/
/* 220px 140px */

/* 横並び */
.detail_other_photo .layout220 li,
.detail_other_photo .layout140 li {
    width: 33%;
}


.detail_other_photo .layout220 li.poscenter,
.detail_other_photo .layout140 li.poscenter {
    width: 34%;
}

/* 写真枠 */
.detail_other_photo .layout220 .global_photo {
    width: 220px;
}

/* 写真枠 */
.detail_other_photo .layout140 .global_photo {
    width: 140px;
}


/*************************************************************/

/* 会員登録、お問い合わせ、ショッピングカート */

/*************************************************************/

/*************************************************************/

/* ステップ表 */

/*************************************************************/


/* ステップ表 大枠 */
.step_list {
    width: 100%;
}

/* ステップ表 各枠 */
.step_list li {
    float: left;
}

/* ステップ表横幅　2カラム */
#step_col2 li {
    width: 50%;
}

/* ステップ表横幅　3カラム */
#step_col3 li {
    width: 33%;
}

/* ステップ表横幅　5カラム */
#step_col5 li {
    width: 20%;
}

/* ステップ表横幅　6カラム */
#step_col6 li {
    width: 17%;
}

#step_col6 li#step2 {
    width: 18%;
}
#step_col6 li#step6 {
    width: 14%;
}

/* ステップ表 各枠背景 */
.step_data {
    padding: 10px;
    background-color: #F5F5F5;
    border-bottom: 1px solid #F1F1F1;
    border-right: 1px solid #FFFFFF;
}

.shoppingcart_page_body .step_data {
    min-height: 40px;
}
.shoppingcart_page_body #maincol2 .step_data {
    padding: 5px;
}

/* ステップ表 右端 */
.step_list .posright .step_data {
    border-right: none;
}

/* ステップ表 各枠　現ページ */
.step_check .step_data {
    background-color: #E3007E;
}

/* ステップ表 文字 */
.step_data span {
    display: block;
    color: #666666;
    font-size: 93%;
}

/* ステップ表6カラム時文字 */
.shoppingcart_page_body #maincol2 #step_col6 span {
    font-size: 85%;
}

/* ステップ表 ステップ数 */
.step_data .step_number {
    font-size: 108%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

/* ステップ表 現ページ文字 */
.step_check .step_data span {
    color: #FFFFFF;
}


/*************************************************************/

/* 入力フォームテーブル table,th,td */

/*************************************************************/

/* フォーム上部説明 */
.global_note {
    margin: 15px;
}

.inner_contents_box .global_note {
    margin: 5px 0px;
}

.global_note li {
    padding: 5px 5px 5px 15px;
    border-bottom: 1px solid #E0DFE3;
    background-image: url(img/icon_circle.gif);
    background-repeat: no-repeat;
    background-position: left 5px;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    .global_note li {
        background-image: url(img/icon_circle_x2.gif);
        background-size: 15px 15px;
    }
    /*-----------------------------------------------------------*/
}

.custom_note {
    padding: 5px 0px;
}


/* フォーム枠 */
.form_box {
    margin: 20px;
}

.inner_contents_box .form_box {
    margin: 10px;
}

/* 左右コンテンツフォーム枠 */
.side_form_box {
    margin: 5px 0px;
}

/* tableタグ */
.form_table {
    width: 100%;
}

/* thタグ、tdタグ */
.form_table .cell_header,
.form_table .cell_data {
    padding: 15px;
    border-bottom: 1px solid #E0DFE3;
    vertical-align: middle;
}

/* 最上部行 */
.form_table th.postop,
.form_table td.postop {
    border-top: 2px solid #000000;
}

/* thタグ */
.form_table .cell_header {
    width: 30%;
    color: #333333;
    text-align: left;
    background-color: #F5F5F5;
}

/* tdタグ */
.form_table .cell_data {
    width: 70%;
}

/* 必須項目 */
.note {
    margin-bottom: 5px;
}
.require {
    color: #FF0000;
    font-weight: bold;
    padding-left: 5px;
}

abbr.require {
    border: none;
    cursor: default;
}

/* 注意書き */
span.cell_note {
    display: block;
    font-size: 85%;
    font-weight: normal;
}

div.cell_note,
p.cell_note {
    padding: 5px;
}

/* tdタグ内注意書き */
td span.cell_note {
    display: inline;
    padding-left: 5px;
}

/* tdタグ内例 */
td span.ex_note {
    display: block;
    border-top: 1px solid #E0DFE3;
    margin-top: 8px;
    padding: 3px;
}


/*************************************************************/

/* データ表示テーブル table,th,td */

/*************************************************************/

/* tableタグ */
.data_table {
    width: 100%;
}

/* thタグ、tdタグ */
.data_table .cell_header,
.data_table .cell_data,
.data_table .cell_data2 {
    padding: 5px;
    border: 1px solid #E0DFE3;
    vertical-align: middle;
}

/* thタグ */
.data_table .cell_header {
    color: #333333;
    background-color: #F5F5F5;
    white-space: nowrap;
}

/* tdタグ */
.data_table .cell_data {
    color: #333333;
    background-color: #FFFFFF;
}

/* 各セル指定 */
.cellbold {
    font-weight: bold;
}

.cellnormal {
    font-size: medium;
}

.cellleft {
    text-align: left;
}

.cellright {
    text-align: right;
}

.cellcenter {
    text-align: center;
}

.nodata {
    padding: 30px 0px;
}


/*************************************************************/

/* ショッピングカート */

/*************************************************************/

/* カート小項目余白 */
.cart_data {
    padding: 5px 10px;
}


/*--------------------------------------*/
/* カートの中身 */

/* td価格 */
.data_table td.price {
    text-align: right;
    white-space: nowrap;
}

/* th、tdボタン */
.data_table th.btn,
.data_table td.btn {
    text-align: center;
}

/* tdお届け先 */
.data_table td.recipient_number,
.data_table td.recipient_name {
    font-weight: bold;
}

/* tdお届け先名 */
.data_table td.recipient_name {
    min-width: 60px;
}

/* td価格 */
.data_table td.sub_total .price,
.data_table td.total .price {
    font-weight: bold;
}

/* th、td小計、合計 */
.data_table th.sub_total,
.data_table th.total {
    text-align: right;
}

/* th、td小計 */
.data_table th.sub_total,
.data_table td.sub_total {
    background-color: #F5F5F5;
}

/* th、td合計 */
.data_table th.total,
.data_table td.total {
    background-color: #ECEBED;
}

/* td数量 */
.data_table td.quantity {
    text-align: center;
    white-space: nowrap;
}

/* td商品名 */
.data_table td.item_name {
    width: 300px;
}

/* td商品写真 */
.data_table td.item_photo {
    width: 100px;
    text-align: center;
}

.data_table td.item_photo A:hover {
    opacity:0.8;
    filter: alpha(opacity=80);
}

/* 買い物を続ける、合計左右並び */
.cart_footer .global_btn,
.cart_footer .cart_price_box {
    float: left;
}

.cart_footer .cart_price_box,
#maincol2 .cart_footer .cart_price_box {
    width: 348px;
    margin-left: 0px;
}

.cart_footer .global_btn {
    width: 180px;
    border: 1px solid #E0DFE3;
    background-color: #F5F5F5;
    padding: 15px;
    margin-top: 20px;
}

/* 1カラム */
#maincol1 .cart_footer .global_btn {
    margin-right: 338px;
}

/* 2カラム */
#maincol2 .cart_footer .global_btn {
    margin-right: 118px;
}

/* 合計金額枠 */
.price_box {
    text-align: right;
    padding: 10px;
    border-bottom: 1px solid #E0DFE3;
}

/* 総合計 */
.grand_total {
    font-size: 116%;
}

/* 総合計金額 */
.grand_total .price {
    font-weight: bold;
}

/* 送料無料まで */
.charge_free {
    color: #CC0000;
}

/* 送料無料まで金額 */
.charge_free .price {
    font-weight: bold;
}

/* 注意書きの枠表示 */
.global_info {
    padding: 10px;
    border: 1px solid #E0DFE3;
    background-color: #FFFFEE;
}

/* 下部ボタン上部注意書き */
.global_bottom_info {
    width: 70%;
    margin: 40px auto 0px auto;
    padding: 10px;
    border-bottom: 1px solid #E0DFE3;
    text-align: center;
}

/* ご利用に際して */
.userrules {
    margin: 20px;
}

.shoppingcart_page_body .userrules {
    margin: 20px 10px;
}

#userrules_contents {
    margin: 10px 15px;
}

/* ご利用に際してタイトル */
.userrules h4,
.userrules A {
    display: block;
    border-left: none;
    padding: 10px;
    font-weight: bold;
    font-size: 108%;
    border-bottom: none;
}

/* 注意書き */
.title_note {
    font-weight: normal;
}

/* ご利用に際してタイトルボタン背景 */
.display_link .userrules_title {
    background-position: right center;
    background-repeat: no-repeat;
}

/* 開くボタン背景 */
.display_link .contents_open {
    background-image: url(img/icon_open2.png);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    .display_link .userrules_title {
        background-image: url(img/icon_open2_x2.png);
        background-size: 20px 20px;
    }
    /*-----------------------------------------------------------*/
}

/* 閉じるボタン背景 */
.display_link .contents_close {
    background-image: url(img/icon_close2.png);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    .display_link .contents_close {
        background-image: url(img/icon_close2_x2.png);
        background-size: 20px 20px;
    }
    /*-----------------------------------------------------------*/
}

.display_link .userrules_title:hover {
    opacity:0.7;
    filter: alpha(opacity=70);
}

/* ご利用に際してタイトルボタンアイコン */
.userrules A {
    background-position: left center;
    background-repeat: no-repeat;
    padding: 5px 5px 5px 25px;
    color: #000000;
}

/* 開くボタンアイコン */
.display_link .contents_open A {
    background-image: url(img/icon_open.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    .display_link .contents_open A {
        background-image: url(img/icon_open_x2.gif);
        background-size: 20px 20px;
    }
    /*-----------------------------------------------------------*/
}

/* 閉じるボタンアイコン */
.display_link .contents_close A {
    background-image: url(img/icon_close.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    .display_link .contents_close A {
        background-image: url(img/icon_close_x2.gif);
        background-size: 20px 20px;
    }
    /*-----------------------------------------------------------*/
}


/* 年齢認証 */
.cart_agecheck {
    margin: 20px 0px;
}

/* クレジットカード入力 */
#cart_payment .global_info {
    padding: 0px;
    border: none;
}


/*--------------------------------------*/
/* カートステップ1 */

/* ログイン */
#signin_contents {
    padding: 10px;
}

/* ログインボックス */
#signin_contents .signin_box {
    padding: 15px 8px;
    background-color: #F9F9F9;
    text-align: left;
}

/* ID、PW */
#signin_contents .id_title,
#signin_contents .pass_title {
    font-size: 116%;
    font-weight: bold;
}

#signin_contents .id_box,
#signin_contents .pass_box {
    padding: 0px 10px;
}

/* パスワード */
#signin_contents .password {
    background-image: url(img/icon_pass.gif);
    margin-top: 5px;
}

#signin_contents .password A {
    font-size: 85%;
}

/* カートステップ1、2　左右floatコンテンツ */
/* 会員登録-会員登録せずに購入、送り主-お届け先、用途-オプション */
.cart_contents_data,
.recipient_icon {
    float: left;
    margin-top: 15px;
}

/* 1カラム */
#maincol1 .cart_contents_data {
    width: 434px;
}

/* 2カラム */
#maincol2 .cart_contents_data {
    width: 324px;
}

/* カートステップ1、2　会員登録せずに購入、オプション余白調整 */
.member_data,
.purpose_data {
    margin-right: 50px;
}

/* 会員登録-会員登録せずに購入余白調整 */
.member_data,
.guest_data {
    margin-top: 0px;
}


/*--------------------------------------*/
/* カートステップ2～カートステップ5 */

/* 選択ボックス */
.cart_contents_select {
    padding: 5px 10px 10px;
    background-color: #F5F5F5;
    border-right: 1px solid #E0DFE3;
    border-bottom: 1px solid #E0DFE3;
}

/* 送り主、お届け先タイトル */
.sender_select h5,
.recipient_select h5 {
    margin-top: 3px;
}

.shipping_inner h5 {
    margin-top: 10px;
}

/* 送り主、お届け先間矢印アイコン */
.recipient_icon {
    width: 50px;
    text-align: center;
}

/* 送り主、お届け先　登録/変更 */
.cart_recipient .cart_contents_select {
    position: relative;
}

/* 送り主、お届け先　登録/変更ボタン位置 */
.cart_recipient .senderaddinput,
.cart_recipient .recipientaddinput {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0px;
}

/* 送り主横幅調整 */
.cart_recipient .sender_new {
    width: 125px;
}

.cart_recipient .sender_new A {
    width: 110px;
}

/* 用途オプション、お届け日時余白調整 */
.cart_option,
.cart_deliverydate {
    margin-top: 35px;
}

/* お届け先追加 */
.btn_box .add_recipient {
    margin-top: 30px;
    border-right: 1px solid #E0DFE3;
    border-bottom: 1px solid #E0DFE3;
}

/* お支払い方法選択で選択中の背景色 */
.form_table .checked_row > .cell_header {
    background-color: #E0F0F8;
    color: #006DD9;
}

.form_table .checked_row > .cell_data {
    background-color: #E0F0F8;
}

/* お支払方法注意書き */
.upper_info {
    margin-bottom: 10px;
}

.lower_info {
    margin-top: 10px;
}

/* ポイント */
.cart_point_box {
    margin: 20px 0px 0px 400px;
}

/* 左カラム有 */
#maincol2 .cart_point_box {
    margin-left: 200px;
}

/* ポイント利用する/利用しない枠 */
.point_box {
    padding: 5px;
}

/* ポイント利用枠 */
.point_use {
    border-bottom: 1px solid #E0DFE3;
}

/* ポイント利用説明 */
.point_use_desc {
    padding: 5px;
    margin-top: 5px;
    border-top: 1px solid #E0DFE3;
}

/* 金額を更新ボタン欄背景 */
.cart_point_box .form_btn_spad {
    background-color: #F5F5F5;	
}

/* 変更時の金額を更新ボタン欄背景 */
.notice_box .form_btn_spad {
    background-color: #FFF0F0;
}

/* 確認画面　送り主、お届け先各ブロック */
#recipient_formdata .form_table {
    margin-bottom: 15px;
}

/* 返品特約 */
#cart_return {
    width: 700px;
    margin: auto;
}

#cart_return #return_contents {
    background-color: #FFFFEE;
}

/* 購入完了画面 */
.thanks_message {
   padding: 10px;
}

.thanks_message_lead {
    padding: 5px 0px;
    font-size: 123%;
    font-weight: bold;
}

.thanks_message_history_id,
.thanks_message_desc {
    padding: 5px;
}


/*************************************************************/

/* ご利用案内 */

/*************************************************************/

/* 小項目余白 */
.help_data {
    padding: 10px;
}

/* 小項目タイトル */
.table_caption {
    padding: 5px 0px;
    text-align: left;
}

#icon_contents .help_data {
    padding: 5px 10px;
}

/* ページ内ナビゲーション */
.help_navigation {
    margin: 10px;
}

.page_contents .help_navigation li {
    border: none;
    float: left;
}

/* 各ナビゲーション枠 */
.help_navigation li A {
    width: 124px;
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #E0DFE3;
    padding: 10px;
    margin: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.help_navigation li A:hover {
    background-color: #F5F5F5;
}

/* 送料表　セル幅 */
.area_charge th,
.area_charge td {
    width: 20%;
}

.pref_charge th,
.pref_charge td {
    width: 14%;
}

/* 重量別送料 */
.weight_charge {
    overflow: auto;
    overflow-y: visible;
}

/* アイコン */
#help_icon .data_table .cell_header {
    width: 60px;
	background-color: #FFFFFF;	
}

/* 推奨環境 */
#spec_contents dt {
    font-weight: bold;
    padding-bottom: 5px;
}

#spec_contents dd {
    background-color: #F5F5F5;
    padding: 10px;
}

/* 推奨環境　SSL画像 */
#spec_contents #spec3 img,
#spec_contents #spec3 p {
    float: right;
}

#spec_contents #spec3 p {
    padding-right: 10px;
}

/* 1カラム */
#maincol1 #spec_contents #spec3 p {
    width: 753px;
}

/* 2カラム */
#maincol2 #spec_contents #spec3 p {
    width: 533px;
}


/*************************************************************/

/* 特定商取引法 */

/*************************************************************/

/* thタグ、tdタグ */
.legal_contents .data_table .cell_header,
.legal_contents .data_table .cell_data {
    padding: 15px;
    vertical-align: middle;
}

/* 最上部行 */

.legal_contents .data_table th.postop,
.legal_contents .data_table td.postop {
    border-top: 2px solid #000000;
}

/* thタグ */
.legal_contents .data_table .cell_header {
    text-align: left;
}


/*************************************************************/

/* 最新情報 */

/*************************************************************/

/* 枠余白 */
.pwhatnew_contents {
    padding: 10px;
}

.whatnew_detail_page_body .pwhatnew_contents {
    padding: 0px;    
}

.whatnew_detail_page_body .contents_box {
    margin: 0px;    
}

/* タイトル */
.pwhatnew_contents h1 {
    background-image: url(img/page_h3_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #FFFFFF;
    border-top: 1px solid #F1F1F1;
    border-left: 5px solid #D1D1D1;
    padding: 15px;
    font-weight: bold;
}


/*************************************************************/

/* 店長日記 */

/*************************************************************/

/* 枠余白 */
.pdiary_contents {
    padding: 10px;
}

.diary_detail_page_body .pdiary_contents {
    padding: 0px;    
}

.diary_detail_page_body .contents_box {
    margin: 0px;    
}

/* タイトル */
.pdiary_contents h1 {
    background-image: url(img/page_h3_bg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #FFFFFF;
    border-top: 1px solid #F1F1F1;
    border-left: 5px solid #D1D1D1;
    padding: 15px;
    font-weight: bold;
}


/*************************************************************/

/* 最新情報、店長日記共通 */

/*************************************************************/

/* 記事余白 */
.article_data {
    padding: 10px;
    border-left: 5px solid #D1D1D1;
}

/* 記事日付 */
.article_date {
    width: 100%;
    padding: 5px 0px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #D1D1D1;
    font-weight: bold;
    float: left;
}

/* 左右レイアウト */
.article_data .global_photo,
.article_data .ph_article {
    float: left;
}

.article_data .ph_article {
    padding: 10px;
}


/*--------------------------------------*/
/* 写真サイズ別記事横幅指定 */

/* 1カラム */


/* 140px */
#maincol1 .article_data .layout140 .ph_article {
    width: 735px;
}

/* 250px */
#maincol1 .article_data .layout250 .ph_article {
    width: 625px;
}

/* 400px */
#maincol1 .article_data .layout400 .ph_article {
    width: 475px;
}

/* 2カラム */

/* 140px */
.article_data .layout140 .ph_article {
    width: 515px;
}

/* 250px */
.article_data .layout250 .ph_article {
    width: 405px;
}

/* 400px */
.article_data .layout400 .ph_article {
    width: 255px;
}


/*************************************************************/

/* リンク集 */

/*************************************************************/

/* 枠余白 */
.link_data {
    width: auto;
    padding: 10px;
    margin: 10px;
    border-bottom: 1px solid #F5F5F5;
}

/* 左右レイアウト */
.link_title_box,
.link_desc_box {
    float: left;
}

/* タイトル横幅 */
.link_data .link_title_box {
    width: 40%;
}

/* 説明文横幅 */
.link_data .link_desc_box {
    width: 60%;
}

/* タイトル */
.link_data .link_title_box A {
    display: block;
    min-height: 50px;
    border-right: 1px dotted #D1D1D1;
    padding: 10px;
}

/* バナー下テキスト */
.link_data h3 {
    margin-top: 10px;
}

/* 説明文 */
.link_data .link_desc {
    padding: 10px;
}

/* 下部罫線削除 */
.link_contents li.posbottom .link_data {
    border-bottom: none;
}


/*************************************************************/

/* 掲示板 */

/*************************************************************/

/* 記事枠 */
.post_box {
    padding: 10px;
    border: 1px solid #F1F1F1;
    background-color: #F5F5F5;
	margin-bottom: 5px;
}

/* 記事枠下部余白削除 */
.post_box .posbottom {
    margin-bottom: 0px;
}


/* 記事枠レス */
.post_box_res {
    padding-left: 20px;
    margin: 15px 0px;
}

/* 記事ヘッダー */
.post_box th.cell_header,
.post_box td.cell_data {
    text-align: left;
    background-color: #E9E9E9;
    font-weight: normal;
}

/* 記事ヘッダー下部余白 */
.post_box .data_table {
    margin-bottom: 5px;
}

/* 記事ヘッダー中央寄せ */
.post_box td.url,
.post_box td.res,
.post_box td.toggle,
.post_box td.btn {
    text-align: center;
}

/* 記事タイトル */
.post_title {
    font-weight: bold;
}

/* 記事コメント */
.bbs_comments {
    padding: 10px;
    background-color: #FFFFFF;
    border: 1px solid #D1D1D1;
}

/* 記事検索 */
.bbs_search {
    padding: 10px;
    background-color: #F5F5F5;
}

/* 検索文字強調 */
.result_emphasis {
    background-color: #FFFF73;
}

/* 検索前に戻る */
.bbs_search .global_link {
    display: inline-block;
    margin-left: 10px;
}

/* 記事開閉 */
#bbs_toggle {
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    padding: 10px;
}

#bbs_toggle img {
    margin-right: 5px;
}


/*************************************************************/

/* 私が店長です */

/*************************************************************/

/* スタッフ画像 */
.pstaff_photo {
    width: 250px;
    margin: 10px auto;
}

/* プロフィール枠 */
.pstaff_contents dl {
    padding: 10px;
}

.pstaff_contents dt,
.pstaff_contents dd {
    padding: 5px;
}

/* プロフィール項目 */
.pstaff_contents dt {
    clear: left;
    float: left;
    width: 40px;
    font-weight: bold;
    border-top: 1px solid #000000;
}

/* プロフィール内容 */
.pstaff_contents dd {
    margin-left: 50px;
    border-top: 1px dotted #000000;
}

/* 1カラム */
#maincol1 .pstaff_contents dd {
    width: 590px;
}

/* 2カラム */
#maincol2 .pstaff_contents dd {
    width: 370px;
}

/* 左右レイアウト */
.pstaff_photo,
.staff_profile {
    float: left;
}

.staff_profile,
.staff_profile_desc {
    padding: 10px;
}

.staff_profile_desc {
    background-color: #F5F5F5;
    border: 1px solid #E0DFE3;
}


/*************************************************************/

/* マイページ */

/*************************************************************/

/* マイページ各コンテンツ余白 */
.member_contents .member_contents {
    margin: 10px 0px;
}

/* ポイント数 */
.member_contents .point {
    padding: 10px;
}

/* ポイント数　数字 */
.member_contents .point_number {
    font-size: 116%;
    color: #CC0000;
    font-weight: bold;

}

/* ポイント有効期限 */
.point_limit {
    padding-left: 15px;
}

/* リンク枠余白 */
.member_contents .link_box {
    padding: 10px;
}


/*************************************************************/

/* 購入履歴 */

/*************************************************************/

/* 購入履歴 */
.history_search {
    background-color: #F5F5F5;
    margin-bottom: 15px;
    padding: 10px;
}

.history_search select {
    height: 30px;
}

/* 項目名 */
.search_keyword,
.search_date {
    font-weight: bold;
}

/* 検索ボタン */
.history_search .global_btn .searchinput {
    height: 30px;
}


/*************************************************************/

/* 送り主、お届け先登録/変更 */

/*************************************************************/

.mypage_recipient .form_btn_spad {
    margin-bottom: 10px;
}


/*************************************************************/

/* ログインページ */

/*************************************************************/

.psignin_contents .inner_contents_box {
    border-top: 1px solid #F1F1F1;
}


/*************************************************************/

/* メールマガジン登録・解除 */

/*************************************************************/

/* メールマガジンコンテンツ */
.mailmagazine_contents {
    padding: 5px 10px;
    border: 1px solid #E9E9E9;
}

/* 登録・解除ボックス　上部線 */
.mailmagazine_contents .inner_contents_box {
    border-top: 1px solid #F1F1F1;
}

/* 登録・解除ボックス */
.mailmagazine_box {
    padding: 15px 8px;
    background-color: #F9F9F9;
    text-align: left;
}


/*************************************************************/

/* 携帯サイトURL */

/*************************************************************/

/* 携帯サイトURLコンテンツ*/
.mobilesite_contents {
    padding: 5px 10px;
    border: 1px solid #E9E9E9;
}

/* 送信ボックス　上部線 */
.mobilesite_contents .inner_contents_box {
    border-top: 1px solid #F1F1F1;
}

/* 送信ボックス */
.mobilesite_box {
    padding: 15px 8px;
    background-color: #F9F9F9;
    text-align: left;
}

/* QRコード画像 */
.qrcode {
    border-top: 1px solid #E0DFE3;
    margin: 15px;
}


/*************************************************************/

/* ページャー */

/*************************************************************/

/* ページャー枠 */
.pager {
    text-align: center;
    padding: 20px;
    border-top: 1px solid #E0DFE3;
    margin-top: 20px;
}

/* 上部ぺージャー */
#pagertop {
    border-top: none;
    border-bottom: 1px solid #E0DFE3;
    margin-top: 0px;
    margin-bottom: 20px;
}

/* 現在のページ */
.pager strong {
    display: inline-block;
    min-width: 20px;
    padding: 3px;
    margin: 0px 1px;
    border: 1px solid #000000;
    background-color: #000000;
    color:#FFFFFF;
}

/* 他のページ */
.pager A {
    display: inline-block;
    min-width: 20px;
    padding: 3px;
    border: 1px solid #E0DFE3;
    background-color: #FFFFFF;
    margin: 0px 1px;
    text-decoration: none;
}

.pager A:hover {
    border: 1px solid #000000;
    background-color: #000000;
    color: #FFFFFF;
}

/* 掲示板ページャー */

.bbs_contents .pager {
    border: none;
    padding: 5px;
}

.bbs_contents #pagertop {
    border-bottom: none;
}


/*************************************************************/

/* フォーム関連 */

/*************************************************************/

form {
    margin: 0px;

    padding: 0px;
    display: inline;
}

/* テキストエリアサイズ */
.xxsmallsize {
    width: 35px;
}

.xsmallsize {
    width: 50px;
}

.smallsize {
    width: 100px;
}

.mediumsize {
    width: 150px;
}

.largesize {
    width: 200px;
}

.xlargesize {
    width: 300px;
}

.xxlargesize {
    width: 95%;
}

.searchform {
    width: 250px;
}

#search input {
    font-size: 12px;
    line-height: normal;
}

/* セレクトボックスラベル */
.selection_label {
    padding: 2px;
}

/* 確認用入力 */
.confirmation_input {
    margin-top: 5px;
}


/*************************************************************/

/* フォームボタン */

/*************************************************************/

/* フォームボタンマウスオーバー */
.global_btn input:hover,
.global_btn A:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/* ボタンサイズ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: 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: 110px;
    height: 35px;
}

.global_btn .btn_size_large {
    line-height: 35px;
}

/* ボタンサイズXL */
.global_btn .btn_size_xlarge {
    width: 180px;
    height: 40px;
    font-size: 116%;
}

.global_btn .btn_size_xlarge {
    line-height: 40px;
}

/* ボタンサイズXXL */
.global_btn .btn_size_xxlarge {
    width: 281px;
    height: 50px;
    font-size: 123%;
}

.global_btn .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%;
}

/* 左右並びボタン */
.btn_float {
    width: 121px;
    margin: auto;
}

.btn_float span {
    display: block;
    float: left;
}

.recipient_list_data .btn_float {
    padding: 5px;
}

/* 左右並びボタン　下部配置 */
.btn_box .btn_float {
    width: 281px;
    margin: auto auto 80px;
    padding: 20px;
}

.btn_box .largesize {
    width: 350px;
}

.btn_box .largesize .btn_size_large {
    height: 30px;
}

/* 左右並びボタン　下部配置 右ボタン位置調整 */
.btn_float .global_btn .btn_size_xlarge {
    margin-top: -6px;
}

/* 左右並びボタン　商品一覧 */
li .add_cart .btn_float {
    width: 432px;
    margin: 15px 0px 0px 10px;
}

/* 縦2段積みボタン */
.under_global_btn {
    display: block;
    margin-top: 15px;
}

/* 商品詳細 */
.detail_item_data .add_cart .global_btn {
    display: block;
    text-align: center;
}

/* 左右並びボタン　商品詳細 */
.detail_item_data .add_cart .btn_float {
    width: 281px;
}

/* 左ボタン */
.btn_float .posleft {
    padding-right: 10px;
    border-right: 1px solid #E0DFE3;
}

/* 右ボタン */
.btn_float .posright {
    padding-left: 10px;
}

/* 中央ボタン */
.btn_float .poscenter {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #E0DFE3;
}

/* 左右エリア　ボタン余白 */
.side_form_box .global_btn input {
    margin: 5px 0px;
}

/* 下部配置ボタン */
.form_btn {
    text-align: center;
    margin: auto;
    padding: 40px;
}

/* カート内、掲示板余白調整 */
.shoppingcart_page_body .form_btn,
.bbs_page_body .form_btn {
    padding: 20px;
}

/* ログインページ新規登録余白調整 */
#register_form .form_btn {
    padding: 0px;
}

/* カート内、送り主/お届け先余白調整 */
.sender_page_body .form_btn,
.senderchange_page_body .form_btn,
.shipping_page_body .form_btn,
.shippingchange_page_body .form_btn {

    padding: 40px;
}

.form_btn_spad {
    text-align: center;
    margin: auto;
    padding: 10px;
    background-color: #F9F9F9;
}

/* 関連商品下部ボタン */
.item_list .add_cart {
    text-align: center;
    margin-top: 10px;
}

/* Aタグボタン */
.global_btn A {
    display: block;
    text-align: center;
    font-weight: normal;
    margin: auto;
}

/* spanタグボタン */
.global_btn span {
    display: inline-block;
    padding: 8px;
}

/* 検索ボタン */
.global_btn .searchinput {
    height: 25px;
}

/* 外部決済ボタン */
.outside_btn_box {
    margin: 0px 20px;
    background-color: #FFFFEE;
    border: 1px solid #E0DFE3;
}

/* 楽天決済用 */
.payment_method_desc {
    margin-bottom:10px;
}


/*--------------------------------------*/

/* ボタン色 */

/*--------------------------------------*/
/* 色通常 */
/* フォームボタン全般 */
.global_btn .btn_color_common,
.global_btn A.btn_color_common {
    background-image: url(img/btn_main.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-color: #94929D;
    color: #FFFFFF;
}

/* 色強調 */
.global_btn .btn_color_emphasis,
.global_btn A.btn_color_emphasis {
  border: 1px solid #E95412;
  background: #E95412;
    color: #fff;
/*
  background: -webkit-gradient(linear, left top, left bottom, from(#fffff), to(#E95412));
  background: -webkit-linear-gradient(top, #ffffff 0%, #E95412 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #E95412 100%);
  -webkit-box-shadow: inset 1px 1px 1px #ffffff;
  box-shadow: inset 1px 1px 1px #ffffff;
*/
}
.global_btn .btn_color_emphasis:hover,
.global_btn A.btn_color_emphasis:hover {
    opacity: .7;
/*
     background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#E95412));
  background: -webkit-linear-gradient(bottom, #ffffff 0%, #E95412 100%);
  background: linear-gradient(to top, #ffffff 0%, #E95412 100%); 
*/
}

/*************************************************************/

/* エラー */

/*************************************************************/

/* 左右エリアカートエラー表示 */
.side_cart_data span.error_box,
.side_cart_data span.error_status {
    border-bottom: none;
    padding: 0px;
}

/* フォーム上部エラー表示 */
.error_box {
    border: 1px solid #FF0000;
    margin: 10px 0px 15px;
    padding: 10px;
    border-radius: 5px;
}

/* 商品詳細エラー表示 */
.detail_page_body .error_box {
    margin: 10px;
}

/* エラー表示　※赤枠内文字 */
.error_status {
    color: #FF0000;
    font-size: 93%;
    padding-left: 5px;
}

/* エラー表示アイコン位置調整 */
.error_status img {
    padding-right: 3px;
}

.form_ok {
    padding-left: 5px;
}

.form_status {
    display: inline-block;
}

/* エラー時入力エリア背景色 */
.page_box .edit_form .error_row input,
.page_box .edit_form .error_row select,
.page_box .edit_form .error_row textarea {
    background-color: #FFF0F0;
}


/*--------------------------------------*/

/* フォームエラー */

/*--------------------------------------*/

/* thタグ、tdタグ背景 */
.form_table .form_error th,
.form_table .form_error td {
    border: none!important;
    background-color: #FF0000;
}

/* thタグ */
.form_table .form_error th {
    color: #FFFFFF;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

/* tdタグ */
.form_table .form_error td {
    padding: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* 必須項目 */
.form_table .form_error th .require {
    color: #FFFFFF;
}

/* tdタグ内背景色 */
.form_error td .cell_form_error {
    margin: 5px;
    padding: 10px;
    background-color: #FFFFFF;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

/* エラー項目間余白 */
.form_table td.cell_border {
    padding: 0px!important;
    height: 0px!important;
    border-bottom: 1px solid #FFF!important;
}

/* エラー除外項目透過 */
.detail_page_body .form_alpha,
.form_table .form_alpha th,
.form_table .form_alpha td {
    opacity:0.3;
    filter: alpha(opacity=30);
}

/* 商品詳細ページエラー */
.detail_page_body .form_error {
    margin: 5px 0px;
    padding: 5px 5px 5px 20px;
    background-color: #FF0000;
    border-radius: 5px;
    background-image: url(img/icon_detailerorr.png);
    background-repeat: no-repeat;
    background-position: 3px center;
}

.detail_page_body .form_error .cell_form_error {
    background-color: #FFFFFF;
    padding: 10px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

/* バリエーション赤枠エラー */
.form_error_block {
    padding: 5px;
    background-color: #FF0000;
    border-radius: 5px;
}

.form_error_block .cell_form_error {
    padding: 3px;
    background-color: #FFFFFF;
    border-radius: 2px;
}

/* divタグボックスエラー */
div.form_error {
    margin: 5px 0px;
    padding: 5px 5px 5px 20px;
    background-color: #FF0000;
    border-radius: 5px;
    background-image: url(img/icon_detailerorr.png);
    background-repeat: no-repeat;

    background-position: 3px center;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    div.form_error {
        background-image: url(img/icon_detailerorr_x2.png);
        background-size: 16px 16px;
    }
    /*-----------------------------------------------------------*/
}

div.form_error .cell_form_error {
    padding: 10px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: #FFFFFF;
}


/*************************************************************/

/* OK */

/*************************************************************/

/* 左右エリアOK表示 */
.side_cart_data span.ok_box,
.side_cart_data span.ok_status {
    border-bottom: none;
    padding: 0px;
}

/* フォーム上部OK表示 */
.ok_box {
    border: 1px solid #339900;
    margin: 10px 0px 15px;
    padding: 10px;
    border-radius: 5px;
}

/* OK表示　※緑枠内文字 */
.ok_status {
    color: #339900;
    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: #F5FFF2;
}


/*************************************************************/

/* ロード */

/*************************************************************/

.entry_box {
    display: inline-block;
    position: relative;
}

.loading {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(img/load_icon.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    .loading {
        background-image: url(img/load_icon_x2.gif);
        background-size: 25px 25px;
    }
    /*-----------------------------------------------------------*/
}

.entry_box .loading {
    position: absolute;
    left: 8px;
    top: 5px;
    background-image: url(img/load_entry_icon.gif);
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
	/*-----------------------------------------------------------*/
    .entry_box .loading {
        background-image: url(img/load_entry_icon_x2.gif);
        background-size: 25px 25px;
    }
    /*-----------------------------------------------------------*/
}


/*************************************************************/

/* 余白 */

/*************************************************************/

.box_padding {
    padding: 2px;
}

.box_margin {
    margin: 2px;
}


/*************************************************************/

/* ウィンドウを閉じる */

/*************************************************************/

/* ポップアップ画面 */
#popup {
    position: relative;
}

/* 閉じる位置 */
.window_close {
    position: absolute;
    top: 9px;
    left: 750px;
}

.close_btn {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(img/btn_winclose.png);
}

.close_btn:hover {
    background-image: url(img/btn_winclose_o.png);
    background-color: transparent;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
    /*-----------------------------------------------------------*/
    .close_btn {
        background-image: url(img/btn_winclose_x2.png);
        background-size: 20px 20px;
    }

    .close_btn:hover {
        background-image: url(img/btn_winclose_o_x2.png);
    }

    /*-----------------------------------------------------------*/
}





.top_page_body  .item_box h2,
#maincol3 .item_box h2 {
background-image: none;
}




/*************************************************************/

/* ログインタイトル画像　リニューアル2015 */

/*************************************************************/




/*ログイン時のログイン部分タイトル*/
.activemember .section_title .image_title {
height: 28px;
width: 180px;
background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/renewal2015/l-login-title2.jpg);
background-position: left top;
background-repeat: no-repeat;
}

/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) { /*-----------------------------------------------------------*/
.whatnew .section_title .image_title {
background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/renewal2015/l-login-title2.jpg);
background-size: 180px 28px;
}
/*-----------------------------------------------------------*/
}


/*ログイン前のログイン部分タイトル*/

/* 202104 追記 */
.guestmember .section_title{
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 180px;
    margin: 0;
    padding: 12px 0 0 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background: #999;
}
/*
.guestmember .section_title .image_title {
height: 28px;
width: 180px;
background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/renewal2015/l-login-title2.jpg);
background-position: left top;
background-repeat: no-repeat;
}
*/

/* ショッピングカートボタン 20211027*/
.side_box.shoppingcart{
    position: relative;
    margin: 120px 0 0 0;
}


/* 高解像度ディスプレイ対応 */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) { /*-----------------------------------------------------------*/
.whatnew .section_title .image_title {
background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/renewal2015/l-login-title2.jpg);
background-size: 180px 28px;
}
/*-----------------------------------------------------------*/
}






/* -------------------------------------------------------------



▼ここから下は旧テンプレートCSS▼



---------------------------------------------------------------- */



/*ここから工事代行ページ*/
.koji {
}
#koji_anshin {
	width: 100%;
	margin-bottom: 20px;
}
.koji h2 {
	width: 100%;
	height: 200px;
	background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/f-koji/koji_main.jpg) no-repeat;
	text-indent: -99999px;
}
.koji h3 {
	width: 660px;
padding: 0.5em;/*文字周りの余白*/
color: #494949;/*文字色*/
background: #fffaf4;/*背景色*/
border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
line-height:200%;
margin-bottom:30px;
font-size:24px;
}
.koji  #koji_anshin img.img_anshin {
	float: left;
	margin-right: 25px;
}
.koji #koji_anshin img.end_anshin {
	margin-right: 0px;
	margin-bottom: 20px;
}

.koji table.koji_step_block {
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border: none;
}
.koji table.koji_step_block tr td {
	vertical-align: top;
}
.koji table.koji_step_block tr td.koji_step_line {
	width: 45px;
	vertical-align: bottom;
	background-color: #F00;
}
.koji table.koji_step_block tr td.koji_step_margin {
	width: 15px;
}
.koji table.koji_step_block tr th {
	width: 200px;
	vertical-align: auto;
	border-top: solid 2px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	border-bottom: solid 2px #aaaaaa;
	border-left:  solid 2px #aaaaaa;
	padding:10px;
}

#zone1 {
	float:left;
	width: 65%;
}
#zone2 {
	float:left;
	width: 35%;
}
#zone3 {
	float:left;
	width: 65%;
}
#zone4 {
	float:right;
}

.koji table.koji_step_block tr td.koji_step_comment {
	width: 420px;
	vertical-align: middle;
	border-top: solid 2px #aaaaaa;
	border-right: solid 2px #aaaaaa;
	border-bottom: solid 2px #aaaaaa;
	background: #FFFFFF;
}
.koji table.koji_step_block tr td.koji_step_comment p {
	margin: 5px;
}
.koji p.koji_notice {
	color: #FF3300;
}
.koji #kouji {
	width: 680px;
	margin: 0 0 0 0;
}
.koji #kouji table {
	width: 100%;
	border-collapse: collapse;
	border: 1px #ff0000 solid;
	font-size: 90%;

	margin-top: 30px;
}
.koji #kouji .tabletop {
	margin-top: 0px;
}
/* ▼表のセル(全部)の装飾▼ */
.koji #kouji th,
.koji #kouji td {
	padding: 0.5em;
	border-style: solid dashed;
	border-color: #ff0000;
	border-width: 1px;
}
#price {
	font-size: 125%;
}
/* ▼表のヘッダ(上部)の装飾▼ */
.koji #kouji th {
	border-bottom: 3px double #ff0000;
	letter-spacing: 0.15em;
}
/* ▼キャプション部▼ */
.koji #kouji caption {
	width: 100%;
	margin: 0 0 0 0;
	line-height: 200%;
	background: #ffffff;
	color: #000000;
	font-size: 120%;
}
.koji 		#kouji p {
	margin: 5px 0 20px 0;
	font-size: 90%;
}


/*202104 関東地方限定*/
#kouji.kanto{
    margin-top: 20px;
}

#kouji.kanto table.tabletop td{
    width: 50%;
}
#kouji.kanto table.tabletop td:nth-child(even){
    text-align: right;
}
    
    
#kouji.kanto table.tabletop td.color {
    background: #FFE4B5;  
}
.koji #kouji table.gray{
	width: 100%;
	border-collapse: collapse;
	border: 1px #fff solid;
    background: #ddd;
	font-size: 90%;
    margin-top: 0;
}
/* 赤字の最後を背景消す */
/*
.koji #kouji table.gray.wiring td:last-child {
    background: #fff;
}
*/
.koji #kouji table.gray td:nth-child(odd){
    width:80%;
}
.koji #kouji table.gray td:nth-child(even){
    width:20%;
    text-align: right;
    background: #ddd;
}
.koji #kouji table.gray td {
    width: 50%;
    padding: 0.5em;
    border: 1px solid #fff;
}
.koji #kouji table.gray td span{
    color: red;
}
#kouji.kanto h4 {
    margin: 40px 0 20px;
    padding: 10px;
    font-size: 20px;
    background: #FFE4B5;
}
#kouji.kanto dl{
    display: flex;
    flex-wrap: wrap;
    width: 670px;
}
#kouji.kanto dt{
    width: 16%;
/*    font-weight: bold;*/
}

#kouji.kanto dd{
    margin: 0 0 1em 0;
    width: 84%;
}
/* 4.金具 */
.koji #kouji table.gray.type td{
    width:30%;
}
.koji #kouji table.gray.type td:nth-child(even){
    text-align: left;
}
.koji #kouji table.gray.type td:nth-child(3){
    text-align: right;
}

/*
.koji #kouji table.gray.type td:nth-child(even){
    width:30%;
    text-align: right;
    background: #ddd;
}
*/
.koji #kouji p.red{
    color: red;
}


/*ここまで工事代行ページ*/


/*ここからDLページ*/

.dl_body{
font-size:12px;
font-family:Century Gothic;
margin:40px;
}

.dl_td{
font-size:12px;
font-family:Century Gothic;
border:solid 1px #000000;
padding:2px;
font-weight:normal;
}

#dl-table a:link{
color:#525252;
text-decoration:none;
font-size:12px;
font-family:Century Gothic;
font-weight:normal;
}

#dl-table a:visited{
color:#525252;
text-decoration:none;
font-size:12px;
font-family:Century Gothic;
font-weight:normal;
}

#dl-table a:active{
color:#525252;
text-decoration:none;
font-size:12px;
font-family:Century Gothic;
font-weight:normal;
}

#dl-table a:hover{
color:#525252;
text-decoration:none;
font-size:12px;
font-family:Century Gothic;
font-weight:normal;
}

.dl_a:link,a:visited,a:active,a:hover{
color:#000bb9;
text-decoration:none;
}

.dl_P.{
margin:40px;
}

.dl_h1{
font-size:25px;
font-color:#ffffff;
text-align:center;
font-weight:bold;
margin:0;
padding:10px;
background-color:#000000;
}

.dl_h2{
font-size:15px;
font-color:#ffffff;
font-weight:bold;
text-align:left;
padding:5px;
background-color:#e86d02;
}

.dl_h3{
font-size:14px;
font-weight:normal;
text-align:left;
padding:5px;
text-decoration:underline;
}

.dl_text{
margin:0%;
font-size:12px;
padding:1px;
line-height:20px;
}

.dl_table{
border-collapse: collapse; 
border: 1px #000000 solid;
cellspacing:1;
cellpadding:5;
width:700px;
font-size:13px;
font-weight:bold;
font-family:Century Gothic;
} 

 /*ここまでDLページ*/
 
 /* 各種ページタイトル */
.top h1.title {
 color: #ffffff;
 padding: 10px 10px;
 margin-bottom: 10px;
 font-size: 16px;
 text-align: left;
 font-weight: bold;
 background-color:#e95312;
}
.top h1.title span {
 font-size: 12px;
 color: #ffffff;
}

.info h1.title {
 background-color: #E7E7E7;
 color: #333333;
 padding: 3px 10px;
 margin-bottom: 5px;
 font-size: 16px;
 text-align: left;
 font-weight: bold;
 border-left: 10px solid #FF7900;
 border-top: 0px ;
 border-right: 0px ;
 border-bottom: 0px ;
}
.info h1.title span {
 font-size: 12px;
 color: #333333;
}

.tekigo h1.title {
 background-color: #FF8C3F;
 color: #FFFFFF;
 padding: 3px 10px;
 margin-bottom: 5px;
 font-size: 16px;
 text-align: left;
 font-weight: bold;
 border-left: 10px solid #EFEFEF;
 border-top: 0px ;
 border-right: 0px ;
 border-bottom: 0px ;
}
.tekigo h1.title span {
 font-size: 12px;
 color: #FFFFFF;
}

.qa h1.title {
 background-color: #55D135;
 color: #FFFFFF;
 padding: 3px 10px;
 margin-bottom: 5px;
 font-size: 16px;
 text-align: left;
 font-weight: bold;
 border-left: 10px solid #333399;
 border-top: 1px solid #333399;
 border-right: 1px solid #333399;
 border-bottom: 1px solid #333399;
}
.qa h1.title span {
 font-size: 12px;
 color: #FFFFFF;
}

.gyo h1.title {
 background-color: #333399;
 color: #FFFFFF;
 padding: 3px 10px;
 margin-bottom: 5px;
 font-size: 16px;
 text-align: left;
 font-weight: bold;
 border-left: 10px solid #00C8DF;
 border-top: 1px solid #00C8DF;
 border-right: 1px solid #00C8DF;
 border-bottom: 1px solid #00C8DF;
}
.gyo h1.title span {
 font-size: 12px;
 color: #ffffff;
}
.ilist h1.title {
 background-color: #F1A71C;
 color: #000000;
 padding: 3px 10px;
 margin-bottom: 5px;
 font-size: 16px;
 text-align: left;

 font-weight: bold;
 border-left: 0px solid #00C8DF;
 border-top: 0px solid #00C8DF;
 border-right: 0px solid #00C8DF;
 border-bottom: 0px solid #00C8DF;
}
.ilist h1.title span {
 font-size: 12px;
 color: #000000;
}

/* 年末年始のおしらせ */
#cm {
	font-family:"小塚ゴシック Pro","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 876px;
	text-align: left;
	margin-top: 5px;
	padding: 0 5px 5px 5px;
	background-color:#ffffff;
	border: 2px solid #eb6b08;
}

#cm .title {
	font-size: 16px;
	font-weight:bold;
	color:#FFFFFF;
	text-align: left;
	margin-top: 3px;
	padding: 4px;
	background-color:#eb6b08;
	display:inline-block;
	letter-spacing: 0.4em;
}

#cm .sub {
	font-size: 13px;
	font-weight:bold;
	color:#FFFFFF;
	text-align: left;
	margin-left: 15px;
	padding: 5px;
	background-color:#633900;
	display:inline-block;
	letter-spacing: 0.2em;
}

.text {
	font-size: 13px;
	color:#000000;
	padding: 0px;
	line-height:135%;
	padding: 0 0 5px 0;
}

.text2 {
	font-size: 12px;
	color:#000000;
	margin-left: 15px;
	padding: 2px 0 7px 0;
	line-height:135%;
}

.red {
	color:#FF0000;
}

/********************************************************************/
.topBannerArea {
 border-collapse: collapse;
 margin-bottom: 20px;
}

.topBannerArea td{
 vertical-align: top;
 width: 350px;
 padding: 0;
}

.alignR {
 text-align: right;
}

/********************************************************************/
/* キャッチコピー */
#container #copy {
 width: 890px;
 padding: 0 0 30px 0;
 margin: 0;
 text-align:left;
 position: relative;
}

#container #copy #headerBox {
 width: 890px;
 padding-bottom: 3px;
}

#container #copy #headerBox .headerBoxL {
 width: 252px;
 float: left;
}

#container #copy #headerBox .headerBoxR {
 width: 632px;
 float: right;
}

#container #copy #headerBox .h_text {
 color: #66666;
 padding-top: 17px;
 padding-bottom: 3px;
 text-align: right;
}

#container #copy #headerBox .h_payment {
 text-align: right;
}

#container #copy #headerBox .h_image {
 text-align: right;
}

#container #copy #naviBoxLine {
 width: 888px;
 border: 1px solid #CECECE;
 margin-bottom: 10px;
}

#container #copy #naviBox {
 width: 886px;
 margin: 1px;
 background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/common/bg06.jpg) repeat-x 0 0 #000F6F;
}

#container #copy #naviBox .naviBoxL {
 width: 542px;
 float: left;
}



#container #copy #naviBox .naviBoxR {
 width: 344px;
 float: right;
}

#container #copy #naviBox .gnavi {
 list-style-type: none;
 margin: 0;
 padding: 0;
}

#container #copy #naviBox .gnavi li {
 float: left;
}

#container #copy #naviBox .gnavi li img {
 vertical-align: top;
}

#container #copy #naviBox .naviSearch {
 padding: 9px 0 0 18px;
}

#container #copy #naviBox .naviSearch .search {
 width: 240px;
}

#container #copy #naviBox .naviSearch .searchinput {
 width: 65px;
}

#container #copy #h_sizeTitle {
 width: 890px;
}

#container #copy #h_sizeBox {
 width: 888px;
 padding: 1px;
 background: #9F9F9F;
}

#container #copy #h_sizeBox .h_sizeTbl {
 border-collapse: collapse;
}
#container #copy #h_sizeBox .h_sizeTbl th {
 vertical-align: top;
 width: 106px;
 padding: 0;
}

#container #copy #h_sizeBox .h_sizeTbl td {
 padding: 0;
 vertical-align: top;
}

#container #copy #h_sizeBox .h_sizeBox01 {
 width: 250px;
}

#container #copy #h_sizeBox .h_sizeBox02 {
 width: 189px;
}

#container #copy #h_sizeBox .h_sizeNavi {
 list-style-type: none;
 margin: 0;
 padding: 0 0 0 5px;
}

#container #copy #h_sizeBox .h_sizeNavi li {
 float: left;
 padding-left: 4px;
}

#container #copy #h_sizeBox .h_sizeNavi li img {
 vertical-align: top;
}

/* サイド用 */
#s_houjinBanner {
 margin-bottom: 10px;
}

#login_box_area, #left_cart_area {
 width: 176px;
 padding: 1px;
 border: 1px solid #CCCCCE;
}

#login_box_area .member {
 width: 176px;
}

#login_box_area .member .shopc_title {
 width: 176px;
 background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/common/bg01.jpg) repeat-x 0 0 #00169F;
 padding: 0;
}

#login_box_area .member .shopc_title h3, #left_cart_area .shopc_title h3 {
 text-align: center;
 color: #ffffff;
 padding: 4px 0;
}

#login_box_area .member .shopc_list {
 width: 160px;
 background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/common/bg02.jpg) repeat-x 0 0 #EAEAEA;
 padding: 0 8px 10px 8px;
 margin: 0;
 border: none;
}

#left_cart_area .shopc_title {
 width: 176px;
 background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/common/bg03.jpg) repeat-x 0 0 #AA0000;
 padding: 0;
}

#left_cart_area .shopc_list .shopc_in_title {
 background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/common/icon04.gif) no-repeat 10px 8px;
 padding-left: 31px;
 color: #2C2C2C;
}



#left_cart_area .shopc_list {
 width: 176px;
 background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/common/bg02.jpg) repeat-x 0 0 #EAEAEA;
 padding: 0;
 margin: 0;
 border: none;
}

#login_box_area .member .shopc_list .shopc_in {
 padding: 0;
 border: none;
 background: none;
}

#login_box_area .member .shopc_list .box_padding {
 padding: 0 5px;
 margin: 0;
}

#login_box_area .member .shopc_list .box_padding {
 padding: 0 5px;
 margin: 0;
}

#login_box_area .member .shopc_list .subicon03 {
 background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/common/icon03.gif) no-repeat 0 center;
 padding-left: 13px;
 margin-bottom: 13px;
}

#login_box_area .member .shopc_list .subicon03 a:link, #login_box_area .member .shopc_list .subicon03 a:active, #login_box_area .member .shopc_list .subicon03 a:visited {
	color: #F5A949;
}


#login_box_area .member .shopc_list .logininput {
 background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/btn/btn01.jpg) no-repeat 0 0 ;
 border: 0;
 width: 150px;
 height: 26px;
 text-align: center;
 color: #ffffff;
 font-size: 12px;
}

#left_cart_area .shopc_list .shopc_in {
 padding: 8px 0;
 border: 1px solid #CDCDCD;
 width: 158px;
 margin: 0 auto;
}

#left_cart_area .shopc_list .shopc_in h2 {
 text-align: center;
}

.s_menuBox {
 width: 176px;
 padding: 1px;
 border: 1px solid #cccccc;
 margin-bottom: 20px;
}

.s_menuBox .shopc_title {
 width: 176px;
 background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/common/bg01.jpg) repeat-x 0 0 #00169F;
 padding: 0;
 margin-bottom: 2px;
}

.s_menuBox .shopc_title h3 {
 text-align: center;
 color: #ffffff;
 padding: 4px 0;
}

/* 商品カテゴリ */
#s_cat .s_catTitle {
 width: 176px;
 border-bottom: 1px solid #cccccc;
}

#s_cat .s_catListArea {
 width: 176px;
 border-bottom: 1px solid #cccccc;
}

#s_cat .s_catListAreaLast {
 width: 176px;
}

#s_cat .s_catList {
 width: 176px;
 margin: 0;
 padding: 0;
 list-style-type: none;
}

#s_cat .s_catList li {
 width: 176px;
 margin: 0;
 padding: 0;
 border-top: 1px dotted #cccccc;
}

#s_cat .s_catList li.first {
 border-top: none;
}

#s_cat .s_catList li a {
 display: block;
 width: 134px;
 padding: 4px 26px 4px 16px;
 font-weight: normal;
 font-size: 12px;
}


#s_cat .s_catList li a:link, #s_cat .s_catList li a:active, #s_cat .s_catList li a:visited {
 color: #262626;
 text-decoration: none;
 background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/common/icon02.gif) no-repeat 154px 4px #ffffff;
}

#s_cat .s_catList li a:hover {
 color: #FEA33A;
 text-decoration: none;
 background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/common/icon01.gif) no-repeat 154px 4px #E8E8E8;
}


/* 商品検索 */
.s_search .s_searchBox {
 background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/common/bg02.jpg) repeat-x 0 0 #EAEAEA;
 padding-top: 10px;
 padding-bottom: 34px;
 padding-left: 6px;
}

.s_search .s_searchBox .search {
 width: 110px;
}


.s_search .s_searchBox .space {
 padding-left: 1px;
}

.s_search .s_searchBox .searchinput {
 background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/btn/btn03.jpg) no-repeat 0 0 ;
 border: 0;
 width: 50px;
 height: 23px;
 text-indent: -9999px;
}

/* 左サイド */
.s_banner{
 list-style-type: none;
 margin: 0;
 padding: 0;
}

.s_banner li {
 margin: 0;
 padding: 0 0 10px 0;
}

.s_banner li img {
 vertical-align: top;
}

/* カレンダー */
.calendarArea .shopc_title {
 margin-bottom: 7px;
}

.calendarTitle {
 width: 174px;
 border: 1px solid #cccccc;
 border-bottom: none;
 background-color: #EEEEEE;
 color: #666666;
 text-align: center;
 padding-top: 2px;
 padding-bottom: 4px;
}

.calendar {
 border-collapse: collapse;
 width: 176px;
 font-size: 12px;
}

.calendar th {
 font-weight: normal;
}

.calendar th, .calendar td {
 width: 24px;
 text-align: center;
 border: 1px solid #cccccc;
}

.calendar .holiday {
 background-color: #FF9898;
}

.calendar .saturday {
 background-color: #F0F8FF;
}

.calendarInfo {
 font-size: 10px;
 margin-top: 10px;
 margin-left: 4px;
 background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/common/holiday.gif) no-repeat 0 1px;
 padding-left: 13px;
 padding-bottom: 7px;
 line-height: 130%;
}

.s_staff {
 width: 176px;
 padding: 1px;
 border: 1px solid #cccccc;
}

.s_staff p {
 padding: 3px; 0 4px 0;
 margin: 0 20px 0 20px;
 line-height: 130%;
}

#lefttd .side_box .navi {
 width: 180px;
 background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/common/bg04.jpg) repeat 0 0;
 padding-top: 3px;
 padding-bottom: 12px;
}

#lefttd .side_box .navi .shop, #lefttd .side_box .navi .free_menu {
 width: 148px;
 padding: 4px 10px 3px 4px;
 border: 1px solid #cccccc;
 margin: 9px auto 0 auto;
 background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/common/bg05.jpg) repeat-x 0 0 #EFEFEF;
}

#lefttd .side_box .navi a:link, #lefttd .side_box .navi a:active, #lefttd .side_box .navi a:visited {
 display: block;
 color: #252525;
 text-decoration: none;
 background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/common/icon06.jpg) no-repeat 0 center;
 padding-left: 16px;
}


#lefttd .side_box .navi a:hover {
 display: block;
 color: #FDA239;
 background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/common/icon05.jpg) no-repeat 0 center;
 text-decoration: underline;
 padding-left: 16px;
}

/* トップページ */
#pagetd #centertd {
 padding-top: 0;
}

#centertd .mainImage {
 margin-bottom: 10px;
}

#centertd .topBanner {
 list-style-type: none;
 margin: 0 0 20px 0;
 padding: 0;
}

#centertd .topBanner li {
 float: left;
}

#centertd .topBanner li img {
 vertical-align: top;
}

#centertd .topBanner li.space {
 padding-left: 10px;
}

#centertd .topCmnBox {
 width: 698px;
 border: 1px solid #CECECE;
 margin-bottom: 20px;
}

#centertd .topKanaguArea {
 padding-bottom: 40px;
}

#centertd .topKanaguText01 {
 font-size: 16px;
 font-weight: bold;
 padding: 25px 26px 5px 26px;
}

#centertd .topKanaguText02 {
 padding: 0px 26px 18px 26px;
}

#centertd #search_tvk_form {
}

#centertd .tvSearch {
 border-collapse: collapse;
 margin: 0 0 13px 10px;
}

#centertd .tvSearch td {
 padding: 0;
}

#centertd .tvSearch td.tvSearchBox01 {
 vertical-align: top;
 width: 125px;
}

#centertd .tvSearch td.tvSearchBox01 select {
 width: 125px;
}

#centertd .tvSearch td.tvSearchBox02 {
 vertical-align: middle;
 width: 12px;
 text-align: center;
}

#centertd .tvSearch .tvSearchTitle {
 font-size: 14px;
 font-weight: bold;
 color: #00569D;
 margin-bottom: 5px;
}


#centertd .tvSearchBox03 {
 text-align: center;
 padding-bottom: 4px;
}

#centertd .tvResultTitle {
 width: 660px;
 margin: 0 auto;
}

#centertd .tvResultBox {
 width: 658px;
 margin: 0 auto;
 border: 1px solid #AEAEAC;
}

#centertd .tvResultBox .tvResultText {
 width: 658px;
 text-align: center;
 padding: 20px 0;
}






#centertd .setupBox {
 padding-top: 10px;
 padding-bottom: 18px;
}

#centertd .setupBanner {
 list-style-type: none;
 margin: 0 0 0 1px;
 padding: 0;
}

#centertd .setupBanner li {
 float: left;
 margin: 0;
 padding: 10px 0 0 9px;
}

#centertd .setupBanner li img {
 vertical-align: top;
}

.topRecommendBox {
 width: 700px;
 margin-bottom: 29px;
}

.topRecommendBox .topRecommendBoxL {
 width: 345px;
 float: left;
}

.topRecommendBox .topRecommendBoxR {
 width: 345px;
 float: right;
}

.topRecommendBox ul {
 list-style-type: none;
 margin: 0;
 padding: 0;
}

.topRecommendBox ul li {
 float: left;
 margin: 0;
 padding: 10px 0 0 0;
}

.topRecommendBox ul li img {
 vertical-align: top;
}

.topBanner02 {
 list-style-type: none;
 margin: 0 0 20px 0;
 padding: 0;
}

.topBanner02 li {
 margin: 0;
 padding: 10px 0 0 0;
}

.topBanner02 li img {
 vertical-align: top;
}

/* スライド画像 */
.mainImage {
 width: 689px;
 padding: 11px 0 11px 11px;
 background-color: #CFCFCF;
}

#featured{ 
	width: 498px; 
	padding-right: 185px;
	position: relative;
	height:268px;
	overflow:hidden;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0;
	left:499px; 
	list-style:none; 
	padding:0;
	margin:0; 
	width:180px;
	height:268px;
	overflow:hidden;
	overflow-x:hidden;
}
#featured ul.ui-tabs-nav li{ 
 margin: 0;
 padding: 0;

}
#featured ul.ui-tabs-nav li img{ 
 vertical-align: top;

}

#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:88px;
	text-decoration:none;
	background:#787878; 
	outline:none;
	padding: 1px;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#cccccc;
}

#featured ul.ui-tabs-nav li.ui-tabs-selected a, #featured ul.ui-tabs-nav li.ui-tabs-active a{ 
	background: #CFCFCF;
}

#featured .ui-tabs-hide{ 
	display:none; 
}

/* Item Ranking */
#centertd .center_box .style2_top {
 background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/top/ranking_title.jpg) no-repeat 0 
0;
 width: 700px;
 height: 30px;
 margin: 0;
 padding: 0;
 text-indent: -9999px;
}

#centertd .center_box .style2_middle {
 width: 700px;
 padding: 0 0 20px 0;
 background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/common/bg08.jpg) repeat-y 0 0;
 border: none;
}

#centertd .center_box .style2_middle .style2_table_middle {
 width: 624px;
 border: 1px solid #cccccc;

 background-image: none;
 background-color: #ffffff;
 margin: 0 auto;
 position: relative;
 padding: 10px 0;
}

#centertd .center_box .style2_middle .style2_table_middle a:link, #centertd .center_box .style2_middle .style2_table_middle a:active, #centertd .center_box .style2_middle .style2_table_middle a:visited {
	color: #FF6C00;
	text-decoration: underline;
}

#centertd .center_box .style2_middle .style2_table_middle a:hover {
	color: #336699;
	text-decoration: underline;
}

#centertd .center_box .style2_middle .style2_table_middle .style2_table {
 width: 597px;

 border-collapse: collapse;
 margin-left: 27px;
}

#centertd .center_box .style2_middle .style2_table_middle .style2_table td {
 padding: 0 13px;
}

#centertd .center_box .style2_middle .style2_table_middle .style2_table .rank1 {
 background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/top/rank01.jpg) no-repeat 0 0;
 width: 38px;
 height: 26px;
 position: absolute;
 top: 26px;
 left: 193px;
 text-indent: -9999px;
}

#centertd .center_box .style2_middle .style2_table_middle .style2_table .style2_text {
 padding-top: 47px;
 width: 390px;
 font-size: 12px;
}

#centertd .center_box .style2_middle .style2_table_middle .pricech {

 font-size: 12px;
 color: #686868;
}

#centertd .center_box .style2_middle .style2_table_middle .style2_rank_table {
 width: 624px;
 border-collapse: collapse;
 margin: 0;
}

#centertd .center_box .style2_middle .style2_table_middle .style2_rank_table td {
/*
 width: 120px;
 padding: 0 18px;
*/
 text-align: center;
}

#centertd .center_box .style2_middle .style2_table_middle .style2_rank_table td .photo_line_80 {
 margin: 0 auto;
}

#centertd .center_box .style2_middle .style2_table_middle .style2_rank_table td .rank2-5 {
 width: 89px;
 padding-left: 31px;
 background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/top/rank02.jpg) no-repeat 5px 0;
 margin: 0 auto;
 text-align: left;
 color: #593600;
 padding-bottom: 10px;
}

#centertd .center_box .style2_middle .style2_table_middle .style2_rank_table td .style2_rank_text {
 width: 120px;
 word-wrap: break-word;
}

#centertd .center_box .style2_middle .style2_table_middle .style2_rank_table td .style2_rank_text a {
 font-size: 10px;
}


/* 商品詳細 */
.detail_page_body h1.title {
 background-color: #40210F;
 color: #FCFABF;
 line-height: 120%;
 padding: 8px 15px;
 font-size: 20px;
 text-align: left;
 font-weight: bold;
}

.detail_page_body h1.title span {
 font-size: 14px;
 color: #ffffff;
}


.itemInfo {
 width: 670px;
 border-collapse: collapse;
 margin-left: auto;
 margin-right: auto;
}

.itemInfo caption {
 text-align: center;
 border: 1px solid #E08254;
 border-bottom: none;
 background-color: #F39801;
 color: #ffffff;
 font-weight: bold;
 padding: 6px 14px;
 text-align: left;
}

.itemInfo th {
 border: 1px solid #E08254;
 padding: 6px;
 font-weight: normal;
 white-space: nowrap;
}

.itemInfo td {
 border: 1px solid #E08254;
 padding: 6px;
}

#itempage .itemInfo2 {
 width: 686px;
 border-collapse: collapse;
 text-align: left;
}

#itempage .itemInfo2 caption {
 width: 686px;
 text-align: center;
 border: 1px solid #E08254;
 border-bottom: none;
 background-color: #330000;
 color: #ffffff;
 font-weight: bold;
 padding: 6px;
}

#itempage .itemInfo2 th {
 border: 1px solid #E08254;
 background-color: #330000;
 color: #ffffff;
 padding: 6px;
 white-space: nowrap;
}


#itempage .itemInfo2 td {
 border: 1px solid #E08254;
 padding: 6px;
}

/********************************************************************/
/* タブ用 */
.tabArea {
	width: 700px;
	margin-bottom: 20px;
}

.tabArea ul {
	list-style-type: none;
	margin: 0;
}

ul.tabs {
	padding: 0;
	margin: 0 0 0 15px;
}

ul.tabs li {
	float: left;
	padding: 0;
	margin: 0;
}

ul.tabs li a {
	text-align: center;
	display: block;

	height: 34px;
	color: #ffffff;
	text-decoration: none;
}

.tabContents {
	width: 696px;

	border: 2px solid #F59701;
}

.tab_content {
	width: 696px;
	padding-top: 25px;
	padding-bottom: 15px;
}

.tab_content h4 {
	width: 644px;
	padding: 0 8px 3px 8px;
	font-size: 14px;
	color: #595758;
	border-bottom: 1px solid #CACACA;
	line-height: 130%;
	margin: 0 0 10px 18px;
}

.tab_content p {
	width: 644px;
	padding: 0 8px 0 8px;
	margin: 0 0 10px 18px;
}

/* タブリンク */
ul.tabs a.tab01:link {
	width: 123px;
	background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/tab/tab01_off.jpg) no-repeat 0 0;
}
ul.tabs a.tab01:visited {
	width: 123px;
	background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/tab/tab01_off.jpg) no-repeat 0 0;
}
ul.tabs a.tab01:hover {
	width: 123px;
	background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/tab/tab01_off.jpg) no-repeat 0 0;
}
ul.tabs a.tab01:active {
	width: 123px;
	background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/tab/tab01_on.jpg) no-repeat 0 0;
}
ul.tabs li.active a.tab01, ul.tabs li.active a.tab01:hover  {
	width: 123px;
	background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/tab/tab01_on.jpg) no-repeat 0 0;
}

ul.tabs a.tab02:link {
	width: 153px;
	background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/tab/tab02_off.jpg) no-repeat 0 0;
}
ul.tabs a.tab02:visited {
	width: 153px;
	background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/tab/tab02_off.jpg) no-repeat 0 0;
}
ul.tabs a.tab02:hover {

	width: 153px;
	background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/tab/tab02_off.jpg) no-repeat 0 0;
}
ul.tabs a.tab02:active {
	width: 153px;
	background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/tab/tab02_on.jpg) no-repeat 0 0;
}
ul.tabs li.active a.tab02, ul.tabs li.active a.tab02:hover  {
	width: 153px;
	background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/tab/tab02_on.jpg) no-repeat 0 0;
}

ul.tabs a.tab03:link {
	width: 153px;
	background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/tab/tab03_off.jpg) no-repeat 0 0;
}
ul.tabs a.tab03:visited {
	width: 153px;
	background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/tab/tab03_off.jpg) no-repeat 0 0;
}
ul.tabs a.tab03:hover {
	width: 153px;
	background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/tab/tab03_off.jpg) no-repeat 0 0;
}
ul.tabs a.tab03:active {
	width: 153px;
	background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/tab/tab03_on.jpg) no-repeat 0 0;
}
ul.tabs li.active a.tab03, ul.tabs li.active a.tab03:hover  {
	width: 153px;
	background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/tab/tab03_on.jpg) no-repeat 0 0;
}

ul.tabs a.tab04:link {
	width: 155px;
	background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/tab/tab04_off.jpg) no-repeat 0 0;
}
ul.tabs a.tab04:visited {
	width: 155px;
	background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/tab/tab04_off.jpg) no-repeat 0 0;
}
ul.tabs a.tab04:hover {
	width: 155px;
	background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/tab/tab04_off.jpg) no-repeat 0 0;
}
ul.tabs a.tab04:active {
	width: 155px;
	background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/tab/tab04_on.jpg) no-repeat 0 0;
}
ul.tabs li.active a.tab04, ul.tabs li.active a.tab04:hover  {
	width: 155px;
	background: url(https://www.ace-of-parts.com/data/ace-of-parts/image/contents/tab/tab04_on.jpg) no-repeat 0 0;
}


/* clear
----------------------------------------------------*/
/* ---IE7.IE8 clearfix--- */
.clearfix:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear {
clear: both;

}


/********************************************************************/
/* pole用 */
#pole #type01 {
	width: 700px;
}
#pole #type01 h3 {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/type01_h2bg.jpg);
	background-repeat: repeat;
	padding: 10px;
	margin: 5px 0px 10px 0px;
	border-top: 2px solid #3366cc;
	border-bottom: 2px solid #3366cc;
	color: #FFFFFF;
	font-size: medium;

}


#airpole {
}

.airpole h2.title {
 width: 690px;
 background-color: #41a041;
 color: #FFF;
 line-height: 100%;
 padding: 8px 0px 8px 10px;
 font-size: 14px;
 text-align: left;
 margin:0px;
}

.airpole p {
font-size:15px;
font-weight: bold;
line-height: .8em;
margin: 0;
padding: 10px 10px 10px 10px;
}

#pole #type01 #text_area1 p {
	background-color: #FFDEAD;
	padding: 10px;
	margin: 5px 0px 10px 0px;
	color: #FF6600;
	font-size: small;
	line-height: 150%;
	border: 2px solid #ffaf5f;
	color: #333333;
}

#pole #type00_table {
	margin: 5px 0px 10px 0px;
}
#pole #type00_table table {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
#pole #type00_table table th.title {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336699;
}
#pole #type00_table table th {
	min-width: 140px;
	font-size: small;
	font-weight: normal;
	color: #333333;
	background-color: #EDEDED;
	text-align: left;
	padding: 3px 5px 3px 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#pole #type00_table table td {
	min-width: 300px;
	font-size: small;
	padding: 3px 5px 3px 5px;
	border-bottom: 1px solid #999999;
}

/********************************************************************/
/* swb用 */
#swb101 #type01 {
	width: 700px;
}
#swb101 #type01 h3 {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/type01_h2bg.jpg);
	background-repeat: repeat;
	padding: 10px;
	margin: 5px 0px 10px 0px;
	border-top: 2px solid #3366cc;
	border-bottom: 2px solid #3366cc;
	color: #FFFFFF;
	font-size: medium;
}

#swb101 #type01 #text_area1 p {
	background-color: #FFDEAD;
	padding: 10px;
	margin: 5px 0px 10px 0px;
	color: #FF6600;
	font-size: small;
	line-height: 150%;
	border: 2px solid #ffaf5f;
	color: #333333;
}

#swb101 #type00_table {
	margin: 5px 0px 10px 0px;
}
#swb101 #type00_table table {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
#swb101 #type00_table table th.title {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336699;
}
#swb101 #type00_table table th {
	min-width: 140px;
	font-size: small;
	font-weight: normal;
	color: #333333;
	background-color: #EDEDED;
	text-align: left;
	padding: 3px 5px 3px 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#swb101 #type00_table table td {
	min-width: 300px;
	font-size: small;
	padding: 3px 5px 3px 5px;
	border-bottom: 1px solid #999999;
}
/********************************************************************/
/* sds用 */
#sds {
	text-align:left;
	font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
	font-size:13px;
}
#sds h1{
 font-size: 5px;
 text-align: right;
}
#sds_h2{
 width: 670px;
 background-color: #008b8b;
 color: white;
 line-height: 120%;
 padding: 8px 14px;
 font-size: 20px;
 font-weight: bold;
 text-align: center;
 margin:10px 0px;
}

.sp_tablestyle{
margin:5px 0;
border-top:0px solid #FFF;
border-right:0px solid #FFF;
}
.sp_tablestyle th, .sp_tablestyle td{
padding:5px;
border-bottom:0px solid #FFF;
border-left:0px solid #FFF;
}
@media screen and (max-width:480px) {
.sp_tablestyle th, .sp_tablestyle td{
display:block;
}
}

#sds th{
 background-color: #008b8b;
 color:#FFF;
 line-height: 100%;
 padding: 8px 15px;
 font-size: 15px;
 font-weight: bold;
 text-align: center;
 margin:10px 0px;
 border: solid 1px #FFF;

}

#sds table{
 width:680px;
 border: solid 1px #FFF;
 border-collapse: collapse;
}

#sds table.tvtg{
 text-align: center;
 padding: 5px 0px;
}

#sds td{
 padding: 0px 30px;
 text-align: left;
 border: solid 1px #FFF;
}

#sds-op td{
 width="230"
}
#sdsss td{
 padding: 0px 30px;
 text-align: left;
 border: solid 1px #FFF;
}
#sds .img{
 float: left;
 margin: 0px 30px;
}
.c-both{
 clear: both;
 width="700px"
}
#sds p{
 text-align: left;
 margin: 0px 30px;
}

/********************************************************************/
/* bell用 */
#bell {
	text-align:left;
	font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
	font-size:13px;
}
#bell h1{
 font-size: 5px;
 text-align: right;
}
#bell_h2{
 background-color: #bb5548;
 display:inline-block;
 color: white;
 line-height: 100%;
 padding: 8px 10px;
 font-size: 14px;
 font-weight: bold;
 text-align: left;
 margin:10px 0px;
}
#bell_h3{
 width: 700px;
 background-color: #96514d;
 color: white;
 line-height: 120%;
 padding: 8px 14px;
 font-size: 20px;
 font-weight: bold;
 text-align: center;
 margin:10px 0px;
}
#bell_h4{
 width: 700px;
 background-color: #96514d;
 color: white;
 line-height: 110%;
 padding: 8px 10px;
 font-size: 16px;
 font-weight: bold;
 text-align: center;
 margin:10px 0px;
}

.sp_tablestyle{
margin:5px 0;
border-top:0px solid #FFF;
border-right:0px solid #FFF;
}
.sp_tablestyle th, .sp_tablestyle td{
padding:5px;
border-bottom:0px solid #FFF;
border-left:0px solid #FFF;
}
@media screen and (max-width:480px) {
.sp_tablestyle th, .sp_tablestyle td{
display:block;
}
}

#bell th{
 background-color: #bb5548;
 color:#FFF;
 line-height: 100%;
 padding: 8px 15px;
 font-size: 15px;
 font-weight: bold;
 text-align: center;
 margin:10px 0px;
 border: solid 1px #FFF;

}

#bell table{
 width:680px;
 border: solid 1px #FFF;
 border-collapse: collapse;
}

#bell table.tvtg{
 text-align: center;
 padding: 5px 0px;
}

#bell td{
 padding: 0px 30px;
 text-align: left;
 border: solid 1px #FFF;
}

#bell .c-both{
 clear: both;
 width="700px"
}
#bell .img{
 float: left;
 margin: 0px 30px;
}
#bell p{
 text-align: left;
 margin: 0px 30px;
}

/********************************************************************/

/* sanwa用 */
#sds {
	text-align:left;
	font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
	font-size:13px;
}
#sanwa h1{
 font-size: 5px;
 text-align: right;
}
#sanwa h2{
 width: 685px;
 background-color: #008b8b;
 color: white;
 line-height: 120%;
 padding: 8px 15px;
 font-size: 20px;
 font-weight: bold;
 text-align: center;
 margin:10px 0px;
}
#sanwa h3{
 width: 685px;
 background-color: #ffffff;
  color: #000000;
 line-height: 110%;
 padding: 5px 5px;
 font-size: 16px;
 font-weight: bold;
 text-align: left;
 margin:5px 0px;
}
#sanwa th{
 background-color: #008b8b;
 color: white;
 width: 200px;
 padding: 2px 5px;
}
#sanwa table.tvtg{
 text-align: center;
 padding: 5px 0px;
}
#sanwa-op td{
 width="230"
}
#sanwa td{
 padding: 0px 30px;
 text-align: left;
}
#sanwa .img{
 float: left;
 margin: 0px 30px;
}
.c-both{
 clear: both;
 width="700px"
}
#sanwa p{
 text-align: left;
 margin: 0px 30px;
}

/* ds用 */
#itempage .ds-desc {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C8C3BD;
	border-left-color: #C8C3BD;
	background-color: #F3EFE6;
	height: auto;
	width: 696px;
	background-repeat: repeat;
}
#itempage .ds-desc .txt1 {
	float: left;
	margin-right: 20px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	margin-left: 20px;
	margin-top: 30px;
}
#itempage .ds-desc h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	font-size: 18px;
	color: #FFF;
	background-color: #423320;
	width: 260px;
	padding: 2px;
	text-align: center;
	margin-top: 50px;
	white-space: nowrap;
	margin-bottom: 10px;
}
#itempage .ds-desc h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	color: #FFF;
	background-color: #423320;
	width: 260px;
	padding: 2px;
	text-align: center;
	margin-top: 50px;
	white-space: nowrap;
	margin-bottom: 10px;
}
#itempage .ds-desc .txt2 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}

#itempage .dsleft {
	float:left
}
#itempage .ds-desc h4 {
	background-color: #3F2E14;
	width: 350px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	text-align: center;
	float: left;
	white-space: nowrap;
	margin-top: 0px;

	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding: 5px;
	height: auto;
	font-size: 18px;
}
#itempage .ds-desc .txt3 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
}
#itempage .ds-desc h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	background-color: #42311F;
	font-size: 18px;
}
#itempage .ds-desc .clear {
	clear: both;
}

/********************************************************************/
/* カースピーカー用 */
#carspk {
	width: 700px;
	height: auto;
	margin: 5px 0px 5px 0px;
	padding: 10px 0px 10px 0px;

}

#carspk h3{
	width: 690px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 3px 5px;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background-color: #666666;
	background-repeat: repeat;
	color:#FFF;

}

#carspk .caritem{
	width: 700px;
	height: auto;
	margin: 0px 0px 5px 0px;
	border-top:3px double #999;
	border-bottom:3px double #999;

}

#carspk .bland{
	width: 690px;
	height: auto;
	margin: -1px 0px 5px 0px;
	padding: 3px 5px 3px 5px;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}

#carspk .spec{
	text-align:center;
	width: 690px;
	height: auto;
	margin: 4px 0px 0px 0px;
	padding: 3px 5px 3px 5px;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background-color: #666;
	background-repeat: repeat;
	color:#FFF;

}
#carspk .spktable{
	width: 681px;
	height: auto;
	margin: -1px 0px 0px 0px;

	padding: 3px 5px 3px 10px;
	border-left:3px double #999;
	border-right:3px double #999;
}

#carspk p{
	width: 681px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 3px 10px;
	line-height: 135%;
	border-bottom:3px double #999;
	border-left:3px double #999;
	border-right:3px double #999;
}

#carspkhosho{
	width: 690px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 10px;
	line-height: 135%;
}

#carspkhosho .kuwasiku{
	padding: 0px 15px 0px 0px;
	text-align:right
}


/********************************************************************/
/* アクセサリーカテゴリ用box */
#acce-1 {
	height: auto;
	margin: 5px 0px 5px 0px;
	padding: 10px 10px 10px 15px;
	line-height: 150%;
	background-color: #E3E3E3;
	background-repeat: repeat;
	border:1px solid #333;

}

/********************************************************************/
/* カテゴリ用（削除予定） */
#category {
	width: 700px;
}

/********************************************************************/
/* メインバナー用 */
#aajunder {
	margin:5px 0px 2px 0px;
}

#topbunner {
	width: 700px;
	margin:3px 0px 3px 0px;
}


#topsizebunner {
	width: 700px;
	margin:2px 0px 2px 0px;
	padding:1px 0px 1px 0px;
}

/********************************************************************/
/* サイド用 */
#houjin_banner{
	margin:15px 0px 3px 0px;
}

#left_banner{
	margin:3px 0px 3px 0px;
}
#left_stuff{
	width:180px;
	margin:3px 0px 0px 0px;
}
#left_stuff p{
	margin: 0px 0px 3px 0px;
	text-align:center;
	border-top:1px dsolid #F93;
	border-left:1px solid #F93;
	border-right:1px solid #F93;
	border-bottom:1px solid #F93;
	height:auto;
	color:#333;
	/*font-weight: bold;*/
}
#cat_menu {
	width: 178px;
	text-align:left;
	margin: 0;
	padding: 0;
	height: auto;
	background-color: #FFFFFF;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: double;
	border-right-color: #FF8656;
	border-left-color: #FF8656;
	border-bottom-color: #FF8656;
}
#cat_menu img {
	margin: 0px 0px 0px 0px;
}
#cat_menu ul, #cat_menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#cat_menu ul {
	width: auto;
	height: auto;
}
#cat_menu li {
	font-size: 85%;
	width: auto;
	height: auto;
	padding: 1px 0px 1px 5px; 
}
#cat_menu ul#new {
	list-style-image: url(https://image.rakuten.co.jp/ace-of-parts/cabinet/main/navi_arrow_o.gif);
	list-style-position: outside;
	padding: 3px 0px 3px 12px;
}
#cat_menu a {
	text-decoration: none;
	display:block;
    background-color:#FFFFFF;
    width:148px;
    height:auto;
}
#cat_menu a:link {
	text-decoration: none;
	color:#4b3221
}
#cat_menu a:active {
	text-decoration: underline;
}
#cat_menu a:hover {
	text-decoration: none;
background-color:#ffd3c1;
}


#cat_menu a:hover img{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=1 )";
	-moz-opacity:1;
	background-color: #ffffff;
}

#side_cal {
	width: 178px;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
#side_cal img {
	margin-bottom: 6px;
}
#side_cal #cal_month {
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px 1px 0px;
	padding: 2px;
	width: 175px;
	background-color:#ff6a30;
}
#side_cal #cal_open {
	font-size: 11pt;
	color: #666666;
}
#side_cal #cal_open td {
	font-size: 95%;
	line-height: 100%;
	color: #666666;
	text-align: center;
	padding: 2px;
	border: 1px solid #ff6a30;
}
#side_cal #cal_open td #close {
	color: #FFFFFF;
	background-color:#FF4D4D;

}


/* フッター用 */
#foot_cal {
	width: 400px;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 20px;
	text-align: center;
}
#foot_cal img {
	margin-bottom: 5px;
}
#foot_cal #cal_month {
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin: 2px 0px 1px 0px;
	padding: 2px;
	width: 190px;
	background-color:#FF9E46;
}
#foot_cal #cal_open {
	font-size: 11pt;
	color: #666666;
}
#foot_cal #cal_open td {
	font-size: 95%;
	line-height: 150%;
	color: #666666;
	text-align: center;
	padding: 2px;
	border: 1px solid #FF9E46;
}
#foot_cal #cal_open td #close {
	color: #FFFFFF;
	background-color:#FF4D4D;

}
.footer_guide_table {
	border: 1px solid #ffffff;
	padding: 0px 0px 0px 10px;
}
.foot_mini {
	text-align:left;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/mainimg/footer/g_back.gif);
	padding: 3px 0px 2px 12px;
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	width: 420px;
	height: 16px;
}
.foot_coments {
	text-align:left;
	padding: 0px 0px 0px 0px;
	color: #333333;
	font-size: 12px;
	width: 430px;
}

/* インフォメーション用 */
#info {
	text-align:left;
	width: 680px;
	margin:0px 0px 0px 20px;
}
.info_mini {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/f-info/c_back.gif);
	padding: 3px 0px 2px 12px;
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	width: 660px;
	height: 16px;
}
.info_coments {
	padding: 5px 0px 5px 20px;
	color: #333333;
	font-size: 13px;
	line-height:160%;
	width: 660px;
}
.card {
	padding: 0px 0px 0px 20px;
}
.list {
	font-size: 12px;
	border: 1px solid #333333;
}
.daibiki {
	font-size: 12px;
	border: 0px;
}


/*商品ページ共通部*/
#aajframe {
	margin:5px 0px 0px 0px;
}

#fuzoku {
	margin:0px 0px 8px 0px;
}

#settisankou {
	margin:5px 0px 5px 0px;
}

/*商品ページ*/
#type01_hanyou {
	width: 700px;
	text-align:left;
}
#type01_hanyou h3 {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/type01_h2bg.jpg);
	background-repeat: repeat;
	padding: 10px;
	margin: 5px 0px 10px 0px;
	border-top: 2px solid #3366cc;
	border-bottom: 2px solid #3366cc;
	color: #FFFFFF;
	font-size: medium;
}
#type01_hanyou .catch_copy {
	margin: 5px 0px 5px 0px;
	color: #FF6600;
	font-size: small;
	font-weight: bold;
}
#type01_hanyou #text_area1 p {
	padding: 10px;
	margin: 5px 0px 10px 0px;
	color: #FF6600;
	font-size: small;
	line-height: 150%;
	background-color: #D4DEED;
	border: 2px solid #3366cc;
	color: #333333;
}
#type01_hanyou #text_area2 p {
	height: auto;
	padding: 10px;
	margin: 5px 0px 10px 0px;
	color: #003366;
	font-size: small;
	line-height: 150%;
	background-color: #EDEDED;
	border: 1px solid #999999;
}

/* type02_vesa */

#type02_vesa {
	width: 700px;
	text-align:left;
}
#type02_vesa h3 {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/type02_h2bg.jpg);

	background-repeat: repeat;
	padding: 10px;
	margin: 5px 0px 10px 0px;
	border-top: 2px solid #ff6600;
	border-bottom: 2px solid #ff6600;
	color: #333;
	font-size: medium;
}
#type02_vesa .catch_copy {
	margin: 5px 0px 5px 0px;
	color: #00004F;
	font-size: small;
	font-weight: bold;

}
#type02_vesa #text_area1 p {
	padding: 10px;
	margin: 5px 0px 10px 0px;
	color: #FF6600;
	font-size: small;
	line-height: 150%;
	background-color: #D4DEED;
	border: 2px solid #3366cc;
	color: #333333;
}
#type02_vesa #text_area2 p {
	height: auto;
	padding: 10px;
	margin: 5px 0px 10px 0px;
	color: #003366;
	font-size: small;
	line-height: 150%;
	background-color: #EDEDED;
	border: 1px solid #999999;
}

/* type04_kabekakerack */

#type04_kabekakerack {
	width: 700px;
	text-align:left;
}
#type04_kabekakerack h3 {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/product/itempage/kanagu/type03_h3bg.jpg);
	background-repeat: repeat;
	padding: 10px;
	margin: 5px 0px 10px 0px;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
	color: #FFF;
	font-size: medium;
}
#type04_kabekakerack .catch_copy {
	margin: 5px 0px 5px 0px;
	color: #4D4D4D;
	font-size: small;
	font-weight: bold;
}

#type04_kabekakerack #text_area1 p {
	padding: 10px;
	margin: 5px 0px 10px 0px;
	color: #FF6600;
	font-size: small;
	line-height: 150%;
	background-color: #F0F8FF;
	border: 2px solid #4DA2FF;
	color: #333333;
}
#type04_kabekakerack #text_area2 p {
	height: auto;
	padding: 10px;
	margin: 5px 0px 10px 0px;
	color: #003366;
	font-size: small;
	line-height: 150%;
	background-color: #EDEDED;
	border: 1px solid #999999;
}

/* type05_projector */

#type05_projector {
	width: 700px;
	text-align:left;
}
#type05_projector h3 {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/product/itempage/kanagu/type03_h3bg.jpg);
	background-repeat: repeat;
	padding: 10px;
	margin: 5px 0px 10px 0px;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
	color: #FFF;
	font-size: medium;
}
#type05_projector .catch_copy {
	margin: 5px 0px 5px 0px;
	color: #FF7006;
	font-size: small;
	font-weight: bold;
}

#type05_projector #text_area1 p {
	padding: 10px;
	margin: 5px 0px 10px 0px;
	color: #FF6600;
	font-size: small;
	line-height: 150%;
	background-color: #FFD3AC;
	border: 2px solid #FB7700;
	color: #333333;
}
#type05_projector #text_area2 p {
	height: auto;
	padding: 10px;
	margin: 5px 0px 10px 0px;
	color: #003366;
	font-size: small;
	line-height: 150%;
	background-color: #EDEDED;
	border: 1px solid #999999;
}

#text-notice1 {
	text-align:left;

	font-weight: nomal;
	font-size: 90%;
	line-height:120%;
	color: #FF3300;
	/*padding: 0px 0px 0px 5px;:*/
}
#caution {
	margin:0px 0px 10px 0px;
}
#swb-n {
	width: 700px;
}
#swb-n .img1text {
	float: left;
	width: 698px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
#swb-n .img1text li {
	list-style-type: square;
	margin-left: 40px;
}

#img1text_h2 {
	white-space: nowrap;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-color: #F8A00A;
	color: #000;
	padding: 1px;
	width: 700px;
	text-align: center;
	margin-bottom: 0px;
	background-position: center center;
}
#swb-n .img3 {
	float: left;
	width: 396px;
}
#swb-n .img3text {
	float: left;
	width: 300px;
	text-align: left;
	margin-top: 60px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}
#img3text_h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #F79F09;
	color: #000;
	padding: 1px;
	width: 304px;
	text-align: center;
	margin-bottom: 10px;
}
#swb-n p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#swb-n .ss {
	width: 700px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

/* 緊急告知（digias追加） */

div#emergency_announce_title h3 {
	width: 500px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 2px 0px;
	background-color: #336699;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
div#emergency_announce {
	width: 480px;
	margin: 5px 0px 5px 0px;
	padding: 8px 8px 3px 8px;
	border: 2px solid #336699;	
}
div#emergency_announce p {
	margin: 0px 0px 5px 0px;
}
div#summervacation {
	width: 480px;
	margin: 5px 0px 5px 0px;
	padding: 8px 8px 3px 8px;
	border: 2px solid #00FFFF;	
}

/* 商品詳細画面用リスト（digias追加） */

#listGoGo {
}
#listGoGo table {
	width: 100%;
	margin: 2px;
}
#listGoGo table tr td {
	border: 1px solid #999999;
	padding: 3px;
}
#listGoGo table tr th {
	border: 1px solid #999999;
	padding: 3px;
	font-weight: normal;
}
div#goods_plus .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* バナーブランク（digias追加） */

#side_banner img {
	margin-bottom: 6px;
}
img.emo_banner {
	margin-bottom: 6px;
}
.detail_item_text img.bnr_tvpanel {
	margin-bottom: 6px;
}

/* フリーページ（digias追加） */

div#emo_freepage {
	margin: 0px 0px 0px 20px;
}

/* 新QAページ */
div#emo_freepage.sp h2 {
	height: 220px;
	width: 660px;
	margin: 10px 0px 10px 0px;
	color: #0066FF;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/free/sp_headline.jpg);
	background-repeat: no-repeat;
	text-indent: -99999px;
}
div#emo_freepage.sp p.section1 {
	margin: 10px 0px 10px 40px;
}
div#emo_freepage.sp h3 {
	height: 30px;
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
	color: #FFFFFF;
	font-size: 16px;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/free/anshin_heading.gif);
	background-repeat: repeat-x;	
}
div#emo_freepage.anshin p {
	margin: 10px 20px 10px 30px;
}
div#emo_freepage.sp ul {
	margin: 10px 20px 10px 14px;
}
div#emo_freepage.sp ul li {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	list-style: disc;
	list-style-position: outside;
}
div#emo_freepage.sp ul li.sp_confirm1 {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/free/qa_confirm1.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 0px 0px 0px 56px;
	list-style: none;
	list-style-position: outside;
}
div#emo_freepage.sp ul li.sp_confirm2 {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/free/qa_confirm2.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 0px 0px 0px 56px;
	list-style: none;
	list-style-position: outside;
}
div#emo_freepage.sp ul li.sp_confirm3 {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/free/qa_confirm3.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 0px 0px 0px 56px;
	list-style: none;
	list-style-position: outside;
}
div#emo_freepage.sp ul li.sp_confirm4 {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/free/qa_confirm4.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 0px 0px 0px 56px;
	list-style: none;
	list-style-position: outside;
}
div#emo_freepage.sp h4.sp_question {
	height: 53px;
	margin: 10px 0px 0px 40px;
	padding: 10px 0px 0px 42px;
	color: #FF3300;
	font-size: 16px;
	vertical-align: middle;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/free/qa_question.gif);
	background-repeat: no-repeat;
}
div#emo_freepage.sp h4.sp_answer {
	height: 53px;
	margin: 0px 0px -20px 40px;
	padding: 20px 0px 0px 42px;
	color: #336633;
	font-size: 16px;
	vertical-align: middle;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/free/qa_answer.gif);
	background-repeat: no-repeat;
}
div#emo_freepage.sp p {
	margin: 10px 20px 10px 40px;
}
div#emo_freepage.sp hr {
	margin: 20px 80px 20px 80px;
	background-color: #339933;
}

/* 適合早見リスト */
div#emo_freepage.hayami p {
	margin: 10px 20px 10px 30px;
}

/* 安心の理由ページ */
div#emo_freepage.anshin h2 {
	height: 250px;
	width: 660px;
	margin: 10px 0px 10px 0px;
	color: #0066FF;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/free/anshin_headline.jpg);
	background-repeat: no-repeat;
	text-indent: -99999px;
	
}
div#emo_freepage.anshin h3 {
	height: 30px;
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
	color: #FFFFFF;
	font-size: 16px;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/free/anshin_heading.gif);
	background-repeat: repeat-x;	
}
div#emo_freepage.anshin p {
	margin: 10px 20px 10px 30px;
}

/* QAページ */
div#emo_freepage.qa h2 {
	height: 220px;
	width: 660px;
	margin: 10px 0px 10px 0px;
	color: #0066FF;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/free/qa_headline.jpg);
	background-repeat: no-repeat;
	text-indent: -99999px;
}
div#emo_freepage.qa p.section1 {
	margin: 10px 0px 10px 40px;
}
div#emo_freepage.qa h3 {
	height: 30px;
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 0px 40px;
	color: #FFFFFF;
	font-size: 16px;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/free/qa_heading.gif);
	background-repeat: repeat-x;	
}
div#emo_freepage.qa ul {
	margin: 10px 20px 10px 14px;
}
div#emo_freepage.qa ul li {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 56px;
	list-style: none;
	list-style-position: outside;
}
div#emo_freepage.qa ul li.qa_confirm1 {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/free/qa_confirm1.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
div#emo_freepage.qa ul li.qa_confirm2 {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/free/qa_confirm2.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
div#emo_freepage.qa ul li.qa_confirm3 {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/free/qa_confirm3.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
div#emo_freepage.qa h4.qa_question {
	height: 53px;
	margin: 10px 0px 0px 40px;
	padding: 10px 0px 0px 42px;
	color: #FF3300;
	font-size: 16px;
	vertical-align: middle;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/free/qa_question.gif);
	background-repeat: no-repeat;
}
div#emo_freepage.qa h4.qa_answer {
	height: 53px;
	margin: 0px 0px -20px 40px;
	padding: 20px 0px 0px 42px;
	color: #336633;
	font-size: 16px;
	vertical-align: middle;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/free/qa_answer.gif);
	background-repeat: no-repeat;
}
div#emo_freepage.qa p {
	margin: 10px 20px 10px 40px;
}
div#emo_freepage.qa hr {
	margin: 20px 80px 20px 80px;
	background-color: #339933;
}

/* 地震に強いページ */
div#emo_freepage.eq_tough h2 {
	height: 170px;
	width: 660px;
	margin: 10px 0px 10px 0px;
	color: #0066FF;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/free/eqtough_headline.jpg);
	background-repeat: no-repeat;
	text-indent: -99999px;
	
}
div#emo_freepage.eq_tough h3 {
	height: 30px;
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
	color: #FFFFFF;
	font-size: 16px;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/free/eqtough_heading.gif);
	background-repeat: repeat-x;	
}
div#emo_freepage.eq_tough p {
	margin: 10px 20px 10px 30px;
}
div#emo_freepage.eq_tough p.bgcolor {
	padding: 10px 10px 10px 10px;
	margin: 0px 10px 0px 20px;
	color: #FFFFFF;
	background-color:#339999;
}


/* フリーページ：価格改定（和田追加） */

#center {
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:center;
	line-height: 150%;
	border: 3px double #ffaf5f;
	font-size:14px;
}

#left {
	float:left;
	width:45%;
	height: auto;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	border: 1px solid #ffaf5f;
	font-size:14px;
}

#right {
	float:right;
	width:45%;
	height: auto;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	border: 1px solid #ffaf5f;
	font-size:14px;
}


#left ul {
	margin: 0px 0px 0px 0px;
}
#left ul li {
	margin: 6px 0px 5px 0px;
	padding: 0px 0px 0px 36px;
	list-style: none;
	list-style-position: outside;
	line-height: 100%;
}

#right ul {
	margin: 0px 0px 0px 0px;
}
#right ul li {
	margin: 6px 0px 5px 0px;
	padding: 0px 0px 0px 36px;
	list-style: none;
	list-style-position: outside;
	line-height: 100%;
}

/* フリーページ：工事代行（digias追加） */

div#goods_plus #kanagu_koji {
	margin: 0px 0px 0px 20px;
}
#goods_plus #kanagu_koji h2 {
	width: 600px;
	height: 78px;
	border: 0px;
	margin: 0px 0px 10px 0px;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/free/koji/koji_title.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#goods_plus #kanagu_koji p.introduction {
	width: 288px;
	height: auto;
	margin: 10px 0px 10px 270px;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	background-color: #EDEDED;
	border: 1px solid #999999;
	color: #003366;
}
#goods_plus #kanagu_koji h3.koji_example {
	width: 600px;
	height: 50px;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/free/koji/koji_example.jpg);
	color: #FF3300;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#goods_plus #kanagu_koji h4.koji_type {
	width: 560px;
	height: auto;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 25px;
	line-height: 150%;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/free/koji/koji_type.gif);
	background-repeat: no-repeat;
	/*border: 3px solid #000000;*/
	/*font-weight: bold;*/
	color: #003399;
}
#goods_plus #kanagu_koji h3.koji_reference {
	width: 600px;
	height: 50px;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/free/koji/koji_reference.jpg);
	color: #FF3300;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}


/* フリーページ：中古スピーカー（digias追加） */

div#goods_plus #usedspeaker {
	margin: 0px 0px 0px 20px;
}
#goods_plus #usedspeaker h3 {
	color: #003399;
}


/* フリーページ：サーバーラック（digias追加） */

div#goods_plus #serverrack {
	margin: 0px 0px 0px 20px;
}
#goods_plus #serverrack h2 {
	width: 600px;
	height: 140px;
	border: 0px;
	margin: 0px 0px 10px 0px;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/saba/serverrack_h2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#goods_plus #serverrack h3 {
	height: auto;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/itembg_grgr.jpg);
	color: #FF3300;
	font-weight: bold;
	margin: 15px 0px 5px 0px;
	padding: 5px 5px 5px 10px;
	line-height: 150%;
}
#goods_plus #serverrack h4 {
	width: 600px;
	height: 140px;
	border: 0px;
	margin: 0px 0px 10px 0px;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/saba/serverrack_h4.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#goods_plus #serverrack_how_bn {
	cursor: pointer;
	width: 600px;
	height: 70px;
	border: 0px;
	margin: 0px 0px 10px 0px;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/saba/serverrack_how.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#severrack-catbn {
	height: auto;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	line-height: 150%;
	background-color: #EDEDED;
	border: 1px solid #999999;
	color: #003366;
}

#goods_plus #serverrack_how {
	margin: 0px 0px 0px 20px;
}
#goods_plus #serverrack_how h2 {
	cursor: pointer;
	width: 600px;
	height: 70px;
	border: 0px;
	margin: 0px 0px 10px 0px;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/saba/serverrackhow_h2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
}
#goods_plus #serverrack_how h3 {
	height: auto;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/itembg_grgr.jpg);
	color: #FF3300;
	font-weight: bold;
	margin: 15px 0px 5px 0px;
	padding: 5px 5px 5px 10px;
	line-height: 150%;
}

div#goods_plus ul.serverrack_link {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
div#goods_plus ul.serverrack_link li {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/itembg_blue.jpg);
	background-position: -10px -30px;
	margin: 5px;
	padding: 5px 0px 3px 0px;
	float: left;
	width: 178px;
	border: 1px ridge #333399;
	text-align: center;
	background-color: #D6DEF4;
}
div#goods_plus ul.serverrack_link li A:link {
	font-weight: bold;
	text-decoration: none;
	color: #003366;
}
div#goods_plus ul.serverrack_link li A:active {
	font-weight: bold;
	text-decoration: none;
	color: #003366;
}
div#goods_plus ul.serverrack_link li A:visited {
	font-weight: bold;
	text-decoration: none;
	color: #003366;
}
div#goods_plus ul.serverrack_link li A:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #003366;
}

/* type00_all */

#goods_plus #type00_table {
	margin: 5px 0px 10px 0px;
}
#goods_plus #type00_table table {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
#goods_plus #type00_table table th.title {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336699;
}
#goods_plus #type00_table table th {
	min-width: 140px;
	font-weight: normal;
	color: #333333;
	background-color: #EDEDED;
	text-align: left;
	padding: 3px 5px 3px 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#goods_plus #type00_table table td {
	min-width: 300px;
	padding: 3px 5px 3px 5px;
	border-bottom: 1px solid #999999;
}

#goods_plus #type00_aceicon {
}
#goods_plus #type00_aceicon ul {
	margin: 5px 0px 0px 0px;
}
#goods_plus #type00_aceicon ul li {
	float: left;
	width: 115px;
	height: 32px;
	text-indent: -9999px;
	margin: 0px 5px 10px 0px;
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#goods_plus #type00_aceicon ul li.aceicon_btob {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/aceicon_btob.gif);
}
#goods_plus #type00_aceicon ul li.aceicon_assemble {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/aceicon_assemble.gif);
}
#goods_plus #type00_aceicon ul li.aceicon_carpnter {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/aceicon_carpnter.gif);
}
#goods_plus #type00_aceicon ul li.aceicon_excharge {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/aceicon_excharge.gif);
}
#goods_plus #type00_aceicon ul li.aceicon_exorder {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/aceicon_exorder.gif);
}
#goods_plus #type00_aceicon ul li.aceicon_finished {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/aceicon_finished.gif);
}
#goods_plus #type00_aceicon ul li.aceicon_hmsetup {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/aceicon_hmsetup.gif);
}
#goods_plus #type00_aceicon ul li.aceicon_mkdirect {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/aceicon_mkdirect.gif);
}
#goods_plus #type00_aceicon ul li.aceicon_notcod {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/aceicon_notcod.gif);
}

#goods_plus #type00_photo {
}
#goods_plus #type00_photo img.photo01 {
	margin: 5px 0px 10px 0px;
}
#goods_plus #type00_photo img.photo02 {
	margin: 0px 6px 10px 0px;
}
#goods_plus #type00_photo img.photo03 {
	margin: 0px 0px 10px 0px;
}

#goods_plus #html_area1 {
	margin: 5px 0px 10px 0px;
}
#goods_plus #html_area2 {
	margin: 5px 0px 10px 0px;
}
#goods_plus #html_area3 {
	margin: 5px 0px 10px 0px;
}

/* type01_blue_orange */

#goods_plus #type01_blue_orange {
	width: 600px;
}
#goods_plus #type01_blue_orange h3 {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/type01_h2bg.jpg);
	background-repeat: repeat;
	padding: 10px;
	margin: 5px 0px 10px 0px;
	border-top: 2px solid #3366cc;
	border-bottom: 2px solid #3366cc;
	color: #FFFFFF;
	font-size: medium;
}
#goods_plus #type01_blue_orange .subtitle {
	margin: 5px 0px 10px 0px;
	color: #333333;
	text-align: right;
	font-size: small;
	font-weight: bold;
}
#goods_plus #type01_blue_orange .catch_copy {
	margin: 5px 0px 5px 0px;
	color: #FF6600;
	font-size: small;
	font-weight: bold;
}
#goods_plus #type01_blue_orange #text_area1 p {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/type01_orange_bg.gif);
	padding: 10px;
	margin: 5px 0px 10px 0px;
	color: #FF6600;
	font-size: small;
	line-height: 150%;
	border: 2px solid #ffaf5f;
	color: #003399;
}
#goods_plus #type01_blue_orange #text_area2 p {
	padding: 10px;
	margin: 5px 0px 10px 0px;
	color: #FF6600;
	font-size: small;
	line-height: 150%;
	background-color: #D4DEED;
	border: 2px solid #3366cc;
	color: #333333;
}
#goods_plus #type01_blue_orange #text_area3 p {
	height: auto;
	padding: 10px;
	margin: 5px 0px 10px 0px;
	color: #003366;
	font-size: small;
	line-height: 150%;
	background-color: #EDEDED;
	border: 1px solid #999999;
}
#goods_plus #type01_blue_orange #point {
	margin: 5px 10px 10px 10px;
}
#goods_plus #type01_blue_orange #point ul {
}
#goods_plus #type01_blue_orange #point li {
	width: auto;
	height: auto;
	margin: 0px 0px 5px 0px;
	padding: 7px 5px 5px 55px;
	line-height: 130%;
	list-style: none;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/type01_point.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}


/* type02_orange_blue */

#goods_plus #type02_orange_blue {
	width: 600px;
}
#goods_plus #type02_orange_blue h3 {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/type02_h2bg.jpg);
	background-repeat: repeat;
	padding: 10px;
	margin: 5px 0px 10px 0px;
	border-top: 2px solid #ff6600;
	border-bottom: 2px solid #ff6600;
	color: #3366cc;
	font-size: medium;
}
#goods_plus #type02_orange_blue .subtitle {
	margin: 5px 0px 10px 0px;
	color: #333333;
	text-align: right;
	font-size: small;
	font-weight: bold;
}
#goods_plus #type02_orange_blue .catch_copy {
	margin: 5px 0px 5px 0px;
	color: #3366cc;
	font-size: small;
	font-weight: bold;
}
#goods_plus #type02_orange_blue #text_area1 p {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/type02_blue_bg.gif);
	padding: 10px;
	margin: 5px 0px 10px 0px;
	color: #FFFFFF;
	font-size: small;
	line-height: 150%;
	border: 2px solid #3366cc;
}
#goods_plus #type02_orange_blue #text_area2 p {
	padding: 10px;
	margin: 5px 0px 10px 0px;
	color: #FF6600;
	font-size: small;
	line-height: 150%;
	background-color: #ffcc99;
	border: 2px solid #FF6600;
	color: #333333;
}
#goods_plus #type02_orange_blue #text_area3 p {
	height: auto;
	padding: 10px;
	margin: 5px 0px 10px 0px;
	color: #003366;
	font-size: small;
	line-height: 150%;
	background-color: #EDEDED;
	border: 1px solid #999999;
}
#goods_plus #type02_orange_blue #point {
	margin: 5px 10px 10px 10px;
}
#goods_plus #type02_orange_blue #point ul {
}
#goods_plus #type02_orange_blue #point li {
	width: auto;
	height: auto;
	margin: 0px 0px 5px 0px;
	padding: 7px 5px 5px 55px;
	line-height: 130%;
	list-style: none;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/type02_point.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}


/* type03_darkgreen_orange */

#goods_plus #type03_darkgreen_orange {
	width: 600px;
}
#goods_plus #type03_darkgreen_orange h3 {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/type03_h2bg.jpg);
	background-repeat: repeat;
	padding: 10px;
	margin: 5px 0px 10px 0px;
	border-top: 2px solid #006633;
	border-bottom: 2px solid #006633;
	color: #FFFFFF;
	font-size: medium;
}
#goods_plus #type03_darkgreen_orange .subtitle {
	margin: 5px 0px 10px 0px;
	color: #333333;
	text-align: right;
	font-size: small;
	font-weight: bold;
}
#goods_plus #type03_darkgreen_orange .catch_copy {
	margin: 5px 0px 5px 0px;
	color: #FF6600;
	font-size: small;
	font-weight: bold;
}
#goods_plus #type03_darkgreen_orange #text_area1 p {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/type03_orange_bg.gif);
	padding: 10px;
	margin: 5px 0px 10px 0px;
	color: #FF6600;
	font-size: small;
	line-height: 150%;
	border: 2px solid #ffaf5f;
	color: #003399;
}
#goods_plus #type03_darkgreen_orange #text_area2 p {
	padding: 10px;
	margin: 5px 0px 10px 0px;
	color: #FF6600;
	font-size: small;
	line-height: 150%;
	background-color: #b9dabf;
	border: 2px solid #006633;
	color: #000066;
}
#goods_plus #type03_darkgreen_orange #text_area3 p {
	height: auto;
	padding: 10px;
	margin: 5px 0px 10px 0px;
	color: #cc3300;
	font-size: small;
	line-height: 150%;
	background-color: #EDEDED;
	border: 1px solid #999999;
}
#goods_plus #type03_darkgreen_orange #point {
	margin: 5px 10px 10px 10px;
}
#goods_plus #type03_darkgreen_orange #point ul {
}
#goods_plus #type03_darkgreen_orange #point li {
	width: auto;
	height: auto;
	margin: 0px 0px 5px 0px;
	padding: 7px 5px 5px 55px;
	line-height: 130%;
	list-style: none;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/type03_point.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}


/* type04_orange_darkgreen */

#goods_plus #type04_orange_darkgreen {
	width: 600px;
}
#goods_plus #type04_orange_darkgreen h3 {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/type04_h2bg.jpg);
	background-repeat: repeat;
	padding: 10px;
	margin: 5px 0px 10px 0px;
	border-top: 2px solid #ff6600;
	border-bottom: 2px solid #ff6600;
	color: #006633;
	font-size: medium;
}
#goods_plus #type04_orange_darkgreen .subtitle {
	margin: 5px 0px 10px 0px;
	color: #333333;
	text-align: right;
	font-size: small;
	font-weight: bold;
}
#goods_plus #type04_orange_darkgreen .catch_copy {
	margin: 5px 0px 5px 0px;
	color: #006633;
	font-size: small;
	font-weight: bold;
}
#goods_plus #type04_orange_darkgreen #text_area1 p {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/type04_green_bg.gif);
	padding: 10px;
	margin: 5px 0px 10px 0px;
	color: #000000;
	font-size: small;
	line-height: 150%;
	border: 2px solid #006633;
}
#goods_plus #type04_orange_darkgreen #text_area2 p {
	padding: 10px;
	margin: 5px 0px 10px 0px;
	color: #FF6600;
	font-size: small;
	line-height: 150%;
	background-color: #ffcfaf;
	border: 2px solid #FF6600;
	color: #333333;
}
#goods_plus #type04_orange_darkgreen #text_area3 p {
	height: auto;
	padding: 10px;
	margin: 5px 0px 10px 0px;
	color: #006633;
	font-size: small;
	line-height: 150%;
	background-color: #EDEDED;
	border: 1px solid #999999;
}
#goods_plus #type04_orange_darkgreen #point {
	margin: 5px 10px 10px 10px;
}
#goods_plus #type04_orange_darkgreen #point ul {
}
#goods_plus #type04_orange_darkgreen #point li {
	width: auto;
	height: auto;
	margin: 0px 0px 5px 0px;
	padding: 7px 5px 5px 55px;
	line-height: 130%;
	list-style: none;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/type04_point.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#tvkanagu_guide_keyword {
	color: #FFFFFF;
	margin: 10px;
}

/* デザインオプション（digias追加） */

div#aol_freepage {
	margin: 0px 0px 0px 20px;
}
#goods_plus ul, ol, dl, dd {
	margin: 0;
	padding: 0;
}
#goods_plus blockquote, li, dt, dd {
	margin-left: 0em;
}

#listGoGo {
	font-size: 12pt;
	color: #333333;
}
#listGoGo table {
	width: 100%;
	margin: 2px;
}
#listGoGo table tr td {
	font-size: 80%;
	border: 1px solid #999999;
	padding: 3px;
}
#listGoGo table tr th {
	font-size: 80%;
	border: 1px solid #999999;
	padding: 3px;
	font-weight: normal;
}
#goods_plus ul, ol, dl, dd {
	margin: 0;
	padding: 0;
}
#goods_plus blockquote, li, dt, dd {
	margin-left: 0em;
}
#bulb-list {
	margin-top: 10px;
}
#bulb-list ul {
	margin: 0px 0px 0px 20px;
}
#bulb-list li {
	list-style: none;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/icon_lightbulb.gif);
	background-repeat: no-repeat;
	background-position: -3px 3px;
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 15px;
	line-height: 130%;
}
#star-list {
	margin-top: 10px;
}
#star-list ul {
	margin: 0px 0px 0px 20px;
}
#star-list li {
	list-style: none;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/icon_star.gif);
	background-repeat: no-repeat;
	background-position: -3px 3px;
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 15px;
	line-height: 130%;
}
#text-box1 {
	height: auto;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/itembg_orang_bdr.gif);
	background-repeat: repeat;
	border: 3px solid #ffaf5f;
	/*font-weight: bold;*/
	color: #003399;
}
#text-box2 {
	height: auto;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/itembg_leaf.gif);
	background-repeat: repeat;
	border: 3px dotted #006666;
	/*font-weight: bold;*/
	color: #003399;
}
#text-box3 {
	height: auto;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/itembg_bkbl.gif);
	background-repeat: repeat;
	border: 3px solid #000000;
	/*font-weight: bold;*/
	color: #ffffff;
}
#text-box4 {
	height: auto;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 15px;
	line-height: 150%;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/itembg_silver.gif);
	background-repeat: repeat;
	/*border: 3px solid #000000;*/
	/*font-weight: bold;*/
	color: #003399;
}
#text-box5 {
	height: auto;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/itembg_brown_bdr.gif);
	background-repeat: repeat;
	border: 3px solid #993300;
	/*font-weight: bold;*/
	color: #003333;
}
#text-box6 {
	height: auto;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/itembg_wood.jpg);
	background-repeat: repeat;
	border: 3px solid #FFCC99;
	/*font-weight: bold;*/
	color: #990000;
}
#text-box7 {
	height: auto;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	border: 1px solid #999999;
}

/**/

#text-box8 {
	height: auto;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/itembg_orange.gif);
	background-repeat: repeat;
	border: 2px solid #ffaf5f;
	/*font-weight: bold;*/
	color: #003399;
}
#text-box9 {
	height: auto;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/itembg_blue.jpg);
	background-repeat: repeat;
	border: 1px solid #003366;
	/*font-weight: bold;*/
	color: #000000;
}
#text-box10 {
	height: auto;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/itembg_grgr.jpg);
	/*font-weight: bold;*/
	color: #FF3300;
}

/**/

#text-notice1 {
	font-weight: bold;
	color: #FF3300;
	/*padding: 0px 0px 0px 5px;:*/
}

/**/

div#bt_area {
	width: 600px;
	height: auto;
}
#bt_area ul.bt_blue01 {
	width:600;
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
#bt_area ul.bt_blue01 li {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/bt_blue01.jpg);
	margin: 5px;
	padding: 5px 5px 3px 5px;
	float: left;
	width: 175px;
	border: 1px ridge #333399;
	text-align: center;
	background-color: #D6DEF4;
	color: #DDDDDD;
}
#bt_area ul.bt_blue01 li A:link {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#bt_area ul.bt_blue01 li A:active {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#bt_area ul.bt_blue01 li A:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#bt_area ul.bt_blue01 li A:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

#bt_area ul.bt_green01 {
width:600;
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
#bt_area ul.bt_green01 li {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/bt_green01.jpg);
	margin: 5px;
	padding: 5px 5px 3px 5px;
	float: left;
	width: 175px;
	border: 1px ridge #333399;
	text-align: center;
	background-color: #D6DEF4;
	color: #333333;
}
#bt_area ul.bt_green01 li A:link {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#bt_area ul.bt_green01 li A:active {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#bt_area ul.bt_green01 li A:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#bt_area ul.bt_green01 li A:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}


#bt_area ul.bt_orange01 {
width:600;
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
#bt_area ul.bt_orange01 li {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/bt_orange01.jpg);
	margin: 5px;
	padding: 5px 5px 3px 5px;
	float: left;
	width: 175px;
	border: 1px ridge #333399;
	text-align: center;
	background-color: #D6DEF4;
	color: #333333;
}
#bt_area ul.bt_orange01 li A:link {
	font-weight: bold;
	text-decoration: none;
	color: #0066CC;
}
#bt_area ul.bt_orange01 li A:active {
	font-weight: bold;
	text-decoration: none;
	color: #0066CC;
}
#bt_area ul.bt_orange01 li A:visited {
	font-weight: bold;
	text-decoration: none;
	color: #0066CC;
}
#bt_area ul.bt_orange01 li A:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #0066CC;
}

#bt_area ul.bt_blue02 {
width:600;
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
#bt_area ul.bt_blue02 li {
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/item-ex/bt_blue02.jpg);
	margin: 5px;
	padding: 5px 5px 3px 5px;
	float: left;
	width: 175px;
	border: 1px ridge #333399;
	text-align: center;
	background-color: #D6DEF4;
	color: #DDDDDD;
}
#bt_area ul.bt_blue02 li A:link {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#bt_area ul.bt_blue02 li A:active {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#bt_area ul.bt_blue02 li A:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#bt_area ul.bt_blue02 li A:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

/* カレンダー用（digias追加） */
#ace_cal {
	width: 155px;
	background-color: #FFFFFF;
	margin: 5px 0px 5px 5px;
	text-align: center;
}

#ace_cal img {
	margin-bottom: 5px;
}
#ace_cal #cal_month {
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin: 5px 5px 2px 5px;
	padding: 2px;
	width: 140px;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/SIDE/cal_month.gif);
	background-repeat: repeat;
}
#ace_cal #cal_open {
	font-size: 9pt;
	color: #666666;
}
#ace_cal #cal_open td {
	font-size: 80%;
	line-height: 120%;
	color: #666666;
	text-align: center;
	padding: 2px;
	border: 1px solid #3399CC;
}
#ace_cal #cal_open td #close {
	color: #FFFFFF;
	background-image: url(https://www.ace-of-parts.com/data/ace-of-parts/image/SIDE/cal_close.gif);
	background-repeat: repeat;
}


/*商品ページ*/


#item_area{
	margin:0 0 20px 0;
	padding:0;
	width:700px;
	text-align:center;
}

#item_area h1{
	text-align:left;
	color:#FFF;
	line-height:120%;
	height:80px;
	padding:10px 5px 0 5px;
	font-size:30px;
	background: #1328c3;
	background: -moz-linear-gradient(top, #1328c3, #000f6f); 
	background: -ms-linear-gradient(top, #1328c3, #000f6f); 
	background: -webkit-gradient(linear, left top, left bottom, from(#1328c3), to(#000f6f));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1328c3', endColorstr='#000f6f',GradientType=0 ); 
}


.moj10r{
	font-size:10px;
	float:right;

}


.moj20{
	font-size:20px;
}

.moj22{
	font-size:22px;
}

.moj24{
	font-size:24px;
}
.moj28{
	font-size:24px;
}


.moj10{
	font-size:10px;
}


	
#item_area h2{
	text-align:left;
	background: url(https://www.ace-of-parts.com/data/ace-of-parts/product/itempage/img/title01.png) no-repeat;
	width:700px;
	height:52px;
	color:#0033cc;
	line-height:100%;
	font-size:30px;
	text-indent:50px;
	margin:10px 0;
	padding:10px 0;
	

}


.moj10r{
	font-size:10px;
	float:right;

}


.moj20{
	font-size:20px;
}

.moj22{
	font-size:22px;
}

.moj24{
	font-size:24px;
}
.moj28{
	font-size:24px;
}


.moj10{
	font-size:10px;
}


#item_area{
	margin:0 0 20px 0;
	padding:0;
	width:700px;
	text-align:center;
}


#item_area h1{
	text-align:left;
	color:#FFF;

	line-height:120%;
	height:80px;
	padding:10px 5px 0 5px;
	font-size:30px;
	background: #1328c3;
	background: -moz-linear-gradient(top, #1328c3, #000f6f); 
	background: -ms-linear-gradient(top, #1328c3, #000f6f); 
	background: -webkit-gradient(linear, left top, left bottom, from(#1328c3), to(#000f6f));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1328c3', endColorstr='#000f6f',GradientType=0 ); 
}





	
#item_area h2{
	text-align:left;
	background: url(https://www.ace-of-parts.com/data/ace-of-parts/product/itempage/img/title01.png) no-repeat;
	width:700px;
	height:52px;
	color:#0033cc;
	line-height:100%;
	font-size:30px;
	text-indent:50px;
	margin:10px 0;
	padding:10px 0;
	

}

h6{
    margin: 0 0 1.5em;
	width:700px;
    padding: 0.8em;
    border-top: 3px double #CCCCCC;
    border-bottom: 3px double #CCCCCC;
	font-size:20px;
	text-align: left;
	line-height:30px;
}


.title_area01{
	width:670px;
	text-align:left;
	background-color:#333;
	margin:10px;
	padding:5px;
	}
	
	

.title_area01 h3{
	height:100%;
   background:url(https://www.ace-of-parts.com/data/ace-of-parts/product/itempage/img/icon01.gif) no-repeat;
   text-indent:17px;
   font-size:16px; 
   margin:0px;
   line-height:120%;
    color:#FFFFFF;
}

.title_area02{
	width:670px;
	text-align:left;
	background-color:#333;
	margin:10px 10px 20px 10px;
	padding:5px;

	}
	
	

.title_area02 h3{

	height:100%;
   background:url(https://www.ace-of-parts.com/data/ace-of-parts/product/itempage/img/icon01.gif) no-repeat;
   text-indent:17px;
   font-size:16px; 
   margin:0px;
   line-height:120%;
   color:#FFFFFF;
}

.item_area02{
width:680px;
margin:10px;

}	

.item_area02 p{
	text-align:left;
	line-height:120%;
	padding:0;
	margin:0;
	font-size:14px;
}

.red{
	color:#cc0000;

}

.red_b{
	color:#cc0000;
	font-size:16px;
	font-weight:bold; 
	line-height:120%;
}

.orange{
	color:#ff6600;


}

b{
	font-size:16px;
	font-weight:bold; 
	}

.item_area02 table{
	width:680px;
	border: solid 1px #cccccc;

	border-collapse: collapse;
}

.item_area02 th{
	background-color:#0035c1;
	color:#FFF;
	text-align:center;
	border: solid 1px #cccccc;

}

.item_area-hg td{
	text-align:left;
	border: solid 1px #cccccc;
}

.item_area-hg table{
	width:680px;
	border: solid 1px #cccccc;

	border-collapse: collapse;
}

.item_area-hg th{
	background-color:#5D4C45;
	color:#FFF;
	text-align:center;
	border: solid 1px #cccccc;

}

.item_area-hg td{
	text-align:left;
	border: solid 1px #cccccc;
}


#item_area03{
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	width:700px;
	text-align:center;
	background-color:#fff7f2;
}


#item_area03 h2{
	 background:url(https://www.ace-of-parts.com/data/ace-of-parts/product/itempage/img/title03.png) no-repeat;
	 width:700px;
	 height:52px;
	 text-align:left;
	 line-height:100%;
	 color:#FFF;
	 font-size:30px;
	 text-indent:50px;
	 margin:0 0 10px 0;
	 padding:10px 0 0 0;	 

}

#item_area03 h3{
	background:url(https://www.ace-of-parts.com/data/ace-of-parts/product/itempage/img/check01.gif) no-repeat;
	text-indent:35px;
	font-size:20px;
	margin:0px;
	line-height:110%;
	color:#444444;
	text-align:left;
	margin-left:10px;
	padding:0;
}

#item_area03 p{
	text-align:left;
	margin:5px 50px;
	color:#444444;
	padding:0;

}


#item_area03 hr{
	width:680px;
	border: dotted 1px #ff6600;
	margin:0 10px 20px 10px;
	padding:0;
	
}

#item_area04{
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	width:700px;
	text-align:center;
	background-color:#fff7f2;
}


#item_area04 h2{
	 background:url(https://www.ace-of-parts.com/data/ace-of-parts/product/itempage/img/title03.png) no-repeat;
	 width:700px;
	 height:52px;
	 text-align:left;
	 line-height:100%;
	 color:#FFF;
	 font-size:30px;
	 text-indent:50px;
	 margin:0 0 10px 0;
	 padding:10px 0 0 0;	 

}

#item_area04 h3{
	background:url(https://www.ace-of-parts.com/data/ace-of-parts/product/itempage/img/icon02.gif) no-repeat;
	text-indent:25px;
	font-size:20px;
	margin:0px;
	line-height:110%;
	color:#444444;
	text-align:left;
	margin-left:10px;
	padding:0;
}

#item_area04 p{
	text-align:left;
	margin:5px 10px;
	color:#444444;
	padding:0;

}


#item_area04 hr{
	width:680px;
	border: dotted 1px #ff6600;
	margin:0 10px 20px 10px;
	padding:0;
	
}

.text01{
	margin:-10px 10px 20px 10px;
	padding:0;
	width:680px;
	text-align:left;
	line-height:150%;
	font-size:14px;
	color:#444444;

}

#step_area{
	margin:0 0 20px 0;
	padding:0;
	width:700px;
	text-align:center;
}

#step_area .step_box01 {
	float: left;
	background:url(https://www.ace-of-parts.com/data/ace-of-parts/product/itempage/img/step01_back.png) no-repeat;
	width:326px;
	height:372px;
}

#step_area .step_box02 {
	float: left;
	width:48px;
	text-align:center;
}

#step_area .step_box03 {
	float: left;
	background:url(https://www.ace-of-parts.com/data/ace-of-parts/product/itempage/img/step02_back.png) no-repeat;
	width:326px;
	height:372px;
}

#step_area .step_box04 {
	float: left;
	background:url(https://www.ace-of-parts.com/data/ace-of-parts/product/itempage/img/step03_back.png) no-repeat;
	width:326px;
	height:372px;
}

#step_area .step_box05 {
	float: left;
	background:url(https://www.ace-of-parts.com/data/ace-of-parts/product/itempage/img/step04_back.png) no-repeat;

	width:326px;
	height:372px;
}


#step_area .step {
	overflow: hidden;
}

.step h3 {
	padding:65px 0 0 0;
	text-align:center;
	color:#000066;
	font-size:18px;
	font-weight:bold; 
	
}

#step_area .step_img{
	padding:0;
	margin:10px 0;
	text-align:center;
	vertical-align:text-bottom;
	
}



#step_area p{
	padding:0 10px 0 10px;
	margin:0;
	text-align:left;
	line-height:110%;
	color:#333333;
	font-size:12px;
	
}



/* clearfix */
#step_area .step:before,
#step_area .step:after {
    content: "";
    display: table;
}
 
.step:after {
    clear: both;
}


/*PM-ACE系 step_area*/

#step_area02{
	margin:0 0 10px 0;
	padding:0;
	width:700px;
	text-align:center;
}

.step01 h3{
	background:url(https://www.ace-of-parts.com/data/ace-of-parts/product/itempage/img/step01_b.png) no-repeat;
	height:65px;
	font-size:18px;
	margin:0px;
	line-height:150%;
	color:#000066;
	text-align:left;
	margin:0;
	padding:0 0 0 120px;
}

.step02 h3{
	background:url(https://www.ace-of-parts.com/data/ace-of-parts/product/itempage/img/step02_b.png) no-repeat;
	height:65px;
	font-size:18px;
	margin:0px;
	line-height:150%;
	color:#000066;
	text-align:left;
	margin:0;
	padding:0 0 0 120px;
}

.step03 h3{
	background:url(https://www.ace-of-parts.com/data/ace-of-parts/product/itempage/img/step03_b.png) no-repeat;
	height:65px;
	font-size:18px;
	margin:0px;
	line-height:250%;
	color:#000066;
	text-align:left;
	margin:0;
	padding:0 0 0 120px;
}

.step04 h3{
	background:url(https://www.ace-of-parts.com/data/ace-of-parts/product/itempage/img/step04_b.png) no-repeat;
	height:65px;
	font-size:18px;
	margin:0px;
	line-height:250%;
	color:#000066;
	text-align:left;
	margin:0;
	padding:0 0 0 120px;
}








#ace_area{
	margin:0 0 10px 0;
	padding:0;
	width:700px;
	text-align:center;
}


#ace_area hr{
	width:680px;
	border: dotted 1px #333333;
	margin:0 10px 0 10px;
	padding:0;
	
}


#ace_area .ace_box01 {
	float: left;
	margin:0 10px;

}

#ace_area .ace_box02 {
	float: left;
	text-align:left;
	margin:0  0 10px 0;
	width:450px;
}

#ace_area .ace_box03 {
	float: left;
	margin:50px 0;
}


#ace_area .ace {
	overflow: hidden;
	height: 154px;
	margin:10px 0;
}

#ace_area h2 {
	text-align:center;
	background: url(https://www.ace-of-parts.com/data/ace-of-parts/product/itempage/img/title04.png) no-repeat;
	width:700px;
	height:113px;
	color:#fff;
	line-height:140%;
	font-size:28px;
	margin:0 0 -10px 0;
	padding:10px 0 0 0;
	text-indent:0px;

	
}


.ace h4 {
	margin:0;
	padding:0;
	text-align:left;
	background:url(https://www.ace-of-parts.com/data/ace-of-parts/product/itempage/img/check02.gif)  no-repeat ;
	text-indent:20px;
	height:14px;	
	color:#0099ff;
	font-size:20px;
	font-weight:bold; 
	line-height:100%;
	
}


#ace_area p{
	margin:0;
	padding:10px 0 10px 20px;
	text-align:left;
	line-height:100%;
	color:#333333;
	font-size:12px;
	
}


/* clearfix */
#ace_area .ace:before,
#ace_area .ace:after {
    content: "";
    display: table;
}
 
.ace:after {
    clear: both;
}

/*注意 */
.attention{
	margin:20px 0;
	padding:10px;
	border:4px solid #ff0000;
	text-align:center;
	height:210px;
	
	}

.attention02{
	margin:20px 0;
	padding:10px;
	border:4px solid #ff0000;
	text-align:center;
	
	}
.righimg{
	float: right;
	margin-left:10px;
	margin-right:0;
	margin-bottom:10px;
}

.txt01{
	padding:10px;
	text-align:left;
	font-size: 18px;
	line-height: 180%;
	}
	
.txt02{
	padding:10px;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	line-height: 180%;
	}

pr05p {
 margin: 40px 0px 0px 0px; 
}

img.pr05p1 {
 float: left; margin: 0px 10px 0px 0px; 
}

img.pr05p2 {
 float: right; margin: 0px 0px 0px 10px; 
}

img.pr05p3 {
 float: left; margin: 0px 10px 0px 0px;
}

.c-both {
 clear: both;
}

.pr05p1text {
 font-family: "ＭＳ Ｐゴシック"; font-size: 23px; color: #000A7F; text-align:left
}

.pr05p2text { 
 font-family: "ＭＳ Ｐゴシック"; font-size: 15px; color: #000000; text-align:left
}


.item_box_s h3{
	text-align:left;
	background: url(https://www.ace-of-parts.com/data/ace-of-parts/product/itempage/img/title02s.png) no-repeat;
	width:334px;
	height:40px;
	color:#0099ff;
	font-size:28px;
	margin:0;
	line-height:110%;
	padding:5px 0 0 10px;
	}

.item_box_s{
	width:340px;
	padding:0;
	float: left;
	text-align:left;
	}

.item_box_b h3{
	text-align:left;
	background: url(https://www.ace-of-parts.com/data/ace-of-parts/product/itempage/img/title02big.png) no-repeat;
	width:700px;
	height:40px;
	color:#0099ff;
	font-size:28px;
	margin:0;
	line-height:110%;
	padding:5px 0 0 20px;
	}
	
	
	.item_box_b p{
	width:680px;
	text-align:left;
	margin:10px;
	line-height:150%;
	padding:0;
	font-size:14px;
	margin:10px 20px;
	}	

.item_box1{
	width:340px;
	padding:0;
	float: left;
	text-align:left;
	}

.item_box2{
	width:340px;
	padding:0;
	float: left;
	text-align:left;
	}
	
.item_box h3{
	text-align:left;
	background: url(https://www.ace-of-parts.com/data/ace-of-parts/product/itempage/img/title02.png) no-repeat;
	width:334px;
	height:81px;
	color:#0099ff;
	font-size:28px;
	margin:0;
	line-height:110%;
	padding:5px 0 0 10px;
	}
	
/*商品ページ*/
#item_area > .item_box{
	width:680px;
	height:320px;
	padding:0;
	margin:10px;
	}

#item_area > .item_box p{
	text-align:left;
	margin:10px;
	line-height:150%;
	padding:0;
	font-size:14px;
	}

#maincol3 .item_data .add_cart .global_btn .btn_size_large {
    width: 130px;
    height: 35px;
}

/* 回り込み回避用スタイル */
.clear-both {
	clear: both;
	height: 1px;
	font-size: 1px;
	text-align: center;
	overflow: hidden;
	visibility: hidden;
}

/* 適合　楽天から引用 */

#tv-kanagu-list-top {
	width: 700px; /*全体の横幅が変更になった場合はココで調整*/
	padding: 0 0 0 0;
	margin: 0;
	font-size: 11px;
}

#tv-kanagu-list-top h3 {
	float: left;
	width: 94px;
	height: 28px;
	padding: 0;
	margin: 0;
	background: url(../imgs/search_tvk_h3.jpg) no-repeat;
	text-indent: -99999px;
}
#tv-kanagu-list-top .plus_txt {
	clear: both;
	width: 698px; /*全体の横幅が変更になった場合はココで調整*/
	height: auto;
	padding: 5px 0 5px 0;
	margin: 0;
	border: 1px solid #FF6600;
	/*border-right: 1px solid #FF6600;*/
	/*border-bottom: 1px solid #FF6600;*/
	/*border-left: 1px solid #FF6600;*/
	/*background: #EFEFEF;*/
}
#tv-kanagu-list-top .plus_txt p {
	margin: 0 0 0 10px;
	color: #666666;
	line-height: 120%;
	font-size:14px;
}
#tv-kanagu-list-top .plus_txt a.qa {
	float: right;
	display: block;
	width: 120px;
	height: 24px;

	margin: -2px 4px 0 2px;
	background: url(../imgs/search_tvk_q.gif) no-repeat;
	text-indent: -99999px;
}

#tv-kanagu-list-top #search_tvk_form {
	clear: both;
	width: 698px; /*全体の横幅が変更になった場合はココで調整*/
	height: 40px;
	padding: 0;
	margin: 0 0 10px 0;
	border-right: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	border-left: 1px solid #FF6600;
	background: #EFEFEF;
}



#tv-kanagu-list-top #search_tvk_form form {
	width: 698px; /*全体の横幅が変更になった場合はココで調整*/
	padding: 0;
	margin: 0;
}

#tv-kanagu-list-top #search_tvk_form select {
	margin: 10px 0 10px 10px;
	float: left;
}

#tv-kanagu-list-top select {
	height: 24px;
}
#tv-kanagu-list-top select#tv_maker{
	width: 125px;
	background-color: #fcc;
}
#tv-kanagu-list-top select#tv_size{
	width: 125px;
	background-color: #ffc;
}
#tv-kanagu-list-top select#tv_productid{
	width: 125px;
	background-color: #ffc;
}
#tv-kanagu-list-top select#tv_setuptype{
	width: 125px;
	background-color: #ffc;
}
#tv-kanagu-list-top select#tv_seriestype{
	width: 125px;
	background-color: #ffc;
}
#tv-kanagu-list-top div#search_bt{
	float: left;
	margin: 10px 0 0 10px;
}

#tv-kanagu-list-top div#result_area {
	clear: both;
	padding: 0;
	margin: 0;
}
#tv-kanagu-list-top div#result_area img.list_title {
	float: left;
	padding: 0;
	margin: 0 370px 0 0;
}
#tv-kanagu-list-top div#result_area img.click_oc {
	float: left;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
#tv-kanagu-list-top div#result_list {
	clear: both;
	width: 700px;
	padding: 0 0 10px 0;
	margin: 0;
	font-size:14px;
}

#tv-kanagu-list-top div#result_list table {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 1px solid #FF6600;
}
#tv-kanagu-list-top div#result_list table tr {
	background-color: #efefef;
}
#tv-kanagu-list-top div#result_list table tr.list_odd {
	background-color: #ffead4;
}
#tv-kanagu-list-top div#result_list table tr td {
	padding: 5px;
	font-size: 90%;
}
#tv-kanagu-list-top div#result_list table tr td.kanagunm {
	padding: 5px;
}
#tv-kanagu-list-top div#result_list table tr td.kanaguid {
	padding: 5px;
	width:18%;
}
/*====================
safetest
===================*/
#safetest {
 width: 700px;
 padding: 0px 10px 0px 10px;
 font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
 font-size: 13px;
 font-style: normal; 
 line-height: 1.4em;
 }
#safetest .imgbox {
 width: 325px;
 float: left;
 margin: 0px 10px 20px 0px;
 }
#safetest .textbox {
 padding: 30px 5px 0px 5px;
 }
#safetest ul {
 float: left;
 padding: 10px 5px 0px 5px;
 list-style-type: none;
 }
#safetest li {
 padding: 0px 0px 10px 0px;
 }
#safetest .youtubebox {
 margin: 50px 0px 50px 0px;
 text-align: center;
 }
#safetest h1{
 border-bottom: 1px solid red;
 font-size: 15px; 
 }
#safetest h2{
 text-align: center;
 color: white;
 background-color: #ff4500;
 padding: 5px 0px 5px 0px;
 margin: 10px 0px 20px 0px;
 }
#safetest .title{
 background-color: #2f4f4f;
 color: white;
 text-align: center;
 padding: 5px 0px 5px 0px;
 margin: 0px 50px 0px 50px;
 width: 600px;
 }
#safetest .bold {
 font-weight: bold; 
 }
#safetest .clear {
 clear: both;
 }
/*====================
bloglink
===================*/
.buttond {
	text-align:center;
	width:100%;
	margin:20px 0;
}
/*====================
dropmenu
===================*/
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 700px;
  height:150px;
  padding:0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 233px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a{
  display: block;
  margin: 0;
  background:  #EF810F;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  text-align:left;
    padding: 10px 10px;
	margin:0 2px;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;

  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{

  width: 100%;
}
.dropmenu li ul li a{
    padding: 10px 10px;
  border-top: 1px solid #EF810F;
  background:  #F89D46;

  text-align: left;
}
.dropmenu li:hover > a{
  background: #EF810F;
}
.dropmenu li a:hover{
  background: #F7DCC3;
}


/* ////////////////////////////////////////////
 *                 youtube対応
 * //////////////////////////////////////////// */
 
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
/* ////////////////////////////////////////////
 *                 旧デザイン　壁掛け基本追加分2018-4-12
 * //////////////////////////////////////////// */
 .kiho-main {
	padding: 5px;
	width: 700px;
	height: 100%;
	overflow:auto;
	text-align:center;
}
.main:after {
  content: '';
  display: table;
  clear: both;
}
.kihon-title
{
	font-size:20px;
	color:#F00;
	font-weight:700;
	margin:30px 0px;
}
.com01
{
	width:250px;
	float:left;
	padding:10px;
}
.com01 p
{
	margin-top:10px;
}
.com01 img
{
	text-align:center;
	
}
.com02
{

	width:250px;
	float:right;
	padding:10px;
}
.com02 p
{
	margin-top:10px;
}
.com03
{
	width:100%;
	padding:10px 0;
}
.com03 p
{
	margin:10px 0;
}
.fon01
{
	text-align:left;
	margin:20px 0 25px 0;
}
.title-002
{
	height:60px;
	text-align: center;
	font-size:138.5%;
}
/* ////////////////////////////////////////////
 *              旧デザイン 壁掛け基本ドロップメニュー2018-4-12
 * //////////////////////////////////////////// */
 .doromenu {
    max-width: 300px;
    margin: 0 auto;
    padding: 0;
}

.doromenu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    line-height: 1;
}
.doromenu input {
    display: none;
}
.doromenu label {
    display: block;
    margin: 0 0 2px 0;
    padding :12px;
    line-height: 1;
    color :#fff;
    background :#007bbb;
    cursor :pointer;
}

.doromenu ul {
    margin: 0;
    padding: 0;
    background :#f4f4f4;
    list-style: none;
}
.doromenu li {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li
{
    max-height: 46px;
    opacity: 1;
}

/* ////////////////////////////////////////////
 *                新　壁掛け基本デザイン変更2018-7-31
 * //////////////////////////////////////////// */
 
div.guide-newstyle #guide-new h1{
font-size: 30px;
	line-height: 150%; 
	font-weight: bold;
}
div.guide-newstyle #guide-new h1:first-letter{
font-size: 50px;
color: #ff9900;
font-weight: bold;
}

div.guide-newstyle #guide-new h2{
padding: 0.5em;/*文字周りの余白*/
color: #010101;/*文字色*/
background: #ffe8c6;/*背景色*/
border-bottom: solid 3px #ff9900;/*下線*/
margin:30px 0 20px 0;
font-size: 30px;
	line-height: 150%; 
}

div.guide-newstyle #guide-new h3 {
color: #010101;/*文字色*/
border-bottom: dashed 2px #ff9900;
/*線の種類（点線）2px 線色*/
margin:30px 0 20px 0;
font-size: 30px;
	line-height: 150%; 
}

div.guide-newstyle #guide-new h4 {
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #494949;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px #ff9900;/*左線*/
margin:50px 0 20px 0;
font-size: 20px;
	line-height: 150%; 
}

div.guide-newstyle #guide-new h5 {
  border-bottom: dotted 2px #ff9900;
  font-size: 20px;
  	line-height: 150%; 
		margin:50px 0 20px 0;
  }

div.guide-newstyle #guide-new p {
	font-size:16px;
	line-height: 150%;
}
	
div.guide-newstyle #guide-new img{
display: block;
margin: 0 auto 20px;
}


/*壁掛け診断ガイド*/
.guide-table{ 
border-collapse:collapse;
}
.guide-table td{
	padding:10px;
}
.gu-up-title{
	background-color:#F9FEBC;
	width:20%;
	padding:10px;
	text-align:center;
	}
.gu-left-title{
	background-color:#C9E2FE;
	width:40%;
	padding:10px;
}
.gu-cen-pad{
	text-align:center;
}
.color-red{
	color:#F00;
	font-weight:bold;
}


/* ////////////////////////////////////////////
 *                ついてくるメニュー　　修正　関　20190404
 * //////////////////////////////////////////// */
#menu-back {
	background-color:#ffe8c6;
    text-align:left;
} 
#floating-menu {
	line-height:150%;
	padding:15px;
}
#floating-menu a {
  transition: all .3s;
  font-size:15px;
  text-decoration: underline;
}
#floating-menu a:hover {
  color: #fff;
  background-color: #ffba00;
}
#menu-back{
font-size:18px;
padding:16px;
margin-bottom:10px;
}

/* ////////////////////////////////////////////
 *               適合テレビ表示システム2020-0226
 * //////////////////////////////////////////// */

#toritsuke {
	width:698px;
	margin: 0;
	padding: 8px 0 8px 0;
	background-color: #0061e5;
	color: #ffffff;
	text-align:center;
	font-size: 1.2em;
	font-weight:bold;
	border-top: 1px solid #003399;
	border-left: 1px solid #003399;
	border-right: 1px solid #003399;
}
#toritsuke .ex {
	margin: 0;
	padding: 3px 10px 0px 10px;
	color: #ffffff;
	text-align:left;
	font-size: 1.0em;
	font-weight: normal;
}

/*******************
テレビ壁掛け金具の選び方から壁掛け工事の方法まで徹底ガイド！
https://www.ace-of-parts.com/page/149

ページ下部の固定ボタン
/********************/
#footer_float_bt {
    background-color: rgba(255,96,0,0.7);
    bottom: 0;
    right: 0;
    text-align: center;
    height: 70px;
    margin: 0 auto;
    position: fixed;
    width: 100%;
    z-index: 20000;
}
#footer_float_bt ul{
    display: flex;
    justify-content: center;
    margin: 3px 5px;
    padding: 0 3px;
    list-style: none;
    }
#footer_float_bt ul li a {
    position: relative;
    display: inline-block;
    margin: 0 5px;
   padding: 0 10px;
    height: 64px;
    background: #fff;
    font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 30px;
    line-height: 58px;
    border-radius: 2px;
    box-sizing: border-box;
    }

#footer_float_bt ul li.kanagu a{
    color: #e95413;
    border: 3px solid #e95413;
}
#footer_float_bt ul li.kouji a{
    color: #0b9422;
    border: 3px solid #0b9422;
}
#footer_float_bt ul li a span{
    display: inline-block;
    padding: 0 0 0 3px;
    font-size: 24px;
}
#footer_float_bt ul li a img{
    display: inline-block;
    margin: -1px 0 0 2px;
    width: 20px;
    height: 20px;
}

#footer_float_bt ul li a:hover{
    opacity: .8;
}

/*========================
新トップ　スライダー　20211021
===========================*/
.slider-top {
    display: block;
    margin: 0 auto;
    width: 1020px;
    height: 400px;
}

.ajax_itemlist_box {
    width: 960px;
}

/*========================
フリーページ　f-safetest　20221006
===========================*/
  .pink{
        font-weight: bold;
        color:#ef7172;
      }
      #f-safetest h4{
        font-weight: bold;
        padding-top: 5px;
      }
        #f-safetest p{
            font-size: 15px;
            line-height: 25px;
        }
        #f-safetest .title{
            width: 700px;
            position: relative;
  padding: 1em 2em;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
        }
        #f-safetest .title:before,
        #f-safetest .title:after {
  position: absolute;
  content: '';
}

#f-safetest .title:first-letter {
          font-size: 150%;
          color: #ef7172;
        }
        #f-safetest .title:after{
            top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
        }
        #f-safetest .title:before{
            right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
        }
        #f-safetest .bold{
            font-weight: bold;
        }
        #f-safetest .section1{
            text-align: center;
            font-size:15px ;
        }
        #f-safetest .p1{
            letter-spacing: 0.05rem;
            line-height: 2rem;
        }
        #f-safetest .title2{
 position: relative;
  padding-left: 90px ;
  padding-bottom: 5px;
  border-bottom: 3px solid #000;
  width: 110px;
  font-size: 20px;
  font-weight: bold;
}

#f-safetest .title2 span {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 3rem;
  position: absolute;
  bottom: 0rem;
  left: 0;
}
#f-safetest .arrow{
    font-size: 40px;
}
#f-safetest .p2{
    letter-spacing: 0.05rem;
    line-height: 2rem;
    font-weight: bold;
    font-size: 20px;
}
#f-safetest .number{
color: #ef7172;
font-size: 30px;
font-weight: bold;
}
#f-safetest .p3{
    width: 510px;
    letter-spacing: 0.05rem;
    font-weight: bold;
    color: rgb(250, 250, 250);
    background-color: #b69560;
    padding: 5px;
}
#f-safetest .p5{
    width:510px;
    letter-spacing: 0.05rem;
    font-weight: bold;
    color: rgb(250, 250, 250);
    background-color:#b69560;
    padding: 5px;
}
#f-safetest .p6{
    width:190px;
    letter-spacing: 0.05rem;
    font-weight: bold;
    color: rgb(250, 250, 250);
    background-color: #b69560;
    padding: 5px;
    font-size: 15px;
}
#f-safetest .title3{
    text-align: center;
    width: 400px;
    position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: #b69560;
  font-size: 20px;
  font-weight: bold;
}
#f-safetest .title3:after{
    position: absolute;
  bottom: -9px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #b69560 transparent transparent transparent;
}

#f-safetest .p4{
    width: 560px;
    letter-spacing: 0.05rem;
    font-weight: bold;
    color: rgb(250, 250, 250);
    background-color: #b69560;
    padding: 5px;
}
#f-safetest .span1{
    color: #feeea1;
    font-size: 15px;
    padding: 5px;
    letter-spacing: 0.05rem;
    font-weight: bold;
    margin-right: 5px;
}
#f-safetest .span2{
    color:#feeea1;
    font-size: 15px;
    padding: 5px;
    letter-spacing: 0.05rem;
    font-weight: bold;
    margin-right: 5px;
 
}
#f-safetest .number2{
    font-size: 30px;
    color:  #b69560;
    padding: 5px;
}
#f-safetest .section2{
    display: flex;
}
#f-safetest .section2_text{
    padding-left: 10px;
}
#f-safetest .title4{
    width: 120px;
    background-color: #ef7172;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
}
#f-safetest .title5{
    width: 210px;
    background-color: #f7b3b0;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
}
#f-safetest .title6{
    width: 160px;
    background-color: #fdebeb;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
}
#f-safetest .span3{
    color: #feeea1;
    background-color:#b69560;
    padding: 5px;
    font-weight: bold;
}
#f-safetest .span4{
    color: rgb(250, 250, 250);
    background-color: #b69560;
    padding: 5px;
    font-weight: bold;
}

#f-safetest .span5,#f-safetest .span6,#f-safetest .span7{
    color: #ef7172;
    font-weight: bold;
    font-size: 18px;
}
#f-safetest .title7{
    position: relative;
  display: inline-block;
  padding: 0 55px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}

#f-safetest .title7:before, #f-safetest .title7:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1.5px;
  background-color: black;
}

#f-safetest .title7:before {
  left:0;
}
#f-safetest .title7:after {
  right: 0;
}
#f-safetest .title8{
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.5rem;
}
#f-safetest .title8:first-letter{
    font-size: 150%;
    color: #ef7172;
    
}
#f-safetest .section3{
    display: flex;
}
#f-safetest .title9{
 position: relative;
  padding-left: 90px ;
  padding-bottom: 5px;
  border-bottom: 3px solid #000;
  width: 250px;
  font-size: 20px;
  font-weight: bold;
}

#f-safetest .title9 span {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 3rem;
  position: absolute;
  bottom: 0rem;
  left: 0;
}
#f-safetest .title10{
 position: relative;
  padding-left: 90px ;
  padding-bottom: 5px;
  border-bottom: 3px solid #000;
  width: 350px;
  font-size: 20px;
  font-weight: bold;
}

#f-safetest .title10 span {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 3rem;
  position: absolute;
  bottom: 0rem;
  left: 0;
}

#f-safetest .section3{
    display: flex;
    padding: 30px;
    border: 3px solid  #b69560;
    width: 490px;
}
#f-safetest .section3_text{
    padding-right: 50px;
}
#f-safetest .section3_text p{
    letter-spacing: 0.05rem;
    line-height: 2rem;
    padding-top: 30px;
}
#f-safetest .title11{
    text-align: center;
    background-color:  #b69560;
    color: #fff;
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
}
#f-safetest .table_shiken {
  border-collapse: collapse;
  border:  2px solid #333;
}
#f-safetest .table_shiken td {
  border: 1px solid #333;
  padding: 10px;
}
#f-safetest .table_shiken th{
    border: 2px solid #333;
    padding: 5px;
    background-color: rgb(233, 233, 233);
}
#f-safetest input{
    display: none;
}
#f-safetest .open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#f-safetest #pop-up{
	display: none; /* label でコントロールするので input は非表示に */
}
#f-safetest .overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#f-safetest #pop-up:checked + .overlay,#f-safetest #pop-up2:checked + .overlay, #f-safetest #pop-up3:checked + .overlay,#f-safetest #pop-up4:checked + .overlay,#f-safetest #pop-up5:checked + .overlay
,#f-safetest #pop-up6:checked + .overlay,#f-safetest #pop-up7:checked + .overlay,#f-safetest #pop-up8:checked + .overlay{
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}


#f-safetest .window {
	width: 90vw;
	max-width: 560px;
	height: 490px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#f-safetest .close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 30px;
}
#f-safetest .title12{
    width: 700px;
    text-align: center;
    border: 1px solid #333333;
    padding-top: 25px;
    color: #ffffff;
    background-color: #ef7172;
    box-shadow: 12px 12px 2px 1px #f2adad;
    font-size: 18px;
    font-weight: bold;
}
#f-safetest .span9{
    font-size: 25px;
}
#f-safetest .title13{
 position: relative;
  padding-left: 90px ;
  padding-bottom: 5px;
  border-bottom: 3px solid #000;
  width: 300px;
  font-size: 20px;
  font-weight: bold;
}

#f-safetest .title13 span {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 3rem;
  position: absolute;
  bottom: 0rem;
  left: 0;
}
#f-safetest .title14{
 position: relative;
  padding-left: 90px ;
  padding-bottom: 5px;
  border-bottom: 3px solid #000;
  width: 370px;
  font-size: 20px;
  font-weight: bold;
}

#f-safetest .title14 span {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 3rem;
  position: absolute;
  bottom: 0rem;
  left: 0;
}

#f-safetest .section4{
    display: flex;
    padding: 30px;
    border: 3px solid  #b69560;
    width: 700px;
}
#f-safetest .section4_text{
    padding-right: 50px;
}
#f-safetest .section4_text p{
    letter-spacing: 0.05rem;
    line-height: 2rem;
    padding-top: 30px;
}
#f-safetest .title15{
    width: 320px;
    text-align: center;
    background-color:  #b69560;
    color: #fff;
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
}
#f-safetest .title16 {
  padding: 1rem 2rem;
  border-left: 4px solid #000;
  font-weight: bold;
  font-size: 18px;
}