@charset "UTF-8";

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

PROFILE

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

.profTxt{
	margin-top:60px;
	font-size:13px;
	line-height:2;
}
.profTxt a:link,
.profTxt a:visited{
	text-decoration:underline;
}

.profTbl{
	width:100%;
	margin-bottom:60px;
}
.profTbl td{
	padding:2px 2px 2px 0;
}
.pYear{
	width:20%;
}
.pAnswer{
	width:80%;
}
/******************************************************

TAB

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

ul#lang {
	margin: -60px auto 40px;
	font-size:11px;
	line-height:1;
}
ul#lang li a:hover, ul#lang li.active, ul#lang li a.now {
	color: #ff7000;
	text-decoration: none;
}
ul#lang li {
	display:inline;
}

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

WRP

******************************************************/
.jnlWrp {
	padding:120px 0;
	color:#111;
}
.main{
	width:670px;
	float:left;
}
.exWrp{
	float:right;
	width:176px;
}
.entry{
	width:100%;
	margin-bottom:120px;
	padding-bottom:80px;
	font-size:13px;
}
.entryHdr{
}

.entryTtl{
	font-weight:bold!important;
	line-height:1;
	font-size:15px;
	letter-spacing:0.09em;
	margin-bottom:1em;
}
.entryMeta{
	font-size:12px;
}
.entryDate,
.entryCat{
	display:inline;
}

.entryBody{
	margin-top:60px;
	font-size:13px;
	line-height:1.8;
}

.entryBody a:link,
.entryBody a:visited{
	text-decoration:underline;
}
.btnMore{
	margin-top:2em;
}
@media screen and (max-width: 639px) {
	.jnlWrp {
	padding:60px 10px;
}
	.main,
	.exWrp{
	width:100%;
	float:none;
}

}
/******************************************************

form

******************************************************/
.frmTbl {
	width: 100%;
	margin:40px 0 20px;
}
.input_S {
	height: 36px;
	width: 60%;
	margin-bottom: 3px;
	font-size: 14px;
}
.input_M {
	height: 36px;
	width: 100%;
	font-size: 14px;
	margin-bottom: 3px;
}
.input_L {
	height: 180px;
	width: 100%;
	margin-bottom: 3px;
}
.item1 {
	line-height: 1.8;
	font-weight: bold;
	margin-bottom:12px;
}
.answer{
	line-height: 1.8;
	margin-bottom:24px;
}
.frmTbl dd:last-child {
	border-bottom: none;
}
.rounded {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;
}
.hissu {
	color: #f00;
	line-height: 1;
	border-radius: 3px;
	margin-left: 5px;
	font-size: 11px;
}
.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;
}
.btns{
	width:100%;
	text-align:center;
}
.btnSbmit {
	border: none;
	font-size: 13px;
	cursor: pointer;
}
.btnLnk {
	background: #444;
	color: #fff;
	width: 280px;
	padding: 18px 0;
	text-align: center;
	letter-spacing: 0.2em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-appearance: none;
	transition: all 480ms;
	-webkit-transition: all 480ms;
	-ms-transition: all 480ms;
	-moz-transition: all 480ms;
}
.btnBck {
	background: #ccc;
	color: #fff;
	width: 280px;
	padding: 18px 0;
	text-align: center;
	letter-spacing: 0.2em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-appearance: none;
	transition: all 480ms;
	-webkit-transition: all 480ms;
	-ms-transition: all 480ms;
	-moz-transition: all 480ms;
}
.btnLnk a {
	color: #111;
}
.btnLnk:hover {
	background: #999;
}
.error_messe {
	color: #f00;
	margin-bottom: .5em;
}
.cntFrm {
	margin-bottom: 80px;
}

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

.frmTbl {
	padding:0 10px;
}
.item1,
.answer{
	float:none;
	width:100%;
}
}
