@charset "UTF-8";

/* 240px 〜 420px（296px） */
body
{
	font-size : 12px ;
}

/* ヘッダナビゲーション */
div.header-navigation
{
	height : 35px ;
	background-color : rgba(80,80,80,0.5) ;
}

div.header-navigation ul
{
}

div.header-navigation ul li
{
	height : 25px ;
}

div.header-navigation ul li a
{
	font-size : 12px ;
	line-height : 25px ;
}

div.header-navigation ul li:first-child,
div.header-navigation ul li:first-child a
{
	height : 25px ;
	width : 28px ;
}

div.endrole ul li:first-child,
div.endrole ul li:first-child a
{
	width : 30px ;
}

div.header-navigation ul li:first-child a
{
	background-size : 125px 25px ;
}

div.endrole ul li:first-child a
{
	background-size : 125px 25px ;
	background-position : center left ;
}


/* セクションコンテンツ */
div.section_content
{
	padding : 1em 0 1em 0 ;
}

/* 3並び */
ul.triple_stream li
{
	margin-bottom : 0.6em ;
}


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


/* ページトップアイコン */
.page-up
{
	width : 36px ;
	height : 36px ;
	border-radius : 18px ;
	right : 6px ;
	bottom : 48px ;
}

.page-up a,
.page-up img
{
	width : 36px ;
	height : 36px ;
}

/* 余白 */
div.temp,
div.endrole
{
}

/* エンドロール */
div.endrole
{
}

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

br.notline
{
	display : none ;
}


/* メールフォーム */
form#mailform
{
/*	overflow-x : scroll ;*/
}

.inputtext input,
.inputtext textarea
{
	width : 200px !important ;
}


/* YouTube */
iframe.youtube
{
	width : 296px ;
	height : 167px ;
}

