@charset "UTF-8";

/* 421px 〜 741px */

body
{
	font-size : 16px ;
}

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

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

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

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

div.chapter div.header-navigation ul
{
	height : 56px ;
	margin-top : 4px ;
}

div.chapter div.header-navigation ul li
{
	width : 56px ;
	height : 56px ;
	margin-right : 4px ;
}

div.chapter div.header-navigation ul li a
{
	display : table-cell ;
	width : 56px ;
	height : 56px ;
	font-size : 12px ;
}

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

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


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

/* フッタ */

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

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

/* ボトムナビゲーション */
div.footer-navigation
{
	width : 95% ;
	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 : 48% ;
	height : 50px ;
	margin-bottom : 5px ;
	margin-right : 4% ;
	padding : 0 ;
	border-style : none ;
	background-color : rgb(86,80,80) ;
	float : left ;
}

div.footer-navigation ul li:nth-of-type(2n)
{
	margin-right : 0 ;
}

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 ;
/*	margin-bottom : 7px ;*/
}

/* アドレス */
div.footer address
{
	width : 95% ;
	line-height : 1.5 ;
	padding : 10px 0 10px 0 ;
	clear : both ;
}

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

