@charset "utf-8";

/* ===================================================
 - image repalce
 - clearfix
 - no screen
=================================================== */

/* ---------------------------------------------------
 image replace
--------------------------------------------------- */
.textImage,
.section_head,
.side_news_head,
.twitter_head

{
	font-size:0;
	*font-size:100%;
	overflow:hidden;
	display:block;
	height:100%;
	text-indent:-8000em;
	background-image:url(../images/common/px.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

/* ---------------------------------------------------
 image replace(inlineblock)
--------------------------------------------------- */
.textImageInlineBlock

{
	overflow:hidden;
	display:-moz-inline-box;
	display:inline-block;
	*display:inline;
	zoom:1;
	height:100%;
}

/* ---------------------------------------------------
 image replace (button ver)
--------------------------------------------------- */
.textInput

{
	margin:0;
	padding:0;
	border:none;
	font-size:1px;
	overflow:hidden;
	display:block;
	text-indent:-8000em;
	background:transparent;
	background-position:left top;
	background-repeat:no-repeat;
	outline:none !important;
}

/* ---------------------------------------------------
 no screen
--------------------------------------------------- */
.noScreen
{
	position:absolute;
	width:0;
	height:0;
	overflow:hidden;
}

/* ---------------------------------------------------
 inline block
--------------------------------------------------- */
.inlineBlock
{
	display:-moz-inline-box;
	display:inline-block;
	*display:inline;
	zoom:1;
}



/* ---------------------------------------------------
 clearfix
--------------------------------------------------- */
.clearbox:after,
#wrapper:after,
#container:after,
#header:after,
#gnav:after,
.content:after,
#main_content:after,
#sub_content:after,
#footer:after,
.main:after,
.sub:after,
.page_content_area:after,
.content .article:after,
.content .section:after,
.content .block:after,
.content .box:after,
.cast_content:after,
#map:after
{
	content:url(../images/common/px.gif);
	display:block;
	clear:both;
	height:0;
	line-height:0;
	overflow:hidden;
}

.clearbox,
#wrapper,
#container,
#header,
#gnav,
.content,
#main_content,
#sub_content,
#footer,
.page_content_area,
.main,
.sub,
.content .article,
.content .section,
.content .block,
.content .box
{
	zoom:1;
	display:inline-table;
}

.clearbox,
#wrapper,
#container,
#header,
#gnav,
.content,
#main_content,
#sub_content,
#footer,
.page_content_area,
.main,
.sub,
.content .article,
.content .section,
.content .block,
.content .box
{
	display:block;
}
