html, body {
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14pt;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 769px){
	h1 {
		text-align: center;
		margin-top: 0;
	}

	h2 {
		text-align: center;
		margin-top: 0;
	}

	h3 {
		text-align: center;
	}

	h4 {
		font-size: 13pt;
	}
	
	h4.list {
		font-size:x-large;
		text-decoration:underline;
		margin-bottom: 0px;
	}

	ul {
		margin-top: 0;
	}

	a:hover {
		opacity: 0.5;
	}

	img {
		border: 0px;
		margin: 0px;
	}

	div .break {
		clear:both;
	}

	#base1 {
		width: 100%;
		margin: 0 auto;
		text-align: left;
		border: 0px solid #FFFFFF;
		background-color: #fff;
	}

	#main1 {
		width: 920px;
		margin: 0 auto;
		text-align: center;
		padding-top: 30px;
		padding-bottom: 50px;
	}

	#base2 {
		width: 100%;
		margin: 0 auto;
		text-align: left;
		background-color: #fff;
	}

	#main2 {
		width: 640px;
		margin: 0 auto;
		text-align: left;
		border: 0px solid #fff;
		padding-top: 0px;
		padding-bottom: 50px;
		margin-top: -40px;
	}

	#base3 {
		width: 100%;
		margin: 0 auto;
		text-align: left;
		background-color: #fff;
	}

	#main3 {
		width: 640px;
		margin: 0 auto;
		text-align: left;
		border: 0px solid #FFFFFF;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.arrow_image {
		text-align: center;
	}
	
	#base4 {
		width: 100%;
		margin: 0 auto;
		text-align: left;
		background-color: #fff;
	}

	#main4 {
		width: 640px;
		margin: 0 auto;
		text-align: left;
		border: 0px solid #FFFFFF;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	#base5 {
		width: 100%;
		margin: 0 auto;
		text-align: left;
		background-color: #fff;
	}

	#main5 {
		width: 640px;
		margin: 0 auto;
		text-align: left;
		border: 0px solid #FFFFFF;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#base6 {
		width: 100%;
		margin: 0 auto;
		text-align: left;
		background-color: #fff;
	}

	#main6 {
		width: 640px;
		margin: 0 auto;
		text-align: left;
		border: 0px solid #FFFFFF;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#base7 {
		width: 100%;
		margin: 0 auto;
		text-align: left;
		background-color: #fff;
	}

	#main7 {
		width: 640px;
		margin: 0 auto;
		text-align: left;
		border: 0px solid #FFFFFF;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#base8{
		width: 100%;
		margin: 0 auto;
		text-align: left;
		background-color: #000;
	}

	#main8 {
		width: 640px;
		margin: 0 auto;
		text-align: center;
		padding-top: 50px;
		padding-bottom: 50px;
		color: #fff;
	}
	
	.client_block {
		background-color: #ddd;
		padding: 1px 15px 10px 15px;
	}
	
	.willfort_voice {
		background-color: #eee;
		padding: 10px 15px 10px 15px;
		margin-top: 20px;
		margin-left: 100px;
	}

	li.voice {
		margin-bottom: 20px;
		font-weight: bold;
		list-style-image: url("./images/button.png");
		padding-top:10px;
	}
	
	li.service {
		margin-bottom: 0px;
		font-weight: bold;
		list-style-image: url("./images/button.png");
		padding-top:10px;
	}

	.block {
		margin: 10 10 0 10;
		border: 2px dotted #aaa;
		padding: 10px;
		background-color: #fff;
	}

	.portrait {
		display: block
		position:relative;
		float: right;
		height: 300px;
	}

	.career {
		text-align: center;
		font-size: 12pt;
	}

	.company_name {
		font-weight: bold;
	}

	.url {
		font-weight: bold;
	}

	.url a {
		text-decoration: none;
		color: blue;
	}

	.address {
		margin-left: 80px;
	}

	.operator {
		display: block
		position:relative;
		float: right;
		height: 200px;
	}

	.phone {
		background-image: url("./images/phone_small.png");
		background-repeat: no-repeat;
		padding-left: 30px;
		
	}

	.mail_message {
		background-image: url("./images/mail_small.png");
		background-repeat: no-repeat;
		padding-left: 30px;
		
	}

	.mail {
		color:red;
	}

	.mail a {
		text-decoration: none;
		color: blue;
	}

	.block_noborder {
		margin: 10px;
		padding: 10px;
	}

	th {
		line-height: 1.0;
		padding-top: 2px;
		font-size: 12pt;
		height: 50px;
		text-align: right;
	}

	td {
		padding-left: 10px;
	}

	#submit {
		margin-top: 20px;
		text-align: center;
	}

	#submit:hover{
		opacity: 0.5;
	}

	/* フォームフィールド ----------------------------------------- */
	input[type=text]{
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		border:#a9a9a9 1px solid;
		-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
		box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
		width:450px;
		height:25px;
		padding: 0 3px;
	}

	input[type=text]:focus {
		border:solid 1px #20b2aa;
	}

	input[type=text], select { 
		outline: none;
	}

	textarea{
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		border:#a9a9a9 1px solid;
		-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
		box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
		width:450px;
		height:100px;
		padding:3px;
		font-size: 10pt;
	}

	textarea:focus {
		border:solid 1px #20b2aa;
	}

	.x-small {
		font-size: 8pt;
	}

	.red {
		color: red;
	}

	.confirm_table {
		width: 640px;
	}

	.confirm_table .x-small {
		line-height: 1.5;
	}

	.confirm_table .field {
		background-color: #ddd;
		padding-right: 10px;
		font-size:10pt;
		width: 130px;
	}

	.confirm_table td {
		background-color: #eee;
		font-size:10pt;
	}

	#submit_confirm {
		position: relative;
		float:right;
		margin-top: 20px;
		margin-right: 30px;
	}

	#submit_confirm:hover {
		opacity: 0.5;
	}

	#reset {
		position: relative;
		float:left;
		margin-top: 20px;
		margin-left:30px;
	}
	
	hr {
		border: 0;
		height: 1px;
		background: #333;
		background-image: -webkit-linear-gradient(left, #eee, #333, #eee);
		background-image:    -moz-linear-gradient(left, #eee, #333, #eee);
		background-image:     -ms-linear-gradient(left, #eee, #333, #eee);
		background-image:      -o-linear-gradient(left, #eee, #333, #eee);
	}
}

@media screen and (max-width: 768px){
	h1 {
		text-align: left;
		margin-top: 0;
	}

	h2 {
		text-align: center;
		margin-top: 0;
	}

	h3 {
		text-align: center;
	}

	h4 {
		font-size: 13pt;
	}

	ul {
		margin-top: 0;
	}

	a:hover {
		opacity: 0.5;
	}

	img {
		border: 0px;
		margin: 0px;
		width: 100%;
	}

	div .break {
		clear:both;
	}

	#base1 {
		width: 100%;
		margin: 0 auto;
		text-align: left;
		border: 0px solid #FFFFFF;
		background-color: #fff;
	}

	#main1 {
		margin: 0 auto;
		margin-bottom: -3px;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 0px;
		padding-left: 5px;
		padding-right: 5px;
	}

	#base2 {
		width: 100%;
		//margin: 0 auto;
		text-align: left;
		background-color: #eee;
	}

	#main2 {
		margin: 0 auto;
		//text-align: center;
		padding-top: 30px;
		padding-bottom: 50px;
		padding-left: 5px;
		padding-right: 5px;
	}

	#base3 {
		width: 100%;
		//margin: 0 auto;
		text-align: left;
		background-color: #fff;
	}

	#main3 {
		margin: 0 auto;
		//text-align: center;
		padding-top: 30px;
		padding-bottom: 50px;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.arrow_image {
		margin: 0 auto;
		width: 100px;
	}

	#base4 {
		width: 100%;
		//margin: 0 auto;
		text-align: left;
		background-color: #eee;
	}

	#main4 {
		//margin: 0 auto;
		//text-align: center;
		padding-top: 30px;
		padding-bottom: 50px;
		padding-left: 5px;
		padding-right: 5px;
	}

	#base5 {
		width: 100%;
		margin: 0 auto;
		text-align: left;
		background-color: #fff;
	}

	#main5 {
		margin: 0 auto;
		//text-align: center;
		padding-top: 30px;
		padding-bottom: 50px;
		padding-left: 5px;
		padding-right: 5px;
	}

	#base6 {
		width: 100%;
		margin: 0 auto;
		text-align: left;
		background-color: #fff;
	}

	#main6 {
		margin: 0 auto;
		//text-align: center;
		padding-top: 30px;
		padding-bottom: 50px;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	#base7 {
		width: 100%;
		margin: 0 auto;
		text-align: left;
		background-color: #fff;
	}

	#main7 {
		margin: 0 auto;
		//text-align: center;
		padding-top: 30px;
		padding-bottom: 50px;
		padding-left: 5px;
		padding-right: 5px;
	}

	#base8 {
		width: 100%;
		margin: 0 auto;
		text-align: left;
		background-color: #000;
	}

	#main8 {
		margin: 0 auto;
		//text-align: center;
		padding-top: 30px;
		padding-bottom: 50px;
		padding-left: 5px;
		padding-right: 5px;
		color:#fff;
		font-size: small;
	}

	li.voice {
		margin-bottom: 20px;
		font-weight: bold;
		list-style-image: url("./images/button.png");
		padding-top:10px;
	}
	
	li.service {
		margin-bottom: 0px;
		font-weight: bold;
		list-style-image: url("./images/button.png");
		padding-top:10px;
	}

	.block {
		margin: 10 10 0 10;
		border: 2px dotted #aaa;
		padding: 10px;
		background-color: #fff;
	}

	.portrait {
		width: 150px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.career {
		text-align: center;
		font-size: 12pt;
	}

	.company_name {
		font-weight: bold;
	}

	.url {
		font-weight: bold;
	}

	.url a {
		text-decoration: none;
		color: blue;
	}

	.address {
		margin-left: 0px;
	}

	.operator {
	//	display: block
	//	position:relative;
	//	float: right;
		width:100%;
		max-width: 300px;
	}

	.phone {
		background-image: url("./images/phone_small.png");
		background-repeat: no-repeat;
		padding-left: 30px;
		
	}

	.mail_message {
		background-image: url("./images/mail_small.png");
		background-repeat: no-repeat;
		padding-left: 30px;
		
	}

	.mail {
		color:red;
	}

	.mail a {
		text-decoration: none;
		color: blue;
	}

	.block_noborder {
		margin: 10px;
		padding: 10px;
	}

	th {
		line-height: 1.0;
		padding-top: 2px;
		font-size: 12pt;
		height: 50px;
		text-align: right;
	}

	td {
		padding-left: 10px;
	}

	#submit {
		margin-top: 20px;
		text-align: center;
	}

	#submit:hover{
		opacity: 0.5;
	}

	/* フォームフィールド ----------------------------------------- */
	
	#inquiry_form {
		margin:10px;
	}
	
	#submit input[type:image]{
		width: 80%;
	}
	
	input[type=text]{
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		border:#a9a9a9 1px solid;
		-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
		box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
		width:100%;
		height:35px;
		padding: 0 3px;
	}

	input[type=text]:focus {
		border:solid 1px #20b2aa;
	}

	input[type=text], select { 
		outline: none;
	}

	textarea{
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		border:#a9a9a9 1px solid;
		-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
		box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
		width:100%;
		height:150px;
		padding: 0 3px;
		font-size: 10pt;
		margin-right: 15px;
	}

	textarea:focus {
		border:solid 1px #20b2aa;
	}

	.x-small {
		font-size: 8pt;
	}

	.red {
		color: red;
	}

	.confirm_table {
		width: 100%;
	}

	.confirm_table .x-small {
		line-height: 1.5;
	}

	.confirm_table .field {
		background-color: #ddd;
		padding-right: 10px;
		font-size:10pt;
		width: 130px;
	}

	.confirm_table td {
		background-color: #eee;
		font-size:10pt;
	}

	#submit_confirm {
		position: relative;
		float:right;
		margin-top: 20px;
		margin-right: 30px;
	}

	#submit_confirm:hover {
		opacity: 0.5;
	}

	#reset {
		position: relative;
		float:left;
		margin-top: 20px;
		margin-left:30px;
	}

}