@charset "utf-8";
/* ===================================================================
CSS information

 file name  :item.css
 author     :igu (admin)
 style info :アイテム
=================================================================== */

/*----------------------------------------------------
	メニューリンク
----------------------------------------------------*/
#gNav .items{
    background-position:0px -29px;
}
#gNav .items a{
    background-position:0px -29px;
}

/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main #sub_title_item {
	margin-top:15px;
	margin-left:15px;
	margin-bottom:15px;
}

/*	#item
----------------------------------------------------*/

#main #item {
	margin-left:15px;
	float:left;
}

#main #item #modelName{
	margin-bottom: 10px;
	margin-top: 20px;
	width:950px;
	font-weight:bold;
	font-size:120%;
	color:#f78600;
	float:left;
}

#main #item .New{
	background-image: url(../img/share/icon_new.gif);
	background-repeat: no-repeat;
	width:100px;
}

#main #item .box {
	float:left;
	width:180px;
	height:200px;
	font-size:70%;
	cursor: pointer;
}

#main #item .box .innerBox{
	width:163px;
	padding:2px;
	float:left;
}


#main #item .box a:hover{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F90;
}

#main #item #campaignTitle {
	margin-bottom: 10px;
	margin-top: 20px;
	width:950px;
	font-weight:bold;
	font-size:120%;
	color:#f78600;
	float:left;
}

#main #item .campaignBox {
	float:left;
	width:880px;
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#main #item .campaignBox .leftColumn{
	font-size:70%;
	width:180px;
	float:left;
}

#main #item .campaignBox .rightColumn{
	width:700px;
	float:left;
}

#main #item .campaignBox .rightColumn .title{
	font-weight:bold;

}

#main #item .campaignBox .rightColumn .txt{
	font-size:80%;

}

#main #item .campaignBox .rightColumn .details{
	margin-top:15px;
	margin-bottom:15px;

}



/*	#item_details
----------------------------------------------------*/
#main #item_details {
	margin-left:15px;
	float:left;
}

#main #item_details #model_name {
	margin-right:45px;
	margin-top:15px;
	float:left;

}

#main #item_details #subject {
	margin-bottom:15px;
	font-size:90%;
	font-weight:bold;
	font-size:120%;
	color:#f78600;

}

#main #item_details #msg {
	font-size:80%;
	height:100px;
	width:630px;
	float:left;
}

#main #item_details #main_view {
	margin-top:10px;
	margin-right:5px;
	float:left;
	width:601px;
}

#main #item_details #main_view #item_data{
	margin-top:10px;
	font-size:80%;
	float:left;
}

#main #item_details #main_view #lens_brand{
	margin-top:10px;
	font-size:80%;
	float:right;
}

#main #item_details #sub_view {
	margin-top:10px;
	float:right;
	width:329px;
}

#main #item_details #sub_view .img {
	float:left;
	width:164px;
	height:109px;
}

#main #item_details #sub_view .img .sub_item_data{
	display:none;
}

#main #item_details #bt_group {
	float:left;
	width:930px;
	margin-top:15px;
}

#main #item_details #buy {
	float:left;
	margin-right:153px;
}

#main #item_details #technology {
	float:left;
	margin-right:5px;
}

#main #item_details #lens {
	float:left;
}

/*----------------------------------------------------
	印刷用

----------------------------------------------------*/
@media print {

body {
	color:#000000;
	background-color:#FFFFFF;
	background-image: url(/img/items/cleangrunge.jpg);
}


#main #item_border {
	background-color:#f76108;

}

#main #sub_title_item {
	display: none;
}


#main #item_details #model_name {
	display: none;
}



#main #item_details #sub_view {
	width:900px;
	float:left;
	margin-bottom:10px;
}

#main #item_details #sub_view .img {
	width:900px;
	margin-bottom:10px;
}

#main #item_details #sub_view .img img{
	float:left;
	margin-right:5px;
}

#main #item_details #sub_view .img .sub_item_data{
	display:block;
}

#main #item_details #bt_group {
	display: none;
}


}


