@charset "utf-8";
/* CSS Document */
/* ========WindowSizePattern======== */
.pc {
	display: block !important;
}

.pctb {
	display:block !important;
}

.tb {
	display: none !important;
}

.sp {
	display: none !important;
}

body {
	line-height:1.4em;
	overflow-y:scroll; /*上下スクロールバーの強制表示*/
}

#container {
	width:940px;
	margin:10px auto;
	height:100%;
}

/*　ヘッダー設定　*/

header {
	position:relative;
	height:130px;
}

header img {
	position:absolute;
	bottom:0;
}

header img.logo {
	float:left;
}

header img.sns1 {
	right:180px;
}

header img.sns2 {
	right:135px;
}

header img.sns3 {
	right:90px;
}

header img.sns4 {
	right:45px;
}

header img.sns5 {
	right:0px;
}


header h4 {
	font-size:small;
}

/*　ナビゲーションバー設定　*/

nav {
	clear:both;
}

#gnav {
	margin:10px 0;
}

#gnav a {
	font-size:small;
	font-weight:bolder;
}

#gnav ul {
	list-style: none;
	justify-content: space-between;
	display:flex;
	padding: 0;
	margin: 0;
}

#gnav li {
	background: linear-gradient(to top, #FFF, #DDD);
	border: solid 1px #EEE;
	box-sizing: border-box;
	padding: 10px 0;
	text-align: center;
	flex-grow: 1;
	display:inline-block;
}

#gnav li a {
	color:#555;
	text-shadow: 1px 1px 1px #BBB;
	display:block;
}

#gnav li.nav_first {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#gnav li.nav_last {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#gnav li.active {
	background: linear-gradient(to top, #036, #06C);
}

#gnav li.active > a {
	color:#FFF;
}

#gnav li:hover {
	background: linear-gradient(to top, #036, #06C);
}

#gnav li:hover > a {
	color:#FFF;
}

/*　メインコンテンツ設定　*/

section.main_image {
	margin:20px 0;
}

section.menu ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}

section.menu li {
	box-sizing: border-box;
	padding:0;
	text-align: center;
	flex-grow: 0;
}

section.topics {
	margin:20px 0;
}

section.topics div.post p{
	font-size:small;
	line-height:1.8em;
}

h3:before {
	content:url(../img/h3_headingmarker.png);
	padding:5px;
}

div.post {
	margin: 10px 0 20px 0;
    padding: 10px 10px 0 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 1px #ccc;
}

div.post p {
	margin: 10px;
	font-size:small;
	color:#333;
	line-height:1.4em;
}

div.maintenance h5 {
	margin-bottom:0;
	color:#006;
}

div.maintenance p {
	font-size:small;
}

div.maintenance dl,div.maintenance dt,div.maintenance dd {
	font-size:small;
	box-sizing: border-box;
}

div.maintenance dl {
	width:90%;
	margin:0 5%;
}

div.maintenance dt,div.maintenance dd {
	padding: 10px 10px 0 10px;
}

div.maintenance dt {
	width:15%;
	float:left;
}

div.maintenance dd {
	margin-left: 15%;
    padding-bottom: 10px;
}

div.maintenance dd:after {
	content:'';
	display:block;
	clear:both;
}

div.album {
	padding:10px;
}

div.album ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}

div.album li {
	box-sizing: border-box;
	padding:0;
	text-align: center;
	flex-grow: 0;
}

img.busiimg {
	float:right;
	width:150px;
}

p.busip {
	margin:0 170px 0 20px;
}

/* サブコンテンツ設定　*/

div#sub {
	width:100%;
	height:260px;
	background-color:#F4F4F4;
}

.box1, .box2 {
	float:left;
	border:0;
	width:450px;  /** 横幅50% **/
	margin-right:10px;
	padding:10px 0 10px 30px;
	font-size:small;
}

.box1 ul {
	padding-left:30px;
}

.box1 li {
	list-style-image:url(../img/ul_listmark_arrow.png);
}

ul.submenu {
	padding-left:20px;
	border:0;
}

/*　フッター設定　*/

#copyright {
	background-color:#CCC;
	padding: 10px 0 10px;
	text-align:center;
	font-size:x-small;
}

@media (max-width: 812px) {
	/* ========WindowSizePattern======== */
	.pc {
		display: none !important;
	}

	.pctb {
		display:block !important;
	}

	.tb {
		display: block !important;
	}

	.sp {
		display: none !important;
	}
	
	/* -- */
	
	#container {
		width:520px;
	}
	
	header img.logo {
		width:320px;
	}

	#gnav li a {
		font-size:9pt;
	}
	
	section.main_image img {
		width:100%;
	}
	
	section.menu img {
		width:95%;
	}
	
	div#sub {
		height:450px;
	}
	
	.box1 , .box2 {
		width:470px;
		margin:0;
		padding:10px 0 10px 50px;
	}
	
	div.album img {
		width:155px;
	}
	
	div.maintenance img.sss {
		width:480px;
	}
	
	
}

@media (max-width: 512px) {
	/* ========WindowSizePattern======== */
	.pc {
		display: none !important;
	}

	.pctb {
		display:none !important;
	}

	.tb {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
	
	/* -- */
	
	#container {
		width:320px;
	}
	
	header {
		position:static;
		height:auto;
	}
	
	header img{
		position:static;
	}

	header img.logo{
		width:100%;
		float:none;
	}

	header img.esti {
		width:56%;
		float:left;
	}

	header img.sns1 {
		right:135px;
		float:left;
		width:11%;
	}
	
	header img.sns2 {
		right:90px;
		float:left;
		width:11%;
	}
	
	header img.sns4 {
		right:45px;
		float:left;
		width:11%;
	}
	
	header img.sns5 {
		right:0px;
		clear:both;
		width:11%;
	}

    #gnav {
		margin:0;
	}

	#gnav ul {
		display:inherit;
	}

	#gnav li {
		display:list-item;
	}

	#gnav summary {
		width:300px;
		padding:5px 10px;
		background:#CCC;
	}

    section.main_image {
		margin:5px 0;
	}

    section.topics div.post p {
		font-size:11px;
	}
	
	div#sub {
		height:490px;
	}
	
	.box1 , .box2 {
		width:300px;
		padding:10px;
	}

	div.album img {
		width:135px;
	}
	
	div.maintenance img.sss {
		width:300px;
	}
	
	img.busiimg {
		float:none;
		width:150px;
	}
	
	p.busip {
		margin:0 10px;
	}	
}