@charset "UTF-8";

/* ニュースリリース内容部分用スタイル */

.corporate-news-detail .contents {
	padding: 15px 10px;
	background: -moz-linear-gradient(top,  #b9cdd6 0%, #fff 100%) no-repeat;
	background: -webkit-linear-gradient(top,  #b9cdd6 0%,#fff 100%) no-repeat;
	background: linear-gradient(to bottom,  #b9cdd6 0%,#fff 100%) no-repeat;
	-webkit-background-size: 100% 300px;
	background-size: 100% 300px;
}
.corporate-news-detail .contents .inner {
	max-width: 980px;
	margin: 0 auto;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #dae1e7;
}
.content-title{
	margin: 10px;
	text-align:center;
	border: 1px solid #ced9e0;
}
.release .content-title{
	position:relative;
}
.release .content-title:before{
	display: block;
	margin: 8px 10px -10px;
	content:"NEWS RELEASE";
	text-align: left;
	color: #7f94a8;
	font-size: 87.5%;
}
.content-title h1{
	padding: 15px;
	font-weight:bold;
	border-radius: 2px;
}
.content-title h1 em{
	display: block;
	margin: 3px 0 0 0;
	font-weight: 100;
	font-size: 81.25%;
}
.content-date{
	margin: 0 20px;
	text-align:right;
}
.content-date p.date{
	font-size:75%;
}
.content-date p.corporate{
	font-weight:bold;
	font-size:75%;
}
.content-main{
	padding-top:10px;
}
.content-main p.txt {
	margin:10px;
	padding: 10px;
	/*text-indent:1em;*/
	font-size: 87.5%;
}
.content-main p.img{
	margin: 10px;
	padding: 10px;
	text-align:center;
}
.content-main p.copy {
	padding: 10px;
	margin: 10px;
	font-size: 62.5%;
	line-height: 1.4;
}
.content-main p.thatsall {
	margin: 10px;
	padding: 10px;
	text-align: right;
	font-size: 87.5%;
	line-height:1.286;
}
.content-main p img{
	max-width: 100%;
	vertical-align: bottom;
}
.content-main h2 {
	margin: 0 20px 10px;
	padding: 8px 10px;
	font-weight: bold;
	font-size: 87.5%;
	background: #f2f6f7;
}
.toggle-language {
	max-width: 980px;
	margin: 10px auto;
	padding: 0 10px;
}
.toggle-language p {
	display: inline-block;
	position: relative;
	margin: 0 0 10px;
	padding: 10px 40px 10px 10px;
	font-size: 75%;
	border: 1px solid #e0e1e3;
	border-radius: 3px;
	color: #3c454c;
}
.toggle-language a {
	padding: 0 8px;
	color: #ccc;
}
.toggle-language a.on {
	color: #000;
}
.toggle-language a:hover {
	color: #f00;
}
ul.note {
	padding: 10px;
	margin: 10px;
}
ul.note li {
	padding: 0 0 0 2em;
	margin: 0 0 5px;
	font-size: 75%;
	position: relative;
}
ul.note li span {
	position: absolute;
	left: 0;
}
ul.note li a {
	color: #990014;
}
ul.note li a:hover {
	color: #f00;
	text-decoration: underline;
}
@media only screen and (min-width: 768px){
	.content-title h1{
		font-size:112.5%;
		line-height:1.2222em;
		padding: 20px 15px 25px;
	}
	.release .content-title:before{
		font-size: 100%;
	}
}



/*----------------------------------------------------
btn-link
----------------------------------------------------*/
.contents p.btn {
	margin: 0 0 0 20px;
	font-size: 87.5%;
}
.contents p.btn a{
	position: relative;
	display: inline-block;
	padding: 6px 20px 6px 10px;
	margin: 10px 0;
	border: 1px solid #dab7bc;
	border-radius: 3px;
	color: #990014;
}
.contents p.btn a:after{
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	right: 10px;
	top:0;
	bottom: 0;
	margin: auto;
	border-top: 1px solid #990014;
	border-left: 1px solid #990014;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.contents p.btn a:hover{
	border: 1px solid #f00;
	color: #f00;
}
.contents p.btn a:hover:after{
	border-top: 1px solid #f00;
	border-left: 1px solid #f00;
}
/*----------------------------------------------------
.link-text
----------------------------------------------------*/
.contents p.link-text {
	font-size: 87.5%;
}
.contents p.link-text a {
	display: inline-block;
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	position: relative;
	color: #990014;
}
.contents p.link-text a:hover {
	text-decoration: underline;
	color: #f00;
}
.contents p.link-text a:hover:before {
	border: 1px solid #f00;
}
.contents p.link-text a:hover:after {
	border-top: 1px solid #f00;
	border-left: 1px solid #f00;
}
.contents p.link-text a:before,
.contents p.link-text a:after {
	position: absolute;
	content: '';
	left: 0;
	top:0;
	bottom: 0;
	margin: auto;
}
.contents p.link-text a:before {
	width: 14px;
	height: 14px;
	border-radius: 3px;
	border: 1px solid #dab7bc;
}
.contents p.link-text a:after {
	width: 5px;
	height: 5px;
	left: 9px;
	border-top: 1px solid #990014;
	border-left: 1px solid #990014;
	-webkit-transform: rotate(135deg) translate(4px,4px);
	-ms-transform: rotate(135deg) translate(4px,4px);
	-o-transform: rotate(135deg) translate(4px,4px);
	transform: rotate(135deg) translate(4px,4px);
}
/*----------------------------------------------------
.responsible-table
----------------------------------------------------*/
table.responsible-table {
	width: 100%;
	margin: 0 0 15px;
	box-sizing: border-box;
	font-size: 75%;
}
table.responsible-table a {
	color: #990014;
}
table.responsible-table a:hover {
	color: #f00;
	text-decoration: underline;
}
table.responsible-table th,
table.responsible-table td {
	padding: 10px;
	border: 1px solid #ced9e0;
}
table.responsible-table th p,
table.responsible-table td p {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
table.responsible-table th  { background: #f2f6f7; }
table.responsible-table em { color:#990014;}
table.cell th  {
	width: 30%;
	text-align: left;
}
@media only screen and (max-width:480px){
	table.cell th,
	table.cell td{
		width: 100%;
		box-sizing: border-box;
		display: block;
		border-top: none;
	}
	table.cell tr:first-child th { border-top: 1px solid #ddd; }
}
/*----------------------------------------------------
.responsible-table.overflow
----------------------------------------------------*/
table.overflow th  {
	width: 13%;
	text-align: center;
}
table.overflow td  { text-align: center; }
table.overflow td:first-child  { text-align: left; }
@media only screen and (max-width: 800px) {
	table.overflow {
		display: block;
		width: 100%;
	}
	table.overflow thead{
		display: block;
		float: left;
		overflow-x:scroll;
	}
	table.overflow tbody{
		display: block;
		width: auto;
		overflow-x: auto;
		white-space: nowrap;
	}
	table.overflow th{
		display: block;
		width:auto;
	}
	table.overflow tbody tr{
		display: inline-block;
		margin: 0 -2.8px;
		vertical-align: top;
	}
	table.overflow td{
		display: block;
	}
}
