@charset "UTF-8";
/*****************************************
           BASIC
*****************************************/
html {
    overflow: auto;
}
body{
        margin:0;
        padding:0;
        line-height:1.6;
        letter-spacing: 2px;
        font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif;
        font-size:13px;
        color: #573731;
}

img { vertical-align: bottom; }

a {
        color: #43AE4E;
        text-decoration:none;   
}
a:hover {
        color: #60DF55; 
        text-decoration: none;
}

/*****************************************
           TEMPLATE LAYOUT
*****************************************/
#headwrap {
        position: relative;
        width: 100%;
        margin: 0 auto;
}
#header {
        position: relative;
        width: 980px;
        margin: 0 auto;
        height: 310px;
}
#gnavi {
        position: absolute;
        top: 15%;
        right: 0%;
        display: table;
        width: 600px;
}
#gnavi .address-box {
        display: table-cell;
        width: 70%;
        vertical-align: top;
        letter-spacing: 0.5px;
        border-left: solid 1px #ededed;
        padding: 0 20px 0 20px;
}
#gnavi .contact-box {
        display: table-cell;
        width: 30%;
        vertical-align: top;
        border-left: solid 1px #ededed;
        padding: 0 0 0 20px;
}
#top-contents {
        clear:both;
        width: 980px;
        margin: 0 auto;
}
#main-contents {
        clear:both;
        width: 980px;
        margin: 0 auto;
}
#top-contents:after {
        content: "";
        display: block;
        clear: both;
}
#main-contents:after {
        content: "";
        display: block;
        clear: both;
}
#main-column {
        float: left;
        width: 70%;
        padding: 0 20px 0 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
}
#side-column {
        float: left;
        width: 30%;
        padding: 0 0 0 20px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
}

/*----------------------------------------
    トップページ余白
-----------------------------------------*/
#top-contents {
     padding: 60px 0 50px 0;
}  
#main-contents {
     padding: 60px 0 50px 0;
}
.page-title {
        position: relative;
        width: 100%;
        height: 160px;
        background-color: #57CA4C;
}
.page-title:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(87, 202, 76, 0);
	border-top-color: #57CA4C;
	border-width: 15px;
	margin-left: -15px;
}
.page-title h1 {
        font-size: 30px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        padding: 45px 0 0 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
}

/*****************************************
           HEADER CUSTOMIZE
*****************************************/
#headwrap .top-title {
        border-bottom: solid 1px #ededed;
        padding: 6px 0 6px 0;
}
#headwrap .top-title h2 {
        width: 980px;
        margin: 0 auto;
        font-size: 10.3px;
        letter-spacing: 0px;       
}
#header .header-text {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 12px;
        font-weight: bold;
        padding: 5px 10px;
        border-right: solid 1px #ededed;
        border-left: solid 1px #ededed;
        border-bottom: solid 1px #ededed;
        letter-spacing: 1px;
}        
#header .logo {
        position: absolute;
        top: 13%;
        left: 0%;
}
#header .logo img {
        width: 200px;
        height: auto;
}  
#header .logo a:hover{
        opacity: 0.6;
}
#gnavi .address-box p {
        font-size: 13px;
        font-weight: bold; 
}
#gnavi .address-box .open h2 {
        font-size: 11.5px;
        font-weight: bold;
        padding: 2px 0;
        border: solid 1px #ededed;
        margin: 5px 0 5px 0;
        text-align: center;
}
#gnavi .address-box .open p{
        font-size: 11px;
        font-weight: bold;
}
#gnavi .map {
        margin: 10px 0 0 0;
}
#gnavi .map a {
        display: block;
        width: 100px;
        height: 35px;
        font-size: 13px;
        font-weight: bold;
        border: solid 2px #57CA4C;
        color: #57CA4C;
        padding: 6px 0 0 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        letter-spacing: 1px;
}
#gnavi .map a i {
        margin: 0 3px 0 0;
}
#gnavi .map a span {
        margin: 0 0 0 15px;
}
#gnavi .map a:hover {
        opacity: 0.7;
}
#gnavi .tel p {
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0px;
        padding: 10px 0 0 0;     
}
#gnavi .tel a {        
        color: #57CA4C;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0px;
}
#gnavi .contact {
        margin: 10px 0 0 0;
}
#gnavi .contact a {
        display: block;
        width: 160px;
        height: 35px;
        font-size: 13px;
        font-weight: bold;
        border: solid 2px #57CA4C;
        color: #57CA4C;
        padding: 6px 0 0 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        letter-spacing: 1px;
}
#gnavi .contact a i {
        margin: 0 3px 0 0;
}
#gnavi .contact a span {
        margin: 0 0 0 58px;
}
#gnavi .contact a:hover {
        opacity: 0.7;
}

/*****************************************
           PAGETOP CUSTOMIZE
*****************************************/
#page-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 10000;
}
#page-top a {
        background: #4AAD41;
        text-decoration: none;
        color: #fff;
        width: 60px;
        height: 60px;
        padding: 15px 0 0 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        display: block;
        border-radius: 5px;
        opacity: 0.6;
        font-size: 14px;
}
#page-top a:hover {
        text-decoration: none;
        opacity: 1;
}

/*****************************************
           footer
*****************************************/
#footer{
        width: 100%;
        margin: 0 auto;
}
#footer .inner-block {
        width: 980px;
        margin: 0 auto;
}
#footer-navigation {
        padding: 30px 0 30px 0;
        background-color: #57CA4C;
}
#footer-navigation .footer-menu {
        text-align: center;
} 
#footer-navigation .footer-menu li {
        display: inline-block;
        letter-spacing: normal;
}
#footer-navigation .footer-menu li a {
        color: #fff;
        padding: 0 10px;
        border-left: 1px solid #fff;
        font-size: 13px;
        line-height: 100%;
	text-decoration: none;
}
#footer-navigation .footer-menu li:last-child a {
        border-right: 1px solid #fff;
}
#footer-navigation .footer-menu li a:hover {
	text-decoration: underline;
}
#footer #footer-content {
        text-align: center;
        font-size: 12px;
        letter-spacing: 1px;
        padding: 20px 0 20px 0;
}
#footer #footer-content br {
        display: none;
}
#footer #footer-content a {
        color: #573731;
}
#footer .copyright {
        padding: 0 0 20px 0;
        font-size: 12px;
        text-align:center;
}
#footer .logo {
        padding: 0 0 20px 0;
}
#footer .logo img {
        width: 150px;
}

/*****************************************
           NAV CUSTOMIZE
*****************************************/
.hamburger{
        display:none;
}
#sp-nav{
        display:none;
}
#navwrap {
        width: 100%;
        margin: 0 auto;
        border-top: solid 5px #ded9d9;
        position: absolute;
        bottom: 0;
        left: 0;
}
#nav {
        width: 980px;
        margin: 0 auto;
}
#nav ul {
        border-radius: .3rem;
        list-style: none;
}
#nav li {
        float: left;
        text-align: center;
        width: 163.3333px;
}
#nav a{
        color: #573731;
        font-weight: bold;
        display: block;
        padding: 2.5rem 0;
        position: relative;
}
#nav a:hover::before,
#nav a.stay::before {
        background-color: #57CA4C;
        content: "";
        width: 100%;
        height: 5px;
        position: absolute;
        top: -5px;
        right: 0;
        left: 0;
}
#nav a.stay::after {
        border-style: solid;
        border-width: 6px 5px 0;
        border-color: #57CA4C transparent transparent transparent;
        content: "";
        margin: auto;
        width: 0;
        height: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
}

#nav a:hover {
        text-decoration: none;
}
#nav a.active::before {
        content: "";
        width: 100%;
        height: 15px;
        position: absolute;
        top: -5px;
        right: 0;
        left: 0;
	background: url(image.php?id=3) no-repeat top;
	background-size: 100% 100%;
}
#nav ul li:first-child a p {
	text-indent: -9999px;
}
#nav a i {
        font-size: 17px;
}

/***************************************************************
           メイン画像
***************************************************************/
#top-photo {
        width: 960px;
        margin: 0 auto;
}
#top-photo img {
        width:100%;
}        


/***************************************************************
           トップページ：topic
***************************************************************/
#topic h2 {
        color: #57CA4C;
        font-size: 30px;
        font-weight: bold;
        padding: 0 0 20px 0;
        text-align: center;
}
#topic h2 br {
        display: none;
}
#topic h3 {
        color: #57CA4C;
        font-size: 16px;
        font-weight: bold;
        padding: 15px 0 15px 0;
}
#topic .picup {
        background-color: #57CA4C;
        width: 85px;
        height: 25px;
        letter-spacing: 1px;
        padding: 4px 0 0 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        font-size: 12px;
        text-align: center;
        margin: 15px 0 0 0;
        border-radius: 0 20px 20px 0;       
}
        
#topic ul {
        list-style: none;
}
#topic ul:after {
        content: "";
        display: block;
        clear: both;
}
#topic ul li {
        float: left;
        width: 33.3333%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
}
#topic ul li:nth-of-type(1){
         padding: 0 20px 0 0;
}
#topic ul li:nth-of-type(2){
         padding: 0 10px 0 10px;
}
#topic ul li:nth-of-type(3){
         padding: 0 0 0 20px;
}
#topic ul li img {
        width: 100%;
}
#topic p {
        color: #57CA4C;
}

/***************************************************************
           トップページ：お知らせ
***************************************************************/
#news {
        padding: 50px 0 0 0;
}
#news h2 {
        font-size: 18px;
        font-weight: bold;
        border-top: solid 1px #ededed;
        border-bottom: solid 1px #ededed;
        padding: 10px 0;
        margin: 0 0 15px 0;
}
.page {
        padding: 0 15px 0 0;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; 
}
.news-wrapper {
        height: 180px;
        overflow-y: scroll;
        overflow-x: hidden;
        font-size: 100%;
        padding: 10px 10px 10px 10px;
        width: 100%;
}
.news-wrapper ul {
        list-style-type: none;
        display: table;
        width: 100%; 
        padding: 10px 0 10px 0;
        border-bottom: dotted 1px #ededed;
}
.news-wrapper ul li:nth-of-type(1) {
        font-size: 11px;
        font-weight: bold;
        display: table-cell;
        width: 15%;
        letter-spacing: 1px;
        background-color: #BDB4B3;
        color: #fff;
        padding: 3px 0;
        text-align: center;
}
.news-wrapper ul li:nth-of-type(2) {
        font-size: 12px;
        display: table-cell;
        width: 85%;
        letter-spacing: 1px;
        padding: 0 0 0 20px;
}
.news-wrapper ul a:hover {
        text-decoration: underline;
}

.news_wrapper ul {
        list-style-type: none;
        display: table;
        width: 100%; 
        padding: 10px 0 10px 0;
        border-bottom: dotted 1px #ededed;
}
.news_wrapper ul li:nth-of-type(1) {
        font-size: 11px;
        font-weight: bold;
        display: table-cell;
        width: 15%;
        letter-spacing: 1px;
        background-color: #BDB4B3;
        color: #fff;
        padding: 3px 0;
        text-align: center;
}
.news_wrapper ul li:nth-of-type(2) {
        font-size: 12px;
        display: table-cell;
        width: 85%;
        letter-spacing: 1px;
        padding: 0 0 0 20px;
}
.news_wrapper ul a:hover {
        text-decoration: underline;
}



/***************************************************************
           診療時間　テーブル
***************************************************************/
#top-contents #open-content {
        margin: 50px 0 0 0;
}
#open-content h2 {
        font-size: 18px;
        font-weight: bold;
        border-top: solid 1px #ededed;
        border-bottom: solid 1px #ededed;
        padding: 10px 0;
        margin: 0 0 15px 0;
}
#open-content table {
        width: 100%;
        border-collapse: collapse;
}
#open-content th {
        width: 10%;
        padding: 5px 0;
        vertical-align: top;
        font-size: 11px;
        letter-spacing: 0px;
        font-weight: bold;
        text-align: center;
}
#open-content span {
        font-size: 10.3px;
        font-weight: bold;
}
#open-content .text {
        width: 30%;
        font-weight: bold;
}
#open-content td{
        width: 10%;
        padding: 5px 0;
        background-color: #fff;
        font-size: 11px;
	font-weight: bold;
        letter-spacing: 0px;
        text-align: center;
}

/***************************************************************
           サイドナビゲーション
***************************************************************/
#side-nav {
        margin: 50px 0 0 0;
}
#side-nav h2 {
        font-size: 18px;
        font-weight: bold;
        border-top: solid 1px #ededed;
        border-bottom: solid 1px #ededed;
        padding: 10px 0;
}
#side-nav ul {
        list-style: none;
}
#side-nav ul li {
        border-bottom: solid 1px #ededed;
}        
#side-nav ul li a {
        display: block;
        color: #573731;
        font-weight: bold;
        padding: 10px 10px;
}
#side-nav ul li a:hover {
        text-decoration: underline;
}
#side-nav ul li a i {
        color: #57CA4C;
        margin: 0 10px 0 0;
}

/***************************************************************
           トップページ：当院情報
***************************************************************/
#shopinfo {
        position: relative;
        margin: 50px 0 0 0;
        border: solid 2px #57CA4C;
        display: table;
        width: 100%;
        padding: 20px 15px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;    
}
#shopinfo h2 {
        font-size: 14px;
        font-weight: bold;
        border-top: solid 1px #ededed;
        border-bottom: solid 1px #ededed;
        padding: 7px 0;
        margin: 20px 0 10px 0;
}
#shopinfo h3 {
        font-size: 12px;
        font-weight: bold;
        padding: 3px 0;
        border: solid 1px #c8c5c4;;
        margin: 20px 0 5px 0;
        text-align: center;
}
#shopinfo .title {
        position: absolute;
        top: -16px;
        left: 2%;
        color: #57CA4C;
        font-size: 13px;
        font-weight: bold;
        border: solid 2px #57CA4C;
        padding: 5px 10px;
        background-color: #fff;
        letter-spacing: 1px;
}
#shopinfo .text-box {
        color: #50B946;
        font-weight: bold;
        padding: 10px 10px;
        margin: 10px 0 0 0;
        background-image: linear-gradient(
        -45deg,
        #EDFAEC 25%,
        #D1F0CE 25%, #D1F0CE 50%,
        #EDFAEC 50%, #EDFAEC 75%,
        #D1F0CE 75%, #D1F0CE
  );
        background-size: 8px 8px;
}
#shopinfo p {
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0px;
}
/*--------------------------------------------------------------
    TEL
--------------------------------------------------------------*/
#shopinfo .tel {
        color: #57CA4C;
        font-size: 15px;
        font-weight: bold;
        border-bottom: solid 1px #57CA4C;
        text-align: center;
}
#shopinfo .tel a {
        color: #57CA4C;
        font-size: 24px;
        font-weight: bold;
}
/*--------------------------------------------------------------
    予約ボタン
--------------------------------------------------------------*/
#shopinfo .contact {
        margin: 10px 0 0 0;
}
#shopinfo .contact a {
        display: block;
        width: 160px;
        height: 35px;
        font-size: 13px;
        font-weight: bold;
        border: solid 2px #57CA4C;
        color: #57CA4C;
        padding: 6px 0 0 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        letter-spacing: 1px;
        margin: 0 auto;
}
#shopinfo .contact a i {
        margin: 0 3px 0 0;
}
#shopinfo .contact a span {
        margin: 0 0 0 58px;
        font-size: 13px;
}
#shopinfo .contact a:hover {
        opacity: 0.7;
}
/*--------------------------------------------------------------
    2列レイアウト
--------------------------------------------------------------*/
#shopinfo .shop-box {
        display: table-cell;
        width: 45%;
        vertical-align: top;
}
#shopinfo .shop-box-2 {
        display: table-cell;
        width: 55%;
        vertical-align: top;
        padding: 0 0 0 20px;
}
/*--------------------------------------------------------------
    ロゴ
--------------------------------------------------------------*/
#shopinfo .logo {
        width: 60%;
        margin: 10px auto 0;
}
#shopinfo .logo img {
         width: 100%;
} 
/*--------------------------------------------------------------
    営業時間　テーブル
--------------------------------------------------------------*/
#shopinfo table {
        width: 100%;
        border-collapse: collapse;
}
#shopinfo th {
        width: 10%;
        padding: 5px 0;
        vertical-align: top;
        font-size: 11px;
        letter-spacing: 0px;
        font-weight: bold;
        text-align: center;
}
#shopinfo span {
        font-size: 10px;
        font-weight: bold;
}
#shopinfo .text {
        width: 30%;
        font-size: 11px;
        font-weight: bold;
}
#shopinfo td{
        width: 10%;
        padding: 5px 0;
        background-color: #fff;
        font-size: 10px;
	font-weight: bold;
        letter-spacing: 0px;
        text-align: center;
}


/***************************************************************
           link
***************************************************************/
#link ul {
        list-style: none;
}
#link ul li {
        margin: 0 0 10px 0;
}
#link ul li a {
        display: block;    
} 
#link li i {
        margin-right: 10px;
}  
#link ul li img {
        width: 100%;
}
#link ul li a:hover {
        opacity: 0.7;
}


/***************************************************************
           ぱんくず
***************************************************************/
.topic-path {
        padding: 5px 0 0 0;
        text-align: center;
        list-style-type: none;
}
.topic-path li {
        display: inline;
        color: #fff;
        font-size: 12px;
}
.topic-path a {
        color: #fff;
}
.topic-path a:hover {
        text-decoration: underline;
}

/***************************************************************
           当院案内
***************************************************************/
#about h2 {
        font-size: 18px;
        font-weight: bold;
        border-top: solid 1px #ededed;
        border-bottom: solid 1px #ededed;
        padding: 10px 0;
        margin: 0 0 15px 0;
}
#about h2:nth-of-type(n+2) {
        margin-top: 50px;
}       
#about p {
        font-weight: bold;
        line-height: 1.8;
}
/*--------------------------------------------------------------
    2列レイアウト
--------------------------------------------------------------*/
#about .staff-box {
        margin: 0 0 20px 0;
}  
#about .staff-box:after {
        content: "";
        display: block;
        clear: both;
}
#about .staff-box .text {
        float: right;
        width: 60%;
        padding: 0 30px 0 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
}
#about .staff-box .photo {
        float: right;
        width: 40%;
}
#about .staff-box .photo img {
        width: 100%;
}
#about .staff-box .name {
        font-size: 16px;
        text-align: center;
        padding: 10px 0 0 0;
}
#about .staff-box .name span {
        font-size: 13px;
        display: block;
}
/*--------------------------------------------------------------
    2列レイアウト
--------------------------------------------------------------*/  
#about .about-box:after {
        content: "";
        display: block;
        clear: both;
}
#about .about-box .text {
        float: right;
        width: 70%;
        padding: 0 30px 0 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
}
#about .about-box .photo {
        float: right;
        width: 30%;
}
#about .about-box .photo img {
        width: 100%;
}
/*--------------------------------------------------------------
    2列レイアウト
--------------------------------------------------------------*/  
#about .about-box-2:after {
        content: "";
        display: block;
        clear: both;
}
#about .about-box-2 .text {
        float: left;
        width: 70%;
        padding: 0 0 0 30px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
}
#about .about-box-2 .photo {
        float: left;
        width: 30%;
}
#about .about-box-2 .photo img {
        width: 100%;
}
/*--------------------------------------------------------------
    2列レイアウト 見出し
--------------------------------------------------------------*/  
#about .title-box {
        margin: 30px 0 15px 0;
}      
#about .title-box:after {
        content: "";
        display: block;
        clear: both;
}
#about .title-box .number {
        float: left;
        width: 40px;
        height: 40px;
        background-color: #57CA4C;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        border-radius: 60px;
        text-align: center;
        padding: 7px 0 0 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
}
#about .title-box .text {
        float: none;
        width: auto;
        margin-left: 40px;
        vertical-align: middle;
        font-size: 18px;
        font-weight: bold;
        padding: 7px 0 0 15px;
}        
/*--------------------------------------------------------------
    テーブル
--------------------------------------------------------------*/ 
#about table {
        width: 100%;
        border-collapse: collapse;
}
#about table th {
        padding: 10px 0px;
        text-align: left;
        width: 25%;
        vertical-align: middle;
        font-weight: bold;
        border-bottom: solid 1px #ededed;
}
#about table td {
        padding: 10px 0px;
        text-align: left;
        width: 85%;
        font-weight: bold;
        border-bottom: solid 1px #ededed;
}
#about table a {
        color: #573731;
}
/*--------------------------------------------------------------
    予約ボタン
--------------------------------------------------------------*/ 
#about .contact {
        margin: 20px 0 0 0;
}
#about .contact a {
        display: block;
        width: 210px;
        height: 45px;
        font-size: 14px;
        font-weight: bold;
        border: solid 2px #57CA4C;
        color: #57CA4C;
        padding: 11px 0 0 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        letter-spacing: 1px;
        margin: 0 auto;
        text-align: center;
}
#about .contact a i {
        margin: 0 10px 0 0;
}
#about .contact a:hover {
        opacity: 0.7;
}
/*--------------------------------------------------------------
    地図
--------------------------------------------------------------*/ 
#about .map iframe {
        width: 100%;
        height: 400px;
        padding: 0 0 10px 0;
}
 
/***************************************************************
           整体料金
***************************************************************/
#menu h2 {
        font-size: 18px;
        font-weight: bold;
        border-top: solid 1px #ededed;
        border-bottom: solid 1px #ededed;
        padding: 10px 0;
        margin: 0 0 15px 0;
}
#menu h2:nth-of-type(n+2) {
        margin-top: 50px;
}
#menu .photo {
        padding: 10px;
        border: solid 1px #ededed;
}
#menu .photo img {
        width: 100%;
}

/*--------------------------------------------------------------
    テーブル
--------------------------------------------------------------*/       
#menu table {
        width: 100%;
        border-collapse: collapse;
	border: solid 1px #ededed;
        margin: 20px 0 0 0;
}
#menu th {
        padding: 10px 10px;
        text-align: left;
        width: 70%;
        vertical-align: middle;
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 1px;
	border: solid 1px #ededed;
}
#menu td {
        padding: 10px 10px;
        text-align: right;
        width: 30%;
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 1px;
	border: solid 1px #ededed;
}
#menu table br {
        display: none;
}

/***************************************************************
           お客様の声
***************************************************************/
#voice h2 {
        font-size: 18px;
        font-weight: bold;
        border-top: solid 1px #ededed;
        border-bottom: solid 1px #ededed;
        padding: 10px 0;
        margin: 0 0 15px 0;
}
#voice h2:nth-of-type(n+2) {
        margin-top: 50px;
}
#voice h2 span {
        font-size: 12px;
        padding: 0 0 0 5px;
}
#voice .photo {
        width: 75%;
        margin: 0 auto;  
}        
#voice .photo img {
        width: 100%;
}
/*--------------------------------------------------------------
    2列レイアウト 見出し
--------------------------------------------------------------*/  
#voice .title-box {
        margin: 30px 0 15px 0;
} 
#voice .title-box:after {
        content: "";
        display: block;
        clear: both;
}
#voice .title-box .number {
        float: left;
        width: 30px;
        height: 30px;
        background-color: #57CA4C;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        border-radius: 60px;
        text-align: center;
        padding: 4px 0 0 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
}
#voice .title-box .text {
        float: none;
        width: auto;
        margin-left: 30px;
        vertical-align: middle;
        font-size: 15px;
        font-weight: bold;
        padding: 5px 0 0 15px;
}
  
/***************************************************************
           blog
***************************************************************/
#blog article:nth-of-type(n+2) {
     padding: 5% 0 0 0;
}
#blog article h2 {
        font-size: 18px;
        font-weight: bold;
        border-top: solid 1px #ededed;
        border-bottom: solid 1px #ededed;
        padding: 10px 0;
        margin: 0 0 15px 0;
}
#blog article h2 span {
        font-weight: bold;
}
#blog article h2 i {
        padding: 0 2% 0 0;
}
#blog article ul {
        padding: 10px 0 0 0;
        list-style: none;
}
#blog article ul li:nth-of-type(1) {
        width: 70%;
        margin: 0 auto;
}
#blog article ul li:nth-of-type(1) p img {
        width: 100%;
}
#blog article ul li:nth-of-type(2) {
        padding: 20px 0 0 0;
}
#blog article ul li:nth-of-type(2) p:nth-of-type(1) {
        color: #585858;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 20px;
}
#blog article ul li:nth-of-type(2) p:nth-of-type(1) strong {
        font-weight: bold;
        display: block;
        padding: 0 0 10px 0;
}
#blog article ul li:nth-of-type(2) p:nth-of-type(2) {
        padding: 5% 0 0 0;
        color: #585858;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 20px;
        text-align: right;
}