@charset "utf-8";

/*============================================================
//
//  目次
//  【ピックアップ】
//  ・タイトル
//
//==========================================================*/

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

#main .contents .product{
	width:670px;
	margin-bottom:20px;
}

#main .contents .product .leftBox{
	float:left;
	width:200px;
	padding:0 10px 0 15px;
}

#main .contents .product  .rightBox{
	float:right;
	width:445px;
}

#main .contents .product  .rightBox .txt{
	width:440px;
	padding:10px 5px 10px 0;
	word-wrap: break-word;
}

#main .contents .product  .title .pickup {
	border-left:4px solid #4477BB;
	padding-left:10px;
	margin:0 15px 0 5px;
}

#main .contents .product  .title .pickup h3{
	font-size:20px;
	line-height:120%;
	margin-bottom:3px;
}

#main .contents .product  .title .pickup .day{
	float:left;
	color:#EE4444;
	font-size:14px;
}


ul.date{
	width: 100%;
}
.textBox .inner p{
	border: 1px solid #999;
	padding:10px;
}

hr{
	border: 1px solid #ccc;
	margin: 20px 0 30px 0;
}