@charset "utf-8";

/* ==

　01. 大枠レイアウトのスタイル定義

=============================================================================== */
#headerArea,
#globalNavTop,
#topicPath,
#liquidArea,
#footerNavArea,
#footerArea { min-width: 940px; }

#headerArea .areaInner,
#topicPath ul,
#globalNavTop ul,
#footerNavArea .areaInner,
#footerArea .areaInner { width: 925px; }
#globalNavTop ul {
	width: 938px;
}
#container {
	width: 930px;
	padding-right: 5px;
	padding-left: 5px;
}
#footerNavArea #slideWrap .slideInner { width: 935px; }

/* globalNavTop
------------------------------------------------------------------------------- */
#globalNavTop li {
	width: 134px;
}

/* globalNavBtm
------------------------------------------------------------------------------- */
#globalNavBtm li {
	width: 33.3%;
}

/* footerNavArea
------------------------------------------------------------------------------- */
#footerNavArea #slideWrap #slideBox1 .slideCol1 { display: none; }
#footerNavArea #slideWrap #slideBox4 dt { width: 270px; }
#footerNavArea #slideWrap #slideBox4 dd { width: 645px; }


/* ==

　02. メイン領域のスタイル

=============================================================================== */

#relation li {
	width: 200px;
}

/* 画像可変
------------------------------------------------------------------------------- */
/* liquid */
.liquid img,
img.liquid,
#headerArea img,
#container img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}
.liquid img,
img.liquid,
#headerArea img,
#container img { width: auto\9; } /* ie8 */

/* liquidL */
.liquidL img,
img.liquidL,
#container .liquidL img,
#container img.liquidL {
	width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}