@charset "UTF-8";

/* 240px 〜 420px */

body
{
	font-size : 16px ;
}

/* 本文 */
/* article */
div.chapter div.article
{
/*	padding-top : 60px ;
	background-size : auto 60px ;*/
	padding-top : 0 ;
}


/* ヘッダーナビゲーション */
div.chapter div.header-navigation
{
	height : 64px ;
}

body.home div.chapter div.header-navigation
{
	background-image : none ;
}

div.chapter div.header-navigation dl dt
{
	width : 160px ;
	height : 64px ;
}

body.home div.chapter div.header-navigation dl dt
{
	width : 100% ;
}

div.chapter div.header-navigation dl dt a
{
	display : block ;
	width : 160px ;
	padding-top : 64px ;
	background-size : auto 60px ;
}

body.home div.chapter div.header-navigation dl dt a
{
	width : 100% ;
/*	background-image : url(/Images/KD_white_100.svg) ;*/
	background-position : center right ;
}

div.chapter div.header-navigation dl dd
{
	display : none ;
}

/* セクションセクション */
body div.chapter div.article div.section div.section
{
	padding : 0 8% 0 8% ;
}


/* セクション passage */
body div.chapter div.article div.section div.passage
{
	margin-left : 0 ;
	margin-bottom : 48px ;
}

/* ページ内インデックス */
div.page_index ul li
{
	width : 80px ;
	margin : 5px 5px ;
}

div.page_index ul li a
{
	width : 80px ;
	height : 80px ;
	font-size : 14px ;
	border-radius : 40px ;
}




/* ホーム */
body.home div.chapter div.article div.section div.passage
{
	width : 100% ;
	float : none ;
}


/* メールフォーム */
form#mailform
{
	width : 100% ;
	padding: 1em 0 0 0;
	overflow-x : scroll ;
}

/* Google Map */
div.map iframe
{
	width : 100% ;
	height : 360px ;
}

/* フェードインスライドショー */
/* HatenaXfade */
.fadeins,
.fadeins ul,
.fadeins ul li
{
	width : 296px ;
	height : 120px ;
}

/* 余白 */
div.temp
{
	height : 200px ;
}

/* フッタ */

div.footer
{
	height : 200px ;
	margin-top : -200px ;
	color : rgb(80,80,80) ;
	padding-left : 0 ;
	background-color : transparent ;
	background-image : none ;
}

div.footer a
{
	color : rgb(80,80,80) ;
}

/* アドレス */
div.footer address
{
	width : 84% ;
	height : 59px ;
	line-height : 1.4 ;
	padding : 10px 0 10px 0 ;
}

/* ボトムナビゲーション */
div.footer-navigation
{
	width : 84% ;
	padding : 0 ;
	margin-right : auto ;
	margin-left : auto ;
	background-color : transparent ;
}

div.footer-navigation ul
{
	padding : 0 ;
	height : auto ;
	margin-bottom : 10px ;
	background-color : transparent ;
	border-style : none ;
}

div.footer-navigation ul li
{
	display : block ;
	width : 100% ;
	height : 50px ;
	margin-bottom : 5px ;
	padding : 0 ;
	border-style : none ;
	background-color : rgb(86,80,80) ;
}

div.footer-navigation ul li a
{
	display : block ;
	width : 100% ;
	height : 50px ;
	text-align : center ;
	line-height : 50px ;
	padding : 0 ;
	color : rgb(255,255,255) ;
	border-style : none ;
}

div.footer-navigation ul li:last-child
{
	border-style : none ;
}


/* 改行 */
br.b240,
br.b480
{
	display : inline ;
}

/* イメージ */
img.fullsize
{
	width : 100% ;
}

img.flr
{
	float : none ;
	margin-left : 0 ;
}