﻿/*切り替えタブ
-------------------------------------------------------------------------*/

.tab_con {
	width: 100%;
	margin:0 auto;
	height: auto;
	padding-top: 2%;
}
/* tabs */
ol#tab  {
	zoom: 1;
	list-style: none;
	padding: 0;
	margin-bottom: 0px;
	margin-top: 40px;
	margin-left:28%;
}
ol#tab :after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
ol#tab  li {
	float: left;
	text-align: center;
	margin-right:3%;
	margin-bottom:2%;
}
ol#tab  li:last-child {
	background: none;
	margin-right:0%;
}

ol#tab  li a {
	display: block;
	width: 300px;
	text-decoration: none;
	color: #333;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	transition: .4s;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.3em;
	background-color: #FFF;
	border-radius: 40px;
	border: 1px solid #333;
}

ol#tab  li a:hover {
	color: #fff;
	background-color: #778899;
}

ol#tab  li.active,
ol#tab  li.active a,
ol#tab  li.active a:hover {
	background-color: #778899;
	color: #FFF;
	font-weight: lighter;
	border-radius: 40px;
}
#detail {
	clear: both;
	overflow: hidden;
	height: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.tabbox {
	display: none;
}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
	
	

/*タブ
---------------------------------------------------------------------------*/
ol#tab  {
	zoom: 1;
	list-style: none;
	padding: 0;
	margin-bottom: 0px;
	margin-top: 40px;
	margin-left:1%;
}
ol#tab  li a {
	display: block;
	width: 160px;
	text-decoration: none;
	color: #333;
	border: 1px solid #333;
	padding-top: 14px;
	padding-right: 5px;
	padding-bottom: 14px;
	padding-left: 5px;
	transition: .4s;
	font-size:14px;
	border-radius: 6px;
	letter-spacing:0.2em;
}

ol#tab  li.active,
ol#tab  li.active a,
ol#tab  li.active a:hover {
	background-color: #778899;
	color: #FFF;
	font-weight: lighter;
	border-radius: 6px;
}
}