@charset "utf-8";
/*
Theme Name: jfa2020
Theme URI: https://www.dik.co.jp/
Version: 1
Author: DIK
*/

#humberger {
    -vendor-animation-duration: 3s;
    -vendor-animation-delay: 2s;
    -vendor-animation-iteration-count: infinite;
}
* { box-sizing: border-box; }
html { font-size: 62.5%; /* 15px x 0.625 = 10px(=1rem) */ }
body {
	background: #fff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	line-height: 1.7;
}

/* ------------------------------------------------------- */
/* layout ------------------------------------------------ */
/* ------------------------------------------------------- */

/* base サイトレイアウトの基本設定 ----------------------- */

#top {
	width: 100%;
}
#container {
	max-width: 1115px;
	min-width: 1000px;
	margin: 0 auto 25px;
	padding: 0;
	clear: both;
}
#main {
	width: 100%;
}
#footer {
	width: 100%;
	min-width: 1000px;
}
@media only screen and (max-width:768px) {
    #container {
        min-width: 100px;
        width: 100%;
        padding: 0 15px 0 15px;
    }
    #main {
        margin: 0 0 15px 0;
    }
    #footer {
        min-width: 100px;
        width: 100%;
    }
}

/* ------------------------------------------------------- */
/* header ------------------------------------------------ */
/* ------------------------------------------------------- */

.headerInner {
	max-width: 1115px;
	min-width: 1000px;
	margin: 0 auto;
}
.logo {
	width: 260px;
	height: 50px;
}
.logo a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/base/logo.png) no-repeat;
	background-size: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
@media only screen and (max-width:768px) {
	#header {
		height: 80px;
	}
	.headerInner {
		width: 100%;
		min-width: 100px;
		padding: 10px;
	}
	#top { display: block; }
	.logo {
		width: 282px;
		height: 60px;
		order: 2;
	}
	.logo a {
		background: url(../images/base/logo.png) no-repeat;
		background-size: 100%;
	}
}

/* ------------------------------------------------------- */
/* header1lv --------------------------------------------- */
/* ------------------------------------------------------- */

/* header -------------------------------------------------*/

.header1lv #header {
	height: 80px;
	width: 100%;
	position: fixed;
	z-index: 10;
	background: #fff;
	top: 0;
	left: 0;
    box-shadow: 0px 4px 10px -5px rgba(0,0,0,0.5);
}
.header1lv .headerTitle {
	padding: 15px 0;
	float: left;
}
@media only screen and (max-width:768px) {
    .header1lv #header {
        height: 70px;
    }
	.header1lv .headerTitle {
		padding: 0;
	}
}


/* ------------------------------------------------------- */
/* header1lv, header2lv 共通 ------------------------------ */
/* ------------------------------------------------------- */

/* Top Contents -------------------------------------------*/

.topContents {
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
}
.header1lv .topContents {
	margin: 80px 0 0 0;
}
.header2lv .topContents {
	margin: 130px 0 0 0;
}

@media only screen and (max-width:768px) {
	.topContents {
		min-width: 100px;
	}
	.header1lv .topContents {
		margin: 70px 0 0 0;
	}
	.header2lv .topContents {
		margin: 100px 0 0 0;
	}
}

/* ------------------------------------------------------- */
/* footer ------------------------------------------------ */
/* ------------------------------------------------------- */

#footer {
	background: #E5ECED;
}
.footerInner {
	max-width: 1115px;
	min-width: 1000px;
	margin: 0 auto;
	padding: 30px 0 25px;
    display: flex;
}
.footerInfo {
    width: 100%;
    text-align: center;
}
.footerInfo div {
	font-weight: bold;
	font-size: 2.0rem;
}
.footerInfo address {
	font-size: 1.4rem;
}
#copyright {
    text-align: center;
    font-size: 1.3rem;
    padding: 5px;
}
@media only screen and (max-width:768px) {
    .footerInner {
        width: 100%;
        min-width: 100px;
        display: block;
	    padding: 15px;
    }
    .footerInfo {
        text-align: center;
        padding-right: 0;
    }
}

/* ------------------------------------------------------- */
/* side -------------------------------------------------- */
/* ------------------------------------------------------- */

#side {}

/* Widget */
.widget ul li {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 5px;
	padding: 0 10px 0px 10px;
	font-size: 1.4rem;
}
.widget ul li a {
	display: block;
}
.tagcloud a {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 5px;
	padding: 0 10px 0px 10px;
	font-size: 1.4rem !important;
	display: block;
}
.archive_month select {
	width: 96%;
	margin: 0 2%;
}

/* ------------------------------------------------------- */
/* プリント用 -------------------------------------------- */
/* ------------------------------------------------------- */

@media print {	
    #humberger, #pageTop, #pageTop div, #movePageTop, #pageTop p {
        display: none!important;
    }
    #container {
        padding: 0!important;
    }
    #header {
        position: static!important;
    }
    .topContents {
        min-width: 1000px!important;
        width: 100%!important;
        margin: 0!important;
        padding: 0!important;
        overflow: hidden!important;
    }
}

/* ------------------------------------------------------- */
/* dark mode --------------------------------------------- */
/* ------------------------------------------------------- */

/*@media (prefers-color-scheme: dark) {
	html { filter: invert(1) hue-rotate(180deg); }
	html img { filter: invert(1) hue-rotate(180deg); }
}*/