/*
＜サイト別デザイン＞
基本デザインを定義の上で使用　＞　style/style.css
*/

#navi-btn {
	z-index: 999;
	position: fixed;
	bottom: 10px;
	left: calc(50vw - 45px);
	width: 56px;

	text-align: center;
	padding: 8px 16px 6px 16px;
	line-height: 24px;
	font-size: 20px;
	font-weight: 700;

	background-color: rgba(0,0,160,0.8);
	border: solid 1px rgba(0,0,223,1);
	border-radius: 160px;
	color: rgba(255,255,255,1);
}

#view-navi {
	display: none;
}
.view-navi-contents {
	padding: 10px 10px 50px 10px;
}

#pankuzu {
	padding: 0px 0px 0px 0px;
}
#h-index {
	padding: 0px 0px 0px 0px;
	background-color: rgba(255,255,255,1);
}

#h-index a,#pankuzu a {
	display: inline-block;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0.2em 1em 0.1em 1em;
	border: solid 1px rgba(0,0,0,0.6);
	border-radius: 0px 1em 1em 0px;
	background-color: rgba(255,255,255,0.2);	
}

#h-index .tab1 {
	border-left: solid 1px rgba(0,0,0,1);
}
#h-index .tab11 {
	border-left: solid 11px rgba(0,0,0,1);	
}
#h-index .tab21 {
	border-left: solid 21px rgba(0,0,0,0.4);
}

.share-box {
	display:flex;
	margin: 10px 10px 15px 5px;
}
.share-box div {
	padding: 0px 5px 0px 5px;
}

header {
}
.site-name {
	padding: 5px 10px 5px 10px;
	color: rgba(255,255,255,1);
	text-shadow: 2px 2px 2px rgba(0,0,0,1), 0px 0px 6px rgba(0,0,0,1) ;
}

footer {
	padding: 0.5em 0.5em 60px 0.5em;
	font-size: 12px;
	font-weight: 700;
	background-color: rgba(0,0,0,0.1);
	text-align: center;
}

/*========== レスポンシブデザイン ==========*/

/* スクリーン横769px以上 */
@media screen and (min-width: 769px) {
#ctrl {
	width: 768px;
}
}

/* スクリーン横768pxまで */
@media screen and (max-width: 768px) {
#ctrl {
	width: 100%;
}
}

/* スクリーン横320pxまで */
@media screen and (max-width: 320px) {
#ctrl {
	width: 100%;
}
}

