@charset "utf-8";
/* CSS Document */

#container {
    width: 100%;
    margin: 0 auto;
}

.topimg{
	max-width: 1280px;
	max-height: 186px;
	margin-bottom:15px;
	margin: 0 auto;
}
.topimg a{
	background: url("../img/2022/top_sub.jpg");
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 14.5%;
	background-size: cover;
}

.main{
	max-width: 1280px;
	overflow:hidden;
display: block;margin: 0 auto;}

/************************* MAIN ****************************/

.left{
	width: 70%;
	float:left;
	position:relative;
}

.left h3{
	display:none;
}

.left .yosou{
	position:absolute;
	top:320px;
	left:10px;
}

.left .korogashi{
	position:absolute;
	top:322px;
	right:12px;
}

.left .mc_text{
	color:#595757;
	padding:5px;
	line-height:1.6;
	display: block;
	border: 1px solid;
	margin: 17px 0;
}
.left .profimg{
    background: url("../img/2021/pg_prof_01.jpg") top center no-repeat;
    padding-top: 50.6666%;
    background-size: cover;
margin-top: 10px;}
.kato,.nakamura{
    display: none;
}

/************************* SIDE ****************************/

.right{
	width: 26%;
	float:right;
}

.right .sidenavi{
	/* margin-bottom:5px; */
}

.right .result{
	width:262px;
	font-size:90%;
}

.right .result li{
	padding:6px;
}

.right .result li a{
	display:block;
	width:100%;
	height:100%;
}
.sidenavi .mc a{
    background: url("../img/2020/menu_side1.jpg");
    width: 100%;
    padding-top: 49.5522%;
    display: block;
    background-size: cover;
}
.sidenavi .oa a{
    background: url("../img/2020/menu_side2.png");
    width: 100%;
    padding-top: 47.76119%;
    display: block;
    background-size: cover;
}


.odd{
	background:#e7edc7;
}

.even{
	background:#c1d785;
}
.navi {
	width: 100%;
}
.link{
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f8f8), to(#d6d6d6));
    padding: 3%;
    border-radius: 8px;
    border: 2px solid #d6d6d6;
}
.link:hover{
    background-image: -webkit-linear-gradient(#4ed2a6 0%, #089831 100%);
    color:#ffffff;
    /* padding: 10px 0; */
}
.btn{
	padding:5px 0px;
}

.btn >a {
    text-decoration:none;
    font-size:20px;
    font-weight:bold;
    color:#585858;
    /* padding: 5%; */
}
.link.gray,
.link.gray:hover{
    background: #bbb;
    color: #eee !important;
}
