@charset "utf-8";
table#t01 tr:nth-child(even) {
	background-color: #eee;
}
table#t01 tr:nth-child(odd) {
	background-color: #fff;
}
table#t01 th {
	color: white;
	background-color: black;
}
table#t01, table#t01 th, table#t01 td {
	padding: 5px 15px 5px 15px;
	border: 1px solid black;
	border-collapse: collapse;
}
.center_sns {
	display: flex;
	justify-content: center;
}
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 14px;
	background-size: cover;
	background-color: #CCC;
	font-family: Arial,Helvetica,sans-serif;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
p {
	padding: 0;
	margin-bottom: 10px;
}
h1 {
	border-bottom: 1px solid #AAA;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	color: #F60;
}
.large-font {
	font-size: 36px;
}
.medium-font {
	font-size: 24px;
}
.small-font {
	font-size: 12px;
}
.red-font {
	color: #F00;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #33aaff;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6611CC ;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}
/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	padding: 20px;
	border-bottom: 1px solid #888;
	display: block;
	margin: 0 auto;
}
.align-center {
	text-align: center;
}
#main {
	margin: 0 auto;
	/*background-color: #FFFFFF;
	border: 1px solid #888;*/
}
form {
	margin: 0 auto;
	display: block;
}
form input[type="text"], form textarea {
	width: 20%;
}
form select.narrow {
	width: 26%;
}
form select.wide {
	width: 90%;
}
/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
#header {
	height: 65px;
	margin: 0 auto;
	display: block;
	/*background-image: url(calc-header.png);*/
	background-color: #5f82ba;
	padding: 10px 40px;
	color: #FFF;
	background-repeat: no-repeat;
	font-family : Arial Black, Arial, sans-serif ;
}
#header a:link, #header a:visited {
	color: #FFF;
	text-decoration: none;
}
canvas {
	border: 1px solid #000;
}
.graph {
	background-color: #FFF;
	border: 1px solid #888;
	padding: 10px;
	margin: 0 auto 10px auto;
	text-align: center;
}
.margin-left {
	margin-left: 20px;
}
.bg-color {
	background-color: #FFF;/*#FDFBEE;*/
}
#calculate {
	width: 100%;
}
.inline {
	display: inline;
}
.sidebar1 {
	float: left;
	width: 20%;
}
.imagebox {
	width: 300px;
	border: 1px solid #888;
	padding: 10px;
	background-color: #FFF;
}
.half-box {
	width: 50%;
	float: left;
	padding-bottom: 20px;
}
.half-box img {
	width: 200px;
	height: auto;
}
.inside-box {
	margin: 10px 0;
}
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	padding: 10px 5px 10px 15px;
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #333; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 12px;
	font-weight: bold;
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	background-color: #384045;
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	color: #FFF;
}
ul.nav li {
	border-right: 1px solid #333;
	width: 18%;
	float: left;
	background-color: #4E5761;
}
ul.nav a:hover { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color: #FFFFFF;
	color: #000000;
}
/* ~~The footer ~~ */
.footer {
	background-color: #000;
	text-align: center;
	color: #FFF;
	padding: 20px;
	margin: 0 auto;
}
.footer a:link {
	color: #FFF;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
.footer a:visited {
	color: #CCC;
	text-decoration: underline;
}
/* ~~miscellaneous float/clear classes~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
}
/* ~~miscellaneous float/clear classes~~ */
.alrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	text-align: right;
}
.allft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	text-align: left;
}
.clear { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear: both;
}
.bold {
	font-weight: bold;
}
.margin-right {
	margin-right: 20px;
}
@media only screen and ( max-width : 500px ) {
#header {
	font-size: 2em;
}
.half-box {
	width: 100%;
}
.half-box img {
	width: 100%;
}
.topleftbox img {
	width: 100%;
	height: auto;
}
}
@media only screen and ( max-width : 1099px ) {
#header {
	font-size: 3em;
}
#main {
	width: 100%;
	min-width: 420px;
}
.container {
	/*width: 100%;
	min-width: 420px;*/
}
.navigator {
	padding: 10px;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	background-color: #FFF;
	display: block;
	margin: 0 auto;
}
.interface {
	border: 1px solid #888;
	padding: 20px;
	background-color: #FFF;
	text-align: center;
	margin: 0 auto 10px auto;
}
.topbox {
	border: 1px solid #888;
	padding: 20px;
	background-color: #FFF;
	text-align: center;
	margin: 0 auto 10px auto;
}
.topleftbox {
	border: 1px solid #888;
	padding: 20px;
	background-color: #FFF;
	text-align: center;
	margin: 0 auto 10px auto;
}
.column {
	width: 100%;
	float: left;
}
}
 @media only screen and ( min-width : 1100px ) {
#header {
	font-size: 4em;
}
#main {
	/*width: 1060px;*/
}
.container {
	width: 1060px;
}
.navigator {
	padding: 10px;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	background-color: #FFF;
	display: block;
	margin: 0 auto;
	height: 15px;
}
.interface {
	width: 200px;
	border: 1px solid #888;
	padding: 20px;
	background-color: #FFF;
	float: left;
	margin-right: 20px;
}
.topbox {
	width: 340px;
	border: 1px solid #888;
	padding: 20px;
	background-color: #FFF;
	float: left;
}
.topleftbox {
	width: 300px;
	border: 1px solid #888;
	padding: 20px;
	background-color: #FFF;
	float: left;
	margin-right: 20px;
}
.height-193 {
	height: 193px;
}
.height-260 {
	height: 260px;
}
.height-310 {
	height: 310px;
}
.height-320 {
	height: 320px;
}
.column {
	width: 50%;
	float: left;
}
.graph {
	margin-right: 10px;
	float: left;
	width: 477px;
}
}
