@charset "UTF-8";



/* =========================================================
   utillity
========================================================= */
.none,
.sp_only {
	display: none;
}
.hidden {
	visibility: hidden;
}
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}



/* =========================================================
   wrapper
========================================================= */
body {
	min-width: 820px;
}
#wrapper {
	min-width: 820px;
	overflow: hidden;
	padding-top: 71px;
	padding-bottom: 71px;
	background: url(../img/contents_bg_pattern.png) center top repeat;
}



/* =========================================================
   title-container
========================================================= */
.title-container {
	position: relative;
	width: 820px;
	margin: 0 auto 41px auto;
	color: #000000;
}
.title-container:before {
	content: "";
	display: block;
	float: left;
	width: 8px;
	height: 60px;
	margin-right: 12px;
	border-radius: 8px;
	background-color: #cc1c26;
}
.title-category {
	display: block;
	padding-top: 9px;
	font-size: 85.71429%;
	line-height: 1;
	letter-spacing: 0.1em;
}
.title-text {
	display: inline-block;
	padding-top: 12px;
	padding-left: 1px;
	font-size: 121.42857%;
	line-height: 1;
	letter-spacing: 0.08em;
}
.title-img {
	position: absolute;
	top: 5px;
	right: 1px;
}



/* =========================================================
   list-container
========================================================= */
.list-container {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 14px;
}
.list-table {
	width: 100%;
}
.list-table thead th {
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	background-color: #343434;
	vertical-align: middle;
	text-align: left;
	font-size: 78.57143%;
	letter-spacing: 0.1em;
	color: #ffffff;
}
.list-table thead th:first-child {
	border-left: none;
}
.list-table thead .list-name {
	width: 185px;
	padding-left: 15px;
}
.list-table thead .list-remarks {
	width: 597px;
	padding-left: 22px;
}
.list-table tbody th {
	padding: 16px 17px 16px 17px;
	border-bottom: 1px solid #d6d6d6;
	background-color: #efefef;
	vertical-align: middle;
	text-align: left;
	font-size: 85.71429%;
	letter-spacing: 0.02em;
	color: #343434;
}
.list-table tbody td {
	padding: 16px 17px 16px 22px;
	border-bottom: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	background-color: #ffffff;
	vertical-align: middle;
	text-align: left;
}
.table-text {
	font-size: 78.57143%;
	line-height: 1.66667;
	letter-spacing: 0.1em;
	color: #343434;
}
.table-text a {
	color: #343434;
	text-decoration: underline;
}
.note-container {
	width: 820px;
	margin: 0 auto 70px auto;
}
.note-item {
	margin-left: 1px;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 71.42857%;
	line-height: 2;
	letter-spacing: 0.1em;
	color: #343434;
}
.btn-close {
	width: 320px;
	margin: 0 auto;
}
.btn-close a {
	display: inline-block;
	position: relative;
	left: -3px;
	z-index: 0;
	width: 100%;
	height: 39px;
	padding-top: 5px;
	background-color: #818181;
	border-radius: 44px;
	vertical-align: middle;
	text-align: center;
	font-size: 100%;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #ffffff;
}
.btn-close a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 17px;
	width: 13px;
	height: 13px;
	margin-top: -11px;
	background: url(../img/arrow_btn_close.png) left top no-repeat;
}
.btn-close a:after {
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #000000;
	border-radius: 40px;
}
.btn-close a span {
	display: inline-block;
}



/* =========================================================
   hover
========================================================= */
.table-text a {
	-webkit-transition: color 0.1s ease-out;
			transition: color 0.1s ease-out;
}
.table-text a:hover {
	color: #ce181e;
}
.btn-close a:before,
.btn-close a:after,
.btn-close a span {
	-webkit-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.2s ease-out;
	        transition: transform 0.2s ease-out;
}
.btn-close:hover a:before,
.btn-close:hover a:after,
.btn-close:hover a span {
	-webkit-transform: translate3d(0,4px,0);
	        transform: translate3d(0,4px,0);
}


