/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/https/digicame-info.com/mt/mt-static/support/theme_static/rainier/css/base.css);
@import url(/https/digicame-info.com/mt/mt-static/support/theme_static/rainier/css/rainier-white/screen.css);
/* end StyleCatcher imports */



/* サイト全体 */
    body {
    font-size: 14px;
    font-size: 1rem;
    text-rendering: optimizeLegibility;
    color: #333;
    }

@media screen and (min-width:930px){
  /*900px以上で適用する内容*/

    body {
    font-size: 14px;
    font-size: 1rem;
    text-rendering: optimizeLegibility;
    color: #333;
   background-color: #f2f2f2;
    }

   #content {
   background-color:#fff;
   }
}

/* 記事本文の文字 */ 
    .entry-content {
    font-size: 14px;
    font-size: 1rem;
    text-rendering: optimizeLegibility;
    color: #333;
    }


a {
  text-decoration: none;
  color: #0076BF;
  }

a:hover {
  text-decoration: underline;
}

/* ヘッダーの高さ　*/
#header[role="banner"] #header-content {
    min-height: 130px;
}

/* ヘッダーのタイトル文字を左寄せに */
#header[role="banner"] h1 {
    position: relative; top:-25px; left:10px;
    text-align: left;
    }

/* タイトル下のコメントを左寄せに*/
#header[role="banner"] #header-description {
    position: relative; top:-33px; left:10px;
    margin: 0px 10px;
    text-align: left;
    font-size: 13px;
    }

/* ブログタイトルのフォントの大きさ、オリジナルは1.618 */
.entry .entry-title, .page .entry-title {
    font-size: 1.3em;
}

/* 記事タイトル上のスペース広げる */
.entry h2, .page h2, section h2 {
    margin: 0.5em 0 0 0; 
}

/*　記事と右カラムの間を背景色に　
#content .related {
    width: 235px;
    padding-left: 20px;
    margin-top: 0;
 border-left: 30px solid #f2f2f2;
}*/

/* 箇条書きの上下の余白 */
ul li {
  padding-top:5px;
  padding-bottom:5px;
}
