@charset "UTF-8";


/*---------------全体---------------*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);

body{
	padding: 0;
	margin: 0;
	color:#555555;
	font-size: 14px;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
body p{
	line-height: 1.4em;
}
body ul li{
	text-decoration: none;
	list-style-type: none;
}
body a{
	text-decoration: none;
	color:#555555;
}
#contact{
	list-style-type: none;
}
.blue a{
		color: #0066ff;
}
.name{
	font-weight: bold;
	font-size: 16px;
}
#KeyV{
	background-color: #f5f5f5;
}
#pagetop{
	border-bottom: 1px solid #000;
	text-align: right;
	font-weight: bold;
	font-size: 16px;
	margin: 25px 0;
}
#copy{
	background-color: #7fbfff;
	color: #333333;
	text-align: center;
	font-size: 12px;
	height: 20px;
	padding-top: 8px;
	clear: both;
}

/*---------------ボタンエフェクト---------------*/
.button{
	display: inline-block;
}
.button:hover {
	color: #cee9ee;
}
.button_top img{
	opacity: 1;
}
.button_top img:hover{
	opacity: 0.7;
}
.button_bnr img{
	border: 2px solid #ffffff;
}
.button_bnr img:hover{
	border-color: #7fbfff;
}
.button_product:hover{
	background-color: #f5f5f5;
}
.button,
.button::before,
.button::after,
.button_product,
.button_product::before,
.button_product::after,
.button_top img,
.button_top img::before,
.button_top img::after,
.button_bnr img,
.button_bnr img::before,
.button_bnr img::after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

/*---------------PC---------------*/

@media only screen and (min-width: 900px) {

	/*---------------ヘッダー---------------*/
	#header_wrapper{
		width: 900px;
		margin: 0 auto;
		padding: 10px 0;
	}
	hgroup > h1 img{
		float: left;
		margin-top: 5px;
	}
	hgroup h2{
		font-size: 30px;
		margin-top: 5px;
		float: left;
		margin-left: 150px;
	}
	#contact{
		float: right;
		margin-top: 5px;
	}
	#contact li:first-child{
		font-size: 20px;
		font-weight: bold;
		padding-bottom: 5px;
	}
	.time{
		font-size: 12px;
		float: left;
		padding-right: 10px;
	}

	/*---------------ナビ---------------*/
	nav{
		width: 90%;
		margin: 0 auto;
	}
	nav ul{
		clear: both;
		height: 50px;
		padding-top: 20px;
	}
	.alluminum{
		display: none;
	}
	.allumi{
		display: block;
		text-align: center;
		font-size: 13px;
		padding-top: 0px;
		height: 20px;
	}
	.blue a{
		border: none;
	}
	nav ul li{
		float: left;
		height: 15px;
		padding: 5px 41px;
		font-weight: bold;
	}
	.allumi, .about, .access, .product{
		border-right: 1.5px solid #000;
	}

	/*----------------KeyV---------------*/
	#KeyV{
		margin-bottom: 80px;
	}
	#KeyV h1 img{
		display: block;
		margin: 0 auto;
	}

	/*----------------コンテンツ---------------*/
	#contents_wrapper{
		margin-bottom: 100px;
	}
	
	/*----------------contact---------------*/
	h5{
		text-align: center;
		font-weight: bold;
		font-size: 20px;
		padding-bottom: 20px;
	}
	.contact_wrapper{
		background-color: #e5f2ff;
		margin-bottom: 80px;
	}

	#contact_block{
		width: 600px;
		height: 50px;
		margin: 0 auto;
		padding: 30px 0;
	}
	#contact_block ul{
		float: left;
		margin-left: 40px;
		margin-right: 60px;
	}
	#contact_bottom li:first-child{
		font-size: 30px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	#contact_bottom li+li{
		font-weight: bold;
		font-size: 16px;
	}
	.contact_wrapper p a{
		display: inline-block;
		font-size: 20px;
		font-weight: bold;
		padding: 15px 40px;
		margin-right: 20px;
		border:2px solid #007fff;
		border-radius: 5px;
		color: #007fff;
		background-color: #ffffff;
	}

	/*---------------フッター---------------*/
	#pagetop a{
		text-align: right;
		margin-right: 200px;
	}
	footer{
		width: 900px;
		margin: 0 auto;
		clear: both;
		padding-top: 20px;
	}
	#company{
		margin-bottom: 20px;
	}
	#company li{
		margin-bottom: 10px;
	}
	#others{
		float: right;
		display: block;
		margin: 0 30px 10px 0;
	}
	#others li{
		float: left;
		margin-left: 20px;
		font-size: 12px;
	}
}

/*---------------タブレット---------------*/

@media only screen and (max-width: 899px) and (min-width: 600px){

	/*---------------ヘッダー---------------*/
	hgroup > h1 img{
		display: block;
		width: 30%;
		margin: 0 auto;
		padding: 10px 0;
	}
	hgroup h2{
		font-size: 26px;
		text-align: center;
		margin-top: 10px;
	}
	#contact{
		display: none;
	}

	/*---------------ナビ---------------*/
	nav ul{
		display: block;
		width: 599px;
		height: 20px;
		margin: 0 auto;
		clear: both;
		padding: 30px 0 40px 0;
	}
	.alluminum{
		display: none;
	}
	.allumi{
		display: block;
		text-align: center;
		font-size: 13px;
		padding-top: 5px;
		padding-bottom: 8px;
	}
	.blue a{
		border: none;
	}
	nav ul li{
		float: left;
		height: 15px;
		padding: 9px 20px;
		font-weight: bold;
	}
	.about, .access, .product{
		border-right: 1px solid #000;
	}
	.access{
		border-left: 1px solid #000;
	}

	/*----------------KeyV---------------*/
	#KeyV{
		margin-bottom: 50px;
	}
	#KeyV h1 img{
		width: 100%;
		display: block;
		margin: 0 auto;
	}

	/*----------------コンテンツ---------------*/
	#contents_wrapper{
		margin-bottom: 70px;
	}

	/*----------------contact---------------*/
	h5{
		text-align: center;
		font-weight: bold;
		font-size: 20px;
		padding-bottom: 20px;
	}
	.contact_wrapper{
		background-color: #e5f2ff;
	}
	#contact_block{
		width: 599px;
		height: 50px;
		margin: 0 auto;
		padding: 30px 0;
	}
	#contact_block ul{
		float: left;
		margin-left: 40px;
		margin-right: 60px;
	}
	#contact_bottom li:first-child{
		font-size: 30px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	#contact_bottom li+li{
		font-weight: bold;
		font-size: 16px;
	}
	.contact_wrapper p a{
		display: inline-block;
		font-size: 20px;
		font-weight: bold;
		padding: 15px 40px;
		margin-right: 20px;
		border:2px solid #007fff;
		border-radius: 5px;
		color: #007fff;
		background-color: #ffffff;
	}
	/*---------------フッター---------------*/
	#pagetop a{
		margin-right: 50px;
	}
	#pagetop a img{
		width: 15%;
	}
	footer{
		width: 599px;
		margin: 0 auto;
	}
	#company, #others{
		padding: 10px;
	}

	#company li{
		padding-bottom: 10px;
	}
	#others{
		float: right;
		display: block;
		margin: 0 30px 10px 0;
	}
	#others li{
		float: left;
		margin-left: 20px;
		font-size: 12px;
	}
}

/*---------------スマホ---------------*/

@media only screen and (max-width: 599px) {

	/*---------------ヘッダー---------------*/
	hgroup > h1 img{
		display: block;
		width: 100px;
		margin: 0 auto;
		padding: 10px 0;
	}
	hgroup h2{
		font-size: 20px;
		margin-bottom: 15px;
		text-align: center;
	}
	#contact{
		display: none;
	}
	/*---------------ナビ---------------*/
	nav{
		background-color: #f8f8ff;
	}
	nav ul li{
		font-weight: bold;
		text-align: center;
		font-size: 14px;
		padding: 10px;
		border-bottom: 1px solid #ffffff;
	}
	.about, .access{
		float: left;
		width: 50%;
	}
	.allumi{
		display: none;
	}

	/*----------------KeyV---------------*/
	#KeyV{
		margin: 10px 0 30px 0;
	}
	#KeyV img{
		width: 100%;
	}

	/*----------------コンテンツ---------------*/
	#contents_wrapper{
		margin-bottom: 70px;
	}

	/*----------------contact---------------*/
	h5{
		text-align: center;
		font-weight: bold;
		padding: 80px 0 20px 0;
		font-size: 90%;
	}
	.contact_wrapper{
		background-color: #e5f2ff;
		text-align: center;
	}

	#contact_block{
		width: 100%;
		padding: 15px 0;
	}
	#contact ul{
		padding-right: 50px;
	}
	#contact_bottom li:first-child{
		font-size: 28px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	#contact_bottom li+li{
		font-weight: bold;
		padding-bottom: 10px;
	}
	.contact_wrapper p a{
		display: inline-block;
		font-size: 20px;
		font-weight: bold;
		padding: 15px 40px;
		border:2px solid #007fff;
		border-radius: 5px;
		color: #007fff;
		background-color: #ffffff;
	}
	/*---------------フッター---------------*/
	#pagetop a{
		margin-right: 40px;
	}
	#pagetop a img{
		width: 30%;
	}
	footer{
		padding: 10px 20px;
	}
	#company, #others{
		padding: 10px;
		font-size: 13px;
	}
	#company li{
		padding-bottom: 10px;
	}
	.name{
		font-size: 14px;
	}
	#others{
	}
	#others li{
		padding-top: 5px;
	}


	
}