@charset "utf-8";
/* CSS Document */

#cnt_wrap {
	width: 907px;
	margin: 0px auto;
}		

/* パンくず */
#pankuzu { border-radius: 10px;
border: #ccc solid 1px;
background: #ccc;
margin: 20px auto;
padding: 3px 15px;
font-size:12px;
width: 870px;
}

/* left navigation */
#Lmenu {
width: 192px;
margin-top: 25px;
float:left;
}
	
	#Lmenu .menutop {
		width: 190px;
		height:35px;
		background: #0a7440;
		padding-top:20px;
		padding-bottom:5px;
		text-align: center;
		font-weight:bold;
		color: #ffffff;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom: #1FB66C 3px solid;
	}
	
	#Lmenu .menusub {
		width:190px;
		height: 20px;
		background: #666666;
		text-align:center;
		font-weight: bold;
		color: #ffffff;
		border-top: #Ffffff 1px solid;
		padding-top: 4px;
		padding-bottom: 4px;
	}

	#Lmenu ul{ 
	margin-right:20px;
	padding: 0px; 
	list-style:none;
	}

		#Lmenu ul li{
		display: block;
		padding: 0; 
		float: left;
		}

		#Lmenu ul li a{
		display: block;
		width:180px;
		border-top: 1px solid #fff;
		padding-left: 10px;
		padding-top:8px;
		padding-bottom:8px;
		text-decoration: none;
		color: #333333;
		font-weight:bold;
		font-size: 14px;
		background:url(../images/listmark.gif) no-repeat -2px 9px #e4e4e4;
		}
		
		#Lmenu ul li a:hover{
		display: block;
		background:url(../images/listmark_on.gif) no-repeat -2px 9px #99cccc;
		}
		
		#Lmenu ul li a:active{
		display: block;
		background:url(../images/listmark_on.gif) no-repeat -2px 9px #99cccc;
		}

		#Lmenu ul li.act a{
		display: block;
		width:180px;
		border-top: 1px solid #fff;
		padding-left: 10px;
		padding-top:8px;
		padding-bottom:8px;
		text-decoration: none;
		color: #333333;
		font-weight:bold;
		font-size: 14px;
		background:url(../images/listmark_on.gif) no-repeat -2px 9px #99cccc;
		}

		#Lmenu ul li.act a:hover{
			display: block;
		background:#99cccc;
		}
		
		#Lmenu ul li.act a:active{
			display: block;
		background:#99cccc;
		}
	
			

/*** banner area ***/	
#iframeBlock{
height:100%;
}

.iframeBody{
height:100%;
}

iframe{
border:none;
width:99%;
height:600px;
padding:0;
margin:0;
}


/* main area */

#cnt {
	width: 670px;
	float: right;
	margin-top: 25px;
	line-height: 1.5em;
}

#cnt p{
	padding: 10px;
}

#cnt ul {
	margin-left: 30px;
}

#cnt ol {
	margin-left: 30px;
}

.attention {
	border: 1px solid #1fb66c;
	padding: 15px;
	margin: 10px auto;
}

.greydots {
	border-bottom: 1px dotted #ccc;
	padding: .75em;
}


/* 見出し　*/
.t1 {
	padding: .75em;
	margin-bottom: 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #0a7440;
	font-size:24px;
}

.t2 {
	padding: .75em;
	margin-top: 15px;
	margin-bottom: 15px;
	border-left: 7px solid #0a7440;
	border-bottom: 1px solid #0a7440;
	font-size:16px;
	font-weight:bold;
}

.t3 {
	padding: .75em;
	margin-top: 15px;
	margin-bottom: 15px;
	border-left: 7px solid #0a7440;
	border-bottom: 1px #0a7440 dotted;
	font-size:16px;
	font-weight:bold;
}


/*　詳細を見る　*/
.gotonext {
	font-size:13px;
	text-align:right;
	padding-bottom: 10px;
}

.gotonext a {
	list-style-image:url(../data/images/arrow_pk.gif);
}

.gotonext a:hover {
	color: #ea345b;
}



/* カード　*/
#newpoll {
	width: 650px;
	height: 100%;
	margin: 15px auto;
	padding: 10px 5px;
}

#newpoll .cover{
	float: right;
	padding: 5px;
	margin-top: 80px;
	margin-right: 10px;
}

#newpoll #exp {
	float: left;
	width: 400px;
	padding: 5px;
}

#newpoll #exp h2 {
	border-left: #1fb66c 8px solid;
	margin-left: 10px;
	padding-left: 10px;
	font-size: 16px;
	font-weight:bold;
	margin-bottom: 15px;
	margin-top: 15px;
}

#newpoll #exp .info {
	font-size:14px;
	line-height: 160%;
	border: 1px #cccccc dotted;
	padding: 10px;
	margin-left: 10px;
}

#block {
	width: 290px;
	height: 100%;
	background: #f5f5f5;
	float: left;
	margin-right: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#block .up {
display: block;
 margin-left: auto;
 margin-right: auto;
 margin-top: 5px;
 margin-bottom: 10px;
	}

#block h2 {
	border-left: #1fb66c 8px solid;
	margin-left: 10px;
	padding-left: 10px;
	font-size: 16px;
	font-weight:bold;
	margin-bottom: 15px;
	margin-top: 15px;
}

#block .exp {
	margin-left: 10px;
	margin-right: 10px;	
	 border-top: #cccccc dotted 1px;
	 padding-top: 10px;
}

/* テーブル */
.t_01{
 width: 100%;
 border-collapse: collapse;
 }
 .t_01 th{
 padding: 6px;
 text-align: center;
 vertical-align: middle;
 color: #333;
 background-color: #eee;
 border: 1px solid #b9b9b9;
 }
 .t_01 td{
 padding: 6px;
 background-color: #fff;
 border: 1px solid #b9b9b9;
 }

/* 文字飾りなど */

.jisage { margin-bottom: 15px;}

.pink16 {
		color: #ea345b;
		font-size: 16px;
}

.pink20 {
	color: #ea345b;
	font-size: 20px;
	font-weight: bold;
}

.red20 {
	color:#CC0000;
	font-size: 20px;
	font-weight: bold;
}

.comment {
	margin-left: 20px;
}


/* 丸カッコつき数字 */
#cnt ol.list_parentheses{
  padding:0 0 0 2em;
  margin:0;
}
 
#cnt ol.list_parentheses li{
list-style-type:none;
list-style-position:inside;
counter-increment: cnt;
}

#cnt ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

#cnt .sage {
  padding:0 0 0 2em;
  margin:0;
}

/*20190508課題研究のため追加*/
#kadai {
	width: 780px;
	margin: 10px auto;
	clear: both;
}

#kadai ul {
	margin-left:80px;
	padding: 0px;
}

#kadai ul li {
		padding: 0; 
}

#kadai ol {
	margin-left:80px;
	padding: 0px;
}

#kadai ol li {
		padding: 0; 
}



/* ここダミー */
/*ol要素の共通設定*/  
ol.propositions, ol.propositions ol{
  padding-left: -3em; /*入れ子が起こるたびにインデント．0でもよいと思う*/
}

ol.propositions li{
  list-style-type:none; /*標準の番号を消す*/
  margin-left: 2em;     /*下のmargin-leftの符号違いを設定*/
}

ol.propositions li:before{
  display: inline-block; 
  text-align: right; /*i), ii)などを右寄せさせるため*/
  width: 1em;        /*リスト番号の幅*/
  margin-right: 1em; /*リスト番号と文章の間隔*/
  margin-left: -2em; /*上の2つと足して0になるように設定*/
}

/*カウンターの設定（olの階層ごとに設定）*/
ol.propositions>li{
  counter-increment: level1; /*もう少しセマンティックなネーミングはないか……*/
}

ol.propositions>li:before{
  content:  "(" counter(level1) ") "; /*大文字のローマ数字*/
}

ol.propositions>li>ol>li{
  counter-increment: level2; /*同上*/
}

ol.propositions>li>ol>li:before{
  content:  "[" counter(level2) "] "; /*小文字のローマ数字*/
}


