#section01, #section02, #section03 {
	background:#FFF;
	margin-bottom:20px;
	padding:5px 5px 20px 5px;
	-webkit-box-shadow: 0 4px 4px -2px #d9d9d9;
       -moz-box-shadow: 0 4px 4px -2px #d9d9d9;
            box-shadow: 0 4px 4px -2px #d9d9d9;	
}
.left_thumb {
	width:480px;
	float:left;
}
.left_thumb h3 {
	margin-bottom : 5px;
}
#section01 .next {
	width:470px;
	margin-left:490px;		
	font-size:14px;
	line-height:160%;
}
#section01 .next h4 {
	border-bottom:#aaa 1px solid;
	margin:10px 0 ;
	font-size:18px;
}
#section01 .next dt {
	border:#444 1px solid;
	background-color:#eee;
	margin-right:10px;
	padding:0px 10px;
	float:left;
}
#section01 .next dd {
	margin-bottom:8px;
	padding:0px 10px;
}
#section01 .next p {
	margin-bottom:10px;
} 
#present_list dl {
	width:320px;
	height:425px;
	margin-left:3px;
	background:url(../images/top/bg_present.png) no-repeat;
	float:left;
}
#present_list dt {
	position:relative;
	width:300px;
	height:80px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	line-height:135%;
	overflow:hidden;
}
#present_list dt p {
	position:relative;
	margin-left:20px;
	top:50%;
	-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* 2014.06.12　追記*/
#present_list2 dl {
	width:320px;
	height:500px;
	margin-left:3px;
	background:url(../images/top/bg_present2.png) no-repeat;
	float:left;
}

#present_list2 dt {
	position:relative;
	width:300px;
	height:80px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	line-height:135%;
	overflow:hidden;
}
#present_list2 dt p {
	position:relative;
	margin-left:20px;
	top:50%;
	-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

}
/*ここまで*/

.present_list dd:nth-of-type(1) {
	margin:10px 0 0 13px;
}
.present_list dd:nth-of-type(2) {
	margin:80px 0 0 0;
	padding: 0 20px;
	font-size:14px;
	line-height:150%;

    text-align: center;
    line-height: normal;

}

/* プレゼントステッカー外し s */
#present_list2 dl.present_list_2 dd:nth-of-type(1) {
	margin:10px 0 0 13px;
}
#present_list2 dl.present_list_2 dd:nth-of-type(2) {
	margin:14px 0 0 0;
	padding: 0 20px;
	font-size:14px;
	line-height:150%;
}

#present_list2 dl.present_list_2 {
	height:430px;
	background:url(../images/top/bg_present2_2.png) no-repeat;
}
/* プレゼントステッカー外し e */



/*old
#present dt {
	font-size:14px;
	border-bottom:#aaa 1px solid;
}
#present dd {
	margin-bottom:1em;
}
old ここまで*/

#content .daiwa_btn {
	margin:20px 0 40px 0;
}
#network table {
	margin-top:16px;
    border-collapse: collapse;
	border:#999 2px solid;
    border-spacing: 0;
}
#network tr:nth-child(-n+7) td {
	background-color:#F7FBFF;
}
#network td:nth-child(1) {
	text-align:center;
}
#network td:nth-child(2) {
	font-weight:bold;
}
#network td:nth-child(3) {
	text-align:center;
}
#network td, #network th {
	padding:6px;
	border:#999 1px solid;
}
#network th {
	background-color:#9CF;
	font-weight:normal;
	font-size:11px;
	font-weight:bold;
	padding:0px;
}
#network td {
	background-color:#FFF;
}
#network .border {
	border-bottom:#999 2px solid;
}
#network .caution {
	color:#F00;
	font-size:10px;
}
