/*
Theme Name: SURFING by OMC
Theme URI: http://www.catch-the-web.com/
Description: SURFING by OMC
Author: OMC（オウンドメディア構築塾）
Author URI: http://www.catch-the-web.com/
Version: 1.18.5
*/

/*
日付：20170112Thu_1050
内容：PCのロゴをセンターにするCSSを追記
作業者：小野
*/
@media screen and (min-width: 769px) {
#header {
  padding: 17px 0 10px !important;
  min-height: 40px !important;
}
#header h1.image{
  float: none !important;
  text-align: center !important;
}
#header h1.image img {
  display: inline !important;
}
.slim #header {
  padding: 4px 0 0 !important;
  min-height: auto !important;
}
.slim #header h1.image img {
  display: block !important;
}



/* pc */
@media screen and (min-width: 641px) {

/* フォントと文字の大きさ、色 */
body {
font-family: "メイリオ", Meiryo, 
"Hiragino Kaku Gothic Pro",
"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", 
"Lucida Sans Unicode", Arial, Verdana, sans-serif;
text-rendering: optimizeLegibility;
color: #333;  /* 文字色 */
font-size: 16px; /* 文字の大きさ */
}
 
body.custom-font-enabled {
font-family: "メイリオ", Meiryo,
"Hiragino Kaku Gothic Pro",
"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande",
"Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/* 本文中の行間 */
.entry-content p {line-height: 29px;}

}

  
  
/* smartPhone */
@media screen and (max-width: 640px) {

/* フォントと文字の大きさ、色 */
body {
font-family: "メイリオ", Meiryo, 
"Hiragino Kaku Gothic Pro",
"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", 
"Lucida Sans Unicode", Arial, Verdana, sans-serif;
text-rendering: optimizeLegibility;
color: #333;  /* 文字色 */
font-size: 33px; /* 文字の大きさ */
}
 
body.custom-font-enabled {
font-family: "メイリオ", Meiryo,
"Hiragino Kaku Gothic Pro",
"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande",
"Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/* 本文中の行間 */
.entry-content p {line-height: 40px;}

