
.content h2 {
font-size: 1.3em !important;
margin-bottom: 10px;
line-height: 120%;
}

 h2.prizeTitle{
  color: #36f;
  font-size: 1.8em;
  font-weight: normal;
  text-shadow: 1px 2px 2px rgba(114, 114, 114, 0.2);
 margin-bottom: 1.2em;
 text-align: center;
 letter-spacing:0.29em;
 }


.lsNum{letter-spacing:normal;
}

.content h3 {
	font-size: 1.2em;
 margin-bottom: 20px;
}
.content h4 {
	font-size: 1.1em;
 margin-bottom: 10px;
}
.content h5,
.content h6 {
	font-size: 1em;
 margin-bottom: 5px;
}

.content h4 span {
 font-weight: normal;
}

.remake p {
	margin: 0;
	margin-bottom: 30px;
}

dt {font-weight:bold;
}
.ruby{font-size:0.8em;}
dl {
	margin-left: 35px;
}
.listPoint {
	list-style-image: url(../../img/list_point.gif);
}

.junban{
	font-size:0.8em;
	font-weight:normal;	
}

.large{
	font-size:1.4em;
}



.content{/* style.cssにも定義有り*/
width:730px;
margin:0 auto;
font-size:1em;
line-height:1.3em;
background-color:#FFFFFF;
}

.content h2{font-size:1.1em;}

.content ul{margin-left:0px;}

.content p{
	line-height: 150%;
}

.glaphtit{
text-align:center;
font-size:0.8em;
margin-top:5px;}

hr{
	margin-bottom:40px;
}


#container #contents  sup {
	vertical-align: text-top;
}

table.tb_001 {
	margin-bottom: 0;
    margin-left: 0;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
	width:100%;
	background: #FFF;
	border: 1px solid #333;
}
table.tb_001 th,
table.tb_001 td {
	border: 1px solid #333;
	padding: 8px 10px;
	word-break: break-all;
}

table.art06 {
 width: 90%;
 margin: 0 auto;
 margin-bottom: 30px;
}

ol.lis{
list-style-type:decimal;
margin-left:30px;
line-height:normal;

}


/*----------------------
201910追記
----------------------*/

h3{
margin-top: 
40px;
}

.komidashi{
margin-bottom: 10px;
}

p.txtIndent{
  padding-left:1em;
  text-indent: -1.3em;
  margin:0px 0px 4px 12px;
line-height: 140%;
}

/*---本文中囲みボックス---*/
.borderBox
{
border: solid 1px #CCC; 
padding: 10px;
margin: 10px 0 20px 00px;
}


/*---本文中囲みボックス（2重線）---*/
.borderBoxDouble
{
border: double 3px #333; 
padding: 10px;
margin: 10px 0 20px 00px;
}


/*---リストの設定---*/

.txtSmall ul li {
	word-break: break-all;
}

.listDisc,
.listCirclenum,
.listParen,
.listRoman,
.listParen4,
.listFootnote,
.listParenDai,
.listParenDai2{
padding-left:0;
margin-left: 0;
}

.listDisc li,
.listCirclenum li,
.listParen li,
.listRoman li,
.listParen4 li,
.listFootnote li,
.listParenDai li,
.listParenDai2 li{
 margin-bottom: 6px;
 line-height: 140%;
}

.listCirclenum li,
.listParen li,
.listParen4 li,
.listFootnote li,
.listParenDai li
.listParenDai2 li{
list-style: none;
}


/*---・discリスト---*/
.listDisc li{
list-style: disc;
margin-left: 1em;
}

/*---丸数字リスト---*/
.listCirclenum li{
padding-left:1em;
text-indent: -1em;
}

/*---（１）数字リスト---*/
.listParen li{/*
padding-left:3em;
text-indent: -3em;*/
}

/*---［１］大かっこ数字リスト---*/
.listParenDai li{
padding-left:2.7em;
text-indent: -2.7em;
}
/*--- [1]半角大かっこ数字リスト---*/
.listParenDai2 li{
padding-left:1.5em;
text-indent: -1.5em;
}


/*---ローマ数字リスト---*/
.listRoman li{
list-style-type:upper-roman;
margin-left: 2em;
}

/*---（注１）備考リスト--*/
.listParen4 li{
list-style: none;
padding-left:3em;
text-indent: -4em;
}

/*---＊１：脚注リスト---*/
.listFootnote li{
list-style: none;
padding-left:1em;
text-indent: -2em;
}



li .txtSmall{line-height:140%;}

/*---配置画像---*/
.imgR{
float: right;
margin:20px 0 10px 0 ;
}

.imgL{
float:left;
margin:0 20px 10px 0 ;
}

.imgC{
text-align: center;
margin-bottom:10px;
}

.Uline{
text-decoration: underline;
/*border-bottom: 1px solid #000;*/
}


/*---追加のテーブル---*/
table.tb_002 {
	margin-bottom: 0;
    margin-left: 0;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
	width:100%;
	background: #FFF;
	border: 1px solid #333;
}
table.tb_002 th,
table.tb_002 td {
	border: 1px solid #333;
	padding: 2px 4px;
	word-break: break-all;
}


table.tb_002 th{
font-weight:normal;
text-align: left;
vertical-align: top;
}

/*---追加の上付リスト--*/

.listCount_sup{
  counter-reset: number 0; 
  list-style-type: none;
  padding-left: 1em;
}

.listCount_sup li{
text-indent: -0.8em;
margin-bottom: 6px;
}
.listCount_sup li:before {
   counter-increment: number 1; 
  content: counter(number) " ";   
  vertical-align: super;
  font-size: 70%;
}



/***追加の上ローマ数字リスト**/
.listCount_dl{
margin: 20px 0 0 0;
  counter-reset: lomannum 0; 
  list-style-type: none;
  padding-left: 1em;
}
.listCount_dl dt{
text-indent: -0.8em;
font-weight: bold;
margin-bottom: 10px;
}

.listCount_dl dt:before {
   counter-increment: lomannum 1; 
  content: counter(lomannum, lower-roman) " . ";   
}
.listCount_dl dd{
margin-left: -1em;
margin-bottom: 1em;
}




/***追加の上ローマ数字リスト2021**/

.listCount_supRoman{
  counter-reset: number 0; 
  list-style-type: none;
  padding-left: 1em;
}

.listCount_supRoman li{
text-indent: -0.8em;
margin-bottom: 6px;
}
.listCount_supRoman li:before {
    counter-increment: number 1;
    content: counter(number, lower-roman);
  vertical-align: super;
  font-size: 70%;
  padding-right:5px;
}




/*　　*）半括弧リストの位置調整　　*/
.listParenHarf{
list-style: none;
margin-left:2.8em;
margin-bottom: 1em;
}

.listParenHarf li{
text-indent:-1.6em;
margin-bottom: 4px;
}

.reference a {
word-break: break-all;
}

p .txtSS {
vertical-align:super;
padding: 0 1px;
/*
color:red;
font-weight:bold; 
*/
}


/*-----------------
      参考文献
-----------------*/

.Refer{
 overflow-wrap: break-word;
 font-size:90%;
}

/*参考文献リスト*/
.Refer .Refertitle{
font-weight:bold;
margin-bottom: 10px;
}

/*参考文献リスト*/
.Refer ul,
.Refer ol{
margin-bottom:20px;
}

.Refer ul li,
.Refer ol li{
margin-bottom: 6px;
}

/*参考文献DL横並び*/
.dlRefer{
display: flex;
flex-wrap: wrap;
margin-left: 0.8em;
}

.dlRefer dt{
min-width:6em;
}

.dlRefer dd{
width:80%;
margin-bottom:4px;
}



/*-----------------
      調整用
-----------------*/

.LH150 {line-height:150%;}
.LH160 {line-height:160%;}
.LH170 {line-height:170%;}

.pdL1em {padding-left: 1em;}
.pdL2em {padding-left: 2em;}
.pdL3em {padding-left: 3em;}


/*-----------------
     質問文用
-----------------*/

.borderBox li{
margin-bottom: 20px;
line-height: 160%;
}

.borderBox h3{
margin-bottom: 40px;
}

.pict {
 margin-bottom: 40px;
}
.pict img{
 display: block;
 margin: 5px auto;
 width: 90%
}
.pict.left img{
 margin: 5px;
}
.pict.w80 img{
 width: 80%;
}
.pict.w70 img{
 width: 70%;
}
.pict.w40 img{
 width: 40%;
}
.pict.w30 img{
 width: 30%;
}
.pict.w20 img{
 width: 20%;
}
ul.disc {
     margin-left: 2em;
 line-height: 150%;
 list-style: disc;
 margin-bottom: 30px;
}