@charset "utf-8";

/*
Theme Name: Christian no Yorimichi Start
Theme URI: http://antiochblog.jp
Description: yorimichi1.0
Author: A-sotne
Author URI: http://www.astone.co.jp
Version:1.0
*/

/* Reset */


h1,
h2, h3, h4, h5, h6, pre, table, code, kbd, samp, acronym, input, textarea {
    font-size: 100%;
}

a, ins {
    text-decoration: none;
    color: #09C;
}

a:hover {
    color: #093;
}

address, em, cite, dfn, var {
    font-style: normal;
}

input, textarea {
    font-family: sans-serif;
    font-weight: normal;
}

img {
    vertical-align: baseline;
}

a img {
    border: none;

}

* {
    margin: 0;
    padding: 0;
}

* html body {
    /* for IE6 */
    font-size: 12px;
}

*:first-child+html body {
    /* for IE7 */
    font-size: 12px;
}

/*---:[ global elements ]:---*/

hr {
    margin: 10px;
    border: #ccc 1px dotted;
    clear: both;
}

/*---:[ body ]:---*/
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
}

#header {
    margin: 10px auto;
    width: 700px;
    padding-bottom: 10px;
}

#content {
    width: 700px;
    margin: 0 auto;
    font-size: 14px;
}

#content img {
    padding-right: 30px;
    float: left;
}

*:first-child+html #content img {
    padding-right: 30px;
    float: left;
    padding-bottom: 10px;
}

:root #content img {
    padding-right: 30px \0/IE9;
    padding-bottom: 10px \0/IE9;
    float: left \0/IE9;
}

#content h2 {
    font-weight: normal;
    font-size: 14px;
    margin-left: 30px;
}

#content .entry2 {
    height: 190px;
    height: 270px\9;
    *height: 250px;
    width: 600px;
    margin-left: 50px;
}

:root #content .entry2 {
    height: 230px \0/IE9;
}

:root #content {
    font-size: 14px \0/IE9;
}

#content .entry2 ul {
    list-style: none;
}

#content .soundbtn {
    clear: both;
    border: 1px solid #ebebeb;
    padding: 10px;
    margin: 10px;
    background-color: #F3F6F8;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;

    border-radius: 7px; /* 右上 */
    border-radius: 7px; /* 左下 */

    /* ▼Safari,Chrome */
    -webkit-border-radius: 7px; /* 右上 */
    -webkit-border-radius: 7px; /* 左下 */

    /* ▼Firefox */
    -moz-border-radius: 7px; /* 右上 */
    -moz-border-radius: 7px; /* 左下 */
}

#footer {
    clear: both;
    width: 700px;
    text-align: center;
    margin: 20px auto;
    font-size: 12px;
    color: #fff;
    padding: 5px auto;
    /* ▼CSS3 */
    border-radius: 5px;
    border-radius: 5px;

    /* ▼Safari,Chrome */
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;

    /* ▼Firefox */
    -moz-border-radius: 5px; /* 右上 */
    -moz-border-radius: 5px; /* 左下 */

    /* ▼共通装飾 */
    border: 2px #304F8F solid; /* 枠線の装飾 */
    background-color: /*#304F8F*/#006600; /* 背景色 */
}

#footer a {
    color: #fff;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
    padding: 6px 10px;
    padding: 0.428571429rem 0.714285714rem;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 1.428571429;
    font-weight: normal;
    color: #7c7c7c;
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}

///////////////////////////////
/****ajax****/
span.off {
    z-index: 99999 ; /*	position: relative ;*/
    display: none;
}

.nosc {
    overflow: hidden !important;
}

.opentext {
    display: inline !important;
    z-index: 99999 ;
    position: relative ;
    right: 200px ;
    top: 90px ;
    padding: 3px 15px ;
    background: #c3c3c3 ;
    cursor : pointer ;
    opacity: 0.5 ;
    filter: progid: DXImageTransform.Microsoft.Alpha(Enabled=1, Style=0, Opacity=50) ;
}

.opentext:hover {
    color: #fff ;
    padding: 3px 15px ;
    background: #1a1a1a ;
    cursor : pointer ;
    opacity: 1 ;
    filter: progid: DXImageTransform.Microsoft.Alpha(Enabled=1, Style=0, Opacity=100) ;
}

#nav-dock {
    position: fixed;
    z-index: 999;
    right: -2px;
    /right: 0px;
    top: 90%;
    _width: 100px;
    _float: right;
}

#nav-dock a {
    display: block;
    padding: 10px 10px;
    margin: 0px 0;
    background: #e5e6ee ;
    color: #1a1a1a;
    text-decoration: none ;
    -webkit-border-top-left-radius: 7px ;
    -moz-border-radius-topleft: 7px ;
    -o-border-radius-topleft: 7px ;
    -webkit-border-bottom-left-radius: 7px ;
    -moz-border-radius-bottomleft: 7px ;
    -o-border-radius-bottomleft: 7px ;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px ;
}

#nav-dock a:hover {
    text-decoration: underline ;
    background: #d7d7d7 ;
}



