@charset "UTF-8";
/*
/////////////////////////////////////
 CSS FOR First 
	by Ngoc Thuy (ゴックトゥイ)
/////////////////////////////////////
*/

/*
/////////////////////////////////////
CSS FOR Content
/////////////////////////////////////
*/

.section {
	padding-bottom: 40px;
}
.item-tab li {
	width: 460px;
	padding-right: 40px;
}
.table-info {
	width: 100%;
}
.table-info th {
	background: #e2f1ff;
	border-top: 2px solid #fff;
	font-weight: bold;
	text-align: left;
	padding: 10px 15px;
	font-size: 134%;
	vertical-align: top;
	width: 200px;
}
.table-info td {
	font-size: 134%;
	padding: 5px 0 5px 25px;
}
.table-info ul {
	padding:10px 0 30px ;
}

/* Contact */

.table-info th span {
	color: #ff0000;
}

.size01 {
	width:700px;
}
.size02 {
	width: 100px;
}
.size03 {
	height: 120px;
	width:700px;
}
input, textarea,select {
	padding:10px;
	background: #fff;
	border: 1px solid #d2d2d2;
}
textarea {
	resize:none;
}
textarea {
	resize:none;
}
.choice-list {
	padding-top: 8px;
}
.choice-list li {
	float: left;
	padding-right: 10px;
}
.choice-list li input {
	position: absolute;
	left: -9999px;
}
.choice-list li label {
	background: url(../images/contact/icon_radio.png) no-repeat 0 50%;
	padding: 0 0 0 20px;
}
.choice-list .selected {
	background: url(../images/contact/icon_radio_o.png) no-repeat 0 50%;
}
textarea {
	padding:7px 5px;
	resize:none;
}
.size04 {
	height: 130px;
	width:240px;
}
.table-info p  {
	position: relative;
}
.table-info p label {
 color: #d2d2d2;
  left: 10px;
  position: absolute;
  top:10px;
}
.note-contact {
	font-size: 84%;
	padding-left: 180px;
}
.note-contact em {
	color: #ff0000;
}
.note-contact a {
	color: #0398d9;
	text-decoration: underline;
}
.note-contact a:hover {
	text-decoration: none;
}

.btn-contact  {
	border: 2px solid #0398d9 ;
	text-shadow: 1px 2px 1px #fff;
	behavior:url(pie/PIE.htc);
	-webkit-border-radius: 10px;
  -moz-border-radius: 10px;
	border-radius:10px;
	width: 70%;
	margin: 30px auto 0;
}
.btn-contact input {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7e5eb+0,f3c6d9+50,f1b0cd+100 */
	background: #c1e6fc; /* Old browsers */
	background: -moz-linear-gradient(top,  #c1e6fc 0%, #b2e1fd 50%, #abdefe 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c1e6fc 0%,#b2e1fd 50%,#abdefe 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c1e6fc 0%,#b2e1fd 50%,#abdefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1e6fc', endColorstr='#abdefe',GradientType=0 ); /* IE6-9 */
	font-size: 167%;
	color: #0398d9;
	text-shadow: 1px 2px 1px #fff;
	behavior:url(pie/PIE.htc);
	-webkit-border-radius: 10px;
  -moz-border-radius: 10px;
	border-radius:10px;
	width: 100%;
	padding: 5px 10px;
}
.btn-contact input:hover {
	text-decoration: none;
	zoom: 1;  filter: alpha(opacity=70);
  opacity: 0.7 !important;
	-ms-filter:”progid:DXImageTransform.Microsoft.Alpha(Opacity=70)”;
}


.notification {
	background:url(../images/contact/check_click.png) no-repeat;
	height:16px;
	line-height:16px;
	color:#040302;
	font-size:117%;
	padding-left:20px;
	width:180px;
	position: relative;
	margin-top: -30px;
	margin-left: 240px;
}
.notification.active {
	background-position:0 100%;
}
btn-submit