body
	{ 
	margin: 0;
	background-image:	url("../images/back.gif");
	background-repeat:	repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;		/* sans-serif, meiryo */
	}
	

*{
    box-sizing: border-box;
}
a	{
	color:#5555FF;
	text-decoration:none;
	}
/*
a:visited
    {
    color:purple;
    text-decoration:none;
	}
*/
a:hover 
	{
	color:#FF6666;
	background-color:	#EEEEFF;
	}


.row::after {
    content: "";
    clear: both;
    display: table;
	}


.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
	
/*	
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	}
.menu li {
    padding: 8px;
    margin-bottom: 7px;
    background-color: #33b5e5;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	}
.menu li:hover {
    background-color: #0099cc;
	}
.aside {
    background-color: #33b5e5;
    padding: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	}
*/
	
.footer {
    color: #245386;
    text-align: center;
    font-size: 12px;
    padding: 1px;
	}
	
.foot {
	color: #245386;	
}
	
.picture {
	height: auto;
	width: 100%;
}

#topbar {
	overflow: hidden;
	background: white;
	position: fixed;
	top: 0;
	width: 100%;
	border-style: solid;
	border-color: #aaa;
	border-width: 0px 0px 1px 0px;
	}
	
#topbar2 {		/* For mobile phones: */
	overflow: hidden;
	background: white;
	position: fixed;
	top: -50px;
	width: 100%;
	border-style: solid;
	border-color: #aaa;
	border-width: 0px 0px 1px 0px;
	transition-delay: 0s;
	transition: top 0.5s; /* Transition effect when sliding down (and up) */
	}

#topbar_container {
	max-width: 1000px;
	margin: auto;
	background: white;
	}

/* #header {
    padding: 0px;
	border-bottom-color: #aaa;
	border-style: solid;
	border-width: 0px 0px 0px 0px;  
	margin:0px;
	} */

#logo {		/* For mobile phones: */
	height: 50px;
	}

#logo2 {		/* For mobile phones: */
	height: 50px;
	}
	
#logoimage {	/* For mobile phones: */
	height: 30px;
	width: 100%;
	}
	
#container {
	font-size:14px;
	max-width: 1000px;
	margin: auto;
	background: white;
	padding-top: 80px;
	}

#title	{	/* For mobile phones: */
	color: #5A5A5A;
	font-size: 3.5vw; 
	text-align:	left;
	border-color: #0000FF;
	border-style: solid;
	border-width: 0px 0px 0px 6px;  /* top right bottom left */
	padding: 0em 0em 0em 1em ; /* top right bottom left */
	line-height: 1.5em;
	margin: 1em;
	/*white-space: nowrap;*/
	}

#main {		/* For mobile phones: */
	background: linear-gradient(to bottom, white, LightSkyBlue);
	padding: 0.5em;
	}

#topburner {	/* For mobile phones: */
	width: auto;
	height: 380px;
	margin-bottom: 3em;

	}
	
#topic	{
	color:#666666;
	text-align:center;
	background: white;
	border-color:	#666666;
	border-left-color:	#AAAAFF;
	border-bottom-color: #AAAAFF;
	border-style:solid;
	border-width: 1px 1px 1px 4px;  /* top right bottom left */
	margin: 0em 0.5em 0.5em 0.5em; /* top right bottom left */
	}	
	
#topic2	{
	text-align:	left;
	background: white;
	border-color: #666666;
	border-left-color: #0000FF;
	border-bottom-color: #0000FF;
	border-style: solid;
	border-width: 1px 1px 1px 4px;  /* top right bottom left */
	padding: 0em 0em 0em 1em ; /* top right bottom left */
	margin: 0em 0.5em 0.5em 0.5em; /* top right bottom left */
	}

#topic3	{
	text-align:	left;
	background: white;
	border-color: #0000FF;
	border-style: solid;
	border-width: 0px 0px 2px 0px;  /* top right bottom left */
	padding: 0em 0em 0em 1em ; /* top right bottom left */
	margin: 0em 0.5em 0.5em 0.5em; /* top right bottom left */
	}
		
#arrow	{
	text-align:	center;
	margin: 0em 0.5em 0.5em 0.5em; /* top right bottom left */
	}
	
#triangle {
	height: 10px;
	width: 5px;
	border: 0px;
	}

#leftm	{
	line-height:150%;
	padding: 0em 0em 0em 2em ; /* top right bottom left */
	margin: 0em 0.5em 0em 0.5em; /* top right bottom left */
	text-indent: -0.7em;
	}

#leftm1	{
	padding: 0em 0em 0em 3em ; /* top right bottom left */
	margin: 0em 0.5em 0em 0.5em; /* top right bottom left */
	line-height:150%;
	color: #666666;
	}
	
#leftmq	{
	line-height:150%;
	padding: 0em 1em 0.5em 2em ; /* top right bottom left */
	margin: 0em 0.5em 0em 0.5em; /* top right bottom left */
	text-indent: -2.2em;
	}

#name	{	/* For mobile phones: */
	font-size: 14px;  
	text-align:	left;
	border-color: #0000FF;
	border-style: solid;
	border-width: 0px 0px 0px 6px;  /* top right bottom left */
	padding: 0em 0em 0em 0.5em ; /* top right bottom left */
	line-height: 30px;
	display: block;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 1.5em;
	margin-top: 0.5em;
	width:210px;
	}

#interview_a	{  /* interviewer/interviewee */
	margin: 0.5em 0.5em .5em 0.5em; /* top right bottom left */
	line-height: 150%;
	}

#interview_b	{  /* question and answer */
	color: #666666;
	text-indent:3em;
	line-height: 150%;
	margin: 0em 1em 0em 1em; /* top right bottom left */
	}
	
#topic_picture	{
	color: #666666;
	text-align:	left;
	padding: 5px;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	width: 70%;
	height: auto;
	}

#rinen	{
	padding: 0em; /* top right bottom left */
	}
	
#process {		/* For mobile phones: */
	background: white;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	margin: 1em 1em 1em 1em; /* top right bottom left */
}

#process_a	{  	/* For mobile phones: */	/* topic */
	color: #666666;
	width: 100%;
	margin: 0;
	padding: 0.5em 1em 0.5em 1em; /* top right bottom left */
}

#process_b	{  	/* For mobile phones: */	/* picture */
	color: #666666;
	width: 177px;
	height: 177px;
	display: block;
	margin-left: auto;
    margin-right: auto;
	padding: 0em;
}

#process_c	{  	/* For mobile phones: */	/* topic2 */
	background: white;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	margin: 1em 1em 1em 1em; /* top right bottom left */
}


#tab {
	border-color: #666666;
	border-style: solid;
	border-width:  1px 0px 0px 0px;  /* top right bottom left */
	margin: 0em 0.5em 0em 0.5em; /* top right bottom left */
	padding: 0em; /* top right bottom left */
	}

#tab_a	{  /* topic */
	border-style: solid;
	border-width: 0px;
	margin: 0px;
	padding: 0.5em 0.5em 0.5em 0.5em; /* top right bottom left */
	}
	
#tab_b	{  /* topic */
	color: #5A5A5A;
	border-style: solid;
	border-width: 0px;
	margin: 0px;
	padding: 0.5em 0.5em 0.5em 3em; /* top right bottom left */
	}
	
#tab_q	{  /* topic */
	border-color: #666666;
	border-style: solid;
	border-width:  0px 0px 0px 0px;  /* top right bottom left */
	margin: 0em 0.5em 0em 0.5em; /* top right bottom left */
	padding: 0em 0em 1em 0em; /* top right bottom left */
}

#map_b	{  /* question and answer */
	color: #666666;
	padding-left:3em;
	margin: 0em 1em 0em 1em; /* top right bottom left */
	line-height: 200%;
	}
	
#mach	{  /* question and answer */
	color: #666666;
	text-indent:3em;
	line-height: 180%;
	margin: 0em 1em 0em 1em; /* top right bottom left */
	padding-left:1em;
	}
	
#mach_pic	{	/* For mobile phones: */
	padding: 0m 2em 0em 2em; /* top right bottom left */
	width: 70%;
	height: auto;
	}
	
#bplus {	/* For mobile phones: */
	width: 240px;
	height: auto;
	margin-bottom: 0px;
	padding: 0em 0em 0em 0em ; /* top right bottom left */
	}

#foot_container {
	max-width: 1000px;
	margin: auto;
	color: #245386;
	font-size:11px;
	margin: auto;
	padding: 1em 0em 0em 0em ; /* top right bottom left */
	}
	
#foot_topic {
	color: #245386;
	font-weight: bold;
	text-align:	left;
	padding: 0em 0em 0em 0em ; /* top right bottom left */
	margin: 0em 0em 0em 1em; /* top right bottom left */
	}
#foot_topic2 {
	color: #245386;
	text-align:	left;
	padding: 0em 0em 0em 2em ; /* top right bottom left */
	margin: 0em 0em 0em 1em; /* top right bottom left */
	}

#foot_topic3 {
	color: #245386;
	text-align:	left;
	padding: 0em 0em 0em 4em ; /* top right bottom left */
	margin: 0em 0em 0em 1em; /* top right bottom left */
}	

#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	font-size: 30px;
	border: none;
	outline: none;
	background-color: blue;
	color: white;
	cursor: pointer;
	padding: 4 9 7 9; /* left top right bottom */
	border-radius: 4px;
	transform: rotate(270deg);
}

#myBtn:hover {
	background-color: #555;
}

#alRight {	/* For mobile phones: */
    text-align: right;
	padding: 0em 0em 0em 2em ; /* top right bottom left */
	margin: 0em 0.5em 0em 0.5em; /* top right bottom left */
	font-size: 11px;
}

table {
	width:100%;
	padding:0em 0.5em 0em 0.5em; /* top right bottom left */
	}
	
table.kotei {
    table-layout: fixed;
    width: 100%; 
	}

table.equip	{
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	border: solid 1px #BBBBBB;
	background-color: white;
	}

th	{
	border: solid 1px #BBBBBB;
	text-align: center;
	padding:0.5em 1em 0.5em 1em; /* top right bottom left */
	background-color: #f2f3f4;
	font-size: 12px;
	}

tr,td	{
	}
	
tr,td.equip	{
	border: solid 1px #BBBBBB;
	text-align: left;
	padding:0.2em .5em 0.2em .5em; /* top right bottom left */
	white-space: nowrap;
	font-size: 12px;
	}

tr,td.equip2	{
	border: solid 1px #BBBBBB;
	text-align: right;
	padding:0.2em .5em 0.2em .5em; /* top right bottom left */
	white-space: nowrap;
	font-size: 12px;
	}
	
	/* For mobile phones: */
[class*="col-"] {
    width: 100%;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	}

    /* For desktop: */
@media only screen and (min-width: 768px) {
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
	.col-13 {width: 30%;}
    .col-14 {width: 35%;}
	.col-15 {width: 45%;}
	.col-16 {width: 25%;}
	
	#body2	{ 
	background: linear-gradient(to bottom, white, LightSkyBlue);
	}
	
	#title	{
	color: #5A5A5A;
	font-size: 26px; 
	text-align:	left;
	border-color: #0000FF;
	border-style: solid;
	border-width: 0px 0px 0px 6px;  /* top right bottom left */
	padding: 0em 0em 0em 1em ; /* top right bottom left */
	line-height: 1.5em;
	margin: 1em;
	}
	
	#name	{
	font-size: 18px;  
	text-align:	left;
	border-color: #0000FF;
	border-style: solid;
	border-width: 0px 0px 0px 6px;  /* top right bottom left */
	padding: 0em 0em 0em 0.5em ; /* top right bottom left */
	line-height: 30px;
	display: block;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 1.5em;
	margin-top: 0.5em;
	width:210px;
	}
	
	#main {
	background: white;
	}
	
	#topburner {
	width: 100%;
	height: 400px;
	margin-bottom: 5px;
	padding: 0em 0.5em 0em 0.5em ; /* top right bottom left */
	}
	
	#logo {
	height: 80px;
	}
	
	#logoimage {
	height: 80px;
	width: 100%;
	}
	
	#process {
	background: white;
	border-color: #666666;
	border-style: solid;
	border-width: 1px 0px 0px 1px;  /* top right bottom left */
	margin: 0em 1em 0em 1em; /* top right bottom left */
	}

	#process_a	{  /* topic */
	color: #666666;
	border-style: solid;
	border-width:0px 1px 0px 0px;  /* top right bottom left */
	width: 100%;
	height: 177px;
	margin: 0;
	padding: 4em 1em 1em 1em; /* top right bottom left */
	}

	#process_b	{  /* picture */
	color: #666666;
	text-align: left;
	border-style: solid;
	border-width:0px 1px 0px 0px;  /* top right bottom left */
	width: 100%;
	height: 177px;
	margin: 0;
	padding: 0.2em;
	}

	#process_c	{  /* topic2 */
	background: white;
	border-color: #666666;
	border-style: solid;
	border-width: 1px 0px 1px 1px;  /* top right bottom left */
	margin: 0em 1em 0em 1em; /* top right bottom left */
	}
	
	#mach_pic	{
	padding: 0em 2em 0em 2em; /* top right bottom left */
	width: 100%;
	height: auto;
	}
	
	#bplus {
	width: 90%;
	height: auto;
	margin-bottom: 0px;
	padding: 0em 0em 0em 0em ; /* top right bottom left */
	}
	
	#alRight {
    text-align: right;
	padding: 9.5em 0em 0em 2em ; /* top right bottom left */
	margin: 0em 0.5em 0em 0.5em; /* top right bottom left */
	font-size: 11px;
	}


