@charset "utf-8";
/* CSS Document */

/* Basic */
html {
	
}

body {
	background: #ffffff;
	color: #333;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	margin: 8px;
}

a {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #666600;
	text-decoration: underline;
}

em {
	font-weight: bold;
	font-style: normal;
}

strong {
	color: #333399;
	font-weight: bold;
	font-style: normal;
}

mark {
	background: #ffff66;
	font-weight: normal;
	font-style: normal;
}

img {
	vertical-align: bottom;
}

p {
	margin: 0px 0px 12px;
}


/* class */

.section_heading_top {
	color:#666;
	font-size: 9px;
}


.lead {
	margin: 8px;
	color: #666;
	font-weight: bold; 
	line-height: 1.5;
}

.subtitle {
	font-size: 18px;
	font-weight: bold;	
	color: #39C;
	line-height: 1.5;
	margin: 8px;
}

.customervoice {
	margin: 0 0 20px 30px;
}


.interviewer {
	margin: 8px;
}

.interviewer ol {
	list-style-type: decimal;
}

.interviewer li {
	list-style-type: decimal;
}


.pagelink {
	font-size: 14px;
	margin: 20px 0;
	border-top: 2px solid;
	text-align: center;
	color:#666;
}

.notice {
	text-align: right;
	color:#666;
}

.right {
	float: right;
	background-color: #CFF;
	margin: 8px;
}

.left {
	float: left;
	background-color: #CFF;
	margin: 8px;
}


.w500 {
	width: 500px;
}

.w300 {
	width: 300px;
}

.w250 {
	width: 250px;
}

@media print{
	.affix-top {
		display: none;
	}

	.globalHeader {
		display: none;
	}

	.noprint {
		display: none;
	}

}

