html,
html,span {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";*/
	font-family: "Times New Roman", "游明朝", "YuMincho","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","メイリオ"," Meiryo", serif;
	font-size: 18px;
	letter-spacing: 0.3em;
}

input, textarea, select, button {
    font-family: inherit;
    /*font-size: 100%;*/
	font-weight: bold;
}

img {
	/*width: 100%;
	max-width: 100%;*/
	height: auto;
	vertical-align: middle;
	/*padding-top: 20px;
	padding-bottom: 20px;*/
}

li {
	list-style: none;
	font-size: 18px;
}

#midashi1{
	font-size: 21px;
	color: #000000;
	font-weight: 900;
	width: 900px;
	margin-top: 50px;
	margin-bottom: 20px;
}

.text18{
	font-size: 18px;
}

.text18_bk_bold{
	font-size: 18px;
	color:#000000;
	font-weight: 700;
}

.text16{
	font-size: 16px;
}

.text14{
	font-size: 14px;
}

body,td,th {
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo","Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: "Times New Roman", "游明朝", "YuMincho","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","メイリオ"," Meiryo", serif;
	margin-left: auto;
	margin-right: auto;
}

wrapper{
	margin-left: auto;
	margin-right: auto;
	background-color:#ffffff;
}


#head{
	overflow:auto;
	background-color: #ffffff;
	height:auto;	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;	
}

#top_menu{
	background-color: #DDDDDD;
	height:50px;
	/*float: left;*/
}

#top_menu #menu{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#top_area{
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	width: 1000px;
/*	background-size: 2000px auto;*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	/*background-attachment: fixed;*/
	margin-left: auto;
	margin-right: auto;
	height: auto;
	padding: 0px;
}

#gcode_area{
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 900px;
	height: auto;
}

img.img_b{
	display: block;
/*	float: left;*/
	margin: 20px;
}

img.img_m{
	display: none;
}

img.img_s{
	display: none;
}


img.img2_b{
	display: block;
	float: right;
	margin: 20px;
}

img.img2_m{
	display: none;
}

img.img2_s{
	display: none;
}

img.menu_b{
	display: block;
	float: left;
}

img.menu_m{
	display: none;
}

img.menu_s{
	display: none;
}

#gcode_area a:{
	color: #000000;
}

.gcode_text1{
	padding: 0px;
	margin: 0px;
	width: 900px;
	color:#000000;
	letter-spacing: 0.2em;
	font-weight: bold;
	position: absolute;
	text-align: center;
	margin-top: 30px;
	line-height: 45px;
}

.gcode_text2{
	padding: 0px;
	margin: 0px;
	width: 900px;
	color:#000000;
	letter-spacing: 0.2em;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	line-height: 40px;
	height: auto;
}

#histry_area{
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 900px;
	height: auto;
}


#histry_table td, th {
padding: 10px;
}

/*#histry_table img{
	margin: 10px;
}
*/

#histry_table img{
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}

#company_area{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 900px;
	height: auto;
}

#company_area #company{
	height: auto;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 30px;
}

a{
	color: #000000;
	text-decoration:none;
}

a:hover{
	color:#B20000;
	text-decoration:none;
}

#histry_area a{
	color: #000000;
	text-decoration:underline;
}

#histry_area a:hover{
	color:#B20000;
	text-decoration:underline;
}

#company_area a{
	color: #000000;
	text-decoration:underline;
}

#company a:hover{
	color:#B20000;
	text-decoration:underline;
}

hr{
	height: 1px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border:color #999999;
}


#top_jump{
	height: 30px;
	background-color: #ffffff;
	text-align: right;
}
#top_jump a{
	color: #000000;
	text-decoration:none;	
}
#top_jump a:hover{
	color:#B20000;
	text-decoration:none;
}

#bottom_area{
/*	width:900px;*/
	background-color: #ffffff;
	height:150px;
	color: #444444;
}

#foot{
	background-color: #DDDDDD;
	/*	padding-top: 30px; */
	margin-left:auto;
	margin-right:auto;
	clear: both;
	text-align: center;
}

/*タブレット用*/
/* @media screen and (min-width:1024px) { */
 @media (max-width: 1024px){ 

	wrapper{
		width: 1024px;
	}	 

	 html {
		font-size:16px;
		letter-spacing: 0.1em;
	}

	 span {
		font-size:16px;
		letter-spacing: 0.1em;
	}
	 
	img.img_b{
		display: block;
		margin: 15px;
	}

	img.img_m{
		display: none;
	 }

	 /*img.img_m{
		display: block;
		margin: 15px;
	 }*/

	
	img.img_s{
		display: none;
	}	 	 
	
	 img.img2_b{
		display: none;
	}

	img.img2_m{
		display: block;
		float: right;
		margin: 15px;
	 }

	img.img2_s{
		display: none;
	}	 

	#midashi1{
	font-size: 18px;
	}
	 
	 #top_menu{
		height:auto;
	 }
	
	 #top_menu #menu{
		margin-left: auto;
		margin-right: auto;	 
/*		 width: 1020px;*/
	 } 
	 
	img.menu_b{
	display: none;
	}

	img.menu_m{
	display: block;
	float: left;
	 }

	 img.menu_s{
	display: none;
	}
	 	 
	 #company_area #company{
		height: auto;
		margin-bottom: 15px;
		margin-left: 7px;
		margin-right: 7px;
		margin-top: 7px;
		padding: 20px;
	}	


	 
}

/*スマホ用*/
/*@media screen and (min-width:767px) {*/
 @media (max-width: 767px){ 

	wrapper{
		width: 767px;
	}	 
	 
	html {
		font-size: 14px;
		letter-spacing: 0.1em;
	}

	span {
		font-size: 14px;
	}
	 
	 
	 img.img_b{
		display: none;
	}

	img.img_m{
		display: none;
	 }

	img.img_s{
		display: block;
		margin: 10px;
	 }	 	 

	img.img2_b{
		display: none;
	}

	img.img2_m{
		display: none;
	 }

	img.img2_s{
		display: block;
		float: right;
		margin: 10px;
	 }

	 #midashi1{
		font-size: 16px;
	}

	#top_menu{
		height:auto;
	 }
	
	/* #top_menu #menu{
		 width: 767px;
	 }*/ 
	 
	img.menu_b{
	display: none;
	}

	img.menu_m{
	display: none;
	 }

	 img.menu_s{
	display: block;
	/*float: left;*/
	}
	 

	 #company_area #company{
		height: auto;
		margin-bottom: 10px;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 5px;
		padding: 15px;
	}
 
}
