@charset "UTF-8";


/* structure
====================================================================================================================================== */
#main { }

/* header
====================================================================================================================================== */
/*サイトタイトル*/
#header #site_title { margin:27px auto 20px; }
#header #site_title .tit { width:258px; }
#header .header_btn { top:50px; }


/* contents
====================================================================================================================================== */
.page_title { position:relative; }
.page_title h1 { background:#007440; padding:0.5em 110px 0.4em 20px; margin:4px 0 15px; color:#fff; letter-spacing:0.1em; }
.page_title .date { display:inline; position:absolute; right:15px; top:20px; color:#fff; font-size:0.9em; z-index:2; }
/*パンくずリスト*/
#contents #navibar { margin:0 0 15px; font-size:0.9em; }


/* common
====================================================================================================================================== */
#contents .section { padding:0; margin:0 0 25px; font-size:1em; zoom:1; }
#contents .section:after { content: "."; display: block;  clear: both; height: 0; visibility: hidden; }

#contents .red { color:#f33; }
#contents .green { color:#007440; }
#contents .orange { color:#ea5404; }

/*image*/
.section_box img { margin:0 10px 15px; }
.section_box .img_box img { margin:0; }



@media screen and (max-width : 768px){
/*img*/
#contents img.width_sp_ls { display:block; float:none; width:auto; margin-left:auto; margin-right:auto; }
#contents img.width_sp_ls.left_align_img, #contents img.width_sp_ls.right_align_img { margin:0 auto 15px; }
}

@media screen and (max-width : 478px){
/*img*/
#contents img.width_sp { float:none; width:auto; max-width:100%; display:block; margin-left:auto; margin-right:auto; }
#contents img.width_sp.left_align_img, #contents img.width_sp.right_align_img { margin:0 auto 15px; }

}