@charset "utf-8";

/*
 TBは、pc.css　を読み込んでいます。
 打ち消したいスタイルを以下に書き込んでください。
*/


/*  ================================================================================================

    TB 打ち消しスタイル

    ============================================================================================  */

	
		#mainContents {
				max-width: 100%;
				margin: 0 4%;
				padding-top: 150px;
		}
		.pcNone{
			display: block;
		}
		.inputForm tr th{
			width: 100%;
			display:block;
		}

		.inputForm tr td{

			display:block;
			border-bottom: 10px #fff solid;
		}

		.inputForm tr td .name input[name="sei"]{
			margin-right: 20px;
			width: 200px;
			margin-bottom: 15px;
		}
		.inputForm tr td .name input[name="mei"]{
			margin-right: 20px;
			width: 200px;
		}
		.inputForm tr td .name input[name="kana_sei"]{
			margin-right: 20px;
			width: 200px;
			margin-bottom: 15px;
		}
		.inputForm tr td .name input[name="kana_mei"]{
			margin-right: 20px;
			width: 200px;
		}
		.inputForm tr td .post input[name="zip_1"]{
			margin-right: 10px;
			width: 99px;
		}
		.inputForm tr td .post input[name="zip_2"]{
			margin-left: 10px;
			width: 99px;
			margin-right: 0;
		}
		.inputForm tr td .address input[name="address1"]{
			width: 100%;
			margin-top: 20px;
		}
		.inputForm tr td .address input[name="address2"]{
			width: 100%;
			margin-top: 20px;
		}
		.inputForm tr td .tel input[name="tel_1"],
		.inputForm tr td .tel input[name="tel_2"],
		.inputForm tr td .tel input[name="tel_3"]{
			margin-right: 0;
			width: 86px;
		}
		.inputForm tr td .mail input[name="mail"]{
			width: 100%;
		}

		
	