@charset "shift_jis";
/* ===================================================================
CSS information

 file name  :  default.css
 style info :  基本スタイル指定
=================================================================== */
/* body and base setting
---------------------------------*/
body {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#000;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	width:100%;
	min-width:320px;
	background:#fff;
	margin:auto;
	position:relative;
}
@media screen and (max-width:720px) {
body {
	overflow-x:hidden;
}
}
	

/* general params
---------------------------------*/
html {
	font-size:14px;
	padding:0;
	margin:0;
	background:#fff;
}
h1,h2,h3,h4,h5,h6,p,ul{
	margin: 0;
	padding:0;
}
p {
	color: #030000;
	letter-spacing: 0;
	line-height: 1.6;
}
ul{
	list-style: none;
}
a {
	color: #000;
	outline:none;
	overflow:hidden;
}
a:link,
a:visited {
	text-decoration: underline;
}
a:active,
a:hover {
	text-decoration: none;
}
img {
	display: block;
	width: 100%;
}
