/*------------------------------------------------------------------------------
								MEDIA
------------------------------------------------------------------------------*/
#media {
	font-family: 'Noto Sans JP', sans-serif;
}
.navi {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 3%;
}
.navi li {
	width: 33.2%;
	float: left;
	margin-right: 0.2%;
	text-align: center;
	background: #52413b;
	margin-bottom: 2px;
	padding: 10px 0;
	position: relative;
	color: #efede2;
}
.navi li.act {
	background: #52413b;
	-webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition:         all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.navi li.act:hover {
	background: #52413b;
	-webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	transition:         all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	opacity: 0.8;
}
.navi li a {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	text-indent: -999999px;
}
.navi li:nth-child(3n) {
	margin-right: 0%;
}
.navi li.act-none {
	opacity: 0.8;
}
.contents-box section {
	margin-top: 0px;
	padding-top: 60px;
}
.contents-box section.first {
	padding-top: 20px;
}
.contents-box h3 {
	background: #52413b;
	color: #efede2;
	padding: 15px 0 15px 25px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
}
table {
	margin-top: 10px;
	font-size: 16px;
	background: #FFFFFF;
}
table .indent {
	margin-left: -0.5em;
}
table th,table td {
	text-indent: 0px;
	line-height: 1.3em;
	padding: 15px 0;
}
table th {
	background: #cccccc;
	box-sizing: border-box;
	border-right: 1px solid #FFFFFF;
	font-weight: 200;
	text-align: center;
}
table th:last-child {
	border-right: none;
}
table td {
	box-sizing: border-box;
	border-bottom: 1px solid #000000;
	padding: 15px 20px;
	line-height: 1.6em;
	position: relative;
	color: #1a1a1a;
	border-left: 4px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
}
table tr:last-child td {
	border-bottom: none;
}
table td span.block {
	display: block;
	line-height: 1.8em;
}
table td.center {
	text-align: center;
}
table tr td:first-child {
	white-space: nowrap
}
.alert {
	font-size: 13px;
	text-align: center;
	color:#52413b;
	line-height: 1.6em;
	margin-bottom: 10px;
}
table td a {
 position: absolute;
 top:0px;
 left:0px;
 width: 100%;
 height: 100%;
 text-indent: -99999px;
}
table td.link {
 	background:#FFFFFF url("../../img/common/arrow.png") no-repeat right 10px center / 20px auto;
	border-left: 4px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
}
table td.link:hover {
 	background:#e0dcc8 url("../../img/common/arrow.png") no-repeat right 10px center / 20px auto;
	border-left: 4px solid #e0dcc8;
	border-right: 4px solid #e0dcc8;
}
table .border-none {
	border-bottom: none;
}
@media screen and (max-width: 1000px) {
/*------------------------------------------------------------------------------
								MEDIA
------------------------------------------------------------------------------*/
.contents-box h2 {
	background: url("../../img3/media/tit.gif") no-repeat center top / auto 40px;
}
.box .contents-box {
    width: 660px;
    display: block;
    padding: 0 0 20px 0px;
    vertical-align: top;
    box-sizing: border-box;
}
.navi {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 3%;
}
.navi li {
	width: 33%;
	float: left;
	margin-right: 0.5%;
	line-height: 3em;
}
.contents-box section {
	margin-top: 0px;
	padding-top: 60px;
}
.contents-box h3 {
	padding: 25px 0 25px 25px;
	font-size: 24px;
	line-height: 24px;
}
table {
	margin-top: 10px;
	font-size: 20px;
}
table th,table td {
	padding: 10px;
	text-indent: 0px;
	line-height: 1.5em;
}
table th {
	background: #cccccc;
	box-sizing: border-box;
	border-right: 1px solid #FFFFFF;
	font-weight: 200;
	text-align: center;
	padding: 6px 10px;
}
table th:last-child {
	border-right: none;
}
table td {
	box-sizing: border-box;
	border-bottom: 1px solid #000000;
	border-left: 4px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
	padding: 10px 5px;
}
table tr:last-child td {
	border-bottom: none;
}
table td.center {
	text-align: center;
}
.alert {
	font-size: 18px;
	text-align: center;
}
table td.link {
 	background:#FFFFFF url("../../img/common/arrow.png") no-repeat right 10px center / 20px auto;
	border-left: 4px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
}
table td.link:hover {
 	background:#FFFFFF url("../../img/common/arrow.png") no-repeat right 10px center / 20px auto;
	border-left: 4px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
}
}

@media print{
}