@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

/* main枠線を消す */
#main {
	border: none !important;
}

/* サイドバーの見出し */
#sidebar h3 {
	color: #5c5c5c;
	border-bottom: 1px dotted #777;
}

/* リストタグを修正 */
.article li {
	margin: 0 0 7px;
	line-height: 1.7;
	position: relative;
}

/* h4 抽選結果修正 */
.article h4 {
	border: none !important;
	width: 100%;
	height: 0;
	padding-bottom: 13%;
	background: url("https://lotolog.com/wp-content/uploads/2017/05/h4_result.jpg") no-repeat;
	background-size: contain;
	line-height: 2.5em;
	color: #fff;
}

/* 結果用背景グレーの枠 */
.kekka {
	border: 1px solid #e6e6e6;
	padding: 10px;
}

.sp-warning {
		background:#f1f1f1;
}

/* タグクラウド修正 */
.tagcloud a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 6px 12px;
	color: #777;
	text-decoration: none;
	border-radius: 2px;
	border: 1px dotted #aaa;
	background: #FFF;
}

.tagcloud a:hover {
	transition: 0.3s;
	background: #eee;
	border: 1px solid #ccc;
}

/* wpカレンダーカスタマイズ枠を付ける */
#wp-calendar {
	width: 250px;
}

 /* 土曜日のヘッダーセル */
#wp-calendar thead tr th:nth-child(7){
	color: #c1c1c1;
}

/*日曜日のヘッダーセル*/
	#wp-calendar thead tr th:nth-child(1){
	color: #ff5909;
}

#wp-calendar td {
	text-align: center;
	padding: 0px;
}

#wp-calendar caption {
	font-weight: bold;
	text-align: left;
}

#wp-calendar tbody tr #today {
	background-color: #CCC;
}

/* 記事と記事の間に線を引く */
#main .entry {
	border-bottom: 1px dotted #aaa;
	padding-bottom: 15px;
}

/* 関連記事と関連記事の間に線を引く */
#main .related-entry {
	border-bottom: 1px dotted #aaa;
	padding-bottom: 15px;
}

/* 関連記事の「記事を読む」ボタンを右へ移動 */
.related-entry-read {
	text-align: right;
	margin-right: 10px;
}

/* 「記事を読む」ボタンを右へ移動 */
.entry-read {
	text-align: right;
	margin-right: 10px;
}

/* 「記事を読む」ボタンの装飾 */
.entry-read a{
	font-size:14px;
	border:1px dotted #aaa;
	border-radius:2px;
	padding:3px 10px 3px 5px;
	text-decoration:none;
	background: #eee;
}
     
.entry-read a:hover{
	transition: 0.3s;
	background: #fff;
	border:1px solid #ccc;
}

/* 関連記事の「記事を読む」ボタンの装飾 */
.related-entry-read a{
	font-size:14px;
	border:1px dotted #aaa;
	border-radius:2px;
	padding:3px 10px 3px 5px;
	text-decoration:none;
	background: #eee;
}
     
.related-entry-read a:hover{
	transition: 0.3s;
	background: #fff;
	border:1px solid #ccc;
}