/***************************************************************/
/********************* メイン　背景設定等 ************************/
/***************************************************************/

body {
	background-color: #FFF;
	background-image: url(pcimage/bg.jpg);

	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#frame{
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;


}
#wrap{
	margin: 0 auto;
	/*background-image: url(pcimage/body_bg.jpg);*/
	width: 980px;
	overflow: hidden;
	text-align: left;
	background-repeat: repeat-y;
	border: 0px solid #ccc;
	background-position: left;
	clear: both; 

}


/***************************************************************/
/************************** ヘッダ設定 **************************/
/***************************************************************/
#header{
	margin: 0 auto;
}



/*#top_header{
	background-image: url(pcimage/sub_head.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 700px;
	width: 100%;
	margin-top: 10px !important;
	margin-bottom: 20px;
	/*border: 1px solid #FCDBDE;*/*/
}

#top_header{
 background-image: url(pcimage/sub_head.jpg);
 background-repeat: no-repeat;
background-size:  100% 100%;
 float: left;
 height: 500px;
 width: 100%;
  min-width: 960px;
 margin-top: 10px !important;
 margin-bottom: 20px;
 /*border: 1px solid #FCDBDE;*/
}

#top_header li img {
 width: 100%;
 min-width: 960px;
 height: 100%;
}

#headerCopy{
	font-size: 18px;
	font-weight: bold;
	color: #aaaaaa;
	line-height: 24px;
	text-align: left;
	float: left;
	width: 400px;
	margin-top: 105px;
	padding-right: 50px;
	padding-left: 37px;
}

#headerSubCopy{
	font-size: 14px;
	color: #555555;
	float: left;
	width: 400px;
	line-height: 15px;
	padding-right: 50px;
	margin-top: 5px;
	padding-left: 37px;
	text-align: left;
}

/***************************************************************/
/******************** ボディ画像　テキスト設定 ********************/
/***************************************************************/

#main .contentsbox01{
	float: right;
	width: 960px;
	height: 100px;

	text-align: left;
	font-size: 13px;
	line-height: 1.3em;
	color: #555555;

	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;

	background-repeat: no-repeat;
	background-color: #ffffff;
	background-image: url(pcimage/body.jpg);
	background-position: top left;

	margin-bottom: 0px;
	margin-left: 10px;

	overflow: visible;
	/*display: none;*/
}

/***************************************************************/
/************************** タイトル設定 *************************/
/***************************************************************/

/*** TOPページタイトルH2 ***/
#main h2.page_title{
	background-image: url(pcimage/bar.jpg);
	background-repeat: no-repeat;
	background-color: #ff1489;
	float: left;
	height: 30px;
	width: 650px;
	font-size: 13px;
	color: #555555;
	text-align: left;
	padding-left: 20px;
	line-height: 30px;
	margin-top: 0px;
	margin-left: 0px;
	display: none;
}


/*** コンテンツページ　テーマタイトル ***/
#main h3.page_title{
	background-image: url(pcimage/bar.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 640px;
	font-size: 13px;
	color: #555555;
	text-align: left;
	padding-left: 30px;
	line-height: 30px;
	margin-top: 0px;
}



/***************************************************************/
/************************* フリースペース ************************/
/***************************************************************/

#Facebook,
#GoogleCalendar,
#Twitter{
	float: right;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #f2f2f2;
	text-align: left;
	font-size: 14px;
	line-height: 1.3em;
	color: #828282;
	padding: 0px;
	overflow: hidden;

	margin-top: 0px;
	margin-bottom: 20px;

}

#free_spaceA{
	float: left;
	width: 100%;
	background-color: #ffffff;
	text-align: left;
	font-size: 13px;
	line-height: 1.3em;
	color: #333333;
	padding: 0px;
	overflow: hidden;
	margin-left: 0px;
	margin-top: 5px;
}
#FreeSpaceB{
	float: left;
	width: 100%;
	background-color: #ffffff;
	text-align: left;
	font-size: 13px;
	line-height: 1.3em;
	color: #333333;
	padding: 5px 10px 0px 10px;
	overflow: hidden;
	margin-top: 5px;


}
#FreeSpaceC{
	float: right;
	width: 100%;
	background-color: #ffffff;
	text-align: left;
	font-size: 13px;
	line-height: 1.3em;
	color: #333333;
	padding: 0px;
	overflow: hidden;

	margin-left: 0px;
	margin-top: 5px;


}



/***************************************************************/
/******************* 更新記事一覧 設定 *******************/
/***************************************************************/

.news_bar{
	font-size: 18px;
	background-image: url(pcimage/bar.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 650px;
	overflow: hidden;
	margin-left: 5px;
margin-top: 15px;
	padding-left: 40px;
	line-height: 50px;
	text-align: center;
	color: #666666;
	float: left;
}
/*テキスト　5　10表示の場合*/
#news_box{
	width: 980px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
#news_box a:link,
#news_box a:visited,
#news_box a:link{color: #555555;
}
#news_box a:visited{
	text-decoration:none;
}
/*テキストの場合*/
.news_text{
	font-size: 12px;
	line-height: 1.2em;
	text-align: left;
	float: left;
	width: 960px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
}
.news_text a{
	color:#333333;
	text-decoration:none;
}
.news_text a:hover{
	color: #0FB2E9;
}
/*画像+テキストの場合*/
#news_box ul{
	width: 990px;
	margin-left: -10px;
	padding: 0px;
	float: left;
	overflow: hidden;
}
#news_box li{
	list-style:none;
	width:186px;
	height:300px;
	border:#CCC solid 0px;
	margin-left:10px;
float: left;
overflow:hidden;
}
#news_box img{
	width:180px;

}
#news_box h3{
	font-size:14px;
	font-weight:bold;
	width:180px;
	padding:2px 0px 2px 5px;
}
.news_boxThumbImg{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding:3px;
}

/*5 10 以外表示の場合　表示数に合わせて調整してください。*/
#news_box4{
	width: 680px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
#news_box4 a:link,
#news_box4 a:visited,
#news_box4 a:link,
#news_box4 a:visited{
	text-decoration:none;
}
#news_box4 ul{
	width: 680px;
	margin-left: -10px;
	padding: 0px;
	float: left;
	overflow: hidden;
}
#news_box4 li{
	list-style:none;
	width:214px;
	height:330px;
	border:#CCC solid 0px;
	margin-left:10px;
	margin-bottom:10px;
float: left;
overflow:hidden;
}
#news_box4 img{
	width:200px;

}

#news_box4 img{
max-width:200px;
padding:5px;
}

#news_box4 h3{
	font-size:14px;
	font-weight:bold;
	width:200px;
	padding:2px 0px 2px 5px;
}

#news_box4 .f12{
	padding:2px 0px 2px 5px;
}
/***************************************************************/
/************************* ブログRSSBOX *************************/
/***************************************************************/

.contents_box{
	padding: 10px;
	float: left;
	width: 100%;
	border: 1px solid #FFFFFF;
	margin-bottom: 5px;
}
.contents_box_img{
}
.contents_box_text{
	font-size: 12px;
	line-height: 2.0em;
        margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: left;
}

.page_title_grey{
	font-size: 13px;
	font-weight: bold;
	background-image: url(pcimage/bar.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 30px;
	width: 650px;
	margin-top: 10px;
	margin-bottom: 0px;
	overflow: hidden;
	padding-left: 20px;
	line-height: 30px;
	text-align: left;
	color: #555555;
	float: left;
}
.contents_title{
	font-size: 13px;
	font-weight: bold;
	background-image: url(pcimage/bar.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 50px;
	width: 650px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
	padding-left: 20px;
	line-height: 50px;
	text-align: left;
	color: #555555;
	float: left;
}





/***************************************************************/
/***************************************************************/
/***************************************************************/

#main .page_title {

	background-image: url(pcimage/bar.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 680px;
	padding-left: 20px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #555555;
	font-size: 12px;
	border: 0px solid #cfcfcf;
}
#main .page_title h2{
	font-size: 12px;
}


/***************************************************************/
/***************************************************************/
/***************************************************************/

.contents_title_gray{
	font-size: 12px;
	line-height: 15px;
	/*font-weight: bold;*/
	color: #555555;
	border: 1px solid #cfcfcf;
	background-color: #EAEAEA;
	width: 638px;
	text-align: left;
	display: block;
	height: 50px;
	text-indent: 10px;
	overflow: hidden;
	float: left;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.contents_title_gray a{
	color: #555555;
	text-decoration: none;
}
.contents_title_gray a:hover{
	color: #555555;
}

/***************************************************************/
/******************* ショッピング･カタログ機能設定 *****************/
/***************************************************************/

#main .catalog{
	float: right;
	width: 628px;
	border: 1px solid #ebebeb;
	background-color: #FFFFFF;

	text-align: left;
	font-size: 12px;
	line-height: 1.3em;
	color: #333333;
	padding: 10px;
	overflow: hidden;

	margin-top: 5px;
	margin-bottom: 15px;
}

.prod_box{
	width:208px;
	height:295px;
	margin-top:10px;
	margin-right:5px;
	background-color:#FAFAFA;
	float:left;
	display:block;
	text-align:center;
	overflow:hidden;
}
.prod_box_e{
	width:208px;
	height:295px;
	margin-top:10px;
	background-color:#FAFAFA;
	float:right;
	display:block;	
	text-align:center;
	overflow:hidden;
}
.prod_box a,
.prod_box_e a{
	width:208px;
	height:295px;
	display:block;
	color: #333333;
	text-decoration: none;
}
.prod_box a:hover,
.prod_box_e a:hover{
	width:208px;
	height:295px;
	background-color:#EAEAEA;
	display:block;
	text-decoration: none;
}
.prod_box img,
.prod_box_e img{
	width:160px;
	height:120px;
	padding:4px;
	border:#CCCCCC solid 1px;
	text-align:center;
	float:left;
	margin-top:10px;
	margin-left:19px;
}
.prod_box  .prod_price,
.prod_box_e  .prod_price{
	width:158px;
	height:60px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	float:left;
	margin-top:5px;
	margin-left:19px;
	color: #000000;
	text-decoration: none;
	overflow: hidden;
}
.prod_box  .prod_price img,
.prod_box_e  .prod_price img{
	width:50px;
	height:15px;
	text-align:left;
	float:left;
	margin:0;
	padding:0;
}
.prod_box  .prod_text,
.prod_box_e  .prod_text{
	width:178px;
	height:100px;
	text-align:left;
	font-size:12px;
	float:left;
	margin-top:5px;
	margin-left:9px;
}
.f_price{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height:16px;
}
.f_priceB{
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	line-height:1.2em;
}

/*カタログ設定*/
.catalog{
	float: left;
	width: 628px;
	border: 1px solid #ebebeb;
	background-color: #FFFFFF;

	text-align: left;
	font-size: 12px;
	line-height: 1.3em;
	color: #333333;
	padding: 0px;
	overflow: hidden;

	margin-top: 5px;
	margin-bottom: 15px;

}
.CTcateNameBox{
	float: left;
	width: 97%;
	border: 1px solid #ebebeb;
	background-color: #FFFFFF;
	height: 100px;
	padding: 5px;
	overflow: hidden;
}
.CTcateNameSpace{
	float: left;
	width: 25%;
	border-right: 1px solid #ebebeb;
	background-color: #ebebeb;
	padding: 5px;
	overflow: hidden;
	height: 90px;
}
.CTitemNameSpace{
	float: left;
	width: 20%;
	padding: 3px;

	text-align: left;
	font-size: 12px;
	overflow: hidden;
	margin-bottom: 2px;
}

/*カタログ　問い合わせリンク設定*/
.CTtitleBar{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #999999;
	border: 1px solid #cfcfcf;
	background-color: #EAEAEA;
	width: 638px;
	text-align: left;
	display: block;
	height: 20px;
	text-indent: 10px;
	overflow: hidden;
	float: left;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.CTtitleBar a{
	color: #333333;
	text-decoration: none;
}
.CTtitleBar a:hover{
	color: #555555;
}

/*カタログ　スペック表示設定*/
.CTspecBox{
	float: left;
	width: 95%;

	/*border: 1px solid #ebebeb;*/
	background-color: #FFFFFF;
	line-height: 2em;
	padding: 1px;
	overflow: hidden;
}
.CTspecName{
	float: left;
	width: 30%;

	text-align: left;
	font-size: 12px;
	overflow: hidden;
	background-color: #ebebeb;
	border-right: 1px solid #ebebeb;
	line-height: 2.5em;
	padding-left: 5px;
}
.CTspec{
	float: left;
	width: 60%;
	padding: 3px;

	text-align: left;
	font-size: 12px;
	overflow: hidden;
	line-height: 2.5em;
	padding-left: 5px;
}

/***************************************************************/
/************************** BBS機能設定 *************************/
/***************************************************************/

.bbsbox{
	font-size: 12px;
	overflow: hidden;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
dt.bbsdt{
	line-height: 25px;
	padding: 3px;
	font-size: 12px;
	text-decoration: none;
	margin: 3px;
	background-color: #FFF;
	float: left;
	width: 620px;
}
.bbstitle{
	font-size: 14px;
	line-height: 2.0em;
	text-decoration: none;
	width: 100%;
	margin-bottom: 5px;
	margin-left: 10px;
}


/***************************************************************/
/***************************　END　*****************************/
/***************************************************************/

.m_prod_box{
	width: 180px;
}
.m_prod_img{
	width: 180px;
}

.smt_tel{
display:none;
}　


/***************************************************************/
/***********************更新記事表示　*****************************/
/***************************************************************/
.update_news_box {

}
.update_news_box {
	width:640px;
	height:150px;
	padding:5px;
	overflow: hidden;
	float: left;
	border-bottom: 1px solid #CCC;
	margin-top:5px;
	margin-bottom:5px;
	position: relative;
}

.update_news_box a{
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.update_news_box a:hover{
background-color: #CCC;
	opacity: 0.3;
}

.update_news_box_img{
	width:250px;
	height:130px;
	overflow: hidden;
	border:solid 1px #CCCCCC;
	float: left;
}

.update_news_box_subject{
	float: left;
	width:365px;
	height:17px;
	text-align: left;
	font-weight:bold;
	line-height:20px;
	font-size: 16px;
	padding:5px;
	padding-left:15px;
	overflow: hidden;
}
.update_news_box_text{
	float: right;
	width:365px;
	height:70px;
	text-align: left;
	font-size: 12px;
	padding:5px;
	overflow: hidden;
	line-height:1.4em;
	color:#999;
}

.update_news_box_more{
	width:365px;
	height:20px;
	line-height:20px;
	float: right;
	font-size: 12px;
	padding:5px;
	background-image:url(_file/more_read_btn.png);
	background-position:right;
	background-repeat:no-repeat;
	text-align: left;
	color:#666;
}
.update_news_box_more img{
	float: right;
}


#slider{
margin-bottom: 0px !important;
}

.bx-wrapper{
margin-bottom: 0px !important;
}
