﻿/* 全体 */
body, th, td { font-size:10pt;font-family: 'MS UI Gothic';  }
a{
	transition: background-color 1s;
	text-decoration:none;
}
a:visited{
	text-decoration:none
}
a:hover{
	text-decoration:underline;
	background-color: #D0D0FF;
}
img{border:0}

/* 検索結果項目 */
a.item{
	color:#FF0000;
}
div.item{
	float: left;
	font-weight: bold;
	font-size: 16px;
	height: 190px;
}
div.dHead {
//	width: 90vw;
}
div.dBody {
	width: 98vw;
	overflow-y: scroll;
	overflow-x: hidden;
//	height: 700px;
	background-color: rgb(250, 245, 240);
}

/* サムネイル・ポップアップ */
a:hover.thumbnail {
	position: relative;
}
a:hover.thumbnail span.popup {
	display: block;
	position: absolute;
	top: -20px;
	left: 40px;
}
span.popup {
	display: none;
}

/* ページ番号のボタン */
.btn,
a.btn,
button.btn {
	font-size: xx-small;
	font-weight: 700;
	display: inline-block;
#	padding: 0.5rem 0.5rem;
	padding: 0.5rem 0.7rem;
	cursor: pointer;
	transition: all 0.2s;
	vertical-align: middle;
	text-decoration: none;
#	border-radius: 1.5rem;
	border-radius: 10px;
	border: 1px solid #707070;
}
a.btn-page {
	color: #707070;
	background-color: #F0F0F0;
#	border-bottom: 5px solid #A0A0A0;
	border-bottom: 5px solid #707070;
}
a.btn-page:hover {
	margin-top: 3px;
	color: #505050;
	background: #C0C0F0;
#	border-bottom: 1px solid #808080;
	border-bottom: 1px solid #707070;
}
a.btn-page-view {
	color: #FAFAFA;
	background: #A0A0A0;
#	border-bottom: 3px solid #808080;
	border-bottom: 3px solid #707070;
}
