.contentsWrap {
	font-weight: 400;
}



/* chorme css */
@media screen and (-webkit-min-device-pixel-ratio:0){
.fsize10 sup {
	transform: scale(0.6);
	display: inline-block;
	left: -3px;
}
}

/* overwite */
.areaList {
	overflow: hidden;
}
.areaList li {
	background: #035893;
	color: #fff;
	text-align: center;
	width: 31%;
	float: left;
	font-size: 1.1rem;
	font-weight: 400;
	margin: 4px 4px;
	padding: 5px 0;
}

.overTxt {
	font-size: 1.4rem;
	line-height: 2.0;
	margin-top: 1em;
}

.btn_dark a {
	padding: .7em 2em .7em 2em;
}

.featureBlock {
	padding-bottom: 5em;
}

.breadList li {
	line-height: 1.2;
}

.detailBlock.flexWrap div:first-child {
	width: 52%;
}


/* distributors page */
.searchTabBtn > p {
	width: 10.7em;
	font-size: 1.2rem;
	padding: .8em .5em;
	text-align: center;
}
#categoryImg.distributors {
	background: url("../distributors/images/main.jpg") no-repeat;
	background-size: cover;
	background-position: 50%;
}
.countryName {
	font-size: 1.5rem;
	font-weight: 500;
	margin: 2.5em 0;
}
.countryList li {
	font-size: 1.5rem;
	font-weight: 300;
	border-bottom: 1px dotted #a6a6a6;
	padding-bottom: 2em;
}
.countryList li:last-child {
	border: none;
}
.countryList li > div  {
	display: flex;
	margin-bottom: .8em;
}
.countryList li > div:before  {
	flex-basis: 18%;
	display: block;
}
.countryList li > div p {
	flex-basis: 82%;
}
.countryList li .dist:before { content: "Distributor";	}
.countryList li .hand:before { content: "Handling brand";	}
.countryList li .addr:before { content: "Address";	}
.countryList li .phon:before { content: "Phone No";	}
.countryList li .mail:before { content: "Email Address";	}
.countryList li .web:before { content: "Web Site";	}
.countryList li .phon {line-height: 1.3;}
.countryList li a {
	text-decoration: underline;
}
.countryList li .hand p {
	color: #3c8ed1;
	font-weight: 500;
}
.countryList li .listSpace {
	height: 2em;
}

/* instructors page */
body#instructors h1 span {
	color: #000;
}
#instructors .insideWrap {
	width: 884px;
	margin: 0 auto;
	overflow: hidden;
}
.drPhoto {
	display: flex;
	justify-content: space-around;
	padding: 2.5em 0 ;
}
.drPhoto li {
	text-align: center;
}
.drPhoto li p {
	margin: 1em 0;
}
.drPhoto li p em {
	color: #bbb;
	margin-right: .5em;
	font-style: normal;
}
.drPhoto li span ,
.drList li span ,
.instDetail .txtBlock > span {
	font-size: 1.0rem;
	color: #1c4daf;
	background: #e5e5e5;
	border-radius: 2px;
	width: 8em;
	padding: .5em 0;
	display: inline-block;
	overflow: hidden;
}
.drList {
	display: flex;
	justify-content: space-around; 
}
.drList li {
	display: flex;
	margin: 2em 0;
	align-items:center;
}
.drList li p {
	margin-right: 1.5em;
}
.drList li span ,
.instDetail .txtBlock > span {
	margin: 0 .2em;
	text-align: center;
}
.w180 {
	width: 180px;
} 
.pt20 {
	padding-top: 20px;
}

.instDetail {
	padding-top: 3em;
	display: flex;
}
.photoWrap {
	margin-right: 2em;
}
.drName {
	font-size: 2.8rem;
	font-weight: 400;
	padding: 1em 0;
}
.drName small {
	font-size: 2rem;
	margin-left: .5em;

}
.instDetail .txtWrap  {
	margin-top: 4em;
	font-size: 1.4rem;
	line-height: 1.8;
	font-weight: 300;
}

.biography {
}

dl.history {
	margin-top: 2em;
}
dl.history dt {
	font-weight: 500;
}
dl.history dd {
	margin-bottom: 2em;
}
#instructors .caution {
	color: #d00;
}
#instructors .largeTxt {
	font-weight: 500;
	margin: 2em 0;
}

/* contact page */
p.error_messe {
	margin: .5em 0;
}
.formTable {
	margin: 5em 2em;
}

.formTable th {
	text-align: right;
	font-weight: 400;
}
.formTable th ,
.formTable td {
	padding: .8em;
}

/* other page */
#about .insideWrap,
#privacy .insideWrap {
	font-size: 1.4rem;
	line-height: 1.85;
}


#download .headSh {
	font-size: 1.4rem;
	margin-top: 3em;
}
#download .searchTabBtn {
	justify-content: flex-start;
}
#download .searchTabBtn p {
	margin-right: 1em;
	margin-bottom: 3em;
}
.downWrap {
	display: flex;
	justify-content: space-between;
}
.downList {
	width: 48%;
	font-size: 1.6rem;
}
.downList li {
	border-bottom: 1px dotted #a6a6a6;
	padding: 2em 0;
}
.downList li span {
	font-weight: 500;
	font-size: .9em;
}
.downList li span.indention {
	display: block;
	margin-bottom: 8px;
}


table.whiteTable {
	margin-bottom: 3em;
}
table.whiteTable th {
	text-align: left;
	padding-right: 3em;
}

/* ifu */
.comingBox {
  text-align: center;
  font-size: 3.0rem;
  padding: 7em 0 5em;
}

