@charset "utf-8";
/*------------------------------------------------------------------

	base.css
 
------------------------------------------------------------------*/

body {
	width: 100%;
	min-width: 1000px;
	position: relative;
	line-height: 150%;
	color: #000;
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.alphaOver a:hover img {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: .7;
	opacity: .7;
	zoom: 1
}
a, a:link {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
header {
	width: 1000px;
	margin: 0 auto;
	padding-top: 35px;
	position: relative;
	text-align: center;
}
header h1 {
	text-align: center;
	width: 100%;
	margin: 0px auto;
}

nav{
	font-family: 'Century Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
nav ul{
	width: 900px;
	margin: 40px auto 0;
}
nav ul li{
	float: left;
	font-size: 13px;
	line-height: 34px;
	letter-spacing: 1px;
}
nav ul li.active{
	padding: 0 27px;
}
nav ul li a{
	display: block;
	padding: 0 27px;
}
nav ul li.active:after,
nav ul li a:hover:after{
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50px;
	background: #000;
	margin: auto;
}

.contents{
	width: 1000px;
	margin: auto;
	padding-top: 40px;
}

.pagetop {
	width: 1000px;
	margin: 0 auto;
	text-align: right;
	padding-top: 80px;
	padding-bottom: 20px;
}

/* footer */
footer {
	color: #000;
	font-family:'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	border-top: 2px solid #000;
}
footer .foot_txt{
	font-size: 13px;
	line-height: 25px;
}
footer .foot_txt p{
	margin-top: 24px;
}
.copyright {
	width: 100%;
	max-width: 1000px;
	padding: 0;
	font-size: 12px;
	margin: auto;
}

 @media screen and (max-width: 480px) {
	body {
		min-width: 320px;
		width: 100%;
		position: relative;
		min-height: 500px;
	}
	header {
		width: 100%;
		height: auto;
		z-index: 1000;
		margin: auto;
		left: 0;
		padding: 0;
		right: 0;
	}
	nav{
		width: 100%;
	}
	dl#slidetoggle_menu.mnavi{
  		width: 100%;
	}	
	#slide_button{
		display: inline-block;
		vertical-align: top;
		zoom: 1;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
		padding: 15px 5px;
		color: #939393;
		height: 52px;
		border-bottom: 1px solid #939393;
	}	
	#slide_men{
		width: 100%;
	}
	dl.mnavi ul{
		text-align: center;
		background-color: #f9f9f9;
		width: 100%;
		margin: auto;
	}
	dl.mnavi li{
		float: none;
		width: 100%;
		font-size: 13px;
		line-height: 26px;
		letter-spacing: 1px;
		border-bottom: 1px solid #eee;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	nav ul li a{
		padding: 7px 34px;
	}
	nav ul li.active:after,
	nav ul li a:hover:after{
		display: none;
	}
	
	header h1{
		width: 60%;
		margin: auto;
		padding: 20px 0;
	}
	header h1 img{
		max-width: 100%;
		height: auto;
	}
	

	.contents{
		width: 100%;
		margin: auto;
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.pagetop {
		display: none !important;
	}
	
	footer {
		padding-top: 20px;
		padding-bottom: 15px;
		color: #000;
		margin-top: 0;
	}
	#copyright {
		width: 100%;
		max-width: 1000px;
		padding: 0;
		font-size: 12px;
		margin: auto;
	}
}
@media screen and (min-width: 481px) {
	.sp {
		display: none !important;
	}
	.pc {
		display: inline-block !important;
	}
}
@media screen and (max-width: 480px) {
	.sp {
		display: inline-block !important;
	}
	.pc {
		display: none !important;
	}
}
