@charset "UTF-8";
/* Individual Setting for ThinkOwner's from from form15.css on 171020
=================================================================== */
/*common*/
body.lang_en { font-family: "Droid Sans", Roboto, "Helvetica Neue", Helvetica, sans-serif;}

.headtitle02,
.headtitle03 { color: rgba(31,42,68,1.00); }

/*header*/
#hdrCNT {
	border-bottom: none; /*Reset*/
	background-color: rgba(31,42,68,1.00);
	color: rgba(198,26,37,1.00);
	display: table;
  text-align: center;
  white-space: nowrap;
}
#hdrCNT:after, #hdrCNT:before {
  content: '';
  display: table-cell;
  width: 50%;
	background: linear-gradient(transparent 51px, rgba(198,26,37,1.00) 51px, rgba(198,26,37,1.00) 53px, transparent 53px);
  -webkit-background-clip: padding;
  background-clip: padding;
}

#hdrCNT header {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: auto;
	background-color: rgba(31,42,68,1.00);
}
#hdrCNT header > .hdrLogoMA {
	position: absolute;
	top: 5px;
	left: 10px;
}
#hdrCNT header h1 {
	color: rgba(255,255,255,1.00);
	font-size: 123.1%;
	line-height: 1;
	text-align: center;
}
/*For think_consult*/
#form_thinkC #hdrCNT header {
	height: 140px;
	position: relative;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background-image: url(/action/think_consult/src/hdrBG_form_think.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#form_thinkC #hdrCNT header h1 {
	padding-top: 120px;
	padding-bottom: 10px;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.40);
}
#form_thinkC #hdrCNT header .hdrConfidential {
	display: inline-block;
	padding: 7px 50px;
	font-size: 108%;
	background-color: rgba(198,26,37,1.00);
	border-radius: 10px;
}
#form_thinkC #hdrCNT header .catchTel {
	display: block;
	width: 235px;
	height: 60px;
	padding-top: 5px;
	position: absolute;
	right: 10px;
	top: 70px;
	color: rgba(102,102,102,1.00);
	border-radius: 10px;
	background-color: rgba(255,255,255,1.00);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.40);
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.40);
}

/*----------*/
/*body*/
#contentsMain {
	width: 960px;
	padding-top: 5px;
	float: none;
}
#contentsMain h3.title_block {
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	padding: 10px;
	font-weight: bold;
	background-color: #f3f3f3;
}
.sct_content p {
	margin-bottom: 1rem;
	line-height: 2rem;
}
.columnBlock > p {
	margin-left: 50px;
	margin-right: 50px;
}

/*form container*/
#entryProcedure {
	margin: 0 0 20px;
}
#entryProcedure ol {
	width: 100%;
	display: table;
}
#entryProcedure ol li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 33.3%;
	display: table-cell;
	padding-left: 1em;
	line-height: 2;
	border-top: 5px solid rgba(255,255,255,1.00);
	background-color: rgba(216,216,209,1.00);
}
#entryProcedure ol .entryProcedureHere {
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	border-top: 5px solid rgba(132,132,112,1.00);
	background-color: rgba(132,132,112,1.00);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.sct_errMsg {
	margin: 0 10px;
	font-size: 93%;
}
.sct_errMsg .errMsgHdr {
	margin: 0;
	padding: 0.5em;
	color: rgba(255,255,255,1.00);
	font-weight: normal;
	background-color: rgba(255,0,0,1.00);
}
.sct_errMsg .errMsg {
	margin: 0 0 5px 0;
	padding-left: 1.5em;
	padding-bottom: 0.5em;
	min-height: 75px;
	font-size: 100%;
	line-height: 1.35;
	background-color: #FAEDEE;
	list-style: none;
}

.verisignBox {
	width: 85%;
	margin: 15px auto 10px;
}
.verisignBox dl dt {
	margin: 0;
	padding: 0;
	float: left;
}
.verisignBox dl dd {
	margin-left: 150px;
	padding-top: 15px;
	color: rgba(153,153,153,1.00);
	font-size: 85%;
	line-height: 1.25;
}

/*parts*/
#toCounsel > p {margin-bottom: 0;}
#toCounsel > p > a:link,
#toCounsel > p > a:visited,
#toCounsel > p > a:hover,
#toCounsel > p > a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#form_recruit .box_prominent {
	width: 700px;
	margin: 20px auto;
}

#form_enq .deadlineField {
	width: 470px;
	margin: 20px auto;
	border-width: 2px;
	border-radius: 10px;
	padding: 10px;
	/*color: rgba(209,0,0,1.00);*/
	font-size: 138.5%;
	line-height: 1;
}
#form_enq .deadlineField dt {
	float: left;
}
#form_enq .deadlineField dd {
	margin-left: 125px;
	font-weight: bold;
}

/*Overwrite to Bootstrap*/
.form-group { margin-bottom: 7px;}
.checkbox, .radio { padding-left: 26px}


@media screen and (max-width: 939px) {
#hdrCNT {
	display: block;
	padding-top: 0;
}
#hdrCNT header { width: 100%;}
#contentsMain { width: 100%;}
}
@media screen and (max-width: 767px) {
.columnBlock > p {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

#form_thinkC #hdrCNT header {
	background-position: 50% 50%;
	margin-bottom: 65px;
	padding-top: 0px;
}
#form_thinkC #hdrCNT header > .hdrLogoMA {
	width: 100%;
	top: 1px;
}
#form_thinkC #hdrCNT header h1 {
	padding-top: 90px;
	padding-bottom: 0px;
	font-size: 146.5%;
	font-weight: bold;
	text-shadow: 0px 0px 2px rgba(0,0,0,1.00);
}
#form_thinkC #hdrCNT header .hdrConfidential {
	margin-top: 0px;
	padding: 5px 50px;
	font-size: 100%;
}
#form_thinkC #hdrCNT header .catchTel {
	width: 96%;
	right: 2%;
	top: 130px;
	-webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0,0.40);
	box-shadow: inset 0px 0px 3px rgba(0,0,0,0.40);
}
#form_thinkC .sct_Lead p {
	font-size: 93%;
	line-height: 1.1;
}

}
@media screen and (max-width: 479px) {
.verisignBox {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
.verisignBox dl dt {
	width: 150px;
	margin: 0 auto;
	float: none;
}
.verisignBox dl dd {
	margin-left: 0;
	padding-top: 0;
}
}


.lang_en .entryForm .control-label:after { content: ""; padding:0;}
.lang_en .entryForm .required-label:after,
.lang_en .entryForm .sct_venue .panel-heading:after { content: "*"; padding:2px;}

@media screen and (max-width: 939px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
}

#form_smnr .venue_title {
	color: #ffffff;
	background-color: #006057;
	margin-top: 10px;
	margin-bottom: 16px;
	padding: 6px 12px;
	position: relative;
	border-radius: 3px;
}
#form_smnr .venue_title::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -20px;
	left: 8%;
	border: 10px solid transparent;
	border-top-color: #006057;
}
#form_smnr .venue_title.dblue {background-color: #002952;}
#form_smnr .venue_title.dblue::after {border-top-color: #002952;}


/* reorganization-ma Form */
#form_thinkC.reorg {
	background-color: #ffffff;
}
#form_thinkC.reorg #hdrCNT {
	border-top: 0;
	background-color: #ffffff;
}
#form_thinkC.reorg #hdrCNT {
	border-top: 0;
}
#form_thinkC.reorg #hdrCNT header {
	background-image: none !important;
	background-color: #0D7767 !important;
	width: 100%;
	padding-top: 12px;
	height: auto;
	box-shadow: none;
}
#form_thinkC.reorg #hdrCNT header .inner {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
	position: relative;
	box-sizing: border-box;
}
#form_thinkC.reorg #hdrCNT header .inner_left .logo {
	float: left;
	margin-right: 16px;
	margin-top: 10px;
}
#form_thinkC.reorg #hdrCNT header .inner_left .jpx {
	float: left;
	margin-right: 16px;
}
#form_thinkC.reorg #hdrCNT header .inner_left .logo_sub {
	float: left;
	margin-top: 0.7%;
	padding: 5px 10px;
	font-size: 142%;
	font-weight: bold;
	color: #0d7767;
	background-color: #fff;
	border-radius: 2px;
}
#form_thinkC.reorg #hdrCNT header .inner h1 {
	text-align: left;
	padding-top: 6px;
	padding-bottom: 14px;
	text-shadow: none;
	font-size: 153.9%;
}
#form_thinkC.reorg #hdrCNT header .inner h1 span {
	margin-left: 10px;
	background-color: #ffffff;
	padding: 3px 6px;
	line-height: 1.0;
	color: #cc0000;
	font-size: 68%;
	font-weight: bold;
	border-radius: 2px;
}
#form_thinkC.reorg #hdrCNT header .inner .catchTel {
	top: 10px;
	padding: 8px;
	text-align: center;
	box-shadow: none;
	border-radius: 2px;
	height: auto;
	box-sizing: border-box;
}
@media screen and (max-width: 960px) {
	#form_thinkC.reorg #hdrCNT header .inner {width: 100%;}
}
@media screen and (max-width: 767px) {
	#form_thinkC.reorg #hdrCNT header {
		margin-bottom: 0px;
		padding: 10px;
		box-sizing: border-box;
	}
	#form_thinkC.reorg #hdrCNT header .inner_left .logo {
		width: 160px;
		margin-top: 6px;
	}
	#form_thinkC.reorg #hdrCNT header .inner_left .jpx {
		display: none;
	}
	#form_thinkC.reorg #hdrCNT header .inner_left .logo_sub {
		float: right;
		font-size: 124%;
	}
	#form_thinkC.reorg #hdrCNT header .inner .catchTel {
		position: relative;
		margin: 16px auto 10px;
		top: 0;
		right: 0;
	}
	#form_thinkC.reorg #hdrCNT header .inner h1 {
		text-align: center;
		font-size: 124%;
		padding-bottom: 6px;
	}
	#form_thinkC.reorg #hdrCNT header .inner .catchTel img {
		width: 160px;
	}
}
#form_thinkC.reorg #contentsMain {
	border: 0;
	box-shadow: none;
	padding-top: 30px;

}
#form_thinkC.reorg .site_footer {
	background: #666666;
	color: white;
}
#form_thinkC.reorg .site_footer a {
	color: white;
}
#form_thinkC.reorg .site_footer > .inner {
	width: 960px;
	padding: 25px 14px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
#form_thinkC.reorg .site_footer > .inner .copyright {
	font-size: 85% !important;
	font-family: "Roboto Condensed", sans-serif;
	float: left;
}
#form_thinkC.reorg .site_footer > .inner nav {
	float: right;
}
#form_thinkC.reorg .site_footer > .inner nav li {
	font-size: 85%;
	display: inline-block;
}
#form_thinkC.reorg .site_footer > .inner nav li:first-child a {
	border-left: 0;
}
#form_thinkC.reorg .site_footer > .inner nav li a {
	padding: 0 10px;
	border-left: 1px solid white;
	text-decoration: none;
}
#form_thinkC.reorg .site_footer > .inner nav li a:hover {
	text-decoration: underline;
}
#form_thinkC.reorg .site_footer > .inner {
	text-align: justify;
	text-justify: distribute-all-lines;
	zoom: 1;
	display: block;
}
#form_thinkC.reorg .site_footer > .inner:after {
	visibility: hidden;
	content: "";
	display: inline-block;
	width: 100%;
}
#form_thinkC.reorg .site_footer > .inner {
	text-align: justify;
	text-justify: distribute-all-lines;
	zoom: 1;
	display: block;
}
#form_thinkC .txtRcpc {
	text-align: right;
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 767px) {
}



#fixed_box {
	position:relative;
	z-index:100;
	width:100%;
	background:#fff;
}
.fixed_box_inner {
	max-width:940px;
	margin:0 auto;
}

@media only screen and (max-width:999px) {
	.fixed_box_inner {
		width:100%;
	}
}

@media only screen and (max-width: 767px){
	#fixed_box.fix {
		padding-bottom:12px;
	}
}



/**/
footer{
	width: 100%;
	border-top: 3px solid #c61a25;
	padding-top: 15px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
footer .copyright {
	color: #485a63;
	background-color: #FFFFFF;
	padding: 0;
	text-align: left;
	float: left;
	font-size: 10px;
	line-height:20px;
}
footer ul {
	font-size: 0;
	float: right;
}
footer ul li{
	display: inline-block;
	width: 337px;
	font-size: 14px;
	width: 175px;
}
footer .footer_tel_icon {
	display: block;
	padding-left: 21px;
	background: url("../img/footer_tel_icon.png") left center no-repeat;
	float: right;
}
footer .footer_mail_icon a{
	display: block;
	padding-left: 21px;
	background: url("../img/footer_mail_icon.png") left center no-repeat;
	float: right;
}
.colorThink {
	color: #485a63;
}
.sct_linkPN .link_prevPage i { background-position: -607px 0px; }
.sct_linkPN .link_nextPage i { background-position: -594px 0px; }
