@charset "utf-8";
/* CSS Document */

@import url(default.css);
@import url(base.css);

/* メイン---------------------------------- */

	#wrapper > main.contact{
		background-image:none;
	}

		.contact #contentleft{
			width:410px;
			padding:35px 0 0 10px;
		}

		.contact #contentright{
			width:410px;
			padding:35px 0 0 10px;
			background:none;
		}

		.contact #contentbottom{background:none;}

		.contact h3{margin:0 0 12px;}
		
			.contact #contentleft p,
			.contact #contentright p{
				width:375px;
				margin:0 0 12px 10px;
				line-height:160%;
			}

				
			.contact .tablestyle1{
				width:380px;
				padding:0 0 0 10px;
				margin:0 0 20px;
			}
	
				.contact .tablestyle1 table{
					width:375px;
				}
	
					.contact .tablestyle1 th{
						width:25%;
					}
					
					.contact .tablestyle1 td{
						width:75%;
					}

			.contact .lnktoformbottom{margin-bottom:42px;}


	/* メールフォーム */

		.contact #mailform #contentleft{
			width:270px;
			padding:35px 0 0 10px;
		}

		.contact #mailform #contentleft p{
			width:260px;
			padding:0 0 0 10px;
			margin:0 0 15px;
		}

		.contact #mailform #contentright{
			width:560px;
			padding:0;
			padding:35px 0 0;
		}

			.contact .mailformtable{
				width:100%;
				border-collapse:separate;
			}

				.contact .mailformtable td,
				.contact .mailformtable th{
					border:none;
				}

				.contact .mailformtable th{
					width:17%;
					text-align:right;
					font-weight:normal;
					padding:4px 7px;
					color:#294566;
					vertical-align:top;
					line-height:150%;
				}

				.contact .mailformtable td{
					width:83%;
					border-left:#294566 5px solid;
					padding:4px 8px 4px 10px;
					vertical-align:top;
					line-height:150%;
				}
				
				.contact .mailformtable td div{margin:0 0 5px;}
				
					#name{width:160px;}
					#email{width:380px;}
					#note{width:400px;}

					.contact .mailformbubmit{margin:10px 0 0 114px;}


		.contact #thanksmessage{
			text-align:center;
			margin:30px 0 160px;
			font-size:200%;
			font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
		}




