<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*/////////////////////////////////////////////////////////////
basic css for initialize of broswer default
LAST UP DATA:2012/12/26 by web6
//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	=初期化
------------------------------------------------------------ */

*{
	font-style:normal;
	}
html{
	margin:0;
	padding:0;
	}
body{
	margin:0;
	padding:0;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size:62.5%;
	line-height:240%;
	}
a{
	color:#0086d2;
	text-decoration:none;
	}
a:hover{
	color:#0086d2;
	text-decoration:underline;
	}
div,p,
dl,dt,dd,ul,ol,li,
pre,map,
form,fieldset,
blockquote,input,textarea
table,thead,tbody,tfoot,caption,th,td,br{
	margin:0;
	padding:0;
	}
h1 , h2 , h3 , h4 , h5 , h6 {
	font-weight: normal;
	margin:0;
	padding:0;
	}
hr{
	display:none;
	}
ol,li{
	list-style:none;
	}
fieldset , img { 
	border: 0;
	vertical-align: bottom;
	}
address , caption , cite , code , dfn , em , strong , th , var {
	font-style: normal;
	font-weight: normal;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size:inherit;
	font:100%;
	}
q:before , q:after {
	content: '';
	}
abbr , acronym {
	border: 0;
	}
textarea {
	font-size: 100%;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	}
object,embed{
	vertical-align:top;
	}
.clear{
	clear:both;
	}

/* ------------------------------------------------------------
	=clearfix
------------------------------------------------------------ */
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
.clearfix{
	display: inline-block;
	}
/* ------------------------------------------------------------
	=特殊処理部分
------------------------------------------------------------ */
.X4051skip:before,.X4051skip:after{
	content:" ";
	font-size:0.7em;
	}
	/* 英単語をこのclassでマークアップすることにより前後に半角スペースを挿入する。　つまりテキスト原稿データ上に、スキマ表現のための半角スペース挿入は不要になる。
	　・無駄な半角スペースはデータ上ではいらない
	　・一方で可読性向上のため英単語の前後で少し余白を設けたい
	　　　↓
		気分的には、JIS X 4051の四分アキを擬似的に実現したい、みたいな。*/
.break:after{
	content:"\A";
	white-space:pre;
	}
	/* テキスト的には改行していないがブラウザのレンダリング結果では改行させたいときに。*/
</pre></body></html>