@charset "UTF-8";
@import url("../../_config/_common.css");
@import url("../../_config/_template.css");

/* ----------------------------------------------- */

h3 {
	position: relative;
	padding: 0 0 0 10px;
	line-height: 30px;
}


h3 .jump {
	position: absolute;
	right: 5px;
	bottom: 3px;
	padding: 0 7px;
	background: #fa8;
	border-radius: 5px;
	font-size: 10px;
	color: #fff;
	line-height: 23px;
	box-shadow: 2px 2px 0px #ddd;
}

h3 .jump:hover {
	background: #fb8;
	color: #fff;
}

/*
h3 .jump {
	position: absolute;
	right: 5px;
}
*/

h5 {
	width: 200px;
	background: #de9;
	margin: 5px 0;
	padding: 3px;
	border-radius: 1em;
	font-size: 13px;
	color: #360;
}


.section ul li {
	float: left;
	width: 170px;
	margin:  0;
	padding: 10px 0;
}

.section ul li:hover {
	background: #eee;
}

.section ul li p {
	padding: 3px;
	font-size: 12px;
}

.section ul li img {
	display: block;
	margin: auto;
	border: solid 1px #ccc;
}

.zip {
	display: block;
	width: 600px;
	margin: 10px auto;
	padding: 5px 0;
	background: #def;
	border: solid 1px #69c;
	border-radius: 5px;
	font-weight: bold;
	font-size: 14px;
	color: #039!important;
}

.zip:hover {
	background: #cff;
}

/* ----------------------------------------------- */
