/* CSS Document */

/* 
PC用CSS-----------------------------------------------------------------------------------------------------*/

@media screen and (min-width: 960px){

/*
 general
-------------------------------------------------------------*/
html {
    background-color: transparent;
    background-image: none;
    overflow-y: scroll;
    font-size: 62.5%;
}

body {
    position: relative;
    line-height: 1.2;
    font-family:  "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    color: #333333;
    overflow: visible;
    width:960px;
    margin:0 auto;
}

a:link{
    color: #73bc32;
    text-decoration: none;
}
a:visited{
    color: #73bc32;
    text-decoration: underline;
}
a:hover{
    /*opacity: 0.5;*/
    color: #73bc32;
    text-decoration: underline;
}
a:active{}



.clearfix{
    zoom: 1;
}

.l-footer{
    padding: 8px;
    background: #00adf3;
    text-align: center;
    font-size: 1.4rem;
}
.l-footer small a{
    color: #fff;
}

/*
 FORM
-------------------------------------------------------------*/
.formBox{
    margin: 0 auto 30px;
    background: #fff;
    width:90%;
    padding:40px;
    box-shadow:0px 0px 5px rgba(0,0,0,0.3);
}
.formBox__ttl{
    margin: 0 0 16px;
    padding: 20px 10px;
    background: #00b4f1;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    text-shadow: 1px 1px 0px #000;
}
.formBox__step{
    width: 100%;
    margin: 0 0 16px;
}
.formBox__step__item{
    display: inline-block;
    position: relative;
    width: 43%;
    padding: 10px;
    background: #eee;
    color: #999;
    font-size: 1.4rem;
    text-align: center;
    box-sizing: border-box;
}

.formBox__step__item--on{
    background: #ff8000;
    color: #fff;
}
.formBox__step__item--icn{
    width: 10%;
    background: none;
}

.formItem__ttl{
    font-size: 1.8rem;
    font-weight:bold;
    float:left;
    width:30%;
}

.formItem__ttl:before{
    content:"●";
    color:#00adf3;
    margin-right:3px;
}

.formItem__ttl span{
    display: inline-block;
    margin-left: 4px;
    font-size: 1.5rem;
    color: #FF0004;
}
.formItem__disc{
    margin-bottom:35px;
    float:left;
    width:70%;
}
.formItem__disc input{
    display: block;
    width: 100%;
    padding: 8px;
    border-style: none;
    border-bottom: solid 1px #666;
    border-top: none;
    border-right: none;
    border-left: none;
    font-size: 1.8rem;
    box-sizing: border-box;
}
.formItem__disc select{
    display: block;
    width: 100%;
    padding: 8px;
    border-style: none;
    border: solid 1px #666;
    font-size: 1.8rem;
    box-sizing: border-box;
}
.formItem__disc textarea{
    width: 100%;
    height: 100px;
    padding: 8px;
    border-style: none;
    border: solid 1px #666;
    font-size: 1.6rem;
    line-height: 1.2;
    box-sizing: border-box;
}
.submit{
    text-align:center;
}
.submitBtn {
    width: 60%;
    height: 110px;
    background: url(../img/btnSubmit.gif) no-repeat;
    border: none;
    background-size:100%;
}


.formSelect{
    margin: 0px 0 8px;
}
.formSelect__ttl{
    margin: 32px 0 8px;
    font-weight: bold;
    border:none !important;
    font-size:14px !important;
}
.formSelect__ttl:before{
    content: "●";
    color: #00aeef;
}
.formSelect__ttl:first-child{
    margin-top: 0;
}
.formSelect__disc{
    height: 100%;
    margin-bottom: 16px;
}
.formSelect__disc select{
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    vertical-align: middle;
    height:49px;
    font-size:12px;
    width:60%;
    font-weight:bold;
    color:#444;
}
.formSelect__disc select:after{
    display: block;
    content: " ";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    margin-top: -8px;
    background: url(../pc/css/arrow02.png) 0 0 no-repeat;
    background-size: 20px;
    pointer-events: none;
}

.formSelectList{
    width: 100%;
}
.formSelectList__item{
    display: block;
    height: 48px;
    float:left;
    width: 17.4%;
}
.formSelectList__item:last-child{
    margin-right: 0;
}
.formSelectList__item input{
    display: none;
}
.formSelectList__item label{
    display: block;
    width: 100%;
    cursor: pointer;
    padding: 16px 0 16px 10px;
    background: #9a9a9a;
    color: #fff;
    font-weight: bold;
    border:solid 1px #FFF;
    box-sizing: border-box;
    font-size: 1.5rem;
}
.formSelectList__item input[type="radio"]:checked + label ,
.formSelectList__item input[type="radio"]:checked + input[type="hidden"] + label {
    background: #ffa800;
    color: #fff;
}

input[type="text"] {
    padding: 10px;
    font-size: 1.3em;
    color: #333;
    border: solid 1px #dcdcdc;
    width: 100% !important;
    border-radius: 2px;
    height:50px;
    box-sizing: border-box;
}
input[type="email"] {
    padding: 10px;
    font-size: 1.3em;
    color: #333;
    border: solid 1px #dcdcdc;
    width: 100% !important;
    border-radius: 2px;
    height:50px;
    box-sizing: border-box;
}
input[type="tel"] {
    padding: 10px;
    font-size: 1.3em;
    color: #333;
    border: solid 1px #dcdcdc;
    width: 100% !important;
    border-radius: 2px;
    height:50px;
    box-sizing: border-box;
}
input::-webkit-input-placeholder {
    font-size: 1.6rem;
}
.required{
    display: inline-block;
    background: #ff0004;
    border-radius: 3px;
    color: #fff;
    line-height: 1;
    font-size: 10px;
    margin-left: 8px;
    padding: 4px 4px;
}

.clearfix:after{
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*--------kaizen under floating--------*/

.count-submit {
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  z-index:999;
  background-color:rgb(255 255 255 / 90%);
  text-align:center;
  margin:10px;
  padding:8px 3px;
  -webkit-border-radius:1px;
  margin-bottom: 1px;
}
.count-submit p {
  line-height:1;
  margin:0;
  padding:0;
  font-weight:bold;
  font-size:95%;
}
.count-submit p span {
  color:#ffeb3b;
  font-size:110%;
}
.count-submit a {
  display: inline-block;
  width: 70%;
  font-size: 16px;
  
  /* background:#fff; */

  color:#fff;
  text-decoration:none;
  font-weight:bold;
  margin:7px 5px 0 5px;;
  padding:5px;
}
body {
  padding-bottom:100px;
}

.kz_mail{background:#dc143c; color:#fff;}
.kz_tel{background:#dc143c; color:#fff;}
.kz_tel_blue{background:#00afef; color:#fff;}


}/* 
PC用CSS end-----------------------------------------------------------------------------------------------------*/





/* 
SP用CSS-----------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 960px){



html {
    background-color: transparent;
    background-image: none;
    overflow-y: scroll;
    font-size: 62.5%;
}

body {
    position: relative;
    line-height: 1.2;
    font-family:  "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    color: #333333;
    overflow: visible;
    background:#adeafb;
}

a:link{
    color: #73bc32;
    text-decoration: none;
}
a:visited{
    color: #73bc32;
    text-decoration: underline;
}
a:hover{
    /*opacity: 0.5;*/
    color: #73bc32;
    text-decoration: underline;
}
a:active{}

.clearfix:after{
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix{
    zoom: 1;
}

.l-footer{
    padding: 8px;
    background: #00adf3;
    text-align: center;
    font-size: 1.4rem;
}
.l-footer small a{
    color: #fff;
}


/*
 accordion

.accordion-button {
    background-color: blue;
    color: white;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 10px; /* 角の丸みを設定 */
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    background-color: white;
}

/* チェックボックスがチェックされた時のスタイル */
#accordion-toggle:checked + .accordion-button + .accordion-content {
    max-height: 100vh; /* 高さの上限をビューポートの高さに設定 */
}



/*
 FORM
-------------------------------------------------------------*/

.formBox{
    margin: 0 auto 30px;
    background: #fff;
    width:86%;
    padding:15px;
    box-shadow:0px 0px 5px rgba(0,0,0,0.3);
}
.formBox__ttl{
    margin: 0 0 16px;
    padding: 20px 10px;
    background: #00b4f1;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    text-shadow: 1px 1px 0px #000;
}
.formBox__step{
    width: 100%;
    margin: 0 0 16px;
}
.formBox__step__item{
    display: inline-block;
    position: relative;
    width: 43%;
    padding: 10px;
    background: #eee;
    color: #999;
    font-size: 1.4rem;
    text-align: center;
    box-sizing: border-box;
}

.formBox__step__item--on{
    background: #ff8000;
    color: #fff;
}
.formBox__step__item--icn{
    width: 10%;
    background: none;
}

.formItem{

}
.formItem__ttl{
    font-size:16px;
    font-weight:bold;
    margin-bottom:10px;
}
.formItem__ttl span{
    display: inline-block;
    margin-left: 4px;
    font-size: 1.5rem;
    color: #FF0004;
}

.formItem__ttl:before {
    content: "●";
    color:#00adf3;
    margin-right:3px;
}

.formItem__disc{
    margin-bottom:20px;
}
.formItem__disc input{
    display: block;
    width: 95%;
    padding: 8px;
    border: solid 1px #dcdcdc;
    font-size: 1.8rem;
    height:40px;
}
.formItem__disc select{
    display: block;
    width: 100%;
    padding: 8px;
    border: solid 1px #dcdcdc;
    font-size: 1.8rem;
    height:56px;
}
.formItem__disc textarea{
    width: 95%;
    height: 100px;
    padding: 8px;
    border-style: none;
    border: solid 1px #dcdcdc;
    font-size: 1.6rem;
    line-height: 1.2;
}
.submit{
    margin: 0 20px;
}
.submitBtn {
    width: 100%;
    height: 65px;
    background: url(../img/btnSubmit.gif) left top no-repeat;
    background-size: 100%;
    border: none;
}

.formSelect{
    margin: 0px 0 8px;
}
.formSelect__ttl{
    margin: 32px 0 8px;
    font-weight: bold;
    border:none !important;
    font-size:14px !important;
}
.formSelect__ttl:before{
    content: "●";
    color: #00aeef;
}
.formSelect__ttl:first-child{
    margin-top: 0;
}
.formSelect__disc{
    height: 100%;
    margin-bottom: 16px;
}
.formSelect__disc select{
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    vertical-align: middle;
    height:49px;
    font-size:12px;
    width:60%;
    font-weight:bold;
    color:#444;
}
.formSelect__disc select:after{
    display: block;
    content: " ";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    margin-top: -8px;
    background: url(../pc/css/arrow02.png) 0 0 no-repeat;
    background-size: 20px;
    pointer-events: none;
}

.formSelectList{
    width: 100%;
}

.formSelectList__item{
    display: block;
    height: 48px;
    float:left;
    width:33%;
}
.formSelectList__item:last-child{
    margin-right: 0;
}
.formSelectList__item input{
    display: none;
}
.formSelectList__item label{
    display: block;
    width: 100%;
    cursor: pointer;
    padding: 16px 0 16px 10px;
    background: #9a9a9a;
    color: #fff;
    font-weight: bold;
    border:solid 1px #FFF;
    box-sizing: border-box;
    font-size: 1.5rem;
}
.formSelectList__item input[type="radio"]:checked + label ,
.formSelectList__item input[type="radio"]:checked + input[type="hidden"] + label {
    background: #ffa800;
    color: #fff;
}



.sp_disNone{
    display: none;
}

/* pc hide  */
.pc_area{
    display: none;
}


html {
}

body {      
    width: 100%;
    margin: 0 0 50px;
    padding: 0 0 35px 0;
    font: 16px Helvetica;
    -webkit-text-size-adjust: none;
    min-height: 460px;
    background-repeat: repeat;
    background-position: 0 0;
    overflow-y:visible;
}

.img {
    display: block;
    height: 0;
    overflow: hidden;
}

a {
    color: #006bb3;
}

img {
    max-width: 100%;
    display:block;
    height: auto;
}



/*お問い合わせ*/


#viewcontact{
    position:relative;
    text-align:left;
}

#viewcontact a:link{
    text-decoration:none;
    color: #F03;
    font-weight:bold;
    font-size:180%;
}

/*トップページ*/
#smaToppage{
    
}

#smaToppage #menu{
    margin-bottom:5px;
}

#smaToppage #menu .ttl{
}

#smaToppage #menu h4{
}

#smaToppage #menu .menuBox{
    display:block;
    margin:0 auto;
    width:100%;
    height:43px;
    background:url(/images/sma_menubg.png) no-repeat 0 0;
    -webkit-background-size: 100% 43px;
}

#smaToppage #menu .menuBox .menuFirst{
    width:32%;
    height:43px;
    display:block;
    float:left;
}

#smaToppage #menu .menuBox .menuPrice{
    width:23%;
    height:43px;
    display:block;
    float:left;
}

#smaToppage #menu .menuBox .menuSearch{
    width:45%;
    height:43px;
    display:block;
    float:right;
}

#smaToppage #menu .menuBoxAP{
    display:block;
    margin:0 auto 0;
    width:100%;
    height:38px;
    background:url(/images/sma_menu_ap.png) no-repeat 0 0;
    -webkit-background-size: 100% 38px;
}

#smaToppage #menu .menuBoxAP #menuAcom{
    width:50%;
    padding-top:38px;
    display:block;
    float:left;
}

#smaToppage #menu .menuBoxAP #menuPromise{
    width:50%;
    padding-top:38px;
    display:block;
    float:right;
}

#smaToppage #menu .menuBoxLC{
    display:block;
    margin:0 auto 0;
    width:100%;
    height:38px;
    background:url(/images/sma_menu_lc.png) no-repeat 0 0;
    -webkit-background-size: 100% 38px;
}

#smaToppage #menu .menuBoxLC #menuAiful{
    width:50%;
    padding-top:38px;
    display:block;
    float:left;
}

#smaToppage #menu .menuBoxLC #menuLake{
    width:50%;
    padding-top:38px;
    display:block;
    float:right;
}

#smaToppage #menu .menuBoxSC{
    display:block;
    margin:0 auto 0;
    width:100%;
    height:38px;
    background:url(/images/sma_menu_sc.png) no-repeat 0 0;
    -webkit-background-size: 100% 38px;
}

#smaToppage #menu .menuBoxSC #menuShinki{
    width:50%;
    padding-top:38px;
    display:block;
    float:left;
}

#smaToppage #menu .menuBoxSC #menuCFJ{
    width:50%;
    padding-top:38px;
    display:block;
    float:right;
}

#smaToppage .textLink{
    text-align:right;
    font-size:105%;
    font-weight:bold;
    padding: 0 10px 0 16px;
}

#smaToppage #mainMenuBox{
    width:100%;
    margin:0 auto 15px;
}

#smaToppage #mainMenuBox dt{
    height:38px;
}

#smaToppage #mainMenuBox #menuSFirst{
    display:block;
    margin:0 auto;
    width:100%;
    padding-top:38px;
    background:url(/images/sma_m_first.png) no-repeat 0 0;
    -webkit-background-size: 100% 38px;
}

#smaToppage #mainMenuBox #menuSPrice{
    display:block;
    margin:0 auto;
    width:100%;
    padding-top:38px;
    background:url(/images/sma_m_price.png) no-repeat 0 0;
    -webkit-background-size: 100% 38px;
}

#smaToppage #mainMenuBox #menuSCompany{
    display:block;
    margin:0 auto;
    width:100%;
    padding-top:38px;
    background:url(/images/sma_m_company.png) no-repeat 0 0;
    -webkit-background-size: 100% 38px;
}

#smaToppage #mainMenuBox #menuSKabarai{
    display:block;
    margin:0 auto;
    width:100%;
    padding-top:38px;
    background:url(/images/sma_m_kabarai.png) no-repeat 0 0;
    -webkit-background-size: 100% 38px;
}

#smaToppage #mainMenuBox #menuSSaimu{
    display:block;
    margin:0 auto;
    width:100%;
    padding-top:38px;
    background:url(/images/sma_m_saimu.png) no-repeat 0 0;
    -webkit-background-size: 100% 38px;
}

#smaToppage #mainMenuBox #menuSWomen{
    display:block;
    margin:0 auto;
    width:100%;
    padding-top:38px;
    background:url(/images/sma_m_women.png) no-repeat 0 0;
    -webkit-background-size: 100% 38px;
}

#smaToppage #mainMenuBox #menuSShindan{
    display:block;
    margin:0 auto;
    width:100%;
    padding-top:38px;
    background:url(/images/sma_m_shindan.png) no-repeat 0 0;
    -webkit-background-size: 100% 38px;
}

#smaToppage #mainMenuBox #menuSMendan{
    display:block;
    margin:0 auto;
    width:100%;
    padding-top:38px;
    background:url(/images/sma_m_mendan.png) no-repeat 0 0;
    -webkit-background-size: 100% 38px;
}

#smaToppage #mainMenuBox dd{
    margin:0 auto 0;
    width:100%;
    padding:2px 8px;
    color:#666;
    font-size:90%;
}

#smaToppage #gyoshaHoka{
    width:100%;
    margin:0 auto 15px;
}

#smaToppage #gyoshaHoka .linkgyoshaBox {
    background-image: url(/images/arrow_gyosha.png);
    background-repeat: no-repeat;
    background-position:96% 8px;
    border-bottom:#999 dashed 1px;
    padding:5px 5px;
}
 
@media only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-device-pixel-ratio: 2) {

    #smaToppage #gyoshaHoka .linkgyoshaBox  {
        /* Reference the @2x Sprite */
        background-image: url(/images/arrow_gyosha@2x.png);
        /* Translate the @2x sprite's dimensions back to 1x */
        background-size: 18px 18px;
        background-repeat: no-repeat;
        background-position:96% 8px;
        padding:5px 5px;
    }
}

#smaToppage #gyoshaHoka .linkgyoshaBox a{
    display:block;
}

.footerContact{
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 8px;
    box-sizing:border-box;
    background-color: rgba(51,51,51,0.8);
    font-size: 14px;
    font-weight: bold;
}
.footerContact__tel{
    float: left;
    width: 49%;
    margin: 0;
    border-radius: 3px;
    background: #00aeef url(/img/icnTel.png) -10px center no-repeat;
    background-size: 30%;
    text-align: center;
}
.footerContact__mail{
    float: right;
    width: 49%;
    margin: 0;
    border-radius: 3px;
    background: #76d615 url(/img/icnMail.png) -10px center no-repeat;
    background-size: 30%;
    text-align: center;
}

.footerContact__tel a,
.footerContact__mail a{
    display: block;
    padding: 6px;
    box-sizing:border-box;
    color: #fff;
    text-decoration: none;
}



#footerMenuTtl{
    margin:0 auto 0;
    width:95%;
}

#top_gyosha h2{
    background: url(/wp_admin/wp-content/plugins/wptouch/themes/creative/images/sma_gyosya_ttl.png) no-repeat 0 0;
        height: 30px;
        border: 0px;
        margin: 10px auto;
        -webkit-background-size: 100%;
}


#top_keisan h2{
    background: url(/wp_admin/wp-content/plugins/wptouch/themes/creative/images/sma_keisan_ttl.png) no-repeat 0 0;
        height: 30px;
        border: 0px;
        margin: 10px auto;
        -webkit-background-size: 100%;
}

#top_merit h2{
    background: url(/wp_admin/wp-content/plugins/wptouch/themes/creative/images/sma_merit_ttl.png) no-repeat 0 0;
        height: 30px;
        border: 0px;
        margin: 10px auto;
        -webkit-background-size: 100%;
}

#top_jirei h2{
    background: url(/wp_admin/wp-content/plugins/wptouch/themes/creative/images/sma_jiko_ttl.png) no-repeat 0 0;
        height: 30px;
        border: 0px;
        margin: 10px auto;
        -webkit-background-size: 100%;
}


#top_price h2{
    background: url(/wp_admin/wp-content/plugins/wptouch/themes/creative/images/sma_price_ttl.png) no-repeat 0 0;
        height: 30px;
        border: 0px;
        margin: 10px auto;
        -webkit-background-size: 100%;
}



/*#footerMenu{
    display:block;
    text-align:center;
    margin:0 auto 10px;
    width:95%;
    height:38px;
    background:url(/images/sma_menu_footer.png) no-repeat 0 0;
    -webkit-background-size: 100% 38px;
}

#footerMenu #menuCompany{
    width:37%;
    padding-top:38px;
    display:block;
    float:left;
}

#footerMenu #menuPrice{
    width:31%;
    padding-top:38px;
    display:block;
    float:left;
}

#footerMenu #menuGyosha{
    width:32%;
    padding-top:38px;
    display:block;
    float:right;
}*/




#footerMenub{
    display:block;
    text-align:center;
    margin:0 auto 10px;
    width:95%;
    height:75px;
    -webkit-background-size: 100% 75px;
}

#footerMenub #menuCompany{
    width:33.3%;
    display:block;
    float:left;

}

#footerMenub #menuPrice{
    width:33.3%;
    display:block;
    float:left;

}

#footerMenub #menuGyosha{
    width:33.3%;
    display:block;
    float:left;

}



#footerPagetop{
    text-align:right;
    margin:15px 10px 15px 0;
}

ul {
    list-style:none;
}
ul.txtList {
    margin: 0 10px 20px;
    padding:12px;
    border: 1px #ccc dashed;
    box-sizing:border-box;
}

ol {
    margin: 0;
    padding: 0 15px 0 20px;
    list-style-type: decimal;
    list-style-position: outside;
}

/*ul li {
    margin-bottom: 5px;
    color: #555;
    text-align: left;
    padding-left:24px;
    padding-top: 0;
    background: url(/img/common/arrow_next.png) 0 3px no-repeat;
    background-size: 16px;
    line-height: 1.3;
}

ol li {
    margin-bottom: 5px;
    color: #555;
    text-align: left;
    margin-left:25px;
}
*/
a {
    text-decoration: underline;
}
a.linkIcon:after {
    display: inline-block;
    content: url(/img/icnLink.png);
    margin-left: 4px;
}

input {
     
}

code {
    font-family: Courier, "Courier New", mono;
    color: red;
}

blockquote {
    text-align: left;
    padding: 1px 10px 1px 15px;
    font-size: 90%;
    border-left: 2px solid #ccc;
    margin: 5px 15px;
}

.clearer {
    clear: both;
}

.content {
    /*margin-top: 15px;*/
    position: relative;
}

.result-text {
    color: #475d79;
    text-shadow: #eee 1px 1px 0;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 10px;
    letter-spacing: 0;
    border-style: none;
}

.result-text-footer {
    color: #475d79;
    text-shadow: #eee 1px 1px 0;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 10px;
    text-align: center;
    display: block;
}


#mainArea{
    width: 95%;
    margin: 0 auto;
}

#mainArea p{
    width: 95%;
    margin: 0 auto 24px;
}
#mainArea p img{
    width: 100%;
}



.pageentry p,.mainentry p {
    width: 100%;
    padding: 0 10px 16px;
    box-sizing:border-box;
}

/*.pageentry h1,.mainentry h1 {
    font-size: 20px;
}

.pageentry h2,.mainentry h2 {
    font-size: 16px;
    text-shadow: #f9f9f9 -1px -1px 0;
    text-align: left;
    color: #222;
    line-height:185%;
}

.pageentry h2 span img,
.mainentry h2 span img,
.pageentry h3 span img,
.mainentry h3 span img{
    display:none;
}

.pageentry h3,.mainentry h3 {
    text-align: left;
    color: #666;
    font-size: 15px;
    border-left:1px solid #adadad;
    border-right: 1px solid #adadad;
    border-bottom:#090 solid 5px;
    border-top: 1px solid #adadad;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    padding: 10px;
    font-weight: bold;
    line-height: 140%;
    background-color: #eee;
    text-shadow: #fff -1px 1px 0;
    margin:0 1px 5px;
}

.pageentry h4,.mainentry h4 {
    font-size: 15px;
    text-shadow: #f9f9f9 -1px -1px 0;
    color: #666;
}

.pageentry h5,.mainentry h5 {
    text-shadow: #f9f9f9 -1px -1px 0;
    font-size: 12px;
    padding: 0;
}
*/

/*************************
globalFooter
**************************/

#globalFooter{
    background: #ECECFB;
    border-top: #ECECFB solid 5px;
    padding: 13px 0 25px;
    font-size: 85%;
}

#globalFooter a:link{
    color: #666666;
    text-decoration: underline;
}
#globalFooter a:visited{
    color: #666666;
}
#globalFooter a:hover{
    color: #999;
    text-decoration: none;
}

#globalFooter .footerContents,
#globalFooter .footerContents2{
    width: 1000px;
    margin: 0 auto 20px;
}

#globalFooter .footerContents h1,
#globalFooter .footerContents2 h1,
#globalFooter .footerContents2 h5{
    border-bottom: 1px dotted #333333;
    padding: 0 0 3px;
    color: #333333;
    margin: 0 0 10px;
    font-weight: normal;
}

#globalFooter .footerContents h1.sitemap_h1{
    background: url(/img/common/sitemap_icon.png) 0px 0px no-repeat;
    padding:5px 0 5px 40px;
}

#globalFooter .footerContents2 h5.access_h5{
    padding:5px 0 5px 40px;
    background: url(/img/common/access_icon.png) 0px 0px no-repeat;
}


#globalFooter .footerContents .box{
    float: left;
    width: 236px;
    margin: 0 17px 0 0;
}

#globalFooter .footerContents .box_last{
    float: left;
    width: 236px;
    margin: 0;
}

#globalFooter .footerContents h2{
    line-height: 30px;
    background: url(/img/common/footer_h2_bg.png) no-repeat;
    height: 30px;
    width: 216px;
    padding-left: 20px;
    color: #FFF;
    margin-bottom: 10px;
    margin-top: 10px;
}

#globalFooter .footerContents h2 a{height: 30px;width: 216px;display: block;}
#globalFooter .footerContents h2 a:link{color:#FFF;text-decoration:underline;}
#globalFooter .footerContents h2 a:visited{color:#FFF;text-decoration:none;}
#globalFooter .footerContents h2 a:hover{color: #D9EE99;text-decoration:none;}

#globalFooter .footerContents li {line-height:1.4em;margin-bottom: 9px;}
#globalFooter .footerContents .tLink_01 {padding-left: 15px;background: url(/img/common/sitemap_arrow01.png) no-repeat 5px 5px;}
#globalFooter .footerContents .tLink_02 {padding-left: 20px;background: url(/img/common/sitemap_arrow01.png) no-repeat 12px 5px;}
#globalFooter .footerContents .tLink_03 {padding-left: 25px;background: url(/img/common/sitemap_arrow01.png) no-repeat 17px 5px;;}


#globalFooter #access{
    margin: 20px 0;
}

#globalFooter #access .aboutBox {
}

#globalFooter #access .aboutBox h2 {
    margin: 10px 0px 0px;
    padding: 10px 0px 0px;
    border-top: 1px dotted #666;
}
#globalFooter #access .aboutBox p {
    margin: 0px;
    padding: 0px;
}

#globalFooter #access .mapBox{
    width: 240px;
    float: left;
    margin-right: 20px;
}


#globalFooter #footerBn{
    width:700px;
    margin:0 auto 15px;
}

#globalFooter #footerBn:hover{
    opacity:0.5;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
}

#globalFooter #footerTtl{
    margin: 0 0 0 0;
    text-align: center;
    display: block;
    color: #666;
}

#globalFooter #copy{
    text-align: center;
    display: block;
    color: #666;
    font-size: 90%;
}

#globalFooter #copy a:link{
    color: #666;
    text-decoration: underline;
}

#globalFooter #copy a:visited{
    color:#999;
    text-decoration:none;
}

#globalFooter #copy a:hover{
    color:#999;
    text-decoration:none;
}

#globalFooter #sideMobile{
  width:240px;
  margin: 10px auto;
}

#globalFooter #sideMobile #bnSideMobile{
    background:url(/img/common/side_mobile.png) 0px 0px no-repeat;
    width:240px;
    padding-top:140px;
}

.mainentry img,#singlentry img,.pageentry img,ol.commentlist li img {
    max-width: 100%;
    display:block;
    height: auto;
}

.fontsize {
    font-size: 1.2em;
    line-height: 140%;
}

.aligncenter {
    text-align: center;
    margin-left: auto;
    display: block;
    margin-right: auto;
}

iframe[src^='http://maps.google'] {
    width: 100%;
    max-width: 100%;
}

.wptouch-videos {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


hr.style-top {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
    margin:25px 0 0 0;
    padding:0;
}

/* @end */

/* @group Header */

#headerbar *,#wptouch-menu * {
    -webkit-touch-callout: none;
}

#headerbar {
    width: 100%;
    border-bottom: 2px solid #00aeef;
    -webkit-touch-callout: none;
}

#headerbar-title {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

#headerbar-title img {
    width: 50%;
}

#headerbar-title a {
    text-decoration: none;
    letter-spacing: -1px;
    position: relative;
    font-family: HelveticaNeue-Bold, sans-serif;
    display:block;
}

#headerbar-title img#logo-icon {
    position: relative;
    margin-right: 7px;
    max-width: 30px;
    float: left;
    width: 28px;
    height: 28px;
    padding: 0;
    bottom: 1px;
}

#headerbar-menu {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    z-index:100;
    font-size:110%;
}


#headerbar-menu a {
    display: block;
    margin: 0;
    padding: 5px 6px 5px 20px;
    color: #fff;
    font-size: 60%;
    text-shadow: #000000 0 0 0;
    position: absolute;
    right: 8px;
    top: 10px;
    background-image: url(/images/sma_menu.png);
    background-repeat: no-repeat;
    background-color:#333;
    background-position:6px 8px;
    border: 1px solid rgba(0,0,0,.8);
    border-radius: 4px;
    -webkit-box-shadow: rgba(255,255,255,.2) 0px 1px 0px, inset rgba(255,255,255,.2) 0px 1px 0px;
    box-shadow: rgba(255,255,255,.2) 0px 1px 0px, inset rgba(255,255,255,.2) 0px 1px 0px;
    font-weight: bold;
    text-decoration:none;
}
 
@media only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-device-pixel-ratio: 2) {
    
    #headerbar-menu a {
        /* Reference the @2x Sprite */
        background-image: url(/images/sma_menu@2x.png);
        /* Translate the @2x sprite's dimensions back to 1x */
        background-size: 9px 11px; 
        display: block;
        margin: 0;
        padding: 5px 6px 5px 20px;
        color: #fff;
        font-size: 60%;
        text-shadow: #000000 0 0 0;
        position: absolute;
        right: 8px;
        top: 10px;
        background-repeat: no-repeat;
        background-color:#333;
        background-position:6px 8px;
        border: 1px solid rgba(0,0,0,.8);
        border-radius: 4px;
        -webkit-box-shadow: rgba(255,255,255,.2) 0px 1px 0px, inset rgba(255,255,255,.2) 0px 1px 0px;
        box-shadow: rgba(255,255,255,.2) 0px 1px 0px, inset rgba(255,255,255,.2) 0px 1px 0px;
        font-weight: bold;
        text-decoration:none;
    }
}

#headerbar-menu .open {
    background-image: url(/images/sma_close.png);
    background-repeat: no-repeat;
    background-color:#333;
    background-position:6px 8px;
    opacity:0.7;
    -webkit-box-shadow: rgba(255,255,255,.2) 0px 1px 0px, inset rgba(0,0,0,.5) 0px 1px 6px;
    box-shadow: rgba(255,255,255,.2) 0px 1px 0px, inset rgba(0,0,0,.5) 0px 1px 6px;
}
 
@media only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-device-pixel-ratio: 2) {

    #headerbar-menu .open {
        /* Reference the @2x Sprite */
        background-image: url(/images/sma_close@2x.png);
        /* Translate the @2x sprite's dimensions back to 1x */
        background-size: 9px 11px;
        background-repeat: no-repeat;
        background-color:#333;
        background-position:6px 8px;
        opacity:0.7;
        -webkit-box-shadow: rgba(255,255,255,.2) 0px 1px 0px, inset rgba(0,0,0,.5) 0px 1px 6px;
        box-shadow: rgba(255,255,255,.2) 0px 1px 0px, inset rgba(0,0,0,.5) 0px 1px 6px;
    }
}

/* @group Sub-Menu */

#drop-fade {
    width: 100%;
    display: block;
    position: relative;
    -webkit-box-shadow: #999 1px 1px 2px;
    box-shadow: #999 1px 1px 2px;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    text-align: right;
    border-top: 1px solid #666;
    height: 20px;
    top: 0;
    z-index: 1;
}

#drop-fade a.top {
    text-decoration:none;
    margin-right: 8px;
    position: relative;
    bottom: 3px;
    color: #eee;
    text-shadow: #000000 1px 1px 1px;
    display: block;
    float: right;
    font: bold 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 18px;
    padding: 6px 2px 2px 0;
}

#drop-fade #prowlopen {
    padding-left: 18px;
    background: url(../core/core-images/menu-sprite.png) no-repeat 2px -60px;
    padding-top: 3px;
    padding-bottom: 1px;
    margin-top: 3px;
}

#drop-fade #wordtwitopen {
    padding-left: 18px;
    background: url(../core/core-images/menu-sprite.png) no-repeat 2px -74px;
}

#drop-fade #searchopen {
    padding-left: 18px;
    background: url(../core/core-images/menu-sprite.png) no-repeat 2px -94px;
    height: 15px;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 2px;
    margin-top: 3px;
}

#drop-fade #gigpressopen {
    padding-left: 18px;
    background: url(../core/core-images/menu-sprite.png) no-repeat 2px -109px;
    padding-top: 3px;
    padding-bottom: 1px;
    margin-top: 3px;
}

/* @end */

/* @group DropDown Menu */

.dropper {
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    border-top: 1px solid #1b1b1b;
    font-size: 13px;
    background-color: #2b2c2c;
}

.dropper ul {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height:130%;
}

.dropper ul#head-tags li,
.dropper ul#head-cats li {
    width: 100%;
    margin: 0;
    padding: 0;
}

.dropper ul#head-pages li,
.dropper ul#head-cats li,
.dropper ul#head-tags li li,
.dropper ul#head-account li,
.dropper ul#head-first li,
.dropper ul#head-hensai li,
.dropper ul#head-kansai li,
.dropper ul#head-flow li,
.dropper ul#head-price li,
.dropper ul#head-about li,
.dropper ul#head-jimusho li,
.dropper ul#head-kabarai li,
.dropper ul#head-contact li,
.dropper ul#head-news li,
.dropper ul#head-faq li,
.dropper ul#head-pri li,
.dropper ul#head-pripli li,
.dropper ul#head-link li,
.dropper ul#head-kabarai li,
.dropper ul#head-saimu li,
.dropper ul#head-gyosha li,
.dropper ul#head-soudan li,
.dropper ul#head-women li,
.dropper ul#head-area li,
ul#tweets li {
    border-bottom: 1px solid #1d1d1d;
    background: url(../core/core-images/arrow.png) no-repeat right center;
    border-top: 1px solid #363636;
    padding: 0;
    text-align: left;
    margin: 0;
    color:#999;
}

.dropper ul#head-account li.text {
    color: #eee;
    text-shadow: #111 0 -1px 1px;
    text-align: center;
    background-image: none;
    padding-top: 25px;
    padding-bottom: 25px;
    text-transform: none;
}

.dropper ul#head-account li.text a {
    display: inline;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

.dropper ul#head-cats li:hover,
.dropper ul#head-tags li:hover,
.dropper ul#head-pages li:hover,
.dropper ul#head-first li:hover,
.dropper ul#head-hensai li:hover,
.dropper ul#head-kansai li:hover,
.dropper ul#head-flow li:hover,
.dropper ul#head-price li:hover,
.dropper ul#head-about li:hover,
.dropper ul#head-kabarai li:hover,
.dropper ul#head-contact li:hover,
.dropper ul#head-news li:hover,
.dropper ul#head-faq li:hover,
.dropper ul#head-pri li:hover,
.dropper ul#head-pripli li:hover,
.dropper ul#head-link li:hover,
.dropper ul#head-women li:hover,
.dropper ul#head-area li:hover{
    background-color: #E0F7FE;
    color:#FFF;
    border-top: 1px solid #222;
    position: relative;
    z-index: 2;
}

.dropper a {
    font-weight: bold;
    text-shadow: #666 1px 1px 3px;
    color: #d2d2d2;
    margin: 0;
    width: auto;
    padding: 12px 35px 12px 15px;
    text-align: left;
    display:block;
    text-decoration:none;
    font-size:90%;
}

.dropper ul#head-tags a {
    padding-top: 11px;
    padding-bottom: 12px;
}

.dropper ul#head-cats a {
    padding-top: 11px;
    padding-bottom: 12px;
}

/* @group Tab Menus */

#wptouch-menu {
    background-color: #2B2C2C;
    z-index: 2;
    position:absolute;
    top: 45px;
    -webkit-box-shadow: #999 3px 3px 5px;
    box-shadow: #999 3px 3px 5px;
    display: none;
}

#wptouch-menu-inner {
    position: relative;
}

#wptouch-menu-inner img {
    float: left;
    position: relative;
    bottom: 7px;
    width: 28px;
    padding-right: 10px;
    right: 0;
}

.menubox {
    float:right;
    width:60%;
    display:block;
}

#tabnav {
    background-color: #444;
    border-bottom: 1px solid #1b1b1b;
    border-top: 1px solid #575757;
    float:left;
    width:40%;
}

#tabnav a {
    display: inline-block;
    margin: 0;
    padding: 5px 8px 7px;
    color: #999;
    text-shadow: #111 1px 1px 2px;
    display:block;
    border-bottom:#666 dotted 1px;
    font-size:80%;
    text-decoration:none;
}

#tabnav a.selected {
    background-color: #2c2c2c;
    position: relative;
    z-index: 1;
    color: #fff !important;
    -webkit-box-shadow: rgba(0,0,0,.5) 0px -1px 1px;
    box-shadow: rgba(0,0,0,.5) 0px -1px 1px;
    text-shadow: #000000 0 -1px 1px;
    text-decoration:none;
}

#tabnav a:hover,#tabnav a:active {
    color: #fff !important;
}

/* @end */

/* @end */

/* @group WordTwit Menu */

#wptouch-wordtwit {
    position: absolute;
    border-top: 1px solid #3e3e3e;
    background-color: #222;
    top: 20px;
    text-align: left;
    z-index: 2;
    left: 0;
    right: 0;
}

#wptouch-wordtwit #twitter-style-bar {
    display: block;
    border-top: 1px solid #1e1e1e;
}

#wordtwit-avatar {
    text-align: left;
    padding-bottom: 10px;
    border-radius: 8px;
    padding-left: 5px;
    padding-top: 5px;
    border: 1px solid #555;
    background-image: none;
    background-color: #444;
    margin: 10px;
}

#wordtwit-avatar img {
    -webkit-box-reflect: below -1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.8, transparent), to(white));
    border: 1px solid #222;
    float: left;
    margin-right: 15px;
    border-radius: 2px;
    width: 32px;
    height: 32px;
}

#wptouch-wordtwit a#follow-arrow {
    border-style: none;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 22px;
    right: 15px;
    padding: 5px;
    margin: 0;
}

#wordtwit-avatar p {
    padding: 0;
    margin: 0;
    color: #777;
}

#wordtwit-avatar p.twitter_username {
    color: #eee;
    text-shadow: #222 0 -1px 1px;
    font-size: 15px;
    font-weight: bold;
}

#wordtwit-avatar a {
    display: inline-block;
    font-size: 11px;
    color: #999;
    text-shadow: #222 0 -1px 0;
    padding: 3px 0 0;
}

#wptouch-wordtwit ul#tweets li {
    color: #ccc;
    font-size: 12px;
    text-shadow: #000000 0 -1px 0;
    background-image: none;
    background-color: #2c2c2c;
    padding: 10px 50px 10px 10px;
}

#wptouch-wordtwit ul#tweets li:last-child {
    padding-bottom: 30px;
}

#wptouch-wordtwit li p.time {
    color: #777;
    font-size: 11px;
    padding: 0;
    margin: 0;
}

/* @end */

/* @group Push Message Area */

#prowl-message {
    color: #eee;
    text-shadow: #000000 0 -1px 1px;
    clear: both;
    padding: 10px;
    text-align: left;
    font-size: 11px;
    border-top: 1px solid #3e3e3e;
    background-color: #222;
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
}

#prowl-message #push-style-bar {
    display: block;
    border-top: 1px solid #1e1e1e;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
    padding-top: 10px;
}

#prowl-message form p {
    font-weight: bold;
    font-size: 12px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
    clear: both;
}

#prowl-message label {
    margin-left: 5px;
}

#prowl-message input {
    width: 60%;
    border-radius: 10px;
    padding: 3px;
    color: #222;
    border: 1px solid #1b1b1b;
    font: 14px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
}

#prowl-message input#prowl-submit {
    width: 100px;
    text-align: center;
    color: #fff;
    text-shadow: #333 0 -1px 1px;
    font-weight: bold;
    border: 1px solid #333;
    margin-top: 10px;
    float: right;
}

#prowl-message textarea {
    width: 98%;
    border-radius: 10px;
    padding: 3px;
    color: #222;
    border: 1px solid #1b1b1b;
    height: 70px;
    overflow: auto;
    margin-top: 2px;
    font: 14px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
}

#prowl-message h4 {
    font-size: 14px;
    margin: 10px 0 15px;
    padding: 0;
}

#prowl-message img {
    float: left;
    margin-right: 10px;
}

/* @group Success */

#prowl-success {
    color: #eee;
    text-shadow: #000000 0 -1px 1px;
    font: bold 16px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
    text-align: center;
    background: #000 url(../core/core-images/push-success.png) no-repeat center 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
    width: 90%;
    margin-left: 5%;
    margin-top: 25px;
    border-radius: 15px;
    -webkit-box-shadow: #444 0px 0px 15px;
    box-shadow: #444 0px 0px 15px;
}

#prowl-success p,#prowl-fail p {
    margin-top: 125px;
    margin-left: 20%;
    margin-right: 20%;
}

#prowl-fail {
    color: #eee;
    text-shadow: #000000 0 -1px 1px;
    font: bold 16px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
    text-align: center;
    background: #000 url(../core/core-images/push-fail.png) no-repeat center 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
    width: 90%;
    margin-left: 5%;
    margin-top: 25px;
    border-radius: 15px;
    -webkit-box-shadow: #444 0px 0px 15px;
    box-shadow: #444 0px 0px 15px;
}

/* @end */

/* @end */

/* @group Login & Search */

#wptouch-login {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    display: none;
}

#wptouch-login-inner {
    padding-top: 8px;
    width: 100%;
    height: 35px;
    background-repeat: repeat-x;
    text-align: center;
    padding-bottom: 2px;
}

#wptouch-login input#log {
    width: 120px;
    border-radius: 10px;
    padding: 3px;
    font-size: 13px;
    color: #222;
    font-weight: bold;
    border: 1px solid #1b1b1b;
}

#wptouch-login input#pwd {
    width: 120px;
    border-radius: 10px;
    padding: 3px;
    font-size: 13px;
    color: #222;
    font-weight: bold;
    border: 1px solid #1b1b1b;
    margin-left: 5px;
}

#wptouch-login input#logsub {
    visibility: hidden;
    width: 0;
    height: 0;
    float: left;
    overflow: hidden;
    display: inline;
    margin: 0 0 0 -22px;
    padding: 0;
}

#wptouch-search {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    display: none;
}

#wptouch-search-inner {
    width: 100%;
    height: 40px;
    background-repeat: repeat-x;
    text-align: left;
    padding-top: 5px;
    padding-left:10px;
}

input#s {
    border-radius: 10px;
    padding: 4px;
    width: 60%;
    font-size: 13px;
    color: #222;
    text-align: left;
    margin-top: 6px;
    border: 1px solid #1b1b1b;
    font-weight: bold;
}

input#search-submit {
    display: none;
}

img.head-close {
    display: inline;
    position: relative;
    top: 6px;
    left: 5px;
}

/* @end */

/* @end */

/* @group Index Page */

.post {
    background-color: #fff;
/*  margin-bottom: 12px;
    margin-right: 10px;
    margin-left: 10px;*/
    position: relative;
    z-index: 0;
    -webkit-box-shadow: rgba(255,255,255,.8) 0px 1px 0px;
    box-shadow: rgba(255,255,255,.8) 0px 1px 0px;
}

.big {
    height: 200px;
}

a.post-arrow {
    width: 22px;
    height: 21px;
    float: right;
    margin-top: 1px;
    padding: 0;
    background: #f4f4f4 url(../core/core-images/post-arrow.png) no-repeat center 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-transform: scale(1.0) rotate(0deg);
    -moz-transform: scale(1.0) rotate(0deg);
    -o-transform: scale(1.0) rotate(0deg);
    -ms-transform: scale(1.0) rotate(0deg);
    transform: scale(1.0) rotate(0deg);
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-touch-callout: none;
}

a.post-arrow-down {
    -webkit-transform: scale(1.0) rotate(180deg);
    -moz-transform: scale(1.0) rotate(180deg);
    -o-transform: scale(1.0) rotate(180deg);
    -ms-transform: scale(1.0) rotate(180deg);
    transform: scale(1.0) rotate(180deg);
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
    background: #dfe3e3 url(../core/core-images/post-arrow.png) no-repeat center -12px;
    border: 1px solid #b8b8b8;
}

a.h2 {
    color: #222;
    text-decoration: none;
    display: block;
    margin-top: 2px;
    text-align: left;
    letter-spacing: -1px;
    margin-bottom: 4px;
    font-size: 15px;
    font-weight: bold;
    line-height: 19px;
    margin-right: 10px;
}

.mainentry {
    color: #444;
    line-height: 145%;
    display: block;
}

.mainentry p {
    margin: 2% 0 1%;
    padding: 0;
}

.mainentry a.read-more {
    display: block;
    padding-top: 10px;
    border-top: 1px solid #c1c1c1;
    position: relative;
    padding-left: 10px;
    color: #222;
    font-weight: bold;
    background: url(../core/core-images/arrow.png) no-repeat right 7px;
    padding-bottom: 10px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    margin: 10px -10px -10px;
}

.mainentry a.read-more:hover {
    background-color: #dcdcdc;
}

.comment-bubble,.comment-bubble-big {
    background: -webkit-gradient(linear, left top, left bottom, from(#de939e), to(#a40717), color-stop(0.5, #be4958));
    background: -webkit-linear-gradient(top, #de939e, #a40717, #be4958 0.5);
    background: -moz-linear-gradient(top, #de939e, #a40717, #be4958 0.5);
    background: -o-linear-gradient(top, #de939e 0%, #be4958 50%, #a40717 100%);
    background: -ms-linear-gradient(top, #de939e, #a40717, #be4958 0.5);
    background: linear-gradient(top, #de939e, #a40717, #be4958 0.5);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    height: 16px;
    display: block;
    border-radius: 32px;
    padding: 0 5px;
    color: #fff;
    text-shadow: #7b0805 0 1px 1px;
    text-align: center;
    border-style: solid;
    border-width: 2px;
    -webkit-box-shadow: rgba(0,0,0, .6) 0px 2px 3px;
    box-shadow: rgba(0,0,0, .6) 0px 2px 3px;
    position: absolute;
    top: 3px;
    font: bold 12px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
    z-index: 1;
    width: auto;
}

.comment-bubble {
    left: 40px;
}

.comment-bubble-big {
    left: 36px;
}

.nothing-shown {
    left: -5px;
    top: -10px;
}

.archive-top {
    margin: -11px -11px 7px;
    -webkit-border-top-right-radius: 8px;
}

.archive-top-right .post-arrow,.archive-top-right .post-arrow-down {
    margin-right: 5px;
    margin-top: 28px;
}

.archive-top-left.month-01,#arc-top.month-02,#arc-top.month-03,#arc-top.month-04,#arc-top.month-05,#arc-top.month-06,#arc-top.month-07,#arc-top.month-08,#arc-top.month-09,#arc-top.month-10,#arc-top.month-11,#arc-top.month-12 {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-weight: bold;
    color: #eee;
    text-shadow: #535353 0 -1px 1px;
}

.main-navigation {
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 12px;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    border: 1px solid #b1b1b1;
    overflow: hidden;
    font-weight: bold;
    padding: 10px;
}

.main-navigation .alignleft a {
    float: left;
    display: block;
    background: url(../core/core-images/sprite.png) no-repeat 0 -46px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 23px;
}

.main-navigation .alignright a {
    float: right;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 35px;
    background: url(../core/core-images/sprite.png) no-repeat right -26px;
    position: relative;
    left: 15px;
}

/* @group Calendar CSS Icons */

.calendar {
    text-align: center;
    position: relative;
    margin-bottom: 5px;
    margin-right: 10px;
    margin-top: 0;
    border: 1px solid #c9c9c9;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-radius-topleft: 7px;
    border-radius-bottomright: 7px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    top: 3px;
    float: left;
    -webkit-box-shadow: #c6c6c6 1px 1px 3px;
    box-shadow: #c6c6c6 1px 1px 3px;
}

.cal-month {
    -webkit-border-top-left-radius: 6px;
    border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 3px 10px;
}

.cal-date {
    color: #222;
    background-color: #e9e9e9;
    text-shadow: white -1px -1px 1px;
    -webkit-border-bottom-right-radius: 6px;
    border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    letter-spacing: -2px;
    font: bold 21px Helvetica, "Arial Rounded MT Bold", Geneva, sans-serif;
    padding: 1px 4px 2px 0;
    text-align: center;
    border: 1px solid #fff;
}

/* @group Cal Month Colors */

.month-01 {
    background-color: #767c8f;
}

.month-02 {
    background-color: #345abe;
}

.month-03 {
    background-color: #37838d;
}

.month-04 {
    background-color: #55b06c;
}

.month-05 {
    background-color: #409ad5;
}

.month-06 {
    background-color: #be63c5;
}

.month-07 {
    background-color: #f79445;
}

.month-08 {
    background-color: #4e1e00;
}

.month-09 {
    background-color: #a04262;
}

.month-10 {
    background-color: #284461;
}

.month-11 {
    background-color: #4d1d77;
}

.month-12 {
    background-color: #af1919;
}

/* @end */

/* @end */

.post-author {
    color: #555;
    font-size: 9px;
    line-height: 13px;
    position: relative;
    font-weight: bold;
    letter-spacing: 0;
    text-align: left;
    width: 72%;
    float: left;
    padding-top: 2px;
    padding-bottom: 1px;
}

.post-author span.lead {
    font-weight: normal;
    font-style: normal;
}

.post .sticky-icon {
    width: 16px;
    height: 16px;
    display: block;
    background: url(../core/core-images/sticky.png) no-repeat 0 0;
    position: absolute;
    left: 43px;
    z-index: 1;
    top: 5px;
}

.post .sticky-icon-none {
    width: 16px;
    height: 16px;
    display: block;
    background: url(../core/core-images/sticky.png) no-repeat 0 0;
    position: absolute;
    left: 43px;
    z-index: 1;
    top: 5px;
    margin-top: -12px;
    margin-left: -22px;
}

/* @end */

/* @group Ajax */

.ajax-load-more {
    margin-top: 15px;
    margin-right: auto;
    display: block;
    margin-left: auto;
    width: 160px;
}

.spin {
    height: 16px;
    background: url(../core/core-images/ajax-loader.gif) no-repeat;
    display: inline-block;
    width: 16px;
    position: relative;
    float: left;
    top: 0;
    right: 5px;
}

a.ajax {
    color: #475d79;
    text-shadow: #eee 1px 1px 0;
    letter-spacing: 0;
    height: 16px;
    font: bold 14px Helvetica, Geneva, Arial, sans-serif;
    -webkit-touch-callout: none;
}

/* @end */

/* @group Single Post Page */

a.sh2 {
    letter-spacing: -1px;
    margin: 0;
    padding: 0 0 2px;
    color: #222;
    display: block;
    line-height: 20px;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
}

#singlentry {
    line-height: 150%;
    color: #333;
    display: block;
    overflow: hidden;
    font-size: 14px;
}

.single-post-meta-top {
    text-align: left;
    color: #999;
    font-size: 10px;
    font-weight: bold;
    line-height: 15px;
}

.single-post-meta-bottom {
    text-align: left;
    color: #666;
    font-size: 11px;
    border-bottom: 1px solid #adadad;
    border-top: 1px solid #adadad;
    padding: 10px;
    font-weight: bold;
    line-height: 14px;
    background-color: #e5eff5;
    margin: 5px -10px;
    text-shadow: #fafafa 0 1px 1px;
}

/* @group Post Options Bar */

.single-post-meta-bottom .post-page-nav {
    font-size: 14px;
    line-height: 25px;
    text-indent: -99px;
    margin-left: 100px;
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
    letter-spacing: 0;
}

.single-post-meta-bottom .post-page-nav a {
    padding: 2px 5px 2px 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 16px;
    margin-right: 1px;
    letter-spacing: 2px;
}

ul#post-options {
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    list-style-type: none;
    background-color: #e6e6e6;
    padding: 0 4px 0 0;
    text-align: center;
    position: relative;
    margin: -5px -10px -10px;
    border-top: 1px solid #fbfbfb;
}

ul#post-options li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

ul#post-options li a {
    display: inline-block;
    width: 36px;
    padding: 20px 5px 16px;
    margin: 2px 0 0;
}

ul#post-options li a#oprev {
    background: url(../core/core-images/post-options.png) no-repeat 5px -210px;
    border-right: 1px solid #cfcfcf;
    width: 34px;
}

ul#post-options li a#onext {
    background: url(../core/core-images/post-options.png) no-repeat -7px -244px;
    border-left: 1px solid #cfcfcf;
    width: 34px;
}

ul#post-options li a#omail {
    background: url(../core/core-images/post-options.png) no-repeat center -1px;
    border-left: 1px solid #fbfbfb;
    margin-left: -3px;
}

ul#post-options li a#otweet {
    background: url(../core/core-images/post-options.png) no-repeat center -83px;
}

ul#post-options li a#facebook {
    background: url(../core/core-images/post-options.png) no-repeat center -295px;
}

ul#post-options li a#obook {
    background: url(../core/core-images/post-options.png) no-repeat center -39px;
    border-right: 1px solid #fbfbfb;
    margin-right: -3px;
}

/* @end */

/* @group Gallery / Captions */

#singlentry .wp-caption {
    text-align: center;
    font-size: 11px;
    color: #999;
    line-height: 13px;
    max-width: 100% !important;
    height: auto !important;
}

#singlentry .gallery {
    margin: 0;
    padding: 0;
    width: 100% !important;
    height: auto !important;
}

#singlentry .gallery dl.gallery-item img.attachment-thumbnail {
    padding: 3px;
    margin: 10px;
    width: 50% !important;
    height: auto;
}

#singlentry .gallery dl.gallery-item {
    margin: 0;
}

#singlentry .gallery dl.gallery-item dt.gallery-icon {
    margin: 0;
}

#singlentry .gallery dl.gallery-item dd.gallery-caption {
    font-size: 11px;
    color: #555;
}

/* @end */

/* @group Twitter / Bookmarking */

#twitter-box {
    border-radius: 8px;
    border: 1px solid #adadad;
    margin: 10px;
    background-color: #fff;
}

#twitter-box img {
    float: left;
    margin-right: 5px;
    position: relative;
    bottom: 4px;
    right: 3px;
    width: 28px;
    height: 28px;
}

#twitter-box ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#twitter-box li {
    clear: both;
    border-bottom: 1px solid #cbcbcb;
    margin: 0;
    padding: 0;
}

#twitter-box li a {
    display: block;
    color: #222;
    font-size: 13px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 13px;
    padding-left: 10px;
    margin: 0;
}

#bookmark-box {
    border-radius: 8px;
    border: 1px solid #adadad;
    margin: 10px;
    background-color: #fff;
}

#bookmark-box img {
    float: left;
    margin-right: 5px;
    position: relative;
    bottom: 4px;
    right: 3px;
    margin-left: 3px;
    margin-top: 1px;
}

#bookmark-box ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#bookmark-box li {
    clear: both;
    border-bottom: 1px solid #cbcbcb;
    margin: 0;
    padding: 0;
}

#bookmark-box li a {
    display: block;
    color: #222;
    font-size: 13px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 13px;
    padding-left: 10px;
    margin: 0;
}

#twitter-box li:last-child,#bookmark-box li:last-child {
    border-bottom-style: none;
}

/* @end */

/* @end */

/* @group Pages */


iframe{
    width:100%;
    height:250px;
}
.grid3,
.grid6{
    display:block;
    width:100%;;
}

/* clearfix */
.clearfix:after,
.grid3:after,
.kanalist:after,
#gyosha-contact .contact-box ul:after{
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
    
.clearfix,
.grid3,
.kanalist,
#gyosha-contact .contact-box ul{
    zoom: 1;
}

.kanalist{
}

.kanalist li{
    float:left;
    margin-right:15px;
    width:22%;
}

.page h2 {
    font-size: 17px;
    letter-spacing: -1px;
    text-align: left;
    line-height: 17px;
    font-weight: bold;
    font-style: normal;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 7px;
    position: relative;
    border-style: none;
    margin: 10px 0 10px 0;
    border-bottom:  #CCC dashed 1px;
}

#mainArea {
    color: #444;
    margin: 0 auto;
    width: 95%;
    padding: 2px 0 0;
    line-height: 1.6;
    display: block;
}

#mainArea table {
    border:#CCC solid 1px;
    width:100%;
    margin-bottom:10px;
    border-spacing:none;
    border-collapse: collapse;
}

#mainArea table th{
    background:#EAEAEA;
    border:#CCC solid 1px;
    padding:3px;
}

#mainArea table td{
    border:#CCC solid 1px;
    padding:3px;
    vertical-align:top;
}

img.pageicon {
    position: relative;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    float: left;
    margin-top: -5px;
    margin-left: 0;
}

#mainArea .wp-caption {
    text-align: center;
    font-size: 11px;
    color: #999;
    line-height: 13px;
    max-width: 100% !important;
    height: auto !important;
}

#mainArea{
    padding-left: 0;
}

.textLink{
    margin:0 0 20px 10px;
}


/* @group Archives */

#wptouch-tagcloud {
    border-radius: 8px;
    border: 1px solid #adadad;
    background-color: #fff;
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px;
    text-align: justify;
    text-transform: capitalize;
    line-height: 150%;
}

#wptouch-archives {
    border-radius: 8px;
    border: 1px solid #adadad;
    background-color: #fff;
    margin-right: 10px;
    margin-left: 10px;
}

#wptouch-archives a {
    color: #222;
    display: block;
    padding-bottom: 10px;
    padding-left: 10px;
    background: url(../core/core-images/arrow.png) no-repeat right center;
    padding-top: 10px;
}

#wptouch-archives ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

#wptouch-archives li {
    border-bottom: 1px solid #ccc;
    list-style-type: none;
    font-weight: bold;
    font-size: 14px;
    color: #222;
    display: block;
    padding: 0;
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
}

#wptouch-archives li:first-child {
    margin-top: -10px;
}

#wptouch-archives li:last-child {
    margin-bottom: -10px;
    border-bottom-style: none;
}

/* @end */

/* @group Links */

#wptouch-links a {
    color: #222;
    display: block;
    background: url(../core/core-images/arrow.png) no-repeat right center;
    padding: 10px 10% 10px 10px;
}

#wptouch-links h2 {
    color: #475d79;
    text-shadow: #eee 1px 1px 0;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 10px;
    letter-spacing: 0;
    border-style: none;
    text-transform: capitalize;
    margin-top: 20px;
}

#wptouch-links ul {
    border-radius: 8px;
    border: 1px solid #adadad;
    background-color: #fff;
    list-style-type: none;
    margin: 10px;
    padding: 0;
}

#wptouch-links li {
    border-bottom: 1px solid #ccc;
    list-style-type: none;
    font-weight: bold;
    font-size: 13px;
    color: #333;
    display: block;
    padding: 0;
    margin: 0;
    text-shadow: #fff 0 0 0;
}

#wptouch-links li:first-child {
    border-top-style: none;
}

#wptouch-links li:last-child {
    border-bottom-style: none;
}

/* @end */

/* @group Photos */

#wptouch-flickr {
    text-align: center;
    width: auto;
}

#wptouch-flickr img {
    padding: 1px;
    background-color: #ccc;
    margin: 5px;
    width: 55px;
    height: 55px;
}

/* @end */

/* @group 404 */

#fourohfour {
    border-radius: 8px;
    border: 1px solid #adadad;
    background-color: #fff;
    text-align: center;
    margin: 10px;
    padding: 10px;
}

/* @end */

/* @end */

/* @group Comments */

ol#commentlist {
    list-style-type: none;
    display: none;
    margin: 0 10px 0;
    position: relative;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

ol.commentlist li {
    background-color: #fff;
    padding: 10px;
    border-bottom: 1px solid #dedede;
    margin: 0;
    overflow: hidden;
    font-size: 12px;
    border-right: 1px solid #b1b1b1;
    border-left: 1px solid #b1b1b1;
    position: relative;
    line-height: 17px;
    -webkit-box-shadow: rgba(255,255,255,.8) 0px 1px 0px;
    box-shadow: rgba(255,255,255,.8) 0px 1px 0px;
}

h3#com-head {
    font-weight: bold;
    font-size: 13px;
    border-radius: 8px;
    text-shadow: #fff 0 1px 0;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #b1b1b1;
    background: #fff;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    cursor: pointer;
    display: block;
}

h3#com-head img#com-arrow {
    margin-right: 5px;
    position: relative;
    top: 1px;
    -webkit-transform: scale(1.0) rotate(0deg);
    -moz-transform: scale(1.0) rotate(0deg);
    -o-transform: scale(1.0) rotate(0deg);
    -ms-transform: scale(1.0) rotate(0deg);
    transform: scale(1.0) rotate(0deg);
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.comhead-open {
    -webkit-border-bottom-left-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    margin-bottom: -1px;
    background-color: #eee !important;
}

.com-arrow-down {
    -webkit-transform: scale(1.0) rotate(90deg) !important;
    -moz-transform: scale(1.0) rotate(90deg) !important;
    -o-transform: scale(1.0) rotate(90deg) !important;
    -ms-transform: scale(1.0) rotate(90deg) !important;
    transform: scale(1.0) rotate(90deg) !important;
    -webkit-transition-duration: 0.6s !important;
    -moz-transition-duration: 0.6s !important;
    -o-transition-duration: 0.6s !important;
    -ms-transition-duration: 0.6s !important;
    transition-duration: 0.6s !important;
}

ol.commentlist li:first-child {
    border-top: 1px solid #b1b1b1;
}

ol.commentlist li:last-child {
    border-bottom: 1px solid #b1b1b1;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

ol.commentlist li img.avatar {
    float: left;
    border-right: 1px solid #f9f9f9;
    margin-right: 5px;
    width: 32px;
    height: 32px;
}

ol.commentlist li ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ol.commentlist .parent {
    background-color: #fefdec;
}

ol.commentlist .parent ul.children li {
    border: 1px solid #ddd;
    background-color: #e9f8fd;
    border-radius: 8px;
}

ol.commentlist ul.children .parent ul.children li.alt {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px;
    margin: 10px 0 0;
    border-radius: 8px;
}

ol.commentlist ul.children .parent ul.children li.even {
    border: 1px solid #ddd !important;
    background-color: #f9fbf6;
    padding: 10px;
    margin: 10px 0 0;
    border-radius: 8px;
}

ol.commentlist .reply a,.comdater {
    position: absolute;
    top: 6px;
    right: 5px;
    font-weight: bold;
    font-size: 10px;
    background-color: #e5e5e5;
    padding: 1px 5px;
    border: 1px solid #fff;
    border-radius: 3px;
    text-shadow: #fff 0 1px 0px;
}

ol.commentlist .comdater span {
    margin-right: 3px;
    border-right: 1px solid #fefefe;
    display: inline-block;
}

ol.commentlist .comdater span a {
    padding-right: 7px;
}

ol.commentlist .comdater span a:last-child {
    border-right: 1px solid #ccc;
    display: inline-block;
}

ol.commentlist .comment-author {
    font-weight: bold;
}

ol.commentlist .comment-meta a {
    font-size: 11px;
    color: #999;
}

.navigation.commentnav {
    height: 17px;
    padding-right: 0;
    padding-top: 10px;
    padding-left: 10px;
}

.navigation.commentnav .alignright a {
    background-repeat: no-repeat;
    background-position: right -26px;
    padding-right: 35px;
}

.navigation.commentnav .alignleft a {
    background-repeat: no-repeat;
    background-position: left -46px;
    padding-left: 25px;
}

.comtop {
    background-color: #f5f5f5;
    padding-left: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #dedede;
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
    height: 17px;
}

.com-author a {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 13px;
    text-shadow: #fff 0 1px 0;
    -webkit-border-top-right-radius: 0px;
}

.com-author {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 13px;
    position: relative;
    text-shadow: #fff 0 1px 0;
    -webkit-border-top-right-radius: 0px;
    padding-left: 10px;
    padding-top: 7px;
}

/* @end */

/* @group Leaving A Comment */

h3#comments,h3#respond {
    color: #475d79;
    text-shadow: #eee 1px 1px 0;
    letter-spacing: -1px;
    font-size: 17px;
    padding-left: 10px;
    padding-top: 20px;
}

h3.coms-closed {
    text-align: center;
    margin-top: 25px;
}

.preview {
    background-color: #fdeeab;
    color: #bf7b20;
    font-weight: bold;
    text-shadow: #fff 0 1px 1px;
    font-size: 11px;
}

.preview span {
    position: absolute;
    right: 62px;
    top: 8px;
    padding-right: 15px;
}

p.logged {
    color: #475d79;
    text-shadow: #eee 1px 1px 0;
    font-size: 11px;
    font-weight: bold;
    position: relative;
    top: 2px;
    margin-top: 35px;
}

form#commentform {
    margin-left: 10px;
    margin-right: 10px;
}

form#commentform input {
    border-radius: 8px;
    border: 1px solid #adadad;
    padding: 3px;
    margin: 0;
    font-size: 13px;
    color: #444;
    width: 170px;
}

form#commentform input#submit {
    color: #555;
    font-weight: bold;
    width: 25%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    background-color: #eee;
    border: 1px solid #aaa;
    text-shadow: #fff 0 1px 0;
}

textarea#comment {
    border-radius: 8px;
    border: 1px solid #adadad;
    font-size: 13px;
    color: #444;
    height: 110px;
    width: 98%;
    padding: 3px;
    -webkit-box-shadow: rgba(255,255,255,.8) 0px 1px 0px;
    box-shadow: rgba(255,255,255,.8) 0px 1px 0px;
}

#loading {
    position: relative;
    background-color: #dedede;
    border-radius: 8px;
    border: 1px solid #9fa5ac;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    opacity: 0.85;
    z-index: 9;
    margin: 0;
    bottom: 166px;
    text-align: center;
    width: 98%;
    height: 64px;
    max-width: 453px;
    padding: 50px 3px 2px;
}

#loading p {
    display: inline;
    position: relative;
    bottom: 3px;
    left: 3px;
    text-shadow: #fff 0 1px 0;
    font-size: 12px;
    color: #2f4e71;
    font-weight: bold;
}

form#commentform label {
    color: #475d79;
    text-shadow: #eee 1px 1px 0;
    font-size: 12px;
    font-weight: bold;
}

#refresher {
    border-radius: 8px;
    padding: 10px 10px 10px 18px;
    border: 1px solid #b1b1b1;
    background-color: #e9f5f8;
    color: #475d79;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    text-shadow: #f5f5f5 0 1px 1px;
    margin-top: 20px;
}

#refresher img {
    float: left;
    margin-right: 3px;
    margin-left: -10px;
}

#refresher h3 {
    padding: 0;
    margin: 0 0 5px;
    color: #475d79;
    text-shadow: #f5f5f5 0 1px 1px;
}

p.subscribe-to-comments {
    padding: 8px;
    border-radius: 8px;
    background-color: #eee;
    border: 1px solid #adadad;
}

p.subscribe-to-comments label {
    text-shadow: #fff 0 1px 0 !important;
    color: #333 !important;
}

p.subscribe-to-comments input#subscribe {
    padding-right: 3px;
    vertical-align: top;
}

#errors {
    background-color: #fed4d2;
    border: 1px solid red;
    padding: 8px;
    text-align: center;
    font-weight: bold;
    text-shadow: #ffecec 0 1px 0;
    border-radius: 8px;
}

/* @end */

/* @group Text Options */

.full-justified {
    text-align: justify;
}

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

.small-text {
    font-size: 1.1em;
}

.medium-text {
    font-size: 1.2em;
}

.large-text {
    font-size: 1.3em;
}

/* @end */

/* @group Background Options */

.classic-wptouch-bg {
    background-image: url(../core/core-images/backgrounds/pinstripes-classic.gif);
}

.argyle-wptouch-bg {
    background-image: url(../core/core-images/backgrounds/argyle-tie.gif);
}

.horizontal-wptouch-bg {
    background-image: url(../core/core-images/backgrounds/pinstripes-horizontal.gif);
}

.diagonal-wptouch-bg {
    background-image: url(../core/core-images/backgrounds/pinstripes-diagonal.gif);
}

.skated-wptouch-bg {
    background-image: url(../core/core-images/backgrounds/skated-concrete.gif);
}

.grid-wptouch-bg {
    background-image: url(../core/core-images/backgrounds/grid.gif);
}

.low-contrast-linen-wptouch-bg {
    background-image: url(../core/core-images/backgrounds/low_contrast_linen.png);
}

.crossed-stripes-wptouch-bg {
    background-image: url(../core/core-images/backgrounds/crossed_stripes.png);
}

.fiber-wptouch-bg {
    background-image: url(../core/core-images/backgrounds/fiber.png);
}

.light-noise-diagonal-wptouch-bg {
    background-image: url(../core/core-images/backgrounds/light_noise_diagonal.png);
}

.random-grey-wptouch-bg {
    background-image: url(../core/core-images/backgrounds/random_grey.png);
}

.stitched-wool-wptouch-bg {
    background-image: url(../core/core-images/backgrounds/stitched_wool.png);
}

.white-carbon-wptouch-bg {
    background-image: url(../core/core-images/backgrounds/white_carbon.png);
}

.white-carbon-fiber-wptouch-bg {
    background-image: url(../core/core-images/backgrounds/white_carbon_fiber.png);
}

/* @end */

/* @group Footer */

#footer {
    text-align: center;
    color: #475d79;
    font-size: 10px;
    font-weight: bold;
    text-shadow: #eee 1px 1px 0;
    margin-top: 30px;
    line-height: 13px;
    padding: 0 0 10px;
}

#footer p {
    margin: 0;
    padding: 0 25px 5px;
}

/* @group Toggle Button */

#switch {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    margin: 30px 9px 25px;
    background-color: #fff;
    border: 1px solid #b1b1b1;
    padding: 12px 8px;
    position: relative;
    height: 17px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(255,255,255,.8) 0px 1px 0px;
    box-shadow: rgba(255,255,255,.8) 0px 1px 0px;
    color: #333;
    text-shadow: none;
}

#switch div {
    border: 1px solid #b1b1b1;
    border-radius: 24px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 13px;
    position: absolute;
    top: 8px;
    right: 8px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d3d3d3), color-stop(.5, #eee), color-stop(.51, #e9e9e9));
    background: -webkit-linear-gradient(top, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
    background: -moz-linear-gradient(top, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
    background: -o-linear-gradient(top, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
    background: -ms-linear-gradient(top, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
    background: linear-gradient(top, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
    text-shadow: #fff 0 1px 0;
}

#switch .on {
    padding: 5px 12px 6px;
    float: left;
    display: block;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    border-right: 1px solid #b1b1b1;
}

#switch .off {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    padding: 5px 8px 6px;
    display: block;
    float: right;
    border-left: 1px solid #b1b1b1;
}

#switch .active {
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#d3d3d3), color-stop(.5, #eee), color-stop(.51, #e9e9e9));
    background: -webkit-linear-gradient(,, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
    background: -moz-linear-gradient(,, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
    background: -o-linear-gradient(,, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
    background: -ms-linear-gradient(,, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
    background: linear-gradient(,, #fff, #d3d3d3, #eee .5, #e9e9e9 .51);
    text-shadow: #FFF 0 1px 0;
    -webkit-box-shadow: inset rgba(0,0,0,.4) 0px 0px 7px;
    box-shadow: inset rgba(0,0,0,.4) 0px 0px 7px;
    border-style: none;
    color: #666;
}

/* @end */

/* @end */

/* @group WPtouch Adsense area */

#adsense-area {
    height: 50px;
    overflow: none;
    margin-bottom: 12px;
    background: transparent;
}

#adsense-area iframe {
    height: 50px !important;
    overflow: none;
}

/* @end */

/* @group No Script Overlay */

#noscript-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eee;
    z-index: 1000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
}

#noscript {
    color: #ddd;
    display: block;
    height: 54%;
    text-shadow: #000000 -1px -1px 0;
    border-radius: 15px;
    -webkit-box-shadow: #444 0px 0px 15px;
    box-shadow: #444 0px 0px 15px;
    width: auto;
    padding-right: 25px;
    padding-left: 25px;
    background: #0d0d0d url(../../images/saved.png) no-repeat center top;
    padding-top: 110px;
    text-align: center;
    border: 3px solid #444;
    font: 14px Helvetica, Arial, sans-serif;
    margin: 25px;
}

/* @end */

/* @group Post Thumbnails (2.9+ only) */

.wptouch-post-thumb-wrap {
    position: relative;
    margin-right: 8px;
    display: block;
    margin-bottom: 4px;
    width: 46px;
    height: 46px;
    float: left;
}

.wptouch-post-thumb img {
    width: 46px;
    height: 46px;
}

.wptouch-post-thumb-wrap .thumb-top-left {
    position: absolute;
    top: 0;
    left: 0;
    height: 9px;
    width: 9px;
    background: url(../core/core-images/thumb-corners.png) no-repeat 0 0;
}

.wptouch-post-thumb-wrap .thumb-top-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 9px;
    height: 9px;
    background: url(../core/core-images/thumb-corners.png) no-repeat right top;
}

.wptouch-post-thumb-wrap .thumb-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 9px;
    height: 9px;
    background: url(../core/core-images/thumb-corners.png) no-repeat 0 -9px;
}

.wptouch-post-thumb-wrap .thumb-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 9px;
    height: 9px;
    background: url(../core/core-images/thumb-corners.png) 9px -9px;
}

/* @end */

/* @group Compatibility */

#livefyre {
    margin-left: 9px;
    margin-right: 9px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #CCC;
    border-radius: 8px;
    padding: 10px;
}

#wwsgd-optin,#outbrain_container_0_stripBox,#outbrain_container_0_stars,.linkedin_share_container,.dd_post_share,.tweetmeme_button,#dd_ajax_float {
    display: none;
}

/* @group Dynamic Contact Form */

#dwp-contact-button,.dwpcontact-page {
    display: none !important;
}

/* @end */

/* @group Banner Cycler */

#cycler,#cyclerNav {
    display: none;
}

/* @end */

/* @group Gravity Forms */

.gform_wrapper li,.gform_wrapper form li {
    list-style-type: none !important;
    padding-left: 30px;
}

.gform_wrapper .gform_footer {
    margin-top: 0;
    margin-left: 20px;
}

body.wptouch-pro .post .gform_wrapper .gform_body ul.gform_fields {
    text-indent: 0 !important;
    margin: 0;
    padding: 0;
}

body.wptouch-pro .post .gform_wrapper .gform_body ul.gform_fields li {
    padding-left: 0 !important;
}

/* @end */

/* @group WP Skypscraper */

.wp_skyscraper_c2 {
    display: none;
}

/* @end */

/* @group AddThis / Tweet This */

.addthis_container {
    display: none !important;
}

a.tt {
    display: none !important;
}

/* @end */

/* @group Peter's Anti Spam Support */

#secureimgdiv img#cas_image {
    border-radius: 2px !important;
    border: 1px solid #adadad !important;
    width: auto !important;
    height: 21px !important;
    float: left !important;
}

#secureimgdiv p label {
    color: #475d79;
    text-shadow: #eee 1px 1px 0;
    font-size: 14px;
    font-weight: bold;
}

#secureimgdiv p small {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    text-align: justify;
}

#secureimgdiv p input#securitycode {
    border-radius: 8px;
    border: 1px solid #adadad;
    padding: 3px;
    margin: 0 0 0 0;
    font-size: 13px;
    color: #444;
    width: 101px;
    -webkit-border-top-left-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
}

/* @end */

/* @group Ribbon Manager Plugin Override */

a#ribbon {
    display: none !important;
}

/* @end */

/* @group Subscribe To Comments */

p.subscribe-to-comments {
    padding: 8px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #adadad;
}

p.subscribe-to-comments label {
    text-shadow: #fff 0 1px 0 !important;
    color: #333 !important;
}

p.subscribe-to-comments input#subscribe {
    padding-right: 3px;
    vertical-align: top;
    width: auto;
    height: auto;
}

/* @end */

/* @group Digg Box */

span.db-body {
    display: none;
}

/* @end */

/* @group WP Thread Comment */

p.thdrpy,p.thdmang {
    display: inline;
    margin-right: 10px;
}

/* @end */

/* @group WP Greet Box */

#greet_block {
    display: none;
}

/* @end */

/* @group Comment Reply Notification */

#commentform input#comment_mail_notify {
    margin-right: 5px;
    margin-top: 15px;
    margin-bottom: 5px;
}

/* @end */

/* @group Share and Follow */

.footer #follow.right {
    display: none !important;
}

.content ul.socialwrap {
    display: none;
}

/* @end */

/* @group Disqus */

#disqus_thread {
    border-radius: 8px;
    border: 1px solid #adadad;
    background-color: #fff;
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 50px;
}

/* @end */

/* @group WP Tweet Button */

#content .tw_button {
    display: none !important;
}

/* @end */

/* @group Follow Me */

#followMeTabLeftSm,#followMeTabLeftSm img {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
    visibility: hidden !important;
    position: -1000em !important;
}

/* @end */

/* @group Comment Quicktags */

#commentform #ed_toolbar {
    margin-left: 9px;
}

#commentform #ed_toolbar .ed_button {
    width: auto !important;
    margin-bottom: 10px;
    margin-top: 5px;
    margin-right: 3px;
    border-radius: 4px !important;
    padding: 2px 6px !important;
    font-size: 11px;
    font-weight: bold;
}

/* @end */

/* @group Zenbox */

#zenbox_tab {
    display: none !important;
}

/* @end */

/* @group AttentionGrabber */

#attentionGrabber,#attentionGrabberWrap #openAttentionGrabber {
    display: none !important;
}

/* @end */

/* @group smartPop-Up Box */

#smartPopupfade,#pietimerholder {
    display: none !important;
}

/* @end */

/* @group Mega Dropdown */

.megadropdown-wrapper {
    display: none !important;
}

/* @end */

/* @group Easy Button */

.buttonfixed {
    display: none !important;
}

/* @end */

/* @group AS Sharebar */

#as-share-window {
    display: none !important;
}

/* @end */

/* @group Social Share */

.leftcontainerBox {
    display: none !important;
}

/* @end */


#gousya_tel {
    background-image: url(http://www.sugiyama-fukuoka.com/wp_admin/wp-content/themes/pc_theme_green03/img/gyousya_01_bg.jpg);
    background-repeat: no-repeat;
    height: 340px;
    width: 100%;
    position: relative;
    -webkit-background-size: 100%;
}
#gousya_tel a {
    display: block;
    height: 23px;
    width: 100%;
    text-indent: -9999px;
}
#gousya_tel ul {
    margin: 0px;
    padding: 0px;
}
#gousya_tel ul li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    background-image: none;
}
#gousya_tel ul li a {
    list-style-type: none;
    background-image: none;
}
#gousya_tel ul .gyousya_osaka_tel {height: 20px;width: 45%;position: absolute;left: 10px;top: 195px;}
#gousya_tel ul .gyousya_nagoya_tel {height: 20px;width: 45%;position: absolute;right: 10px;top: 195px;}
#gousya_tel ul .gyousya_tokyo_tel {height: 20px;width: 45%;position: absolute;left: 10px;top: 227px;}
#gousya_tel ul .gyousya_fukuoka_tel {height: 20px;width: 45%;position: absolute;right: 10px;top: 227px;}
#gousya_tel ul .gyousya_hiroshima_tel {height: 20px;width: 45%;position: absolute;left: 10px;top: 257px;}
#gousya_tel ul .gyousya_okayama_tel {height: 20px;width: 45%;position: absolute;right: 10px;top: 257px;}
#gousya_tel ul .gyousya_sendai_tel {height: 20px;width: 45%;position: absolute;left: 10px;top: 289px;}
#gousya_tel ul .gyousya_contact {height: 20px;width: 45%;position: absolute;right: 10px;top: 289px;}

/* 業者FD　end */

/* 業者FD under */

#gousya_tel_under {
    background-image: url(http://www.sugiyama-fukuoka.com/wp_admin/wp-content/themes/pc_theme_green03/img/sugiyama-f_bg.jpg);
    background-repeat: no-repeat;
    height: 225px;
    width: 100%;
    position: relative;
    -webkit-background-size: 100%;
}
#gousya_tel_under a {
    display: block;
    height: 40px;
    width: 130px;
    text-indent: -9999px;
}
#gousya_tel_under ul {
    margin: 0px;
    padding: 0px;
}
#gousya_tel_under ul li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    background-image: none;
}
#gousya_tel_under li a {
    list-style-type: none;
    background-image: none;
}

#gousya_tel_under ul .gyousya_osaka_tel_under {height: 40px;width: 130px;position: absolute;left: 10px;top: 43px;}
#gousya_tel_under ul .gyousya_nagoya_tel_under {height: 40px;width: 130px;position: absolute;right: 12px;top: 43px;}
#gousya_tel_under ul .gyousya_tokyo_tel_under {height: 40px;width: 130px;position: absolute;left: 10px;top: 83px;}
#gousya_tel_under ul .gyousya_fukuoka_tel_under {height: 40px;width: 130px;position: absolute;right: 12px;top: 83px;}
#gousya_tel_under ul .gyousya_hiroshima_tel_under {height: 40px;width: 130px;position: absolute;left: 10px;top: 123px;}
#gousya_tel_under ul .gyousya_okayama_tel_under {height: 40px;width: 130px;position: absolute;right: 12px;top: 123px;}
#gousya_tel_under ul .gyousya_sendai_tel_under {height: 40px;width: 130px;position: absolute;left: 10px;top: 163px;}
#gousya_tel_under ul .gyousya_contact_under {height: 40px;width: 130px;position: absolute;right: 12px;top: 163px;}

/* 業者FD under　end */




/* @end */

/* img画像幅の調整 */


/* price */
.priceArrow img{
    width:25%;
    margin:0 auto 0;
}

#priceBox{
    width:95%;
    border: #664C00 solid 2px;
    margin:0 auto 15px;
}

#priceBox th.kansai{
    width:50%;
    font-weight:bold;
    padding: 11px 8px 8px;
    color: #FFF;
    border-right: #664C00 solid 2px;
    text-shadow: -1px -1px 0px #FF8000,
    1px -1px 0px #FF8000,
    1px 1px 0px #FF8000,
    -1px 1px 0px #FF8000,
    2px 2px 3px rgba(0, 0, 0, 0.6);
    background: #FFBF00;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFBF00), to(#FF8000));
    background: -webkit-linear-gradient(#FFBF00, #FF8000);
    background: -moz-linear-gradient(#FFBF00, #FF8000);
    background: -ms-linear-gradient(#FFBF00, #FF8000);
    background: -o-linear-gradient(#FFBF00, #FF8000);
    background: linear-gradient(#FFBF00, #FF8000);
    -pie-background: linear-gradient(#FFBF00, #FF8000);
    behavior: url(js/PIE.htc);
}

#priceBox th.seiri{
    width:50%;
    font-weight:bold;
    padding: 11px 8px 8px;
    color: #FFF;
    text-shadow: -1px -1px 0px #0066CC,
    1px -1px 0px #0066CC,
    1px 1px 0px #0066CC,
    -1px 1px 0px #0066CC,
    2px 2px 3px rgba(0, 0, 0, 0.6);
    background: #2693FF;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2693FF), to(#0059B2));
    background: -webkit-linear-gradient(#2693FF, #0059B2);
    background: -moz-linear-gradient(#2693FF, #0059B2);
    background: -ms-linear-gradient(#2693FF, #0059B2);
    background: -o-linear-gradient(#2693FF, #0059B2);
    background: linear-gradient(#2693FF, #0059B2);
    -pie-background: linear-gradient(#2693FF, #0059B2);
    behavior: url(js/PIE.htc);
}

#priceBox td{
    padding: 11px 8px;
}

#priceBox td.tdTtl{
    width:30%;
    background: #FEF1E9;
    border-bottom:#F90 dashed 1px;
    border-right:#F90 dashed 1px;
}

#priceBox td.tdTtlR{
    width:25%;
    background:#E2F1FE;
    border-bottom:#2693FF dashed 1px;
    border-right:#2693FF dashed 1px;
}

#priceBox td.tdText{
    width:20%;
    border-bottom:#F90 dashed 1px;
    border-right: #664C00 solid 2px;
}

#priceBox td.tdTextR{
    width:25%;
    border-bottom:#2693FF dashed 1px;
}

#priceBox td strong{
}

#priceBox td span{
    color: #C33;
}

#demeritBox{
    width:100%;
    border: #664C00 solid 2px;
    margin:0 0 15px 0;
}

#demeritBox th.merit{
    width:50%;
    font-size: 130%;
    font-weight:bold;
    padding: 11px 8px 8px;
    color: #FFF;
    border-right: #664C00 solid 2px;
    background: #167FA6;
}


#demeritBox th.demerit{
    width:50%;
    font-size: 130%;
    font-weight:bold;
    padding: 11px 8px 8px;
    color: #FFF;
    border-right: #664C00 solid 2px;
    background: #FF0000;
}


#demeritBox td{
    padding: 11px 8px;
}

#demeritBox td.tdText{
    color:#167FA6;
    font-weight:bold;
    border-bottom:#F90 dashed 1px;
    border-right: #664C00 solid 2px;
}

#demeritBox td.tdTextR{
    color:#FF0000;
    font-weight:bold;
    border-bottom:#2693FF dashed 1px;
}

/* aboutkabarai */
.imgBoxEnd{
    padding:0;
    margin:0 0;
}

.imgBoxEnd img{
    width:100%;
}

.pageentry .imgBox{
    padding:0;
    margin:0 0;
}

/* jirei */


.jirei-gaiyo {
    margin: 15px 0 0;
    background: url(../img/contents/jir_arrow.png) center bottom no-repeat;
}

.jirei-gaiyo dl {
    background: #F0F8FF;
    border: 1px solid #BFCFFF;
    padding: 10px;
}

.jirei-gaiyo dt {
    background: url(../img/contents/jir_gaiyo.png) left top no-repeat;
    text-shadow: -1px -1px #FFFFFF, 1px -1px #FFFFFF, -1px 1px #FFFFFF, 1px 1px #FFFFFF;
    font-weight: bold;
    font-size: 1.2em;
}

.jirei-gaiyo dd,
.jirei-kaiketsu dd,
.jirei-kikan dd {
    margin:0;
}

.jirei-kaiketsu {
    margin: 15px 0 0;
    border-top: 1px solid #FFE599;
    border-left: 1px solid #FFE599;
    border-right: 1px solid #FFE599;
    background: #FFF8E1;
    padding: 10px 10px 0;
}

.jirei-kaiketsu dl {
    margin: 0 0 10px;
}

.jirei-kaiketsu dt {
    background: url(../img/contents/jir_kaiketsu01.png) left top no-repeat;
    text-shadow: -1px -1px #FFFFFF, 1px -1px #FFFFFF, -1px 1px #FFFFFF, 1px 1px #FFFFFF;
    font-weight: bold;
    font-size: 1.2em;
}

.jirei-kaiketsu p {
    background: url(../img/contents/jir_kaiketsu02.png) left top no-repeat;
    padding: 0 0 10px 0;
    margin: 0 0 -10px;
}

.jirei-kikan {
    margin: 0 0 10px;
    border-left: 1px solid #FFE599;
    border-right: 1px solid #FFE599;
    border-bottom: 1px solid #FFE599;
    background: #FFF8E1;
    padding: 10px 10px 0;
}

.jirei-kikan dl {
    margin: 0 0 10px;
    border-top: 1px dashed #FFCB2F;
    padding: 15px 0 0;
}

.jirei-kikan dt {
    background: url(../img/contents/jir_kaiketsu03.png) left top no-repeat;
    text-shadow: -1px -1px #FFFFFF, 1px -1px #FFFFFF, -1px 1px #FFFFFF, 1px 1px #FFFFFF;
    font-weight: bold;
    font-size: 1.2em;
}


/* step */

#kabaraiBox01 img{
}

#kabaraiBox01,
#kabaraiBox02,
#saiBox01,
#saiBox02,
#saiBox03{
    display:none;
}


#kabaraiBox03{
}

#kabaraiBox03 dl{
    display:none;
}

#kabaraiBox03 figure,
#kabaraiBox04 figure{
    margin:0;
    float:left;
    width:40%;
}

#kabaraiBox03 figure img,
#kabaraiBox04 figure img{
    width:100%;
}

#kabaraiBox03 .textContents,
#kabaraiBox04 .textContents{
    float:right;
    width:55%;
    padding:20px 0 0 0;
}

/* 診断 */
#kab-shindan{
}

#kab-shindan h3{
    border:none;
    background:none;
    padding:0;
    margin:0;
}

#kab-shindan ul {
    background: #FFFBEC;
    border-left: 1px solid #FFB973;
    border-right: 1px solid #FFB973;
    border-bottom: 1px solid #FFB973;
    margin-bottom:10px;
    padding:0;
}

#kab-shindan li{
    background:none;
    margin:0 auto 0;
    padding:0;
    width:95%;
}

#kab-shindan li h4 {
    padding:10px 0 0 0;
    margin:0;
}

#kab-shindan dl {
    padding: 10px 0 0;
}

#kab-shindan dt {
    font-weight: bold;
    padding: 3px 8px 3px;
    border: 1px solid #FFE599;
    background:#FFF;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;   
}

#kab-shindan dd {
    padding: 10px 0 0 0;
    margin:0;
}

#shindan-contact {
    clear: both;
}

#shindan-contact h3 {
    margin: 0 0 10px;
}

#shindan-contact dl.contactTel {
    border-radius: 4px;
    -webkit-border-radius:4px;    
    border: 2px solid #9DD747;
    text-align: center;
    float: left;
    width: 47%;
    margin: 0 0 10px;
}

#shindan-contact dl.contactMail {
    border-radius: 4px;
    -webkit-border-radius:4px;    
    border: 2px solid #9DD747;
    text-align: center;
    float: right;
    width: 47%;
    margin: 0 0 10px;
}

#shindan-contact dl.contactTel dt {
    padding: 8px 5px;
}

#shindan-contact dl.contactMail dt {
    padding: 8px 5px;
}

#shindan-contact dl.contactTel dd {
    background: #E1F3C7;
    color: #FF8000;
    font-weight: bold;
    font-size:140%;
    padding:10px 0 10px 0;
    margin:0;
    text-shadow: -1px -1px #FFFFFF, 1px -1px #FFFFFF, -1px 1px #FFFFFF, 1px 1px #FFFFFF,0 0 7px #999999;
}

#shindan-contact dl.contactMail dd {
    background: #E1F3C7;
    color: #FF8000;
    font-weight: bold;
    font-size: 1.8em;
    padding: 10px 0 0;
    height:40px;
    margin:0;
}


#shindan-contact dl.contactMail dd img{
    width:90%;
    margin:0 auto 0;
}

/* merit demerit */
#smaToppage #meritBox{
    margin-bottom:10px;
    background:#006DD9;
    border-radius:5px;
    -webkit-border-radius: 5px;
    padding:8px;
}

#smaToppage #meritBox .subCacth{
    color:#FFF;
    font-size:130%;
    font-weight:bold;
    text-align:center;
    margin:0 0 5px 0;
}

#smaToppage #meritBox .subText{
    color:#FFF;
    padding:0 0 0 0;
    margin:0;
}

#smaToppage #meritBox .merit{
    background-color:#FFF;
    padding:2px 5px 0 10px;
    margin-bottom:5px;
}
#smaToppage #meritBox .merit ol{
    list-style:decimal;
    padding-left:10px;
    font-weight:bold;
}

#merit h3,
#demerit h3{
    border:none;
    background:none;
    padding:0;
    margin:0;
}

#merit ol {
    background: #FFFBEC;
    border-left: 1px solid #FFB973;
    border-right: 1px solid #FFB973;
    border-bottom: 1px solid #FFB973;
    padding: 5px 5px 0 5px;
    margin-bottom:10px;
    margin-top:-12px;
}

#merit .ol-sp {
    background: #FFFBEC;
    border-left: 1px solid #FFB973;
    border-right: 1px solid #FFB973;
    border-bottom: 1px solid #FFB973;
    padding: 0 5px 10px;
    margin-bottom:10px;
    margin-top:-6px;
}

#demerit ol {
    background: #E8F9FF;
    border-left: 1px solid #75BAFF;
    border-right: 1px solid #75BAFF;
    border-bottom: 1px solid #75BAFF;
    padding: 0 5px 10px;
}

#demerit .ol-sp {
    background: #E8F9FF;
    border-left: 1px solid #75BAFF;
    border-right: 1px solid #75BAFF;
    border-bottom: 1px solid #75BAFF;
    padding: 0 5px 10px;
    margin-top:-12px;
}

#smaToppage #meritBox .merit ol li{
    font-size:95%;
    margin:0!important;
}

#smaToppage #meritBox .merit img{
    margin:0 auto 0;
}

#merit dl {
    padding: 0;
}

#merit dt {
    color: #FF3F00;
    font-weight: bold;
}

#merit dd {
    margin:0;
}


#demerit dl {
    padding:0;
}

#demerit dt {
    font-weight: bold;
    font-size: 1.2em;
    
}

#demerit dd {
    padding: 0;
}

#demerit p {
    margin: 20px 0 0;
}



#meritdemerit_last{
    background-color: #F5FFD7; 
        margin:20px 10px;
        padding:30px 15px;
}

#meritdemerit_last #recommend{
　　    color: #3b3b3b;
    text-shadow: -1px -1px 0px #fff,
    1px -1px 0px #fff,
    1px 1px 0px #fff,
    -1px 1px 0px #fff,
    1px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 110%;
    letter-spacing: -1px;
    behavior: url(PIE.htc);
    margin:15px 0px;
}


#kabaraimerit .answer{
        border: 1px dotted #FFA500; 
        margin-bottom:20px;
        padding:20px;
}

#kabaraimerit .answer_ttl{
    background-color: #FFEECE;
        border: 1px double #FFA500;
        color: #FF3F00;
    font-size: 110%;
    font-weight: bold;
        margin-bottom: 20px;
        padding: 10px;
}



/* gyosha */
.gyosha-image{
    padding:0;
    margin:0;
}

#gyosha-contact .contact-box{
}

#gyosha-contact .gyosha-contact-h1{
    text-align:center;
    margin:0;
}

#gyosha-contact .gyosha-contact-h1 h1{
    font-size:100%;
    margin:5px 0 0;
}

#gyosha-contact .contact-box ul{
    margin:0;
    padding:0;
}

#gyosha-contact .contact-box ul li{
    background:none;
    width:50%;
    padding:0;
    float:left;
    margin:0 0 5px 0;
}

#gyosha-contact .contact-box p{
    margin:0 0 10px 0;
}

.gyosha-contactbox01{
}

.gyosha-contactbox01 ul.textLink,
#sonota-kinyu{
    display:none;
}

.gyosha-contactbox01 ol{
    list-style:none;
    padding:0;
}

.gyosha-contactbox01 ol li{
    margin-left:10px;
}

.gyosha-contactbox01 .contactTel02 dt,
.gyosha-contactbox01 .contactMail02 dt,
.gyosha-contactbox01 dl.contact1column dt{
    font-weight:bold;
}

.gyosha-contactbox01 .contactTel02 dd,
.gyosha-contactbox01 .contactMail02 dd{
    margin:0;
}

.gyosha-contactbox02{
}
.gyosha-contactbox02 h4{
    margin:10px 0 0 0;

}
.gyosha-contactbox02 .gyosha-contactTel{
    font-size:130%;
}
.gyosha-contactbox02 dl.contact1column dd,
.gyosha-contactbox01 dl.contact1column dd{
    margin:0 0 0 10px;
}

.gyosha-contactbox02 .gyosha-contactTel{
    font-weight:bold;
}

.gyosha-okomari01{
}

.gyosha-okomari01 h4,
.gyosha-okomari02 h4,
.gyosha-okomari03 h4{
    margin:0 0 5px 0;
    color:#390;
    border-bottom:#390 dashed 1px;
}

.gyosha-okomari01 dl dt,
.gyosha-okomari02 dl dt,
.gyosha-okomari03 dl dt{
    font-weight:bold;
    color:#F60;
}

.gyosha-okomari01 dl,
.gyosha-okomari02 dl,
.gyosha-okomari03 dl{
    margin:0 0 5px 0;
}

.gyosha-okomari01 dl dd,
.gyosha-okomari02 dl dd,
.gyosha-okomari03 dl dd{
    margin:0;
}

.gyosha-merit {
    margin: 0 0 20px;
}

.gyosha-merit table {
    width: 100%;
    background: #FBFEF1;
    border: 2px solid #5BB302;
}

.gyosha-merit table th{
    background:none;
    padding:0;
    border:none;
    width:50%;
}

.gyosha-merit table th img{
    width:100%;
}

.gyosha-merit table td {
    border-right: 1px solid #5BB302;
    border-bottom:none;
}

td.gyosha-td-right {
    border-left: 1px solid #6BBB13;
    padding:3px;
}

.gyosha-merit dl {
    margin:0;
}

.gyosha-merit dt {
    color: #FF7F00;
    font-weight: bold;
    border-bottom: 1px dashed #9BDC4B;
    padding: 0 0 5px;
}

.gyosha-merit dd {
    padding: 0;
    margin:0;
}

.gyosha-point01 {
    padding: 10px 10px 0;
}

.gyosha-point01 dl {
    background: none;
    padding: 0;
}

#gyoushaPickup{
    width: 90%;
    margin: 0 auto 8px;
}

#gyoushaPickup ul{
    margin: 0;
}

#gyoushaPickup ul li{
    float:left;
    width: 32%;
    margin: 0 2% 8px 0;
    padding: 2px;
    border: #36C solid 1px;
    border-radius:3px;
    background: #E0F0FE;
    text-align:center;
    box-sizing: border-box;
}
#gyoushaPickup ul li:nth-child(3n){
    margin-right: 0;
}


#gyoushaList ul li{
    float:left;
    margin-right:15px;
    background:none;
    padding:0;
}

#rireki-sample{
    display:none;
}


.gyosha_demerit{
    margin:0 0 30px 0;
}

.gyosha_demerit dl dt{
    background: url(/wp_admin/wp-content/themes/pc_theme/img/contents/attention.png) 0px 2px no-repeat;
    margin: 10px 0 5px;
    padding: 0 0 0 26px;
    line-height: 30px;
    height: 30px;
        font-weight: bold;
}

#gyosha_jimusyomerit{
    background: url(/wp_admin/wp-content/themes/pc_theme//img/contents/gyousya_jimusyo_merit.png) 0px no-repeat;
        background-size: 100%;        
        height: 175px;
        margin-bottom: 20px;
}


/* gyousya */
#mur-step01{
}

#mur-step01 .mur-stepbg{
}

#mur-step01 .mur-stepbg h4,
#mur-step02 .mur-stepbg h4,
#muryo02 #mur-point01 h4,
#muryo02 #mur-point02 h4,
#muryo02 #mur-point03 h4,
#muryo02 #mur-point04 h4,
#muryo02 #mur-point05 h4,
#muryo02 #mur-point06 h4{
    color:#390;
    border-bottom:#390 dashed 1px;
    margin:0 0 5px 0;
}

#mur-step02 .mur-hitsuyo h5{
    margin:0 0 5px 0;
}

#mur-step02 .mur-hitsuyo ul{
    margin:0;
    padding:0 0 0 0;
    font-weight:bold;
}

#mur-step01 .contactTel,
#mur-step01 .contactMail{
}

#mur-step01 .contactTel dt,
#mur-step01 .contactMail dt{
    font-size:110%;
    font-weight:bold;
}

#mur-step01 .contactTel dd,
#mur-step01 .contactMail dd{
    font-size:130%;
    font-weight:bold;
    color:#069;
}

#mur-step01 .contactMail dd img{
    width:50%;
}

#muryo02 #mur-point01 dl dt,
#muryo02 #mur-point02 dl dt,
#muryo02 #mur-point03 dl dt,
#muryo02 #mur-point04 dl dt,
#muryo02 #mur-point05 dl dt,
#muryo02 #mur-point06 dl dt,
#muryo03 dl dt{
    color:#F60;
    font-weight:bold;
}

#muryo02 #mur-point01 dl dd,
#muryo02 #mur-point02 dl dd,
#muryo02 #mur-point03 dl dd,
#muryo02 #mur-point04 dl dd,
#muryo02 #mur-point05 dl dd,
#muryo02 #mur-point06 dl dd{
    margin:0;
}

#muryo03 dl dd{
    margin:0;
}

/* about jimusho */
#gaiyo_list{
}

#gaiyo_list li{
    background:none;
    width:50%;
    float:left;
    padding:0;
}


/*ブラックリスト*/


.saimuBox02 .textBox .page_link{
        width:300px;
        float:left;
        margin-right:20px;
    padding:5px;
    text-align: center;
    font-weight: bold;
    font-size:85%;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    box-shadow: #999 0px 2px 3px;
    -webkit-box-shadow: #999 0px 2px 3px;
    -moz-box-shadow: #999 0px 2px 3px;

    background: #ffb042;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffcf8c), to(#ffb042));
    background: -webkit-linear-gradient(#ffcf8c, #ffb042);
    background: -moz-linear-gradient(#ffcf8c, #ffb042);
    background: -ms-linear-gradient(#ffcf8c, #ffb042);
    background: -o-linear-gradient(#ffcf8c, #ffb042);
    background: linear-gradient(#ffcf8c, #ffb042);
    -pie-background: linear-gradient(#ffcf8c, #ffb042);
    behavior: url(/wp_admin/wp-content/themes/pc_theme/js/PIE.php);
}


.saimuBox02 .textBox .page_link:hover{
    background: #FF8000;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFA64D), to(#FF8000));
    background: -webkit-linear-gradient(#FFA64D, #FF8000);
    background: -moz-linear-gradient(#FFA64D, #FF8000);
    background: -ms-linear-gradient(#FFA64D, #FF8000);
    background: -o-linear-gradient(#FFA64D, #FF8000);
    background: linear-gradient(#FFA64D, #FF8000);
    -pie-background: linear-gradient(#FFA64D, #FF8000);
    behavior: url(/wp_admin/wp-content/themes/pc_theme/js/PIE.php);
}




.reason01{
       border: 1px solid #B9B9C8; 
       margin-bottom:20px;
       padding:10px;
      
}

.reason02{
       border: 1px solid #B9B9C8; 
       margin-bottom:20px;
       padding:10px;    
      
}


.reason{
       border: 1px solid #B9B9C8; 
       margin-bottom:20px;
       padding:10px;       
      
}


.reason h4 span{
       font-size: 75%;
}

.reason01 h4 span{
       font-size: 75%;
}

.reason02 h4 span{
       font-size: 75%;
}


.hosoku{
       color:#FF4D4D;
       font-weight:normal;
       
}



#johokikan_list{
       border: 1px dotted #000000; 
       margin-bottom:20px;
       padding:10px;
}



.answer{
      margin-top:12px;

}



.textLink_bl{
    margin:0 0 50px 0;
    font-size:100%;
}

.textLink_bl li{
    background: url(../img/common/arrow_next.png) 0px 2px no-repeat;
    margin: 0 15px 0 5px;
    padding: 0 0 0 5px;
    line-height: 28px;
    height: 28px;
}




.q_bl {
    background: url(../img/common/h4_bg.png) no-repeat 0px 0px;
    margin: 50px 0px 20px;
    padding: 3px 0px 0px 15px;
    min-width: 50%; /* 最小幅 */
    max-width: 100%; /* 最大幅 */
    border: 1px solid #CCC;
}



.kabaraiBox h5{
        position: relative;
    font-size: 110%;
        padding-top:10px;
    height:25px;
        margin-bottom:5px;
}

.kabaraiBox h5 span{
       font-size: 85%;
       margin-right:2px;
}

.bl_img{
      width:150px;
      float:right;
      paddint-top:-10px;
}

/*ブラックリスト終了*/



.hensai{
}

.kariire{
}

.gyoTopbox{
    margin-bottom:10px;
}

.MainBox {
    border-bottom:#060 dotted 2px;
}

.MainBox .ttlBox{
    float:left;
    width:30%;
}

.MainBox .ttlBox img{
    width:100%;
}

.MainBox .TextArea1,
.MainBox .TextArea2,
.MainBox .TextArea3 {
    float:right;
    width:65%;
    padding:0 0 0 10px;
    font-weight:bold;
}

.MainBox .TextArea3 .TextArea{
    border-bottom:#999 dotted 1px;
}

.MainBox .TextArea3 .TextArea li{
    background:none;
    padding-left:0;
    font-weight:normal;
}



.MainBox .TextArea1 ul.img,
.MainBox .TextArea2 ul.img,
.MainBox .TextArea3 ul.img {
    display: block;
height:auto;
overflow:scroll;
}


/*女性のページ*/

#women .qaw_t{
    padding:5px 10px 0 10px;
        margin:0px;
    font-weight: bold;
}

#women .qaw_a{
    padding:-10px 10px 10px 10;
        margin:10px;
        border-bottom: 1px dotted #E65794; 
}



#women .jirei{
        border: 1px dotted #E65794; 
        margin-bottom:20px;
        padding:8px;
}

#women .jirei_sodan{
    background-color: #ECECFB; 
    font-weight:bold;
        margin:0px;
        padding:5px;
}

#women .lastbk{
    background-color: #FFDFEF; 
        margin:20px 10px;
        padding:30px 15px;
}


/*女性のページ終了*/


/*借金返済中の過払い金請求*/

#k_hensai .ex{
        border: 1px dotted #666666; 
        margin-bottom:20px;
        padding:8px;
}

#k_hensai .ex_case01{
    background-color: #ECECFB; 
    font-weight:bold;
        margin:0px;
        padding:5px;
}

#k_hensai .ex_case02{
    background-color: #ECECFB; 
    font-weight:bold;
        margin:0px;
        padding:5px;
}

#hensaiPoint {
background: #FFF4D9;
padding: 10px 10px;
color: #F30!important;
font-size: 115%;
font-weight: bold;
margin-bottom: 25px;
font-weight: bold;
border: #F93 solid 2px;
}

#hensaiPhoto .photoImg {
float: right;
width: 40%;
}


/*借金返済中の過払い金請求終了*/


/*事務所概要*/

.gaiyou_ichiran .rightbox img{
      display: none;

}

.gaiyou_ichiran th {
     line-height: 1.5;
     padding: 5px 10px;
     border-right: 1px solid #dddddd;
     border-bottom: 1px solid #dddddd;
     background-color: #eeeeee;
     color: #3f3f3f;
     text-align: left;
     width: 30%;
}



#profile_tbl td.firstChild{
    background-color: #eee;
}


#profile_tbl .tel {
     line-height: 1.5;
     font-weight: bold;
     border-right: 1px solid #999;
     border-bottom: 1px solid #999;
     padding: 8px;
     vertical-align: middle;

}


#profile_tbl .tel a:link{
    text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, 1px 1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 2px 3px rgba(0, 0, 0, 0.6);
     color:#FF0000;
    font-size: 18px;
}


#profile_tbl .tel span{
     color: #006600;
     font-size: 15px;
}



/*費用*/

.contactbnr{
  display: inline;

}


/* price 2 */
.priceArrow img{
    width:25%;
    margin:0 auto 0;
}

#priceBox_2{
    width:100%;
    border: #664C00 solid 2px;
    margin:0 0 0px 0;
}

#priceBox_2 th.kansai{
    width:15%;
    font-weight:bold;
    padding: 11px 8px 8px;
    color: #FFF;
    text-shadow: -1px -1px 0px #FF8000,
    1px -1px 0px #FF8000,
    1px 1px 0px #FF8000,
    -1px 1px 0px #FF8000,
    2px 2px 3px rgba(0, 0, 0, 0.6);
    background: #FFBF00;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFBF00), to(#FF8000));
    background: -webkit-linear-gradient(#FFBF00, #FF8000);
    background: -moz-linear-gradient(#FFBF00, #FF8000);
    background: -ms-linear-gradient(#FFBF00, #FF8000);
    background: -o-linear-gradient(#FFBF00, #FF8000);
    background: linear-gradient(#FFBF00, #FF8000);
    -pie-background: linear-gradient(#FFBF00, #FF8000);
    behavior: url(js/PIE.htc);
}

#priceBox_2 th.seiri{
    width:15%;
    font-weight:bold;
    padding: 11px 8px 8px;
    color: #FFF;
    text-shadow: -1px -1px 0px #0066CC,
    1px -1px 0px #0066CC,
    1px 1px 0px #0066CC,
    -1px 1px 0px #0066CC,
    2px 2px 3px rgba(0, 0, 0, 0.6);
    background: #2693FF;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2693FF), to(#0059B2));
    background: -webkit-linear-gradient(#2693FF, #0059B2);
    background: -moz-linear-gradient(#2693FF, #0059B2);
    background: -ms-linear-gradient(#2693FF, #0059B2);
    background: -o-linear-gradient(#2693FF, #0059B2);
    background: linear-gradient(#2693FF, #0059B2);
    -pie-background: linear-gradient(#2693FF, #0059B2);
    behavior: url(js/PIE.htc);
}

#priceBox_2 td{
    padding: 5px;
  vertical-align: middle;
}

#priceBox_2 td.tdTtl{
    width:30%;
    background: #FEF1E9;
    border-top:none;
    border-right:#F90 dashed 1px;
    border-bottom:#F90 dashed 1px;
    border-left:none;
  vertical-align: middle;
}

#priceBox_2 td.tdTtlR{
    width:25%;
    background:#E2F1FE;
    border-top:none;
    border-right:#2693FF dashed 1px;
    border-bottom:#2693FF dashed 1px;
    border-left:none;
  vertical-align: middle;
}

#priceBox_2 td.tdTtlR_no{
    width:25%;
    background:#E2F1FE;
    border-top:none;
    border-right:#2693FF dashed 1px;
    border-bottom:#664C00 solid 2px;
    border-left:none;
 vertical-align: middle;
}

#priceBox_2 td.tdText{
    width:20%;
    border-top:none;
    border-right:none;
    border-bottom:#F90 dashed 1px;
    border-left:none;
  vertical-align: middle;
}

#priceBox_2 td.top_tdText{
    width:25%;
  vertical-align: middle;
}

#priceBox_2 td.tdTextR{
    width:25%;
    border-top:none;
    border-right:none;
    border-bottom:#2693FF dashed 1px;
    border-left:none;
  vertical-align: middle;
}

#priceBox_2 td.tdTextR_no{
    width:25%;
  vertical-align: middle;
    border-top:none;
    border-right:none;
    border-bottom:#664C00 solid 2px;
    border-left:none;
}

#priceBox_2 td strong{
}

#priceBox_2 td span{
    color: #C33;
}


/* price_2 終了*/


/*-------------------------------
global menu
-------------------------------*/
.site-header{
    background: #fff;
    width: 100%;
}
.headBox{
    margin: 0;
    padding: 10px 10px 5px;
    border-bottom: 2px solid #00aeef;
}
.headBox--mini{
    border-bottom: none;    
    padding: 10px 10px 0;
}
.headLogo{
    float: left;
    width: 50%;
    margin: 0 10px 0 0;
    padding: 0;
    box-sizing: border-box;
}
.headLogo img{
    width: 100%;
}
.headLink{
    float: right;
    width: 45%;
    margin: 0;
    padding: 0;
}
.headLink__logo img{
    width: 100%;
}
.headLink__tel{
    float: left;
    width: 48%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
.headLink__mail{
    float: right;
    width: 48%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
.headLink__tel img,
.headLink__mail img{
    width: 100%;
}
#smaHeadMenu {
    width: 95%;
    display: block;
    margin:10px auto 5px;
    background: url(/images/sma_headMenu_default.png) 0px 0px no-repeat;
    background-size: 100%;
}

#smaHeadMenu #smaMenuTop{
    width: 26%;
    padding-top: 15%;
    float:left;
    display:block;
    cursor: pointer;
}

#smaHeadMenu #smaMenuPrice{
    width: 39%;
    padding-top: 15%;
    display:block;
    float:left;
    cursor: pointer;
}

#smaHeadMenu #smaMenuAbout{
    width: 35%;
    padding-top: 15%;
    display:block;
    float:left;
    cursor: pointer;
}

/*#smaHeadMenu #smaMenuContact{
    width: 28%;
    padding-top: 15%;
    display:block;
    float:right;
    cursor: pointer;
}*/

.smallHeader{
    background: #fff;
    position: fixed;
    top: -300px;
    transition: .3s;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    border-bottom: 2px solid #00aeef;
}
.smallHeader.show{
    top: 0;
}
.headLogoSmall{
    float: left;
    width: 35%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.headLogoSmall img{
    width: 100%;
}
.headLinkSmall{
    float: right;
    width: 60%;
    margin: 0;
    padding: 0;
}
.headLinkSmall__logo img{
    width: 100%;
}
.headLinkSmall__tel{
    float: left;
    width: 48%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
.headLinkSmall__mail{
    float: right;
    width: 48%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
.headLinkSmall__tel img,
.headLinkSmall__mail img{
    width: 100%;
}
.smaHeadMenu {
    width: 95%;
    display: block;
    margin: 0px auto 5px;
    background: url(/images/sma_headMenu_mini.png) 0px 0px no-repeat;
    background-size: 100%;
}

.smaHeadMenu .smaMenuTop{
    width: 26%;
    padding-top: 8%;
    float:left;
    display:block;
    cursor: pointer;
}

.smaHeadMenu .smaMenuPrice{
    width: 39%;
    padding-top: 8%;
    display:block;
    float:left;
    cursor: pointer;
}

.smaHeadMenu .smaMenuAbout{
    width: 35%;
    padding-top: 8%;
    display:block;
    float:left;
    cursor: pointer;
}


/*.smallHeader .gnav__menu__item a{
    color: #fff;
    text-decoration: none;
}
.smallHeaderLogo{
    float: left;
    margin: 10px auto 5px;
    padding: 0;
    box-sizing: border-box;
    width: 25%;
    height: 100%;
}
.smallHeaderLogo a img{
    width: 100%;
}

.smaHeadMenu_small {
    float: right;
    width: 100%;
    display: block;
    margin:10px 0 5px;
    padding:;
    background: url(/images/sma_headMenu_mini.png) 0px 0px no-repeat;
    background-size: 100%;
}

.smaMenuTop{
    width: 17%;
    padding-top: 15%;
    float:left;
    display:block;
    cursor: pointer;
}

.smaMenuPrice{
    width: 29%;
    padding-top: 15%;
    display:block;
    float:left;
    cursor: pointer;
}

.smaMenuAbout{
    width: 26%;
    padding-top: 15%;
    display:block;
    float:left;
    cursor: pointer;
}

.smaMenuContact{
    width: 28%;
    padding-top: 15%;
    display:block;
    float:right;
    cursor: pointer;
}
*/



/*-------------------------------
sub menu
-------------------------------*/
/*--
#smaSubMenu {
    width: 95%;
    margin:0 auto 20px;
    background: url(/images/sma_subNavi.png) 0px 0px no-repeat;
    background-size: 100%;
}
#smaSubMenu #smaSubMenuAbout{
    width: 34%;
    padding-top: 17%;
    float:left;
    display:block;
    cursor: pointer;
}

#smaSubMenu #smaSubMenuPrice{
    width: 33%;
    padding-top: 17%;
    display:block;
    float:left;
    cursor: pointer;
}

#smaSubMenu #smaSubMenuGyousya{
    width: 33%;
    padding-top: 17%;
    display:block;
    float:left;
    cursor: pointer;
}
--*/
#smaSubMenu {
    width: 95%;
    margin:0 auto 20px;
    background: url(/images/new_sma_subNavi.png) 0px 0px no-repeat;
    background-size: 100%;
}

#smaSubMenu #smaSubMenuTop{
    width: 34%;
    padding-top: 17%;
    float:left;
    display:block;
    cursor: pointer;
}

#smaSubMenu #smaSubMenuPrice{
    width: 33%;
    padding-top: 17%;
    display:block;
    float:left;
    cursor: pointer;
}

#smaSubMenu #smaSubMenuProfile{
    width: 33%;
    padding-top: 17%;
    display:block;
    float:left;
    cursor: pointer;
}

/*業者ページ*/


.gyousya_ttl{
    margin: 0;
        padding: 0;
}

.type{
    margin: 0;
        padding: 0;
}


.ry {
    background-color: #FFFF00;
    color: #FF0000;
    font-size: 100%;
    font-weight: bold;
}


.check {
    color: #FF0000;
}


.gyosha-contactTela {
    color: #FF7F00;
    font-size: 1.5em;
    font-weight: bold;
    padding: 10 0;
}


dl.contactTel02 {
    border: 1px solid #468C00;
    border-radius: 4px;
    margin: 0 0 10px;
    padding-bottom: 0;
}


dl.contactTel02 dt {
    background: none repeat scroll 0 0 #468C00;
    color: #FFFFFF;
    padding: 3px;
}


dl.contactTel02 dd {
    height: auto !important;
    padding: 5px 5px 0 0;
    margin:0;
}


dl.contactMail02 {
    border: 1px solid #468C00;
    border-radius:4px;
    margin: 0 0 10px;
    padding-bottom: 0;
}


dl.contactMail02 dt {
    background: none repeat scroll 0 0 #468C00;
    color: #FFFFFF;
    padding: 3px;
}


dl.contactMail02 dd {
    height: auto !important;
    padding: 5px 5px 0 0;
    margin:0;
}



dl.contact1column {
    border-color: #468C00;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    margin: 0 0 5px;
}


dl.contact1column dt {
    background: none repeat scroll 0 0 #468C00;
    color: #FFFFFF;
    padding: 3px 3px 3px 8px;
}

dl.contact1column dd {
    padding: 3px;
    margin: 0 0 0 5px;
}


.gyosha-contactbox02 h4 {
    color: #468C00;
    margin: 5px;
}


/*過払いのメリット*/

.pageentry h3.kabarai-merit-h3 {
    border: none;
    padding: 0;
    background: none;
    margin: 0;
}


.kabarai-merit-box {
    background: none repeat scroll 0 0 #FAFAF6;
    border-bottom: 3px solid #CAEA97;
    border-left: 3px solid #CAEA97;
    border-right: 3px solid #CAEA97;
    margin: 0 0 20px;
    padding: 10px;
}

/*過払い請求できるケース*/

.kabaraicase .ttl4{
   font-size: 15px;
   color: #090;
   border-top: #090 dotted 1px;
   border-bottom: #090 dotted 1px;
}





/*スマホとPC表示*/

.sma_noDis,
.smaNodisplay{
  display:none;
}

/*業者　新1126*/



#gyoshatTtlNihon{
    width:100%;
    padding-top:30.5px;
    display:block;
    background:url(/images/sma_ttl_gmerit.png) no-repeat 0 0;
    -webkit-background-size: 100% 30.5px;
}

#gyoshatTtlJyokyo{
    width:100%;
    padding-top:30.5px;
    display:block;
    background:url(/images/sma_ttl_gjyokyo.png) no-repeat 0 0;
    -webkit-background-size: 100% 30.5px;
}

#gyoshatTtlHiyou{
    width:100%;
    padding-top:30.5px;
    display:block;
    background:url(/images/sma_ttl_ghiyou.png) no-repeat 0 0;
    -webkit-background-size: 100% 30.5px;
}

#gyoshatTtlJiseki{
    width:100%;
    padding-top:30.5px;
    display:block;
    background:url(/images/sma_ttl_gvoice.png) no-repeat 0 0;
    -webkit-background-size: 100% 30.5px;
}

#gyoshatTtlFlow{
    width:100%;
    padding-top:30.5px;
    display:block;
    background:url(/images/sma_ttl_gflow.png) no-repeat 0 0;
    -webkit-background-size: 100% 30.5px;
}

.gyoshattlCommon{
    background:#65CA00;
    background: -moz-linear-gradient(top,  #65CA00 2%, #468C00 50%, #468C00);
    background: -webkit-linear-gradient(top, #65CA00 2%,#468C00 50%);
    background: linear-gradient(to bottom, #65CA00 0%,#468C00 50%); /* W3C */
    border-bottom:#000 solid 5px;
    border-top: #468C00 solid 1px;
    padding:5px 8px;
    color: #FFF;
    font-size:130%;
    font-weight:bold;
    text-shadow: -1px -1px 0px #287300,
    1px -1px 0px #287300,
    1px 1px 0px #287300,
    -1px 1px 0px #287300,
    2px 2px 3px rgba(0, 0, 0, 0.6);
}

.gyoshaSubttlCommon{
    padding:5px 5px;
    margin:0!important;
    color: #FFF!important;
    font-size:160%;
    font-weight:bold;
    background: #F60;
    border: #C30 solid 2px;
    text-shadow: #000 1px 1px 0!important;
    margin-bottom:-12px!important;
}

.gyoshaSubttlCommon strong{
    color: #FF0;
    font-size:120%;
}


#gyoushaPhoto{
    margin-bottom:25px;
}

#gyoushaPhoto .photoImg{
    width:45%;
    float:right;
}

#gyoushaPhoto .photoImg img{
    width:100%;
}

#gyoushaPhoto strong{
    color:#F00;
    font-weight:bold;
    background:#FF9;
}

#gyoushaPhoto span{
    font-weight:bold;
}


    .mainTable{
        width:100%!important;
        margin:15px 0 15px;
        text-align:left;
        border:#666 solid 3px!important;
    }
    
    .mainTable th{
        padding:5px 5px;
        background: #EFFDDF!important;
        font-weight:normal;
        border-bottom:#DDD dotted 2px!important;
    }
    
    .mainTable td{
        padding:5px 5px;
        background:#FFF;
        border-bottom:#DDD dotted 2px!important;
    }

    .mainTable input.wpcf7-form-control{
        width:85%!important;
    }

    .mainTable td textarea{
        width:85%!important;
    }

    .mainTable td label{
        display:block;
    }
    
    .mainTable td .wpcf7-submit{
        margin-top:10px;
    }

    
    .mainTable td .wpcf7-submit{
        margin:10px auto 0px;
        background: url(/wp_admin/wp-content/themes/pc_theme/img/contents/btn_spmail.png) 0px no-repeat;
        -webkit-background-size: 100% 67px;
        height:67px;
        cursor:pointer;
        border:none;
        width:76%;
        font-size:220%;
        font-weight:bold;
        color:#FFF;
        text-shadow: -1px -1px 0px #3BA500,
        1px -1px 0px #3BA500,
        1px 1px 0px #3BA500,
        -1px 1px 0px #3BA500,
        2px 2px 3px rgba(0, 0, 0, 0.6);
    }

.gyoushatuyomi{
    margin-top:0;
}   


.img_size{
               max-width: 100%;
}


/*債務整理とローン*/


#loan_nini_title{
       background: url(/wp_admin/wp-content/themes/pc_theme/img/contents/l_nini_title.png) 0px 0px no-repeat;
       width: 365px;
       padding-top: 33px;
}

#loan_saisei_title{
       background: url(/wp_admin/wp-content/themes/pc_theme/img/contents/l_saisei_title.png) 0px 0px no-repeat;
       width: 100%;
       padding-top: 67px;
}

/*imgリンク*/

.ResultChange li .arrowNext .icon,
.ResultCondition li .arrowNext .icon,
.ResultCondition2 li .arrowNext .icon,
.ResultCondition3 li .arrowNext .icon{
    width:4px;
    height:4px;
    margin:5px 0 0 4px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.ResultChange,
.ResultCondition,
.ResultCondition2{
    margin-bottom:10px;
    border:#336600 solid 1px;
    background:#59B200;
    line-height:110%;
    border-bottom:#336600 solid 3px;
    font-size:90%;
    box-shadow:1px 1px 3px #AAA;
    padding:0;
    width:95%;
    margin: 0px auto 10px;
}

.ResultChange .box{
    width:33.3%;
    float:left;
    text-decoration:none;
}

.ResultChange .borderR,
.ResultCondition .borderR,
.ResultCondition2 .borderR,
.ResultCondition3 .borderR{
    border-right:#FFF solid 1px;
}

.ResultChange .borderB,
.ResultCondition .borderB,
.ResultCondition2 .borderB,
.ResultCondition3 .borderB{
    border-bottom:#FFF solid 1px;
}

.ResultChange li,
.ResultCondition li,
.ResultCondition2 li,
.ResultCondition3 li{
    padding:6px 6px 4px;
    color:#FFF;
    text-shadow:1px 1px 0px #000;
    position:relative;
    background-image:none!important;
    margin-bottom:0!important;
}

.ResultChange li span,
.ResultCondition li span,
.ResultCondition2 li span,
.ResultCondition3 li span{
    font-size:85%;
    text-shadow:1px 1px 0px #000;

}

.ResultChange li .arrowNext,
.ResultCondition li .arrowNext,
.ResultCondition2 li .arrowNext,
.ResultCondition3 li .arrowNext,
#columnList ul.articleList li .arrowNext{
    position:absolute;
    top:30px;
    right:4%;
    width:16px;
    height:16px;
    border-radius:10px;
    background:#000;
}
.ResultChange li,
.ResultCondition li,
.ResultCondition2 li,
.ResultCondition3 li{
    padding:6px 6px 4px;
    color:#FFF;
    text-shadow:1px 1px 0px #000;
    position:relative;
}



/**/
/*過払い金発生条件*/
#kabaraikin_joken{
    background: url(/wp_admin/wp-content/themes/pc_theme/img/contents/kabaraikin_joken.png) no-repeat 0px 0px;
    -webkit-background-size: 100% 100px;
    width:100%;
    padding-top:100px;
    margin-bottom: 15px;
}

/*過払い金発生条件終了*/
/* @end */





.telList{
    width: 100%;
    padding: 0 10px;
    box-sizing:border-box;
}
.telList__item{
    margin-bottom: 5px;
    padding: 0;
    background: none;
}
.ttlMidashiXL{
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 8px;
    background: #00aeef;
    border-top-left-radius: 4px; 
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px; 
    box-sizing: border-box;
    color: #fff;
    line-height: 1.4;
}
.ttlMidashiXL span{
    display: block;
    padding: 16px 12px 8px 24px;
    border-bottom: #fff 1px solid;
    background:url(/img/icnMidashi.png) 0 0 no-repeat;
    font-size: 1.8rem;
    font-size: 18px;
}
.ttlMidashiXL--mb0{
    margin-bottom: 0;
}
.ttlMidashiXL--img{
    margin-top: 18px;
    margin-bottom: 32px;
    padding-right: 30px;
}
.ttlMidashiXL--img span{
    padding-right: 30px;
}
.ttlMidashiXL--img:after{
    content: url(/img/icnMidashiSugiyama.png);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -58px;
}
.subMainVisual{
    margin: 0;
    padding: 0;
}
.ttlMidashiL{
    width: 95%;
    margin: 30px auto 20px;
    padding: 12px;
    background:url(/img/bkgCommon.png) 0 0 repeat;
    border-top: #00aeef 8px solid;
    border-top-left-radius: 4px; 
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px; 
    box-sizing: border-box;
    font-size: 1.8rem;
    font-size: 18px;
    line-height: 1.4;
}
.ttlMidashiM{
    width: 95%;
    margin: 0 auto 20px;
    padding: 8px 12px 8px 4px;
    border-bottom: #00aeef 4px solid;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
}
.ttlMidashiS{
    width: 95%;
    margin: 0 auto 20px;
    padding: 8px 12px 8px 4px;
    border-bottom: #ccc 1px dashed;
    box-sizing: border-box;
    line-height: 1.4;
    font-size: 16px;
}
.ttlMidashiSS{
    margin: 0 10px 8px;
    padding: 0;
    box-sizing: border-box;
    font-weight: bold;
    color: #000;
    font-size: 16px;
}
.ttlMidashiSS:before{
    content: "⚫️";
    font-size: 10px;
    display:inline-block;
    color: #000;
    padding-right: 6px;
}

.txtDeco{
    background: #FF6B00;
    color: #fff;
}


.miniContact{
    border: 4px solid #ccc;
    margin: 0 10px 30px;
    padding: 10px 0 8px;
}
.miniContact__ttl{
    width: 100%;
    padding: 0 10px !important;
    margin: 0;
    box-sizing: border-box;
}
.miniContact__link{
    margin: 8px 0 0;
    padding: 0;
}
.miniContact__tel{
    float: left;
    width: 49%;
    margin: 0;
    border-radius: 3px;
    background: #00aeef url(/img/icnTel.png) -10px center no-repeat;
    background-size: 30%;
    text-align: center;
}
.miniContact__tel--red{
    float: left;
    width: 49%;
    margin: 0;
    border-radius: 3px;
    background: #ff4242 url(/img/icnTel.png) -10px center no-repeat;
    background-size: 30%;
    text-align: center;
}
.miniContact__mail{
    float: right;
    width: 49%;
    margin: 0;
    border-radius: 3px;
    background: #76d615 url(/img/icnMail.png) -10px center no-repeat;
    background-size: 30%;
    text-align: center;
}

.miniContact__tel,
.miniContact__tel--red,
.miniContact__mail{
    display: block;
    padding: 10px 0;
    box-sizing:border-box;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}


/* Reason */
.reasonCont{
    margin: 0 0 10px;
    padding: 0;
    box-sizing: border-box;
}
.ttlReason{
    position: relative;
    width: 100%;
    margin: 0;
    padding: 8px;
    background: #00aeef;
    box-sizing: border-box;
    color: #fff;
}
.ttlReason span{
    display: block;
    padding: 0 8px 4px;
    border-bottom: #fff 1px solid;
    font-size: 18px;
    line-height: 1.2;
}
/*.ttlReason--img{
    margin-bottom: 32px;
}
.ttlReason--img:after{
    content: url(/img/icnMidashiSugiyama.png);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -58px;
}
*/
.reasonBox{
    border: 6px solid #d1f5fc;
    box-sizing: border-box;
    margin: 0px;
    padding: 10px;
}
.reasonBox__item{
    position: relative;
    z-index: 0;
    margin-bottom: 8px;
    padding: 8px 4px 8px 60px;
    min-height: 50px;
    background: url(/img/bkgReasonNo.png) 0 0 repeat-y;
    background-size: 50px;
}
.reasonBox__item:nth-child(odd){
    background: url(/img/bkgReasonNo.png) 0 0 repeat-y #FFFAEE;
    background-size: 50px;
}
.reasonBox__item:last-child{
    margin-bottom: 0;
}
.reasonBox__item--01:before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    content:"";
    background:url(/img/icnReason01.png) 0 0 no-repeat;
    background-size: 50px;
    width: 50px;
    height: 50px;
}
.reasonBox__item--02:before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    content:"";
    background:url(/img/icnReason02.png) 0 0 no-repeat;
    background-size: 50px;
    width: 50px;
    height: 50px;
}
.reasonBox__item--03:before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    content:"";
    background:url(/img/icnReason03.png) 0 0 no-repeat;
    background-size: 50px;
    width: 50px;
    height: 50px;
}
.reasonBox__item--04:before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    content:"";
    background:url(/img/icnReason04.png) 0 0 no-repeat;
    background-size: 50px;
    width: 50px;
    height: 50px;
}
.reasonBox__item--05:before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    content:"";
    background:url(/img/icnReason05.png) 0 0 no-repeat;
    background-size: 50px;
    width: 50px;
    height: 50px;
}
.reasonBox__item__ttl{
    margin: 0 0 4px;
    padding: ４px 0;
    color: #e0ad1e;
    font-size: 16px;
    line-height: 1.2;
}
.reasonBox__item__txt{
    font-size: 14px;
    margin: 0 !important;
    padding: 0 !important;
}

.meritTtl {
    position: relative;
    margin: 0 10px;
    padding: 8px;
    background: url(/img/bkgMeritTtl.png) 0 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    box-sizing: border-box;
    color: #fff;
    line-height: 1.2;
}
.meritTtl span {
    display: block;
    padding: 8px 12px;
    border-bottom: #fff 1px solid;
}

.meritBox{
    margin: 0 10px 40px;
    border: solid #d2d2d3 2px;
    box-sizing: border-box;
}
.meritBoxMerit{
    float: left;
    width: 50%;
    margin: 0;
    padding-bottom: 16px;
    box-sizing: border-box;
}
.meritBoxMerit--borderR{
    border-right: solid #d2d2d3 2px;
}
.meritBox--borderL{
    border-left: solid #d2d2d3 2px;
    box-sizing: border-box;
}
.meritBoxMerit__ttl{
    background: #f5af18;
    color: #fff;
    text-align: center;
}
.meritBoxMerit__ttl span{
    display: inline-block;
    height: 24px;
    margin: 8px 0;
    padding-left: 30px;
    background: url(/img/icnMerit_01.png) left center no-repeat;
    background-size: 24px;
    font-weight: bold;
}
.meritBoxMerit__item{
    margin: 8px 8px 0 8px;
    padding: 8px 4px 16px 40px;
    box-sizing: border-box;
    border-bottom: dashed 1px #ccc;
    background: url(/img/icnMerit_02.png) left top 4px no-repeat;
    background-size: 28px;
    line-height: 1.4;
}

.meritBoxDemerit{
    float: right;
    width: 50%;
    margin: 0;
    padding-bottom: 16px;
    box-sizing: border-box;
}
.meritBoxDemerit--borderL{
    border-left: solid #d2d2d3 2px;
}
.meritBoxDemerit__ttl{
    background: #81bed9;
    color: #fff;
    text-align: center;
}
.meritBoxDemerit__ttl span{
    display: inline-block;
    height: 24px;
    margin: 8px 0;
    padding-left: 30px;
    background: url(/img/icnDemerit_01.png) left center no-repeat;
    background-size: 24px;
    font-weight: bold;
}
.meritBoxDemerit__item{
    margin: 8px 8px 0 8px;
    padding: 8px 4px 16px 40px;
    box-sizing: border-box;
    border-bottom: dashed 1px #ccc;
    background: url(/img/icnDemerit_02.png) left top 4px no-repeat;
    background-size: 28px;
    line-height: 1.4;
}

.meritBtnBox{
    display: table;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
}
.meritBtnBox__item{
    display: table-cell;
    width: 50%;
    margin: 0;
    padding: 16px;
    background: #e4e4e4;
}
.meritBtnBox__item a{
    display: block;
    padding: 24px 0;
    border-radius: 3px;
    background: #6ECF0D;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    -webkit-box-shadow:0px 5px 0px 0px #359E4A;
       -moz-box-shadow:0px 5px 0px 0px #359E4A;
            box-shadow:0px 5px 0px 0px #359E4A;
}

.meritBtnBox2{
    display: table;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
}
.meritBtnBox2__item{
    display: table-cell;
    width: 100%;
    margin: 0;
    padding: 16px;
    background: #e4e4e4;
}
.meritBtnBox2__item a{
    display: block;
    padding: 24px 0px 24px 10px;
    border-radius: 3px;
    background: #f0f8ff;
    color: #000000;
    text-align: left;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    -webkit-box-shadow:0px 5px 0px 0px #b0c4de;
       -moz-box-shadow:0px 5px 0px 0px #b0c4de;
            box-shadow:0px 5px 0px 0px #b0c4de;
}


.ttlMerit{
    position: relative;
    width: 100%;
    margin: 0;
    padding: 8px;
    background: #00aeef;
    box-sizing: border-box;
    color: #fff;
}
.ttlMerit span{
    display: block;
    padding: 0 8px;
    border-bottom: #fff 1px solid;
}


.contentsList{
    margin: 0 8px 32px;
    padding: 6px;
    border: 1px solid #ddd;
    background: #f6f6f6;
    box-sizing: border-box;
}
.contentsList__txt{
    margin: 8px 0;
    font-weight: bold;
}
.contentsList__block{
    margin: 0 0 16px 4px;
    padding: 0;
}
.contentsList__block__item-01{
    margin-bottom: 8px;
    padding-left: 1px;
    background: none;
}
.contentsList__block__item-02{
    margin: 0 0 4px 16px;
    padding-left: 8px;
    background: none;
}
.contentsList__block__item-01 a,
.contentsList__block__item-02 a{
    text-decoration: underline;
}
.contentsList__block__item-01 a:hover,
.contentsList__block__item-02 a:hover{
    text-decoration: none;
}
.sp_noDis{
    display: none;
}
.mLR10px{
    margin: 0 10px;
}


.pointList{
    margin-bottom: 16px;
    padding: 0;
}
.pointList__item{
    margin: 0 10px 4px;
    padding: 0 !important;
    line-height: 1.2;
    background: none;
}
.pointList__item:before{
    content:"";
    display: inline-block;
    margin-right: 8px;
    border: solid 6px #2fa7e0;
    border-radius: 2px;
}


.pageentry table.contentsTbl{
    width:96%;
    margin: 0 auto 24px;
    table-layout: fixed;
}
.pageentry table.contentsTbl__row{
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
}
.pageentry table th.contentsTbl__row__head{
    padding: 4px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    background: #B2EAFF;
    vertical-align: middle;
    color:#07516C;
}
.pageentry table.contentsTbl__row__data{
    padding: 4px;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    vertical-align: middle;
}

.speechBox{
    margin: 0 10px 24px;
}
.pageentry .speechBox p{
    margin: 0;
    width:auto;
}
.speechLeft{
    margin: 0;
}
.pageentry .speechBox p.speechLeft__img{
    float: left;
    width: 30%;
    margin: 0;
    padding: 0;
}
.pageentry .speechBox p.speechLeft__img img{
    width: 100%;
}
.pageentry .speechBox p.speechLeft__txt{
    float: left;
    max-width: 65%;
    position: relative;
    display: inline-block;
    margin: 15px 0px 24px 10px;
    padding: 16px;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 12px;
    box-sizing: border-box;
}
.speechLeft__txt:before {
    position:absolute;
    content:"";
    display:block;
    top:20px;
    left:-9px;
    width:0;
    z-index:1;
    border:10px solid transparent;
    border-right-color:#fff;
    border-left-width:0;
}
 
.speechLeft__txt:after {
    position:absolute;
    content:"";
    display:block;
    top:20px;
    left:-10px;
    width:0;
    border:10px solid transparent;
    border-right-color:#000;
    border-left-width:0;
}

.pageentry .speechBox p.speechRight{
    margin: 0;
}
.pageentry .speechBox p.speechRight__img{
    float: right;
    width: 30%;
    margin: 0 0 0 10px;
    padding: 0;
}
.pageentry .speechBox p.speechRight__img img{
    width: 100%;
}
.pageentry .speechBox p.speechRight__txt{
    float: right;
    max-width: 64%;
    position: relative;
    display: inline-block;
    margin: 15px 0px 24px 10px;
    padding: 16px;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 12px;
    box-sizing: border-box;
}

.speechRight__txt:before {
    border:10px solid transparent;
    border-left-color:#fff;
    border-right-width:0;
    right:-9px;
    content:"";
    display:block;
    top:20px;
    position:absolute;
    width:0;
    z-index:1;
}
 
.speechRight__txt:after {
    border:10px solid transparent;
    border-left-color:#000;
    border-right-width:0;
    right:-10px;
    content:"";
    display:block;
    top:20px;
    position:absolute;
    width:0;
}
.flowChart{
    margin: 0 0 40px;
    padding: 0 10px;
}
.flowChart__item{
    margin-bottom: 30px;
    padding: 16px;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 10px;
    position: relative;
}
.flowChart__item--blue{
    background: #b2eaff;
    border: none;
    color: #333;
}
.flowChart__item:before {
    font-family: FontAwesome;
    content: "\f13a";
    position: absolute;
    font-size: 20px;
    margin-left: -20px;
    left: 50%;
    bottom: -30px;
    color: #2fa7e0;
}
.flowChart__item:last-child{
    margin-bottom: 0;
}
.flowChart__item:last-child:before {
    content:none;
}

.flowChart__item p{
    margin: 0;
    padding: 0;
}
.pageentry p.flowChart__item__ttl{
    margin: 0 0 8px;
    padding: 0 0 8px;
    border-bottom: dashed 1px #ccc;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.flowChart__item__txt{}
.flowChart__item__img{
    float: right;
    margin:;
}


.henkanBox{
    margin: 0 10px 24px;
}
.henkanBox__left{
    float: left;
    width: 48%;
    border: 1px solid #FF7900;
    border-radius: 4px;
}
.pageentry p.henkanBox__left__ttl{
    margin: 0;
    padding: 8px;
    background: #FF7900;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.henkanBox__left__ttl:before {
    font-family: FontAwesome;
    content: "\f073";
    margin-right: 8px;
    font-size: 18px;
    font-weight: normal;
}

.pageentry p.henkanBox__left__txt{
    margin: 0;
    padding: 16px;
    text-align: center;
}
.henkanBox__left__txt span{
    font-size: 30px;
    font-weight: bold;
}

.henkanBox__right{
    float: right;
    width: 48%;
    border: 1px solid #70be22;
    border-radius: 4px;
}
.pageentry p.henkanBox__right__ttl{
    margin: 0;
    padding: 6px;
    background: #70be22;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.henkanBox__right__ttl:before {
    font-family: FontAwesome;
    content: "\f080";
    margin-right: 8px;
    font-size: 20px;
    font-weight: normal;
}

.pageentry p.henkanBox__right__txt{
    margin: 0;
    padding: 16px;
    text-align: center;
}
.henkanBox__right__txt span{
    font-size: 30px;
    font-weight: bold;
}

.discBox{
    margin: 0 10px 40px;
    border: solid #999 1px;
    box-sizing: border-box;
    border-radius: 5px;
}
.discBox__ttl{
    padding: 12px;
    background: #B2EAFF;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.discBox__ttl:before {
    font-family: FontAwesome;
    content: "\f005";
    color: #fff;
    margin-right: 4px;
}
.discBox__data{
    margin: 0;
    padding: 12px;
}

.numberList {
    counter-reset: my-counter;
    list-style: none;
    margin: 0 10px 16px;
    padding: 0;
}
 
.numberList__item {
  margin:0px 10px 24px;
  padding-left: 20px;
  position: relative;
  line-height: 1.4;
}
.numberList__item:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background: #2fa7e0;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}
.numberList__item:last-child {
  margin-bottom: 0;
}

.summaryBox{
    margin: 0 10px 40px;
    padding: 24px 0px 0;
    border: solid 1px #B2EAFF;
    background: #EBF9FF;
    border-radius: 4px
}

/*--------
.pagetop {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 8px;
}
.pagetop a {
    display: block;
    background-color: #2fa7e0;
    border: #fff solid 2px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    margin-bottom: 16px;
    border-radius: 4px;
    font-size: 0.8rem;
}
.pagetop a span{
    display: block;
    font-size: 0.8rem;
}
.pagetop a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}
--------*/

/*--------kaizen 勝ち案--------*/
    
.pagetop {
    display: none;
    position: fixed;
    bottom: 85px;
    right: 8px;
}
.pagetop a {
    display: block;
    background-color: #2fa7e0;
    border: #fff solid 2px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 4px;
    font-size: 0.8rem;
}
.pagetop a span{
    display: block;
    font-size: 0.8rem;
}
.pagetop a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}
.pagetop2 {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 8px;
}
.pagetop2 a {
    display: block;
    background-color: #2fa7e0;
    border: #fff solid 2px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 4px;
    font-size: 0.8rem;
}
.pagetop2 a span{
    display: block;
    font-size: 0.8rem;
}
.pagetop2 a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}


.relatedBox{
    margin: 0 10px 32px;
    border: #999 1px solid;
    border-radius: 4px;
}
#mainArea p.relatedBox__ttl{
    width: 100%;
    margin: 0;
    padding: 12px;
    background: #B2EAFF url(/img/bgRelatedBox.png) bottom right no-repeat;
    background-size: 52px;
    font-weight: bold;
    color: #333;
    box-sizing: border-box;
    border-radius: 4px 4px 0 0;
}
.relatedBox__ttl:before{
    display: inline-block;
    position: relative;
    top: 3px;
    content:"";
    width: 24px;
    height: 21px;
    margin: 0 8px 0 0;
    background:url(/img/icnRelatedBox_ttl.png) 3px 3px no-repeat;
    background-size: 20px;
}
.relatedBoxList{
    margin-bottom: 0;
    padding: 16px 16px 0;
}
ul li.relatedBoxList__item{
    padding: 0 0 16px;
    background: none;
}
ul li.relatedBoxList__item a{
    display: block;
    padding-left: 24px;
    background:url(/img/icnRelatedBox_list.png) 0px 0px no-repeat;
    background-size: 20px;
}
figure{
    margin: 0 0 16px;
}
figure img{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.txt404{
    margin-top: 16px;
}

.listCont{
    width: 95%;
    border: 1px solid #ffd867;
    background: #fff7e0;
    margin: 0 auto 24px;
    padding: 16px;
    box-sizing: border-box;
}
ul li.listCont__item{
    position: relative;
    margin: 0 0 16px 20px;
    padding: 0;
    font-size: 16px;
    background: none;
    line-height: 1.6;
}
ul li.listCont__item::before{
    position: absolute;
    left: -20px;
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    color: #f70;
}
ul li.listCont__item:last-child{
    margin-bottom: 0;
}


/*---------------------------------------------------------------

調整用CSS

---------------------------------------------------------------*/
.mt0{margin-top: 0; !important}
.mt5{margin-top: 5px; !important}
.mt10{margin-top: 10px; !important}
.mt15{margin-top: 15px; !important}
.mt20{margin-top: 20px; !important}
.mt25{margin-top: 25px; !important}
.mt30{margin-top: 30px; !important}
.mt35{margin-top: 35px; !important}
.mt40{margin-top: 40px; !important}
.mt45{margin-top: 45px; !important}
.mt50{margin-top: 50px; !important}
.mt55{margin-top: 55px; !important}
.mt60{margin-top: 60px; !important}
.mt65{margin-top: 65px; !important}
.mt70{margin-top: 70px; !important}
.mt75{margin-top: 75px; !important}
.mt80{margin-top: 80px; !important}
.mt85{margin-top: 85px; !important}
.mt90{margin-top: 90px; !important}
.mt95{margin-top: 95px; !important}
.mt100{margin-top: 100px; !important}

.mb0{margin-bottom: 0; !important}
.mb5{margin-bottom: 5px; !important}
.mb10{margin-bottom: 10px; !important}
.mb15{margin-bottom: 15px; !important}
.mb20{margin-bottom: 20px; !important}
.mb25{margin-bottom: 25px; !important}
.mb30{margin-bottom: 30px; !important}
.mb35{margin-bottom: 35px; !important}
.mb40{margin-bottom: 40px; !important}
.mb45{margin-bottom: 45px; !important}
.mb50{margin-bottom: 50px; !important}
.mb55{margin-bottom: 55px; !important}
.mb60{margin-bottom: 60px; !important}
.mb65{margin-bottom: 65px; !important}
.mb70{margin-bottom: 70px; !important}
.mb75{margin-bottom: 75px; !important}
.mb80{margin-bottom: 80px; !important}
.mb85{margin-bottom: 85px; !important}
.mb90{margin-bottom: 90px; !important}
.mb95{margin-bottom: 95px; !important}
.mb100{margin-bottom: 100px; !important}

.fs10{font-size: 1.0em; !important}
.fs12{font-size: 1.2em; !important}
.fs13{font-size: 1.3em; !important}
.fs14{font-size: 1.4em; !important}
.fs15{font-size: 1.5em; !important}
.fs16{font-size: 1.6em; !important}
.fs17{font-size: 1.7em; !important}
.fs18{font-size: 1.8em; !important}
.fs19{font-size: 1.9em; !important}
.fs20{font-size: 2.0em; !important}
.fs21{font-size: 2.1em; !important}
.fs22{font-size: 2.2em; !important}
.fs23{font-size: 2.3em; !important}
.fs24{font-size: 2.4em; !important}
.fs25{font-size: 2.5em; !important}
.fs26{font-size: 2.6em; !important}
.fs27{font-size: 2.7em; !important}
.fs28{font-size: 2.8em; !important}
.fs29{font-size: 2.9em; !important}
.fs30{font-size: 3.0em; !important}

.txtred{
    color:#FF0000;
    font-weight:bold;
}
.txtred{
    color:#FF0000;
    font-weight:bold;
}
.txtorange{
    color:#FF6600;
    font-weight:bold;
}
.txtgreen{
    color:#008000;
    font-weight:bold;
}
.txtblue{
    color:#167FA6;
    font-weight:bold;
}
.txtblack{
    font-weight: bold;
}
.txtred80{
    font-weight: normal;
    color: #ff0000;
    font-size: 80%;
}
.txtorange80{
    font-weight: normal;
    color: #FF6900;
    font-size: 80%;
}
.txtgreen80{
    font-weight: normal;
    color: #409526;
    font-size: 80%;
}
.txtblue80{
    color:#167FA6;
    font-weight:normal;
    font-size: 80%;
}
.txtblack80{
    font-weight: normal;
    font-size: 80%;
}
.txtred120{
    font-weight: bold;
    color: #ff0000;
    font-size: 120%;
}
.txtorange120{
    font-weight: bold;
    color: #FF6900;
    font-size: 120%;
}
.txtgreen120{
    font-weight: bold;
    color: #409526;
    font-size: 120%;
}
.txtblue120{
    color:#167FA6;
    font-weight:bold;
    font-size: 120%;
}
.txtblack120{
    font-weight: bold;
    font-size: 120%;
}
.markerYellow{
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ffff66 60%);
}
.markerGreen{
    font-weight: bold;
    background: linear-gradient(transparent 60%, #b2eaff 60%);
}
.markerRed{
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ffa2a2 60%);
}

.red{ color: #ff0000!important; }
.blue{ color: #167FA6!important; }
.green{ color: #409526!important; }

.b{ font-weight: bold!important; }
.normal{ font-weight: normal!important; }

.imgLeft{
    display: block;
    float: left;
    margin: 0 16px 8px 0;
    width: 30%;
}
.imgCenter{
    display: block;
    margin: 8px auto;
    width: 100%;
}
.imgRight{
    display: block;
    float: right;
    margin: 0 0 8px 16px;
    width: 30%;
}

.markerAnime{
    transition: all 3s linear;
}
.markerAnime--bold{
    font-weight: bold;
}
.markerAnime--yellow{
    background: -webkit-linear-gradient(left, transparent 50%, #ffff66 50%);
    background: linear-gradient(left, transparent 50%, #ffff66 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
}
.markerAnime--red {
    background: -webkit-linear-gradient(left, transparent 50%, #ffa2a2 50%);
    background: linear-gradient(left, transparent 50%, #ffa2a2 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
}
.markerAnime--blue {
    background: -webkit-linear-gradient(left, transparent 50%, #b2eaff 50%);
    background: linear-gradient(left, transparent 50%, #b2eaff 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
}
.markerAnime.looking{
    background-position: -100% .5em;
}
/*--------kaizen under floating--------*/

.count-submit {
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  z-index:999;
  background-color:rgb(255 255 255 / 90%);
  text-align:center;
  margin:10px;
  padding:8px 3px;
  -webkit-border-radius:1px;
  margin-bottom: 1px;
}
.count-submit p {
  line-height:1;
  margin:0;
  padding:0;
  font-weight:bold;
  font-size:95%;
}
.count-submit p span {
  color:#ffeb3b;
  font-size:110%;
}
.count-submit a {
  display: inline-block;
  width: 70%;
  font-size: 16px;
  
  /* background:#fff; */

  color:#fff;
  text-decoration:none;
  font-weight:bold;
  margin:7px 5px 0 5px;;
  padding:5px;
}
body {
  padding-bottom:100px;
}

.kz_mail{background:#dc143c; color:#fff;}
.kz_tel{background:#dc143c; color:#fff;}
.kz_tel_blue{background:#00afef; color:#fff;}

/*--------kaizen CTA under MV  --------*/
#add_top {width:94%;margin:0 auto;}
.miniContact_kz_tel,.miniContact_kz_tel_blue,.miniContact_kz_mail{font-size: 16px;}
#add_top .miniContact_kz_tel {
    float: none;
    width: 100%;
    margin: 0 0 15px;
    border-radius: 3px;
    background: #FF4D4D url(/img/icnTel.png) -10px center no-repeat;
    background-size: 30%;
    text-align: center;
    border-bottom: solid 4px #C60000;
}
#add_top .miniContact_kz_tel_blue {
    float: none;
    width: 100%;
    margin: 0 0 15px;
    border-radius: 3px;
    background: #00afef url(/img/icnTel.png) -10px center no-repeat;
    background-size: 30%;
    text-align: center;
    border-bottom: solid 4px #2292bb;
}
#add_top .miniContact_kz_mail {
    float: none;
    width: 100%;
    margin: 0 0 10px;
    border-radius: 3px;
    background: #76d615 url(/img/icnMail.png) -10px center no-repeat;
    background-size: 30%;
    text-align: center;
    border-bottom: solid 4px #4A880D;
}
.miniContact_kz_tel,
.miniContact_kz_tel_blue,
.miniContact_kz_mail{
    display: block;
    padding: 10px 0;
    box-sizing:border-box;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

/*--------kaizen CTA--------*/

.miniContact_kaizen {
    border: 4px solid #1f88ae;
    border-top: none;
    padding: 0 0 8px;
    margin: 0px 10px 30px;
}
.miniContact_kaizen__tel, .miniContact_kaizen__mail{font-size: 16px;}
.miniContact_kaizen__tel {
    float: none;
    width: 100%;
    margin: 0 0 15px;
    border-radius: 3px;
    background: #FF4D4D url(/img/icnTel.png) -10px center no-repeat;
    background-size: 30%;
    text-align: center;
    border-bottom: solid 4px #C60000;
}
.miniContact_kaizen__tel:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -4px;
}

.miniContact_kaizen__mail {
    float: none;
    width: 100%;
    margin: 0 0 10px;
    border-radius: 3px;
    background: #FF4D4D url(/img/icnMail.png) -10px center no-repeat;
    background-size: 30%;
    text-align: center;
    border-bottom: solid 4px #C60000;
    position:relative;
}
.miniContact_kaizen__mail:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -4px;
}
.kaizen_cv_area_tll {
  margin: 0 10px;
}
.miniContact_kaizen__ttl {
    padding: 0 !important;
    margin: 0;
}
.miniContact_kaizen .miniContact_kaizen__link {
  display: none;
}
.kaizen_cv_area_merit2 {
  margin-top: 10px;
}
.kaizen_cv_btn1, .kaizen_cv_btn2 {
  margin-top: 10px;
}
/*--------kaizen タイトル--------*/
.TOPttlMidashiM {
    width: 95%;
    margin: 0 auto 20px;
    padding: 28px 12px 8px 4px;
    border-bottom: #00aeef 4px solid;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
}



    
.profile_area {
  width: 100%;
  padding: 0px 10px 15px;
  margin-top: -13px;
  box-sizing: border-box;
}
.profile_area img {
  width:100%;
}
.profile_area .add_tel {
  padding:0 4%;
  background:#F0FBFF;
}

.wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.wrap2 {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}

.wrap2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.reflection{
display:inline-block;
position:relative;
overflow:hidden;
}
 
.reflection:after {
content:"";
height:100%;
width:30px;
position:absolute;
top:-180px;
left:0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 2.5s ease-in-out infinite;
}
 
@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


/*************************
pankuzu
**************************/

#pankuzu {
    width: 95%;
    margin: 4px auto;
    font-size: 10px;
}
#pankuzu a:link { color: #666; text-decoration: underline; }
#pankuzu a:active { color: #666; text-decoration: undeline; }
#pankuzu a:visited { color: #666; text-decoration: undeline; }
#pankuzu a:hover { color: #666; text-decoration: none; }



}/* 
SP用CSS end-----------------------------------------------------------------------------------------------------*/
