@charset "utf-8";
/*
Theme Name: Twin Tail Theme
Theme URI: 
Template: lightning
Description: 
Author: PPPC-School
Tags: 
Version: 0.1.2
*/

body{/*全体のフォント*/
font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
font-weight:500 !important;
}

footer .copySection p:nth-child(2) {/*フッター記述を消す*/
    display:none !important;
}

.entry-body, .widget_pageContent {/*投稿部分のフォントサイズ*/
	font-size: 0.96em;
}

.entry-body td {
	padding: 10px;
}

.page-header {/*ページ見出し背景設定*/
	background: linear-gradient(#00afcc, #a4c1d7) !important;
}
.page-header h1 {/*ページ見出し文字サイズ設定*/
	font-size: 1.75em !important;
}

.entry-body h4 {/*見出し４背景色*/
	background: #edf3f7;
}

.entry-body h5, .widget_pageContent h5 {/*見出し５下線*/
	border-bottom: 1px solid #e4e4e4 !important;
}

aside {
	padding-bottom: 20px;
}

.followSet_body {/*follow me の背景色*/
	background: #a4c1d7;
}

.entry-meta_items a {
	font-size: 1.25em !important;
}

.archive-header {/*アーカイブ下の線を非表示*/
	border: none !important;
}

.entry-body .box-blue, .widget_pageContent .box-blue {/*ステッチ付きの囲み枠*/
    padding: 0.5em 0.5em 0.2em 0.5em ;
    margin: 2em 1em;
    background: #e3edf3;
    box-shadow: 0px 0px 0px 8px #e3edf3;
    border: dashed 1px #a4c1d7;
}
.entry-body .box-blue div, .widget_pageContent .box-blue div {
    margin: 0; 
    padding: 0;
}

.entry-body ul {/*箇条書き設定*/
	padding-left: 1.5em;
}
.widget_pageContent ul {/*箇条書き設定*/
	padding-left: 1.5em;
	padding-top: 1.0em;
}

.entry-body p a, .entry-body li a, .entry-body td a {/*記事部分リンク文字設定*/
	color: #00afcc;
	text-decoration: underline;
}

.page th {/*テーブルの項目背景*/
	background-color: #e2f5f3 !important;
	font-weight: bold !important;
	text-align: center;
}

.page tr, .page td, .page th {/*テーブルの行の高さ*/
	padding: 10px;
}

.step {
	background: #23b9a7;
	border-radius: 3px;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 5px;
}


