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

table {
	width:100%;
	margin-top:35px;
	margin-bottom:35px;
	border-collapse:collapse;
}

th, td  {
	padding:30px;
	border-bottom:1px solid #ababab;
}

td.check-em {
	line-height:2em;
}

.c-table th {
	width:30%;
	text-align:left;
}

/*----------  contact   -----------*/
span.red {
	color:#FF0000;
	margin-left:10px;
}

p.submit {
	text-align:center;
	margin:30px;
}

input.name,.mail,.phone {
	border:1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height:2.5em;
}

textarea {
	border:1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height:15em;
}



form select {
	height:40px;
}

input[type="text"],
textarea {
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
}
input[type="text"]:focus,
textarea:focus {
	box-shadow: 0 0 7px rgba(255, 234, 0, 0.9);
	border: 1px solid rgba(255, 234, 0, 0.9);
}

input[type="submit"] {
	font-size: 1em;
	font-weight: bold;
	padding: 10px 3px;
	color: #FFFFFF;
	border-style: none;
	box-shadow: 1px 1px 1px 1px #666;
	-moz-box-shadow: 1px 1px 1px 1px #666;
	-webkit-box-shadow: 1px 1px 1px 1px #666;
	background:#000000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	font-family: 'Raleway', sans-serif;	
}

input[type="reset"] {
   font-size: 1em;
	font-weight: bold;
	padding: 13px 20px;
	color: #fff;
	border-style: none;
	box-shadow: 1px 1px 1px 1px #666;
	-moz-box-shadow: 1px 1px 1px 1px #666;
	-webkit-box-shadow: 1px 1px 1px 1px #666;
	text-shadow: 1px 1px 2px #000;
	background:#CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

input[type="button"] {
   font-size: 1em;
	font-weight: bold;
	padding: 13px 20px;
	color: #fff;
	border-style: none;
	box-shadow: 1px 1px 1px 1px #666;
	-moz-box-shadow: 1px 1px 1px 1px #666;
	-webkit-box-shadow: 1px 1px 1px 1px #666;
	text-shadow: 1px 1px 2px #000;
	background:#CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


input[type="submit"]:hover {
    /* 透明度を20%に指定 */
    opacity: 0.6;
}

input[type="resets"]:hover {
    /* 透明度を20%に指定 */
    opacity: 0.6;
}

input[type="button"]:hover {
    /* 透明度を20%に指定 */
    opacity: 0.6;
}

.thanks p {
	margin:20px 0;
	line-height:1.5em;
}


#formWrap h3 {
	margin:30px;
	text-align:center;
}








/* smartphone  */
@media screen and (max-width:480px){
	.c-table {
	margin: 0 -10px;
	}
	
    .c-table th,
    .c-table td{
	width: 90%;
	padding:15px;
	display: block;
	border-top: none;
	margin-left:5%;
    }
	
	th {
	border-bottom:0px;
	}
	
    .c-table tr:first-child th {
	border-top: 1px solid #ddd;
	}
	
	input.name,.mail,.phone {
	width:100%;
	}
	
	textarea {
	width:100%;
	height:20em;
	}
}

/* tablet */
@media screen and (min-width:480px) and ( max-width:767px) {
	.body {
	border-top:0px;
	}
	
	.c-table {
	margin: 0 -10px;
	}
	
    .c-table th,
    .c-table td{
	width: 90%;
	padding:15px;
	display: block;
	border-top: none;
	margin-left:5%;
    }
	
	th {
	border-bottom:0px;
	}
	
    .c-table tr:first-child th {
	border-top: 1px solid #ddd;
	}
	
	input.name,.mail,.phone {
	width:100%;
	}
	
	textarea {
	width:100%;
	height:20em;
	}
}

/* below 768px~1170px */
@media screen and (min-width:768px) and ( max-width:1170px) {
	
}

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