@charset "UTF-8";

*	{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
}

.font-normal *{
	font-size:100%;
}

.font-zoom *{
	font-size:103%;
}

/***** start header *****/


/***** end   header *****/


/***** start contents *****/
.loader	{
	display:none;
}
.left	{
	float:left;
}
.right	{
	float:right;
}
.center	{
	margin:0 auto;
	text-align:center;	
}
.clear	{
	clear:both;
}
.clear{
	clear:both;
	content:'';
	display:block;
}
.clear-text	{
	text-indent:-9999px;
}
.top-text{
	position:absolute;
	left:50%;
}
.top-text img{
	position:relative;
	margin-left:-520px;
	padding-top:70px;
}
.mt30{
	margin-top:30px;
}
.pt30{
	padding-top:30px;
}

.ml30	{
	margin-left:30px;	
}
img.opacity:hover{
	/*
	opacity:0.6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	*/
}
a:link, a:visited	{
	color:#006DD9;	
}
a:active, a:hover	{
	color:#f98bcc;
}




/* 2014/02/13 add */
ul.linkbn li span { background:transparent url(./arrow.png) no-repeat left 5px; display:block; padding:6.5px 0 5px 32px; }
ul.linkbn li img:hover { opacity:0.6; }
ul.linkbn a{ padding:15px 0; }
ul.linkbn a:link, ul.linkbn a:visited{ text-decoration:none; }

/***** end   contents *****/

