@charset "UTF-8";

.lineabout{
margin:0px;
border-top:#11376B 5px solid;
}


h1{
text-align:center;
margin:0px 20px 20px 20px;
color:#11376B;
font-size:20px;
font-style:normal;
font-weight:500;	
}

h1 svg{
vertical-align:middle;
}

/* article      /////////////////////////////////////////////// */
article{
text-align:center;
margin:20px 20px 60px 20px;
}


article h2{
text-shadow: 0px 1px 1px #CCCCCC; 
color:#000000;
margin-top:20px;
font-size:18px;
font-style:normal;
font-weight:500;	
}

article .box{
text-align:left;
margin:20px 60px;
}

article p{
padding-bottom:10px;
}


@media screen and (max-width:600px){
article .box{
text-align:left;
margin: 20px 0px;
}

}

@media screen and (min-width: 601px) {
article h2 br{
display:none;
}
}


/* overview      /////////////////////////////////////////////// */
article table{
margin-right : auto;
margin-left : auto;
margin-top:10px;
border-collapse:collapse;
width:60%;
}

th.t_top {
border-top: #11376B 4px solid;
}

th {
border-bottom: #e3e3e3 1px dotted;
text-align: left;
padding: 10px;
font-weight: normal;
}

td.t_top {
border-top: #b3b3b3 4px solid;
}
td {
border-bottom: #e3e3e3 1px dotted;
text-align: left;
padding: 10px;
}

@media screen and (max-width:780px){
article table{
margin-right : auto;
margin-left : auto;
margin-top:10px;
border-collapse:collapse;
width:100%;
}
}


