.bg-gray {
    background: #f6f6f5;
    padding: 60px 0 80px;
	margin-bottom: 80px;
}
.bg-pink {
    background: #FDF1F6;
    padding: 60px 0 80px;
	margin-bottom: 80px;
}

.fz28 {
	font-size: 28px;
}
/* ================================================================================================================= */

.event_nav ul {
	display: table;
	margin: 46px auto 46px;
}
.event_nav ul li {
	display: table-cell;
	padding: 0 12px;
	vertical-align: top;
}

.event_schedule {
	margin-bottom: 80px;
	table-layout:fixd;
}
.event_schedule .title {
	margin-bottom: 55px;
	text-align: center;
}
.event_schedule table {
	width: 100%;
	font-size: 14px;
}
.event_schedule th {
	padding: 16px 20px 13px 0;
	font-weight: bold;
	background-color: #ededed;
}
.event_schedule th:nth-child(1) {
	padding: 16px 20px 13px;
	width:30%;
}
.event_schedule th:nth-child(2) {
	padding: 16px 20px 13px;
	width:auto;
}
.event_schedule th:nth-child(3) {
	padding: 16px 20px 13px;
	width:175px;
}
.event_schedule th:last-child {
	padding: 16px 0 13px;
	width:160px;
}
.event_schedule td {
	padding: 14px 20px 14px 0;
}
.event_schedule td:nth-child(1) {
	width: 4em;
	padding: 1em;
	font-weight:bold;
}
.event_schedule td:nth-child(2) {
	width: auto;
	font-weight:bold;
	color: #e1518e;
}
.event_schedule td:nth-child(3) {
	width: auto;
}
.event_schedule td:nth-child(4) {
	width: 160px;
}
.event_schedule td:nth-child(5) {
	width: 195px;
}
.event_schedule td:last-child {
	/*--width: 160px;--*/
	padding: 14px 0 14px;
}
.event_schedule tr {
	border-bottom: 1px dashed #C9C9C9;
}
.event_schedule tr:first-child {
	border-bottom: none;
}
.event_schedule tr:last-child {
	border-bottom: none;
}

.event_topics {
	padding-top: 28px;
}
.event_topics .title {
	margin-bottom: 62px;
	text-align: center;
}

.topics_entries .entry {
	padding-top: 60px;
	margin-top: -60px;
	margin-bottom:50px;
}

.topics_entries .entry .txt {
	float: left;
	width: 606px;
}
.topics_entries .entry .txt_nopic {
	width:100%;
}
.topics_entries .entry .pic {
	float: right;
	width: 302px;
	border:#ccc 1px solid;
}
.topics_entries .entry .entry_title {
	padding: 0 0 10px 20px;
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dashed #C9C9C9;
}
.topics_entries .entry .entry_title .fa {
	margin: 0 10px 0 -20px;
	color: #e54f8d;
	font-size: 12px;
	vertical-align: middle;
}
.topics_entries .entry .date {
	display: block;
	padding: 0 0 12px;
	margin-bottom: 26px;
	text-align: right;
	font-size: 14px;
	border-bottom: 2px solid #C9C9C9;
}
.topics_entries .entry .body {
	padding: 0 0 0 20px;
	font-size: 16px;
	line-height: 2.1;
}
.topics_entries .entry .link {
	text-align: right;
}


.campaign{
	margin:0 0 50px;
}

/*------------------- ボタン -------------------*/


.item-btn a{
	display: block;
	color: #000;
	padding: 10px 0;
	width: 160px;
	/* letter-spacing: 0.3em; */
	background: #fff;
	border: solid 3px #cacaca;
	height: 100%;
	text-align: center;
	line-height: 1;
	position: relative;
}
.item-btn:hover a{
	background: #e54f8d;
	color: #fff;
	border: solid 3px transparent;
}
.item-btn i{
	color: #e54f8d;
}
.item-btn:hover i{
	color: #fff;
}
/*-----*/

.item-btn.pink{
	width:300px;
	margin:0 auto;
}
.item-btn.pink a{
	width:100%;
	padding: 15px 0;
	color: #fff;
	background: #e54f8d;
	border:solid 3px transparent;
}
.item-btn.pink i{
	color: #fff;
}
.item-btn.pink:hover a{
	background: #fff;
	color: #e54f8d;
	border:solid 3px #e54f8d;
}
.item-btn.pink:hover i{
	color: #e54f8d;
}

/*-------------------  -------------------*/

.caution{
	width: 100%;
	padding: 20px;
	border: solid red 2px;
	font-size:1.2em;
}
.caution .indent{
	padding-left:1.5em;
	text-indent:-1.5em;
}
.red{
	color: red;
}
.line-through{
	text-decoration: line-through;
	color:red;
}
.black{
	color: #000;
}