@charset "Shift_JIS";

/* ============================================
	TOPページ
============================================ */

/* 再設定 */

body {
	font-size: 15px;
	line-height:1.6;
}

/* ie7 */
*:first-child+html body {
	font-size: 85%;
	line-height:1.8;

}

/* ie5 - ie6 */
* html body {
	font-size: 85%;
	line-height:1.8;

}

/* ie8 */
html>/**/body {  
    font-size /*\**/: 85%\9;
	line-height:1.8;

}








div#logo_area{
	width:644px;
	height:307px;
	background:url(../images/img01.gif) left top no-repeat;
}

div#logo_area p{
	padding:98px 0 0 280px;
	width:250px;
}


ul.access_ul li{
	padding-bottom:5px;
	line-height:1.3;
}


@media only screen and (max-width: 700px) {
	div#logo_area{
		width:100%;
		height:307px;
		background:url(../images/img01.gif) left top no-repeat;
		background-size: 100% auto;
	}

	div#logo_area p{
		padding:14% 15% 0 42%;
		width: auto;
		font-size: 8px;
		line-height: 1.3em;
	}
	.fltL {
		float: none;
		text-align: center;
		display: block;
		margin-bottom: 10px;
	}
	.fltR {
		float: none;
		display: block;
		width: auto !important;
	}
	iframe {
		width: 100%;
	}
}

