@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

.body,
.tabItem{
    
    font-family: Noto Sans Japanese, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
	margin: 0 auto !Important;
    max-width: 770px!Important;
}

body{ margin: 0px;}

div#main {margin: 0 auto;}

div {display: block;}

iframe {
	width:100%;
    height: 100%;
	border: 0;		
}

.tabs {
	max-width:770px!Important;
	margin:auto!Important;
    text-align: center!important;
    border-bottom: 0px;
    font-size: 0px !important;
    padding: 0;
}

.tabs li {
    float: none;
    display: inline-block;
    width: 20%;
    margin: 0px;
    margin-right: -1px;
	
}

.tabItem {
    height: auto;
    line-height: normal;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 0em;
    font-family: Noto Sans Japanese, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding-right: 0em;    
    background: transparent;
    font-size: 11px;
    border: 0px solid #C5C5C5;
    text-decoration: none !important;
    color: #58595B;
    display: inline-block;
    box-sizing: border-box;         
    width: 100%;
	background: transparent;
	border-bottom: 3px solid #ccc;
	border-top: 1px solid #ccc;	
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 8px 14px;
	color: #333;
	text-decoration:none;		
    transition: all 0.5s;
	position:relative;
    z-index: 1;
	-webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, opacity 0.2s ease-in-out;
	transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, opacity 0.2s ease-in-out;
}

.tabItem:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 3px;
    -webkit-transition: width .3s;
    transition: width .3s;
    background: #00326A;
}

.tabItem:hover:after{width:100%;}

.tabItem-active,
.tabItem-active:hover {
    background: transparent;
	border-bottom: 3px solid #00326A!Important;
	border-top: 1px solid #ccc;	
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 8px 14px;
	color: #333;
	text-decoration:none;
}

h1#heading {display: none;}

.tab-content {padding-top: 25px;}

.tabItem:hover,
.tabItem:active {
    background: transparent;	
	border-top: 1px solid #ccc;	
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 8px 14px;
	color: #333;
	text-decoration:none;
	-webkit-transition: width .3s;
    transition: width .3s;
}
		
.tab-active,
.tab-active:hover {
    background: #FFFFFF;
    color: #00326A;
    border-top: 0em solid #FFFFFF;
    border-right: 0em solid #FFFFFF;
    border-bottom: 0.3em solid #00326A;
    border-left: 0em solid #FFFFFF;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 10;		
}

@media (min-width: 0px) and (max-width: 780px) {
.tabItem {
    width: 100%;
    padding: 0em 0em;
    margin: 1px;
}

.tabs li {
    width: 50%;
    text-align: center;
    margin-right: 0px;
}

}

@media (min-width: 0px) and (max-width: 454px) {
.tabs li {
    width: 100%;
    text-align: center;
    margin-right: 0px;
}

}


       

     






























   
  