@charset "UTF-8";

/* スライドショー */

#medarisuto .slide_container {
    width: 100%;
    /*height: 300px;*/
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}
#medarisuto .slide_container:before {
    content:"";
    display: block;
    padding-top: 45%; /* 高さを幅の45%に固定 画像：660px*300px*/
}
#medarisuto .slide_content {
    position:absolute;
	top:0;
	left:0;
}
#medarisuto .SlideDispSwich{
	display: block;
	width: 100%;
	text-align: right;
}

/*テーブル*/

#medarisuto table{
	width:100%;
	border: 1px solid #afafaf !important;
}
#medarisuto table td{
	text-align: left;
	vertical-align: middle;
	border: 1px solid #afafaf !important;
	padding:5px;
	background-color:#FFFFFF
}

#medarisuto table .medal_cell{
	vertical-align: middle;
	text-align: center;
	padding:10px;
}
#medarisuto table th{
	text-align: center;
	vertical-align: middle;
	font-size: 90%;
	padding:5px;
}
#medarisuto table th:nth-child(1){
	/*競技*/
	width:18%;	
}
#medarisuto table th:nth-child(2){
	/*種目*/
	width:32%;	
}
#medarisuto table th:nth-child(3){
	/*選手名*/
	width:16%;	
}
#medarisuto table th:nth-child(4){
	/*写真*/
	width:24%;	
}
#medarisuto table th:nth-child(5){
	/*獲得メダル*/
	width:10%;	
}
#medarisuto table img{
	width:100%;
	height:auto;
}
#medarisuto table .medal_cell img{
	width:100%;
	height:auto;
}

#medarisuto .TopAnchor{
	width:100%;
	display: block;
	text-align: right;
	margin-bottom: 40px;
}

/*タブコンテンツ*/

.TabChangeSwitch{
	display:table;
	width:100%;
	margin-top: 30px;
	table-layout: fixed;
}
.TabChangeSwitch li{
	display: table-cell;
	vertical-align: top;
	padding-left: 2%;
	list-style-type: none;
	background: none;
}
.TabChangeSwitch li:first-child{
	padding-left: 0%;
}
.TabChangeSwitch li a{
	text-decoration: none !important;
	zoom: 1;
	color: #313131;
}
.TabChangeSwitch li span{
	display: block;
	text-align: center;
	background-color: #CCC;
	cursor:pointer;
	box-sizing: border-box;
	padding:5px;
}
.TabChangeSwitch li a span:hover{
	background-color: #CCC;
	color:#FFF;
}
.TabChangeSwitch li.select{
	border: none !important;
}
.TabChangeSwitch li.select span{
	background-color: #ff9999;
	cursor:default;
}

/*タブ内サブメニュー*/

.TabContent li{
	padding: 0;
	background: none;
}
.TabInnerAnchor{
	letter-spacing: -0.4em;
	padding-left:1.6em;
}
.TabInnerAnchor li{
	display: inline-block;
	letter-spacing: 0em;
	width:50%;
}

@media only screen and (max-width: 640px) {
	
.TabInnerAnchor li{
	width:100%;
}
	
}


