@charset "utf-8";

/*------------------------------------------------------------

タグ基本設定／部品など

------------------------------------------------------------*/

/* フォント設定（OS振り分け）
------------------------------------------------------------*/

*{
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,sans-serif;
}

body.win *{
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

body.mac *{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	font-size:75%;
}


/* 常用設定など
------------------------------------------------------------*/
body{
	background:url(/images/sub_common/cont_back.jpg) no-repeat center 67px #ffffff;
	color:#333;
	font-size:12px;
	_font-size:75%;
	line-height:150%;
	-webkit-text-size-adjust: 100%;
}

a{text-decoration:none;}
a:link{
	color:#0053a6;
	text-decoration:none;
}
a:visited{
	color:#0053a6;
	text-decoration:none;
}
a:hover, a:active{
	color:#0053a6;
	text-decoration:underline;
}


/* clear用
------------------------------------------------------------*/
.clearfix{
	zoom:100%;
}

.clearfix:after{
	content: ".";
	font-size: 0.1px;
	line-height: 0;
	display: block;
	height: 0.1px;
	visibility: hidden;
	clear: both;
}
