@charset "utf-8";

/* normalize */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

small {
  font-size: 80%;
}

big {
	font-size: 130%;
}


sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
	text-indent: 0;
}

td,
th {
  padding: 0;
}

th {
	text-align: center;
}

div {
	text-indent: 0;
}

.ro {
	display: none;
	font-size: 1px;
}

audio {
	vertical-align: middle;
	width: 100%;
}

/* original */

body {
	font-size:75%;
	line-height:1.5;
	color:#333;
	background-color:#FEE;
	font-family:"Meiryo","メイリオ","ヒラギノ角ゴ Pro W3", Verdana, "ＭＳ Ｐゴシック",Arial, Osaka, sans-serif;
}

#wrapper {
	background-color: white;
	width: 95%;
	min-width: 780px;
	max-width: 950px;
	margin: 0 auto;
}

#header {
	background: url(../img/hdr_bk.gif) no-repeat right top;
	position: relative;
	font-size: 102%;
}

#logo {
	position: absolute;
	top: 10px;
	left: 16px;
}

#logo img {
	width: 279px;
}
#navicon {
	display: none;
}

.ie7 #navi {
	min-height: 96px;
}

#gokan {
	display: none;
}

.ie7 #gokan {
	display: block;
	position: absolute;
	top: 60px;
	left: 20px;
	padding: 5px 10px;
	background-color: yellow;
	border: 1px solid black;
}

#util1 {
	height: 36px;
	list-style: none;
	padding-top: 12px;
	padding-right: 22px;
	margin: 0;
	text-align: right;
	font-weight: 700;
	box-sizing: border-box;
}

.ie7 #util1 {
	/*display: none;*/
	height: 24px;
}

#util1 li {
	display: inline-block;
	margin-left: 6px;
}

.ie7 #util1 li {
	display: inline;
}

#util1 li a {
	display: block;
	border: 1px solid #ff6464;
	padding: 2px 9px;
	border-radius: 6px;
	text-decoration: none;
	color: #333;
	background-color: #ffeeee;
	background: linear-gradient(to bottom,#ffd2d2 0%,#fff6f6 50%,#ffd2d2 100%);
	background: -webkit-linear-gradient(top,#ffd2d2 0%,#fff6f6 50%,#ffd2d2 100%);
	position: relative;
	vertical-align: bottom;
}

#util1 .speak a {
	position: relative;
	padding-left: 2em;
}

.ie7 #util1 .speak a {
	background: #fee url(../img/speak.gif) no-repeat 5px center;
}

#util1 .speak a:after {
	content: '';
	display: block;
	top: 2px;
	left: 3px;
	width: 18px;
	height: 18px;
	background: url(../img/speak.gif) no-repeat;
	position: absolute;
}



#util1 .ext a {
	padding-right: 18px;
	color: #f03232;
}

.ie7 #util1 .ext a {
	background: #fee url(../img/ext.gif) no-repeat 96% center;
}

#util1 .eng a {
	color: white;
	background-color: #ff6060;
	background: linear-gradient(to bottom,#f13636 0%,#ff6464 50%,#f13636 100%);
	background: -webkit-linear-gradient(top,#f13636 0%,#ff6464 50%,#f13636 100%);
	border-color: #963232;
}

#util1 .ext a:after {
	content: '';
	display: block;
	top: 3px;
	right: 3px;
	width: 12px;
	height: 12px;
	background: url(../img/ext.gif) no-repeat;
	position: absolute;
}

#util1 li a:hover {
	background-color: #666;
	background: linear-gradient(to bottom,#424242 0%,#787878 50%,#424242 100%);
	background: -webkit-linear-gradient(top,#424242 0%,#787878 50%,#424242 100%);
	color: white;
	border-color: #333;
}

#util2 {
	padding-top: 12px;
	padding-right: 22px;
	text-align: right;
	height: 56px;
	box-sizing: border-box;
}

.ie7 #util2 {
	height: 44px;
	/*display: none;*/
}

#util2 .site, #util2 form {
	display: inline-block;
}

.ie7 #util2 .site, .ie7 #util2 form {
	display: inline;
}

#util2 .moji {
	list-style: none;
	display: inline-block;
	border: 1px solid #ff6464;
	border-radius: 6px;
	padding: 0 6px;
	background-color: #fff8f8;
	background: linear-gradient(to bottom,#ffd2d2 0%,#fff6f6 50%,#ffd2d2 100%);
	background: -webkit-linear-gradient(top,#ffd2d2 0%,#fff6f6 50%,#ffd2d2 100%);
	margin: 0 4px 0 0;
	position: relative;
}

.ie7 #util2 .moji {
	display: inline;
}

#util2 .moji li {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.ie7 #util2 .moji li {
	display: inline;
}

#util2 .moji li:nth-child(even) {
	background-color: #ffeeee;
	background: linear-gradient(to bottom,#ffe5e5 0%,#ffffff 50%,#ffe5e5 100%);
	background: -webkit-linear-gradient(top,#ffe5e5 0%,#ffffff 50%,#ffe5e5 100%);
}

#util2 .moji li a {
	display: block;
	padding: 2px 2px;
	margin: 0;
	text-decoration: none;
	font-weight: 700;
	border-left: 1px solid #ff6464;
	text-align: center;
	/*color: #333;*/
	color: #f03232;
}

#util2 .moji li:last-child {
	border-right: 1px solid #ff6464;
}

#util2 .moji li.title {
	font-size: 80%;
	text-align: left;
	line-height: 1;
	padding-right: 0.2em;
}

#util2 .site {
	margin-right: 4px;
}

#util2 .site a {
	display: block;
	text-decoration: none;
	font-weight: 700;
	text-align: center;
	color: #333;
	border: 1px solid #ff6464;
	border-radius: 6px;
	padding: 2px 6px;
	background-color: #fff8f8;
	background: linear-gradient(to bottom,#ffd2d2 0%,#fff6f6 50%,#ffd2d2 100%);
	background: -webkit-linear-gradient(top,#ffd2d2 0%,#fff6f6 50%,#ffd2d2 100%);
}

#util2 form {
	border: 1px solid #666;
	border-radius: 7px;
	background-color: #f0f0f0;
	background: linear-gradient(to bottom,#e0e0e0 0%,#fafafa 50%,#d6d6d6 100%);
	background: -webkit-linear-gradient(top,#e0e0e0 0%,#fafafa 50%,#d6d6d6 100%);
	vertical-align: bottom;
}

#util2 label {
	padding: 0 0.5em;
	font-size: 80%;
	display: inline-block;
}

.ie7 #util2 label {
	display: inline;
	vertical-align: text-bottom;
}

#util2 input[type="text"] {
	width: 6.8em;
	border: none;
	margin: 0;
	padding: 2px 0;
	vertical-align: bottom;
}

.ie7 #util2 input[type="text"] {
	padding: 1px 0;
}

#util2 input[type="submit"] {
	color: white;
	background-color: #444444;
	background: linear-gradient(to bottom,#393939 0%,#787878 50%,#393939 100%);
	background: -webkit-linear-gradient(top,#393939 0%,#787878 50%,#393939 100%);
	border: none;
	font-weight: 700;
	margin: 0;
	padding: 2px 6px;
	border-radius: 0 5px 5px 0;
	vertical-align: bottom;
}

.ie7 #util2 input[type="submit"] {
	padding: 2px 0;
}

#util2 .moji li a:hover, #util2 .site a:hover {
	background-color: #666;
	background: linear-gradient(to bottom,#424242 0%,#787878 50%,#424242 100%);
	background: -webkit-linear-gradient(top,#424242 0%,#787878 50%,#424242 100%);
	color: white;
}

#top_navi {
	position: relative;
	/*margin-top: 21px;*/
	background-color: #f77;
	width: 100%;
	text-align: right;
	font-size: 107%;
	font-weight: 700;
}

.ie7 #top_navi {
	/*display: none;*/
}

#top_navi li.title {
	position: absolute;
	top: 3px;
	width: 5em;
	text-align: left;
	left: -5.5em;
	color: white;
}
	

#top_navi ul {
	list-style: none;
	margin: 0;
	padding: 0 15px 0 10px;
	display: inline-block;
	background-color: #faa;
	position: relative;
}

.ie7 #top_navi ul {
	display: inline;
}

#top_navi ul:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 1.5em;
	left: -1.5em;
	height: 100%;
	background: url(../img/top_navibk.gif) right center no-repeat;
}

#top_navi li {
	/*float: left;*/
	display: inline-block;
	width: 9em;
	margin: 4px 9px 4px 0;
}

.ie7 #top_navi li {
	display: inline;
}

#top_navi li a {
	text-decoration: none;
	color: #333;
	display: inline-block;
	text-align: center;
	width: 9em;
	padding: 3px 0;
	border: 1px solid #666;
	border-radius: 7px;
	background-color: #f0f0f0;
	background: linear-gradient(to bottom,#e0e0e0 0%,#fafafa 50%,#d6d6d6 100%);
	background: -webkit-linear-gradient(top,#e0e0e0 0%,#fafafa 50%,#d6d6d6 100%);
}

#top_navi li a:hover {
	background-color: #666;
	background: linear-gradient(to bottom,#424242 0%,#787878 50%,#424242 100%);
	background: -webkit-linear-gradient(top,#424242 0%,#787878 50%,#424242 100%);
	color: white;
}

#blockskip {
	display: none;
}

#body ul#pankuzu {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 110%;
	line-height: 1.6;
	font-weight: 700;
}

ul#pankuzu:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
}

#pankuzu li {
	display: inline;
	color: #333;
	padding: 0;
}

#pankuzu li a {
	position: relative;
	display: inline;
	color: #666;
	/*padding-right: 0.5em;*/
}

#pankuzu li.top {
	padding-left: 0;
}

#pankuzu li.top a {
	position: relative;
	border-left: 7px solid #fbb;
	padding-left: 0.5em;
	/*padding-right: 0.5em;*/
}

#pankuzu li:last-child {
	vertical-align: bottom;
	/*display: inline;*/
}


#pankuzu li a:after {
	/*position: absolute;*/
	/*top: 0.15em;
	right: -0.9em;*/
	content: '';
	width: 0;
	height: 0;
	vertical-align: -15%;
	margin-left: 0.6em;
	display: inline-block;
	border-left: 0.8em solid #fbb;
	border-top: 0.6em solid transparent;
	border-bottom: 0.6em solid transparent;
}


#body ul#btm_pan {
	list-style: none;
	padding: 0;
	margin: 1em 0 0 0.5em;
	font-size: 110%;
	line-height: 1.6;
	font-weight: 700;
	clear: both;
}

ul#btm_pan:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
}

#btm_pan li {
	float: left;
	padding: 0 0.3em 0 0.5em;
}

#btm_pan li a {
	position: relative;
	display: block;
	color: #666;
	padding-right: 1em;
}

#btm_pan li.top a {
	position: relative;
	border-right: 7px solid #fbb;
	padding-left: 0.5em;
}

#btm_pan li.pagetop a:after {
	position: absolute;
	top: 0.3em;
	right: -0.9em;
	content: '';
	display: block;
	border-bottom: 0.8em solid #fbb;
	border-left: 0.6em solid transparent;
	border-right: 0.6em solid transparent;
}


#btm_pan li.top a:after {
	position: absolute;
	top: 0em;
	left: -1.0em;
	content: '';
	display: block;
	border-right: 1.1em solid #fbb;
	border-top: 0.8em solid transparent;
	border-bottom: 0.8em solid transparent;
	z-index: 2;
}

.ie8 #btm_pan li.top a:after {
	left: -1.1em;
}

/*
#btm_pan li.top a:before {
	border-right-color: #f77;
	margin-left: -1px;
	z-index: 1;
}
*/

#footer {
	background-color: #fcc;
	position: relative;
	padding: 10px 0 8px 18px;
}

ul#ftlink1 {
	list-style: none;
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 85%;
	max-width: 75%;
	line-height: 3;
}

ul#ftlink1 li {
	display: inline-block;
	padding-right: 0.6em;
	margin: 0 0 0 0;
}

.ie7 ul#ftlink1 li {
	display: inline;
}

ul#ftlink1 li a {
	border: 1px solid #f88;
	border-radius: 12px;
	padding: 2px 9px;
	text-decoration: none;
	color: #333;
	background-color: #ffeeee;
	background: linear-gradient(to bottom,#ffd2d2 0%,#fff6f6 50%,#ffd2d2 100%);
	background: -webkit-linear-gradient(top,#ffd2d2 0%,#fff6f6 50%,#ffd2d2 100%);
}

ul#ftlink2 {
	position: absolute;
	top: -10px;
	right: 15px;
	list-style: none;
	margin: 0;
	font-size: 80%;
}

ul#ftlink2 li {
	float: left;
	width: 7.3em;
	height: 47px;
}

ul#ftlink2 li a{
	display: block;
	width: 7.3em;
	height: 10px;
	text-align: center;
	background: center top no-repeat;
	text-decoration: none;
	color: #333;
	padding-top: 37px;
}

#ftlink2 li a:hover {
	background-position: center -74px;
}

#ftlink2 li.site a {
	background-image: url(../img/site.png);
}

#ftlink2 li.info a {
	background-image: url(../img/info.png);
}

#ftlink2 li.post a {
	background-image: url(../img/post.png);
}

ruby {
    display: inline-table;
    white-space: nowrap;
    vertical-align: 0.9em;
    text-align: center;
    line-height: 1;
}

ruby>rt {
    display: table-header-group;
    font-size: 50%;
    line-height: 1;
}




#body {
	padding: 12px 3% 12px 3%;
	min-height: 200px;
	position: relative;
	word-wrap: break-word;
/*	word-break: break-all;*/
}

#body th, .wrap {
	word-break: break-all;
}

#body dl, #body ul, #body table, #body p, ol {
	font-size: 120%;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
}

ol ol, #body ol ul {
	font-size: 100%;
}

#body dd>ul {
	margin-top: 0;
}

#body ul ul, #body ul ol {
	font-size: 100%;
	margin-left: 1em;
}

#body ol>li>ul, #body ol>li>ol {
	font-size: 100%;
	margin-left: 0;
}



#body ul p, #body table dl, #body dl dl {
	font-size: 100%;
}

#body dl {
	line-height: 1.5;
}

#body dl dl {
	margin-top: 0;
}

#body ul.nonum ul {
	/*margin-left: 0;*/
	/*margin-left: 2em;*/
	/*list-style: disc;*/
	margin-top: 0;
}

#body ul ul.nonum, #body ul ul.nodot, #body ul ul.nonum2 {
	list-style: none;
	margin-left: 0;
}

#body ul table, #body table ul, #body table table, #body table ol {
	font-size: 100%;
}

td>ul {
	margin-left: 1em;
	padding-left: 0.5em;
}

td>ul.nonum, td>ul.nonum2 {
	margin-left: 0;
}

.naname {
	background-image: url(../img/naname.gif);
	background-size: 100% 100%;
}

.ie8 .naname {
	background-image: none;
}


.skip {
	display: none;
}

h2, h3, h4, h5, h6 {
	margin: 1em 0 0.3em;
}

h4>em {
	font-size: 105%;
}

h2 {
	line-height: 1.4;
	border: 2px solid #fcc;
	border-radius: 8px;
	padding-left: 1.5em;
	padding-right: 0.3em;
	padding-top: 0.1em;
	font-size: 230%;
	position: relative;
	color: black;
}

#body .toptitle {
	margin-top: 1em;
	font-size: 150%;
	font-weight: 600;
	margin-left: 1.5em;
	line-height: 1.45;
}

.toptitle+h2 {
	margin-top: 0;
}

#body .font-h2 {
	font-size: 200%;
	font-weight: bold;
	line-height: 1.3;
	padding-left: 2em;
}

h2:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0.9em;
	height: 100%;
	border-radius: 5px 0 0 5px;
	background-color: #fee;
	background: linear-gradient(to bottom,#ffd2d2 0%,#fff6f6 50%,#ffd2d2 100%);
	background: -webkit-linear-gradient(top,#ffd2d2 0%,#fff6f6 50%,#ffd2d2 100%);
}

h3 {
	font-size: 170%;
	position: relative;
	color: black;
	margin-bottom: 0;
	background: url(../img/h3_bkp.gif) no-repeat left 0.1em;
	background-size: 1.12em auto;
	margin-left: 0.5em;
	padding-left: 1.2em;
}

.ie8 h3, .ie7 h3 {
	background-image: url(../img/h3_bkpi.gif);
}

/*
h3:after {
	position: absolute;
	top: 0.1em;
	left: -0.6em;
	content: '';
	display: block;
	border-left: 0.5em solid #fcc;
	border-top: 0.6em solid transparent;
	border-bottom: 0.6em solid transparent;
}
h3:before {
	position: absolute;
	top: 0.1em;
	left: -0.9em;
	content: '';
	display: block;
	width: 0.2em;
	height: 78%;
	background-color: #fcc;
}
*/
h4 {
	font-size: 150%;
	position: relative;
	margin-left: 2em;
}

h4:after {
	position: absolute;
	top: 0.2em;
	left: -0.7em;
	content: '';
	display: block;
	border-left: 0.6em solid #faa;
	border-top: 0.5em solid transparent;
	border-bottom: 0.5em solid transparent;
}

h5 {
	font-size: 130%;
	margin-left: 2.5em;
}

ul h5 {
	font-size: 110%;
}

h6 {
	font-size: 125%;
	margin-left: 3.5em;
}

ul h6 {
	font-size: 105%;
}

td>h6 {
	margin-left: 0;
	margin-top: 0.3em;
}


#body p {
	line-height: 1.7;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	padding: 0;
/*	text-indent: 1em;*/
}

ul {
	padding-left: 1em;
}

ul li, ol li {
	margin-bottom: 0.2em;
	text-indent: 0;
}

ol {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 2em;
}

dl {
	padding: 0;
	line-height: 1.6;
	text-indent: 0;
}

dd {
	margin-left: 2em;
	margin-bottom: 5px;
}

dd h5, dd li, dd ol, #body dd ul, dd h6 {
	font-size: 100%;
}

ul.nonum, ol.nonum, ul.nonum2 {
	list-style: none;
	padding-left: 0;
}

ul ul li {
	padding-left: 0em;
	text-indent: 0;
}

ul ul {
	padding-left: 0.5em;
}

#body li>ul {
	margin-top: 0;
}

ul.nonum>li, ol.nonum>li {
	text-indent: -1em;
	padding-left: 1em;
}

.hi08 {
	text-indent: -0.85em !important;
	padding-left: 0.85em !important;
}

#body ul.nonum>li>ol {
	margin-left: 0;
}

ul.nonum2>li {
	text-indent: -2em;
	padding-left: 2em;
}



#body ul dl, #body ol dl {
	font-size: 100%;
}

dt h4 {
	margin: 0 0 0 1em;
	font-size: 110%;
}

.line>dd {
	border-left: 1px solid #999;
	padding-left: 0.5em;
}

.em3>dd {
	margin-top: -1.5em;
	margin-left: 3em;
}

.em5>dd {
	margin-top: -1.5em;
	margin-left: 5em;
	/*text-indent: 0;*/
}

.em7>dd {
	margin-top: -1.5em;
	margin-left: 7em;
}


.em9>dd {
	margin-top: -1.5em;
	margin-left: 9em;
}

.em11>dd {
	margin-top: -1.5em;
	margin-left: 11em;
}

.em14>dd {
	margin-top: -1.5em;
	margin-left: 14em;
}

.em18>dd {
	margin-top: -1.5em;
	margin-left: 18em;
}

.em18>li>h5 {
	margin-left: 0;
}

#body .em18>li>.index2 {
	margin-left: 1em;
}

#body .em18>li>h5+.index2 {
	margin-left: 2em;
}


#body p.em14 {
	margin-top: -2em;
	margin-left: 14em;
}

.max15 {
	max-width: 14.5%;
}
.max85 {
	max-width: 84%;
}
#body .max30 {
	max-width: 30%;
}

em {
	color: red;
}

.sun {
	background-color: #fdd;
}

.sat {
	background-color: #ddf;
}

.wrpobj, .cal {
	list-style: none;
}

.wrpobj:after, .cal:after {
	content: '';
	display: block;
	clear: both;
}

#body .wrpobj li {
	width: 45%;
	float: left;
	text-indent:0;
}

.cal li {
	width: 49%;
	float: left;
	min-width: 17em;
}

.cal th {
	font-size: 110%;
}

#body .cal table {
	min-width: 70%;
}

.cal th, .cal td {
	text-align: center;
}

#body .unit {
	text-align: right;
}

.right_bottom {
	caption-side: bottom;
	text-align: right;
}

.bottom {
	caption-side: bottom;
	text-align: right;
}

#body .h0 {
	margin-left: 0;
}

#body .h1 {
	margin-left: 1em;
}

#body .h2 {
	margin-left: 2em;
}
#body h2~p, #body h2~h2+p, h2~.box,h3~.rbox2, #body h2~ul, #body h2~ol, #body h2~dl, #body .h3 {
	margin-left: 3em;
}
#body h3~table, #body h3~p, #body h3~h3+p, h3~.box, h3~.ibox,  #body h3~ul, #body h3~ol, #body h3~dl, #body .h4 {
	margin-left: 4em;
}
#body h4~p, #body h4~h4+p, #body h4~ol, #body h4~ul, #body h4~dl, #body .h5 {
	margin-left: 4em;
}
#body h5~p,  #body h5~ol, #body h5~ul, #body h5~dl,#body .h6 {
	margin-left: 5em;
}
#body h4~table, table.h4 {
	margin-left: 4em;
}

.contact {
	text-align: right;
}
.contact div {
	text-align: left;
	box-sizing: border-box;
	font-size: 115%;
	border: 3px double #faa;
	border-radius: 10px;
	margin: 1em 0 1em auto;
	max-width: 30em;
	min-width: 28%;
	padding: 0.5em 1em;
	display: inline-block;
}

.sign {
	font-size: 115%;
	text-align: right;
}

.sign>div, .sign>p {
	font-size: 100%;
	display: inline-block;
	text-align: left;
}

#body .ovf {
	width: 100%;
	overflow-x: auto;
}

.ie8 #body .ovf {
	overflow: visible;
}



#body table {
	border-collapse: collapse;
	min-width: 90%;
	max-width: 99%;
	margin: 0 auto 1em 2em;
	box-sizing: border-box;
	/*width: 39em;*/
	width: auto;
}

#body li table {
	margin-left: 0;
}

#body dd table {
	font-size: 100%;
	margin: 0;
}

#body .w50 {
	min-width: 50%;
}
#body .w60 {
	min-width: 60%;
}
#body .w75 {
	min-width: 75%;
}

#body .tblh {
	text-align: left;
	background-color: #fdd;
}

.bgc {
	background-color: #fdd;
}

.bgc2 {
	background-color: #eed;
}

.bw {
	background-color: #333;
	color: #fff;
}

#body .thick, #body .thickb {
	border-left-width: 3px;
	border-right-width: 3px;
	/*background-color: #fee;*/
}

#body tr:first-child .thick {
	border-top-width: 3px;
}

#body tr:last-child .thick {
	border-bottom-width: 3px;
}

#body .thickb {
	border-bottom-width: 3px;
}

#body .thick-tl {
	border-top-width: 3px;
	border-left-width: 3px;
}

#body .thick-tr {
	border-top-width: 3px;
	border-right-width: 3px;
}

#body .thick-l {
	border-left-width: 3px;
}

#body .thick-t {
	border-top-width: 3px;
}

#body .thick-r {
	border-right-width: 3px;
}

#body .thick-bl {
	border-bottom-width: 3px;
	border-left-width: 3px;
}

#body .thick-br {
	border-bottom-width: 3px;
	border-right-width: 3px;
}

#body .thick-b {
	border-bottom-width: 3px;
}

#body th, #body td {
	border: 1px solid #666;
	padding: 1px 5px;
}

.pagenavi {
	margin-left: 30px;
	margin-bottom: 1.5em;
}

.pagenavi li {
	float: left;
	width: 15em;
}

.pagenavi ul:after {
	content: ' ';
	clear: both;
	display: block;
	visibility: hidden;
}

#body .hi {
	padding-left: 1.0em;
	text-indent: -1.0em;
}

#body .hi.box {
	padding-left: 1.5em;
}

#body .hi2 {
	padding-left: 1.9em;
	text-indent: -1.9em;
}

#body .hi3 {
	padding-left: 3em;
	text-indent: -3em;
}

#body .hi2.box {
	padding-left: 2.3em;
}

.photo {
	margin-left: 3em;
	text-align: center;
	margin-bottom: 1em;
}

#body .photo p {
	margin-top: 0;
}

.photo > img {
	width: 31%;
	margin-left: 2%;
}

.photo img:first-child {
	margin-left: 0;
}

.photo div {
	width: 49%;
	display: inline-block;
}

.photo div img {
	width: 63%;
}

.iblock {
	display: inline-block;
}

.box {
	border: 1px solid #f99;
	padding: 0.5em;
}

.box0 {
	border: 1px solid #f99;
	padding-right: 1em;
	padding-bottom: 1em;
	margin-top: 1em;
}

.dotbox {
	border: 1px dotted;
	padding: 0.5em;
	margin-bottom: 1.5em;
}

#body .box ul, #body .box ol {
	margin-left: 1em;
}


.box>h3, .box>h4, .box>h5, .rbox2>h4, .rbox2>h5, .box0>h3 {
	margin-top: 0.3em;
}

.box0>h3 {
	margin-top: 0.7em;
}

.box>h4, .rbox2>h4 {
	margin-left: 1em;
}

.box>h5, .rbox2>h5 {
	margin-left: 0;
}

#body .rbox2>p {
	margin-left: 1em;
}

li>h6, li>h5 {
	margin-left: 1em;
	margin-top: 0.5em;
}

#body li>h6+ul {
	margin-left: 2em;
}

#body .box>h4~p {
	margin-left: 2em;
}

#body p.box {
	padding: 0.5em;
}

#body div.box {
	padding: 0.5em 1em;
}


.box:after, .border2:after {
	content: '';
	clear: both;
	display: block;
}

.cbox {
	border: 1px solid;
	margin-left: 0.5em;
	padding: 0 0.2em;
}

.ibox {
	display: inline-block;
	border: 1px solid;
	padding: 0.2em 0.5em;
	font-size: 120%;
	margin-bottom: 0.3em;
}

#body .ibox ul, #body ul .ibox {
	font-size: 100%;
}

#body .ibox {
	padding: 0.2em 0.5em;
}

.kaigo>dt {
	width: 25%;
	border: 2px solid #0c6;
	border-radius: 0.5em;
	float: left;
	clear: left;
	text-align: center;
	margin-right: 1em;
	margin-bottom: 1em;
	padding: 0.5em 0;
}

.kaigo>dt>strong {
	font-size: 110%;
}

.kaigo>dd {
	padding: 0.5em 0;
	line-height: 1.4;
}

.kaigo>dd:after {
	content: '';
	display: block;
	clear: left;
}

.rbox {
	background-color: #fcc;
	border-radius: 1.2em;
	padding: 0.4em 0.8em;
}

.rbox2 {
	border: 2px solid #f99;
	border-radius: 1em;
	padding: 0.4em 0.8em;
}

.roundbl {
	border-left: solid 1px;
	border-radius: 0.6em;
	padding-left: 1em;
}

.border {
	border: 1px solid;
}

td>.border {
	margin: -0.3em -0.5em 0.5em -0.5em;
	padding: 0.3em;
	min-height: 3.7em;
	font-weight: bold;
}

#body .border2 {
	border: 1px solid;
	padding: 0.5em 0.7em;
}

#body .mt-1 {
	margin-top: -1.5em;
}

#chgcolor {
	position: fixed;
	width: 80%;
	z-index: 10;
	top: 40px;
	left: 50%;
	margin-left: -40%;
	display: none;
}
/*
.ie7 #chgcolor {
	position: absolute;
}
*/
#chgcolor div {
	width: 50%;
	float: left;
	box-sizing: border-box;
	background-color: white;
	height: 18em;
/*	overflow: hidden;*/
	border: 10px solid #999;
}

.ie7 #chgcolor div {
	width: 47%;
	border 1% solid #999;
}

#chgcolor a {
	height: 15em;
	display: block;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	text-decoration: none;
}

#chgcolor p {
	font-size: 120%;
}

#chgcolor a:hover p {
	text-decoration: underline;
}

#chgcolor .normal {
	color: #333;
/*	background-color: white;*/
}

#body.blue h2, #body.black h2 {
/*	background: none;*/
}

/* changing color setting */
.blue, #chgcolor .blue {
	color: yellow;
	background-color: blue;
}
.blue h2, .blue h3, .blue a, .blue #pankuzu li,.blue #pankuzu li a, .blue #btm_pan a {
	color: yellow;
}
#body.blue .tblh, .blue .bgc, .blue .bgc2 {
	background: #33f;
}
.blue h2 {
	border-color: #66f;
}
.blue h2:after {
	background-color: #33c;
	background: linear-gradient(to bottom,#33c 0%,#99f 50%,#33c 100%);
	background: -webkit-linear-gradient(top,#33c 0%,#99f 50%,#33c 100%);
}
#body.blue h4:after {
	border-left-color: #99f;
}
.blue h3 {
	background-image: url(../img/h3_bkbl.gif);
}
.ie8 .blue h3 {
	background-image: url(../img/h3_bkbli.gif);
}


.black, #chgcolor .black {
	color: white;
	background-color: black;
}
.black h2, .black h3, .black a, .black #pankuzu li,.black #pankuzu li a, .black #btm_pan a {
	color: white;
}
#body.black .tblh, .black .bgc, .black .bgc2 {
	background: #333;
}
.black h2 {
	border-color: #666;
}
.black h2:after {
	background-color: #333;
	background: linear-gradient(to bottom,#111 0%,#777 50%,#111 100%);
	background: -webkit-linear-gradient(top,#111 0%,#777 50%,#111 100%);
}
#body.black h4:after {
	border-left-color: #777;
}
.black h3 {
	background-image: url(../img/h3_bkb.gif);
}
.ie8 .black h3 {
	background-image: url(../img/h3_bkbi.gif);
}



.yellow, #chgcolor .yellow {
	color: black;
	background-color: yellow;
}
.yellow h2, yellow h3, .yellow a, .yellow #pankuzu li,.yellow #pankuzu li a, .yellow #btm_pan a {
	color: black;
}
#body.yellow .tblh, .yellow .bgc {
	background: #dd0;
}
.yellow h2 {
	border-color: #999;
}
.yellow h2:after {
	background-color: #bbb;
	background: linear-gradient(to bottom,#666 0%,#ccc 50%,#666 100%);
	background: -webkit-linear-gradient(top,#666 0%,#ccc 50%,#666 100%);
}
#body.yellow h4:after {
	border-left-color: #999;
}
.yellow h3 {
	background-image: url(../img/h3_bky.gif);
}
.ie8 .yellow h3 {
	background-image: url(../img/h3_bkyi.gif);
}



.em1 {
	width: 1.5em;
}

.nowrap {
	white-space: nowrap;
}

#body .small {
	font-size: 90%;
}

h2>small {
	display: inline-block;
}

small small {
	font-weight: normal;
}

table {
	line-height: 1.3;
}

#body td {
	padding: 0.4em 0.5em;
}

#body td p {
	font-size: 100%;
	line-height: 1.3;
	margin: 0;
}

#body td>h4 {
	font-size: 125%;
/*	margin-left: 0;*/
}

#body th {
	padding: 0.45em 0.5em;
}

.center {
	text-align: center;
}

.center img {
	max-width: 100%;
}

#body table.center {
	text-align: left;
	margin: 0 auto;
}


.left {
	text-align: left;
}

.top {
	vertical-align: top !important;
}

#body .ctitle {
	text-align: center;
	font-size: 140%;
	font-weight: 700;
	line-height: 1.2;
	margin: 0.5em 0;
}

#body .ctitle-l {
	text-align: center;
	font-size: 200%;
	font-weight: 700;
	margin: 0.3em 0;
	line-height: 1.1;
}

#body .ctitle-s {
	text-align: center;
	font-weight: 700;
	margin-left: 0;
}

ul.half, ul.w30, ul.w40 {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

ul.half:after, ul.w30:after, ul.w40:after {
	content: '';
	display: block;
	clear: both;
}

.half>li {
	width: 49.9%;
	float: left;
	min-width: 250px;
	padding-right: 1em;
	box-sizing: border-box;
}

.half.ws>li {
	min-width: 125px;
}

ul.table.half {
	display: table;
	width: 93.5%;
	box-sizing: border-box;
}

ul.table.half>li {
	display: table-cell;
	vertical-align: bottom;
	float: none;
}


#body .w30>li, #body .w40>li {
	float: left;
	min-width: 150px;
	box-sizing: border-box;
}

.w30>li {
	width: 30%;
}

.w40>li {
	width: 40%;
}

.half>li>ul {
	padding-left: 0;
}

.half img {
	max-width: 100%;
}

li.w70 {
	width: 69.9%;
}

li.w60 {
	width: 59.9%;
}

.h-right {
	text-align: right;
}

.sankaku, .shikaku, .hishi, .circle {
	list-style: none;
}

.sankaku>li, .shikaku>li, .hishi>li, .circle>li {
	position: relative;
}

.sankaku>li:after {
	content: '▶';
	display: inline;
	position: absolute;
	top: 0;
	left: -1.0em;
	color: #faa;
}

.shikaku>li:after {
	content: '■';
	display: inline;
	position: absolute;
	top: 0;
	font-size: 125%;
	left: -1.0em;
	line-height: 1.3;
	color: #faa;
}

.hishi>li:after {
	content: '◆';
	display: inline;
	position: absolute;
	top: -0.1em;
	font-size: 120%;
	left: -1.0em;
	color: #f99;
}

.circle>li:after {
	content: '●';
	display: inline;
	position: absolute;
	top: -0.1em;
	font-size: 120%;
	left: -1.0em;
	color: #f99;
}

img.right {
	float: right;
	max-width: 55%;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
}

img.left {
	float: left;
	max-width: 55%;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
}

div.right {
	float: right;
	width: 50%;
	margin-left: 1em;
}

.ib-right {
	float: right;
	display: inline-block;
	margin: 0 1em;
}

.inline li {
	float: left;
	margin-right: 2em;
	text-indent: -0.5em;
	margin-left: 1em;
}

.inline:after {
	content: '';
	display: block;
	clear: left;
	visibility: hidden;
}


img.center {
	display: block;
	margin: 10px auto;
	max-width: 100%;
}

.img-right, .img-left {
	width: 440px;
	max-width: 100%;
	text-align: center;
	font-size: 120%;
}

.img-right {
	margin: 0 0 15px auto;
}

.img-left {
	margin: 0 auto 15px 0;
}

.img-right img, .img-left img {
	max-width: 100%;
}

.img-center {
	text-align: center;
	list-style: none;
}

.img-center>div {
	padding-bottom: 0.5em;
}


.img-center img {
	max-width: 95%;
}

.imgc {
	text-align: center;
	margin-top: 0.3em;
	margin-bottom: 0.7em;
	line-height: 1.3;
}

.imgc>img {
	max-width: 95%;
}

.imgr {
	width: 50%;
	margin-left: 50%;
	margin-top: 0.3em;
	margin-bottom: 0.7em;
	line-height: 1.3;
}

.imgr>div {
	display: inline-block;
	text-align: center;
}

.imgr img, .imgl img, .img2 img, .img3 img, .img5 img, .img4 img {
	max-width: 100%;
}

.imgl {
	width: 50%;
	text-align: right;
	margin-top: 0.3em;
	margin-bottom: 0.7em;
	line-height: 1.3;
}

.imgl>div {
	display: inline-block;
	text-align: center;
}

.img2, .img3, .img5, .img4 {
	text-align: center;
	margin-bottom: 0.7em;
	margin-top: 0.3em;
	line-height: 1.3;
}

.img2>div {
	max-width: 320px;
	display: inline-block;
	vertical-align: middle;
}

.ie8 .img2>div>img[width] {
	max-width: 320px;
}

.img3>div {
	max-width: 30%;
	display: inline-block;
	vertical-align: middle;
}

div.bottom {
	vertical-align: bottom;
}

.img5>div {
	max-width: 19.5%;
	display: inline-block;
}

.img4>div {
	max-width: 24.5%;
	display: inline-block;
}

dd img {
	max-width: 100%;
}

.flw-right {
	float: right;
	text-align: center;
	margin: 1em;
	max-width: 50%;
}


.flw-left {
	float: left;
	text-align: center;
	margin: 1em;
}


.haiku {
	width: 30em;
	max-width: 90%;
	font-size: 120%;
	text-align: center;
	margin: 0 auto 1em;
	border: dotted 1px;
	padding: 0 0.5em 0.5em 0.5em;
	box-sizing: border-box;
}

.haiku>p {
	font-weight: bold;
	color: #33c;
}

#body table table {
	margin: 0;
}

.noborder {
	border: none;
}

.norowborder {
	border-top: none !important;
	border-bottom: none !important;
}

#body .noborder td, #body .noborder th {
	border: none;
	padding: 0.2em 0.3em;
}

.noborder td>img {
	max-width:100%;
}

#body .rowborder td, #body .rowborder th {
	border-left: none;
	border-right: none;
}

#body .topborder>td {
	border-top: 1px solid;
	padding-top: 0.3em;
}

.em8>li, .em10>li, .em12>li, .em14>li, .em20>li, .em18>li, .em24>li {
	width: 12em;
	float: left;
}

#body ul .em14, #body ul .em18 {
	margin-left: 0;
}

.em12>li.em40, .em24>li.em40 {
	width: 48em;
	max-width: 100%;
}

.em20>li.em40 {
	width: 40em;
	max-width: 100%;
}


.em8>li {
	width: 8em;
}

.em10>li {
	width: 10em;
}

.em14>li {
	width: 14em;
}

.em20>li {
	width: 20em;
}

.em24>li {
	width: 24em;
}

.em18>li {
	width: 18em;
}

ul.em8, ul.em10, ul.em12, ul.em14, ul.em20, ul.em18, ul.em24 {
	list-style: none;
	padding-left: 0;
}

ul.em8:after, ul.em10:after, ul.em12:after, ul.em14:after, ul.em20:after, ul.em18:after, ul.em24:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
}

div.em56 {
	width: 56em;
	max-width: 99%;
}
div.em58 {
	width: 58em;
	max-width: 99%;
}

dl.lr {
}

dl.lr:after {
	content: '';
	clear: both;
	display: block;
	visibility: hidden;
}

dl.lr>dt {
	clear: both;
	float: left;
}

dl.lr>dd {
	float: right;
	margin-left: 0;
	margin-bottom: 1px;
}





.elmbox li {
	border: 1px solid;
	padding: 0.2em 0.5em;
	margin-bottom: 0;
	margin-top: -1px;
	margin-left: -1px;
}

.adb, .wmp {
	font-size: 115%;
	padding: 10px 1em 10px 2em;
	border: 1px solid #faa;
	/*border-radius: 8px;*/
	text-indent: -1em;
}



ul .wmp {
	font-size: 100%;
}

.adb img {
	float: right;
	margin-left: 10px;
}

.adb a:hover img {
	opacity: 0.6;
}

.icon {
	width: 1.3em;
	margin-left: 0.1em;
}

.icon2 {
	margin-left: 0.1em;
}

ul.nodot {
	list-style: none;
}

.qa>dt, .qa>dd {
	border: solid 1px #faa;
	margin: 0;
	padding: 5px 8px 5px 38px;
	text-indent: -30px;
}

#body .qa>dd ul, #body .qa>dd ol {
	margin-left: 1em;
	text-indent: 0;
}

.qa2>dt, .qa2>dd, .qa3>dt, .qa3>dd {
	border: solid 1px #faa;
	padding: 5px 8px 5px 20px;
	margin: 0;
}

.qa2>dt h4 {
	margin: 0;
}

.qa2>dd {
	padding: 5px 8px 5px 38px;
	text-indent: -30px;
}

.qa>dt, .qa3>dt {
	background-color: #fee;
	font-weight: bold;
}

.qa2>dt {
	background-color: #fee;
}

.blue .qa>dt, .blue .qa2>dt, .blue .qa3>dt {
	background: #33f;
}

.black .qa>dt, .black .qa2>dt, .black .qa3>dt {
	background: #333;
}


.qa>dd, .qa2>dd, .qa3>dd {
	border-top: none;
	margin-bottom: 15px;
}

.qa3>dd:after {
	content: '';
	display: block;
	clear: right;
	visibility: hidden;
}

.qa a[href="#top"], p>a[href="#top"] {
	display: block;
	text-align: right;
	position: relative;
	padding-right: 1.5em;
	font-size: 90%;
	margin-top: 8px;
	margin-bottom: 2px;
}

.qa a[href="#top"]:after, p>a[href="#top"]:after {
	position: absolute;
	top: 0.3em;
	right: 0.2em;
	content: '';
	display: block;
	border-bottom: 0.8em solid #fbb;
	border-left: 0.6em solid transparent;
	border-right: 0.6em solid transparent;
}

.qa dd ol {
	text-indent: 0;
}

#body ul.index {
	margin-top: 20px;
	/*font-size: 105%;*/
}

.index, .index2  {
	list-style: none;
	padding-left: 0;
}

.index li {
	margin-bottom: 0.7em;
	position: relative;
}


.index2 li {
	margin-bottom: 0.5em;
	position: relative;
}

.index>li:after, .index2>li:after {
	content: '●';
	display: inline;
	position: absolute;
	top: 0;
	left: -1.2em;
	font-size: 115%;
	color: #faa;
	line-height: 1.3;
}

.pdh {
	padding-left: 0.8em !important;
	padding-right: 0.8em !important;
}

.ind2 {
	padding-left: 2em !important;
}

.nbb {
	border-bottom: none !important;
}

.nbt {
	border-top: none !important;
}

.nmb {
	margin-bottom: 0 !important;
}


/* choho */
.choho #body.normal {
	background-color: #fafaed;
}

.choho .sign {
	float: right;
}

.choho .title h2 {
	border: none;
	font-family:"ヒラギノ明朝 Pro W6","Hiragino Mincho ProN","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	font-size: 500%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	text-shadow: 3px 3px 3px #999;
	white-space: nowrap;
}

.choho h2 img {
	vertical-align: text-bottom;
	margin-right: 10px;
}

.choho h2 .small {
	font-size: 60%;
	padding-left: 1em;
}

.choho h4:after {
	border-left-color: #9db;
}

.choho #body h2:after {
	display: none;
}

.choho #body .title {
	border-bottom: 2px solid green;
}

.choho .title:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
}

.choho .naiyou {
	width: 62%;
	float: left;
	font-size: 105%;
}

.choho .topics {
	width: 35%;
	float: right;
	border: 1px solid green;
	border-radius: 5px;
	margin: 15px 0;
	padding: 20px;
	box-sizing: border-box;
}

.choho .inbg {
	width: 35%;
	float: right;
	margin-top: 15px;
	text-align: center;
	box-sizing: border-box;
}

.choho .inbg img {
	max-width: 98%;
}

.choho .adb {
	clear: both;
}

.choho .topics img {
	display: block;
	margin: 10px auto;
	max-width: 100%;
}

.choho .topics img.icon {
	display: inline;
	margin: auto auto;
}

.choho h3, .ie8 .choho h3 {
	background: none;
	padding: 0;
}

.choho .topics h3 {
	font-size: 140%;
	margin: 0;
}

.choho #body .topics p {
	margin: 0;
}

.choho .hosoku {
	margin: 20px 10px 20px 20px;
	font-size: 90%;
}

#body .chohotop {
	width: 45em;
	max-width: 100%;
	margin: 0 auto;
	vertical-align: middle;
	line-height: 1.3;
	text-indent: 0;
}

.chohotop:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
}

.chohotop img {
	float: left;
	margin:0 1.5em;
	vertical-align: 50%;
}

a.button {
	display: block;
	width: 20em;
	padding: 10px;
	border: 1px solid #9db;
	border-radius: 4px;
	text-align: center;
	margin: 20px auto;
	max-width: 90%;
	font-size: 110%;
	background-color: #aec;
	color: black;
	text-decoration: none;
	font-weight: 700;
	box-shadow: 3px 3px 2px 0px #ccc;
}

a.button:hover {
	text-decoration: underline;
	background-color: #cfe;
}

.ls2 {
	letter-spacing: 2em;
	padding-left: 2em;
}

@media only screen and (max-width:32em)  {
	#wrapper {
		width: 100%;
		min-width: 320px;
	}
	#header {
/*		background: url(../img/hdr_bk.gif) no-repeat center top;*/
		background-size: auto 60px;
		position: relative;
		background-position: 40% 0;
		min-height: 60px;
	}
	#logo {
		top: 7px;
		left: 10px;
	}
	#logo img {
		width: 186px;
	}
	#navicon {
		display: block;
		text-align: right;
		padding: 10px 10px 6px 0;
	}
	#navicon a {
		width: 44px;
		height: 44px;
		display: inline-block;
		background: #f77 url(../img/icon_common.png) no-repeat 0 0px;
		background-size: 44px auto;
		border-radius: 4px;
		text-align: center;
		font-size: 10px;
		text-decoration: none;
		color: white;
		vertical-align: bottom;
	}
	#navicon a.active {
		background-position: 0 -44px;
	}
	#navi {
		display: none;
	}
	#util1 {
		height: auto;
		padding: 0;
		margin: 0;
		text-align: left;
	}

	#util1:after {
		content: " ";
		display: block;
		clear: both;
		visibility: hidden;
	}

	#util1 li {
		display: block;
		float: left;
		width: 50%;
		margin-left: 0px;
	}

	#util1 li a {
		padding: 4px 9px;
		border-radius: 0;
		border-bottom: none;
		border-left: none;
	}
	#util1 li:nth-child(even) a {
		border-right: none;
	}
	#util1 .eng a {
		border-top-color: #ff6464;
	}

#util2 {
	padding: 0;
	text-align: left;
	height: auto;
}

#util2 .site, #util2 form {
	display: inline-block;
}

#util2 .moji {
	display: block;
	float: left;
	border-radius: 0;
	padding: 0 0 0 9px;
	margin: 0;
	width: 64%;
	text-align: right;
	box-sizing: border-box;
	border-left: none;
	border-right: none;
}

#util2 .moji li {
	width: 20%;
	padding: 0;
	margin: 0;
}
#util2 .moji li a {
	padding: 4px 0;
	margin: 0;
}
#util2 .moji li:last-child {
	border-right: none;
}


#util2 .moji li.title {
	width: auto;
}

#util2 .site {
	display: block;
	float: left;
	margin: 0;
	width: 36%;
}

#util2 .site a {
	text-align: left;
	border-radius: 0;
	padding: 4px 0 4px 9px;
	border-right: none;
}

	#util2 form {
		display: block;
		clear: both;
		width: 100%;
		border-radius: 0;
		box-sizing: border-box;
		border: none;
	}

	#util2 label {
		width: 25%;
		box-sizing: border-box;
		text-align: right;
	}

	#util2 input[type="text"] {
		width: 60%;
		font-size: 110%;
		padding: 1px;
		height: 1.8em;
		line-height: 1.5;
		box-sizing: border-box;
	}

	#util2 input[type="submit"] {
		width: 15%;
		padding: 6px 0;
		border-radius: 0;
		height: 100%;
		box-sizing: border-box;
	}

#top_navi {
	margin-top: 0;
	width: 100%;
	text-align: center;
}
#top_navi ul {
	width: 22em;
	max-width: 100%;
	padding: 2px;
	display: inline-block;
	box-sizing: border-box;
}
#top_navi ul:before {
	display: none;
}
#top_navi li {
	width: 48%;
	margin: 2px 0;
	text-aling: left;
	box-sizing: border-box;
}

#top_navi li a {
	width: 100%;
	box-sizing: border-box;
}

#top_navi li.title {
	display: none;
}
	#body {
		padding: 8px;
	}
	img {
		max-width: 100%;
	}
	h2 {
		font-size: 160%;
		margin: 0.3em 0;
		padding-right: 0.3em;
	}
	#body .font-h2 {
		font-size: 130%;
		padding-left: 1em;
	}
	h3 {
		font-size: 140%;
		margin-left: 0em;
	}
	h4 {
		font-size: 130%;
		margin-left: 0.75em;
	}
	h5 {
		font-size: 125%;
		margin-left: 0.75em;
	}

	#body .h2 {
		margin-left: 0.5em;
	}
	#body h2~p, #body h2~h2+p, #body h2~ul, #body h2~ol, #body h2~dl, #body .h3 {
		margin-left: 1em;
	}
	#body h3~p, #body h3~h3+p, #body h3~ul, #body h3~ol, #body h3~dl, #body .h4 {
		margin-left: 1.5em;
	}
	#body h4~p, #body h4~h4+p, #body h4~ul, #body h4~ol, #body h4~dl, #body .h5 {
		margin-left: 2em;
	}
	#body h5~p, #body .h6 {
		margin-left: 2.5em;
	}
	#body table {
		margin-left: 0.5em;
	}
	#body h4~table, table.h4 {
		margin-left: 1em;
	}

	.contact {
		max-width: 100%;
	}
	#ftlink1, #ftlink2 {
		display: none;
	}
	#chgcolor {
		width: 100%;
		left: 0;
		margin-left: 0;
		top: 100px;
	}
	#chgcolor div {
		height: 12em;
	}

	#chgcolor a {
		padding: 10px;
	}
	/* choho */
	.choho .title h2 {
		font-size: 250%;
		clear:both;
	}
	.chohotop img {
		margin: 0 0.5em 0 0;
	}
	.choho .naiyou {
		float: none;
		width: 100%;
	}
	.choho .topics {
		float: none;
		width: 98%;
		margin: 0 auto 15px;
		padding: 15px;
	}
	.choho .inbg {
		float: none;
		width: auto;
		max-width: 98%;
	}
	.choho h4 {
		margin-left: 1.5em;
	}
	#body .ovf table {
		width: 55em;
	}
	img.right {
		display: block;
		float: none;
		max-width: 100%;
		margin: 5px auto;
	}
	.photo {
		margin-left: 0.5em;
	}
	#body .photo p {
		/*font-size:100%;*/
	}
	.photo img {
		width: auto;
		max-width: 95%;
		margin-left: 0;
		margin-top: 5px;
	}
	.photo div {
		width: auto;
	}
	.photo div img {
		width: auto;
	}

	.half>li {
		width: auto;
		float: none;
		padding-right:0;
	}
	.half>li.h-right {
		text-align: inherit;
	}
	.haiku {
		font-size: 100%;
	}
	div.right {
		width: auto;
		min-width: 50%;
	}

}
@media only screen and (min-width:32em) and (max-width:49em) {
	#wrapper {
		width: 100%;
		min-width: 320px;
	}
	#header {
/*		background: url(../img/hdr_bk.gif) no-repeat center top;
		background-size: auto 60px;
		position: relative;
		min-height: 60px;*/
		background-position: 60% 0;
	}
	#logo {
		top: 10px;
		left: 10px;
	}
	#logo img {
/*		width: 186px;*/
	}
	#util1 {
		padding-top: 8px;
		padding-right: 12px;
	}
	#util1 li {
		margin-left: 3px;
	}
	#util1 li a {
		border-radius: 3px;
	}
	#util1 .eng {
		vertical-align: 0.4em;
	}
	#util1 .eng a {
		padding: 4px 3px;
	}
	#util1 .color, #util1 .ext, #util1 .speak {
		text-align: left;
	}
	#util1 .color a, #util1 .ext a, #util1 .speak a {
		font-size: 90%;
		line-height: 1;
		padding: 2px 4px;
	}
	#util1 .color a {
		width: 2.2em;
	}
	#util1 .ext a {
		width: 4.3em;
		padding-right: 1.5em;
	}
	#util1 .speak a {
		width: 3.2em;
		padding-left: 2em;
	}
	#util2 {
		padding-right: 12px;
	}
	#util2 .moji {
		border-radius: 3px;
		padding: 0 3px;
		margin-right: 2px;
	}

	#util2 .moji .title {
		position: absolute;
		top: -1.2em;
		left: 0em;
		font-size: 80%;
	}
	#util2 .site {
		padding: 0;
		margin-right: 2px;
		vertical-align: -0.2em;
	}
	#util2 .site a {
		border-radius: 3px;
		font-size: 90%;
		line-height: 1;
		padding: 2px 4px;
		width: 3.2em;
	}
	#util2 form {
		position: relative;
		border-radius: 3px;
		padding-left: 0.5em;
	}

	#util2 label {
		position: absolute;
		top: -1.3em;
		left: -0.5em;
		font-size: 80%;
	}
	#util2 input[type="text"] {
		width: 5.8em;
	}
	#util2 input[type="text"]:focus {
		width:7.8em;
	}
	#util2 input[type="submit"] {
		border-radius: 0 2px 2px 0;
	}
	#top_navi {
		font-size: 100%;
	}
	#top_navi ul {
		padding: 0 8px 0 0;
		width: 38em;
		max-width: 100%;
		box-sizing: border-box;
	}

	#top_navi li {
		width: 23.5%;
		margin: 3px 0;
		box-sizing: border-box;
	}

	#top_navi li a {
		padding: 1px 0;
		border-radius: 3px;
		width: 96%;
	}
	#body {
		padding: 12px;
	}
	h2 {
		font-size: 160%;
		margin-left: 0;
	}
	#body .font-h2 {
		font-size: 140%;
	}
	h3 {
		font-size: 140%;
		margin-left: 0em;
	}
	h4 {
		font-size: 130%;
		margin-left: 0.75em;
	}
	h5 {
		font-size: 125%;
		margin-left: 1em;
	}
	
	#body .h2 {
		margin-left: 1em;
	}
	#body h2~p, #body h2~h2+p, #body h2~ul, #body h2~ol, #body h2~dl, #body .h3 {
		margin-left: 1.5em;
	}
	#body h3~p, #body h3~h3+p, #body h3~ul, #body h3~ol, #body h3~dl, #body .h4 {
		margin-left: 2em;
	}
	#body h4~p, #body h4~h4+p, #body h4~ul, #body h4~ol, #body h4~dl, #body .h5 {
		margin-left: 2.5em;
	}
	#body h5~p, #body .h6 {
		margin-left: 3em;
	}
	#body table {
		margin-left: 0.5em;
	}
	#body h4~table, table.h4 {
		margin-left: 2em;
	}

	.contact {
		max-width: 100%;
	}
	/* choho */
	.choho .title h2 {
		clear:both;
	}
	.choho .naiyou {
		float: none;
		width: 100%;
	}
	.choho .topics {
		float: none;
		width: 95%;
		margin: 0 auto 15px;
	}
	.choho .topics img {
		float: left;
		margin: 5px 15px 5px 3px;
	}
	.choho h4 {
		margin-left: 2em;
	}

	.photo {
		margin-left: 1em;
	}
	#body .photo p {
		font-size: 100%;
	}
	.half>li {
		width: auto;
		float: none;
		padding-right:0;
	}
	.half>li.h-right {
		text-align: inherit;
	}



}


