@charset "utf-8";

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


/*--------------------------------------------------------画像置換inlineBlock*/
/*---------------------------------------------------------------------------*/
.textImageInlineBlock

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


/*-------------------------------------------------------------ボタン画像置換*/
/*---------------------------------------------------------------------------*/
.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;
}


/*---------------------------------------------------------------------非表示*/
/*---------------------------------------------------------------------------*/
.noScreen

{
	position:absolute;
	width:0;
	height:0;
	overflow:hidden;
}


/*----------------------------------------------------------------inlineBlock*/
/*---------------------------------------------------------------------------*/
.inlineBlock


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



/*-------------------------------------------------------------------clearfix*/
/*---------------------------------------------------------------------------*/

section:after,
ul#gnav:after,
.clearfix:after
{
	content:url(../img/px.gif);
	display:block;
	clear:both;
	height:0;
	line-height:0;
	overflow:hidden;
}



section,
ul#gnav,
.clearfix
{
	zoom:1;
	display:inline-table;
}



section,
ul#gnav,
.clearfix
{
	display:block;
}

/*-----------------------------------------------------------ドロップシャドウ*/
/*---------------------------------------------------------------------------*/

.box-effect {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
	position: relative;
	behavior: url(./css/PIE.htc);
}


/*---------------------------------------------------------------------ボタン*/
/*---------------------------------------------------------------------------*/
ul#gnav li a:hover,
.btn a:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background-repeat: no-repeat;
	background-position: left 2px;
}
