@charset "UTF-8";

/* 横幅が非常に狭いデバイス向け */
body{
	min-width:320px;
}

/* ヘッダー構造 */
header{
	min-height:85px;
	padding-bottom:4px;
	position:relative;
}

img#jichiLogo{
	display:none;
}

img#logo{
	float:none;
	max-width:414px;
	width:95%;
	height:auto;
	line-height:100px;
	vertical-align:middle;
}

header div > a{
	display:block;
	line-height:60px;
}

footer small{
	font-size:100%;
}

nav#dcHeaderSubMenu{
	width:100%;
	margin:auto;
	font-size:1.2em;
	float:none;
}

nav#dcHeaderSubMenu ul{
	float:none;
	position:absolute;
	top:72px;
	right:10px;
}

nav#dcHeaderSubMenu ul li{
	margin:1px;
}

nav#dcHeaderSubMenu ul li a{
	padding-left:11px;
}

/* メニュー */

/* メインコンテンツ */
div#dcMain{
	width:98%;
}

div#dcMain[class*='centerLine']{background:none;}

div#dcMain[class*='centerLine'] article{
	float:none;
	width:100%;
	margin:20px auto 0;
}

/* メインコンテンツ -> home当施設について */

article#homeAbout section.thumbnails img[src*='images/zoomIcon.gif']{
	position:absolute;
	top:-13px;
	left:auto;
	right:5px;
}

article#homeAbout section.thumbnails ul{
	width:312px;
	margin:8px auto 0;
}

article#homeAbout section.thumbnails ul li{
	margin:0 1px 1px 0;
}

article#homeAbout section.comment{
	height:auto;
	padding:1px 0 10px;
	background:#EDF2FB;
}

/* メインコンテンツ -> 各一覧ページ */
article.infoArea > section > a > img{
	width:32%;
	height:auto;
}


/* メインコンテンツ -> 各ページ -> フロア情報他の写真付情報エリア */
div.setsubiInfo{
	width:100%;
	margin-left:50px;
}

/* サイドコンテンツ */
div#dcSide{
	width:98%;
}

div#dcSide > div{
	background:#EDF2FB
}

div#dcSide section{
	width:auto;
	margin:0 auto;
	padding:0 0 6px 8px;
	text-align:center;
}

div#dcSide section a{
	width:32%;
	min-width:146px;
	margin:6px 6px 0 0;
}

div#dcSide section a img{
	width:100%!important;
	height:auto!important;
}

