﻿@charset "utf-8";
body{width:640px; margin:0 auto; background:#68331A;}        
.autoslider_wrap { background-image: url('/Images/memorial/img_example.jpg'); background-repeat: repeat-x; }
.oubozumi { display: inline-block; border: 1px solid black; padding: 10px 20px; }
.notice { padding: 10px 20px; box-sizing: border-box; overflow: hidden; font-size: 22px; border-top:1px solid black; border-bottom:1px solid black; margin:0 20px; }
.notice > .bleft { border-left: 4px solid black; padding-left: 10px; }
.noticebtndown { display: block; width: 0; height: 0; border-style: solid; border-width: 15px 10px 0 10px; border-color: black transparent transparent transparent; }
.noticebtnup { display: block; width: 0; height: 0; border-style: solid; border-width: 0 10px 15px 10px; border-color: transparent transparent black transparent; }
.tpbtn { background-color: transparent; border-radius: 0; border: none; }
#wrap { background: #FFF; }
.noMemberArea dd { margin-left: 0; }
footer { color: #FFF; text-align: center; padding: 25px 0;background-color: #68331A;}
.pc { background: #FFF; text-align: center; padding: 24px 0 21px 0;}
input[type="tel"] { font-size: 115%; }
ol, ul{
    list-style:none;
}