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

/*.contact*/
.contact {
	max-width:1005px;
	height:auto;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:80px;
}

.contact p {
	max-width:750px;
	margin:10px;
	margin:0 auto;
	color:#FFFFFF;
}


/*.table_01*/
.table_01	{
	max-width:750px;
	width:100%;
	height:800px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:30px;
	padding:0px;
	font-size:small;
	border-collapse:collapse;
	border-top:1px dotted #999999;
	table-layout: fixed;
}

.table_01 th	{
	width:165px;padding:4px 2px 2px 4px;
	text-align:center;
	color:#FFFFFF;
	border-bottom:1px dotted #999999;
	border-left:5px solid #F00;
}

.table_01 td	{
	border-bottom:1px dotted #999999;
	border-left:3px double #CCCCCC;
}

.table_01 span {
	color:#FF0000;
	font-weight:bold;
}

input.name {
	max-width:300px;
	width:80%;
}

input.mail {
	max-width:300px;
	width:80%;
}

input.phone {
	max-width:200px;
	width:80%;
}

input.corporate_name {
	max-width:300px;
	width:80%;
}

input.adress {
	max-width:450px;
	width:80%;
}

input.car_y {
	max-width:300px;
	width:80%;
}

textarea.text {
	max-width:400px;
	width:80%;
	height:15em;
}




table {
	width: 100%;
}

th, td {
	height:auto;
	padding: 10px;
	border: 1px solid #ddd;
}

th {
	background:;
}
td {
	margin:-10px;
}

p.fb {
	margin-top:30px;
}
 
 
input.button {
	width:35%;
	padding:5px;
	font-size:20px;
	background:#F00;
	color:#FFF;
	text-align:center;
	display:block;
	text-decoration:none;
	margin:0 0 5px 0;
	display:inline-block;
	border-radius: 5px;
	box-shadow:0 5px #900;
	border:none;
	font-weight:bold;
}

input.button:hover {
	text-decoration:none;
	background:#900;
	margin:5px 0 0 0;
	box-shadow:none;
}

/*----------------------------------------------------
  smartphone 480px
----------------------------------------------------*/
@media only screen and (max-width:480px){
	.contact p {
	margin:10px;
	margin-top:30px;
	line-height:1.3em;
	}
	
    .table_01 {
	margin: 0 -10px;
	border-collapse:collapse;
	border:0px;
	}
	
    .table_01 th,
    .table_01 td{
	width: 100%;
	display: block;
	border-top: none;
	font-size:14px;
    }
	
	.table_01 td	{
	border-bottom:solid 1px #FFF;
	border-left:none;
	}
	
	.table_01 th	{
	border-bottom:none;
	}

    .table_01 tr:first-child th   {
	border-top: 1px solid #ddd;
	}
	
	.table_01 th {
	text-align:left;
	padding-top:8px;
	border-right:none;
	}
	
	.table_01 th p {
	margin:10px;
	}
	
	.table_01 td {
	padding:0 10px 10px 10px;
	border-right:none;
	}
	
	
		input.name,input.mail,input.phone,input.product,input.corporate_name,input.post_code,input.adress,input.car_y,textarea.text  {
	line-height:2.5em;
	max-width:70%;
	margin:10px;
	margin-left:20px;
	}
	
	

}

/*----------------------------------------------------
  tablet 481px~768px
----------------------------------------------------*/
@media screen and (min-width:481px) and ( max-width:768px) {
	.contact p {
	text-align:center;
	}
	.table_01 {
	width:90%;
	margin-left:5%;
	}
}

/*----------------------------------------------------
  below 769px~1170px
----------------------------------------------------*/
@media screen and (min-width:769px) and ( max-width:1170px) {
	.table_01 {
	width:90%;
	margin:0 auto;
	}
}

/*----------------------------------------------------
   above 1171px
----------------------------------------------------*/
@media screen and (min-width:1171px) {
}
