﻿body, h1, h2, h3, h4, h5, h6, blockquote, pre, hr,
dl, dd, ol, ul, figure {
    margin: 0;
    padding: 0;
}

/* --- 7. S.Yamamoto (2016/01/18) --- */
html {
	font-size: 1em;
}

body {
    font-family:"Lucida Grande","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3"," メイリオ",Meiryo, sans-serif;
    /*font-size:14px*/
    font-size: 0.875em;
    line-height: 1.5;
    font-weight: 300;
    color: #111;
    background-color: #fdfdfd;
    -webkit-text-size-adjust: 100%;
}
/* --- */

h1, h2, h3, h4, h5, h6,
p, blockquote, figure,
.highlight {
    margin-bottom: 5px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

/* --- 7. S.Yamamoto (2016/01/18) --- */
a {
    /*color: #2a7ae2;*/
    color: #0000ff;
    text-decoration: none;
    font-weight: 600;
}

a:visited {
    /*color: #1756a9;*/
    color: #800080;
}

/*a:hover {*/
a:hover, a:focus {
    /*color: #111;*/
    color: #800080;
    text-decoration: underline;
}
/* --- */

h3 {
    margin-top: 0.2em;
    margin-bottom: 0.6em;
}

h3 a, h3 a:visited {
    color: #3c6eb4;
}


/* --- 7. N.Mori (2016/12/20) --- */
select {
    width: 100%;
}
/* --- */


.headlines {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.headlines .headlines-body {
    padding: 5px 5px 5px 5px;
}

.headlines img {
    padding-top: 14px;
    margin-left: auto;
    margin-right: auto;
}

.headlines#devassistant1 {
    background-image: url("/static/img/noisy_grid.png") !important;
    background-repeat: repeat;
    padding-bottom: 20px;
}

.headlines#devassistant1 p, .headlines#devassistant1 h2 {
    text-align: left;
}

.headlines#devassistant2 {
    background-image: url("/static/img/noisy_grid.png") !important;
    background-repeat: repeat;
    padding-bottom: 20px;
}

.headlines#devassistant2 p, .headlines#devassistant2 h2 {
    text-align: left;
}

.rowline {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.img-circle {
    display: none;
}

/* ---N.mori 2016/12/12
.input-group {
    width: 100%;
}
*/

.rowline2 {
    display: none;
}
.media {
    text-align: left;
    padding-top:10px;
}

.link1 {
}

.link2 {
    height:160px;
}

#MenuLink1{
    display:none;
}

#MenuLink2{
    display:block;
}

/* --- 7. N.Mori (2016/12/20) ---
.projectname {
    padding: 5px 0px 0px 0px;
    font-size: 18px;
    color: #454545;
    line-height: 20px;
    margin: 0px 0px 0px 0px;
}
.projectsubname {
    color: #575757;
    font-size: 12px;
    text-align:left;
}
*/
.copyright {
    display: none;
    font-size: 90%;
    text-align:center;
}
.shadow {
    box-shadow: 3px 3px 4px #9a9a9a;
}
.content {
    margin: 10px 0;
    padding-top: 5px;
    padding-bottom: 10px;
    border-radius: 10px;
}
.title {
    font-size: 1.4em;
    margin-left: 10px;
}
.search-address {
    width: 100%;
    border: 1px solid #000000;
    background-color: #eeeeee;
    padding: 5px 10px;
}
.select {
	width: 100%;
}
.navbar-form {
    margin: 0;
    padding: 0 5px 5px 5px;
}
.panel {
    padding: 0 5px;
}
.media-area {
    padding: 5px;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.4);
}
.media-titlebar {
    text-align: center;
    font-weight: bold;
}
.media-title {
    font-size: 1.3em;
}
.media-content {
    width: 90%;
    margin: 15px auto;
}
.media-image {
	width: 100%;
}
.hazard-icon {
    margin-top: 10px;
    width: 100%;
}
.hazard-name-area {
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
}
.hazard-name {
    background-color: rgba(255,255,255,0.8);
    font-size: 0.9em;
    font-weight: normal;
    color: #000000;
}
.left .text-white {
    background-color: #843c0c;
}
.right .text-white {
    background-color: #525252;
}
.left .content {
    background-color: #fbe5d6;
}
.right .content {
    background-color: #ededed;
}
.left .media-titlebar {
    color: #843c0c;
}
.right .media-titlebar {
    color: #525252;
}
.text-black {
    color: #000000;
}
.text-white {
    color: #ffffff;
}
.box {
    overflow:auto;
    border: 1px solid #000000;
    width: 100%;
    padding: 5px;
    margin: 0 auto;
}
.box_srcollbar {
    height: 80px;
    background-color: #F9F9F9;
    color: #000000;
    margin-bottom: 20px;
}
.box_title{
    font-weight: bold;
    font-size: 1.1em;
    background-color: #505050;
    color: #ffffff;
    margin-top: 10px;
}
.left, .right {
	padding: 0 4px 0 0;
}
.btn, li, .form-control {
	font-size: 1em;
}

/*
@media (min-width: 436px) and (max-width: 768px) {
    .projectsubname {
        color: #575757;
        font-size: 12px;
        text-align:center;
    }
}
*/
/* --- */
@media (min-width: 768px) {
    #MenuLink1{
        display:block;
    }

    #MenuLink2{
        display:none;
    }

    .rowline {
        margin-left: auto;
        margin-right: auto;
        font-size: 1.5em;
        text-align: center;
        width:940px;
    }

    .rowline2 {
        margin-left: auto;
        margin-right: auto;
        font-size: 1.5em;
        text-align: center;
        display: initial;
    }

    /* --- 7. N.Mori (2016/12/12) ---
    .projectname {
        color: #454545;
        font-weight: 600;
        font-size: 30px;
        line-height: 60px;
    }

    .projectsubname {
        font-size: 16px;
        text-align:center;
    }
    */
    /* --- */

    .copyright {
        display: inherit;
    }

    .img-circle {
        display: initial;
    }

    /* --- 7. N.Mori (2016/12/12) ---
   .linksubname {
        color: #505050;
        font-size: 15px;
    }

    .linkname {
        color: #505050;
        font-size: 20px;
    }
    */
    .linksubname {
        margin-left: 6%;
    }
    .linkname {
        margin-left: 4%;
    }
    /* --- */

    footer{
        color: #505050;
    }

    .linkimg-circle {
        display: initial;
    }

    .link1{
        height:215px;
    }

    .link2{
        height:120px;
    }

    .link3{
        height:80px;
    }

    /* --- 7. N.Mori (2016/12/20) --- */
    .media-title {
        font-size: 1.7em;
    }
	.left {
		padding-right: 15px;
	}
	.right {
		padding-left: 15px;
	}
    /* --- */
}
