@charset "UTF-8";

/* BASIC
--------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}

html {
	height:100%;
	overflow-y:scroll;
}
body {
	min-width:1030px;
	position:relative;
	line-height:1.7;
	text-align:center;
	color:#333;
	letter-spacing:0;
	background:#fff;
    font-family: "ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"游ゴシック体","Yu Gothic",YuGothic,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	margin:0;
	padding:0;
	-webkit-text-size-adjust:100%;
}

br { letter-spacing:0; }
img{ border:0 none; }
input,select,textarea,button { vertical-align:middle;color:#333; }
textarea{ padding:1px;color:#333; }
table,td,th{ color:#333;padding:0;border:none;border-collapse:separate; }
ul,ol,li { list-style:none; }
a {outline:none;}
em{font-style:normal !important;}

body { font-size:14px; }
*+html body{ font-size:78%; }
* html body { font-size:74%; }
body * { font-size:100%; }

img{
	max-width: 100%;
	/max-width:none;
	vertical-align:bottom;
}


/* LINK
--------------------------------------------------------------*/
a , a *{
	cursor:pointer;
}
a {
	text-decoration:underline;
	color:#333;
}
a:active,
a:hover {
	text-decoration:none;
    color:#0091d7;
}




