@charset "utf-8";
body {
	background-color: #FFF;
}
body, p, img, h1, h2, h3, h4, h5, h6 ,table, th, tr ,td{
	margin: 0px;
	padding: 0px;
}

img{
 	pointer-events: none;
}
 
#wrapper {
	height: 297mm;
	width: 210mm;
	margin-right: auto;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "Century Gothic";
	font-size: 10pt;
}
#main {
	height: 277mm;
	margin-top: 10mm;
	margin-bottom: 10mm;
}
#groupbox {
	margin-top: 20px;
	display: table;
	width: 100%;
}

#picbox {
	display: table-cell;

}

#picbox td{
	text-align: left;
	width: 90px;
}

#picbox td img{
 	pointer-events: auto;
}


#profilebox {
	display: table-cell;
	vertical-align: top;
}

#sizebox{
	height: 490px;
}


#profilebox #sizebox table{
	margin-bottom: 50px;
}


#profilebox #sizebox table td{
	padding-left: 20px;
	padding-right: 20px;
}

#profilebox #name{
	font-size: 34pt;
	text-align: center;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-top: 10px;

}

#name2 {
	font-size: 11pt;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 5px;
}

/*---------------------------------------------------------
  				      Voice Sample
---------------------------------------------------------*/




#vs{
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-width: 1px;
	border-right-color: #CCC;
	font-size: 14px;
	background-color: #FFF;
	vertical-align: bottom;
}



#vs td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	text-align: center;
	padding: 5px;
	white-space: nowrap;
}

.vs_audio {
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
}

#vs .class_vs{
	font-size: 14px;
	font-weight: bold;
	color: #399;
	clear: both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	padding-top: 10px;
	margin: 10px;
}


#vs .prof_vs{
	font-size: 12px;
	font-weight: bold;
	color: #399;
	clear: both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	padding-top: 10px;
	margin: 10px;
}


#vs td a {
	color: #999;
}
#vs td a:hover {
	color: #739100;
}


/*---------------------------------------------------------
  				      Hisbox
---------------------------------------------------------*/


#hisbox {
	clear: both;
	padding-top: 20px;
	font-size: 9pt;
}
#hisbox table{
	line-height: 16px;
	width: 100%;
	table-layout:fixed;
}
#hisbox table td {
	padding-bottom: 10px;
	vertical-align: top;
}



#footer {
	padding-top: 20px;
	text-align: center;
}
#copyright {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	white-space: nowrap;
}
#copyright th {
	font-size: 20pt;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-right: 10pt;
	padding-left: 10pt;
}
#copyright td {
	padding-right: 20px;
	font-size: 10pt;
	text-align: left;
}


.center_bg_green {
	color: #FFF;
	background-color: #693;
	text-align: center;
	white-space: nowrap;
	padding-right: 10px;
	padding-left: 10px;
}


h2 {
	font-size: 13pt;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}


h3 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #555;
	margin-bottom: 10px;
	text-indent: 10px;
}

h {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 12px;
	display: inline-block;
	margin-bottom: 3px;
}

h::before { 
  content: "●";
}

@media print{
#main {
	margin: 0mm;
}

#picbox td ,#vs ,h3 {
	display: none;
	}

}