﻿@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */


@import url('https://fonts.googleapis.com/css?family=Walter Turncoat');


	
/* タイトルfont */
#site-title a{
  font-family: 'Walter Turncoat', cursive;
  font-size: 50px;
}


body {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* アイキャッチを中央に */

.eye-catch{
   text-align: center;
}


/* 画像を中央に */
.center {
   display:block;
   margin:0 auto;
}

/*本文部分をコピー対策 */

.entry-content {
user-select:none;
-moz-user-select:none;
-webkit-user-select:none;
-khtml-user-select:none;
}


/*テキスト部分などを長押ししている時に出てくる「COPY」ダイアログの抑制*/

*:not(input):not(textarea):not(select),
input[type=image],
input[type=file],
input[type=submit],
input[type=button],
input[type=reset] {
-webkit-user-select: none;
} 

body {
-webkit-touch-callout: none;
}