@charset "utf-8";
/*-----pages.css-----*/

@media print{
	a[href]:after {
		content: "" !important;
	}
	
	abbr[title]:after {
		content: "" !important;
	}
}

@media print, screen {
.box_header h3 {
	text-align: center;
}
.box_header h3 img {
	margin: 0 auto;
}
#box_teian_works_wrapper{
	position:relative;
	z-index:0;
	height: 340px;
}

		#box_teian_works_mains_inner{
			width:1000px;
			height: 320px;
			margin:0 auto 20px auto;
			position:relative;
			z-index:3;
		}

			/*機械画像*/
			#box_machine{
				position:absolute;
				width:395px;
				height:540px;
				top:0;
				right:0;
				z-index:5;
			}
			
				#box_machine img{
					transform:scale(0.75,0.75);
					transform-origin:right top;
					transition:all 1s ease;
				}
			
				#box_machine.inview-active img{
					transform:scale(1,1);
				}
	
			/*ご提案メイン*/
			#box_teian_main{
				position:relative;
				z-index:4;
				height:320px;
			}
				.teian_photo{
					width:600px;
					height:320px;
					overflow:hidden;
					float:left;
				}
				
				
				.teian_txt{
					width:360px;
					float:right;
					padding-top: 50px;
				}
				
				.teian_txt h2{
					margin:0 0 30px 0;
				}
				
				.teian_txt p{
					font-size:1.05em;
					font-weight:bold;
					line-height:2.2em;
					margin:0;
					letter-spacing:0.05em;
				}
			


#greeting {
	overflow: hidden;
	clear: both;
	background-image: url(../images/company/msg_bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	padding:0 0 30px 0;
	margin-bottom:50px;
	position:relative;
	z-index:0;
}

	#greeting:before {
		content:"";
		display:block;
		width:100%;
		height:100px;
		position:absolute;
		z-index:1;
		top:0;
		left:0;
		background: rgba(255,255,255,1);
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 33%, rgba(255,255,255,0) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(33%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 33%, rgba(255,255,255,0) 100%);
		background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 33%, rgba(255,255,255,0) 100%);
		background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 33%, rgba(255,255,255,0) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 33%, rgba(255,255,255,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	}

	#greeting .box_header {
		overflow: hidden;
		margin-bottom: 50px;
		position:relative;
		z-index:2;
	}
	
	#greeting .box_inner {
		position:relative;
		z-index:2;
	}
	
	#greeting p {
		width:650px;
		margin:0 auto;
		line-height: 2.3em;
		font-size: 1.1em;
		color:#000;
		text-shadow:1px 1px 0 #fff;
	}
	#greeting .greeting_name {
		width: 650px;
		overflow: hidden;
		margin: 30px auto 0;
		text-align:right;
	}
	
		#greeting .greeting_name img.img-responsive{
			display:inline-block;
		}

#msg {
	clear: both;
	width: 100%;
	height: 340px;
	background: url(../images/company/msg_bg.jpg) top center no-repeat;
}
	#msg .box_inner {
		width: 1200px;
		min-width: 1200px;
		height: 340px;
		overflow: hidden;
		margin: 0 auto;
		 background-image:
		 	url(../images/company/msg_inner_dots.png) ,
		 	url(../images/company/msg_inner_bg.png);
		background-repeat:
		 	no-repeat, /* 最前面の背景レイヤーに対応 */
		 	no-repeat;
		background-position:
		 	top right, /* 最前面の背景レイヤーに対応 */
		 	top right;
	}
		#msg .box_inner h3 {
			width: 1150px;
			padding: 0 175px;
			text-align: left;
			margin: 100px auto 30px;
		}
		#msg .box_inner p {
			width: 1150px;
			padding: 0 175px;
			margin: 0 auto;
			text-align: left;
			line-height: 2em;
		}
#aboutus {
}
	#aboutus table {
		width: 750px;
		margin: 0 auto 50px;
	}
		#aboutus table tr {
			border-bottom: 1px solid #ccc;
		}
		#aboutus table tr:first-child {
			border-top: 1px solid #ccc;
		}
			#aboutus table tr th ,
			#aboutus table tr td {
				padding: 10px;
				font-size: 15px;
			}
			#aboutus table tr th {
				color: #2a4bbc;
				font-weight: normal;
			}

}

@media screen and (max-width: 479px) {
	/* 479px以下用（スマートフォン用）の記述 */
#box_teian_works_wrapper{
	height:auto;
}

	#box_teian_works_mains_inner{
		width:100%;
		height: auto;
		margin:0;
	}
	
		/*機械画像*/
		#box_machine{
			display:none;
		}
	
		/*ご提案メイン*/
		#box_teian_main{
			height:auto;
		}
			.teian_photo{
				width:80%;
				height:auto;
				margin:0 auto;
				float:none;
			}
			
			.teian_txt{
				width:100%;
				float:none;
				padding-top: 0;
				margin-right:0;
			}
			
				.teian_txt h2{
					width:80%;
					margin:0 auto 20px auto;
				}
				
#greeting {
	width: auto;
	margin: 0 0 40px 0;
}

	#greeting:before {
		height:150px;
	}

	#greeting .box_header {
		margin-bottom: 0;
	}
	
	#greeting .box_header {}
	
	#greeting p {
		width:100%;
		line-height:1.8em;
		font-size:14px;
		padding:0 10px;
	}
	
	#greeting .greeting_name{
		width:100%;
		margin:20px auto 0;
		padding-right:10px;
	}
	
	#greeting .greeting_name img{
		width:50%;
	}
	
#msg {
	height: auto;
	padding:20px 10px;
}

	#msg .box_inner {
		width: auto;
		min-width:inherit;
		height: auto;
		margin: 0;
	}
	
		#msg .box_inner h3 {
			width: 80%;
			padding: 0;
			margin: 0 auto 20px auto;
		}
		#msg .box_inner p {
			width: auto;
			padding: 0;
			margin: 0;
			line-height:normal;
		}
		
.content_box > .box_header{
	margin:0;
}

.content_box > .box_inner{
	margin:0;
}

#aboutus table {
	width: 100%;
	margin: 0;
}

	#aboutus table tr th ,
	#aboutus table tr td {
		padding: 5px;
		font-size: 14px;
	}
	
.content_box#aboutus{
	margin:0;
}
	
	#aboutus table tr th{
		width:30%;
	}

}