 * {
margin: 0;
padding: 0;
list-style: none;
}

#topicpath {
	margin-bottom: 20px;
	margin-top: -11px;
}   

#topicpath li {
	display:inline;
	line-height:130%;
	list-style-type:none;
	margin-left: 20px;
}  

body {
	color: #000;
	text-align: center;
	line-height: 30px;
	margin: 0 auto;
	font-size: 10.5pt;
	background-color: #fff;
	background-image: 
}

a {
	color: #039;
	font-weight:normal;
	text-decoration:underline;
	background-color: inherit;
}

a:hover {
	color: #000;
	background-color: #9F0;
}

.header {
	float: left;
	width: 100%;
	margin: 2px 0 0px 5px;
	color: #000;
	padding: 2px 2px 0px 2px;
	background-color: #FFF;
}
.search {
	float: left;
	width: 100%;
	margin: 2px 0 0px 5px;
	color: #000;
	padding: 2px 2px 0px 2px;
	background-color: #FFF;
}

h1 {
	font-size: 16px;
	margin-left: 4px;
	color: #333;
	text-transform:uppercase;
	text-decoration: underline;
}

h2 {
	font-size: 13px;
	margin-left: 4px;
	color: #333;
	text-transform:uppercase;
	text-decoration: underline;
}
.operations_research { 
	width: 100%; 
	background: #fff; 
	margin: 0 auto;
	padding:px; 
	text-align: left;
	border-left: 1px solid #666;
	border-right: 1px solid #666; 
}

#pic{
	width: 100%;
	height: ;
	background:#fff url(../image/title8.jpg) no-repeat;
    p.resizeimage img {width: 100%;}
}

ul#pulldown-menu a {
	color: #f5f5f5;
	text-decoration: none;
}
ul#pulldown-menu a:link,
ul#pulldown-menu a:visited {
	background-color: #669;
	font-weight: normal;
}
ul#pulldown-menu a:hover,
ul#pulldown-menu a:active {
	background-color: #CCC;
}

ul#pulldown-menu li {
	float: left;
	position: relative;
	margin: 1px;
	width: 116px;
	height: 25px;
	line-height: 25px;
}
ul#pulldown-menu li a {
	display: block;
	width: 116px;
	height: 25px;
	text-align: center;
}
ul#pulldown-menu li ul {
	display: none;
}

ul#pulldown-menu li:checked ul {
	display: block;
	position: absolute;
	z-index: 100;
}

ul#pulldown-menu li ul li {
	float: none;
	margin: 0;
	font-weight: normal;
}

ul#pulldown-menu { /* IE6 対策 */
	behavior: url("csshover.htc");
}

.clear {
	clear: both; 
	margin: 0 0 2px 0; 
}

.sentence {
	color: #333333;
	padding: 0px 0px 2px 5px;
	margin: -15px 0px 8px 8px;
	border: 1px solid #666;
	background-color: #F9F9F2;
}

.box {
	float: left;
	width: 100%;
	margin: 0px 0 8px 0px;
	color: #000;
	padding: 2px 2px 0 0px;
	border: 1px solid #666;
	background-color: #F9F9F2;
}
.category {
	float: left;
	width: 100%;
	margin: 2px 0 8px 5px;
	color: #000;
	padding: 2px 2px 0 2px;
	border: 1px solid #666;
	background-color: #F9F9F2;
}

table.table{
	border-top:1px solid #663300;
	border-left:1px solid #663300;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	width: 100%;
}
.table th{
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
	color:#330000;
	background-color:#D96C00;
	background-position:left top;
	padding:0.3em 1em;
	text-align:center;
}
.table td{
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
	padding:0.3em 1em;
}

.box2 {
	float: left;
	width: 100%;
	color: #000;
	border: 1px solid #666;
	background-color: #F9F9F2;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
}


		
.box3 {
	float: left;
	width: 100%;
	margin: 7px 7px;
	background: #F9F9F2;
	color: #000;
	border: #666 1px solid;
	padding: 4px 4px;
}

.link {
	padding: 2px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

#pic2 {
	margin-bottom: 6px;
	width: 100vw;
	height: 123px;
	background-color: #fff;
	background-image: url(../image/operationsresearch.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#footer {
	margin: 20px 10px;
	text-align: center;
	background-color: #F9F9F2;
	border: #666 1px solid;
}
}

@media screen and (max-width:480px) { 
	/*　画面サイズが480px以下の場合、ここのスタイルを読み込む　*/
    * {
margin: 0;
padding: 0;
list-style: none;
}

#topicpath {
	margin-bottom: 20px;
	margin-top: -11px;
}   

#topicpath li {
	display:inline;
	line-height:130%;
	list-style-type:none;
	margin-left: 20px;
}  

body {
	color: #000;
	text-align: center;
	line-height: 18px;
	margin: 0 auto;
	font-size: 15pt;
	background-color: #fff;
	background-image: url(../image/bg.gif);
	background-repeat: repeat;
}

a {
	color: #039;
	font-weight:normal;
	text-decoration:underline;
	background-color: inherit;
}

a:hover {
	color: #000;
	background-color: #9F0;
}

.header {
	float: left;
	width: 70%;
	margin: 2px 0 0px 5px;
	color: #000;
	padding: 2px 2px 0px 2px;
	background-color: #FFF;
}
.search {
	float: left;
	width: 28%;
	margin: 2px 0 0px 5px;
	color: #000;
	padding: 2px 2px 0px 2px;
	background-color: #FFF;
}

h1 {
	font-size: 16px;
	margin-left: 4px;
	color: #333;
	text-transform:uppercase;
	text-decoration: underline;
}

h2 {
	font-size: 13px;
	margin-left: 4px;
	color: #333;
	text-transform:uppercase;
	text-decoration: underline;
}
.operations_research { 
	width: 100%; 
	background: #fff; 
	margin: 0 auto;
	padding:4px; 
	text-align: left;
	border-left: 1px solid #666;
	border-right: 1px solid #666; 
}

#pic{
	width: auto;
	height: auto;
	background:#fff url(../image/title8.jpg) no-repeat;
    p.resizeimage img {width: 100vw;}
}

ul#pulldown-menu a {
	color: #f5f5f5;
	text-decoration: none;
}
ul#pulldown-menu a:link,
ul#pulldown-menu a:visited {
	background-color: #669;
	font-weight: normal;
}
ul#pulldown-menu a:hover,
ul#pulldown-menu a:active {
	background-color: #CCC;
}

ul#pulldown-menu li {
	float: left;
	position: relative;
	margin: 1px;
	width: 116px;
	height: 25px;
	line-height: 25px;
}
ul#pulldown-menu li a {
	display: block;
	width: 116px;
	height: 25px;
	text-align: center;
}
ul#pulldown-menu li ul {
	display: none;
}

ul#pulldown-menu li:hover ul {
	display: block;
	position: absolute;
	z-index: 100;
}

ul#pulldown-menu li ul li {
	float: none;
	margin: 0;
	font-weight: normal;
}

ul#pulldown-menu { /* IE6 対策 */
	behavior: url("csshover.htc");
}

.clear {
	clear: both; 
	margin: 0 0 2px 0; 
}

.sentence {
	color: #333333;
	padding: 0px 0px 2px 5px;
	margin: -15px 0px 8px 8px;
	border: 1px solid #666;
	background-color: #F9F9F2;
}

.box {
	float: left;
	width: 25%;
	margin: 2px 0 8px 5px;
	color: #000;
	padding: 2px 2px 0 2px;
	border: 1px solid #666;
	background-color: #F9F9F2;
}
.category {
	float: left;
	width: 70%;
	margin: 2px 0 8px 5px;
	color: #000;
	padding: 2px 2px 0 2px;
	border: 1px solid #666;
	background-color: #F9F9F2;
}

table.table{
	border-top:1px solid #663300;
	border-left:1px solid #663300;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	width: 100%;
}
.table th{
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
	color:#330000;
	background-color:#D96C00;
	background-position:left top;
	padding:0.3em 1em;
	text-align:center;
}
.table td{
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
	padding:0.3em 1em;
}

.box2 {
	float: left;
	width: 100%;
	color: #000;
	border: 1px solid #666;
	background-color: #F9F9F2;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
}


		
.box3 {
	float: left;
	width: 100%;
	margin: 7px 7px;
	background: #F9F9F2;
	color: #000;
	border: #666 1px solid;
	padding: 4px 4px;
}

.link {
	padding: 2px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

#pic2 {
	margin-bottom: 6px;
	width: 100vw;
	height: 123px;
	background-color: #fff;
	background-image: url(../image/operationsresearch.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#footer {
	margin: 20px 10px;
	text-align: center;
	background-color: #F9F9F2;
	border: #666 1px solid;
}
}
label {
    background: green;
    color: #fff;
    padding: 10px;
    display: block;
    margin: 0;
    border: 1px solid #fff;
}

input[type="checkbox"].on-off{
    display: none;
}
.cp_menu {
	max-width: 360px;
	margin: 0 auto;
	padding: 0;
}
.cp_menu a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #000000;
	line-height: 1;
}
.cp_menu label {
	display: block;
	position: relative;
	margin: 0 0 2px 0;
	padding: 12px;
	line-height: 1;
	color: #ffffff;
	background: #1b2538;
	cursor: pointer;
}
.cp_menu label::before {
	position: absolute;
	content: '▼';
	color: #ffffff;
	right: 0.5em;
	top: 25%;
}
.cp_menu input {
	display: none;
}
.cp_menu ul {
	margin: 0;
	padding: 0;
	background: #f4f4f4;
	list-style: none;
}
.cp_menu li {
	overflow-y: hidden;
	max-height: 0;
	transition: all 0.5s;
}
/*リストが増えたらULごとに追加してください*/
#cp_menu_bar1:checked ~ #link1 li,
#cp_menu_bar2:checked ~ #link2 li {
	max-height: 46px;
	opacity: 1;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	/*　画面サイズが768px～1024pxの間は、ここのスタイルを読み込む　*/
    * {
margin: 0;
padding: 0;
list-style: none;
}

#topicpath {
	margin-bottom: 20px;
	margin-top: -11px;
}   

#topicpath li {
	display:inline;
	line-height:130%;
	list-style-type:none;
	margin-left: 20px;
}  

body {
	color: #000;
	text-align: center;
	line-height: 18pt;
	margin: 0 auto;
	font-size: 14pt;
	background-color: #fff;
	background-image: url(../image/bg.gif);
	background-repeat: repeat;
}

a {
	color: #039;
	font-weight:normal;
	text-decoration:underline;
	background-color: inherit;
}

a:hover {
	color: #000;
	background-color: #9F0;
}

.header {
	float: left;
	width: 70%;
	margin: 2px 0 0px 5px;
	color: #000;
	padding: 2px 2px 0px 2px;
	background-color: #FFF;
}
.search {
	float: left;
	width: 28%;
	margin: 2px 0 0px 5px;
	color: #000;
	padding: 2px 2px 0px 2px;
	background-color: #FFF;
}

h1 {
	font-size: 16px;
	margin-left: 4px;
	color: #333;
	text-transform:uppercase;
	text-decoration: underline;
}

h2 {
	font-size: 13px;
	margin-left: 4px;
	color: #333;
	text-transform:uppercase;
	text-decoration: underline;
}
.operations_research { 
	width: 100vw; 
	background: #fff; 
	margin: 0 auto;
	padding:4px; 
	text-align: left;
	border-left: 1px solid #666;
	border-right: 1px solid #666; 
}

#pic{
	width: 100%;
	height: 241px;
	background:#fff url(../image/title8.jpg) no-repeat;
    p.resizeimage img { width: 100vw; }
}

ul#pulldown-menu a {
	color: #f5f5f5;
	text-decoration: none;
}
ul#pulldown-menu a:link,
ul#pulldown-menu a:visited {
	background-color: #669;
	font-weight: normal;
}
ul#pulldown-menu a:hover,
ul#pulldown-menu a:active {
	background-color: #CCC;
}

ul#pulldown-menu li {
	float: left;
	position: relative;
	margin: 1px;
	width: 116px;
	height: 25px;
	line-height: 25px;
}
ul#pulldown-menu li a {
	display: block;
	width: 116px;
	height: 25px;
	text-align: center;
}
ul#pulldown-menu li ul {
	display: none;
}

ul#pulldown-menu li:hover ul {
	display: block;
	position: absolute;
	z-index: 100;
}

ul#pulldown-menu li ul li {
	float: none;
	margin: 0;
	font-weight: normal;
}

ul#pulldown-menu { /* IE6 対策 */
	behavior: url("csshover.htc");
}

.clear {
	clear: both; 
	margin: 0 0 2px 0; 
}

.sentence {
	color: #333333;
	padding: 0px 0px 2px 5px;
	margin: -15px 0px 8px 8px;
	border: 1px solid #666;
	background-color: #F9F9F2;
}

.box {
	float: left;
	width: 100%;
	margin: 2px 0 8px 5px;
	color: #000;
	padding: 2px 2px 0 2px;
	border: 1px solid #666;
	background-color: #F9F9F2;
}
.category {
	float: left;
	width: 100%;
	margin: 2px 0 8px 5px;
	color: #000;
	padding: 2px 2px 0 2px;
	border: 1px solid #666;
	background-color: #F9F9F2;
}

table.table{
	border-top:1px solid #663300;
	border-left:1px solid #663300;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	width: 100%;
}
.table th{
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
	color:#330000;
	background-color:#D96C00;
	background-position:left top;
	padding:0.3em 1em;
	text-align:center;
}
.table td{
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
	padding:0.3em 1em;
}

.box2 {
	float: left;
	width: 100%;
	color: #000;
	border: 1px solid #666;
	background-color: #F9F9F2;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
}


		
.box3 {
	float: left;
	width: 100%;
	margin: 7px 7px;
	background: #F9F9F2;
	color: #000;
	border: #666 1px solid;
	padding: 4px 4px;
}

.link {
	padding: 2px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

#pic2 {
	margin-bottom: 6px;
	width: 100%;
	height: 123px;
	background-color: #fff;
	background-image: url(../image/operationsresearch.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#footer {
	margin: 20px 10px;
	text-align: center;
	background-color: #F9F9F2;
	border: #666 1px solid;
}
}
/****メニュー全体****/
#menu{
	/*配置*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 100;
}

/****メニュー開閉ボタン****/
#menu div{
	/*デザイン*/
	width: 100px;
	height: 30px;
	background: rgba(200,200,200,1);
	/*配置*/
	overflow: hidden;
	position: absolute;
}

#menu .menuopen{
	/*デザイン*/
	color: rgba(255,255,255,1);
	font-size: 20px;
	/*配置*/
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: auto;
}

#menu .menuclose{
	/*デザイン*/
	color: rgba(255,255,255,1);
	font-size: 20px;
	/*配置*/
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: auto;
}

/****メニュー一覧****/
#menu ul{
	/*デザイン*/
	background: rgba(200,200,200,1);
	width: 80%;
	/*配置*/
	position: absolute;
	top: 30px;/*#menu divの高さ*/
	left: 0;
	display: none;
}

#menu li{
	/*デザイン*/
	padding: 10px;
	color: rgba(0,0,0,1);
	border-bottom: 1px rgba(255,255,255,1) solid;
	/*配置*/
	pointer-events: auto;
}

/****メニューオープン時****/
#menu:target .menuopen{
	/*配置*/
	display: none;
}

#menu:target .menuclose{
	/*配置*/
	display: block;
}

#menu:target ul{
	/*配置*/
	display: block;
}

/*** メインエフェクト ***/
@media screen and (min-width:1024px) {
	/*　画面サイズが1024px以上の場合、ここのスタイルを読み込む　*/
    * {
margin: 0;
padding: 0;
list-style: none;
}

#topicpath {
	margin-bottom: 20px;
	margin-top: -11px;
}   

#topicpath li {
	display:inline;
	line-height:130%;
	list-style-type:none;
	margin-left: 20px;
}  

body {
	color: #000;
	text-align: center;
	line-height: 18pt;
	margin: 0 auto;
	font-size: 13pt;
	background-color: #fff;
	background-image: url(../image/bg.gif);
	background-repeat: repeat;
}

a {
	color: #039;
	font-weight:normal;
	text-decoration:underline;
	background-color: inherit;
}

a:hover {
	color: #000;
	background-color: #9F0;
}

.header {
	float: left;
	width: 70%;
	margin: 2px 0 0px 5px;
	color: #000;
	padding: 2px 2px 0px 2px;
	background-color: #FFF;
}
.search {
	float: left;
	width: 28%;
	margin: 2px 0 0px 5px;
	color: #000;
	padding: 2px 2px 0px 2px;
	background-color: #FFF;
}

h1 {
	font-size: 16px;
	margin-left: 4px;
	color: #333;
	text-transform:uppercase;
	text-decoration: underline;
}

h2 {
	font-size: 13px;
	margin-left: 4px;
	color: #333;
	text-transform:uppercase;
	text-decoration: underline;
}
.operations_research { 
	width: 950px; 
	background: #fff; 
	margin: 0 auto;
	padding:4px; 
	text-align: left;
	border-left: 1px solid #666;
	border-right: 1px solid #666; 
}

#pic{
	width: 100%;
	height: 241px;
	background:#fff url(../image/title8.jpg) no-repeat;
    p.resizeimage img { width: 100vw; }
}

ul#pulldown-menu a {
	color: #f5f5f5;
	text-decoration: none;
}
ul#pulldown-menu a:link,
ul#pulldown-menu a:visited {
	background-color: #669;
	font-weight: normal;
}
ul#pulldown-menu a:hover,
ul#pulldown-menu a:active {
	background-color: #CCC;
}

ul#pulldown-menu li {
	float: left;
	position: relative;
	margin: 1px;
	width: 116px;
	height: 25px;
	line-height: 25px;
}
ul#pulldown-menu li a {
	display: block;
	width: 116px;
	height: 25px;
	text-align: center;
}
ul#pulldown-menu li ul {
	display: none;
}

ul#pulldown-menu li:hover ul {
	display: block;
	position: absolute;
	z-index: 100;
}

ul#pulldown-menu li ul li {
	float: none;
	margin: 0;
	font-weight: normal;
}

ul#pulldown-menu { /* IE6 対策 */
	behavior: url("csshover.htc");
}

.clear {
	clear: both; 
	margin: 0 0 2px 0; 
}

.sentence {
	color: #333333;
	padding: 0px 0px 2px 5px;
	margin: -15px 0px 8px 8px;
	border: 1px solid #666;
	background-color: #F9F9F2;
}

.box {
	float: left;
	width: 25%;
	margin: 2px 0 8px 5px;
	color: #000;
	padding: 2px 2px 0 2px;
	border: 1px solid #666;
	background-color: #F9F9F2;
}
.category {
	float: left;
	width: 43%;
	margin: 2px 0 8px 5px;
	color: #000;
	padding: 2px 2px 0 2px;
	border: 1px solid #666;
	background-color: #F9F9F2;
}

table.table{
	border-top:1px solid #663300;
	border-left:1px solid #663300;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	width: 100%;
}
.table th{
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
	color:#330000;
	background-color:#D96C00;
	background-position:left top;
	padding:0.3em 1em;
	text-align:center;
}
.table td{
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
	padding:0.3em 1em;
}

.box2 {
	float: left;
	width: 28%;
	color: #000;
	border: 1px solid #666;
	background-color: #F9F9F2;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
}


		
.box3 {
	float: left;
	width: 47%;
	margin: 7px 7px;
	background: #F9F9F2;
	color: #000;
	border: #666 1px solid;
	padding: 4px 4px;
}

.link {
	padding: 2px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

#pic2 {
	margin-bottom: 6px;
	width: 100%;
	height: 123px;
	background-color: #fff;
	background-image: url(../image/operationsresearch.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#footer {
	margin: 20px 10px;
	text-align: center;
	background-color: #F9F9F2;
	border: #666 1px solid;
}
}

