﻿@charset "utf-8";

/* =======================================
	SiteMap
======================================= */


@media (min-width: 0px) {
	section {
		margin: 80px auto 50px;
	}
}
@media (min-width: 960px) {
	section {
		margin: 180px auto 50px;
	}
}
.map_wrap {
	width:320px;
	margin:0 auto;
}

.map_wrap h1 {
    margin: 0;
    line-height: 1.5;
    font-weight: normal;
    font-size: 100%;
}

.map_wrap ul {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    list-style: none;
}

    .map_wrap ul li {
        margin: 0 0 0 0.5em;
        border-left: 1px solid #999;
        zoom: 1;
    }

        .map_wrap ul li:before {
            margin-right: 0.5em;
            border-bottom: 1px solid #999;
            float: left;
            width: 1em;
            height: 0.75em;
            overflow: hidden;
            content: "";
        }
        .map_wrap ul .white:before{
           border-bottom: 1px solid #FFF;
        }

        .map_wrap ul li:last-child {
            border: none;
        }

            .map_wrap ul li:last-child:before {
                border-left: 1px solid #999;
            }

        .map_wrap ul li ul {
            margin-left: 1.5em;
        }
/* /// サイトマップ */

div.message {
    padding: 15px 40px 15px 20px;
    font-size: 1.0em;
    line-height: 2em;
}

div.message p {
    margin: 15px 0;
}


/* /// ニュースリリース */
.newsrelease .title {
    font-size: 2em;
    font-weight: bold;
}

.newsrelease div.cont {
    margin: 20px auto;
    
}

.newsrelease div.cont p {
    margin: 20px auto;
}

.newsrelease div.subcont {
    margin: 25px auto;
}

    .newsrelease div.subcont .subtitle {
        font-weight: bold;
        margin-bottom: 15px;
        border-bottom: dotted 1px grey;

    }

    .newsrelease div.subcont .subcont0 {
        overflow: hidden;
    }

    .newsrelease div.subcont .subcont1 {
        float: left;
        width: 70%;
        margin: 0;
    }
    .newsrelease div.subcont .subcont2 {
        float: right;
        width: 25%;
        margin: 0;
    }



