@charset "utf-8"; /* 文字エンコードの設定（削除不可） */

/* ********************************************** */
@media screen{ /* スクリーンメディア用 */
/* 全称 */
* {
	margin : 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}
/* html・body */
html	{	}
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Verdana, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 140%;
}
/* 見出し */
h1{ }
h2,h3,h4,h5,h6 {
	margin: 1em 0;
}
h2 {
	border: 1px #0c6ed8 solid;
	border-left: 5px #0c6ed8 solid;
	padding: 3px 10px;
	font-size: 100%
}
h3	{
	border-top: 1px #0c6ed8 solid;
	border-bottom: 1px #0c6ed8 solid;
	border-left,border-right: 0px #0c6ed8 solid;
	padding: 3px 10px;
	font-size: 100%

	}
h4	{	}
h5	{	}
h6	{	}
/* 画像 */
img {
	max-width: 100%;
}
a img	{	}

/* 各#ID＆.class */
body#INDEX	{	}

div#PAGETOP {
	margin: 0 auto;
	max-width: 640px;
}

/* header */
div#HEADER {
}
h1 {
	text-align: center;
	margin: 1em auto;
	font-size: 12pt
}
#PAN {
	display: inline;
	font-size: 80%;
}
/* menu */
div#MENU {
	clear: both;
}
div#MENU h2 {
	display: none;
}
div#MENU ul {
	text-align: center;
	margin: 0 auto;
	max-width: 640px;
	background-color: #e6fbff;
}
div#MENU ul li {
	display: inline;
	text-align: center;
	padding: 3px 10px;
	
}


/* section */
div#KIZI {
	clear: both;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #999;
}
div.text {
	margin: 0 1em;
}
ul.modori {
	list-style-type: none;
	text-align: right;
}
ul.modori li {
	text-decoration: none;
}
ul.bn {
	list-style-type: none;
	margin: 0 10px;
}
ul.bn li {
	display: inline;
}
div#entry ul {
	margin: 0 1em;
}

/* footer */
div#FOOTER {
	margin-top: 1em;
}
div#FOOTER h2 {
	display: none;
}
	div#FOOTER ul{
		list-style-type: none;
		text-align: right;
	}
		li#FOOTER01	{	}
		li#FOOTER02	{	}
		li#FOOTER03	{	}

}


/* 段落 */
p {
	padding-bottom: 1em;
}

/* 罫線 */
hr	{	}

/* 強制改行 */
br	{	}

/* アンカー */
a:link,
a:visited {
	color: #0c6ed8;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	color: #318536;
	text-decoration: underline;

}

/* 強調・追加・削除 */
em	{	}
strong	{	}
ins	{	}
del	{	}

/* フォーム */
form	{	}
fieldset {
	border-style: none;
}
input,textarea{
	font-size: 16px;
}
legend	{	}

label	{	}

input	{	}
	input[type="text"]	{	}
	input[type="checkbox"]	{	}
	input[type="radio"]	{	}
	input[type="button"]	{	}
	input[type="submit"]	{	}
	input[type="reset"]	{	}
	input[type="image"]	{	}

textarea	{	}
select	{	}
option	{	}
optgroup	{	}

/* ボタン */
button	{	}
	button[type="button"]	{	}
	button[type="submit"]	{	}
	button[type="reset"]	{	}

/* リスト */
ol	{	}
	ol li	{	}
ul	{	}
	ul li	{	}
dl	{	}
	dt	{	}
	dd	{	}
ul.tx {
	margin: 1em;
}
ul.tx li {
	margin: 0.5em 0;
}

/* アドレス */
address {
	font-style: normal;
}

/* テーブル */
table	{	}
caption	{	}
thead	{	}
tbody	{	}
tfoot	{	}
tr	{	}
	thead tr	{	}
	tbody tr	{	}
	tfoot tr	{	}
th	{	}
	thead th	{	}
	tbody th	{	}
	tfoot th	{	}
td	{	}
	thead td	{	}
	tbody td	{	}
	tfoot td	{	}


/* 引用 */
blockquote	{	}
q	{	}

/* 参照元 */
cite	{	}

/* 整形済みテキスト */
pre	{	}

/* コード・出力サンプル */
code	{	}
samp	{	}

/* キーボード */
kbd	{	}

/* 変数・置き換え可能語 */
var	{	}

/* 定義語 */
dfn	{	}

/* 省略語 */
abbr, acronym	{	}

/* 書字方向指定 */
bdo	{	}

/* インラインフレーム */
iframe	{	}

/* オブジェクト */
object	{	}

/* ノースクリプト */
body noscript	{	}

/* ノーフレーム */
body noframes	{	}

/* 上付き文字・下付き文字 */
sup	{	}
sub	{	}

/* その他物理要素 */
b	{font-weight:bold;}
i	{font-style:italic;}
big	{font-size: larger;}
small	{font-size: smaller;}
tt	{	}

/* ********************************************** */
@media handheld, tty{ /* モバイルメディア用 */

/* (仮) */
div	{position: static;}

}
/* ********************************************** */
@media print{ /* 印刷メディア用 */

/* (仮) */
body	{background-color:#ffffff; color:#000000; font-family:Serif;}
a[href]::after	{content:" ("attr(href)")";}
#pics a[href]::after,
.img a[href]::after {content:"";}
ul#PAN,ul.modori,#MENU,#FOOTER	{display: none;}
div	{position: static;}

}