@charset "UTF-8";
/* 年末年始発送のお知らせよう */

#info_delivery{
width: 800px;
margin: 20px auto;
padding: 20px 0;
border: #ccc solid 2px;
}
#info_delivery table{
	border-collapse: separate;
	border-spacing: 1px;
	text-align: center;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	width: 96%;
	margin: 0 auto 10px auto;
	
}
#info_delivery table th {
	padding: 10px;
	font-weight: bold;
	/*vertical-align: top;*/
	border-bottom: 1px solid #ccc;
	background: #efefef;
	width: 50%;
	font-size: 16px;
}
#info_delivery table td {
	padding: 10px;
	/*vertical-align: top;*/
	border-bottom: 1px solid #ccc;
	font-size: 14px;
}
#info_delivery .border_r{
border-right: 1px solid #ccc;
}
#info_delivery .title{
font-size: 20px;
font-weight: bold;
text-align: center;
margin-bottom: 20px;
padding-bottom: 5px;
}
#info_delivery .title span{
border-bottom: solid 2px #000;
}
#info_delivery .txt{
font-size: 14px;
text-align: center;
line-height: 1.5;
margin-bottom: 20px;
}
#info_delivery .txt_s{
font-size: 12px;
text-align:left;
line-height: 1.2;
	width: 96%;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
#info_delivery{
width: 96%;
}
}