@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width: 100%;
}
/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
*/

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


/*-- main layout --*/
#main #mainsab {
	width: 100%;
	clear: both;
	margin-top: 20px;
	float: none;
}
#mainsab .hirugano {
	width: 98%;
	margin-bottom: 5px;
}
#main #mainsab .hirugano h3 {
	width: 90%;
	border-top: 2px solid #F60;
	padding-left: 30px;
	background-image: url(../images/banner/yg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 0.5em;
	margin-top: 10px;
}
#main #mainsab .hirugano #miyabi {
	padding-left: 1.5em;
}
#main #mainsab .hirugano #miyabi span {
	padding-left: 1em;
	font-size: 1em;
	text-decoration: underline;
}
.hirugano ul li {
	font-weight: bold;
	padding-left: 2em;
	padding-top: 5px;
	background-image: url(../images/banner/xg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 2em;
	font-size: 1em;
	text-decoration: none;
	list-style: none;
	line-height: 1em;
}
.hirugano dl {
	margin-left: 0.1em;
}
.hirugano dt {
	font-weight: bold;
	padding-left: 1em;
	padding-top: 5px;
	background-image: url(../images/banner/xg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 0.2em;
	font-size: 1.1em;
	color: #030;
}
.hirugano dd {
	margin-left: 1em;
	font-size: 1em;
	color: #060;
	line-height: 1.4em;
}
.hirugano dl dt a img {
	height: 35px;
	width: 115px;
}
.hirugano h4 {
	margin-left: 8em;
	text-decoration: none;
	font-size: 1em;
}
.hirugano h4 a {
	text-decoration: none;
	font-weight: bold;
	color: #030;
	font-size: .9em;
}
.hirugano h4 a:hover {
	color: #F60;
}
.hirugano h4 a:active {
	left: +1px;
	top: +1px;
}
.hirugano p {
	font-weight: normal;
	padding-left: .8em;
	font-size: 0.9em;
	line-height: 1em;
	margin-bottom: 1em;
}
#main .hirugano p a img {
	width: 30%;
	float: left;
	height: 30px;
}
.topg {
	width: 20%;
	height: 40%;
	float: right;
	display: none;
}
.topg p img {
	width: 100%;
	height: 20%;
	float: right;
}
#main #mainsab #map_sans {
	height: 300px;
	width: 100%;
	float: none;
	display: none;
}
#main #mainsab #map_sans p {
	display: block;
}
#main #mainsab #map_sans p img {
	float: right;
}


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

@media only screen and (min-width: 481px) {
/*-- main layout --*/
#mainsab {
	width: 100%;
	float: left;
}
#mainsab .hirugano {
	width: 60%;
	float: left;
}
#main #mainsab .hirugano h3 {
	width: 20em;
	border-top: 2px solid #F60;
	padding-left: 30px;
	background-image: url(../images/banner/yg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 5px;
}
#main #mainsab .hirugano #miyabi {
	padding-left: 1.5em;
}
#main #mainsab .hirugano #miyabi span {
	padding-left: 1em;
	font-size: 1.1em;
	text-decoration: underline;
}
.hirugano ul {
}
.hirugano ul li {
	font-weight: bold;
	padding-left: 2em;
	padding-top: 5px;
	background-image: url(../images/banner/xg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 2em;
	font-size: 1.2em;
	text-decoration: none;
	list-style: none;
	line-height: 1em;
}
.hirugano dt {
	font-weight: bold;
	padding-left: 25px;
	padding-top: 5px;
	background-image: url(../images/banner/xg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 1em;
	font-size: 1.2em;
}
.hirugano dd {
	margin-left: 90px;
	font-size: 1.2em;
	color: #060;
	line-height: 1.4em;
}
.hirugano dl dt a img {
	height: 35px;
	width: 115px;
}
.hirugano h4 {
	margin-left: 15em;
	text-decoration: none;
	font-size: 1.2em;
}
.hirugano h4 a {
	text-decoration: none;
	font-weight: bold;
	color: #030;
	font-size: .9em;
}
.hirugano h4 a:hover {
	color: #F60;
}
.hirugano h4 a:active {
	left: +1px;
	top: +1px;
}
.hirugano p {
	font-weight: normal;
	padding-left: 25px;
	font-size: 1.2em;
	line-height: 0.8em;
	margin-bottom: 1.2em;
}
#main .hirugano p a img {
	width: 20%;
	float: left;
	height: 40px;
}
#main #bak {
	width: 50%;
	margin-left: 20em;
	height: 30px;
}
#main #bak p {
	font-size: 1.2em;
	width: 100%;
}
#main #bak p a {
	color: #030;
}
#main #bak p a:hover {
	color: #F30;
}
#main #bak p a {
	left: 1px;
	top: 1px;
}
.topg {
	width: 30%;
	height: 40%;
	float: right;
	display: block;
}
.topg p img {
	width: 60%;
	height: 15%;
	float: right;
}
#main #mainsab #map_sans {
	width: 40%;
	float: right;
	margin-top: 3em;
	display: block;
}
#main #mainsab #map_sans p {
	display: block;
}
#main #mainsab #map_sans p img {
	float: right;
}
#main #mainsab #map_sans a img {
	width: 50%;
	float: right;
	margin-right: 5.8em;
}
}

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

@media only screen and (min-width: 769px) {
/*-- main layout --*/

#main .map-img {
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 90%;
	border: 3px groove #999;
}

#main #heading {
	color: #036;
	font-size: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#main #heading p {
	font-size: 1em;
	color: #096;
	font-style: italic;
	text-align: center;
}
.hirugano dt {
	font-weight: bold;
	padding-left: 1em;
	padding-top: 5px;
	background-image: url(../images/banner/xg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 0.2em;
	font-size: 1.1em;
	color: #030;
}
.hirugano dd {
	margin-left: 1em;
	font-size: 1em;
	color: #060;
	line-height: 1.4em;
}
.hirugano p {
	font-weight: normal;
	padding-left: .8em;
	font-size: 0.9em;
	line-height: 1em;
	margin-bottom: 1em;
}
#mainsab {
	width: 100%;
	float: left;
}

#main #slidetitle {
	width: 90%;
	margin-right: auto;
	margin-left: 5em;
	margin-top: 20px;
}
#main #slidetitle p {
	display:block;
	width: 60%;
	font-size: 1.3em;
	color: #030;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}
#mainsab .hirugano {
	width: 60%;
	float: left;
}
#main #mainsab .hirugano h3 {
	border-top: 2px solid #F60;
	padding-left: 30px;
	background-image: url(../images/banner/yg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 5px;
	width: 60%;
}
#main #mainsab .hirugano #miyabi {
	padding-left: 1.5em;
}
#main #mainsab .hirugano #miyabi span {
	padding-left: 1em;
	font-size: 1.1em;
	text-decoration: underline;
}
.hirugano ul {
}
.hirugano ul li {
	font-weight: bold;
	padding-left: 2em;
	padding-top: 5px;
	background-image: url(../images/banner/xg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 2em;
	font-size: 1.2em;
	text-decoration: none;
	list-style: none;
	line-height: 1em;
}
.hirugano dt {
	font-weight: bold;
	padding-left: 25px;
	padding-top: 5px;
	background-image: url(../images/banner/xg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 1em;
	font-size: 1.2em;
	color: #030;
}
.hirugano dd {
	margin-left: 90px;
	font-size: 1.2em;
	color: #030;
	line-height: 1.5em;
}
.hirugano dl dt a img {
	height: 35px;
	width: 115px;
}
.hirugano h4 {
	margin-left: 20em;
	text-decoration: none;
	font-size: 1.2em;
}
.hirugano h4 a {
	text-decoration: none;
	font-weight: bold;
	color: #030;
	font-size: .9em;
}
.hirugano h4 a:hover {
	color: #F60;
}
.hirugano h4 a:active {
	left: +1px;
	top: +1px;
}
.hirugano p {
	font-weight: normal;
	padding-left: 2em;
	font-size: 1.2em;
	line-height: 0.8em;
	margin-bottom: 1.2em;
}
#main .hirugano p a img {
	width: 20%;
	float: left;
	height: 40px;
}
#main #bak {
	width: 50%;
	margin-left: 20em;
	height: 30px;
}
#main #bak p {
	font-size: 1.2em;
	width: 100%;
}
#main #bak p a {
	color: #030;
}
#main #bak p a:hover {
	color: #F30;
}
#main #bak p a {
	left: 1px;
	top: 1px;
}
.topg {
	width: 30%;
	height: 40%;
	display: block;
	float: right;
}
.topg p img {
	width: 60%;
	height: 15%;
	float: right;
}
#main #mainsab #map_sans {
	height: 800px;
	width: 40%;
	float: right;
	margin-top: 3em;
	display: block;
}
#main #mainsab #map_sans p {
	display: block;
}
#main #mainsab #map_sans p img {
	float: right;
}
#main #mainsab #map_sans p a {
	display: block;
}
#main #mainsab #map_sans a img {
	width: 50%;
	float: right;
	margin-right: 5.8em;
	display: block;
}
}
