@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: ashioto
Theme URL: www.ashioto.net
Description: 3-2design
Author: 3-2design
Author URL: www.3-2design.jp
Tags: ashioto
Text Domain: ashioto
Version: 2019
---------------------------------------------------------*/

body {
	width: 100%;
	height: 100%;
	font-family: -apple-system, 'BlinkMacSystemFont', 'Noto Sans JP', sans-serif;
	-webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

h1 {
	font-size: 21px;
	font-weight: normal;

}

@media only screen and (max-width: 1024px) {
	h1 {	
		font-size: 18px;
	}
}

header {
	width: 100%;
	z-index: 999;
}
#contents-top {
	margin-top: -1em;
	padding: 0 1em 1em;
}
footer {
	width: 100%;
	height: auto;
	margin: 0;
}
a {
	text-decoration: none;
}
a:hover {
	opacity: 1.0;  
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;  
	-o-transition: 0.6s ease-in-out;  
	transition: 0.6s ease-in-out;
}
a:hover img {
	opacity: 0.3;  
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;  
	-o-transition: 0.6s ease-in-out;  
	transition: 0.6s ease-in-out;
}
.logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	text-align: center;
	z-index: 999;
}
.logo img {
	max-width: 90%;
	height: auto;
}
#footer-logo {
	display: flex;
	justify-content: center; 
    align-items: center; 
	margin-top: 2em;	
}
#footer-logo img {
	width: auto;
	height: 90px;
}
#footer-menu {
	display: inline-block;
}
#descr {
	color: #333333;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
}
.sns {
	display: flex;
	justify-content: center; 
    align-items: center; 
	margin: 1.5em 0;
}
.sns img{
	background-size: 30px 30px;
	display: flex;
	width: 30px;
	height: 30px;
}
.copy {
	font-size: 12px;
	line-height: 2em;
	margin: 1em 0;
	color: #000000;
	text-align: center;
}
#main {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	flex-direction: row;
	background: none;
	margin: 0;
	padding: 0;
}
#post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	flex-direction: row;
	background: none;
	margin: 0;
	padding-right: 0;
}
.post-inner {
	position: relative;
	margin-top: 1em;
	padding: 0 1em;
	background: none;
}
.post-thumbnail {
	position: relative;
	padding: 0em;
}
.post-thumbnail img {
	width: 100%;
	height: auto;
}
.post-thumbnail-title {	
	font-size: 15px;
	line-height: 1.5;
	font-weight: normal;
	color: #000000;
	margin: 0.5em 0;
}
.post-thumbnail-title a{	
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.post-thumbnail-title a:hover{
	color: #dddddd;
}
.cate {
	font-size: 13px;
	line-height: 1.5;
	font-weight: normal;
	color: #000000;
}
.cate a {
	color: #000000;
	text-decoration: none;
}
.cate a:hover {
	color: #dddddd;
}
.cate a:before {
    font-family: "FontAwesome";
    content: "\f115";
    padding-right: 3px;
}
.tag {
	font-size: 13px;
	line-height: 1.5;
	font-weight: normal;
	color: #000000;
}
.tag a {
	color: #000000;
	text-decoration: none;
}
.tag a:hover {
	color: #dddddd;
}
.tag a:before {
    font-family: "FontAwesome";
    content: "\f02b";
    padding-right: 3px;
}
.date {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
	color: #999999;
}

@media only screen and (max-width: 1024px) {
	.post-thumbnail-title {	
		font-size: 13px;
	}
	.cate {
		font-size: 12px;
	}
}
@media only screen and (max-width: 1024px) {
	.archive-grid {
		width: calc(100% / 1);
	}
}
@media only screen and (min-width: 1025px) {
	.archive-grid {
		width: calc(100% / 3);
	}
}

/* menu */
#st-menubox  {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	text-align: center;
	z-index: 9999;
}
#st-menubox a {
	color: #fff;
	text-decoration: none;
}
#st-menubox a:hover{
	color: #000000;
}
.menu {
	font-size: 2.5vmax;
	letter-spacing: 0.15em;
	font-style: italic;
	font-weight: bold;
}
.menu li {
	margin: 1em 0;
	list-style: none;
}
ul {
	margin: 0;
	padding:0;
}

/* pager */
#pagenav {
	display: flex;
	justify-content: center; 
    align-items: center; 
	margin: 3em;
}
#pagenav a {
	font-size: 1.5vmax;
	line-height: 2em;
	padding: 0 2em;
	color: #000000;
	text-decoration: none;
	font-style: italic;
    font-weight: bold;
    border: solid 2px #000000;
}
#pagenav a:hover {
	color: #dddddd;	
	border: solid 2px #dddddd;
}
#pagenav-archive {
	display: flex;
	justify-content: center; 
    align-items: center; 
	margin: 2em 0 2em;
}
#pagenav-archive a {
	font-size: 1.5vmax;
	line-height: 2em;
	padding: 0 2em;
	color: #000000;
	text-decoration: none;
	font-style: italic;
    font-weight: bold;
    border: solid 2px #000000;
}
#pagenav-archive a:hover {
	color: #dddddd;	
	border: solid 2px #dddddd;
}

@media only screen and (max-width: 1024px) {
	
}

/* page top */
#page-top {
	position: fixed;
	z-index: 9999;
	bottom: 1em;
	right: 1em;
}
#page-top a {
	border-radius: 50%;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	text-decoration: none;
	background: #000000;
	color: #fff;
	text-align: center;
	display: block;
	-moz-opacity: 1.0;
	opacity: 1.0;
}
#page-top a:hover {
	background: #dddddd;
	text-decoration: none;
}

@media only screen and (max-width: 1024px) {
	#page-top a:hover {
	background: #000000;
	text-decoration: none;
	}
}

/* archive */
#contents-archive {
	margin: 0;
	padding: 1em;
}
#archive {
	padding: 1em;
}

/* side */
#side-archive {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#side {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.st-aside {
	display: flex;
	justify-content: center; 
    align-items: center;
}
.menu_underh2 {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
	margin: 2em 0;
}
.menu_underh2 p {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
}
#mybox {
	margin-left: 1em;
}
.ad {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
	margin-right: 0;
}
.ad p {
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
}
.ad a {
	color: #000000;
	padding: 0;
	margin-right: 1em;
}
.ad a:hover {
	color: #dddddd;
}
.ad ul {
	margin: 0;
	padding: 0;
}
.ad li {
	display: inline-block;
	list-style: none;
	border-right: solid 1px #000000;
	margin-right: 1em;
}
.ad li:last-child{
	border: none;
}
li.cat-item a:before {
    font-family: "FontAwesome";
    content: "\f115";
	padding: 0;
    padding-right: 3px;
}

@media only screen and (max-width: 1024px) {
	
}

.kanren.pop-box h5,
.kanren.pop-box h5 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 10px;
}
.kanren.pop-box dd h5, 
.kanren.pop-box dd h5 {
	font-size: 17px;
	font-weight: bold;
	line-height:25px;
	padding: 0px;
	margin-bottom: 5px;
}
.kanren dt {
	float: left;
	width: 100px;
}
.kanren dt img {
	width: 100px;
}
.kanren dd {
	padding-left: 115px;
}
.kanren dl {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}
.kanren dl p {
	margin-bottom: 0px;
}
.kanren dl:last-child {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-style: none;
}
/* 抜粋文字 */
.kanren .clearfix dd p {
	font-size: 13px;
	color: #1a1a1a;
	line-height: 18px;
}
.kanren .clearfix dd .kanren-t {
	padding-bottom:5px;
}
.kanren .clearfix dd .kanren-t a {
	color: #000;
	text-decoration: none;
	font-size:120%;
	line-height: 1.5;
	font-weight:bold;
	padding-bottom:5px;
}
.kanren .clearfix dd .kanren-t a:hover {
	color: #b22222;
}
/* 検索フォーム */
#search {
	padding-bottom: 0px;
	position: relative;
	width: 100%;
}
#searchform {
	border:#ccc 1px solid;
}
#s {
	font-family: -apple-system, 'BlinkMacSystemFont', 'Noto Sans JP', sans-serif;
	height: 34px;
	color: #333;
	font-size: 14px;
	border-radius: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 10;
	padding: 10px 65px 10px 10px;
	width: 100%;
	box-sizing: border-box;
}
#searchsubmit {
	border-radius: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 34px;
	z-index: 20;
}
*:first-child + html #searchsubmit {
	top: 1px;
}

/*コメントナビ*/
.st-pagelink {
	padding:20px 0px;
	text-align:center;
}

.st-pagelink:after {
	content: "";
	display:block;
	clear:both;
}

.st-pagelink a {
	text-decoration:none;
	font-size:13px;
}

.st-pagelink a:hover {
	opacity:0.5;
}

.st-pagelink .page-numbers {
	box-sizing:border-box;
	border:1px solid #ccc;
	padding:10px;
	margin-right:5px;
	margin-bottom:5px;
	font-size:15px;
	min-width:20px;
	height:20px;
	display:block;
	float:left;
	text-align:center;
}

.st-pagelink .page-numbers.current {
	opacity:0.5;
}
	
/* blog&page&bread */
#contents-blog {
	margin: 0;
	padding: 2em;
}
#breadcrumb li:first-child a:before {
    font-family: "FontAwesome";
    content: "\f015";
    padding-right: 1px;
}

#breadcrumb li:second-child a:before {
    font-family: "FontAwesome";
    content: "\f115";
    padding-right: 1px;
}
#breadcrumb {
	margin: 0;
	padding: 0;
}
#breadcrumb ol {
	margin: 0;
	padding: 0 0 6px;
}

#breadcrumb ol li {
	color: #000000;
	font-size: 13px;
	list-style: none;
	display: inline-block;
	margin: 0;
}

#breadcrumb ol li a {
	text-decoration: none;
	color: #000000;
}
#breadcrumb a:hover {
	color: #dddddd;
}
.blogbox {
	max-width: 1025px;
	position: relative;
	margin: 0 auto;
}
.blogbox p {
	font-size: 16px;
	line-height: 2.0;
	margin: 0px;
	padding: 0px;
}
.entry-title, 
.post .entry-title {
	font-size: 22px;
	line-height: 35px;
	color: #000000;
	margin-bottom: 10px;
	font-weight: bold;
}
#st-page .entry-title {
	margin-bottom: 20px;
}
.entry-title,
.post .entry-title {
	font-size: 21px;
	line-height: 1.5;
	color: #333;
	margin-bottom: 10px;
	font-weight: bold;
	position: relative;
}

@media only screen and (max-width: 1024px) {
.entry-title,
.post .entry-title {
	font-size: 18px;
	line-height: 1.5;
	color: #333;
	margin-bottom: 10px;
	font-weight: bold;
	position: relative;
	}
}

.entry-content p{
	font-size: 16px;
	line-height: 1.5;
	color: #1a1a1a;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: 0em;
	position: relative;
	padding: 0;
	margin: 1em 0;
}
.entry-content img {
	width: 100%;
	height: auto;
	display: block;
	padding: 0;
	margin: 0 auto;
}
.entry-content li {
	list-style: none;
}

/* PREV NEXT */
.p-navi {
	padding: 0.5em 0;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}
.p-navi p {
	font-size: 15px;
	line-height: 2em;
	font-weight: bold;
	margin: 0;
}
.p-navi a {
	text-decoration: none;
	color: #000000;
}
.p-navi a:hover {
	color: #dddddd;
}

/* コメント */
#comments p a {
	color: #333;
}
.post #comments h3 {
	background-color: transparent;
}
#comments p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0px;
	color: #333;
	padding: 5px 0;
}
#comments label {
	display: block;
}
.metadata dd a {
	color: #333;
}
.metadata {
	font-size: 13px;
	line-height: 20px;
}
.comments {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	padding: 0;
	margin: 0;
	border-top: solid 1px #000000;
}
.comment-body {
	padding: 10px;
	margin-bottom: 20px;
}
.fn {
	font-style: normal;
	font-size: 13px;
}
.says {
	font-size: 13px;
	line-height: 18px;
}
.commentmetadata {
	box-sizing:border-box;
	font-size: 12px;
	line-height: 24px;
	height: 15px;
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.reply {
	padding: 5px;
	font-size: 13px;
}
#comments #respond {
	font-weight: bold;
	margin-bottom: 10px;
	padding: 2em;
	color: #666;
}
#comments #commentform .tags {
	padding: 10px;
	background-color: #f3f3f3;
	font-size: 13px;
}
#comments #commentlist img {
	padding: 10px;
}
#comments .commets-list {
	padding-left: 0px;
	list-style-type: none;
}
ul.sub-menu {
	padding: 0px;
}
.commets-list li {
	list-style-type: none;
}
.comment-author.vcard .avatar {
	float: left;
	margin-right: 10px;
}
.vcard .fn {
	font-size: 13px;
	line-height: 18px;
}

/* コメント欄の下にある使用できるタグの表記を消す */
.form-allowed-tags {
	display: none;
}
#comments #st-reply-title {
	background-image: none;
	border: none;
	margin-bottom: 0px;
	padding: 0;
	font-size:110%;
	font-weight:bold;
}
#comments h4 {
	background-color: transparent;
	padding: 0;
	border: none;
	margin-bottom: 0px;
}
#comments textarea {
	box-sizing:border-box;
	margin-bottom: 10px;
	width: 100%;
	border: 1px #f2f2f2 solid;
}
#comments input {
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border: 1px #f2f2f2 solid;
}

/* コメントボタン */
#comments input[type="submit"] {
	background-color: #f3f3f3;
	padding: 10px;
	-webkit-appearance: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px #f2f2f2 solid;
}

/* 記事下の一括表示部分 */
.kizi-under-box {
	margin-bottom:20px;
}

/* 関連記事表示部分 */
.kanren {
	padding-top: 20px;
	margin-top:20px;
}
.kanren {
	padding-top: 20px;
	margin-top:0px;
}
.kadomaru img{
	border-radius:100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}

/*続きを読む*/
.tuzukicenter {
	text-align:center;
	padding:20px;
}
.tuzuki {
	padding:10px 20px;
	background:#f3f3f3;
	margin:10px auto;
}

/* スマートフォンは表示しない */
.smanone {
	display: none;
}

/*投稿のカテゴリ*/
.post .st-catgroup {
	font-size:12px;
	line-height:18px;
	margin:0;
	padding-top:0px;
}
.catname {
	font-size: 13px!important;
	line-height: 1em;
	color: #1a1a1a;
	display: inline-block;
	white-space: nowrap;
	padding: 8px 8px;
	margin-top: 5px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-decoration: none;
	background:#f3f3f3;
}
.post .st-catgroup a {
	text-decoration:none;
	color:#000;
}
.post .st-catgroup a:hover {
	opacity:0.5;
}

/* カテゴリコンテンツがある場合の記事一覧 */
.cat-itiran p.point {
    background-color: transparent;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 40px;
    padding: 20px 15px 10px;
    position: relative;
}
.cat-itiran p.point .point-in {
    background: #f3f3f3 none repeat scroll 0 0;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    left: 0;
    margin: 0;
    padding: 3px 20px;
    position: absolute;
    top: 15px;
}
.cat-itiran h3 {
    border:none;
}

/*投稿タグ*/
.tagst {
	font-size:13px;
	color:#ccc;
	padding: 10px 0 0;
}

/*ドット線*/
.dotline {
	border-bottom:1px dotted #212121;
}
.dotliner {
	border-bottom:1px dotted #ff0000;
}
.dotline-s {
	border-bottom:1px solid #212121;
}
.dotline-sr {
	border-bottom:1px solid #ff0000;
}

/* タグクラウド */
.tagcloud a {
	font-size: 13px!important;
	line-height: 1em;
	color: #1a1a1a;
	display: inline-block;
	border:1px #1a1a1a solid;
	white-space: nowrap;
	padding: 8px 8px;
	margin-top: 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-decoration: none;
	opacity:0.5;
}
.tagcloud a:hover {
	opacity:0.5;
}

/*フォーム*/
.wpcf7 input[type="submit"] {
	max-width: 700px; 
	text-align: center;
	text-decoration:none;
	color: #fff;
	background: #0070c9; 
	margin: 10px auto; 
	border-radius: 5px; 
	border: 0; 
	border-bottom : 1px solid #757575;
	cursor : pointer;
}
.wpcf7 input[type="submit"]:hover {
	background: #009fe8;
	opacity: 0.9;  
	-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;
}
input[type="submit"] {
 -webkit-appearance: none;
}
.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7 .wpcf7-not-valid {
    background: pink;
}
.wpcf7 .wpcf7-response-output {
	text-align: center;
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
	max-width: 700px;
	margin: 0 auto;
	color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
}
.wpcf7 .wpcf7-mail-sent-ok {
	max-width: 700px;
	margin: 0 auto;
	color: #3A87AD;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
}
.asterisk {
	margin: 0 0 0 0.2em;
	color: #f5637a;
}


/* pagenation */
.pagination {
	font-size: 12px;
	clear: both;
	margin: 45px 0 75px;
	padding: 0;
	position: relative;
	line-height: 1em;
	text-align: center;
}
.pagination-box {
	display: inline-block;
	margin-bottom: 0em;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	width: auto;
	color: #fff;
}
.pagination span.page-of {
	background: none;
	color: #000;
}
.pagination a:hover{
	color: #fff;
	background: #009fe8;
}
.pagination .current{
	padding: 7px 10px 7px 10px;
	background: #0e62b9;
	color: #fff;
	opacity: 1.0;
}

/* アコーディオンメニュー */
header .smanone ul.menu li{
	list-style-type: none;
	float: left;
	margin-right: 24px;
	text-align: center;
	border-right: 0;
	position: relative;
}
header .smanone ul.menu li a{
	display: block;
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
	width: 100%;
	height: 100%;
	line-height: 30px;
	color: #000000;
	text-decoration: none;
	position: relative;
	z-index: 13;
}
header .smanone ul.menu li .fa{
	color: #666;
}
nav.smanone {
}
nav.st5 {
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: fixed;
	top: 2em;
	left: 2em;
	width: 36px;
	height: 30px;
	z-index: 14;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #000000;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
		top: 0;
}
.menu-trigger span:nth-of-type(2) {
		top: 13px;
}
.menu-trigger span:nth-of-type(3) {
		bottom: 0;
}
.op.active span:nth-of-type(1) {
	-webkit-transform: translateY(13px) rotate(-45deg);
	transform: translateY(13px) rotate(-45deg);
}
.op.active span:nth-of-type(2) {
	-moz-opacity: 0;
	opacity: 0;
}
.op.active span:nth-of-type(3) {
		-webkit-transform: translateY(-13px) rotate(45deg);
		transform: translateY(-13px) rotate(45deg);
}

@media only screen and (max-width: 750px) {
	.menu-trigger {
		position: fixed;
		top: 27px;
		right: 30px;
		width: 30px;
		height: 24px;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #000;
		border-radius: 3px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
}
	.menu-trigger span:nth-of-type(2) {
		top: 10.5px;
}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
}
	.op.active span:nth-of-type(1) {
		-webkit-transform:
			translateY(13px)rotate(-45deg);
		transform: translateY(10.5px)
			rotate(-45deg);
}
	.op.active span:nth-of-type(2) {
		opacity: 0;
}
	.op.active span:nth-of-type(3) {
		-webkit-transform:
			translateY(-10.5px)
			rotate(45deg);
		transform: translateY(-10.5px)
			rotate(45deg);
	}
}

#s-navi dt.trigger {
	margin-top: 0px;
	height: 0px;
}

@media only screen and (max-width: 750px) {
	#s-navi dt.trigger {
		margin-top: 54px;
		height: 0;
	}
}

.acordion_tree {
	display: block;
	background-color: #fff;
	height: auto;
	border-top: dotted 1px #666;
}
.acordion_tree ul.menu li {
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	margin: 0;
	padding: 1em 2em;
	list-style: none;
	border-bottom: dotted 1px #666;
}
.acordion_tree ul.menu li a {	
}
.acordion_tree ul.menu li .fa {
	min-width: 1em;
	color: #999;
}
.acordion_tree ul.menu li a:hover {
	color: #0056d1;
}
#s-navi dd.acordion_tree {
	padding: 10px 10px 20px;
	display: none;
	overflow: hidden;
	top: 0px;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
}

/*media Queries PCサイズ（1025px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 1025px) {
	/* IE7 対策 */
	header .smanone ul.menu{
		zoom:1;
	}
	*+html header .smanone ul.menu li{
		display:inline;
		zoom:1;
	}
	*+html header .smanone ul.sub-menu{
		zoom:1;
		position:relative;
	}
	.smanone {
		display: block;
	}
	.pcnone {
		display: block;
	}
	nav {
		display: block;
	}
}

/* エディタ用 */
/*テーブル */
.post table {
	box-sizing:border-box;
	border-top: 1px #999 solid;
	border-right: 1px #999 solid;
	margin-bottom: 20px;
	width: 100%;
	max-width: 100%;
}
table tr td {
	padding: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 13px;
	line-height: 18px;
	vertical-align:top;
}
table th {
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 13px;
	line-height: 18px;
}
.post table tr td {
	font-size: 13px;
	line-height: 18px;
}
.post table tr td p {
	font-size: 13px;
	line-height: 18px;
}
.post table tr:nth-child(even) {
	background-color: rgba(220,220,220,0.2);
}
#main .post table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	color: #333;
}

/*テーブル（装飾なし） */
.post .notab table {
	border:none;
	width: initial; /* 初期状態にリセット */
	max-width: initial; /* 初期状態にリセット */
}
.notab table tr td {
	border:none;
	text-align: left;
	vertical-align: top;
}
.notab table th {
	border:none;
}
.post .notab table tr:nth-child(even) {
	background-color: transparent;
}

/*スクロール*/
.post .scroll-box table {
	max-width:initial;
}
.scroll-box {
	overflow-x: auto;
	margin-bottom:10px;
}
.scroll-box::-webkit-scrollbar {
	height: 5px;
}
.scroll-box::-webkit-scrollbar-track {
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	background: #f3f3f3;
}
.scroll-box::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #ccc;
}

/*リスト */
.post ul {
	list-style-type: disc;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-bottom: 20px;
}
.post ul li {
	padding-bottom:5px;
}
.post ul li:last-child {
	padding-bottom:0px;
}
.post ol {
	list-style-type: decimal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-bottom: 20px;
}
.post ol li {
	padding-bottom:5px;
}
.post ol li:last-child {
	padding-bottom:0px;
}

/*マルリスト*/
.post .maruno { 
	margin-bottom: 20px;
}
.post .maruno ol { 
	list-style-type: none;
	counter-reset: st-section;
	margin-left: 10px;
	padding:0 20px 0 30px;
}
.post .maruno ol li {
	counter-increment: st-section;
	padding:10px 0;
	margin-bottom:10px;
	line-height: 23px;
}
.post .maruno ol li:before {
	content: counters(st-section,"");
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: inline-block;
	padding:0 8px;
	font-size:70%;
	margin-right:10px;
	background: #f3f3f3;
	color:#000;
	margin-left:-3em;
}

/*チェックリスト*/
.post .maruck { 
	margin-bottom: 20px;
}
.post .maruck ul { 
	list-style-type: none;
	margin-left: 10px;
	padding:0 20px 0 30px;
}
.post .maruck ul li {
	padding:10px 0;
	margin-bottom:10px;
	line-height: 23px;
}
.post .maruck ul li:before {
	content: " \f00c";
	font-family: FontAwesome;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: inline-block;
	padding:0 6px;
	font-size:70%;
	margin-right:10px;
	background: #f3f3f3;
	color:#000;
	margin-left:-3em;
}
