@charset "utf-8";

/* detail
-------------------------------------------------- */
#contents .heading .new {
	display:none;
}

/* #outline */
#outline {
	margin-bottom: 50px;
}
#outline table {
	width: 100%;
	font-size: 14px;
	line-height: 1.7;
}
#outline th {
	width: 190px;
	padding: 16px 25px;
	text-align: left;
	color: #fff;
	background-color: #4b5979;
	border: 1px solid #001441;
}
#outline td {
	padding: 16px 25px;
	color: #333;
	background-color: #fff;
	border: 1px solid #001441;
}
#outline td em {
	font-style: normal;
	text-decoration: underline;
}
#outline td ul {
	padding-left: 1em;
	list-style-type: disc;
}

/* #detail */
#detail .inner {
	overflow: inherit;
}

#detail .pik {
	width: 980px;
	padding: 0 6px 0px 4px;
	margin: 0 -5px;
	background: url(../img/bg_heading_pik2.png) repeat-y left bottom;
}

#detail .pik .txt_box {
	padding: 20px 25px;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
}

#detail .pik_bottom {
    background: url(../img/bg_heading_pik.png) no-repeat scroll left bottom;
    margin: 0 -5px;
    padding: 0 6px 12px 4px;
    width: 990px;
}
#detail .pik a.maini {
	width: 100%;
	max-width: 980px;
	height: auto;
	border: 0 none;
	background: none;
}
#detail .pik a.maini img {
	width: 100%;
	height: auto;
}
#detail .pik a.maini:hover img {
	opacity: 1;
}

#detail .pik a {
  color:blue;
}

.section .btn-entry {
	padding: 30px 0;
	text-align: center;
}
.section .btn-entry .btn-back {
	width: 248px;
	height: 94px;
	padding: 1px 5px 3px 4px;
	color: #fff;
	background: transparent url(../img/btn_back_bg.png) no-repeat left top;
}
.section .btn-entry .btn {
  display: inline-block;
  margin: 0 15px;
  font-weight: bold;
  font-size: 21px;
  line-height: 86px;
  text-align: center;
  text-decoration: none;
  border: 0 none;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section .btn-entry a {
	display: inline-block;
	width: 380px;
	height: 86px;
	margin: 0 auto;
	padding: 1px 5px 8px 4px;
	font-weight: bold;
	font-size: 21px;
	line-height: 86px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: transparent url(../img/btn_entry_bg.png) no-repeat left top;
}
.section .btn-entry a strong {
	font-size: 26px;
}
