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

/* 初期化
---------------------------------------- */
html, body, div, span, object, iframe,
h1, h2:not(.ckH2), h3:not(.ckH3), 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:not(.ckTable), caption, tbody, tfoot, thead, table:not(.ckTable) tr, table:not(.ckTable) th, table:not(.ckTable) td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary, main,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
}

html {
}

body {
	font-size:62.5%; /* 1em=10pxに設定 */
	line-height:1;
	z-index:1;
	font-family:"メイリオ", Meiryo, Arial, Helvetica, "MS UI Gothic", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3:not(.ckH3),
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
	font-size:1em;
	font-weight:normal;
}

main,article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,address { 
    display:block;
	font-style:normal;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table:not(.ckTable) {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

input[type="button"],
input[type="submit"],
button {
	-webkit-appearance: button;
}

li {
	list-style:none;
}

img {
	border:0;
	vertical-align:bottom;
	-ms-interpolation-mode: bicubic;
}

li img {
	vertical-align:middle;
}

caption,
th {
	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,
button {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	box-sizing:border-box;
}

textarea {
	overflow-x:hidden;
}

/*because legend doesn't inherit in IE */
legend {
	color:#000;
}

p {
	text-align:justify;
}
