@charset "UTF-8";



/* ================================================================================
/* 	おしらせ		.tog_contents.news
/* ================================================================================ */

/* list
/* -------------------------------------------------------------------------------- */
.tog_contents.news .news_list {
	border-top: 1px dotted #666;
}
.tog_contents.news .news_list > li {
	position: relative;
	border-bottom: 1px dotted #666;
}

.tog_contents.news .news_list div {
	display: table;
	width: 100%;
}

.tog_contents.news .news_list .title {
	position: relative;

	display: table-cell;
	padding: 20px;

	font-size: 12px;
	line-height: 1.5;
	text-decoration: none;
}

/* icon
/* .................................................. */
.tog_contents.news .news_list div[class^="icn_"] .title,
.tog_contents.news .news_list div[class*=" icn_"] .title {
	padding-left: 76px;
}

.tog_contents.news .news_list .title:before {
	position: absolute;
	top: 0;
	left: 20px;
	bottom: 0;

	display: block;
	width: 36px;
	height: 38px;
	margin: auto;

	font-size: 36px;
	line-height: 38px;

	color: #8a8a8a;
}
.tog_contents.news .news_list a:hover:before {
	opacity: 0.7;
}

.tog_contents.news .title:before {
	font-family: 'icons_tog';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* game */
.tog_contents.news .icn_game .title:before {
	content: "\e609";
}

/* alert */
.tog_contents.news .icn_alert .title:before {
	content: "\e600";
}

/* alert */
.tog_contents.news .icn_info .title:before {
	content: "\e62b";
}

/* alert */
.tog_contents.news .icn_maintenance .title:before {
	content: "\e62a";
}

/* new */
.tog_contents.news .news_list .st_new .title .description:after {
	font-family: 'icons_tog';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	content: "\e622";

	margin-left: 6px;

	font-size: 32px;
	line-height: 18px;
	vertical-align: -8px;

	color: #f57;
}

/* date
/* .................................................. */
.tog_contents.news .news_list .title .date {
	float: right;
	display: block;
	width: 95px;

	font-size: 10px;
	text-align: right;
}

/* category
/* .................................................. */
.tog_contents.news .news_list .title .category {
	display: block;
	width: 415px;
	margin: 0 0 5px;
	overflow: hidden;

	font-size: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* description
/* .................................................. */
.tog_contents.news .news_list .title .description {
	display: block;

	font-size: 14px;
	font-weight: normal;
	word-break: break-all;
}

.tog_contents.news .news_list a:hover .description em {
	text-decoration: underline;
}


/* more
/* -------------------------------------------------------------------------------- */
.tog_contents.news .btn_more {
	display: block;
	width: 500px;
	margin: 20px auto 0;
}



/* ================================================================================
/* 	おしらせ	詳細	.tog_contents.news
/* ================================================================================ */

/* タイトル
/* -------------------------------------------------------------------------------- */
.tog_contents.news .news_list.detail {
	border-top: 0;
}
.tog_contents.news .news_list.detail .title {
	padding: 0 20px 0 76px;
}

