﻿/***************************************************************************
 * search_php.css
 *--------------------------------------------------------------------------
 * 対象ファイル：search.php
 ***************************************************************************/
@charset "utf-8";

/***************************************************************************
 * body
 ***************************************************************************/
body  {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

/***************************************************************************
 * ページャー
 ***************************************************************************/
.pager{
	height:20px;
	width: 100%;
	background: #cccccc;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	text-align: left;
}
.pager a:link,a:visited,a:active{
	color: #0000FF;
}
.pager a:hover{
	color: #FF0000;
}

/***************************************************************************
 * ページャー：選択ページ番号
 ***************************************************************************/
.pager_select_number{
	font-size:100%;
}

/***************************************************************************
 * ページャー：未選択ページ番号
 ***************************************************************************/
.pager_nonselect_number{
	font-size:90%;
	color: #0000FF;
}

/***************************************************************************
 * 動画総件数
 ***************************************************************************/
.pager_count_number{
	font-size:90%;
}

/***************************************************************************
 * 動画一覧
 ***************************************************************************/
.vllist { 
	width: 96%;
	background: #FFFFFF;
	margin: 0 auto;
	padding-top:10px;
	text-align: left;
} 

/***************************************************************************
 * 動画タイトル
 ***************************************************************************/
.vltitle {
	font-size:14px;
	color: #483D8B;
}

/***************************************************************************
 * 動画説明
 ***************************************************************************/
.vltags {
	font-size:12px;
	color: #696969;
	word-break: break-all;
	padding-right:5px;
}

/***************************************************************************
 * 動画一覧テーブル
 ***************************************************************************/
.vltbl{
	padding-top:5px;
	width:96%;
}

.vltr {
	text-align: center;
}

.vltd {
	vertical-align:top;
	text-align:left;
}

/***************************************************************************
 * 線
 ***************************************************************************/
.hr {
	width:100%;
	border-style:dotted;
	border-color:#CCCCCC;
}

/***************************************************************************
 * ▲トップに戻る
 ***************************************************************************/
.link_to_top {
	width:96%;
	text-align:right;
	clear:both;
	font-size: 80%;
}
.link_to_top a:link,a:visited,a:active{
	color: #666666;
}
.link_to_top a:hover{
	color: #FF0000;
}

/***************************************************************************
 * システムメッセージ
 ***************************************************************************/
.msg_text {
	margin: 10px 0 0 5px;
	color: #990000;
	font-weight:bold;
	font-size: 16px;
	text-align:left;
}

