/*
 *  テーマCSS
 */

/* =========================================================== 
		theme template css
   =========================================================== */

/*	base css
-------------------------------------------------------------- */
body {
    /*background: url("/images/body_bg.jpg") no-repeat scroll center top transparent;*/
    color: #666666;
    font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    font-size: 16px; /* 62.5% */
    line-height: 1;
    /*min-width: 1200px;*/
}

#site-description {
    display: block;
    font-size: 100%;
    font-style: normal;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-align: left;
}

#site-description a {
    text-decoration: none;
}

#site-description a:hover {
    text-decoration: underline;
}

.entry-post {
    clear: both;
}

img {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}


/* =========================================================== 
		Block template css
   =========================================================== */

/*	Block 記事
-------------------------------------------------------------- */
.entry_post {
    display: inline-block;
    width: 100%;
}


/*	大見出し
-------------------------------------------------------------- */
.headline_title {
    background: url("/images/top_entry_title.png") no-repeat scroll left top transparent;
    font-size: 28px;
    font-weight: bold;
    height: 70px;
    line-height: 70px;
    margin-bottom: 25px;
    padding: 0;
    text-align: center;
    width: 960px;
    color: #fff;
zoom: 1;
}

/*	見出し
-------------------------------------------------------------- */
.entry_title {
    background: url("/images/entry_title_bg.png") no-repeat scroll left top transparent;
    color: #FFF;
    font-size: 23px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    /*margin-bottom: 25px;*/
    overflow: hidden;
    padding: 0 0 0 40px;
    position: static;
    width: 920px;
    zoom: 1;
}

#float_top_btn {
  bottom: 120px;
  position: fixed;
  right: 20px;
  z-index: 500; /* 999 */
}

.fixed_btn {
    bottom: 150px;
    position: fixed;
    right: 0;
    z-index: 100;
}
.fixed_btn div {
    height: 60px;
    margin-bottom: 10px;
    right: 0;
    width: 63px;
}
.fixed_btn div a {
    display: block;
    height: 60px;
    position: absolute;
    right: 0;
    width: 63px;
}

