@charset "utf-8";

/*============================================================
//
//  目次
//  【本誌連動企画】
//  ・タイトル
//  ・商品詳細
//
//==========================================================*/

/*==========================
//  タイトル
//==========================*/

#main .contents .title .special{
	border-left:4px solid #EE4444;
	padding:5px 0 5px 10px;
	margin:0 10px 0 10px;
	height:auto;
}

#main .contents .title .special h3{
	font-size:22px;
	line-height:130%;
}

#main .contents .special_lead{
	color:#EE4444;
	font-size:18px;
	line-height:130%;
	margin-bottom:20px;
}


/*==========================
//  商品詳細
//==========================*/

#main .contents .saleBox{
	width:640px;
	margin-bottom:20px;
}

#main .contents .saleBox .image{
	width:200px;
	margin-right:15px;
	float:left;
}

#main .contents .saleBox .text{
	width:425px;
	float:left;
	font-size:14px;
	line-height:180%;
}

#main .contents .saleBox .text h5{
	font-size:20px;
	line-height:130%;
	margin-bottom:10px;
}