input[type="checkbox"].ExpandCheckBox {
  display: none;
}
 
input[type="checkbox"].ExpandCheckBox + .ExpandHeader {
  width:auto;
  display:block;
 
  text-align:left;
  background-color:#F5F5F5;
  font-size:14px;

  line-height: 1.75em;
 
  border:solid 0px #ffffff;
}
 
input[type="checkbox"].ExpandCheckBox:checked + .ExpandHeader {
  width:auto;
  display:block;
 
  text-align:left;
  background-color:#F5F5F5;
   
  border-top:solid:none;
  border-left:solid 0px #cccccc;
  border-right:solid 0px #cccccc;
  border-bottom:none;
}
 
input[type="checkbox"].ExpandCheckBox + label + div.panel {
  display: none;
}
 
input[type="checkbox"].ExpandCheckBox:checked + label + div.panel {
  display: block;
  width:auto;

  border-top:solid 0px #cccccc;
  border-left:solid 1px #cccccc;
  border-right:solid 1px #cccccc;
  border-bottom:solid 0px #cccccc;

  margin-top:-10px;
  margin-bottom:-10px;
}

img {
image-rendering: -webkit-optimize-contrast;
}



p.button a {
/* 表示形態 */
display: inline-block;
/* サイズ */
width: 15.5%;
/* 枠線 */
border-style: solid;
border-width: 2px;
border-color: #f3f3f3 #cccccc #cccccc #f3f3f3;
/* 角丸 */
-webkit-border-radius: 1px; /* Chrome,Safari */
-moz-border-radius: 1px;/* Firefox */
border-radius: 1px; /* CSS3 */
/* 余白 */
padding-top: 3px;
padding-bottom: 3px;
padding-left: 0px;
padding-right: 0px;
margin-top: 3px;
margin-bottom: 3px;
margin-left:0px;
margin-right: 1px;
/* 文字装飾 */
font-weight: normal;
/* 背景 */
background-color: #F0F8FF;
/* 行高 */
line-height: 1em;
/* 空白・改行の扱い */
white-space: nowrap;
}

p.button2 a {
/* 表示形態 */
display: inline-block;
/* サイズ */
width: 100%;
/* 枠線 */
border-style: solid;
border-width: 0px;
border-color: #ccc #999 #999 #ccc;
/* 余白 */
padding-left: 3px;
margin-left: 3px;
/* 文字装飾 */
font-size: 12px;
text-decoration: none;
font-weight: normal;
/* 背景 */
background: none;
/* 行高 */
line-height: 1.5em;
/* 空白・改行の扱い */
white-space: nowrap;
}

p.button3 a {
/* 表示形態 */
display: inline-block;
/* サイズ */
width:auto;
/* 余白 */
padding-top:5px;
padding-bottom:5px;
padding-left:6px;
padding-right:6px;
margin-top:4px;
margin-bottom:4px;
margin-left:0px;
margin-right:-1px;
/* 枠線 */
border-style: solid;
border-width: 1px;
border-color: #ccc #999 #999 #ccc;
/* 文字装飾 */
font-size: 12px;
font-weight: normal;
font-color: #333333;
line-height: 100%;
/* 文字位置 */
text-align:center;
}


/* スクロールバー設定 */
html, body { scrollbar-base-color: #f0e1dc; }
@media screen and (min-width:641px){
}


/* リンクテキストの設定 */
a:link {
 font-size: 10pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 font-weight: normal;
 color: #666666;
 background: transparent;
 text-decoration: none;
 line-height: 125%;
 border-color: #ccc #999 #999 #ccc;
}
a:visited {
 font-size: 10pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 font-weight: normal;
 color: #993399;
 background: transparent;
 text-decoration: none;
 line-height: 125%;
}
a:hover {
 font-size: 10pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 font-weight: normal;
 color: #ffcccc;
 background: transparent;
 text-decoration: underline;
 line-height: 125%;
}
a:active {
 font-size: 10pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 font-weight: normal;
 color: #ffcccc;
 background: transparent;
 text-decoration: none;
 line-height: 125%;
 border-color: #999 #ccc #ccc #999;
}

a.current {
color: #ffffff;
background-color: #d3d3d3;
}


/* PCだけ表示 */
#pconly {
display: visible;
width:auto;
height:auto;
text-align: left;
font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
}

/* スマホだけ表示 */
#smartonly {
display: none;
}


/* 全体を囲う */
#container {
/* 全体幅 */
width:700px;
/* 全体高さ */
height:auto;
/* 余白 */
margin:0 10px;
padding:0;
/* 全体枠 */
border-right:1px solid #ffffff;
border-left:1px solid #ffffff;
text-align: left;
font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
}

/* ヘッダ（上部分）*/
#header {
/* 全体幅 */
width:700px;
/* 全体高さ */
height:auto;
/* 余白 */
margin-left: 0px;
padding: 0px;
/* 背景色 */
background-color:#ffffff;;
/* 枠線 下 */
border-bottom:1px solid #ffffff;
/* 文字色 */
color:#0a9;
text-align: left;
}

/* タイトル（記事の上部分）*/
#title {
/* 全体幅 */
width:700px;
/* 全体高さ */
height:auto;
/* 余白 */
margin-top: 10px;
margin-bottom: 10px;
margin-left: 0px;
padding: 0px;
/* 背景色 */
background-color:#ffffff;
/* 枠線 下 */
border-bottom: 1px solid #663300;
/* 背景色 */
background-color: #ffffff;
/* 文字色 */
color: #663300;
 font-size: 18pt;
 font-family: Meiryo UI,MS UI Gothic,MS P ゴシック,Osaka,sans-serif;
 font-weight: normal;
 text-align: left;
}

/* タイトル（閉店）*/
#title_heiten {
	/* 全体幅 */
	width:auto;
	/* 全体高さ */
	height:auto;
	/* 余白 */
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	/* 枠線 下 */
	border-bottom:0px solid #cccccc;
	/* 背景色 */
	background-color: #ffffff;
	/* 文字色 */
	color: #FF0000;
               font-size: 12pt;
               font-family: Meiryo UI,MS UI Gothic,MS P ゴシック,Osaka,sans-serif;
               font-weight:bold;
               text-align:left;
}

/* タイトル（コラムの上部分）*/
#title_column {
/* 全体幅 */
width:700px;
/* 全体高さ */
height:auto;
/* 余白 */
margin-top: 0px;
margin-bottom: 5px;
padding: 0px;
/* 背景色 */
background-color:#ffffff;
/* 枠線 下 */
border-bottom: 1px dashed #663300;
/* 背景色 */
background-color: #ffffff;
/* 文字色 */
color: #997366;
font-size: 18pt;
font-family: Meiryo UI,MS UI Gothic,MS P ゴシック,Osaka,sans-serif;
font-weight: normal;
text-align: left;
}


/* 写真と地図（左部分）*/
#left {
/* 左配置 */
float:left;
/* 幅 */
width: 230px;
/* 高さ */
height:auto;
/* 余白 */
margin-top: 5px;
padding: 0px;
/* 背景色 */
background-color:#ffffff;
/* 文字色 */
color:#666;
font-size: 0.8em;
font-family: Meiryo UI,MS UI Gothic,MS P ゴシック,Osaka,sans-serif;
font-weight: normal;
text-align: left;
}

/* コラムの広告欄（左部分）*/
#left_column {
/* 左配置 */
float:left;
/* 幅 */
width: 220px;
/* 高さ */
height:auto;
/* 余白 */
margin: 0;
padding: 0px;
/* 背景色 */
background-color:#ffffff;
/* 文字色 */
color:#666;
font-size: 0.8em;
font-family: Meiryo UI,MS UI Gothic,MS P ゴシック,Osaka,sans-serif;
font-weight: normal;
text-align: left;
}

/* 内容（中央部分：普通の記事） */
#main {
float:left;
width: 250px;
height:auto;
margin-top: 10px;
margin-right: 5px;
margin-left: 5px;
padding: 20px;
border-left:1px solid #ffffff;
border-right:1px solid #ffffff;
background-color: #e1f0dc;
color:#666;
line-height: 120%;
font-family: Meiryo UI,MS UI Gothic,MS P ゴシック,Osaka,sans-serif;
font-weight: normal;
text-align: left;
}

/* 内容（中央部分：コラム） */
#main_column {
float:left;
width: 280px;
height:auto;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding: 20px;
border-left:1px solid #ffffff;
border-right:1px solid #ffffff;
background-color:#fff8dc;
color:#666;
line-height: 120%;
font-family: Meiryo UI,MS UI Gothic,MS P ゴシック,Osaka,sans-serif;
font-weight: normal;
text-align: left;
}

/* メニュー（右部分） */
#right {
float:left;
width: 160px;
height:auto;
margin-top: 0px;
margin-left: 5px;
margin-right: 0px;
padding: 0px;
color:#ffffff;
border:0px solid #ffffff;
background-color: #ffffff;
color:#808080;
line-height: 100%;
overflow-y: visible;
font-family: Meiryo UI,MS UI Gothic,MS P ゴシック,Osaka,sans-serif;
font-weight: normal;
text-align: left;
font-size:100%;
}

/* コラム（右部分） */
#right_column {
float:left;
width: 130px;
height:auto;
margin-top: 0px;
padding: 0px;
color:#ffffff;
border:0px solid #ffffff;
background-color: #ffffff;
line-height: auto;
overflow-y: visible;
font-family: Meiryo UI,MS UI Gothic,MS P ゴシック,Osaka,sans-serif;
font-weight: normal;
text-align: left;
}


/* 内容（トップページ左段） */
#top_main_1 {
float:left;
width: 32%;
height:auto;
margin-top: 0px;
margin-left: 0px;
margin-right: 5px;
padding: 0px;
border-left:0px solid #ffffff;
border-right:0px solid #ffffff;
background-color: #ffffff;
color:#666;
line-height: 120%;
font-family: Meiryo UI,MS UI Gothic,MS P ゴシック,Osaka,sans-serif;
font-weight: normal;
text-align: left;
}

/* 内容（トップページ中央段） */
#top_main_2 {
float:left;
width: 32%;
height:auto;
margin-top: 0px;
margin-left: 5px;
margin-right: 5px;
padding: 0px;
border-left:0px solid #ffffff;
border-right:0px solid #ffffff;
background-color: #ffffff;
color:#666;
line-height: 120%;
font-family: Meiryo UI,MS UI Gothic,MS P ゴシック,Osaka,sans-serif;
font-weight: normal;
text-align: left;
}

/* 内容（トップページ右段） */
#top_main_3 {
float:left;
width: 32%;
height:auto;
margin-top: 0px;
margin-left: 5px;
margin-right: 0px;
padding: 0px;
border-left:0px solid #ffffff;
border-right:0px solid #ffffff;
background-color: #ffffff;
color:#666;
line-height: 120%;
font-family: Meiryo UI,MS UI Gothic,MS P ゴシック,Osaka,sans-serif;
font-weight: normal;
text-align: left;
}


/* フッタ（下部分） */
#footer {
/* 全体幅 */
width:700px;
/* 全体高さ */
height:auto;
clear:both;
/* 背景色 */
background-color:#ffffff;
/* 余白 */
padding:0px;
/* 枠線 上 */
border-top:1px solid #ffffff;
/* 文字色 */
color:#666;
text-align: left;
font-family: Meiryo UI,MS UI Gothic,MS P ゴシック,Osaka,sans-serif;
font-weight: normal;
}


ul {
}

ul.title {
margin-left: 0px;
margin-padding: 0px;
list-style-image: url("seiseki_guide/icon/maru.gif");
text-align: "left";
text-valign: "middle";
color: #266299;
line-height: 100%;
font-family: Meiryo UI,MS UI Gothic,MS P ゴシック,Osaka,sans-serif;
}

li {
}

li.icon_title {
margin-left: 0px;
margin-padding: 0px;
list-style-image: url("seiseki_guide/icon/icon_sq_orange.gif");
text-align: "left";
text-valign: "middle";
color: #663300;
font-family: Meiryo UI,MS UI Gothic,MS P ゴシック,Osaka,sans-serif;
}

li.icon_link {
margin-left: -1px;
margin-padding: 2px;
list-style-image: url("seiseki_guide/icon/icon_orange.gif");
text-align: "left";
text-valign: "middle";
color: #663300;
font-size: x-small;
font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
}

li.button {
display: inline-block; 
color: #999999;
background-color: ##f0fff0;
}

li.current {
display: inline-block; 
color: #ffffff;
background-color: #6B8E23;
}


h1 { 
 color: #266299;
 font-size: 18pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 background: transparent;
 text-align: left;
}

h2 { 
 color: #266299;
 font-size: 14pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 background: transparent;
 text-align: left;
}

h3 { 
 color: #d5c393;
 font-size: 12pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 background: transparent;
 line-height: 50%;
 text-align: left;
}



/* フォントs1midium：標準フォント：グレー（背景なし）*/
.s1midium {
 font-size: 14pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 font-weight: normal;
 color: #666666;
 background: transparent;
 line-height: 110%;
}

/* フォントs1small：標準フォント：グレー（背景なし）*/
.s1small {
 font-size: 12pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 font-weight: normal;
 color: #666666;
 background: transparent;
 line-height: 125%;
}

/* フォントs1x-small：標準フォント：グレー（背景なし）*/
.s1x-small {
 font-size: 10pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 font-weight: normal;
 color: #666666;
 background: transparent;
 line-height: 125%;
}

/* フォントs1xx-small：標準フォント：グレー（背景なし）*/
.s1xx-small {
 font-size: 8pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 font-weight: normal;
 color: #666666;
 background: transparent;
 line-height: 130%;
}



/* フォントs2midium：標準フォント：みどり（背景なし）*/
.s2midium {
 font-size: 14pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 font-weight: normal;
 color: #007b50; 
 background: transparent;
 line-height: 110%;
 border-style: solid;
 border-width: 1px;
 border-color: #a2d29e;
}

/* フォントs2small：標準フォント：みどり（背景なし）*/
.s2small {
 font-size: 12pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 font-weight: normal;
 color: #007b50;
 background: transparent;
 line-height: 120%;
 border-style: solid;
 border-width: 1px;
 border-color: #a2d29e;
}

/* フォントs2x-small：標準フォント：みどり（背景なし）*/
.s2x-small {
 font-size: 10pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 font-weight: normal;
 color: #007b50;
 background: transparent;
 line-height: 120%;
 border-style: solid;
 border-width: 1px;
 border-color: #a2d29e;
 padding-top: 5px;
 padding-left: 5px;
 padding-right: 5px;
 padding-bottom: 5px;
}

/* フォントs2xx-small：標準フォント：みどり（背景なし）*/
.s2xx-small {
 font-size: 8pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 font-weight: normal;
 color: #007b50;
 background: transparent;
 line-height: 130%;
 border-style: solid;
 border-width: 1px;
 border-color: #a2d29e;
}



/* フォントs3midium：標準フォント：茶（背景なし）*/
.s3midium {
 font-size: 14pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 font-weight: normal;
 color: #663300;
 background: transparent;
 line-height: 110%;
 padding: 15px;
}

/* フォントs3small：標準フォント：茶（背景なし）*/
.s3small {
 font-size: 12pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 font-weight: normal;
 color: #663300;
 background: transparent;
 line-height: 120%;
 padding: 10px;
}

/* フォントs3x-small：標準フォント：茶（背景なし）*/
.s3x-small {
 font-size: 10pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 font-weight: normal;
 color: #663300;
 background: transparent;
 line-height: 125%;
 padding: 7px;
}

/* フォントs3xx-small：標準フォント：茶（背景なし）*/
.s3xx-small {
 font-size: 8pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 font-weight: normal;
 color: #663300;
 background: transparent;
 line-height: 130%;
 padding: 5px;
}



/* フォントs4midium：標準フォント：茶（背景ペールピンク）*/
.s4midium {
 font-size: 14pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 font-weight: normal;
 color: #663300;
 background: #f0e1dc;
 background-image: url("seiseki_guide/icon/bg_pink.gif");
 line-height: 110%;
 padding: 10px;
 border-style: solid;
 border-width: 1px;
 border-color: #fcc6c5;
}

/* フォントs4small：標準フォント：茶（背景ペールピンク）*/
.s4small {
 font-size: 12pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 font-weight: normal;
 color: #663300;
 background: #f0e1dc;
 background-image: url("seiseki_guide/icon/bg_pink.gif");
 line-height: 120%;
 padding: 5px;
 border-style: solid;
 border-width: 1px;
 border-color: #fcc6c5;
}

/* フォントs4x-small：標準フォント：茶（背景ペールピンク）*/
.s4x-small {
 font-size: 10pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 font-weight: normal;
color: #663300;
 background: #f0e1dc;
 background-image: url("seiseki_guide/icon/bg_pink.gif");
 line-height: 125%;
 padding: 5px;
 border-style: solid;
 border-width: 1px;
 border-color: #fcc6c5;
}

/* フォントs4xx-small：標準フォント：茶（背景ペールピンク）*/
.s4xx-small {
 font-size: 8pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 font-weight: normal;
 color: #663300;
 background: #f0e1dc;
 background-image: url("seiseki_guide/icon/bg_pink.gif");
 line-height: 130%;
 padding: 0px;
 border-style: solid;
 border-width: 1px;
 border-color: #fcc6c5;
}




/* フォントs5midium：標準フォント：茶（背景ペールイエロー）*/
.s5midium {
 font-size: 14pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 font-weight: normal;
 color: #663300;
 background: #fff3cc;
 line-height: 110%;
 padding: 10px;
}

/* フォントs5small：標準フォント：茶（背景ペールイエロー）*/
.s5small {
 font-size: 12pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 font-weight: normal;
 color: #663300;
 background: #fff3cc;
 line-height: 120%;
 padding: 5px;
}

/* フォントs5x-small：標準フォント：茶（背景ペールイエロー）*/
.s5x-small {
 font-size: 10pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 font-weight: normal;
color: #663300;
 background: #fff3cc;
 line-height: 125%;
 padding: 2px; 
}

/* フォントs5xx-small：標準フォント：茶（背景ペールイエロー）*/
.s5xx-small {
 font-size: 8pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 font-weight: normal;
 color: #663300;
 background: #fff3cc;
 line-height: 130%;
 padding: 0px;
}



/* フォントs6midium：標準フォント：青（背景なし）*/
.s6midium {
 font-size: 14pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 font-weight: normal;
 color: #266299;
 background: transparent;
 background-image: url("seiseki_guide/icon/bg_blue.gif");
 line-height: 110%;
 border-style: solid;
 border-width: 1px;
 border-color: #a3bacd;
}

/* フォントs6small：標準フォント：青（背景なし）*/
.s6small {
 font-size: 12pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 font-weight: normal;
 color: #266299;
 background: transparent;
 background-image: url("seiseki_guide/icon/bg_blue.gif");
 line-height: 125%;
 border-style: solid;
 border-width: 1px;
 border-color: #a3bacd;
}

/* フォントs6x-small：標準フォント：青（背景なし）*/
.s6x-small {
 font-size: 10pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 font-weight: normal;
 color: #266299;
 background: transparent;
 background-image: url("seiseki_guide/icon/bg_blue.gif");
 line-height: 125%;
 padding: 2px;
 border-style: solid;
 border-width: 1px;
 border-color: #a3bacd;
}

/* フォントs6xx-small：標準フォント：青（背景なし）*/
.s6xx-small {
 font-size: 8pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 font-weight: normal;
 color: #266299;
 background: transparent;
 background-image: url("seiseki_guide/icon/bg_blue.gif");
 line-height: 130%;
 border-style: solid;
 border-width: 1px;
 border-color: #a3bacd;
}





/* フォントs7midium：標準フォント：茶（背景うす茶）*/
.s7midium {
 font-size: 14pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 font-weight: normal;
 color: #663300;
 background: #CCCCCC;
 line-height: 110%;
 padding: 10px;
 border-style: solid;
 border-width: 1px;
 border-color: #b3a3c2;
}

/* フォントs7small：標準フォント：茶（背景うす茶）*/
.s7small {
 font-size: 12pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 font-weight: normal;
 color: #663300;
 background: #CCCCCC;
 line-height: 125%;
 padding: 5px;
 border-style: solid;
 border-width: 1px;
 border-color: #b3a3c2;
}

/* フォントs7x-small：標準フォント：茶（背景うす茶）*/
.s7x-small {
 font-size: 10pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 font-weight: normal;
color: #663300;
 background: #CCCCCC;
 line-height: 125%;
 padding: 2px;
 border-style: solid;
 border-width: 1px;
 border-color: #b3a3c2;
}

/* フォントs7xx-small：標準フォント：茶（背景うす茶）*/
.s7xx-small {
 font-size: 8pt;
 font-family: "Meiryo UI", "MS UI Gothic","MS P ゴシック","Osaka", sans-serif;
 font-weight: normal;
 color: #663300;
 background: #CCCCCC;
 line-height: 130%;
 padding: 0px;
 border-style: solid;
 border-width: 1px;
 border-color: #b3a3c2;
}


