@charset "utf-8";

/* CSS Document */
/* Begin of default.css */

* {
	margin:0;
	padding:0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	outline:none;
}

html {
	overflow-y:scroll;	/* css3 : 縦スクロールバー領域を確保 */
}

body {
	width:100%;
}

body,
h1, h2, h3, h4, h5, h6 {
	font-size:medium;
	font-weight:normal;
	font-style:normal;
}

div {
	zoom:1;		/* for IE 5.5-7 */
}

table, img, iframe {
	border:none;
}

table {
	border-collapse:collapse;
}

img {
	vertical-align:bottom;
}

ul li,
dl dt,
dl dd {
	list-style:none;
}

address {
	text-align:left;
}

a,
a:link,			/* 順番は、必ず link, visited, hover, active */
a:visited,
a:hover,
a:active {
	text-decoration:none;
	color:#666633;
}

strong {
	font-weight:bold;
}

/* clear fix */	

.clearfix:after {
	content:"";
	display:block;
	clear:both;
}
p{
	line-height: 22px;
}


#goto_mobile{
display: block;
}

/* End of default.css */