@charset "Shift_JIS";

/* --------------------------------------------------------------------
	リセット
--------------------------------------------------------------------- */
html {
	background:#FFF;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, figcaption, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	border:0;
	font-size: inherit;
	font-family:inherit;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
	max-height: 999999px;
	background: url(../img/usr/cmn/bg_reset.png) no-repeat left top;
	opacity: inherit;
	-webkit-transition: inherit;
	transition: inherit;
}
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #1b1b1b;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
a{
	color: #707070;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	-webkit-transition: inherit;
	transition: inherit;
}
a img{
/*	-webkit-transition: opacity 0.5s;*/
/*	transition: opacity 0.5s;*/
	border: 0;
}
input[type="image"]:hover,
a:hover img:not(.over),
a:active img:not(.over){
	-moz-opacity:0.85;
	opacity:0.85;
	filter:alpha(opacity=85);
}
li {
	list-style:none;
}
caption, th, td {
	font-weight:normal;
	text-align:left;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
