body {
/*   max-width: 800px; */
	margin-right: auto;
	margin-left : auto;
	padding: 0 10px;
	font-size:1.2em !important;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	background-color:#dddddd; 
}

.main{
    max-width: 800px;
	background-color:#ffffff;
	margin: auto;
	padding : 12px ;
}

pre{
	font-size:1.1em !important;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	overflow-x:scroll;
/*	-webkit-overflow-scrolling:touch;overflow:auto; */
	background-color:#FFFFCC;

}

.text_box {
  overflow-x: scroll;
}
.text_box::-webkit-scrollbar {
  height: 10px;
}
.text_box::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #ccc;
  border-radius: 5px;
}
.text_box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

h1 {
border-bottom: double 5px #FFC778;
/*線の種類（二重線）太さ 色*/
font-size:1.3em !important;
text-align: center;
}

.mokuji {
    width: 600px;
    border: solid 1px #000000;
    max-width: 100%;
    padding-top: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
	line-height: 1.2;
}
.ranking-icon {
    padding: 0;
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    font-size: 24px;
}

a{
  font-size:1.2em !important;
  color:#0000ff;
}


.article__content {
    background-color: white;
    padding: 10px;
}

.article-title {
    line-height: 1.4;
}

.orgBlock{
    line-height: 1.8;
    border: 2px solid  orange;   /* 外枠 */
   padding: 10px;             /* 内側の余白 */
   background-color: #ffffcc; /* 背景色 *外枠 */
   background-color: #ffecc7; /* 背景色 */
}

a.footerLink:link,a.footerLink:visited,a.footerLink:active  {
font-size:9pt !important;
text-decoration: underline;
color: #000000;
}


.Header .Header__inner{
    height: 90px !important;
}

@media screen and (max-width: 740px) {
	body,table,tr,td {
		font-size:1.3em;
		line-height:160%;

	}

	li {
		line-height: 1.8;
	}
}