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

html {
    overflow-y: scroll;
}
body {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #6c6c6c;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	line-height: 1.25em;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
q:before, q:after {
    content: "";
}
object, embed {
    vertical-align: top;
}
hr, legend {
    display: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
img, abbr, acronym, fieldset {
    border: 0 none;
}
ul, li {
}
a:hover {
    text-decoration: none;
}
a {
    color: #0068B7;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
/* -----------------------------------------------------------
テキストの選択とコピーの無効化 2025.06
----------------------------------------------------------- */
body {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* -----------------------------------------------------------
　画像のダウンロードを禁止する 2025.06
----------------------------------------------------------- */
img {
pointer-events: none;
-webkit-user-drag: none;
user-drag: none;
}


