@charset "UTF-8";

div#contents section.f_news,
div#contents section.f_history {
	display: block;
	padding: 0;
}
div#contents section.f_history #f_history_hide {
	border-top: #dedede 1px solid;
}
div#contents section.f_history div {
	text-align: center;
}
div#contents section.f_history #f_arrow_s,
div#contents section.f_history #f_arrow_n {
	float: none;
}
span.new-icon {
	display: inline-block;
	background: #FF3300;
	padding: 0px 6px;
	margin-right: 6px;
	vertical-align: middle;
	font-size: 0.6em;
	font-weight: bold;
	color: #FFF;
	border-radius: 4px;
}
#contents section {
	width: 750px;
	margin: auto;
}
#contents section.f_news {
	margin-top: 80px;
}
#contents section.f_history {
	margin-top: 10px;
}
#contents section.main {
	margin-top: 60px;
}
#contents section:last-child {
	margin-bottom: 100px;
}
#contents section table th {
	padding-left: 30px;
	padding-right: 30px;
}
#contents section table table {
	border: none;
	margin: 0;
}
#contents section table table tr:last-child th,
#contents section table table tr:last-child td {
	border: none;
}
#contents section table table th {
	padding: 0 0 0 10px;
	color: #191970;
}
#contents section table table td {
	padding: 0 0 0 20px;
}
#contents h3 {
	font-size: 30px;
	font-weight: normal;
	color: #ff6600;
	text-align: center;
}
#contents .f_entry {
	display: block;
}
#contents .f_entry .wrap {
	width: 500px;
	padding: 0;
}
.main ul {
	padding: 15px 0 15px 15px;
	margin: 0;
	background: #FDF5E6;
}
.main ul li {
	display: inline-block;
	position: relative;
	background: #FFF;
	width: 220px;
	height: 150px;
	margin: 10px;
	border-radius: 10px;
}
.main ul li a {
	display: block;
	position: absolute;
	padding: 10px;
	width: 100%;
	height: 100%;
}
.main ul li span {
	display: block;
}
.main ul li span img {
	max-width: 100%;
}
.main ul li span.content-title {
	font-size: 20px;
	font-weight: bold;
}
.main ul li span.content-caption {
	margin-top: 10px;
}
.main ul li:hover {
	background: #FFFAFA;
}
.main ul li:hover span.content-title {
	color: #FF4500;
}
.main ul li:hover a {
	text-decoration: none;
}
.flow p {
	text-align: center;
	margin: 15px 0;
}
.flow div {
	margin: auto;
}
.arrow {
	width: 0;
	border-top: 20px solid #ff6600;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent; 
}
.f_entry {
	display: none;
}
