@charset "utf-8";

/* ==========================================================

title : 東通トラベル
scope : 旅行に役立つ便利グッズ > 便利なかばん・ケース

last modify :　2016/10/17 285_inose

memo  : 

========================================================== */

/* --------------------------------------
   便利なかばん・ケース
--------------------------------------- */
#main_list dl{
	margin:20px 50px 20px;
	/*min-height:312px;*/
}

#main_list dl dt,
#main_list dl dd{
	width:585px;
}

#main_list dl dt span{
	width:100%;
	padding-bottom:.75em;
	margin-bottom:.75em;
	display:block;
	border-bottom:1px solid #000;
	/*background: #841445;*/
}

#main_list dl dd p:first-of-type{
	margin:1.2em 0;
}

#main_list dl dd p:nth-of-type(n+2):before{
	content:"●";
}

#main_list dl dd p.line2{
	width:320px;
	text-align:right;
}

#main_list dl:nth-of-type(odd){ padding-left:325px;}
#main_list dl:nth-of-type(even){ padding-right:325px;}


#main_list dl:nth-of-type(1){ 
	background:url("../image/image_aluminium.jpg") no-repeat left;
	min-height:312px;
	margin-top: 40px;
}
#main_list dl:nth-of-type(1) dt{ 
	padding-top: 35px;
}
#main_list dl:nth-of-type(2){ 
	background:url("../image/image_soft_hard.jpg") no-repeat right top;
	min-height: 280px;
}
#main_list dl:nth-of-type(3){ 
	background:url("../image/image_piggy.jpg") no-repeat left top;
	min-height: 280px;
}
#main_list dl:nth-of-type(4){ 
	background:url("../image/image_pocketable.jpg") no-repeat right top;
	min-height: 280px;
}
#main_list dl:nth-of-type(5){ 
	background:url("../image/image_shirt.jpg") no-repeat left top;
	min-height: 194px;
	margin-bottom: 0;
}
