@charset "UTF-8";
 body {
    font-family: "メイリオ", Meiryo, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}
a {
    outline: none;
}
#main {
    position: relative;
    width: 100%;

}
p {
    margin: 0;
    padding: 0;
}
/*clearfix*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-table;
}
/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */

#global_header {
    display: block;
}
#nav_sp {
    display: none;
}
.foot_c {
    position: relative;
    width: 100%;
}
.footer_sp {
    display: none;
}
/*ホバーボタン*/

a:hover img.btn_alfa {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
.center {
    text-align: center;
}
.foot_c {
    position: relative;
    width: 680px;
}
.page-back {
    text-align: right;
    margin-top: 20px;
}
/*ここまで*/

.contents {
    position: relative;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(/akarui/images/logo.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    margin-top: 30px;
    padding-top: 30px;
        padding-bottom: 50px;
}
.contents h2 {
    position: relative;
    text-align: center;
    border-bottom: #f4b66e 1px solid;
}
/*１件*/
.cname{
    background-color:#ef8000;
    color:#fff;
    font-size:15px;
    padding:10px;
}
.entry {
    position: relative;
    border-bottom: #f4b66e 1px solid;
    width: 880px;
   padding-top:10px;
    padding-bottom:10px;
}
.entry_date{
    position:relative;
    font-size:12px;
    text-align:right;
}
.entry_photo {
    position: relative;
    width: 340px;
    float: right;
}

.entry_sentence {
    position: relative;
    font-size: 13px;
    line-height: 1.4;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
.entry_sentence p{
    width:98%;
    position:relative;
    margin-left:auto;
    margin-right:auto;
}
.entry_sentence p.cname{
    width:100%;
}
.entry_sentence dl{
    position:relative;
    width:80%;
    margin-left:auto;
    margin-right:auto;
}
.entry_sentence dl dt{
float:left;
width:20%;
font-weight:bold;
padding-bottom:10px;
position:absolute;
}
.entry_sentence dl dd {
margin-left:0;
padding-left:20%;
border-bottom:1px #ccc dotted;
}

/*===============================================
●style.css 画面の横幅が1000px以上
===============================================*/

arigato@media screen and (min-width: 1000px) {
@media screen and (min-width: 1000px) {
    #global_header {
        display: block;
    }
}
}
/*===============================================
●style.css 画面の横幅が1000pxまで
===============================================*/

@media screen and (max-width: 1000px) {
        body, html{
        position:relative;
        width:100%;
        margin:0;
        padding:0;
    }
        #global_header {
        display: none;
    }

    
    .page-back{
        position:relative;
        width:98%;
    }
    .foot_c {
        position: relative;
        width: 100%;
    }
        /*ナビゲーション*/
    #nav_sp {
        display: block;
        width:100%;
        position:relative;
    }
    .contents{
        position:relative;
        width:100%;
    }
    .entry{
        position:relative;
        width:100%;
    }
    .entry_sentence p.cname{
        width:80%;
        padding:10%;
        margin-left:auto;
        margin-right:auto;
        padding-top:10px;
        padding-bottom:10px;
    }
}
/*===============================================
●style.css 画面の横幅が680pxまでフッタ
===============================================*/

@media screen and (max-width: 680px) {
    #global_footer {
        display: none;
    }

    .footer_sp {
        display: block;
    }

    .contents h2 {
        position: relative;
        text-align: right;
    }


}
/*===============================================
●style.css 画面の横幅が460pxまで
===============================================*/

@media screen and (max-width: 460px) {
    #global_footer {
        display: none;
    }
    .footer_sp {
        display: block;
    }
    .contents h2 {
    position: relative;
    text-align: left;
    border-bottom: #f4b66e 1px solid;
}
    .contents h2 img{
        display:block;
        margin-top:50px;
         width:100%;
    }


}