﻿
/*インフォメーションボックス*/
<style type="text/css">

	.infobox {
	   height: 6.8em;
	   overflow: auto;
	   border: black 1px solid;
	   background-color:#EEEEEE;
	   white-space:nowrap;
	   	margin-left: 100px;
	}


/*文字列*/
	.title-style1 {
		margin-left: 0px;
	/*	width:auto ;*/
		white-space:nowrap;
	}


	.title-style2 {
		margin-left: 0px;
	/*	width:auto ;*/
		white-space:nowrap;
	}
	.auto-style3 {
		margin-left: 0px;
	
/*		color: #0000FF;
*/		white-space:nowrap;
	
	}
	
	.auto-style4 {
	margin-left: 17px;
	}

	/*右3段目*/
	.string-style13 {
		margin-left: 40px;
		width: auto;
}
/*	文字を小さく*/
	.string-style13_s {
		margin-left: 40px;
		width: 549px;
		font-size:12px;
}

	.auto-style12 {
	margin-left: 40px;
		width: auto;
		line-height: 1.5em;
		border-left: 2px solid #37474f;
	}

/*	背景色付き*/
	.string-style14 {
		margin-left: 40px;
	background-color:#ffcc99;
	color: #000000;	
	}

	.string-style16 {
		margin-left: 0px;
/*	background-color:#ffcc99;*/
	color: #000000;	
	background: linear-gradient(to right,  #c0c0c0 0%, #ffffff 100%);	
	}

	.string-style17 {
		margin-left: 0px;
/*	background-color:#ffcc99;*/
	color: #000000;	
	background: linear-gradient(to bottom,  #FF9900 0%, #ffffff 100%);	
	}


	.string-style18 {
		margin-left: 50px;
	}

	.string-style15 {
		margin-left: 80px;
	}

/*文字囲み*/
.box1 {
/*    padding:1px 1px;
*/    margin: 1px 0;
/*    font-weight: bold;*/
    border: solid 1px #000000;
}
/*.box1 p {
    margin: 0; 
    padding: 0;
}
*/
/*罫線*/

	
	.auto-style010_3 {
		margin-left: 0px;
		color: #0000FF;
	}
	
	.title-style2 {
		margin-left: 20px;
		width: auto;
		line-height: 1.5em;
	}


		.auto-style7 {
		/*box-sizing: border-box !important;*/
    border: 1px solid #000000;
		border-collapse: collapse;
}


/*表のスタイル*/
.table-style5 {
		/*box-sizing: border-box !important;*/
    border: 1px solid #000000;
		background-color: #C0C0C0;
		margin-left: 100px;
	}

	.table-style6 {
		/*box-sizing: border-box !important;*/
    border: 1px solid #000000;
	}




/*図形_動画位置*/
.fig-style6 {
/*	margin-left: 20px;
	left: 10px; 
	top: 200px; 
*/	margin-left: 100px; 
}
.fig-style7 {
/*	margin-left: 20px;
	left: 10px; 
	top: 200px; 
*/	margin-left: 10px; 
width:580px;
border: solid;
border-color: #031de2;
}


/*塗りつぶし*/
.box3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #cde4ff;/*背景色*/
}
.box3 p {
    margin: 0; 
    padding: 0;
}


.circle {
   width: 100px;
   height: 50px;
	border-radius: 50px 50px 0 0;
	background: #FF6600;
   position:absolute   ;
   top: 40px;
    left: 850px;
    }
    
</style>


