@charset "utf-8";

html {
	font-size: 10px;
}


/*
body {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-family: '游明朝', 'YuMincho', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	width: 100%;
	color: #111;
	-webkit-text-size-adjust: 100%;
}

body:last-child {
	font-family:'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游明朝', 'YuMincho', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
} */


/*clearfix*/
.clearfix:after { content:""; display:block; clear:both; height:0; }
.clearfix { *zoom: 1; }  /* IE7以下 */


a {
	color:#005aaa;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
.tal {
	text-align: left!important;
}
.tac {
	text-align: center!important;
}
.tar {
	text-align: right!important;
}

.fl {
	float:left;
}
.fr {
	float:right;
}

.center{
	margin: 0 auto;
}

.border_none {
	border:none!important;
}


.w50p {
	width: 50%;
}