@media all and (min-width: 641px) {

body#home #mainv div.clearfix img,
body#home #content div.clearfix img {
	display:inline;
	margin:0;
}

body#home #content .container-inner {
	padding: 80px 0;
}

body#home #mainv li {
	float: left;
	width: 25%;
	height: 365px;
	text-align: center;
}

body#home #mainv li a {
	display: block;
	height: 365px;
	padding-top: 60px;
}


body#home #mainv li.mainv1 a {
	background: url(../images/home/mainv1.jpg) center center no-repeat;
	background-size: cover;
}

body#home #mainv li.mainv2 a {
	background: url(../images/home/mainv2.jpg) center center no-repeat;
	background-size: cover;
}

body#home #mainv li.mainv3 a {
	background: url(../images/home/mainv3.jpg) center center no-repeat;
	background-size: cover;
}

body#home #mainv li.mainv4 a {
	background: url(../images/home/mainv4.jpg) center center no-repeat;
	background-size: cover;
}

body#home #mainv li a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

body#home #home-navt .navt {
	float: left;
	width: 220px;
	border-top: 3px solid #1E41AA;
	padding: 10px 0 0;
}

body#home #home-navt .navt1 {
	margin-right: 20px;
}

body#home #home-navt .navt3 {
	float: right;
}

body#home #home-navt .navt h2 {
	font-size: 19px;
	font-weight: bold;
	color: #1E41AA;
}

body#home #home-navt .image {
	width: 220px;
	height: 120px;
}

body#home #home-navt .navt1 .image {
	background: url(../images/home/navt1.jpg) 0 0 no-repeat;
}

body#home #home-navt .navt2 .image {
	background: url(../images/home/navt2.jpg) 0 0 no-repeat;
}

body#home #home-navt .navt3 .image {
	background: url(../images/home/navt3.jpg) 0 0 no-repeat;
}

body#home #home-navt li {
	font-size: 1.067em;
}

body#home #home-navt a {
	text-decoration: none;
	color: #231815;
	background: url(../images/common/anchor.png) 0 center no-repeat;
	padding-left: 16px;
}

body#home #home-navt a:hover {
	text-decoration: underline;
	color: #1E41AA;
}

body#home #home-navz li {
	float: left;
	width: 160px;
	margin-left: 20px;
}

body#home #home-navz li.navz1 {
	margin-left: 0;
}

body#home #home-navz li a {
	display: block;
	text-decoration: none;
	color: #231815;
}

body#home #home-navz li a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

body#home #home-navz li a:hover {
	text-decoration: underline;
	color: #1E41AA;
}

body#home #home-disease {
	border: 3px solid #D4CFBF;
	background: #F1EEE2;
	padding-top: 10px;
}

body#home #home-disease h2 {
	font-size: 1.2em;
	text-align: center;
	color: #3E67B0;
}

body#home #home-disease ul {
	margin-left: 20px;
}

body#home #home-disease li {
	float: left;
	width: 210px;
	border: 1px solid #B1C9E7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e2f3fb));
	background-image: -webkit-linear-gradient(#FFF 60%, #e2f3fb);
	background-image: linear-gradient(#FFF 60%, #e2f3fb);
	border-radius: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
}

body#home #home-disease li:hover {
	background: #e2f3fb;
}

body#home #home-disease li a {
	display: block;
	text-decoration: none;
	background: url(../images/common/anchor.png) 10px center no-repeat;
	padding: 5px 5px 5px 30px;
}

body#home #home-information {
	border-top: 3px solid #1E41AA;
	padding-top: 10px;
}

body#home #home-information h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #1E41AA;
}

body#home #home-information dt {
	float: left;
	width: 9em;
	border-top: 1px dotted #CCC;
	padding-top: 10px;
}

body#home #home-information dd {
	border-top: 1px dotted #CCC;
	margin-left: 9em;
	margin-bottom: 10px;
	padding-top: 10px;
}

body#home #home-information dd p {
	margin: 0;
}

body#home #side-open,
body#home #side-access {
	border: 1px solid #B1C9E7;
	background: #DDF1FC;
	border-radius: 8px;
	padding: 10px;
}

body#home #side-open h2,
body#home #side-access h2 {
	font-size: 1.2em;
	text-align: center;
	color: #1E41AA;
}

body#home #side-open .link li {
	margin-top: 6px;
}

body#home #side-open .link li a,
body#home #side-access li a {
	display: block;
	text-decoration: none;
	background: #FFF url(../images/common/anchor.png) 10px center no-repeat;
	border: 1px solid #3E67B0;
	padding: 3px 5px 3px 30px;
}

body#home #side-open .link li a:hover,
body#home #side-access li a:hover {
	color: #FFF;
	background: #3E67B0 url(../images/common/anchor_w.png) 10px center no-repeat;
}

body#home #side-open h3 {
	text-align: center;
	color: #FFF;
	background: #3E67B0;
	padding-top: 2px;
}

body#home #side-open .time {
	text-align: center;
	color: #3E67B0
}

body#home #side-open dl {
	font-size: 13px;
}

body#home #side-open dt {
	float: left;
	width: 93px;
}
body#home #side-open dd {
	line-height: 1.4;
	margin-left: 102px;
	padding-top: 5px;
	margin-bottom: 15px;
}

body#home #side-open dd span {
	font-size: 11px;
}

body#home #side-open ul {
	font-size: 0.867em;
}

body#home #side-open .note b {
	display: block;
	float: left;
	width: 3.2em;
	font-weight: normal;
}

body#home #side-open .note span {
	display: block;
	margin-left: 4em;
}

body#home #side-access dl {
	font-size: 0.867em;
}


body#home #content p.wi-fi-info{
	margin:50px 0 20px 0;
	font-size:14px;
	padding: 15px 15px 15px 64px;
	background-image:url(../images/common/wi-fi.png);
	background-repeat:no-repeat;
	background-position:18px 15px;
	background-color:#f3fafe;
	border:1px solid #99b5dc;
	display:block;
}

}

@media only screen and (max-width: 640px) {

body#home #mainv div.clearfix img,
body#home #content div.clearfix img{
	display:inline;
	margin:0;
}

body#home #mainv li {
	width: 100%;
	height: 86px;
	text-align: center;
	border-bottom: 1px solid #FFF;
}

body#home #mainv li a {
	display: block;
	height: 85px;
	padding-top: 22px;
}

body#home #mainv li a span {
	display: block;
	width: 139px;
	height: 38px;
	 background-color: rgba(255,255,255,0.8);
	 margin: 0 auto;
}

body#home #mainv li a span img {
	width: auto;
	width: 139px;
	height: 38px;
	
}



body#home #mainv li.mainv1 a {
	background: url(../images/home/mainv1sp.jpg) center center no-repeat;
	background-size: cover;
}

body#home #mainv li.mainv2 a {
	background: url(../images/home/mainv2sp.jpg) center center no-repeat;
	background-size: cover;
}

body#home #mainv li.mainv3 a {
	background: url(../images/home/mainv3sp.jpg) center center no-repeat;
	background-size: cover;
}

body#home #mainv li.mainv4 a {
	background: url(../images/home/mainv4sp.jpg) center center no-repeat;
	background-size: cover;
}



body#home #home-navt .navt {
	display: none;
}

body#home #home-navt .navt1 {
	display: block;
}

body#home #home-navt .sp-tab {
	background: #7E95AD;
	margin: 0 -10px 10px;
	padding: 10px 10px 0;
}

body#home #home-navt .sp-tab li {
	float: left;
	width: 32%;
	margin-right: 1%;
}

body#home #home-navt .sp-tab li a,
body#home #home-navt .sp-tab li span {
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #1E41AA;
	background: #FFF;
	padding: 4px 0;
}

body#home #home-navt .sp-tab li a {
	background: #CBD1D4;
}


body#home #home-navt .navt h2 {
	display: none;
}

body#home #home-navt .image {
	width: 100%;
	height: 79px;
}

body#home #home-navt .navt1 .image {
	background: url(../images/home/navt1sp.jpg) 0 0 no-repeat;
	background-size: cover;
}

body#home #home-navt .navt2 .image {
	background: url(../images/home/navt2sp.jpg) 0 0 no-repeat;
	background-size: cover;
}

body#home #home-navt .navt3 .image {
	background: url(../images/home/navt3sp.jpg) 0 0 no-repeat;
	background-size: cover;
}

body#home #home-navt .link li {
	float: left;
	min-width: 50%;
}

body#home #home-navt .link li a {
	text-decoration: none;
	color: #231815;
	background: url(../images/common/anchor.png) 0 center no-repeat;
	padding-left: 16px;
}

body#home #home-navt .link li a:hover {
	text-decoration: underline;
	color: #1E41AA;
}

body#home #home-navz li {
	width: 48%;
	border: 1px solid #BBBBBB;
	text-align: center;
	margin-bottom: 15px;
}

body#home #home-navz li:nth-child(odd) {
	float: left;
}

body#home #home-navz li:nth-child(even) {
	float: right;
}

body#home #home-navz li a {
	display: block;
	text-decoration: none;
	color: #231815;
	padding: 6px;
}

body#home #home-navz li a img {
	width: 100%;
	height: auto;
}

body#home #home-navz li a:hover {
	text-decoration: underline;
	color: #1E41AA;
}

body#home #home-navz li  span {
	display: block;
	line-height: 1.4;
}

body#home #home-navz li.navz1 span,
body#home #home-navz li.navz3 span,
body#home #home-navz li.navz4 span {
	padding: .6em 0;
}


body#home #home-disease {
	border: 3px solid #D4CFBF;
	background: #F1EEE2;
	padding-top: 10px;
}

body#home #home-disease h2 {
	font-size: 1.2em;
	text-align: center;
	color: #3E67B0;
}

body#home #home-disease ul {
	margin-left: 15px;
}

body#home #home-disease li {
	float: left;
	width: 46%;
	border: 1px solid #B1C9E7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e2f3fb));
	background-image: -webkit-linear-gradient(#FFF 60%, #e2f3fb);
	background-image: linear-gradient(#FFF 60%, #e2f3fb);
	border-radius: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
}

body#home #home-disease li:hover {
	background: #e2f3fb;
}

body#home #home-disease li a {
	display: block;
	text-decoration: none;
	background: url(../images/common/anchor.png) 10px center no-repeat;
	padding: 5px 5px 5px 30px;
}


body#home #home-information h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #1E41AA;
	text-align: center;
	margin: 0;
}

body#home #home-information dt {
	padding-top: 10px;
}

body#home #home-information dd {
	border-bottom: 1px dotted #CCC;
	padding-bottom: 10px;
}

body#home #side-open,
body#home #side-access {
	border: 1px solid #B1C9E7;
	background: #DDF1FC;
	border-radius: 8px;
	padding: 10px;
}

body#home #side-open h2,
body#home #side-access h2 {
	font-size: 1.2em;
	text-align: center;
	color: #1E41AA;
}

body#home #side-open .link li {
	margin-top: 6px;
}

body#home #side-open .link li a,
body#home #side-access li a {
	display: block;
	text-decoration: none;
	background: #FFF url(../images/common/anchor.png) 10px center no-repeat;
	border: 1px solid #3E67B0;
	padding: 3px 5px 3px 30px;
}

body#home #side-open .link li a:hover,
body#home #side-access li a:hover {
	color: #FFF;
	background: #3E67B0 url(../images/common/anchor_w.png) 10px center no-repeat;
}

body#home #side-open h3 {
	text-align: center;
	color: #FFF;
	background: #3E67B0;
	padding-top: 2px;
}

body#home #side-open .time {
	text-align: center;
	color: #3E67B0
}

body#home #side-open dl {
	font-size: 13px;
}

body#home #side-open dt {
	float: left;
	width: 93px;
}
body#home #side-open dd {
	line-height: 1.4;
	margin-left: 102px;
	padding-top: 5px;
	margin-bottom: 15px;
}

body#home #side-open dd span {
	font-size: 11px;
}

body#home #side-open .note b {
	font-weight: normal;
}

body#home #side-open .note span {
}


body#home #side-access dt {
	text-align: center;
	color: #FFF;
	background: #3E67B0;
	padding-top: 2px;
}

body#home #side-access dd {
	padding: 10px 10px 15px;
}

body#home #content #bnav {
	text-align: center;
}


body#home #content p.wi-fi-info{
	margin:50px 0 20px 0;
	font-size:14px;
	padding: 15px 15px 15px 64px;
	background-image:url(../images/common/wi-fi.png);
	background-repeat:no-repeat;
	background-position:18px center;
	background-color:#f3fafe;
	border:1px solid #99b5dc;
	display:block;
}


}
