@charset "UTF-8";
/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th
 {
	margin:0;
	padding:0;
}
fieldset,
img {
	border:0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}

caption,
th {
	text-align:left;
}

li {
	list-style:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
.jshowoff-slidelinks
a:hover, .jshowoff-controls a:hover {
	border:0;
	font-variant:normal;
}
#Mcharge #data_block .data .class{
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,
textarea,
select {
}

legend {
	color:#000;
}


body {
	font:12px arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

select,
input,
button,
textarea {
	font-family: arial, helvetica, clean, sans-serif;
}

table {
	font-size:inherit;
}

pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
}
br {
	clear:both;
	margin:0;
	padding:0;
}


/* 全体構造
-------------------------------------------------------------------------------------------------------- */
html{
	background-color: #ffffff;
}
body{
	text-align: left;
	color: #0b0b0b;
	font-family: Verdana, "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "ＭＳ Pゴシック", Osaka, sans-serif;
	font-size: 12px;
	line-height: 1.45em;
}

/* div clearfix
-------------------------------------------------------------------------------------------------------- */

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
