/* h6 同lv */

p {
 margin-left: 40px;
}

/* h6 同lv */

dl {
 margin-left: 40px;
}

/* box_gp最下部の垂直マージン調整 */

.box_gp {
 padding-bottom: 52px;
}

h3.news {
 counter-reset: news;
}

h4.news:before {
 counter-increment: news 1;
 content: counter(news, upper-roman) ". ";
}

/* airpower summary 0610用 */

h4.airpower {
 border-left: none;
 font-style: normal;
 font-weight: bold;
 font-size: 100%;
 margin: 0px 0px 0px 40px;
}

/* U.S. Navy Ship Force - */

table.forcelevel {
 width: 715px;
 margin: 13px 0px 0px 40px;
}

table.forcelevel_LCS {
 width: 780px;
 margin: 13px 0px 0px 40px;
}

table.forcelevel td, table.forcelevel_LCS td {
 text-align: center;
 padding: 0;
 width: 65px;
}

/* U.S. Navy Ship Force - end */


/* U.S. Fleet Size - */

table.fleetsize {
 width: 580px;
 margin: 13px 0px 0px 40px;
}

th.hull {
 width: 40%;
}

th.sbf, th.aic {
 width: 30%;
}

th.subs {
 width: 20%;
}

/* U.S. Fleet Size - end */


/* lightbox画像用 */

.lb {
 margin-left: 40px;
}

