@charset "UTF-8";

html{
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color:#4b4b4b;
}

/*タブ切替全体のスタイル*/
.tabs{
	margin: 35px auto;
	padding: 40px;
	background-color:#FFFFFF;
	width:90%;
}

/*タブの内容のスタイル*/
.tab_content{
	margin: 0px auto;
    background-color:#f6f6f6;
    padding:3%;
	line-height: 23px;
	clear: both;
 	overflow: hidden;
}


.tab_content h1{
	font-size: 22px;
	margin-top: 28px;
	line-height: 1.5em;
}


.contentsBox{
	border-top: 1px solid #a3a3a3;
	margin-top: 17px;
	padding-top: 25px;
}

.contentsBoxItem{	
	font-size: 14px;
	margin-top: 25px;
}
.contentsBoxItem　thead{	
	font-size: 14px;
	margin-bottom: 15px;
}

.tab_content h2{
    font-size: 16px;
}

.tab_content h3{
	font-size: 15px;
}

.end{
    text-align: right;
    margin-top: 20px;
}


.Rev{
	font-size: 15px;
	margin: 10px auto;
	
}


@media screen and (min-width:1020px) {
    /*━━━━━━━━━━━━画面サイズが960px以上━━━━━━━━━━━━*/
.tabs{
    width:70%;
}
}