@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#000;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

/* Custom CSS
 * --------------------------------------- */
body{
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #000;
}
h1{
	font-size: 2em;
}
h2{
	font-size: 1.5em;
}
p{
	font-size: 1em;
}
.section{
	text-align: center;
}

/* Menu
 * --------------------------------------- */
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	width: 800px;
	right: 10px;
	height: 40px;
	z-index: 70;
	padding: 0;
	margin:0;
}

#footer{
	position:fixed;
	bottom:0;
	width: 100%;
	height: 20px;
	padding: 0;
	margin:0;
	color: 	#0033cc;
}



/* Overwriting fullPage.js tooltip color
* --------------------------------------- */
#pp-nav.custom .pp-tooltip{
	color: #000;
}

/* table */
table.type11 {
	border-collapse: separate;
	border-spacing: 1px;
	line-height: 1.5;
	margin: auto;
}
table.type11 th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
	background: #036;
	text-align: center;
}
table.type11 td {
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #eee;
	text-align: left;
opacity: 0.8;
}

.tab-content input[type="radio"] {
  display: none;
}

.tab-content input[type="radio"] {
  display: none;
}

.tab-content label {
  display: inline-block;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 13px;
  color: #009900;
  background-color: #e1fae1;
  cursor: pointer;
  box-shadow: inset -1px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
}
.tab-content label:hover,
.tab-content input[type="radio"]:checked + label {
  color: #FFF;
  background-color: #009900;
}

.tab-content .tab-box {
  width: 800px;
  height: 600px;
  padding: 10px;
  border: 2px solid #009900;
  border-radius: 0 5px 5px 5px;
  box-sizing: border-box;
	margin: 0 auto;
}

.tab-content > .tab-box > div {
  display: none;
}

#tab1:checked ~ .tab-box > #tabView1 {
  display: block;
}

#tab2:checked ~ .tab-box > #tabView2 {
  display: block;
}

#tab3:checked ~ .tab-box > #tabView3 {
  display: block;
}


div.imagebox {
	border: 1px dashed #ffffee;	/* 枠線 */
	background-color: 00CC00;  	/* 背景色 */
	width: 180px;               /* 横幅 */
	height:130px;								/* 高さ */
	float: left;                /* 左に配置 */
	margin: 5px;                /* 周囲の余白 */
}
p.image, p.caption {
	text-align: center; 				/* 中央寄せ */
	color: #ffffff;
	margin: 5px;        				/* 余白・間隔 */
}
p.caption {
	font-size: 80%;     				/* 文字サイズ */
	color: #ffffff;    					/* 文字色 */
}

p.exp {
	clear: left;       					/* 回り込みを解除 */
	color: #ffffff;    					/* 文字色 */
}

