﻿@charset "utf-8";

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}/* html5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}

/* ------------------------------------------------------------------------------------------ */
html, body {
	width: 100%;
	min-width: 1020px;
	font-family: Meiryo,"Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	-webkit-text-size-adjust: 100%;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
a{ text-decoration: none; color: #000;}
#wrap{
	position: relative;
	width: 100%;
}
.tran{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.section_1020{
	width: 1020px;
	margin: 0 auto;
	position: relative;
}
#p_gotop{
	width: 1020px;
	background: pink;
}
#gotop{
	display: none;
	position:fixed;
	right: 0;
	bottom: 40px;
	cursor:pointer;
	opacity: 0.8;
	z-index: 10;
}
	#gotop:hover{
		cursor:pointer;
	}

/* menubar------------------------------------------------------------------------------------------ */
.menuBar{
}
.dropmenu{
	width: 92%;
	height: 50px;
	max-width: 1000px;
	min-width: 940px;
	margin: 50px auto;
	display: table;
	table-layout: fixed;
}
.dropmenu li{
	position: relative;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-left: dashed 1px #6690B7;
	border-right: dashed 1px #6690B7;
}
.dropmenu li a{
	display: block;
	color: #004687;
	text-decoration: none;
	font-size: 15px;
	width: 120px;
	margin: 0 auto;
	padding: 4px 0 9px;
}
.dropmenu li a:hover{
	color: #B71824;
	border-bottom: solid 4px #B71824;
	padding: 4px 0 5px;
}

/* header------------------------------------------------------------------------------------------ */
#header_top{
	width: 100%;
	height: 30px;
	background-image: url(../images/top_hbg0.png);
	background-repeat: repeat-x;
}
	#header_top h1,#header_top h2{
		width: 1020px;
		font-size: 12px;
		line-height: 30px;
		color: #FFF;
		padding: 0 0 0 30px;
		margin: 0 auto;
	}
#header_bottom{
	display: table;
	width: 1020px;
	margin: 0 auto 20px;
}
	#logo_top{
		padding: 25px 200px 0 30px;
	}
	#header a:nth-of-type(2){
		display: table-cell;
		width: 150px;
		vertical-align: middle;
		padding: 52px 5px 0 0;
		font-size: 14px;
		text-decoration: underline;
	}
	#header a:nth-of-type(2):hover{
		color: #B71824;
	}
	#header p{
		width: 280px;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		display: table-cell;
		vertical-align: middle;
		font-size: 36px;
		font-weight: bold;
		color: #004687;
		letter-spacing: -2px;
		padding: 47px 0px 0 3px;
	}
/* footer------------------------------------------------------------------------------------------ */
#footer{
	width: 100%;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	color: #FFF;
}
#footer_top{
	position: relative;
	margin: 0 0 0 75px;
}
	#footer_top img:nth-of-type(1){
		margin: 50px 0 0;
	}
	#footer_top p:nth-of-type(1){
		font-size: 15px;
		letter-spacing: 0.5px;
		margin: 1em 0;
	}
	#footer_top p:nth-of-type(2){
		display: inline-block;
		vertical-align: top;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size: 38px;
		letter-spacing: 1px;
		padding: 1px 0 0 3px;
	}
	#footer_top p:nth-of-type(3){
		font-size: 14px;
		letter-spacing: 0.5px;
		margin: 1em 0;
	}
	#footer_top pre{
		width: 343px;
		font-size: 14px;
		line-height: 1.6;
		margin: 0.75em 0;
	}
	#footer_mail{
		position: relative;
		width: 343px;
		height: 67px;
		background-image: url(../images/footer_mail1.png);
		background-repeat: no-repeat;
	}
		#footer_mail:hover{
			background-image: url(../images/footer_mail2.png);
		}
		#footer_mail a{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
	/* #map-canvas{
		position: absolute;
		top: 50px;
		right: 100px;
		width: 400px;
		height: 280px;
	} */
	.map-canvas{
		position: absolute;
		top: 50px;
		right: 100px;
		width: 400px;
		height: 280px;
	}
	.map-canvas iframe{
		width: 100%;
		height: 100%;
	}
#footer_bottom{
	position: relative;
	margin: 45px 0 0;
}
	#footer_bottom ul{
		display: inline-block;
		vertical-align: top;
	}
		#footer_bottom ul li{
			display: block;
		}
		#footer_bottom ul li a{
			color: #FFF;
			padding: 0 0 0 1em;
		}
		#footer_bottom ul li a:hover{
			font-weight: bold;
		}
		#footer_bottom ul:nth-of-type(1){
			font-size: 12px;
			line-height: 2;
			margin: 0 0 0 85px;
		}
		#footer_bottom ul:nth-of-type(2){
			font-size: 12px;
			line-height: 2;
			margin: 0 0 0 35px;
		}
		#footer_bottom ul:nth-of-type(3){
			font-size: 14px;
			line-height: 2;
			margin: 0 0 0 68px;
		}
		#footer_bottom ul:nth-of-type(4){
			font-size: 14px;
			line-height: 2;
			margin: 0 0 0 60px;
		}
	#footer_bottom_logo{
		position: absolute;
		top: 70px;
		right: 100px;
	}
		#footer_bottom_logo p{
			width: 402px;
			font-size: 12px;
			text-align: center;
			margin: 4px 0 0;
		}
#copyright{
	font-size: 10px;
	text-align: center;
	margin: 60px 0 0;
	padding: 0 0 10px;
}

/* sidebar------------------------------------------------------------------------------------------ */	
#sidebar{
	display: inline-block;
	vertical-align: top;
	width: 250px;
	margin: 0 90px 30px 35px;
}
	#sidebar ul{
		width: 250px;
		margin: -1px 0 -3px;
	}
		#sidebar ul li{
			width: 250px;
			border-bottom: dashed 1px #6690B7;
		}
		#sidebar ul li:nth-last-of-type(1){
			width: 250px;
			border-bottom: none;
		}
		#sidebar ul li a{
			display: block;
			width: 225px;
			font-size: 15px;
			line-height: 2.5;
			padding: 0 0 0 25px;
		}
		#sidebar ul li a:hover{
			color: #73AEE5;
		}
	.side_menu{
		position: relative;
		width: 250px;
		height: 70px;
	}
		.side_menu a{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
		#side_menu1{
			background-image: url(../images/side_menu11.png);
			margin: 10px 0 5px;
		}
		#side_menu1:hover{
			background-image: url(../images/side_menu12.png);
		}
		#side_menu2{
			background-image: url(../images/side_menu21.png);
			margin: 5px 0;
		}
		#side_menu2:hover{
			background-image: url(../images/side_menu22.png);
		}
		#side_menu3{
			background-image: url(../images/side_menu31.png);
			margin: 5px 0;
		}
		#side_menu3:hover{
			background-image: url(../images/side_menu32.png);
		}
		#side_menu4{
			background-image: url(../images/side_menu41.png);
			margin: 5px 0;
		}
		#side_menu4:hover{
			background-image: url(../images/side_menu42.png);
		}
		#side_menu5{
			background-image: url(../images/side_menu43.png);
			margin: 5px 0 30px;
		}
		#side_menu5:hover{
			background-image: url(../images/side_menu44.png);
		}
	#sidebar h2{
		width: 250px;
		text-align: center;
		font-size: 16px;
		line-height: 37px;
		color: #004687;
		border-top: solid 1px #004696;
		border-bottom: solid 1px #004696;
	}
	#sidebar h3{
		width: 250px;
		text-align: center;
		font-size: 13px;
		font-weight: bold;
		color: #004687;
		padding: 17px 0 5px;
		letter-spacing: 2px;
	}
	#sidebar h4{
		width: 250px;
		text-align: center;
		font-size: 13px;
		line-height: 2.5;
		font-weight: bold;
		color: #73AEE5;
		letter-spacing: 2px;
	}
	#area{
		width: 250px;
		font-size: 14px;
		line-height: 2;
		text-align: center;
	}
	#sidebar p{
		width: 250px;
		font-size: 13px;
		line-height: 2;
	}
	#sidebar p:nth-of-type(1){
		border-bottom: solid 1px #004696;
		padding: 0 0 15px;
	}
	#sidebar p:nth-of-type(3){
		border-bottom: solid 1px #004696;
		padding: 0 0 15px;
	}
.main{
	display: inline-block;
	vertical-align: top;
	width: 635px;
}


/* index------------------------------------------------------------------------------------------ */
#top_img{
	width: 100%;
	height:  420px;
	background-image: url(../images/top_img1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin: 0 0 -25px;
}
#top_img_in{
	position:relative;
	width: 100%;
	height:  420px;
	max-width: 1100px;
	margin: 0 auto;
}
	#top_img img:nth-of-type(1){
		position: absolute;
		top: 94px;
		left: 50%;
		width: 346.5px;
		height: 231.5px;
		margin: 0 0 0 -45%;
		opacity: 0;
		-webkit-animation: example 1s ease 1s 1 forwards;
 		animation: forwards 1s ease 1s 1 forwards;
	}
	#top_img img:nth-of-type(2){
		position: absolute;
		right: 3%;
		bottom: 0;
	}
	@-webkit-keyframes forwards {
		100% {
			opacity: 1;
		}
	}
	@keyframes forwards {
		100% {
			opacity: 1;
		}
	}
#main_index{
	margin: 0 0 0;
}
#main_index h2{
	width: 555px;
	height: 60px;
	font-size: 26px;
	line-height: 60px;
	color: #004687;
	background-image: url(../images/top_hbg1.png);
	background-size: cover;
	padding: 0 0 0 30px;
	margin: 0 0 35px;
}
	.top_select{
		margin: 0 0 20px 10px;
	}
	#main_index .top_select:nth-of-type(3){
		margin: 0 0 65px 10px;
	}
#top_menu{
	width: 565px;
	margin: 0 0 0 10px;
}
	#top_menu li{
		position: relative;
		display: inline-block;
		width: 133px;
		height: 133px;
		margin: 0 5px 5px 0;
	}
		#top_menu li a{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
		#top_menu li:nth-of-type(4),#top_menu li:nth-of-type(8){
			margin: 0 0 5px;
		}
		#top_menu li:nth-of-type(1){
			background-image: url(../images/top_menu1.png);
		}
		#top_menu li:nth-of-type(2){
			background-image: url(../images/top_menu2.png);
		}
		#top_menu li:nth-of-type(3){
			background-image: url(../images/top_menu3.png);
		}
		#top_menu li:nth-of-type(4){
			background-image: url(../images/top_menu4.png);
		}
		#top_menu li:nth-of-type(5){
			background-image: url(../images/top_menu5.png);
		}
		#top_menu li:nth-of-type(6){
			background-image: url(../images/top_menu6.png);
		}
		#top_menu li:nth-of-type(7){
			background-image: url(../images/top_menu7.png);
		}
		#top_menu li:nth-of-type(8){
			background-image: url(../images/top_menu8.png);
		}
		#top_menu li:nth-of-type(9){
			background-image: url(../images/top_menu9.png);
		}
		#top_menu li:nth-of-type(10){
			background-image: url(../images/top_menu10.png);
		}
		#top_menu li:nth-of-type(11){
			background-image: url(../images/top_menu11.png);
		}
#main_index h3{
	width: 565px;
	font-size: 20px;
	color: #004687;
	border-bottom: dashed 1px #004696;
	background-image: url(../images/list_style1.png);
	background-repeat: no-repeat;
	background-position: 0 -3px;
	padding: 0 0 3px 30px;
	margin: 75px 0 0 10px;
}
	#top_inspection_p{
		font-size: 14px;
		line-height: 1.8;
		width: 533px;
		padding: 10px 0 0 40px;
	}
#top_inspection{
	position: relative;
	width: 532px;
	height: 130px;
	background-image: url(../images/top_bg1.png);
	margin: 10px 0 70px 40px;
}
	#top_inspection h4{
		display: inline-block;
		width: 60px;
		font-size: 15px;
		font-weight: bold;
		line-height: 1.2;
		text-align: center;
		padding: 38px 0 0 30px;
	}
	#top_inspection ul{
		width: 250px;
		display: inline-block;
		vertical-align: top;
		padding: 14px 0 0 100px;
	}
	#top_inspection ul li{
		background-image: url(../images/list_style3.png);
		background-position: left;
		background-repeat: no-repeat;
		padding: 0 0 0 20px;
		font-size: 14px;
		line-height: 1.5;
	}
#top_result_p{
	width: 535px;
	font-size: 15px;
	line-height: 1.8;
	margin: 0 0 60px 42px;
}
#news{
	width: 510px;
	height: 150px;
	margin: 0 0 70px;
}
.get_title{
	width: 508px;
	font-size: 15px;
	border-bottom: dashed 1px #004696;
	padding: 10px 0;
	margin: 0 0 0 40px;
}
	.get_title span{
		padding: 0 80px 0 20px;
		background-image: url(../images/list_style2.png);
		background-repeat: no-repeat;
		background-position: left 5px;
	}

#top_contact{
	width: 590px;
}
	#top_contact p{
		width: 300px;
		height: 40px;
		font-size: 21px;
		line-height: 43px;
		color: #FFF;
		text-align: center;
		background-color: #004687;
		margin: 0 auto;
	}
	#top_contact_in{
		width: 584px;
		height: 150px;
		border: solid 3px #004687;
		margin: 0 0 80px;
	}
		#top_contact_in h2{
			text-align: center;
			font-size: 20px;
			font-weight: bold;
			background: none;
			padding: 0 1px 0 0;
			margin: 14px 0 0;
		}
		#top_contact_in h2 strong{
			font-size: 32px;
			padding: 0 0 0 6px;
		}
		#top_contact_in img{
			margin: 10px 0 0 50px;
		}
		#top_contact_in p{
			width: 450px;
			display: inline-block;
			vertical-align: top;
			font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
			font-size: 50px;
			font-weight: bold;
			color: #004687;
			padding: 12px 0 0 12px;
			background: none;
			text-align: left;
			letter-spacing: 2px;
		}

/* privacy------------------------------------------------------------------------------------------ */
#main_privacy{
	margin: 0 0 90px -30px;
}
	#main_privacy h1{
		width: 670px;
		height: 120px;
		font-size: 26px;
		color: #004687;
		text-align: center;
		line-height: 120px;
		background-image: url(../images/wintech_h.png);
		margin: 0 0 50px;
	}
	#main_privacy h2{
		font-size: 14px;
		line-height: 2;
		color: #004696;
		margin: 0 0 0 40px;
	}
	#main_privacy p{
		width: 580px;
		font-size: 14px;
		line-height: 2;
		margin: 0 0 22px 40px;
	}
	#main_privacy a{
		font-weight: bold;
	}
		#main_privacy a:hover{
			color: #73AEE5;
			text-decoration: underline;
		}

/* profile------------------------------------------------------------------------------------------ */
#main_profile{
	margin: 0 0 60px -30px;
}
	#main_profile h1{
		width: 670px;
		height: 120px;
		font-size: 26px;
		color: #004687;
		text-align: center;
		line-height: 120px;
		background-image: url(../images/wintech_h.png);
		margin: 0 0 50px;
	}
	#main_profile h2{
		font-size: 14px;
		font-weight: bold;
		line-height: 2;
		color: #004696;
		margin: 55px 0 0 152px;
	}
	#main_profile h4{
		font-size: 14px;
		font-weight: bold;
		line-height: 1.6;
		color: #004696;
		margin: 55px 0 0 152px;
	}
	#profile_photo{
		display: inline-block;
		vertical-align: top;
	}
		#main_profile h3{
			width: 106px;
			font-size: 14px;
			line-height: 1.4;
			text-align: center;
			color: #004696;
			margin: 3px 0 0;
		}
			#main_profile h3 strong{
				font-size: 16px;
			}
	#main_profile img{
		margin: 50px 40px 0 0;
	}
	#main_profile p:nth-of-type(1){
		font-size: 14px;
		font-weight: bold;
		line-height: 2;
	}
	#main_profile p:nth-of-type(2){
		display: inline-block;
		vertical-align: top;
		width: 480px;
		font-size: 14px;
		line-height: 2;
		margin: 50px 0 0;
	}
	#main_profile p:nth-of-type(3){
		font-size: 14px;
		line-height: 1.8;
		margin: 0 0 0 157px;
	}
	#main_profile p:nth-of-type(4){
		font-size: 14px;
		line-height: 1.8;
		margin: 0 0 0 157px;
	}
#main_profile table{
	width: 450px;
	margin: 90px 0 0 152px;
}
	#main_profile table tr td{
		padding: 8px 0;
	}
	#main_profile table tr td:nth-of-type(1){
		width: 60px;
		font-size: 14px;
		color: #004696;
	}
	#main_profile table tr td:nth-of-type(2){
		font-size: 14px;
		padding: 0 0 0 25px;
	}
#main_profile ul{
	margin: 40px 0 0 152px;
}
	#main_profile ul li{
		font-size: 14px;
		line-height: 2;
	}

/* staff------------------------------------------------------------------------------------------ */
#main_staff{
	margin: 0 0 0 -30px;
}
	#main_staff h1{
		width: 670px;
		height: 93px;
		font-size: 26px;
		line-height: 1.2;
		color: #004687;
		text-align: center;
		background-image: url(../images/wintech_h.png);
		background-repeat: no-repeat;
		padding: 27px 0 0;
	}
	#main_staff h2{
		font-size: 15px;
		font-weight: bold;
		color: #004687;
		text-align: center;
		margin: 10px 0;
	}
#main_staff_in{
	width: 670px;
	background-image: url(../images/staff_bg.png);
	padding: 35px 0 90px;
}
.staff{
	position: relative;
	width: 541px;
	height: 171px;
	background-image: url(../images/staff_0.png);
	margin: 0 65px 30px 65px; 
}
	.staff img{
		position: absolute;
		bottom: 60px;
		left: 15px;
	}
	.staff p:nth-of-type(1){
		position: absolute;
		bottom: 44px;
		left: 16.5px;
		width: 80px;
		text-align: center;
		font-size: 9px;
		color: #004687;
		letter-spacing: 0.5px;
	}
		#staff_p1{
			letter-spacing: -1.5px;
		}
	.staff p:nth-of-type(2){
		position: absolute;
		bottom: 21px;
		left: 16.5px;
		width: 80px;
		text-align: center;
		font-size: 16px;
		color: #004687;
	}
		#staff_p2{
			letter-spacing: -1px;
		}
	.staff p:nth-of-type(3){
		position: absolute;
		top: 33px;
		right: 50px;
		width: 338px;
		font-size: 12px;
		line-height: 1.8;
	}
		#staff_p3{
			top: 23px;
		}

/* vseek------------------------------------------------------------------------------------------ */
#main_vseek{
	width: 668px;
	margin: 0 0 0 -30px;
}
#main_vseek h1{
	width: 668px;
	height: 75px;
	background-image: url(../images/vseek_h1.png);
	font-size: 14px;
	color: #FFF;
	text-align: center;
	padding: 33px 0 0;
}
	#main_vseek h1 strong{
		font-size: 26px;
		padding: 0 0 6px;
		display: block;
	}
#vseek_img{
	display: block;
	margin: 55px auto 0;
}
.main_vseek_p{
	width: 592px;
	font-size: 15px;
	line-height: 2;
	margin: 30px auto 0;
}
#main_vseek h2{
	width: 560px;
	height: 60px;
	font-size: 26px;
	line-height: 60px;
	color: #004687;
	background-image: url(../images/vseek_hbg.png);
	background-size: cover;
	padding: 0 0 0 30px;
	margin: 50px auto 35px;
}
#vseek_comment{
	font-size: 12px;
	color: #278491;
	margin: 8px 0 0 38px;
}
#vseek_usb{
	position: relative;
	width: 594px;
	margin: 35px auto 65px;
	padding: 0 0 55px;
}
	#vseek_usb h3:nth-of-type(1){
		position: absolute;
		top: 0;
		left: 0;
		width: 220px;
		height: 30px;
		background-color: #34B0C1;
		font-size: 13px;
		text-align: center;
		line-height: 30px;
		color: #FFF;
	}
	#vseek_usb h3:nth-of-type(2){
		position: absolute;
		top: 0;
		right: 0;
		width: 300px;
		height: 30px;
		background-color: #34B0C1;
		font-size: 13px;
		text-align: center;
		line-height: 30px;
		color: #FFF;
	}
	#vseek_usb p:nth-of-type(1){
		position: absolute;
		bottom: 0;
		left: 0;
		width: 220px;
		font-size: 13px;
		line-height: 1.6;
	}
	#vseek_usb p:nth-of-type(2){
		position: absolute;
		bottom: 0;
		right: 0;
		width: 300px;
		font-size: 13px;
		line-height: 1.6;
	}
	#vseek_usb img{
		display: block;
		margin: 0 auto;
		padding: 45px 0 0 18px;
	}
#vseek_boxes{
	width: 588px;
	margin: 70px 0 85px 38px;
}
	.vseek_box{
		display: inline-block;
		vertical-align: top;
		width: 270px;
		height: 245px;
		border: solid 9px #85D0DA;
	}
	#vseek_boxes .vseek_box:nth-child(odd){
		margin: 0 5px 9px 0;
	}
	.vseek_box h3{
		font-size: 22px;
		font-weight: bold;
		line-height: 1.4;
		color: #34B0C1;
		text-align: center;
		margin: 25px 0 20px;
	}
	.vseek_box p{
		width: 222px;
		font-size: 13px;
		line-height: 1.8;
		margin: 0 auto;
	}
		.vseek_box p span{
			display: block;
			font-size: 11px;
			line-height: 1.4;
		}
.vseek_introduction1{
	position: relative;
	width: 576px;
	height: 320px;
	margin: 50px 0 0 50px;
}
	.vseek_introduction1 h3{
		width: 550px;
		font-size: 16px;
		line-height: 1.2;
		color: #278491;
		padding: 0 0 3px 30px;
		border-bottom: solid 1px #34B0C1;
		background-image: url(../images/vseek_list_style.png);
		background-repeat: no-repeat;
	}
	.vseek_introduction1 p:nth-of-type(1){
		position: absolute;
		top: 52px;
		left: 10px;
		width: 344px;
		font-size: 14px;
		line-height: 1.6;
	}
	.vseek_introduction1 p:nth-of-type(2){
		position: absolute;
		top: 315px;
		left: 10px;
		font-size: 12px;
		line-height: 1.6;
	}
	.vseek_introduction1 img{
		margin: 25px 0 0 0;
	}
.vseek_introduction2{
	position: relative;
	width: 576px;
	margin: 50px 0 30px 50px;
}
.vseek_introduction3{
	position: relative;
	width: 576px;
	margin: 30px 0 30px 50px;
}
	.vseek_introduction2 h3,.vseek_introduction3 h3{
		width: 550px;
		font-size: 16px;
		line-height: 1.2;
		color: #278491;
		padding: 0 0 3px 30px;
		border-bottom: solid 1px #34B0C1;
		background-image: url(../images/vseek_list_style.png);
		background-repeat: no-repeat;
		margin: 0 0 38px;
	}
	.vseek_introduction2_in,.vseek_introduction3_in{
		display: inline-block;
		vertical-align: top;
		width: 380px;
		padding: 0 0 0 20px;
	}
		.vseek_introduction2_in h4{
			font-size: 18px;
			line-height: 2;
			color: #278491;
		}
		.vseek_introduction3_in h4{
			font-size: 18px;
			line-height: 2;
			color: #278491;
			margin: 0 0 0 90px;
		}
		.vseek_introduction2_in p{
			font-size: 14px;
			line-height: 1.6;
			margin: 0 0 20px;
		}
		.vseek_introduction3_in p{
			width: 377px;
			font-size: 14px;
			line-height: 1.6;
			margin: 0 0 20px 90px;
		}
		.vseek_introduction2 img,.vseek_introduction3 img{
			margin: 0 0 0 5px;
		}
#vseek_contact{
	width: 570px;
	height: 230px;
	border: solid 2px #34B0C1;
	margin: 0 0 0 55px;
}
	#vseek_contact h3{
		width: 100%;
		height: 47px;
		font-size: 18px;
		color: #FFF;
		text-align: center;
		line-height: 47px;
		background-color: #34B0C1;
	}
	#vseek_contact p:nth-of-type(1){
		width: 570px;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size: 40px;
		font-weight: bold;
		color: #34B0C1;
		text-align: center;
		margin: 25px 0 22px;
	}
		#vseek_contact p:nth-of-type(1) img{
			margin: 0 0 -3px;
		}
	#vseek_contact p:nth-of-type(2){
		width: 570px;
		font-size: 14px;
		text-align: center;
		margin: 15px 0 0;
	}
/* Base Button Style */
.btn {
  position: relative;
  display: block;
  width: 310px;
  height: 60px;
  background-image: url(../images/vseek_mail.png);
  background-size: contain;
  transition: all 250ms ease-out;
  margin: 0 auto;
}
.btn:before, .btn:after {
  content: "";
  position: absolute;
  z-index: -2;
  transition: all 250ms ease-out;
}

/* Raised effect – pushes up on hover */
.paper-raise:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.paper-raise:hover {
}
.paper-raise:hover:before {
  box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
}

#vseek_specification h3{
	font-size: 18px;
	line-height: 1.8;
	margin: 0 0 0 70px;
}
#vseek_specification table{
	width: 560px;
	margin: 0px 0 20px 70px;
}
	#vseek_specification table tr td:not(.justify1){
		border: solid 1px #000;
		padding: 8px 15px;
		font-size: 14px;
	}
	.justify{
		width: 100px;
		background-color: #E6E6E6;	
	}
	.justify1{
		width: 100px;
		background-color: #E6E6E6;
		border: solid 1px #000;
		padding: 8px 3px 8px 15px;
		font-size: 14px;
	}
#vseek_specification p{
	font-size: 10px;
	line-height: 1.5;
	margin: -5px 0 70px 302px;
}

/* service------------------------------------------------------------------------------------------ */
#main_service{
	width: 668px;
	margin: 0 0 0 -30px;
}
#main_service h1{
	width: 670px;
	height: 120px;
	font-size: 26px;
	color: #004687;
	text-align: center;
	line-height: 120px;
	background-image: url(../images/wintech_h.png);
	margin: 0 0 50px;
}
#main_service h2{
	clear: both;
	width: 561px;
	height: 61px;
	font-size: 26px;
	color: #004687;
	line-height: 61px;
	margin: 0 0 45px 40px;
	padding: 0 0 0 30px;
}
#main_service h3{
	width: 561px;
	font-size: 20px;
	line-height: 1.2;
	color: #004687;
	padding: 0 0 3px 30px;
	border-bottom: dashed 1px #004696;
	background-image: url(../images/service_list_style.png);
	background-repeat: no-repeat;
	margin: 0 0 20px 40px;
}
	#main_service h2:nth-of-type(1){
		background-image: url(../images/service_hbg1.png);
	}
	#main_service h2:nth-of-type(2){
		background-image: url(../images/service_hbg2.png);
	}
	#main_service h2:nth-of-type(3){
		background-image: url(../images/service_hbg3.png);
	}
	#main_service h2:nth-of-type(4){
		background-image: url(../images/service_hbg4.png);
	}
	#main_service h2:nth-of-type(5){
		background-image: url(../images/service_hbg5.png);
	}
	#main_service h2:nth-of-type(6){
		background-image: url(../images/service_hbg6.png);
	}
	#main_service h2:nth-of-type(7){
		background-image: url(../images/service_hbg7.png);
	}
	#main_service h2:nth-of-type(8){
		background-image: url(../images/service_hbg8.png);
	}
	#main_service h2:nth-of-type(9){
		background-image: url(../images/service_hbg9.png);
	}
	#main_service h2:nth-of-type(10){
		background-image: url(../images/service_hbg10.png);
	}
	#main_service h2:nth-of-type(11){
		background-image: url(../images/service_hbg11.png);
	}
#main_service p{
	width: 591px;
	font-size: 15px;
	line-height: 1.8;
	margin: 0 0 30px 40px;
}
#main_service p:nth-of-type(9),#main_service p:nth-of-type(11){
	margin: 0 0 90px 40px;
}
#main_service img{
	float: right;
	margin: 0 36px 65px 0;
}

/* tel_LED------------------------------------------------------------------------------------------ */
#main_tel{
	width: 668px;
	margin: 0 0 0 -30px;
}
#main_tel h1{
	width: 670px;
	height: 120px;
	font-size: 26px;
	color: #004687;
	text-align: center;
	line-height: 120px;
	background-image: url(../images/wintech_h.png);
	margin: 0 0 50px;
}
#main_tel h2{
	width: 561px;
	font-size: 20px;
	line-height: 1.2;
	color: #004687;
	padding: 0 0 3px 30px;
	border-bottom: dashed 1px #004696;
	background-image: url(../images/service_list_style.png);
	background-repeat: no-repeat;
	margin: 0 0 50px 40px;
}
#main_tel h3{
	width: 561px;
	font-size: 16px;
	color: #004696;
	margin: 0 0 20px 40px;
}
#main_tel p:not(#LED_p){
	width: 591px;
	font-size: 15px;
	line-height: 1.8;
	margin: 0 0 30px 40px;
}
	#tel_p{
		margin: 0 0 80px 40px !important;
	}
	#main_tel p strong{
		color: #004696;
	}
#main_tel ul{
	margin: -20px 0 60px 40px;
}
#main_tel ul li{
	font-size: 13px;
	line-height: 1.7;
	color: #004696;
}
.tel_contact{
	width: 570px;
	height: 230px;
	border: solid 2px #004696;
	margin: 80px 0 90px 55px;
}
	.tel_contact h4{
		width: 100%;
		height: 47px;
		font-size: 18px;
		color: #FFF;
		text-align: center;
		line-height: 47px;
		background-color: #004696;
	}
	.tel_contact p:nth-of-type(1){
		width: 570px !important;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
		font-size: 40px !important;
		font-weight: bold !important;
		color: #004696 !important;
		text-align: center !important;
		margin: 5px 0 2px !important;
	}
		.tel_contact p:nth-of-type(1) img{
			margin: 0 0 -3px;
		}
	.tel_contact p:nth-of-type(2){
		width: 570px !important;
		font-size: 14px !important;
		text-align: center !important;
		margin: 15px 0 0 !important;
	}
	.btn1{
	  position: relative;
	  display: block;
	  width: 310px;
	  height: 60px;
	  background-image: url(../images/tel_mail.png);
	  background-size: contain;
	  transition: all 250ms ease-out;
	  margin: 0 auto;
	}
	.btn1:before, .btn1:after {
	  content: "";
	  position: absolute;
	  z-index: -2;
	  transition: all 250ms ease-out;
	}
#LED_p{
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 1.6;
	color: #004696;
	margin: 0 108px 0 40px;
}

/* mail------------------------------------------------------------------------------------------ */
#main_mail{
	margin: 0 0 0 -30px;
}
#main_mail h1{
	width: 670px;
	height: 120px;
	font-size: 26px;
	color: #004687;
	text-align: center;
	line-height: 120px;
	background-image: url(../images/wintech_h.png);
	margin: 0 0 50px;
}
#main_mail form{
	margin: 0 0 0 40px;
}
#main_mail form table{
	border-collapse:separate;
	border-spacing: 2px;
}
	#main_mail form table tr td{
		border: solid 1px #004696;
		vertical-align: top;
	}
		#main_mail form table tr td span{
			font-size: 12px;
		}
		#main_mail form table tr td:nth-of-type(1){
			width: 150px;
			font-size: 15px;
			color: #004696;
			padding: 14px 10px 10px;
			background-color: #E3EFFA;
		}
		#main_mail form table tr td:nth-of-type(2){
			width: 374px;
			font-family: Meiryo,"Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			font-size: 15px;
			line-height: 1.6;
		}
		.input1{
			width: 374px;
			font-family: Meiryo,"Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
			padding: 10px;
			border: none;
			font-size: 15px;
		}
		#checkbox{
			line-height: 1.2;
			padding: 10px;
		}
	#main_mail form table textarea{
		width: 374px;
		font-family: Meiryo,"Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		padding: 10px;
		border: none;
		font-size: 15px;
		line-height: 1.8;
		resize: vertical;
	}
#main_mail form p{
	font-size: 13px;
	color: #C1272D;
	line-height: 1.6;
}
.btn2{
	position: relative;
	display: block;
	width: 201px;
	height: 51px;
	background-image: url(../images/mail_1.png);
	background-size: contain;
	transition: all 250ms ease-out;
	margin: 75px auto;
	border: none;
}
	.btn2:before, .btn2:after {
		content: "";
		position: absolute;
		z-index: -2;
		transition: all 250ms ease-out;
	}
	#check1{
		position: absolute;
		top: 0;
		left: 0;
		width: 201px;
		height: 51px;
		background-color: rgba(0,0,0,0);
		border: none;
	}
	#check1:hover{
		background-image: url(../images/mail_12.png);
	}
.btn3{
	position: relative;
	display: block;
	width: 201px;
	height: 51px;
	background-image: url(../images/mail_2.png);
	background-size: contain;
	transition: all 250ms ease-out;
	margin: 0 auto;
	border: none;
}
	.btn3:before, .btn3:after {
		content: "";
		position: absolute;
		z-index: -2;
		transition: all 250ms ease-out;
	}
.btn32{
	position: relative;
	display: inline-block !important;
	vertical-align: top;
	width: 201px;
	height: 51px;
	background-image: url(../images/mail_2.png);
	background-size: contain;
	transition: all 250ms ease-out;
	margin: 30px auto;
	border: none;
}
	.btn32:before, .btn3:after {
		content: "";
		position: absolute;
		z-index: -2;
		transition: all 250ms ease-out;
	}
	#check2{
		position: absolute;
		top: 0;
		left: 0;
		width: 201px;
		height: 51px;
		background-color: rgba(0,0,0,0);
		border: none;
	}
	#check2:hover{
		background-image: url(../images/mail_22.png);
	}
.btn4{
	position: relative;
	display: inline-block !important;
	vertical-align: top;
	width: 201px;
	height: 51px;
	background-image: url(../images/mail_3.png);
	background-size: contain;
	transition: all 250ms ease-out;
	border: none;
	margin: 30px 30px 0 70px;
}
	.btn4:before, .btn4:after {
		content: "";
		position: absolute;
		z-index: -2;
		transition: all 250ms ease-out;
	}
	#check3{
		position: absolute;
		top: 0;
		left: 0;
		width: 201px;
		height: 51px;
		background-color: rgba(0,0,0,0);
		border: none;
	}
	#check3:hover{
		background-image: url(../images/mail_32.png);
	}
#formWrap td:nth-of-type(2){
	padding: 10px;
}
#mail_thank{
	display: block;
	margin: 100px auto 35px;
}
#main_mail h2{
	text-align: center;
	font-size: 22px;
	color: #4C4948;
	font-weight: bold;
	margin: 0 0 30px;
}
#main_mail pre{
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
	color: #231815;
}

@media only screen and (max-device-width: 500px)
{
html, body {
	width: 1020px;
	overflow: hidden;
}
}