@charset "UTF-8";


/* .headline1
-------------------------------------------------*/
.headline1 {
	background: url(../img/format/title.png) center 34px no-repeat;
}

@media only screen and (min-width:1px) and (max-width:680px){
.headline1 {
	background: url(../img/format/title.png) center 6px no-repeat;
	background-size: auto 75px;
}
}


/* .cont1
-------------------------------------------------*/
#format .cont1 {
	width: 1024px;
	margin: 15px auto 0;
}
#format .cont1 table {
	max-width: 940px;
	margin: 0 auto;
}
#format .cont1 table th {
	background-color: #fff3c2;
	border: 1px solid #000;
	padding: 13px 15px;
	font-size: 16px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	width: 180px;
}
#format .cont1 table td {
	border: 1px solid #000;
	padding: 8px 15px;
	font-size: 14px;
	vertical-align: middle;
}
#format .cont1 table td ul {
	font-size: 0;
}
#format .cont1 table td ul li {
	font-size: 14px;
	display: inline-block;
	margin: 5px 15px 5px 0;
	height: 45px;
	background-color: #f9c78c;
	border-bottom: 3px solid #dd9b54;
}
#format .cont1 table td ul li.re {
	background-color: #f19283;
	border-bottom: 3px solid #d3685e;
}
#format .cont1 table td ul li a {
	height: 45px;
	background: url(../img/top/icon.png) no-repeat;
	background-position: right 20px center;
	background-size: 10px auto;
	color: #fff;
	display: block;
	line-height: 47px;
	padding: 0 50px 0 25px;
}

@media only screen and (min-width:1px) and (max-width:680px){
#format .cont1 {
	width: 94%;
	margin: 10px auto 0;
}
#format .cont1 table th {
	padding: 8px 10px;
	font-size: 13px;
	width: 35%;
}
#format .cont1 table td {
	padding: 8px 10px;
	font-size: 12px;
}
#format .cont1 table td ul li {
	width: 100%;
	font-size: 12px;
	display: list-item;
	margin: 5px 15px 5px 0;
}
#format .cont1 table td ul li a {
	width: 100%;
	background: url(../img/top/icon.png) no-repeat;
	background-position: right 5px center;
	background-size: 10px auto;
	padding: 0 20px 0 10px;
	box-sizing: border-box;
}
#format .cont1 table td ul li.db a {
	height: auto;
	line-height: 1.2;
	padding: 10px 20px 10px 10px;
}

}