/* http://jigsaw.w3.org/css-validator/ */

strong {
    color: red;
}

.bgw {
    background-color: #fff !important;
}

div.cmt {
    padding: 1.5rem;
}

/* body */

body {
    background: #F4F4F4;
}

body * {
    box-sizing: border-box;
}

.sp {
    display: none;
}

.pc {
    display: block;
}
.photobox {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    color: #444;
    background: #F9F9F9;
}
.videobox {
    font-size: 0.9rem;
    padding: calc(56.2% - 1rem) 0 0;
    width: 100%;
    position: relative;
    margin-bottom: 1rem;
}
.videobox iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 1rem);
}
.videobox p{
    padding: 0.5rem 1rem;
    margin: 0.5rem 0;
    background: #F9F9F9;
}

.tbl th.likethead {
    background-color: #eee;
}


img {
    height: auto;
    max-width: 100%;
}

.mw {
    margin: 0 auto;
    max-width: 950px;
    width: 100%;
}

/* container */

#container {}

/* header */

#site-header {
    background: #043459;
}

#site-header>div {
    background: right top no-repeat url(../images/header_contents.gif);
    color: #fff;
    min-height: 100px;
    position: relative;
}

.home #site-header>div {
    background-repeat: no-repeat;
    background-position: right;
    background-image: url(../images/header_top.gif);
    background-size: cover;
    min-height: 270px;
}

#site-header p {
    margin: 0 120px 0 0;
}

#logo {
    clear: none;
    font-size: 1rem;
    margin: 0 -100px 0 0;
    padding: 1.5em 0 0.5em;
    width: 300px;
}

#topmenu {
    float: right;
    padding-top: 0.5rem;
}

#topmenu .menu a {
    border-right: 1px solid #ccc;
    color: #fff;
    display: inline-block;
    margin: 0 0.5rem 0 0;
    padding: 0 0.5rem 0 0;
}

#topmenu form,
#topmenu .menu,
#topmenu .langmenu {
    float: right;
}

.langmenu {
    clear: both;
    padding: 0.5rem 0;
}

.langmenu li a {
    color: #fff;
}

.langmenu li:first-child:after {
    content: '-';
    margin: 0 0.5rem;
}

input[type=search] {
    border: 1px solid #999;
    font-size: 0.9em;
    padding: 4px;
    width: 10em;
}

input[type=submit] {
    border: 1px solid #999;
    border-radius: 3px;
    font-size: 0.9em;
    padding: 4px 0.5em;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav li {
    display: inline-block;
}

/* mainmenu */

#mainmenu {
    background: #fff;
    border-bottom: 1px solid #282828;
    padding: 0.5rem 25px;
}

#mainmenu ul {
    display: table;
    width: 100%;
    border-right: 1px solid #666;
}

#mainmenu li {
    display: table-cell;
    border-left: 1px solid #666;
}

#mainmenu a {
    display: block;
    white-space: nowrap;
    text-align: center;
    white-space: nowrap;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: #333;
    font-size: 1rem;
}

#mainmenu li.sp {
    display: none;
}

/*breadcrumbs*/

#breadcrumbs {
    font-size: 85%;
    margin: 0;
    padding: 0.5rem 0;
}

/* main_column */

#site-content {
    background: #fff;
    padding: 0 25px 1rem
}

#main {
    float: right;
    width: calc(100% - 225px);
}

#side {
    float: left;
    width: 200px
}

#main h1 {
    background: right top url(../images/h1.gif);
    border-left: 5px solid #D3C73F;
    color: #fff;
    font-size: 1.3em;
    margin: 0 0 2rem;
    padding: 0.5rem 1rem;
}

#main h1 a {
    font-weight: normal;
    color: #fff;
}

#main h1 strong {
    background: #fff;
    padding: 0.25rem 0.5rem;
    display: inline-block;
}

.date_lang {
    font-size: 90%;
    margin: -1rem 0 1rem;
}

.date_lang a {
    background-color: #efebba;
    background-color: #e7e19a;
    border: 1px solid #d3c73f;
    border-radius: 2px;
    color: #043459;
    display: inline-block;
    margin-left: 5px;
    padding: 0.2rem 0.5rem;
    text-decoration: none;
    transition: 0.3s;
}

.date_lang a:hover {
    border: 1px solid #043459;
}

#main h2 {
    background: 0 0.4em no-repeat url(../images/h2.gif) #fbf9eb;
    border-bottom: 1px #d3c73f solid;
    border-top: 1px #d3c73f solid;
    font-size: 110%;
    line-height: 1.4em;
    margin: 2rem 0 1rem;
    padding: 5px 0 5px 15px;
}

#main h2:nth-child(1) {
    margin-top: 0;
}

#main h3 {
    background: 0 0.5em no-repeat url(../images/h3.gif) #fff;
    border-bottom: 1px #d3c73f solid;
    font-size: 110%;
    line-height: 1.4;
    margin: 0 0 15px;
    padding: 7px 0 7px 15px;
}

p {
    margin-top: 0;
    margin-bottom: 30px;
}

#main h2.topfront,
#main h2.topinfo,
#main h2.toprec {
    background: right top no-repeat url(../images/header_top.gif);
    border-top: none;
    border-bottom: none;
    border-left: 5px solid #D3C73F;
    color: #fff;
}

#main h2.topfront {
    border-left: 5px solid #AD181E;
}

#main h2.topfront::after {
    clear: both;
    content: '';
    display: block;
}

#main h2.topfront span {
    display: inline-block;
    font-weight: normal;
    font-size: 0.8rem;
    margin: 0 0.5rem;
}

.frontbox {
    background: #efefef;
    padding: 1.5rem;
    font-size: 90%;
}

.frontbox img {
    float: right;
    max-width: 250px;
}

#main .frontbox h3,
#main .toprecommends h3 {
    background: none;
    border: none;
    padding: 0;
    margin: 0 0 0.5rem;
}

#main .frontbox h3 {
    margin: 0 0 1rem;
}

#main .toprecommends h3 {
    margin: 0 0 0.5rem;
}

#main p.sig {
    margin-bottom: 0;
}

#main .frontbox p.sig {
    margin-top: 0.5rem;
}

.newslist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.newslist li {
    padding: 0 0 0.5rem 6rem;
    position: relative;
}

li a.gimg {
    left: 0;
    position: absolute;
    display: block;
}

.newslist a strong {
    display: inline-block;
}

a.gimg {
    color: #fff;
    display: inline-block;
    font-size: 80%;
    line-height: 1rem;
    text-align: center;
    text-decoration: none;
    padding: 0.15rem 0.2rem 0.1rem;
    transition: 0.1s;
    min-width: 5rem;
}

a.gimg:hover {
    background: #fff !important;
}

.g0 {
    background: #7E6B5A;
    border: 1px solid #7E6B5A;
}

.g1 {
    background: #B5478E;
    border: 1px solid #B5478E;
}

.g2 {
    background: #3C7360;
    border: 1px solid #3C7360;
}

.g3 {
    background: #C6633C;
    border: 1px solid #C6633C;
}

.g4 {
    background: #4987B3;
    border: 1px solid #4987B3;
}

.g0:hover {
    color: #7E6B5A;
}

.g1:hover {
    color: #B5478E;
}

.g2:hover {
    color: #3C7360;
}

.g3:hover {
    color: #C6633C;
}

.g4:hover {
    color: #4987B3;
}

.catlinks {
    background: #efefef;
    margin-top: 1em;
    padding: 5px 10px;
}

.catlinks a {
    margin: 5px;
}

.catlinks p.sig {
    float: right;
    display: inline-block;
}

.catlinks p.sig a {
    padding: 0 0 0 2rem;
    display: block;
}

.catlinks .sig a i {
    top: 0.3rem;
}

.nav-links {
    margin: 2em 0;
    padding: 2em 0;
    border-top: 1px solid #ccc;
}

.page-numbers {
    color: #282828;
    background: #fff;
    border: 1px solid #282828;
    display: inline-block;
    width: 2.5em;
    text-align: center;
}

.page-numbers.prev,
.page-numbers.next {
    width: 3.5em
}

.page-numbers.dots {
    border: none;
}

a.page-numbers {
    background: #282828;
    color: #fff;
    text-decoration: none;
}

a.page-numbers:hover {
    background: #fff;
    color: #282828;
}

#magazinelist img {
    float: right;
    margin: 0 0 1rem 1rem;
    max-width: 150px;
}

#main #magazinelist h2 {
    background: none;
    border: none;
    border-top: 1px dotted #ccc;
    padding: 1rem 0 0;
}

.childlist {
    list-style: none;
    padding: 0;
}

.childlist li {
    padding: 1rem 0;
    border-top: 1px solid #b3beca;
}

.childlist span.excerpt {
    display: block;
    font-size: 90%;
    border-top: 1px dotted #ddd;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
}

.toprecommends {
    border: 5px solid #b3beca;
    margin: 0;
    padding: 0.5rem;
    width: 49%;
    float: left;
    font-size: 0.9rem
}

#main .toprecommends h3 {
    font-size: 0.9rem;
}

.toprecommends:nth-child(odd) {
    float: right;
}

.toprecommends::after {
    clear: both;
    content: '';
    display: block;
}

#main .toprecommends img.fl {
    width: 100px;
    margin: 0 10px 0 0;
}

.spbox {
    display: none;
}

.seika td {
    padding: 0.5rem;
    vertical-align: top;
    width: 50%;
}

.seika img {
    box-shadow: 2px 2px 2px #eee;
    float: left;
    margin-right: 1em;
    width: 100px;
}

.seika a {
    display: block;
}

.date {
    display: inline-block;
    font-size: 90%;
}

.seika span {
    display: block;
    font-size: 90%;
    margin: 0.2rem 0;
}
.fl,.fr{
    max-width: 100%;
}

.lb-fl-cap,
.lb-fr-cap {
    font-size: 0.9rem;
    height: auto;
    width: 300px;
}

#main .lb-fl-cap,
.fl {
    float: left;
    margin: 0 20px 30px 0;
}

#main .lb-fr-cap,
.fr {
    float: right;
    margin: 0 0 30px 20px;
}
.aligncenter{
    margin: 0 auto 30px;
}
img.aligncenter{
    margin-bottom: 1rem;
}

.captxt {
    display: inline-block;
    font-size: 0.9rem;
    word-break: break-word;
    word-wrap: break-word;

}
#content a{
    word-break: break-word;
    word-wrap: break-word;
}

/*submenu*/

.submenu {
    background: #f6f6f6;
    margin-bottom: 2em;
}

.submenu h2 {
    background-image: url(../images/header_contents.gif);
    background-position: right top;
    background-size: cover;
    color: #fff;
    display: table;
    font-size: 1.1em;
    margin: 0;
    vertical-align: middle;
    width: 100%;
}

.submenu h2 span {
    display: table-cell;
    height: 75px;
    line-height: 1.4em;
    padding: 0.5rem 1rem;
    vertical-align: middle;
}

.submenu h2 span::first-letter {
    color: #D3C73F;
}

.submenu ul {
    margin: 0;
    padding: 0.5rem 0;
    list-style: none;
}

.submenu li a {
    display: block;
    position: relative;
    padding: 0.2rem 1rem 0.2rem 2rem;
    line-height: 1.4em;
    transition: 0.3s;
}

.sig a {
    position: relative;
    display: inline-block;
    padding: 0.2rem 1rem 0.2rem 2rem;
}

.submenu li a:hover {
    background: #fff;
}

.submenu li a i,
.sig a i {
    color: #043459;
    left: 0.75rem;
    position: absolute;
    top: 0.4rem;
}

img.face {
    max-width: 200px;
}

.project_description {
    margin-bottom: 1.5em;
}

/*banners*/

#side img {
    display: block;
}

#side p {
    margin: 0 0 10px;
}

/* footer */

#site-footer {
    background: #282828;
    color: #fff;
    padding: 0 0 0.5rem;
}

#site-footer a {
    color: #fff;
}

.footmenu {
    background: #595959;
    padding: 0.5rem 25px;
}

.footmenu p {
    margin: 0;
}

.address {
    padding: 0.5rem 25px;
}

address {
    background: left 0.25rem no-repeat url(../images/logo_r.gif);
    font-style: normal;
    min-height: 50px;
    padding: 0 0 0 40px;
}

.address strong {
    color: #fff;
}

.copyright {
    font-size: 85%;
    padding: 0 25px;
    text-align: right;
}

.mw40p {
    max-width: 45%;
}

.is40p {
    max-width: calc(100% - 45% - 20px);
}

.is240 {
    max-width: calc(100% - 270px);
}
.is300 {
    max-width: calc(100% - 300px);
}

.is200 {
    max-width: calc(100% - 230px);
}

.layouttable {
    display: inline-block;
    width: auto;
    margin: 0 0 1em;
}

.layouttable th,
.layouttable td {
    vertical-align: top;
    font-weight: normal;
    word-wrap: break-word;
    word-break: break-all;
    text-align: left
}

.layouttable th {
    white-space: nowrap;
}

.tbl {
    margin-bottom: 1em;
}

.tbl th,
.tbl td {
    padding: 0.5rem 1rem;
}

.namelist li {
    padding-left: 6em;
    position: relative;
}

.namelist li strong {
    min-width: 6em;
    font-weight: normal;
    display: inline-block;
    margin-left: -6em;
    color: #111;
}

/* content */

/* clearfix */

.columnbox::after,
#mainmenu::after,
#site-header::after,
#site-content::after,
#site-footer::after,
#content::after {
    clear: both;
    content: '';
    display: block;
}

.oldproject {
    font-size: 1.1rem;
    margin: 3em 0 1em;
    padding-top: 2em;
    border-top: 3px dotted #666;
}

.columnbox p {
    max-width: 48%;
    display: inline-block;
    vertical-align: top;
    font-size: 90%;
}

.columnbox p:nth-of-type(2n+1) {
    margin-right: 1%;
}

.columnbox3484 {
    display: block;
}

.columnbox3484 img {
    display: block;
    max-width: 48%;
    margin: 0 0 2%;
    float: left;
}

.columnbox3484 img:first-of-type {
    margin: 0 2% 2% 0;

}

.flexbox {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

.youtubebox {
    width: 100%;
    padding-top: 66%;
    position: relative;
}

.youtubebox iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0;
}
.layout4td{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.layout4td>*{
    width: 50%;
    margin: 0 0 5px;
}

.reportflex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.reportflex > *{
    width: 49%;
    margin-top: 1%;
    margin-bottom: 1%;
}
.reportflex::after{
    width: 49%;
    content: '';
    display: block;
}
.reportflex img{
    display: block;
}

.postid-1868 #content ul{
	display: none;
}

.dashi_sitemap_ul{
    display:none;
}


@media screen and (max-width: 640px) {

    .columnbox p {
        max-width: 100%;
    }

    .columnbox p:nth-of-type(2n+1) {
        margin-right: auto;
    }
    .reportflex > *,.reportflex::after{
        width: 100%;
    }
}
