/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-size: 100%;
	font-family: Verdana, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	line-height: 1.5;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-weight: 400;
}

html {
}
.roadnews ul {
    padding-left: 5px;
    height: 270px;
    overflow: auto;
}

.roadnews li, .roadnews_none li {
    background-image: url(../../common/img/arrow1.png);
    background-repeat: no-repeat;
    border-bottom: 1px dotted #CCCCCC;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-position: left 10px;
}

.roadnews_none {
	padding-left: 5px;
    height: auto;
    overflow: auto;
}

#lank { margin: 10px auto; width: 95%; border: 1px solid #6665fe; background-color: #fff; }
#lank h3 { width: 100%; }
#lank img { width: 100%; height: auto; }
#lank p { text-align: right; font-size: 0.8em; padding: 5px; font-weight: bold; }
#lank dl { display: table; width: 94%; padding: 3%; border-bottom: 1px dotted #dedede }
#lank dt, #lank dd { display: table-cell; }
#lank dt {
    width: 40%;
    font-weight: bold;
    color: #ff0000;
    font-size: 100%;
}

.links a { display: block; width: 94%; margin: 5px 3% 0 3%; text-align: center; }
.links a img { width: 100%; height: auto; }

.h4table { display: table; width: 100%; }
.h4table span { display: table-cell; }
.h4table span:last-child { text-align: right; padding-right: 2%; }
.h4table span:last-child a {
	background-image: url(../../common/img/arrow1.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: left center;
}
.sympo dl {
    padding: 0 10px;
}
.sympo dt {
    padding: 3px;
    margin-top: 15px;
    font-weight: bold;
    font-size: 1.1em;
}
.sympo dt span {
    font-size: .9em!important;
    margin-left: 20px;
}
.sympo dd {
    padding: 5px 5px 5px 20px;
}
.sympo li {
    margin-left: 20px;
    margin-bottom: 5px;
}
.sympo p {
    line-height: 1.5em !important;
    margin-left: 10px;
}

#pagebody {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
#pankuzu {
    text-align: left;
    font-size: .8em;
}
.sympoh3 {
    background-color: #00369D;
    color: #fff;
    font-size: 1.6em;
    padding: 20px;
    margin-bottom: 40px;
    background-image: url("../img/symoback.png");
    background-repeat: no-repeat;
    background-position: right center;
}
.sympo {
    margin: 20px;
}
.sympo h4 {
    border-bottom: 3px solid #00369D;
    background-color: #f2f5fa;
    font-size: 1.3em;
    color: #00369D;
    padding: 5px 10px 0px 35px;
    background-image: url(../img/icon2.png);
    background-repeat: no-repeat;
    background-position: 3px 7px;
    letter-spacing: .2em;
}

.sympotext {
    line-height: 1.5em;
    padding-top: 20px;
    margin-bottom: 40px;
}
.sympo dd strong {
    font-size: 1.2em;
    padding: 5px 0;
    display: block;
}

.panelist {
    padding: 0!important;
}
.panelist dt {
    font-weight: normal;
    float: left;
    padding: 5px;
    margin: 0px;
    font-size: 1.0em;
}
.panelist dd {
    padding: 5px 5px 10px 160px;
}
@media screen and (max-width:680px) {
    .sympo {
        margin: 20px 5px;
    }
    .sympo dd {
        padding: 5px;
    }
    .panelist dt {
        float: none;
        padding: 5px;
        border-bottom: 2px dotted #ccc;
        margin-bottom: 5px;
    }
    .panelist dd {
        padding: 0 ;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}
