@charset "utf-8";
/* Global Styles */

body {
	margin-left: auto;
	margin-right: auto;
	width: 92%;
	max-width: 960px;
	padding-left: 2.275%;
	padding-right: 2.275%;
	font-family: Meiryo, "MS Gothic", "MS Mincho", sans-serif;
	font-size: 14px;
}
/* Header */
header {
	text-align: center;
	display: block;
}
header .translation{
	position: relative;
	top:2px;
	z-index:1000;
	color: rgba(146,146,146,1.00);
	width: 15em;
	font-size: 15px;
	text-align:right;
	float:right;
}
.translation a{
	color: rgba(146,146,146,1.00);
}

header .profilePhoto {
	width:100%;
	text-align:center;
	margin: 0;
	padding: 0;
	clear: both;
}
header .profilePhoto img{
	width:100%;
	overflow:hidden;
	align: center;
}
header .profileHeader {
	margin-top: 0px;
	text-align: left;
}
header .profileHeader h1 {
	color: rgba(146,146,146,1.00);
	font-size: 30px;
	font-weight: 700;
	line-height: 24px;
	padding:0;
	margin:0;
}
header .profileHeader h3 {
	color: rgba(146,146,146,1.00);
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	padding-bottom:0;
	margin-bottom:.5em;
}

hr {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
}
header .profileHeader p {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	overflow-y: auto;
	padding-top:0;
	margin-top: -20px;
	text-align:justify;
}
header .MenuNavBar {
	text-align: left;
	display: block;
	margin-top: 20px;
	margin-left:0;
	padding-left:0;
	width:100%;
	clear: both;
}

.btn{
	font-family: Meiryo, "MS Gothic", "MS Mincho", sans-serif;
	font-weight: bold;
}

/* Main Content sections */
.mainContent .section1 {
	display: block;
}
.closeParagraph p{
	margin-bottom:-25px;
}
.section1 .sectionTitle, .section2 .sectionTitle {
	color: rgba(146,146,146,1.00);
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	margin: 0 3% 0 0;
	float: left;
	clear: both;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
	padding: 0px;
}
.mainContent .section1 .section1Content {
	font-size: 14px;
	font-weight: 400;
	color: #000000;
}
.mainContent .section1 .section1Content span {
	color: rgba(146,146,146,1.00);
}
.section2 .sectionContentTitle {
	color: rgba(146,146,146,1.00);
	font-size: 18px;
	font-weight: 700;
}
.section2 .sectionContentSubTitle {
	color: rgba(68,67,67,1.00);
	font-size: 14px;
	font-weight: 400;
}
.section2 .sectionContent {
	color: rgba(146,146,146,1.00);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}
.mainContent {
	display: block;
}

.mainContent .externalResourcesNav .externalResources {
	background-color: rgba(208,207,207,1.00);
	display: inline-block;
	text-align: center;
	margin-top: 0px;
	padding-top: 3%;
	cursor: pointer;
}
.mainContent .externalResourcesNav .externalResources:hover {
	background-color: rgba(153,153,153,1.00);
}
.externalResourcesNav .externalResources a {
	color: rgba(255,255,255,1.00);
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;
}
.stretch {
	content: '';
	display: inline-block;
	margin-left: 2%;
	margin-right: 2%;
}
.mIndent{
	margin-left: 20%;
	width:80%;
}
/* Footer */
footer .footerDisclaimer {
	font-size: 14px;
	line-height: 18px;
	color: rgba(104,103,103,1.00);
	font-weight: 700;
}
footer a{
	color: rgba(146,146,146,1.00);
}
footer .footerDisclaimer span {
	color: rgba(181,178,178,1.00);
	font-weight: 400;
}
.footerDisclaimer a{
	text-decoration: none;
	color: rgba(104,103,103,1.00);
}
footer .footerNote {
	font-size: 14px;
	line-height: 18px;
	color: rgba(104,103,103,1.00);
	font-weight: 700;
}
footer .footerNote span {
	color: rgba(181,178,178,1.00);
	font-weight: 400;
}

.subtitles{
	width:90%;
	margin-left:5%;
}
.subtitles p{
	padding-top:0;
	margin-top:1px;
	text-align:right;
}
.subtitles ul{
	list-style:none;
}

/* Media query for Mobile devices*/
@media only screen and (min-width : 285px) and (max-width : 480px) {
/* Header */
header {
	width: 100%;
	float: none;
}
header .profileLogo .logo {
	display: inline-block;
}
header .profilePhoto {
	display: inline-block;
}
header .MenuNavBar {
	text-align: center;
	display: block;
	margin-top: 20px;
	clear: both;
	margin-bottom: 15%;
}
header .MenuNavBar {
	height: 35px;
	display: inline-block;
}
/* Main content sections */
.mainContent .section1 {
	text-align: center;
	margin-bottom: 10%;
}
.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}
.mainContent .section1 .section1Content {
	display: inline-block;
	text-align: left;
}
.mainContent .section2 {
	display: block;
	text-align: center;
}
.section2 .section2Content {
	margin-top: 10%;
	text-align: justify;
	margin-bottom: 10%;
}
.mainContent .externalResourcesNav {
	margin-bottom: 10%;
}
.mainContent .externalResourcesNav .externalResources {
	width: 100%;
	height: 35px;
}
/* Footer */
footer {
	display: block;
}
	.subtitles{
	width:90%;
	margin-left:5%;
}
.subtitles p{
	padding-top:0;
	margin-top:1px;
	text-align:right;
}
.subtitles ul{
	list-style:none;
}

}



/* Media Query for Tablets */
@media only screen and (min-width : 481px) and (max-width : 1024px) {
/* Header */

header .profileLogo {
	display: inline-block;
}

header .MenuNavBar {
	height: 35px;
	display: inline-block;
}

/* Main content and sections */
.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}
.mainContent .section1 .section1Content {
	display: block;
	margin: 0% 0% 0% 20%;
	margin-top: 5%;
	margin-bottom: 5%;
}
.mainContent .section2 {
	clear: both;
}
.section2 .section2Content {
	padding: 0px;
	margin-left: 20%;
	margin-top: 5%;
	margin-bottom: 5%;
}
.mainContent .externalResourcesNav {
	margin-left: 20%;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
	margin-top: 5%;
}
/* Footer */
footer .footerDisclaimer {
	float: left;
	margin-left: 3%;
}
footer .footerNote {
	float: right;
	margin-right: 3%;
}
	.subtitles{
	width:90%;
	margin-left:5%;
}
.subtitles p{
	padding-top:0;
	margin-top:1px;
	text-align:right;
}
.subtitles ul{
	list-style:none;
}

}

/* Desktops and laptops  */
@media only screen and (min-width:1025px) {
/* Header */

header .MenuNavBar {
	height: 35px;
	display: inline-block;
}

/* Main content sections */
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 22.5%;
}
.mainContent .section1 .section1Content {
	display: block;
	margin-top: 0%;
	margin-right: 0%;
	margin-left: 26%;
	margin-bottom: 0%;
}
.mainContent .section2 {
	clear: both;
}
.section2 .section2Content {
	padding: 0px;
	margin-left: 26%;
}
	
.mainContent .externalResourcesNav {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
}
/* Footer */
footer .footerDisclaimer {
	float: left;
	margin-left: 3%;
}
footer .footerNote {
	float: right;
	margin-right: 3%;
}
	.subtitles{
	width:90%;
	margin-left:5%;
}
.subtitles p{
	padding-top:0;
	margin-top:1px;
	text-align:right;
}
.subtitles ul{
	list-style:none;
}

}
.mIndent{
	margin-left: 26%;
	width:74%;
}