@charset "UTF-8";

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

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

/* デフォルトのスタイルのリセット */
dl,dd {
	margin: 0;
}
/* 2023/1/19 追記 */
ul {
	margin-block-start: 0;
}

/* 記事の間に点線を入れる */
#main .entry {
	border-bottom: 1px dotted #999;
	padding-bottom: 18px;
	margin-bottom: 18px;
}

/* 関連記事の間に点線を入れる */
#main .related-entry {
	border-bottom: 1px solid #F0F0F0;
	padding-bottom: 10px; 
}
/* 新着記事リスト下線と下余白 */
.widget_new_entries ul li, .widget_new_popular ul li, .widget_popular_ranking ul li {
    clear: left;
    float: none;
    margin-bottom: 10px;
    overflow: auto;
    border-bottom: 1px dotted #ccc;
}
.widget_new_entries a, .widget_new_popular a, .widget_popular_ranking a, .wpp-list a, .article-list .entry-title a {
    text-decoration: none;
    font-size: 90%;
}

/* 見出しのの下に点線 */
.article h1{
	border-bottom: 2px dotted #CCC;
    padding-bottom: 7px;
}

/*「記事を読む」を右に寄せる */
.entry-read {
  text-align: right;
  margin-right: 10px;
}

/* サイトタイトル文字の装飾 */
#site-title a {
  text-shadow: 0 0 5px #000 !important;
  color: #fff !important;
  font-weight: bold !important;
}

/* 記事中のh2のスタイルのリセット */
/*
.entry-content h2 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
*/

/* 記事中のh2のスタイルの調整 */
.entry-content h2 {
  margin: 0;
  padding: 6px 0;
  border: none;
  font-size: 22px;
  border-bottom: 4px solid #9e2828;
}

/* 記事中のh3のスタイルの調整 */
.entry-content h3 {
  font-size: 20px;
  border-bottom: 3px solid #e7e7e7;
  padding: 4px 0;
  /* width: 80%; */
}
.entry-content h4 {
  padding: 4px 0;
}

/* 記事中のstrongのスタイルのリセット */
.entry-content strong {
  font-weight: normal;
}
/* 更新日時の非表示 
.post-update {
  display: none;
}
*/

/* 画面幅が1111px以上の時 */
@media screen and (min-width:1111px){
	#header {
		background-position: 0 -30px;
	}
	
}

/* 調整クラス */
.fs-s {
	font-size: small !important;
}
.fs-xs {
	font-size: x-small !important;
}
.fs-xxs {
	font-size: xx-small !important;
}
.fs-m {
	font-size: medium !important;
}
.fs-l {
	font-size: large !important;
}
.fs-xl {
	font-size: x-large !important;
}
.fs-xxl {
	font-size: xx-large !important;
}
.fw-n {
	font-weight: normal !important;
}
.m0 {
	margin: 0 !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.txt-c {
	text-align: center !important;
}
/* box-style */
.box-style-01 {
	background-color: #F4F3EB;
	padding: 20px 20px 20px 20px;
	border-radius: 4px;
}
.box-style-01 h3 {
	margin-top: 0;
	border-color: #ad8f57;
	border-width: 2px;
}
.box-style-01 dl dd {
/*  margin: 0 0 15px 15px;*/
  margin: 0 0 10px 5px;
}
/* this-time-menu-area */
.this-time-menu-area {
	margin-bottom: 20px;
}
.this-time-menu-list {
	margin: 8px -8px 0;
}
.this-time-menu-area h3 {
	margin-bottom: 0;
}
/* title-style */
.title-style-01 {
	font-size: large !important;
	font-weight: bold;
	border-left: 5px solid #cc0000 !important;
	padding-left: 8px !important;
	border-bottom: 3px solid #cc0000 !important;
}
.title-style-02 {
	font-size: large !important;
	font-weight: bold;
	border-left: 5px solid #cc0000 !important;
	padding-left: 8px !important;
	border-bottom: none !important;
	margin-bottom: 16px !important;
}


/* 個別対応（https://food.ponaloha.com/15232/） */
.postid-15232 .bombay-curry-menu {
	  line-height: 1.4;
}
.postid-15232 .entry-content h3 {
	  font-size: 140% !important;
}
@media screen and (max-width: 500px) {
	.postid-15232 .article th,
	.postid-15232 .article td {
    	font-size: 80%;
	}
	.postid-15232 .entry-content h3 {
		font-size: 120% !important;
	}
}


