.panel-container {
	width: 100%;
	height: 100%;
}

.panel {
	position: relative;
	display: block;
	float: left;
	width: 223px;
	height: 298px;
	border: solid 1px #e5e5e5;
	margin: 0 20px 20px 0;
	background: #ffffff;
}

.panel a {
	display: block;
	text-decoration: none;
 	left: 0;
 	top: 0;
 	width: 100%;
 	height: 100%;
}

.panel-type-text{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}

.panel-type {
	display: table;
	margin: 5px 0 0 5px;
	width: 213px;
	height: 33px;
}

.panel-type1 {
	background: #47a0f0;
}

.panel-type2 {
	background: #8c51a0;
}

.panel-type3 {
	background: #00796f;
}

.panel-type4 {
	background: #a0966f;
}

.panel-type5 {
	background: #96c800;
}

.panel-type6 {
	background: #00478c;
}

.panel-type7 {
	background: #a0a0a0;
}

.panel-text {
	margin: 15px 0 0 10px;
	width: 203px;
	height: 160px;
	font-weight: bold;
	font-size: 15px;
	line-height: 160%;
	overflow: hidden;
}

.panel-info {
	position: absolute;
	top: 222px;
	left: 10px;
	width: 203px;
	height: 65px;
	font-size: 12px;
	line-height: 180%;
	overflow: hidden;
}

#breadcrumb-navi {
	margin: 30px 0 0 0;
	width: 100%;
}

#breadcrumb-navi li {
	display: inline;
	font-size: 12px;
	line-height: 100%;
}


#sub-navi {
	margin: 60px 0 0 0;
	width: 100%;
	text-align: center;
}

#sub-navi li {
	display: inline;
	font-size: 15px;
	line-height: 100%;
	margin: 0 0 0 20px;
}

#sub-navi li:first-child {
	margin: 0 0 0 0px;	
}

#content-title {
	width: 100%;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	margin: 80px 0 80px 0;
}

.category-title {
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin: 80px 0 40px 0;
	letter-spacing: 0.2em;
}

.list-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #d3d3d3;
}

.list-table th{
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	line-height: 160%;
	color: #111111;
	background-color: #dddddd;
	border: 1px solid #d3d3d3;
	height: 39px;
}

.list-table td{
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #dddddd;
	font-size: 14px;
	line-height: 160%;
	height: 106px;
	padding: 0 15px;
}

td.td-left {
	text-align: left;

}

.th-w1 {
	width: 94px;
}

.th-w2 {
	width: 108px;
}

.th-w3 {
	width: 337px;
}

.th-w4 {
	width: 417px;
}

.th-w5 {
	width: 525px;
}

.th-w6 {
	width: 120px;
}

#search {
	margin: 26px auto 0 auto;
	width: 466px;
	height: 56px;
	background: #ffffff;
	border: solid 2px #e5e5e5;
}

#search input {
	width: 385px;
	height: 46px;
    font-size: 20px;
    border: 0;
    margin: 4px 10px 0 15px;
    background-color: transparent;
}

#search input:focus {
    outline:none;
}

#search img {
	margin: 14px 0 0 0;
}

#search-option {
	position: relative;
	background: #ffffff;
	z-index: 100;
	margin: 10px auto 0 auto;
	width: 590px;
	height: 224px;
	border: solid 2px #e5e5e5;
	visibility: hidden;
}

#search-option-left {
	display: inline-block;
	float: left;
	width: 240px;
	margin: 28px 19px 0 35px;
}

#search-option h3 {
	width: 100%;
	font-weight: bold;
	font-size: 12px;
}

#search-option-right {
	display: inline-block;
	float: left;
	width: 250px;
	margin: 28px 0 0 35px;
}

.search-option-box {
	float: left;
	margin: 30px 0px 0 0;
	width: 120px;
}

.search-option-box li {
	margin: 0 0 15px 0;
}

.search-option-box li label {
	font-weight: bold;
	font-size: 12px;
	display: inline-block;
	margin: 0 0 0 6px;
	line-height: 100%;
	text-align: left;
	vertical-align: middle;
}

#search-option-center {
	display: inline-block;
	float: left;
	width: 1px;
	height: 140px;
	margin: 63px 0 0 0;
	border-left: solid 1px #e5e5e5;
}


