/*------------------------------------------------------------------------------
								MEDIA
------------------------------------------------------------------------------*/
section .content {
}
.contents-box {
	padding-bottom: 60px;
}
.contents-box h2 {
	width: 9em;
}
.box .main {
    width: 740px;
    display: table-cell;
    padding: 0px 0 20px 40px;
    vertical-align: top;
    box-sizing: border-box;
				font-family: 'Noto Sans JP', serif;
}
.navi {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.navi li {
	width: 33.2%;
	float: left;
	margin-right: 0.2%;
	text-align: center;
	background: #f0cb68;
	margin-bottom: 2px;
	padding: 8px 0;
	position: relative;
	color: #000000;
	opacity: 0.6;
}
.navi li.act {
	opacity: 0.8;
	-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 {
	opacity: 1;
	-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 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.5;
}
.center {
	text-align: center;
}
.main section {
	margin-top: -80px;
	padding-top: 140px;
}
.main h3 {
	background: #FFFFFF;
	color: #000000;
	border-top: 8px solid #f0cb68;
	padding: 15px 0 15px 25px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
}
table {
	margin-top: 10px;
	font-size: 16px;
}
table th,table td {
	text-indent: 0px;
	line-height: 1.3em;
	padding: 15px 0;
}
table th {
	background: #666666;
	box-sizing: border-box;
	border-right: 1px solid #666666;
	text-align: center;
	font-weight: 500;
}
table th:last-child {
	border-right: none;
}
table th {
	box-sizing: border-box;
	border-right: 2px solid #000000;
}
table td {
	box-sizing: border-box;
	border-bottom: 1px solid #666666;
	border-left: 4px solid #000000;
	border-right: 4px solid #000000;
	padding: 15px 20px;
	line-height: 1.6em;
 position: relative;
}
table td.border-gray {
	border-bottom: 1px solid #666666;
}
table td span {
	display: inline;
	font-size: 13px;
}
table td span.block {
	display: block;
	line-height: 1.8em;
}
table td.center {
	text-align: center;
}
.alert {
	font-size: 13px;
	text-align: center;
	color:#333333;
	line-height: 1.6em;
	margin-bottom: 10px;
}
#web table td a {
 position: absolute;
 top:0px;
 left:0px;
 width: 100%;
 height: 100%;
 text-indent: -99999px;
}
table td a.link {
	-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);
	background:url("../../img/common/arrow2.png") no-repeat right 10px center / 20px auto;
}
table td a.link:hover {
	-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);
	background:rgba(240,203,104,0.5) url("../../img/common/arrow2.png") no-repeat right 10px center / 20px auto;
}
.alert {
	font-size: 13px;
	text-align: center;
	color:#CCCCCC;
}

@media screen and (max-width: 1000px) {
/*------------------------------------------------------------------------------
								MEDIA
------------------------------------------------------------------------------*/
.contents-box {
	padding-bottom: 8vw;
}
.box .main {
    width: 100%;
    padding: 0 0 3vw 0px;
}
.navi li {
	width: 33.2%;
	margin-right: 0.2%;
	margin-bottom: 0px;
	padding: 3vw 0;
	opacity: 1;
	font-size: 3vw;
}
.navi li.act {
	opacity: 1;
	-webkit-transition: none;
	transition:         none;
}
.navi li.act:hover {
	opacity: 1;
	-webkit-transition: none;
	transition:         none;
}
.navi li a {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	text-indent: -999999px;
}
.navi li:nth-child(3) {
	margin-right: 0%;
}
.navi li.act-none {
	opacity: 0.5;
}
.navi li.noact {
	opacity: 0.75;
}
.main section {
	margin-top: 8vw;
	padding-top: 12vw;
}
.main h3 {
	padding: 1.5vw 0 1.5vw 3vw;
	border-top: solid 1vw #f0cb68;
	font-size: 3.5vw;
	line-height: 1em;
}
table {
	margin-top: 2vw;
	font-size: 2.5vw;
}
table th,table td {
	padding: 1vw 0;
}
table th {
	padding: 1.5vw 2vw;
}
table th {
	border-right: 2px solid #000000;
}
table td {
	padding: 1.5vw 1vw;
}
table td span {
	font-size: 2.35vw;
}
table td a.link {
	-webkit-transition: none;
	transition:         none;
	background:url("../../img/common/arrow2.png") no-repeat right 1.5vw center / 2.5vw auto;
}
table td a.link:hover {
	-webkit-transition: none;
	transition:         none;
	background:url("../../img/common/arrow2.png") no-repeat right 1.5vw center / 2.5vw auto;
}
.alert {
	font-size: 2vw;
	text-align: center;
	color:#CCCCCC;
}
}

@media print{
}