@charset "utf-8";

html { margin: 0; padding: 0; }

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 14px;
	line-height: 1.5;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic" ,"Meiryo UI","SimSun","Microsoft JhengHei","Malgun Gothic","Angsana New",;
}

@media screen and (min-width: 641px) {
body{
	font-size:18px;
 line-height:1.7;
}
html, body{
height:100%;
}

.skrollr-desktop body {
		height:100% !important;
	}
 
}

p, ul, ol, dl, table, pre { margin:0; padding: 0; }
h1, h2, h3, h4, h5, h6 { margin :0; padding: 0;}
ul { list-style: none; }
li, dt, dd {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}

table {
	border: 0;
	border-collapse: collapse;
}
th, td {
	text-align: left;
	font-weight: normal;
}

li p:first-child,
th p:first-child,
td p:first-child {
	margin-top: 0;
}

input, textarea {
	font-size: 12px;
	line-height: 1.4;
}

pre {
	font-size: 12px;
}

img {
	border: 0;
	vertical-align: bottom;
}
img {
width:100%;
max-width: 100%;
height: auto;
}

a{ text-decoration:none;}

a:link,
a:visited,
a:hover,
a:active { color: #000; text-decoration:none; outline: 0 none; }

header, footer, article, section, aside, nav, figure, figcaption ,picture { display: block; }
