@charset "utf-8";
/* ****************************************************

1: common setting
2: link styles
3: general styles
4: localNavi
99: extra

***************************************************** */

/*1: common setting
=========================================*/
html{
	font-size: 62.5%;
}
/* base font */
body {
	font-family:'メイリオ', 'Meiryo', sans-serif;
	line-height: 1.4;
	color: #333333;
	font-size: 1.6rem;
}

/*2: link styles
=========================================*/

/* base links */
a:link,a:visited,a:hover,a:active {
	color: #333;
	text-decoration: none;
}

/*3: general styles
=========================================*/

sub, sup {
	font-size: 83%;
}
/* font size small */
.txtSmall {
	font-size: 83%;
}
.txtSmall02 {
	font-size: 70%;
}
/* font size large */
.txtLarge {
	font-size: 115%;
}
.txtLarge02 {
	font-size: 150%;
}
.txtLarge03 {
	font-size: 179%;
}
.txtLarge04 {
	font-size: 130%;
}
/* font weight bold */

.bold {
	font-weight: bold !important;
}
/* font weight bold */
.boldRed {
	font-weight: bold !important;
	color: #CB0000;
}
.txtNavy {
	color: #003399;
}
.txRed {
	color: #CB0000;
}

/* for images */
#footer #copyright {
	font-size: 0;
}

/*99: extra
=========================================*/
.member-report-media__body {
	strong {
		font-weight: bold;
	}
}