@charset "Shift_JIS";

/*-------------------------------------------------------
	リセットCSS
--------------------------------------------------------*/
html{
	color:#333;
	font-family:sans-serif;
}
body{
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,h6,em,strong {
	font-weight:normal;
	font-style:normal;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
th {
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}
ul,ol,li {
	list-style-type:none;
}
img {
	border:0;
	vertical-align:bottom;
}
a img {
	vertical-align:middle;
}

/* font reset */
body {
	font-size:13px;
	*font-size:small;
	*font:x-small;
	font-size:small\9;/* IE8向け */
	line-height:140%;
}
/* IE9向け */
:root body {
	font-size:small \0/;
}
select,input,button,textarea {
	font-size:99%;
}
table {
	font-size:inherit;
	font:100%;
}

/* clearfix */
.clearfix:after {
	content:"";
	display:block;
	clear:both;
}
.clearfix {
	zoom:1;
}

/*===================================
	link
=====================================*/

a,
a:visited {
	color: #3399cc;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #ff6699;
	text-decoration: underline;
}

