﻿@charset "UTF-8";

/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul, ul li {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/*--- --------------
	clearfix	*/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
body{
    color: #444;
    font-family:"メイリオ" , Meiryo , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
img{
    display: block;
    max-width: 100%;
}

#wrap{
    overflow: hidden;
    width: 960px;
    margin: 0 auto;
}
#wrap h1{ margin-bottom: 24px; }
#leftNavi{
    float: left;
    width: 200px;
}
#contents{
    float: right;
    width: 696px;
}
#header,
#footer{
    width: 960px;
    margin: 0 auto;
}
#header { margin-bottom: 30px; }
#header iframe{ margin-bottom: 10px; }
#header .rmsSystemIfr{ margin-bottom: 30px; }
/* 施行例 */
#enforcementList{
    width: 100%;
    margin: 30px auto 78px;
    display: flex;
    justify-content: space-between;
}
#enforcementList li{
    position: relative;
    border-top: 6px solid #efeff2;
    background: -webkit-linear-gradient(left, #eeeef2, #fff);
    background: -o-linear-gradient(left, #eeeef2, #fff);
    background: linear-gradient(to right, #eeeef2, #fff);
    width: 103px;
    height: 70px;
    margin-right: 26px;
    padding: 0 0 0 97px;
    font-size: 13px;
}
#enforcementList li:before{
    content: "";
    position: absolute;
    right: 4px;
    bottom: 4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 13px 13px;
    border-color: transparent transparent #f7951d transparent;
}
#enforcementList li:last-child{ margin-right: 0; }
#enforcementList li a{
    color: #444;
    text-decoration: none;
}
#enforcementList li p{
    display: table;
    font-size: 14px;
    font-family: "RodinNTLGPro","メイリオ" , Meiryo , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    line-height: 18px;
    letter-spacing: -0.07em;
    height: 100%;
    margin: 0;
}
#enforcementList li p span{
    display: table-cell;
    vertical-align: middle;
}
#enforcementList li .imgBorder{
    position: absolute;
    top: -9px;
    left: -9px;
    box-shadow: 5px 5px 5px rgba(231,231,231,0.4);
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    background-color: #fff;
    padding: 4px;
}

/* 個人邸・店舗、保育園・幼稚園・学校、駐車場緑化 */
.cont{ margin-bottom: 20px; }
.cont h2{ margin-bottom: 19px; }
.cont ul{
    width: 662px;
    margin: 0 auto;
}
.cont ul li{
    position: relative;
    float: left;
    width: 310px;
    margin: 0 42px 39px 0;
}
.cont ul li:nth-child(2n){ margin-right: 0; }
.cont ul li .txt{
    font-size: 14px;
    line-height: 25px;
    background: url("../images/textArrow.png") 0 8px no-repeat;
    margin: 0;
    padding-left: 18px;
}
.ribbon{
    position: absolute;
    top: 12px;
    left: -7px;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    background:url("../images/ribbon01.png") 0 0 no-repeat;
    width: 153px;
    height: 38px;
    padding: 4.5px 0 4.5px 18px;
}
.ribbon2{
    position: absolute;
    top: 12px;
    left: -7px;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    background:url("../images/ribbon02.png") 0 0 no-repeat;
    width: 203px;
    height: 38px;
    padding: 4.5px 0 4.5px 18px;
}
.imgBorder2{
    border: 1px solid #999;
    background-color: #fff;
    margin-bottom: 4px;
    padding: 6px;
}
