@charset "utf-8";

/* =========== INDEX LIST ============

   1: COMMON
   2: CHECK LIST
   3: REGIST
   4: TV

====================================== */

/* ===================================

	1: COMMON

====================================== */

/* 共通のエラーメッセージスタイル */

#common_error_msg {
	background: #FDEAEA;
	margin: 0 0 20px 0;
	padding: 15px;
	border: 2px solid #EDA7A7;
}
#common_error_msg p {
	background: url(./../../common/images/img_error_mark_arrow.png) no-repeat left center;
	margin: 0;
	padding: 0 0 0 18px;
	font-size: 92%;
	color: #CC0000;
}
#common_error_msg ul {
	margin: 0 0 -5px 0;
}
#common_error_msg li {
	background: url(./../../common/images/img_error_mark_arrow.png) no-repeat 0 3px;
	margin: 0 0 5px 0;
	padding: 0 0 0 18px;
	font-size: 92%;
	line-height: 1.5;
	color: #CC0000;
}

/** 動画サムネイルの再生ボタンマスク */

/** 大 */
.large_movie_thum {
	position: relative;
	width: 130px;
	height: 98px;
	margin: -10px 0 10px 0;
}

.large_movie_thum_play_mask {
	background: url(./../../common/images/large_movie_off.gif) no-repeat;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 130px;
	height: 98px;
	cursor: pointer;
}

.large_movie_thum :hover{
	background: url(./../../common/images/large_movie_on.gif) no-repeat;
}

/** 中 */
.middle_movie_thum {
	position: relative;
	width: 100px;
	height: 75px;
}

.middle_movie_thum_play_mask {
	background: url(./../../common/images/middle_movie_off.gif) no-repeat;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 75px;
	cursor: pointer;
}

.middle_movie_thum :hover{
	background: url(./../../common/images/middle_movie_on.gif) no-repeat;
}

/** 小 */
.small_movie_thum {
	position: relative;
	width: 65px;
	height: 50px;
}

.small_movie_thum_play_mask {
	background: url(./../../common/images/small_movie_off.gif) no-repeat;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 65px;
	height: 50px;
	cursor: pointer;
}

.small_movie_thum :hover{
	background: url(./../../common/images/small_movie_on.gif) no-repeat;
}

/** 小(動画ピックアップ） */

.tvmovie_movie_thum_mask:hover {
	background: url(./../../common/images/small_movie_on.gif) no-repeat;
}



/** 検索結果がない場合*/

#common-result_none {
	margin: 0 0 55px 0;
	padding: 30px 0 0 0;
}
#common-result_none h2, #common-result_none p {
	margin: 0 0 30px 0;
	text-align: center;
}
#common-result_none h2 {
	font-size: 136%;
	line-height: 1.5;
	color: #0066CC;
}

/* ===================================

	2: CHECK LIST

====================================== */

#no-checklist {
	width: 560px;
	background: #FFFBF0;
	border: 3px solid #D4C8A5;
	text-align: center;
	margin:  50px 0 50px 20px;
	padding: 20px 20px 20px 20px;
	font-size: 115%;
	font-weight: bold;
}

/* ===================================

	3:REGIST

====================================== */

table input.btn {
	width: auto;
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-right: 2px solid #808080;
	border-bottom: 2px solid #808080;
	padding: 2px 5px;
}

/* error message */
.block-error-msg {
	border: 2px solid #dcdcdc;
	background: #f7f6f7;
	margin: 0 0 15px;
	padding: 18px 22px;
}
.block-error-msg li {
	background: url(./../../common/images/img_error_mark_arrow.png) no-repeat 0px 5px;
	padding: 1px 0 1px 17px;
	color: #cc0000;
	font-weight: bold;
}

table .error-msg span {
	background: #de0078;
	color: #fff;
	padding: 1px 0;
	margin: 0 0 3px 0;
	line-height: 1.5;
}


/* ===================================

	4:SEARCH

====================================== */
/* 先輩学校レポート_いろいろな条件からさがす のカテゴリをクリックされた時に背景をピンクにする処理*/
#block-senpai-header-top li.selected a, #block-senpai-header-top li.selected a:hover {
	background: #e964ae;
	color: #FFF;
}


/* ===================================

	以下TF追加分

====================================== */
a img {
	line-height: 0;
	vertical-align: top;
}
