/* CSS Document */
/*@charset "utf-8";
*/
img{
/*	width:320px;*/
	max-width:100%;
	height:auto;
}
#main {
	width:100%;
	font-size: 14px;
}

.catchcopy {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	float: none;
}
.press {
	margin-left: auto;
	margin-right: 10px;
	width: 90%;
	float:none;
	padding-top: 0px;
	font-size: 12px;
	text-align:right;
}
.press img{
	width: 50%;
	height: auto;
}
.sub_contents {
	width: 90%;
}
.sub_contents .title{
    width: 95%;
    font-size: 14px;
}
.sub_contents .text {
	background-color: #FFF;
	border-radius: 5px;
	padding: 6px;
	border-radius: 0px 0px 10px 10px;
	line-height: 120%;
	overflow: auto;
}

.sub_contents .greeting_line{
	line-height: 150%;
}

.profile {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	column-count: 1;
	-moz-column-count: 1;
	-webkit-column-count: 1;
	-o-column-count: 1;
	-ms-column-count: 1;
}

.profile .text {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 3px;
}

.profile_area .text{
	background-color: #FFF;
	padding: 6px;
	border-radius: 0px 0px 5px 5px;
	line-height: 150%;
	column-count: 1;
	-moz-column-count: 1;
	-webkit-column-count: 1;
	-o-column-count: 1;
	-ms-column-count: 1;
}
.pdf{
	margin-top: 10px;
	width: 280px;
	height: 400px;
}