/*
 Theme Name:   Twenty Nineteen Mark
 Theme URI:    http://example.com/twenty-nineteen-mark/
 Description:  Twenty Nineteen Mark Theme
 Author:       Mark
 Author URI:   https://www.mkmark.net
 Template:     twentynineteen
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentynineteenmark
*/

/* Typography */
html {
  font-size: 18px;
}

p, li, span {
	font-family: "Meiryo UI","Microsoft YaHei","Malgun Gothic","Segoe UI","Trebuchet MS",Helvetica,Monaco,monospace,Tahoma,STXihei,"华文细黑",STHeiti,"Helvetica Neue","Droid Sans","wenquanyi micro hei",FreeSans,Arimo,Arial,SimSun,"宋体",Heiti,"黑体",sans-serif;
}

.tml th,
.tml td,
.tml fieldset{
    border-color: #eee;
}

/* teachpress */
.tablenav .tablenav-pages a{
	border:none !important;
    line-height: 1.8 !important;
    padding:0 0.2em !important;
    font-size: 1.2em !important;
    background: transparent !important;
    color:#0073aa !important;
}
.tablenav .tablenav-pages a.button:hover{
    color:unset !important;
    background: transparent !important;
}
.tablenav .tablenav-pages a.disabled{
    color:lightgrey !important;
    background: transparent !important;
}
.tablenav .tablenav-pages a.disabled:hover{
    color:lightgrey !important;
    background: transparent !important;
}

/* image */
figure{
	display: flex;
    flex-direction: column;
}
figure>img{
	margin: auto;
}
figure>figcaption{
	text-align: center;
}

/* table */
table {
    display: block;
    width: 100%;
    overflow: auto
}

table th {
    font-weight: 600;
    padding: 6px 13px;
    border: 1px solid #dfe2e5
}

table td {
    padding: 6px 13px;
    border: 1px solid #dfe2e5
}

 table tr {
    background-color: #fff;
    border-top: 1px solid #c6cbd1
}

table tr:nth-child(2n) {
    background-color: #f6f8fa
}

/* teachpress*/
.teachpress_message_error {
	display: none;
}


/* main nav*/
.page-id-209 .main-navigation .main-menu > li > a {
    color: #ffffff;
}