body {
  color:#000;
  }
.navbar{
    border-radius: 0;
    border: none;
    background-color: #9DC357;
}

#logo-img{
    height: 20px;
}

.navbar-default .navbar-nav >li > a{
    color: #fff;
}

.navbar-default .navbar-nav >li > a:hover{
    color: #aaa;
}

a:focus, *:focus { outline:none; }

*{
  word-wrap : break-word;
  overflow-wrap : break-word;
}

input[type="radio"],
input[type="radio"] + label{
    cursor: pointer;
    transform: scale(1.5);
    margin-right: 0.5em;
    box-shadow: none;
    height: auto;
}
.title{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.text-box{
    margin-bottom: 20px;
}

#footer{
    margin-top: 20px;
    text-align: center;
    padding: 40px 0;
    background-color: #9DC357;
}

.copy{
    margin-top: 20px;
    color: #fff;
    font-size: 12px;
}

table tr td {
    vertical-align: middle !important;
}

span.label {
font-size:12px;
vertical-align:middle;
}

hr {
border-top: 1px solid #ccc;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


/*-------------------exam-----------------------*/

.container {
  width: 100% !important;
}
.row {
    max-width: 1400px;
}

.main-menu ul {
    text-align: center;
    margin: 20px auto;
    list-style: none;
    padding: 0;
}
.main-menu li {
    display: inline-block;
    margin: 10px 4px;
    width: 150px;
    background: #fb0;
    text-align: center;
}
.main-menu li:hover {
  background: #666;
}
.main-menu li a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

.title .fa{
	display: inline-block;
	margin-right: 10px;
}
.mini {
  font-size: 0.8em;
}
p.shohin_name {
  margin: 0;
  padding: 0;
  display: inline-block;
}

@media (min-width: 768px) {
  div.sp_layout{
    display: none;
  }
}

@media (max-width: 767px) {
  select,
  textarea,
  input{
    font-size: 16px;
  }
  h2 {
    font-size: 1.2em;
  }
  div.pc_layout{
      display: none;
  }
  /* 共通 */
  td{
    padding: 2px !important;
    text-align: left;
  }
}
