@charset "utf-8";
/* CSS Document */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.8em;
	-webkit-text-size-adjust: 100%;
}
ol, ul {
	list-style: none;
}
:focus{
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
}
th, td {
	padding: 5px;
}
td.price {
	text-align: right;
}
th.center, td.center {
	text-align: center;
}
th.left, td.left {
	text-align: left;
}
th.right, td.right {
	text-align: right;
}
img {
	border: none;
}
a {
	color: #09C;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #0CF;
	text-decoration: none;
}
a:hover img {
	filter: alpha(opacity=70) !important;
	-moz-opacity: 0.7 !important;
	opacity: 0.7 !important;
}
div {
	display: block;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.clearfix {
	display: inline-table;
}
.clearfix:after {  
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}  
.clear {
	width: 0px;
	height: 0px;
	margin: 0;
	padding: 0;
	clear: both;
}
.space {
	width: 0px;
	height: 20px;
	margin: 0;
	padding: 0;
	clear: both;
}
.space40 {
	width: 0px;
	height: 40px;
	margin: 0;
	padding: 0;
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
img.fl {
	margin-right: 10px;
}
img.fr {
	margin-left: 10px;
}
.Lfont {
	font-size: 150%;
}
.Mfont {
	font-size: 120%;
}
.Sfont {
	font-size: 90%;
}
.SSfont {
	font-size: 80%;
}
.underline {
	display: block;
	border-bottom: 1px solid #CCC;
}
.red {
	color: #C00;
}
.blue {
	color: #06C;
}
.center_txt {
	text-align: center;
}
.right_txt {
	text-align: right;
}
.left_txt {
	text-align: left;
}
.zoom {
	padding: 3px 0 0 20px;
	background-image: url(../img/zoom.png);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #666;
	line-height: 1.5em;
}

@media all and (min-width: 768px) {
	.pc, .tb, .pc_tb {
		display: block;
	}
	.sp {
		display: none;
	}
}
@media all and (max-width: 767px) {
	.tb, .pc_tb {
		display: block;
	}
	.pc, .sp {
		display: none;
	}
}
@media all and (max-width: 480px) {
	.sp {
		display: block;
	}
	.pc, .tb, .pc_tb {
		display: none;
	}
}