/* Print common style */
@page{
	size: A4;
	margin: 12.7mm 9.7mm;
}
html,body{
	font-size: 12px;
	color: #000000;
}
header,
.content-wrap,
footer{
	width: 189mm;
}
header h1{
	padding-bottom: 1rem;
}
header .logo span img{
	width: 50px;
	top: -10px;
}
.print-page-break{
  page-break-after: always;
}
.print-page-hide{
	display: none;
}
.print-color-base{
	color: #000000!important;
}
.print-indent{
	padding-left: 1rem;
}
.print-break-off{
}
/* Index */
.greeting_text p {
	font-size: 1.28rem;
}

/* Profile */
#tab {
	font-size: 1.28rem;
}
#tab .tab-controller{
	display: none;
}
#tab .tab-contents{
	display:block;
	width: 100%;
	margin-left:0;
	box-shadow: none;
}
#tab .tab-contents .profile-wrap{
	page-break-after: always;
	display: block;
	border: none;
}
.content-wrap.profile .profile-wrap h3{
	font-size: 1.8rem;
}
.content-wrap.profile .profile-wrap .title{
	font-size: 1.4rem;
}
.content-wrap.profile .profile-wrap ul li:before{
	border-color:#000000;
}
.content-wrap.profile .profile-wrap table.type-list th:before{
	display: none;
}
/* Company */
.company table{
	font-size: 1.28rem;
}

/* Access */
.access .address table{
	font-size: 1.28rem;
}
.access .address .thumb_l{
	width: 200px;
}
.access .map {
	width: 92%;
}