@charset "UTF-8";

/*
Theme Name: Twenty Twenty Child
Version: 1.8
Template: twentytwenty
*/

#wrapper{
	width:862px;
}

h2 {
   margin: 0px;
    padding: 0px; 
}

.h2_t {
    text-align: center;
    font-size: 28px;
    margin-top: 20px;
    color: #000099;
}
.h2_t_class {
    text-align: center;
    font-size: 28px;
    color: #000099;
}
.home_mese {
    margin-top: 20px;
}
.home_mese p {
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.class_mese {
    margin-top: 20px;
}
.class_mese p {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.todays_word {
    margin-top: 20px;
    padding: 24px 0px 50px 0px;
    font-size: 18px;
    color: #000000;
    font-weight: normal;
    background-repeat: no-repeat;
	background-position: center top 0px;
	background-image: url(images/img03.png);
    
}

.todays_word_next01 {
    width: 40px;
    height: 30px;
    margin: auto;
    margin-top: 20px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(252,64,40,1) 100%, rgba(0,212,255,1) 100%);
}
.todays_word_next02 {
    width: 0;
    height: 0;
    margin: auto;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 30px 50px 0 50px;
    border-color: #fc4028 transparent transparent transparent;
}

/*一覧テーブル*/
.list_table {
	width: 100%;
    margin-top: 20px;
	border-collapse:collapse;
    border: none;
}
.list_table th {
	/*width: 140px;*/
    white-space: nowrap;
    /*font-size: 16px;*/
	vertical-align: top;
    padding-top: 0px;
	padding-bottom: 15px;
	text-align: left;
	font-weight: normal;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
    border: none;
}
.list_table th a {
    color: #000099;
}
.list_table th a:hover {
    color: #cc0000;
}
.list_table tr td {
	/*width: 35%;*/
    /*font-size: 14px;*/
	vertical-align: top;
    padding-top: 0px;
	padding-bottom: 15px;
    padding-left: 10px;
	text-align: left;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
    border: none;
}
.list_table td a {
    color: #666666;
}
.list_table td a:hover {
    color: #cc0000;
}
.list_table th.list_title, .list_table td.list_title {
    text-align: center;
    color: #000000;
}
.list_img {
    width: 100%;
}
.list_img01 {
    float: left;
}
.list_img02 {
    float: right;
    margin-right: 60px;
}

.word_box {
    width: 100%;
}
.list_img04 {
    width: 155px;
    float: right;
    margin-right: 50px;
}
.word {
    float: left;
    margin-left: 120px;
    margin-top: 20px;
    font-size: 14px;
}

/*左メニュー位置調整*/
#left_menu ul {
    margin-top: 11px;
    margin-left: 5px;
    margin-bottom: 10px;
}
#left_menu ul li {
    margin-top: 0px;
}


/*パンくずリスト*/
.b_list {
	width: 100%;
	text-align: left;
	font-size: 14px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.b_list li {
	margin: 0;
    color: #242424;
    display: inline-block;
}
.b_list li a {
	color: #242424;
    text-decoration: underline;
}
.b_list li a:hover {
	color: #000099;
    text-decoration: underline;
}
.b_list li.b_list_home {
    padding-right: 10px;
}
.b_list li.b_list_class {
	padding-left: 16px;
    padding-right: 10px;
	background-repeat: no-repeat;
	background-position: left 0px top 0px;
	background-image: url(images/b_list_next.png);
}

/*リストページングここから*/
.wp-pagenavi .pages {
	display: none;
}
.paging_box {
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}
.paging {
	margin: 1em 0;
}
.paging:after, .paging ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.paging ul {
	position: relative;
	left: 50%;
	float: left;
}
.paging li {
	list-style: none outside none;
	margin-left: 14px;
	position: relative;
	left: -50%;
	float: left;
	border: 1px solid #000099;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
.paging li:first-child {
	margin-left: 0;
}
.paging li.active {
	background-color: #000099;
	color: #FFFFFF;
	cursor: not-allowed;
	padding: 12px 16px;
}
.paging li a {
	color: #000099;
	display: block;
	padding: 12px 16px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 640px) {
    .paging li {
        margin-left: 8px;
    }
    .paging li.active {
        padding: 12px 10px;
    }
    .paging li a {
        padding: 12px 10px;
    }
}
@media only screen and (max-width: 400px) {
    .paging li {
        margin-left: 2px;
    }
    .paging li.active {
        padding: 12px 7px;
    }
    .paging li a {
        padding: 12px 7px;
    }
}
.paging li a:hover {
	background-color: #000099;
	color: #ffffff;
	opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;
}
/*リストページングここまで*/


/*投稿詳細ページナビ(前の記事・次の記事)ここから*/
.nav_page {
    width: 100%;
    margin: 0px;
    margin-top: 100px;
    padding: 0px;
    list-style: none;
    display: flex;
	flex-wrap: wrap;
}
.nav_page li {
    text-align: center;
    /*width: -webkit-calc(100% / 3);*/
    /*width: calc(100% / 3);*/
    width: 50%;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.03em;
    font-family: 'Noto Sans TC', sans-serif;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
}
@media all and (-ms-high-contrast: none) {
    .nav_page li {
        /*width: 33.33333%;IE*/
    }   
}
@media only screen and (max-width: 640px) {
    .nav_page li {
        font-size: 18px;
    }
}
@media only screen and (max-width: 370px) {
    .nav_page li {
        font-size: 16px;
    }
}
.nav_page li a {
    color: #242424;
}
.nav_page li a:hover {
    color: #000099;
}
.nav_page li.nav_left {
    text-align: left;
}
.nav_page li.nav_right {
    text-align: right;
}
.nav_page li.center_end {
    text-align: center;
    width: 100%;
    margin: 10px;
}

.nav_page li.center_end, .nav_page li.center {
    display: none;
}

.strong {
    font-weight: bold
}

.clearfix {
	clear: both;
}