@charset "utf-8";
/* CSS Document */

A {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size:12px;
    color: #000000;
    text-decoration: none;
}

a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
	color: rgba(0,0,0,0.80);
}
a:hover {
    /*background-color: #66FFFF;*/
    text-decoration: none;
    color: #ff0000;
}
a:active {
    text-decoration: none;
}

body {
    font-family:'Helvetica Neue','Helvetica','Hiragino Kaku Gothic Pro','Meiryo','sans-serif';
    color: rgba(0,0,0,0.80);
    font-size:12px;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#nav {
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}

#nav:hover {
  opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

#wrap{
  word-break:break-all; 
  width:100px;
}

.header {
	background-color: #DED41F;
    padding:0px;
    text-align:center;
    position:relative; 
    z-index:1;
    width:100%;
}

.footer {
    background-color: #DED41F;
	color: #ffffff;
    text-decoration: none;
    text-align:center;
    width:100%;
	height: auto;
}

form{
    margin:8px;
    font-size:12px;
}

input#Submit{
	background-color:#DED41F;
    border:1px solid #808080;
    border-radius:28px;
    color:#ffffff;
    width:auto;
    height:auto;
    padding:5px 68px 5px 68px;
    margin-top:5px;
    cursor: pointer;
    cursor: hand;
	font-size:16pt;
}

input#Submit:hover{
    background-color:#ff4a00;
}

input{
    background-color:#ffffff;
}

.center {
    margin-right: auto;
    margin-left:auto; 
    text-align: center;
    text-align: -moz-center; 
}

.red {
    color: #FF0000;
}

.white {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:
    border-box;
    border:0px solid rgba(0,0,0,0.15);
    font-size: 12px;
    display:inline-block;
    min-height:1em;
    width: 100%;
    height:auto;
    word-wrap:break-word;
	margin-left:0px;
	padding:0px;
}

.hr_line {
  color:rgba(0,0,0,0.15);
  background-color:rgba(0,0,0,0.15);
  border:none;
  width:100%;
  height:1px;
	margin-bottom: 5px;
}


.transbox {
     margin: 8px;
     background-color: #ffffff;
     border: 1px solid black;
    /* opacity: 0.6;
     filter: alpha(opacity=60); /* For IE8 and earlier */
 }


.transbox p{
     margin: 1%;
     font-weight: bold;
     color: #0000ff;
	 font-size:12pt;
	 line-height:1.5em;
 }
 
 .transbox div{
     margin: 1%;
     font-weight: bold;
     color: #000000;
	 font-size:12pt;
	 line-height:1.5em;
 }

.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 98%;
  margin-bottom: 15px;
}

.icon {
  padding: 12px;
  background: #DED41F;
  color: white;
  min-width: 48px;
  text-align: center;
}

.marui{
  background: red;
  color: white;
  width: 68px;
  height: 68px;
  border-radius:50%;
  font-size:14pt;
}

.marui:hover{
  background: white;
  color: red;
}

.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
}

.input-field:focus {
  border: 2px solid #DED41F;
}

.box_bg {
     padding: 15px;
     background-color: rgba(0,0,0,0.05);
     border: 0px solid rgba(0,0,0,0.15);
 }
 .box {
    padding-left:8px;
    float:left;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom: 5px;
}

.active, .accordion:hover {
  background-color: #ccc; 
}


ul li {    
    list-style: none;
    /*display:flex;*/
    display: inline-block;

    height:40px;
    align-items: center;
    justify-content: center;

    /*background-color: rgba(211, 211, 211,0.3); */
}

/*
<a href="#" class="btn-cross">  BUTTON  </a> 
*/
.btn-cross {
  display: inline-block;
  position: relative;
  padding: 0.25em 1em;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
  text-decoration: none;
  font-weight: bold;
  color: rgba(0,0,0,0.85);
}
.btn-cross:before, .btn-cross:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: black;
  transition: .3s;
}
.btn-cross:before {
  left: 7px;
}
.btn-cross:after {
  right: 7px;
}
.btn-cross:hover:before {
  top: 0px;
  left:0;
  height: 100%;
}
.btn-cross:hover:after {
  top: 0px;
  right: 0;
  height: 100%;
}

.btn_bg {
    background-color:#E6E6E6;
    border:1px solid #808080;
    border-radius:13px;
    color:#000000;
    width:auto;
    padding:2px 8px 2px 8px;
    margin-left:5px;
    cursor: pointer;
    cursor: hand;
}
.btn_bg:hover {
    background-color:#FE9A2E;
    border:1px solid #ffffff;
    color:#ffffff;
}

.itemnm {
   font-size:10px; 
}
