@charset "utf-8";

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ LOCAL */


.contactTable{
	width:100%;
	border-collapse:collapse;
	margin:0px 0px 20px 0px;
}

.contactTable th{
	padding:10px;
	background:#fff0f5;
	border:1px solid #996666;
	font-weight:normal;
	white-space:nowrap;
	text-align:left;
	vertical-align:top;
	white-space:nowrap;
	color:#111111;
}

.contactTable th span{
	color:#ff0000;
}

.contactTable td{
	padding:10px;
	background:#ffffff;
	border:1px solid #996666;
	font-weight:normal;
	vertical-align:top;
}

.contactTable td input[type=text],
.contactTable select,
.contactTable textarea{
	border:0;
	padding:5px;
	margin:0px 0px 5px;
	font-size:1.3em;
	font-family:Arial, sans-serif;
	color:#333333;
	border:solid 1px #ccc;
	margin:0 0 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}

.contactTable input[type=radio] {
	width: 10px;
	height: 10px;
	vertical-align: middle;
	-moz-transform-origin: right bottom;
	-moz-transform: scale( 2 , 2 );
	-webkit-transform-origin: right bottom;
	-webkit-transform: scale( 2 , 2 );
	margin:10px 0px 0px 15px !important;
}

.contactTable td input[type=text]:focus,
.contactTable select:focus,
.contactTable textarea:focus,
.contactTable input[type=radio]:focus{
    background-color:#fff0f5;
}

@media screen and (max-width: 800px) {
	.contactTable input[type=radio] {
		width: 15px;
		height: 15px;
		vertical-align: middle;
		-moz-transform-origin: right bottom;
		-moz-transform: scale( 2 , 2 );
		-webkit-transform-origin: right bottom;
		-webkit-transform: scale( 2 , 2 );
		margin:10px 10px 0px !important;
	}
}

@media screen and (max-width: 800px) {
	.contactTable{
		width:98%;
		border-collapse:collapse;
		margin:0px 0px 20px 0px;
		font-size:18px;
	}
	.contactTable th{
		display:block;
		padding:10px;
		background:#fff0f5;
		border:1px solid #996666;
		font-weight:normal;
		white-space:nowrap;
		vertical-align:top;
		white-space:nowrap;
		color:#111111;
		text-align:center;
	}
	.contactTable th span{
		color:#ff0000;
	}
	.contactTable td{
		display:block;
		padding:10px;
		background:#ffffff;
		border:1px solid #996666;
		font-weight:normal;
		vertical-align:top;
		text-align:left;
	}
	.contactTable td input,
	.contactTable td textarea{
		width:96%;
		padding:3px;
	}
}

input.hankaku{ime-mode:inactive}
input.zenkaku{ime-mode:active}

input[type=submit],
input[type=reset],
input[type=button]{
font-size: 1.4em;
font-weight: bold;
padding: 10px 30px;
background-color: #990033;
color: #fff;
border-style:none;
border-radius:8px;
box-shadow: 2px 2px 3px 1px #666;
-webkit-box-shadow: 2px 2px 3px 1px #666;
text-shadow: 1px 1px 2px #000;
margin:0px 15px 30px;
}

input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover{
background-color: #d53c6f;
color: #fff;
}



