@charset "utf-8";

@media screen and (max-width: 767px) {

	.specialEditableContent {
		padding: 2em 0;
	}
	
#Tit{
    margin:2em 0 1em;
    font-size:18px;
    font-weight:bold;
    text-align:center;
    border-bottom:6px double #262626;
}

.contentInnerSmall table{
    border-collapse:collapse;
    border-spacing:0;
    table-layout:fixed;
    width:94% !important;
    margin:0 auto;
    font-size:12px;
    border-top:1px solid #666;
    border-bottom:1px solid #666;
}
	.contentInnerSmall table {
		margin-bottom: 2em;
	}
	
.contentInnerSmall tr:nth-child(odd) {background-color:#eee;}
.contentInnerSmall th,.contentInnerSmall td{
    padding:4px 5px;
    background:#c0e6ff;
    border-left:1px solid #666;
    border-right:1px solid #666;
}
.contentInnerSmall th{
    width:72%;
    text-align:center !important;
}
.contentInnerSmall th p:first-of-type{
    margin:6px 0 0.2em !important;
    font-size:15px;
    line-height:1.2;
}
th + th {font-size:15px;}
.contentInnerSmall table:first-of-type th p:nth-of-type(2), .contentInnerSmall table:first-of-type th p:last-of-type {
    line-height: 1.4;
    margin-bottom: 8px !important;
}
.contentInnerSmall td{
    background:none;
    width:72%;
}
.contentInnerSmall td:first-of-type {text-indent:1em;}
.contentInnerSmall th:last-of-type, .contentInnerSmall td:last-of-type{
    width:32%;
    font-weight:bold;
    text-align:center;
}

.meta .sns + span {display: none;}
}










@media screen and (min-width: 768px) {

	.specialEditableContent {
		padding: 2em 0;
	}
	
#Tit{
    margin:2em 0 1em;
    font-size:26px;
    font-weight:bold;
    text-align:center;
    border-bottom:6px double #262626;
}

.contentInnerSmall table{
    border-collapse:collapse;
    border-spacing:0;
    table-layout:fixed;
    width:80% !important;
    margin:0 auto 40px !important;
    font-size:16px;
    border-top:1px solid #666;
    border-bottom:1px solid #666;
}
.contentInnerSmall tr:nth-child(odd) {background-color:#eee;}
.contentInnerSmall th, .contentInnerSmall td{
    padding:4px 5px;
    background:#c0e6ff;
    border-left:1px solid #666;
    border-right:1px solid #666;
}
.contentInnerSmall th{
    width:80%;
    text-align:center !important;
}
.contentInnerSmall th p:first-of-type{
    margin:6px 0 0.2em !important;
    font-size:22px;
    line-height:1.2;
}
th + th {font-size:22px;}
.contentInnerSmall table:first-of-type th p:nth-of-type(2), .contentInnerSmall table:first-of-type th p:last-of-type {
    line-height: 1.4;
    margin-bottom: 8px !important;
}
.contentInnerSmall td{
    background:none;
    width:70%;
}
.contentInnerSmall td:first-of-type {text-indent:1em;}
.contentInnerSmall th:last-of-type, .contentInnerSmall td:last-of-type{
    width:30%;
    font-weight:bold;
    text-align:center;
}

.p_re .sns + span {display: none;}
}