BODY {
	background:url(img/bg.gif);
	line-height:175%;
	margin-right:8px;
	margin-top:8px;
	margin-bottom:8px;
	font-family:Meiryo, Osaka, Arial;
	font-size: clamp(1rem, calc(0.9rem + 0.625vw), 1.2rem);
}

img {
	max-width : 95%;
	height : auto;
}

a:link { color: #0000FF  ; font-family:Arial; text-decoration:none; font-weight:bold;}
a:visited { color: #0000FF  ; font-family:Arial; text-decoration:none; font-weight:bold;}
a:active { color: #0000FF  ; font-family:Arial; text-decoration:none; font-weight:bold;}
a:hover { color: #FF0000  ; font-family:Arial; text-decoration:underline; font-weight:bold;}

/* 文字修飾系 */
.smalltxt {
	font-size:85%;
}
.small50{
	font-size:50%;
}
.big200 {
	font-size:200%;
}
.red {
	color:red;
	font-weight:bold;
}
.subtitle2{
	color:firebrick;
	font-weight:bold;
	font-size:135%;
	line-height:175%;
}
/* ボックス設定 */
h1 {
	color:firebrick;
	font-weight:bold;
	font-size:145%;
	line-height:175%;
	border-bottom:3px solid #C0C0C0;
	border-right:3px solid #C0C0C0;
	background-color:#FFEBE5;
	width:100%;
}

h1 span {
	margin-left:7px;
}

h2 {
	font-size : 145%;
	color:white;
	font-weight:bold;
	background:#006633;
	width:100%;
	padding:5px 0px;
}
h2 span {
	margin-left:5px;
}
h3 {
	float:left;
	font-family: arial;
	font-weight:900;
	font-style:italic;
	font-size:160%;
	color:gray;
	margin-top:0px;
	margin-right:10px;
	vertical-align:top;
}

h3.infoindex3 {
	font-size : 125%;
	color:#5555aa;
	font-weight:bold;
	background:none;
	width:100%;
	padding:5px 5px;
	border-left:solid 3px #5555aa;
	border-bottom:solid 3px #5555aa;
}

h1,h2,h3,p {
	text-align:left;
}


h4 {
	font-size : 100%;
	width:100%;
	padding:5px 0px;
	text-align:right;
}


.wrapper {

	max-width:1350px;
	margin : 0px auto;
	overflow:hidden;
}

.main {

	float:right;
	width:100%;
	margin-left:-250px;
}

.content {
	text-align:left;
	margin-left:250px;
}

.footer {
	text-align:center;
	margin-left:250px;
}
.sidebar {

	width:240px;
	margin-right:10px;
	height:auto; 
	z-index:2;
	position:relative;
}

div.sidebar h1 {
	text-align:center;
}

div.sidebar h2 {
	text-align:center;
	clear:left;
}

.sidebarlist {
    padding-bottom:20px;
}

dl.sidebarlist dd {
    margin-left:25px;
    padding:0;
}

dl.sidebarlist dd ul {
    margin:0;
    padding:0;
}

dl.sidebarlist li {
    width: 90%;
    float: left;
    text-align:left;
    font-size:80%;
}

dl.sidebarlist dt {
    width: 100%;
    float: left;
    font-weight:900;
    background-color:grey;
    text-align:center;
}

.kokuchi1{
	color:firebrick;
	font-size:85%;
	line-height:175%;
	border-top:1px dashed firebrick;
	border-left:1px dashed firebrick;
	border-right:1px dashed firebrick;
	background-color:#FFEBE5;
	padding:0px 3px;
	text-align:center;
}

.kokuchi2{
	color:firebrick;
	font-size:85%;
	line-height:175%;
	border-bottom:1px dashed firebrick;
	border-left:1px dashed firebrick;
	border-right:1px dashed firebrick;
	background-color:#FFEBE5;
	padding:0px 3px;
	text-align:left;
}

@media (max-width: 1000px) {

     .main, .content, .sidebar, .footer {
          float: none;
          margin: 3px;
          width: auto;

     }

	dl.sidebarlist dd {
	    margin-left:25px;
	    padding:0;
	}

	dl.sidebarlist dd ul {
	    margin:0;
	    padding:0;
	}

	dl.sidebarlist li {
	    width: 45%;
	    float: left;
	    text-align:left;
	    padding-right:30px;
	}



} /* レスポンシブ閉じ */


.imgcontainer {
	font-size : 80%;
	background-color:white;
	margin:3px auto 10px auto;
	padding:5px 10px 5px 10px;
	text-align:center;
	border:1pt solid #888888;
}

.overview {
	clear:both;
	margin-bottom:20px;
	overflow:hidden;
}

.overviewdt {
	font-weight:bold;
}

.overviewdd {
	margin-left:0px;
}

.leftimg {
	float:left;
	padding:5px;
	margin:5px;
	font-size : 80%;
	text-align:center;
	border:1pt solid #888888;
	background-color:white;
}

.rightimg {
	float:right;
	padding:5px;
	margin:5px;
	font-size : 80%;
	text-align:center;
	border:1pt solid #888888;
	background-color:white;
}


/* SNS関連 */
ul.social-btn{
    display: table;
    table-layout: fixed;
    width: 100%;
    margin:20px 0 0 0;
    padding:0;
}

.social-btn li{
    list-style: none;
    display: table-cell;
    margin:0;
    padding:0;
    text-align: center;
    color:#fff;
    background: #000;
    line-height: 25px;
    cursor: pointer;
}
.social-btn li a{
    display: block;
    color: #fff;
}

#share-facebook{
    background: #3B5999;
}
#share-twitter{
    background: #55ACEE;
}
#share-google{
    background: #DD4B39;
}
#share-hatebu{
    background: #008CD2;
}
#counter-text{
    background: grey;
    cursor: default;
    font-weight:bold;
}

.infotable {
	border-collapse: collapse;
}
.thcenter {
	padding:2px;
	margin:2px;
	font-size : 100%;
	text-align:center;
	border:1pt solid #888888;
	background-color:white;
	font-weight: bold;
}

.thleft {
	padding:2px;
	margin:2px;
	font-size : 100%;
	text-align:left;
	border:1pt solid #888888;
	background-color:white;
	font-weight: bold;
}

.tdcenter {
	padding:2px;
	margin:2px;
	font-size : 100%;
	text-align:center;
	border:1pt solid #888888;
	background-color:white;
	white-space: nowrap;
	line-height: 125%;
}

.tdleft {
	padding:2px;
	margin:2px;
	font-size : 100%;
	text-align:left;
	border:1pt solid #888888;
	background-color:white;
}
