@charset "utf-8";

/**** Clearfix ****/
#tabNav:after{content:""; display:table;clear:both;}
#tabNav{zoom:1;}

/* 中央ペイン
------------------------------------------------------------*/
#content {
width:1080px;
margin:0 auto;
}

/* タブ
------------------------------------------------------------*/
#tabNav {
width:100%;
padding-top:20px;
border-bottom:3px #000080 solid;
}

#tabNav ul {
/*width:99%;*/
margin:0 auto;
padding:0;
list-style-type:none;
text-align:center;
}

#tabNav ul li {
margin-top:5px;
margin-right:5px;
float:left;
width:115px;
height:60px;
}

#tabNav ul li a {
display:block;
position:relative; /* IE6用 */
padding:5px;
background:url(../img/tab_gen.gif);
vertical-align:middle;
font-size:16px;
font-size:1.6rem;
line-height:1.1;
border:1px solid #666;
border-bottom:none;
border-top-left-radius:10px;
border-top-right-radius:10px;
height:100%;
text-decoration:none;
color:#000000;
}

#tabNav ul li a:hover {
text-decoration:underline;
color:#800000;
}

#tabNav ul li.active a {
background:url(../img/tab_act.gif);
color:#ffffff;
pointer-events:none;
}
#tabNav ul li.active a:hover {
text-decoration:none;
color:#ffffff;
}

#tabContents {
padding:0;
border:1px solid #000080;
margin-bottom:30px;
}

.note{
color:#666;
text-align:left;
font-size:16px;
font-size:1.6rem;
padding-left:10%;
}
.note p{
margin:0 !important;
margin-bottom:5px !important;
text-indent:-5px;
padding-left:5px;
line-height:1.3;
}

#content table{
width:100%;
margin:0;
}
#content table td{
padding:5px;
border:1px solid #666;
}

.pdf{
font-size:10px;
font-size:1.0rem;
line-height:1;
color:#fff;
background-color:#f00;
padding:0 2px;
font-weight:normal;
white-space:nowrap;
border:1px solid #000;
border-radius:2px;
}


/* メインメニュー PC用
------------------------------------------------------------*/
@media only screen and (max-width:1080px){
	#content {
	width:96%;
	margin:0 auto;
	padding:10px 0;
	}
}
