.BodyMain {
    margin: 0 auto;
    text-align: center;
    font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","¥á¥¤¥ê¥ª",Meiryo,verdana,sans-serif;
    -webkit-text-size-adjust: 100%;
}

.main {
    width: 960px;
    text-align: center;
    padding-bottom: 90px;
}
.mainTopics {
    width: 960px;
    text-align: center;
    padding-bottom: 30px;
}

header {
    width: 960px;
    height: 80px;
    background: url("../images/back_title_ami.png") no-repeat;
    margin: 0 auto;
}
.fix {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 85px;
    z-index: 1002;
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    border-top: 3px solid #004e98;
}
footer {
    width: 960px;
    background: url("../images/back_title_ami.png") no-repeat;
    margin: 0 auto;
}
.link {
    width: 180px;
    float: right;
}
footer .link {
    padding-top: 3px;
}
.link1 a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff;
    width: 170px;
    height: 30px;
    margin-top: 6px;
    line-height: 31px;
    border-radius: 2px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: normal;
    background: #b11a20;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f06269), color-stop(#b11a20));
    background-image: -webkit-linear-gradient(#f06269, #b11a20);
    background-image:    -moz-linear-gradient(#f06269, #b11a20);
    background-image:     -ms-linear-gradient(#f06269, #b11a20);
    background-image:      -o-linear-gradient(#f06269, #b11a20);
    background-image: linear-gradient(#f06269, #b11a20);
    text-shadow: 1px 1px 1px rgba(102, 102, 102, 0.66);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
    border-bottom: 1px solid #fff;
}
.link2 a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff;
    width: 170px;
    height: 30px;
    margin-top: 6px;
    line-height: 31px;
    border-radius: 2px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: normal;
    background: #004e98;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4b95dc), color-stop(#004e98));
    background-image: -webkit-linear-gradient(#4b95dc, #004e98);
    background-image:    -moz-linear-gradient(#4b95dc, #004e98);
    background-image:     -ms-linear-gradient(#4b95dc, #004e98);
    background-image:      -o-linear-gradient(#4b95dc, #004e98);
    background-image: linear-gradient(#4b95dc, #004e98);
    text-shadow: 1px 1px 1px rgba(102, 102, 102, 0.66);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
    border-bottom: 1px solid #fff;
}

.BarBg {
    height: 45px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    clear: both;
    text-align: center;
}
.BarBg div {
    width: 960px;
}
.BarBg p {
    float: left;
    padding: 0 33px;
    border-right: 1px solid #dcdcdc;
}
.keyBottom .BarBg p {
    padding: 0 37px;
}
.BarBg p.borderN {
    border: none;
}
.BarBg a {
    padding: 10px 0 9px;
    display: inline-block;
    font-size: 107%;
    color: #333;
    text-shadow: 1px 2px 1px rgba(255, 255, 255, 0.66);
}
.BarBg a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

h1,
h2.seo,
h3.seo {
    width: 960px;
    margin: 0 auto;
    padding-top: 7px;
    font-size: 75%;
    line-height: 20px;
    font-weight: normal;
    text-align: center;
    color: #666;
}
h2.seo,
h3.seo {
    background: none;
    border: none;
    padding-bottom: 7px;
}
h3.seo::before,
h3.seo::after {
    border: none;
}
h2 {
    position: relative;
    margin-bottom: 35px;
    padding: .2em 1em .1em 0.5em;
    border: 1px solid #dcdcdc;
    border-top: 3px solid #008e7f;
    border-radius: 2px;
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
    text-align: left;
    font-weight: normal;
    font-size: 22px;
    color: #333;
    text-shadow: 1px 2px 1px rgba(255, 255, 255, 0.66);
    letter-spacing: 0.05em;
}
h2 span {
    color: #008e7f;
    font-size: 25px;
}
h2 span.mini90 {
    color: #333;
}
h3 {
    position: relative;
    padding: 0.2em 1em 0.1em 1em;
    margin-top: 30px;
    display: inline-block;
    top: 0;
    font-weight: normal;
    letter-spacing: 0.05em;
}
h3 span {
    color: #008e7f;
    font-size: 23px;
}
h3:before,
h3:after { 
    position: absolute;
    top: 0;
    content: '';
    width: 8px;
    height: 100%;
    display: inline-block;
}
h3:before {
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    left: 0;
}
h3:after {
    content: '';
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    right: 0;
}
h4.copyright {
    clear: both;
    margin: 0 auto;
    padding: 2px 0;
    font-size: 75%;
    font-weight: normal;
    text-align:center;
    line-height: 25px;
    letter-spacing: 0.07em;
}
h4.copyright span {
    padding: 0 0.5em 0 2em;
}

div, p {
    margin: auto;
}
section {
    padding: 15px 0;
}
section::after {
    content: "";
    display: block;
    clear: both;
}
.clear {
    clear: both;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

img {
    border: none;
}
a {
    text-decoration: none;
}
.opacity a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.TD30 {
    line-height: 30px;
}

.mini90 {
    font-size: 90%;
    line-height: 25px;
}

.left {
    text-align: left;
}
.right {
    text-align: right;
}

.mark {
    font-size: 75%;
    margin: 0 0.5em 0 0;
    color: #00663f;
}

hr {
    color: #dcdcdc;
    background-color: #dcdcdc;
    height: 1px;
    border: none;
    padding: 0;
}

.borderT {
    border-top: 3px solid #004e98;
}
.borderB {
    border-bottom: 3px solid #004e98;
}

.ya {
    margin: 0 5px 3px 0;
    vertical-align: middle;
}
.yaR {
    margin: 0 5px 3px 20px;
    vertical-align: middle;
}
.new {
    margin: 0 5px 3px 10px;
    vertical-align: middle;
}
.floral {
    margin: -11px 5px -8px 0;
    vertical-align: middle;
}
.wakaba {
    width: 16px;
    height: auto;
    margin: -1px 0 0 5px;
    vertical-align: middle;
}
.orico {
    margin-left: 10px;
    vertical-align: middle;
}
.finger {
    width: 28px;
    height: auto;
    margin: 0 0 4px 8px;
    vertical-align: middle;
}

.waku {
    border: 1px solid #dcdcdc;
}
.new {
    margin: 2px 0 6px 7px;
    vertical-align: middle;
}

.pad1 {
    padding-top: 10px;
}
.pad2 {
    padding-top: 20px;
}
.pad3 {
    padding-bottom: 20px;
}

.mar0 {
    margin: -10px 0 0 0;
}
.mar1 {
    margin-top: 40px;
}

.w800 {
    width: 800px;
}
.w650 {
    width: 650px;
}

.backslide {
    background: url("../images/back_slide.jpg") center no-repeat;
}
#slide {
    width: 960px;
    height: 450px;
}
.insurance .keyGreen {
    width: 420px;
    margin: 25px auto 15px;
}
#aboutFuneralBiz  .keyGreen {
    width: 270px;
    margin: 30px auto 15px;
}
#zensoren .keyGreen {
    width: 500px;
    margin: 15px auto;
}
.youtube {
    padding-top: 30px;
}
.youtubeL {
    width: 39%;
    float: left;
    line-height: 30px;
    padding-top: 95px;
}
.youtubeR {
    width: 59%;
    float: right;
}

.agent {
    width: 600px;
    line-height: 30px;
    padding: 7px 10px;
    margin: 15px auto;
    border: 1px solid #004e98;
    border-radius: 2px;
    background: -webkit-linear-gradient(top, #fff 0%, #e1f2ff 100%);
    background: linear-gradient(to bottom, #fff 0%, #e1f2ff 100%);
}
.agent p {
    color: #dc204c;
    font-size: 110%;
}

#topics {
    width: 960px;
    float: left;
    margin-bottom: 10px;
}
.topics { 
    width: 950px;
    height: 250px;
    vertical-align: top;
    overflow: auto;
    border: 1px solid #dcdcdc;
    margin: 0 0 0 4px;
    text-align: left;
    line-height: 25px;
    font-size: 90%;
    letter-spacing: 0.08em;
}
.topicsList a {
    display: block;
    border-bottom: 1px dotted #dcdcdc;
    padding: 0.7em 1em;
    color: #000;
}
.topicsList a:hover {
    background: #b5eefe;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(60%), color-stop(#f3f3f3));
    background-image: -webkit-linear-gradient(#fff 60%,#f3f3f3);
    background-image:    -moz-linear-gradient(#fff 60%,#f3f3f3);
    background-image:     -ms-linear-gradient(#fff 60%,#f3f3f3);
    background-image:      -o-linear-gradient(#fff 60%,#f3f3f3);
    background-image:         linear-gradient(#fff 60%,#f3f3f3);
}
.topicsList1 {
    border-bottom: 1px dotted #dcdcdc;
    padding: 0.7em 1em;
}
.topicsTitle {
    position: relative;
    margin: 20px auto 40px;
    padding: .2em 1em .1em 0.5em;
    border: 1px solid #dcdcdc;
    border-top: 3px solid #008e7f;
    border-radius: 2px;
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
    text-align: left;
    font-weight: normal;
    font-size: 22px;
    color: #333;
    text-shadow: 1px 2px 1px rgba(255, 255, 255, 0.66);
    letter-spacing: 0.05em;
}
.topicsTitle span {
    color: #008e7f;
    font-size: 25px;
}
.topicsTxt1 {
    width: 79%;
    float: left;
}
#topics .topicsPic1 {
    width: 19%;
    float: right;
}
#topics .topicsPic1 img:first-child,
#topics .topicsDoll {
    width: 71px;
    margin-bottom: 3px;
}
#topics .topicsPic1 img:last-child,
#topics .topicsIei {
    width: 100px;
}
#topics .topicsTxt2 {
    width: 59%;
    float: left;
}
#topics .topicsPic2 {
    width: 39%;
    float: right;
}
#topics .topicsMar1 {
    margin-left: 180px;
}
#topics .topicsMar2 {
    margin-top: 13px;
}

.keyGreen {
    font-size: 115%;
    border: 1px solid #008e7f;
    border-radius: 2px;
    margin: 15px 5px;
    padding: 10px 0;
    background: -webkit-linear-gradient(top, #fff 0%, #e2f5f3 100%);
    background: linear-gradient(to bottom, #fff 0%, #e2f5f3 100%);
}
.keyGreen a {
    display: block;
    color: #008e7f;
}
.menuKey1 {
    width: 32%;
    float: left;
}
.menuKey2 {
    width: 47%;
    float: left;
}
.menuKey3 {
    width: 250px;
}
.menuKey4 {
    width: 15%;
    float: left;
}
.menuKey5 {
    width: 310px;
    margin: 15px auto;
}

.counsel {
    width: 600px;
    float: left;
    padding-top: 27px;
}
.counsel .keyGreen {
    margin: 15px auto;
}
.counsel p {
    line-height: 30px;
    padding-bottom: 3px;
}

.area {
    width: 350px;
    float: right;
    padding-bottom: 20px;
}
.area .areamap {
    background: url("../images/area_map.png") no-repeat;
    width: auto;
    height: 390px;
}
.area p {
    line-height: 30px;
    padding: 60px 120px 0 0;
}
.area h2 {
    font-size: 20px;
}

.priceL {
    width: 64%;
    float: left;
    padding-top: 45px;
}
.priceL p {
    line-height: 30px;
    padding-bottom: 3px;
}
.priceR {
    width: 33.3%;
    float: right;
    margin-right: 2px;
}
.priceR .service {
    width: 302px;
}
.priceR img {
    width: 360px;
    height: auto;
    border: 1px solid #dcdcdc;
}

.plan,
.service,
.support,
.after {
    width: 31.5%;
    float: left;
    font-size: 110%;
    letter-spacing: 0.05em;
    margin: 10px 9px 25px 8px;
}
.service1,
.after1  {
    width: 48.2%;
    float: left;
    font-size: 110%;
    letter-spacing: 0.05em;
    margin: 10px 9px 25px 8px;
}
.service p {
    font-size: 90%;
    line-height: 30px;
    padding: 10px 0;
}

.supportL {
    width: 28%;
    float: left;
    padding-top: 3px;
}
.supportR {
    width: 70%;
    float: right;
    line-height: 30px;
}
.supportR img {
    margin-top: 15px;
}

.saijo {
    width: 49%;
    float: left;
    font-size: 90%;
    letter-spacing: 0.05em;
    margin: 10px 0 20px;
}
.saijo img {
    width: 420px;
    height: auto;
    border: 1px solid #dcdcdc;
}

.funeralL {
    width: 64.7%;
    float: left;
    font-size: 110%;
    letter-spacing: 0.05em;
    margin: 25px 9px 10px 8px;
}
.funeralL .links img {
    width: 610px;
    height: auto;
    margin-top: 10px;
    border-radius: 2px;
    border: 1px solid #dcdcdc
}
.funeralR {
    width: 33%;
    float: right;
    padding-top: 23px;
}
.funeralR .keyGreen {
    margin: 15px auto;
}
.funeralR p.Txt1 {
    line-height: 30px;
    padding-bottom: 5px;
}
.funeralR p.Txt2 {
    line-height: 30px;
    padding-bottom: 3px;
}

.links {
    border: 1px solid #dcdcdc;
    border-top: 3px solid #004e98;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}
.links img {
    width: 290px;
    height: auto;
    margin: 10px 0 5px 0;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
}
.links a {
    display: inline-block;
}

.soahall {
    width: 900px;
    height: 400px;
    background: url("../images/back_soahall_ami.jpg") no-repeat;
}
.soahall div {
    padding: 250px 0 0 413px;
}
.soahall div p {
    padding-top: 10px;
}

.societyL {
    font-family: "ÞâÌÀÄ«", YuMincho, "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "£Í£Ó £ÐÌÀÄ«", "MS PMincho", "£Í£Ó ÌÀÄ«";
    width: 17%;
    float: left;
    background-image: -webkit-linear-gradient(#adebaa 0%, #27ba25 100%);
    background-image: linear-gradient(#adebaa 0%, #27ba25 100%);
    text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.7);
    box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.15);
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 17px 0 15px 0;
    font-weight: bold;
    font-size: 130%;
    letter-spacing: 0.05em;
    line-height: 30px;
    color: #fff;
}
.societyL span {
    font-size: 140%;
}
.societyC {
    width: 65%;
    float: left;
    line-height: 30px;
    padding-bottom: 30px;
}
.societyC span {
    color: #008e7f;
    font-size: 120%;
}
.societyC p {
    font-size: 110%;
    letter-spacing: 0.05em;
}
.societyC .pad1 {
    padding-top: 4px;
}
.societyR {
    font-family: "ÞâÌÀÄ«", YuMincho, "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "£Í£Ó £ÐÌÀÄ«", "MS PMincho", "£Í£Ó ÌÀÄ«";
    width: 17%;
    float: right;
    background-image: -webkit-linear-gradient(#adebaa 0%, #27ba25 100%);
    background-image: linear-gradient(#adebaa 0%, #27ba25 100%);
    text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.7);
    box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.15);
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 17px 0 15px 0;
    font-weight: bold;
    font-size: 130%;
    letter-spacing: 0.05em;
    line-height: 30px;
    color: #fff;
}
.societyR span.pad1 {
    padding-right: 1.6em;
}
.societyR span.pad2 {
    padding-left: 1.6em;
}

.bmenu {
    padding: 0 0 50px 0;
    margin-top: -10px;
}
.bmenu a {
    float: left;
    color: #fff;
}
.bmenu a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.bmenu .service {
    display: inline-block;
    width: 115px;
    height: 105px;
    padding: 0;
    border-radius: 50%;
    background-image: -webkit-linear-gradient(#70e0d4 0%, #008e7f 100%);
    background-image: linear-gradient(#70e0d4 0%, #008e7f 100%);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.15);
    letter-spacing: -0.03em;
    margin-left: 9px;
    border: 2px solid #fff;
}
.bmenu .service p {
    line-height: 27px;
}
.bmenu .service:active {
    position: relative;
    top: 1px;
}
.bmenu .service p.pad1 {
    padding: 28px 0 0 0;
}
.bmenu .service p.pad2 {
    padding: 39px 0 0 0;
}

.cust {
    border-top: 1px solid #dcdcdc;
    margin-top: 35px;
}
.custL {
    width: 560px;
    float: left;
    padding-top: 45px;
    line-height: 40px;
}
.custL img.pic1 {
    width: 110px;
    height: auto;
    border: none;
    margin: 0 10px;
}
.custL img.pic2 {
    width: 145px;
    height: auto;
    border: none;
    margin: 0 10px 13px;
}
.custL img.pic3 {
    width: 105px;
    height: auto;
    border: none;
    margin: 0 10px 30px;
}
.custR {
    width: 400px;
    float: right;
    padding-top: 35px;
}
.custR img {
    width: 90%;
    border: 1px solid #dcdcdc;
}

#aa2023 {
    width: 700px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebfff0), to(#fff));
    background-image: -webkit-linear-gradient(#ebfff0,#fff);
    background-image:    -moz-linear-gradient(#ebfff0,#fff);
    background-image:     -ms-linear-gradient(#ebfff0,#fff);
    background-image:      -o-linear-gradient(#ebfff0,#fff);
    background-image:         linear-gradient(#ebfff0,#fff);
    border: 1px solid #afe6cc;
    border-radius: 0.3em;
    margin-top: 20px;
    padding: 15px 0;
}
.aaTxt {
    width: 65%;
    float: left;
    line-height: 30px;
    padding-top: 25px;
}
#aa2023 img {
    float: right;
    height: 110px;
    margin-right: 40px;
}

#staff {
    width: 730px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e1f2ff));
    background-image: -webkit-linear-gradient(#fff,#e1f2ff);
    background-image:    -moz-linear-gradient(#fff,#e1f2ff);
    background-image:     -ms-linear-gradient(#fff,#e1f2ff);
    background-image:      -o-linear-gradient(#fff,#e1f2ff);
    background-image:         linear-gradient(#fff,#e1f2ff);
    border: 1px solid #004e98;
    border-radius: 0.3em;
    margin-top: 30px;
    padding: 15px 0;
    line-height: 30px;
}
#staff p {
    color: #004e98;
    font-size: 130%;
    padding-bottom: 10px;
}
table.staff {
    width: 80%;
    margin: 15px auto;
    border-collapse: collapse;
    background: #fff;
}
table.staff td {
    text-align: left;
    padding: 10px 0 10px 10px;
    border: 1px solid #ccc;
}
table.staff td:first-child {
    background: #f6f6f6;
    text-align: center;
    padding: 10px;
}

.mobi {
    clear: both;
    width: 960px;
    font-size: 80%;
    letter-spacing: 0.07em;
    padding: 35px 0 25px 0;
    border-top: 1px solid #dcdcdc;
}
.mobiTxt {
    width: 780px;
    text-align: left;
    line-height: 20px;
}
.mobiTxt p {
    text-align: center;
}
.mobiQr {
    float: right;
    margin: -25px 0 5px 25px;
}

#page-top {
    position: fixed;
    bottom: 100px;
    right: 20px;
}
#page-top a {
    background: url("../images/page-top.png") no-repeat;
    width: 80px;
    height: 60px;
    display: block;
}
#page-top a:hover {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
