/* カスタム CSS をここに入力してください */
/*googleフォントのインポート*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

/* 日付などのメタ情報を非表示にする */
.entry-meta { display:none }

/* bodyフォントの変更*/
body {
font-family: 'Lato', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "Noto Sans JP", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 本文フォントの変更*/
.main p {
color: #000;
}

/* 記事タイトル部 */
.entry-title {
/*background: #1e1e1e !important;*/
background: -webkit-linear-gradient(top, #FFA500 20%, #FF8C00 80%);
background:         linear-gradient(to bottom, #FFA500 20%, #FF8C00 80%);
font-family: 'Lato', "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 20px;
font-weight: bold;
height: 100px;
color: #111;
}

/* 背景色を変更 */
/*body {*/
/*background-color: #000;*/
/*background-image: url("https://halloween-cosstyle.com/wp-content/uploads/2017/09/407337.jpg");*/
/*background-image: url("https://halloween-cosstyle.com/wp-content/uploads/2017/09/back_check1.jpg");*/
/*}*/

/* パンクズリスト */
.breadcrumb ol li a:hover { color: #fff; }
.breadcrumb ol li a:after { color: #ccc; }


/* フッター背景色を変更（模様を消す） 
.l-footer {
background-color: #fff;
}*/

/* メインウィジェット部 */
.main > .widget .widget-title {
/*background: #1e1e1e !important;*/
background: -webkit-linear-gradient(top, #FFA500 20%, #FF8C00 80%);
background:         linear-gradient(to bottom, #FFA500 20%, #FF8C00 80%);
font-size: 18px;
height: auto;
color: #111;
}

/* サイドバータイトル部 */
.sub .widget-title {
/*background: #1e1e1e !important;*/
background: -webkit-linear-gradient(top, #FFA500 20%, #FF8C00 80%);
background:         linear-gradient(to bottom, #FFA500 20%, #FF8C00 80%);
font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "Noto Sans JP", Lato, YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 18px;
font-weight: bold;
height: 60px;
color: #111;
}

.entry-content > h3 {
	/*content: "\f046";*/
	/*font-family: FontAwesome;*/
	border-top: none;
	border-bottom: none;
	background: -webkit-linear-gradient(top, #FFA500 20%, #FF8C00 80%);
	background:         linear-gradient(to bottom, #FFA500 20%, #FF8C00 80%);
	color: #000;
	text-shadow: 0px 1px 0px #FFF;
	font-weight: bold !important;
}

.entry-content > h4 {
	border-left: 3px solid #0000cc;
    border-radius: 0px;
	/*background: -webkit-linear-gradient(top, #FFA500 20%, #FF8C00 80%);*/
	/*background:         linear-gradient(to bottom, #FFA500 20%, #FF8C00 80%);*/
	color: #000;
	font-weight: bold;
	font-size: 16px;
}

/* ホームのアイキャッチのサイズを変更 */
.home .attachment-post-thumbnail {
	width: auto;
	height: 250px;
	/*max-height: 250px;*/
	/*max-width: 250px;*/
}

/* 記事内のアイキャッチのサイズを変更 */
/*
.single .attachment-post-thumbnail {
	width: 400px;
	max-width: 400px;
	height: auto;
}*/

/* singleでアイキャッチを非表示 */
.single .attachment-post-thumbnail {
	display: none;
}
