@charset "Shift-JIS";
/*******************************************

title {
	KTV Kansai Telecasting Corporation;
}

about {
	404ページ専用 CSS;
}

issue date {
	2009.09.01;
}

revision date {
	2009.09.01;
}

*******************************************/

/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */



/*-----------------------------------------------------
              htmlのbodyタグに対して
						・2016/7/13 pタグにかかるように修正
-----------------------------------------------------*/
div#notfound p {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	background-color: #FFF;
}

/*-----------------------------------------------------
           #GlobalContainer > #GlobalNavi
-----------------------------------------------------*/
#globalNavi {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

h1 {
	height: 0;
	width: 0;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
}

p#pagetop {/*PAGETOPに戻る用アンカー*/
	height: 0;
	width: 0;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
}


div#body {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

div#body div#container {
	margin: 0 auto;
}

/*---------------------------------------------------
                     [mainHeader]
-----------------------------------------------------
                         上部
-----------------------------------------------------
           #body > #globalContainer > #mainHeader
-----------------------------------------------------*/

#globalContainer {
	margin: 0 auto;
	text-align: center;
}

div#contentMain_404 {
	width:678px;
	margin: 100px auto;
	background: url(https://www.ktv.jp/img/error/bg_404.gif) no-repeat center top;
	text-align: left;
}

div#contentMain_Move {
	width:678px;
	margin: 100px auto;
	background: url(https://www.ktv.jp/img/error/bg_move.gif) no-repeat center top;
	text-align: left;
}

div#notfound {
	width:578px;
	padding: 0 50px;
}

div#notfound a { color: #F70; }


/*番組ロゴ*/
div#notfound h2 {
	display: none;
}

div#notfound h3 {
	display: block;
	height: 110px;
	text-indent: -9999px;
	margin-top: 0;
}

/*内容*/
div#notfound p {
	color: #555;
	padding: 15px 5px;
}

/*EOC*/


