@charset "Shift_JIS";

/* ---------------------------------------
 reset.css
---------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

input {
	outline: none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
}
ins {
	color: #000;
	text-decoration: none;
	background-color: #ff9;
}
mark {
	color: #000;
	font-style: italic;
	font-weight: bold;
	background-color: #ff9;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted inherit;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: #CCC 1px solid;
	display: block;
}
small {
	font-size: 12px;
}
input, select {
	margin: 0;
	vertical-align: middle;
}

/* ---------------------------------------
 display_switch.css
---------------------------------------- */
p.switch_btn_ { width: 72px; float: right; font-size: 12px; font-weight: bold; text-align: center; display: none;}
p.switch_btn_ a { width: 70px; height: 24px;}
.switch_banner_ { width: 950px; margin: 0 auto; position: relative; text-align: center; display: none;}
.switch_banner_btn_ { position: absolute; top: 2px;}
.switch_btn_ { 
	border: #d1d1d1 1px solid; 
	border-radius: 2px; 
	display: table-cell; 
	vertical-align: middle; 
	cursor: pointer; 
	color: #202020; 
	background: #e9e9e9; 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F5F5F5), color-stop(0.00, #e9e9e9)); 
	background: -webkit-linear-gradient(#F5F5F5, #e9e9e9); 
	background: -moz-linear-gradient(#F5F5F5, #e9e9e9); 
	background: -o-linear-gradient(#F5F5F5, #e9e9e9); 
	background: linear-gradient(#F5F5F5, #e9e9e9);
}
.switch_btn_:link { color: #202020; text-decoration: none;}
.switch_btn_:visited { color: #202020; text-decoration: none;}
.switch_btn_ a { color: #202020 !important;}
.switch_btn_ a:link { color: #202020; text-decoration: none;}
.switch_btn_ a:visited { color: #202020; text-decoration: none;}
