@charset "Shift_JIS";
/**
 * default.css
 * modified : 2015.02.01
 */

/*--------------------------------------------------------------------------------
	Reset
--------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;vertical-align:top;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}a{text-decoration:none;outline:none;}nav{display:block;}section{display:block}

/*--------------------------------------------------------------------------------
	body
--------------------------------------------------------------------------------*/
body {
	position: relative;
	margin: 0;
	padding: 0;
	min-width: 320px;
	font-family: "\30D2\30E9\30AE\30CE\89D2\30B4\20\50\72\6F\20\57\33","Hiragino Kaku Gothic Pro",YuGothic,"ŸàƒSƒVƒbƒN",
	"\30E1\30A4\30EA\30AA",Meiryo,"\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",'Droid Sans',sans-serif;
	background-color: #fff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

/*--------------------------------------------------------------------------------
	classes
--------------------------------------------------------------------------------*/
sub {
	position: relative;
	top: 2px;
	font-size: 68.8%;
}
.clearfix {
	*zoom: 1;
}
.clearfix:after {
	clear: both;
	display: block;
	content: "";
}

a {
	color: #444;
}
a img.hover {
	transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
}
a:hover img.hover {
	opacity: 0.8;
}
.ielegacy a:hover img.hover {
	filter: alpha(opacity=80);
}

/*--------------------------------------------------------------------------------
	.container
--------------------------------------------------------------------------------*/
.container {
	border-top: 6px solid #c83b18;
	overflow: hidden;
}
.container a,
.container img {
	vertical-align: top;
}

@media screen and (max-width:640px) {
	.container {
		min-width: 320px;
		border-top: 4px solid #c83b18;
	}
}

/*--------------------------------------------------------------------------------
	header
--------------------------------------------------------------------------------*/
header {
	margin: 0 auto;
	width: 100%;
	max-width: 1240px;
	min-width: 320px;
	line-height: 0.9;
	*zoom: 1;
}
header:after {
	clear: both;
	display: block;
	content: "";
}
header h1 {
	float: left;
	padding: 27px 0 0 27px;
	width: 111px;
}
header h1 img {
	width: 111px;
	height: auto;
}
header strong {
	float: right;
	display: block;
	padding: 20px 24px 0 0;
	width: 40px;
}
header strong img {
	width: 40px;
	height: auto;
}

@media screen and (max-width:800px) {
	header h1 {
		padding: 3.375% 0 0 3.375%;
		width: 13.875%;
	}
	header h1 img {
		width: 100%;
	}
	header strong {
		padding: 2.5% 3.0% 0 0;
		width: 5.0%;
	}
	header strong img {
		width: 100%;
	}
}
@media screen and (max-width:479px) {
	header h1 {
		padding: 20px 0 0 20px;
		width: 22%;
	}
	header strong {
		padding: 17px 20px 0;
		width: 8%;
	}
}

/*--------------------------------------------------------------------------------
	footer
--------------------------------------------------------------------------------*/
footer {
	padding: 90px 0 30px;
	width: 100%;
	line-height: 1.0;
	text-align: center;
}
footer small {
	padding: 0 15px;
	font-size: 62.5%;
	letter-spacing: 0.01em;
}
footer .pagetop {
	position: relative;
	top: 46px;
	margin: 0 auto;
	width: auto;
	height: 1px;
}
footer .pagetop .floater {
	position: static;
	padding-right: 2%;
	width: 98%;
	text-align: right;
}
footer .pagetop .floater.fixed {
	position: fixed;
	bottom: 0;
	z-index: 1000;
}
footer .pagetop .floater a {
	position: relative;
	margin-top: -37px;
	display: block;
	float: right;
	width: 60px;
	height: 38px;
}
footer .pagetop .floater.fixed a {
	top: 0;
}
footer .pagetop .target {
	position: fixed;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 0px;
	zoom: 1;
}

@media screen and (max-width:640px) {
	footer {
		margin-top: 20px;
		padding: 60px 0 10px;
	}
	footer small {
		display: block;
		text-align:center;
	}
	footer .pagetop {
		top: -5px;
		width: auto;
	}
	footer .pagetop .floater {
		width: 95%;
	}
	footer .pagetop .floater a {
		float: none;
		display: inline-block;
		margin-top: 0;
		zoom: 0.7;
	}
}
@media screen and (max-width:479px) {
	footer {
		padding: 60px 0 30px;
	}
	footer .pagetop {
		top: -40px;
		width: auto;
	}
	footer .pagetop .floater {
		padding-right: 0;
		width: 100%;
		text-align:center;
	}
}
@media screen and (max-width:320px) {
	footer small {
		font-size: 50%;
	}
}
