@charset "utf-8";
/*
Theme Name: plain
Theme URI: https://www.dik.co.jp/
Version: 1
Author: DIK
*/

/* ------------------------------------------------------- */
/* Layout ------------------------------------------------ */
/* ------------------------------------------------------- */

#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: calc(100% - 285px);
	float: left;
}
#side {
	width: 260px;
	float: right;
}
#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 {
        width: 100%;
        float: none;
        margin: 0 0 15px 0;
    }
    #side {
        width: 100%;
        float: none;
    }
    #footer {
        min-width: 100px;
        width: 100%;
    }
    .banner img {
        width: 100%;
        height: auto;
    }
}

/* ------------------------------------------------------- */
/* header ------------------------------------------------ */
/* ------------------------------------------------------- */

#header {
	height: 130px;
	width: 100%;
	position: fixed;
	z-index: 10;
	background: #fff;
	top: 0;
	left: 0;
}
.headerInner {
	max-width: 1115px;
	min-width: 1000px;
	margin: 0 auto;
}
#top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headerTitle {
	display: flex;
	align-items: center;
	padding: 15px 0;
}
.logoTxt {
	font-size: 1.3rem;
	padding-left: 20px;
}
.logo {
	width: 130px;
	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;
		border-bottom: 2px solid #1a6212;
	}
	.headerInner {
		width: 100%;
		min-width: 100px;
		padding: 10px;
	}
    #top {display: block;}
	.headerTitle {
		flex-wrap: wrap;
		padding: 0;
	}
	.logoTxt {
		width: 200px;
        padding-left: 10px;
		font-size: 1.1rem;
	}
	.logo {
		width: 150px;
		height: 60px;
	}
	.logo a {
		background: url(../images/base/logo.png) no-repeat;
		background-size: 100%;
	}
}
@media only screen and (max-width:410px) {
    .logoTxt { display: none; }
}

/* ------------------------------------------------------- */
/* footer ------------------------------------------------ */
/* ------------------------------------------------------- */

#footer {
    background: #f2f2f2;
	border-top: 2px solid #eee;
}
.footerInner {
	max-width: 1115px;
	min-width: 1000px;
	margin: 0 auto;
	padding: 30px 0 25px;
}
.footerInfo {
    line-height: 150%;
    font-size: 1.4rem;
}
.footerInfo div {
    padding-top: 5px;
}
.footerInfo img.footerLogo {
    width: 130px;
    height: 50px;
    margin-right: 15px;
    float: left;
}
.footerMenu {
    text-align: right;
    font-size: 1.4rem;
    float: right;
}
#copyright {
    background: #0070c0;
    text-align: center;
    font-size: 1.3rem;
    padding: 5px;
    color: #fff;
}
@media only screen and (max-width:768px) {
    .footerInner {
        width: 100%;
        min-width: 100px;
        display: block;
	    padding: 15px;
    }
    .footerInfo  { width: 100%; }
    .footerInfo {
        text-align: center;
        padding-right: 0;
    }
    .footerInfo img.footerLogo {
        margin-right: 0;
        float: none;
    }
    .footerInfo div {
        font-size: 1.2rem;
    }
}

/* ------------------------------------------------------- */
/* 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;
}

/* ------------------------------------------------------- */
/* プリント用 -------------------------------------------- */
/* ------------------------------------------------------- */
@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;
    }
}