@charset "UTF-8";


/* 基本設定
--------------------------- */
#wrapper-plus {
	margin: 20px 0;
	color: #333;
}
#wrapper-plus a:link,
#wrapper-plus a:visited {
	color: #333;
	text-decoration: none;
}
#wrapper-plus a:hover,
#wrapper-plus a:focus,
#wrapper-plus a:active {
	color: #333;
	text-decoration: underline;
}

/* タイトル
--------------------------- */
#wrapper-plus h2 {
	width: 760px;
	height: 158px;
	text-indent: -9999em;
	background: url(../images/vis.png) no-repeat 0 0;
}

/* 検索
--------------------------- */
#wrapper-plus #box-search {
	margin: 15px 0;
}
#box-search,
#wrapper-plus #box-search input,
#wrapper-plus #box-search select {
	color: #314657;
	padding: 0;
	vertical-align: middle;
}
#wrapper-plus #box-search label {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 2px 10px 2px 0;
	cursor: pointer;
}
#wrapper-plus #box-search table {
	width: 100%;
}
#wrapper-plus #box-search table th {
	padding: 10px 10px 10px 0;
	white-space: nowrap;
	border-bottom: 1px dotted #cfcfcf;
}
#wrapper-plus #box-search table td {
	width: 1000px;
	padding: 10px 0 10px 10px;
	border-bottom: 1px dotted #cfcfcf;
}
#wrapper-plus #box-search table th span {
	position: relative;
	display: block;
	padding: 0.5em;
	background: #d1e7f2;
}
#wrapper-plus #box-search table th span:after {
	content: '';
	display: inline-block;
	border: 1em solid transparent;
	border-left-color: #d1e7f2;
	border-right-width: 0;
	width: 0;
	position: absolute;
	right: -1em;
	top: 50%;
	margin: -1em 0 0;
}
#wrapper-plus #box-search #bt-search {
	padding: 10px 0;
	background: #eefaf5;
	text-align: center;
}

/* ページャー
--------------------------- */
#wrapper-plus .plus-pager {
	margin: 15px 0;
	text-align: right;
}
#wrapper-plus .plus-pager > p,
#wrapper-plus .plus-pager > div {
	display: inline-block;
}


/* リスト
--------------------------- */
#wrapper-plus #section-items {
	overflow: hidden;
}
#wrapper-plus #section-items .inner {
	margin: -15px 0 0 -20px;
}
#wrapper-plus #section-items .block {
	float: left;
	width: 234px;
	margin: 20px 0 0 20px;
	padding: 0 3px;
}
#wrapper-plus #section-items .block p.item-photo {
	text-align: center;
	padding: 5px;
	background: #fff;
	-moz-box-shadow: 0 0 3px #bbb;
	-webkit-box-shadow: 0 0 3px #bbb;
	box-shadow: 0 0 3px #bbb;
	margin: 0 0 20px;
}
#wrapper-plus #section-items .block p.item-photo {
	padding: 4px\9;
	border: 1px solid #ddd\9;
	*padding: 4px;
	*border: 1px solid #ddd;
}
#wrapper-plus #section-items .block ul.category-list {
	float :left;
	width: 50px;
}
#wrapper-plus #section-items .block ul.category-list li {
	margin: 0 0 5px;
}
#wrapper-plus #section-items .block .txt {
	float : right;
	width: 175px;
}
#wrapper-plus #section-items .block.icon0 .txt {
	float : none;
	width: auto;
}
#wrapper-plus #section-items .block .txt h3 {
	font-size: 16px;
	font-weight: bold;
}
#wrapper-plus #section-items .block .txt h3 span {
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	color: #888;
}
#wrapper-plus #section-items .block .txt p.item-title {
	border-top: 1px dashed #a6a6a6;
	margin: 10px 0 5px;
	padding: 10px 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #ef8e8f;
}
#wrapper-plus #section-items .block .txt p.item-update {
	color: #888;
	margin: 3px 0 0;
}


/* --------------------------- */
#wrapper-plus #section-items .block p.item-photo {
	height: 130px;
}
#wrapper-plus #section-items .block p.item-photo a {
	overflow: hidden;
	display: block;
	height: 130px;
}
