﻿@charset "utf-8";

/*****************************************************

category

*****************************************************/
.catTtl {
	height: 20px;
	line-height: 20px;
	margin: 128px auto 40px;
	text-align: center;
	font-style: italic;
	font-size: 14px;
	display: block;
}
/*****************************************************

CONTACT

*****************************************************/

.contactWrp{
	margin:0 auto 120px;;
	width:600px;
	font-size: 13px;
	line-height:2.3;
	text-align:left;
}
.contactWrp a{
	text-decoration:underline;
}

.fieldset {
	width: 100%;
	margin-top: 40px;
	
	
}
.input_S {
	height: 36px;
	width: 100%;
	margin-bottom: 3px;
	font-size: 13px;
}
.input_M {
	height: 36px;
	width: 100%;
	font-size: 13px;
	margin-bottom: 3px;
}
.input_L {
	height: 180px;
	width: 100%;
	margin-bottom: 3px;
}
.fieldset dt {
	padding: 20px 0;
	float: left;
	clear: left;
	line-height: 1.8;
	width: 36%;
}
.fieldset dd {
	padding: 20px 0;
	float: left;
	line-height: 1.8;
	width: 64%;
}
.fieldset dd:last-child {
	border-bottom: none;
}
.rounded {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;
}
.hissu {
	color: #090;
}
.select {
	font-size: 13px;
}
.formNote {
	border-top: #ccc 1px dotted;
	border-bottom: #ccc 1px dotted;
	margin: 40px 0;
	width: 100%;
	padding: 40px 0;
	line-height: 2.3;
}
.formNote ul {
	list-style: circle inside;
}
.btnWrp {
	width: 100%;
	text-align: center;
	margin: 2em 0;
}
.btnWrpC {
	width: 100%;
	text-align: center;
	margin: 4em 0;
}
.btnSbmit {
	border: none;
	cursor: pointer;
	margin: 0 auto;
	display: block;
	transition: all 480ms;
	-webkit-transition: all 480ms;
	-ms-transition: all 480ms;
	-moz-transition: all 480ms;
}
.btnLnk {
	background: #000;
	color: #fff;
	width: 50%;
	padding: 12px 0;
	text-align: center;
	letter-spacing: 0.2em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-appearance: none;
	display: inline-block;
	font-size: 13px;
	margin:0 5px;
}
.btnLnk:hover {
	background: #ccc;
	color: #fff;
}
.btnBck {
	background: #999;
	color: #fff;
	width: 50%;
	padding: 12px 0;
	text-align: center;
	letter-spacing: 0.2em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-appearance: none;
	display: inline-block;
	font-size: 13px;
	margin:0 5px;
}
.btnLnk:hover {
	background: #ccc;
	color: #fff;
}
.btnBck:hover{
	background: #ccc;
}

.btnWrpC .btnSbmit,
.btnWrpC .btnBck{
	width:48%;
	float:left;
}
.btnWrp .btnBck{
	margin-left:2%;
}
#thanks_txt {
	width: 714px;
	margin-bottom: 40px;
	text-align: left;
}
.error_messe{
	color:#f00;
}

@media screen and (max-width: 768px) {

.contactWrp{
	padding:0 10px;
	width:100%;
}


}

/******************************************************

TAB

******************************************************/

ul#lang {
	margin: 0 auto 40px;
}
ul#lang li a:hover, ul#lang li.active, ul#lang li a.active {
	color: #ff7000;
	text-decoration: none;
}
ul#lang li {
	display:inline;
}