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

.fixed{
position: fixed;
top: 0px;
left: 0px;
width: 100%;
z-index: 9999;
}

div.fixed{
	widows: 100%;
	background: #FFFFFF;
	/*角丸*/
	border-radius:20px; /* CSS3 */
	-webkit-border-radius:20px; /* Safari,Google Chrome用 */
	-moz-border-radius:20px; /* Firefox用 */
	behavior:url(../js/PIE.htc); /* IE用 */
}

img{
	max-width:100%;
	height:auto;
}

img.imini {
	height:1.2rem;
	vertical-align:middle;
}

.color-green{
	background-color:rgba(161,232,0,0.80);
}
.color-lyellow{
	background-color:rgba(255,250,223,0.80);
}
.color-yellow{
	background-color:rgba(161,232,0,1.00);
}
.kadomaru{
	/*角丸*/
	border-radius:20px; /* CSS3 */
	-webkit-border-radius:20px; /* Safari,Google Chrome用 */
	-moz-border-radius:20px; /* Firefox用 */
	behavior:url(../js/PIE.htc); /* IE用 */
}

.media-bold{
	font-weight:bold;
}

div.head-sign{
    
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
.blinking{
    animation:blink 1s ease-in-out infinite alternate;
}
h2.blink {
  color:red;
  position: relative;
  padding: 0.25em 1em;
  border-top: solid 4px coral;
  border-bottom: solid 4px coral;
}
h2.blink:before, h2.blink:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 4px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: coral;
}
h2.blink:before {
  left: 7px;
}
h2.blink:after {
  right: 7px;
}
a.blink2{
    color: coral;
    text-shadow: 2px 2px black;
}

.nen-p{
	text-align:left;
	font-weight:bold;
}
table.nen-table{
	text-align:left;
	width:90%;
	border:2px rgba(161,232,0,1.00) dashed;
}
table.nen-table th{
		border:2px rgba(161,232,0,1.00) dashed;
}
table.nen-table td{
		border:2px rgba(161,232,0,1.00) dashed;
}
table.gaiyou-table{
	text-align:left;
	width:100%;
}
table.gaiyou-table th{
	border:2px rgba(161,232,0,1.00) dashed;
}
table.kyujin-table{
	margin:10px auto 10px auto;
	text-align:left;
	width:100%;
}
table.kyujin-table th{
		border:2px rgba(161,232,0,1.00) dashed;
}
table.kyujin-table td{
		border:2px rgba(161,232,0,1.00) dashed;
		border-left:0px;
		border-right:0px;
		font-weight:bold;
}
table.kyujin-table p{
	margin:5px 20px 5px;
}
table.ir-table1{
	margin:-30px auto 10px auto;
	text-align:left;
	width:70%;
}
table.ir-table1 caption{
		font-weight:bold;
}
table.ir-table1 th{
		border:2px solid;
		border-left:0px;
		border-right:0px;
}
table.ir-table1 td{
		border:1px solid;
		border-left:0px;
		border-right:0px;
}
table.ir-table2{
	margin:10px auto 10px auto;
	text-align:left;
	width:70%;
}
table.ir-table2 td{
		border:1px solid;
		border-left:0px;
		border-right:0px;
		font-weight:bold;
}
table.ir-table2 p{
	margin:5px 20px 5px;
}
table.ci-table1{
	margin:-30px auto 10px auto;
	text-align:left;
	width:70%;
}
table.ci-table1 caption{
		font-weight:bold;
}
table.ci-table1 th{
		border:2px solid;
		border-left:0px;
		border-right:0px;
}
table.ci-table1 td{
		border:1px solid;
		border-left:0px;
		border-right:0px;
}
table.ci-table2{
	margin:10px auto 10px auto;
	text-align:left;
	width:70%;
}
table.ci-table2 td{
		border:1px solid;
		border-left:0px;
		border-right:0px;
		font-weight:bold;
}
table.ci-table2 p{
	margin:5px 20px 5px;
}
hr.style-five {
    border: 1;
    height: 0; /* Firefox... */
    box-shadow: 0 0 10px 1px rgba(161,232,0,0.70);
}

footer{
	background:#ffffff;
}

/* ページトップ */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
#page-top a {
    background: #666666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 10px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999999;
}
