﻿@charset "utf-8";


.notice {
	width: 970.5px;
	height: 655px;
	margin: auto;
	margin-top: 49px;
	padding: 19px 0 23px;

	border: none;
	border-radius: 7.5px;
	background: #fff;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.notice .notice_header {
	text-align: center;
	font-size: 0;
}
.notice .notice_header p {
	display: inline-block;
	padding: 0 33px;

	border: 2px solid #eb6d94;
	border-radius: 12.4px;

	color: #db5981;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
}
.notice .notice_list {
	width: 100%;
	height: calc(100% - (26px + 34px));
	margin-top: 34px;
	padding: 0 63px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	overflow: auto;
}
.notice .notice_list_table {
	width: 100%;
	border-spacing: 0;
}
.notice .notice_list_table th,
.notice .notice_list_table td {
	vertical-align: top;

	padding-top: 14px;
	padding-bottom: 14px;

	border-bottom: 1px solid #f4c7d8;
}
.notice .notice_list_table tr:last-child th,
.notice .notice_list_table tr:last-child td {
	border-bottom: none;
}
.notice .notice_list_table th {
	padding-left: 12px;
	padding-right: 58px;
}
.notice .notice_list_table .notice_date {
	color: #ce567b;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: 1px;
}
.notice .notice_list_table .notice_date span {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 300;
}
.notice .notice_list_table td {
	padding-left: 12px;
}
.notice .notice_list_table .notice_title,
.notice .notice_list_table .notice_contents {
	color: #2f3333;
	font-size: 13px;
	line-height: 20px;
}
.notice .notice_list_table .notice_title {
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 600;
}
.notice .notice_list_table .notice_contents {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 300;
}

/* *** 翻訳後の調整 style *** */
#en .notice_list_table tr:nth-child(3) .notice_date font,
#en .notice_list_table tr:nth-child(3) .notice_date span{
	display: none;
}
#en .notice_list_table tr:nth-child(3) .notice_date font:first-child{
	display: block;
}


#en .notice_list_table tr:nth-child(4) .notice_date font,
#en .notice_list_table tr:nth-child(4) .notice_date span{
	display: none;
}
#en .notice_list_table tr:nth-child(4) .notice_date font:first-child{
	display: block;
}

#en .notice_list_table tr:nth-child(5) .notice_date font,
#en .notice_list_table tr:nth-child(5) .notice_date span{
	display: none;
}
#en .notice_list_table tr:nth-child(5) .notice_date font:first-child{
	display: block;
}

#en .notice_list_table .notice_date span:nth-child(4){
	display: none;
}
#en .notice_list_table .notice_date font:nth-child(5){
	display: none;
}

#en .notice_list_table tr:nth-child(3) {

}