@charset "UTF-8";
/***************************************************************/
/********************* メイン　背景設定等 ************************/
/***************************************************************/

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{
	/*background-image: url(pcimage/body_bg.jpg);*/
	width: 100%;
	overflow: hidden;
	text-align: left;
	background-repeat: repeat-y;
	border: 1px solid #ccc;
	background-position: left;
	clear: both; 

}


/***************************************************************/
/************************** ヘッダ設定 **************************/
/***************************************************************/

#top_header{
	background-image: url(pcimage/sub_head.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	min-height:250px;
	width: 100%;
	margin:0 auto;
}

#top_header img{
width:100%;
height:auto;
object-fit: cover;
}

#headerCopy{
	font-size: 18px;
	font-weight: bold;
	color: #aaaaaa;
	line-height: 24px;
	text-align: left;
	float: left;
	width: 700px;
	margin-top: 105px;
	padding-right: 50px;
	padding-left: 37px;
}

#headerSubCopy{
	font-size: 14px;
	color: #555555;
	float: left;
	width: 700px;
	line-height: 15px;
	padding-right: 50px;
	margin-top: 5px;
	padding-left: 37px;
	text-align: left;
}

/***************************************************************/
/************************** メイン設定 **************************/
/***************************************************************/

#main{
	float: right;
	width: 100%;
	min-height:600px;
	background-color: #ffffff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	/*margin-right:15px;*/
	/*margin-right:10px;*/
	overflow: hidden;
	display: none;
	padding-left: 0px;
　　　　 clear: both; 
}

/***************************************************************/
/******************** ボディ画像　テキスト設定 ********************/
/***************************************************************/

#main .contentsbox01{
	float: right;
	width: 100%;
	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: 100%;
	font-size: 13px;
	color: #555555;
	text-align: left;
	padding-left: 0px;
	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: 100%;
	font-size: 13px;
	color: #555555;
	text-align: left;
	padding-left: 0px;
	line-height: 30px;
	margin-top: 0px;
}



/***************************************************************/
/************************* フリースペース ************************/
/***************************************************************/

#Facebook{
	float: center;
	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;
	padding-left:700px;

}
##GoogleCalendar,
#Twitter{
	float: center;
	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;
	margin-left: 0px;

}

#free_space{
	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_box{
width:100%;
}

.news_bar,
.contents_title{

	font-weight: bold;
	/*background-image: url(pcimage/bar.jpg);
	background-repeat: no-repeat;*/
	background-color:#251bbd;

	height: 50px;
	width: 940px;
	overflow: hidden;
	margin-left: 0px;
	padding-left: 30px;
	line-height: 50px;
	text-align: left;
	color: #FFF;

}


/***************************************************************/
/***********************更新記事表示　*****************************/
/***************************************************************/
#news_box .update_news_box{
	width:960px;
	height:200px;
	padding:9px;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
	margin-top:5px;
	margin-bottom:5px;
	position: relative;
}

.update_news_box_img{
	width:360px;
	height:198px;
	overflow: hidden;
	border:solid 1px #CCCCCC;
	float: left;
}

.update_news_box_img a{
	display:block;
}

.update_news_box_img img{
	width:360px;
object-fit: cover;
}

.update_news_box_subject{
	float: right;
	width:570px;
	height:20px;
	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:570px;
	height:70px;
	text-align: left;
	font-size: 12px;
	padding:5px;
	overflow: hidden;
	line-height:1.4em;
	color:#999;
}

.update_news_box_more{
	width:570px;
	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;
}
.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_date{
	font-size: 11px;
padding-left:15px;
float: left;
}


/***************************************************************/
/************************* ブログRSSBOX *************************/
/***************************************************************/

.contents_box{
	padding: 5px;
	float: left;
	width: 100%;
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
}
.contents_box_img{
}
.contents_box_text{
	font-size: 12px;
	line-height: 1.3em;
}

.page_title_grey{
	font-size: 12px;
	font-weight: bold;
	background-image: url(pcimage/bar.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat;
	height: 30px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0px;
	overflow: hidden;
	padding-left: 20px;
	line-height: 30px;
	text-align: left;
	color: #555555;
	float: left;
}






/***************************************************************/
/***************************************************************/
/***************************************************************/

#main .page_title {

	background-image: url(pcimage/bar.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 100%;
	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: 15px;
	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;
}