<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		2;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	5;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 99%;
	padding-left: 0.5%;
	padding-right: 0.5%;
}
#header {
	display: none;
}
#header_s {
	float: left;
	width: 100%;
	display: block;
	height: 60px;
	margin: 0;
	padding: 0px;
}
#top {
	display: none;
}
#nav {
	display: none;
}
#nav_s {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#content {
	display: none;
}
#content_s {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
#footer {
	display: none;
}
#footer_s {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
}

/* タブレットレイアウト : 701 px ～ 800 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 741px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
	height: 100px;
	text-align: right;
	width: 24.5508%;
}
#header_s {
	display: none;
}
#top {
	clear: none;
	float: left;
	margin-left: 0.4784%;
	display: block;
	height: 100px;
	width: 74.8502%;
}
#nav {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
	width: 24.5508%;
	min-height: 500px
}
#nav_s {
	display: none;
}
#content {
	clear: none;
	float: left;
	margin-left: 0.4784%;
	display: block;
	min-height: 500px
	text-align: center;
	width: 74.8502%;
}
#content_s {
	display: none;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	height: 70px;
	display: block;
	width: 100%;
}
#footer_s {
	display: none;
}
}

/* デスクトップレイアウト : 941 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 941px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 19.6172%;
	display: block;
	height: 100px;
	text-align: right;
}
#header_s {
	display: none;
}
#top {
	clear: none;
	float: left;
	margin-left: 0.4784%;
	width: 79.9043%;
	display: block;
	height: 100px;
}
#nav {
	clear: both;
	margin-left: 0;
	display: block;
	min-height: 500px
	text-align: right;
	width: 19.6172%;
}
#nav_s {
	display: none;
}
#content {
	margin-left: auto;
	display: block;
	width: 80%;
	min-height: 500px
	text-align: center;
	margin-right: auto;
}
#content_s {
	display: none;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	height: auto;
	display: block;
	width: 100%;
}
#footer_s {
	display: none;
}
}
h1 {
	font-size: 18px;
	color: #FFAD00;
	font-weight: bold;
	margin-top: 15px;
	line-height: 30px;
	height: auto;
}
h2 {
	font-size: 14px;
	color: #646464;
	line-height: 24px;
}
h3 {
	font-size: 12px;
	color: #FFAD00;
	font-weight: bold;
	line-height: 20px;
}
h4 {
	font-size: 11px;
	color: #646464;
	line-height: 20px;
	font-weight: normal;
}
h5 {
	font-size: 11px;
	color: #646464;
	line-height: 16px;
	font-weight: normal;
}
h6 {
	font-size: 10px;
	color: #646464;
	line-height: 20px;
	font-weight: normal;
}
#container #line {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #868686;
}
#container_s #line2 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #868686;
}
#content #container {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: auto;
}
#content_s #container_s {
	padding-right: 10px;
	padding-left: 10px;
}
table.doubutsu1 th {
	border-top-width: 1px;
	border-top-color: #d6d6d6;
	border-bottom-width: 1px;
	border-bottom-color: #d6d6d6;
	border-right-style: none;
	border-left-style: none;
	border-collapse: collapse;
	font-size: 11px;
	font-weight: bold;
	background-color: #F0F0F0;
	padding: 10px;
	color: #868686;
	text-align: left;
	border-top-style: solid;
	border-bottom-style: solid;
	width: 24%;
}
table.doubutsu1 td {
	border-top-width: 1px;
	border-top-color: #d6d6d6;
	border-bottom-width: 1px;
	border-bottom-color: #d6d6d6;
	border-right-style: none;
	border-left-style: none;
	border-collapse: collapse;
	padding: 10px;
	font-size: 11px;
	color: #868686;
	text-align: left;
	border-top-style: solid;
	border-bottom-style: solid;
	width: 76%;
}
table.doubutsu2 th {
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	color: #868686;
	text-align: left;
}
table.doubutsu2 td {
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 6px;
	color: #868686;
	text-align: left;
}
#link {
	text-align: right;
	margin-top: 20px;
	margin-right: 20px;
	font-size: 6px;
	height: auto;
}
#footer p a img {
	margin-right: 5px;
}
#facebook_twitter {
	float: right;
	width: 95px;
}</pre></body></html>