@charset "utf-8";

* {
	margin:0;
	padding:0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	color:#222;
	background-color: #FFEDED;
	background-repeat: repeat;
}


.btn{
    width:600px;
    height:60px;
    line-height:60px;
    display: block;
    margin: 10px auto;
}
.btn a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#0099FF;
    text-align:center;
    color:#FFFFFF;
    font-size:20pt;
    font-weight:bold;
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    box-shadow:5px 5px 5px 0px #DEDEDE ;
}
.btn a:hover{
    background:#0099FF;
    color:#FFFC00;
    margin-left:5px;
    margin-top:5px;
    box-shadow:none;
}



table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
td, th {
	padding: 3px;
	height: 25px;
}
th {
	background: #f0e6cc;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}

.chuui h3{
    font-size:15pt;
    font-weight: 700;
    margin-top: 20px; 
}

.chuui p {
    font-size:10pt;
    font-weight: 400;
}

.chuui li {
    margin-left: 20px;
    font-size:10pt;
    font-weight: 400;
}


#bg_yellow {
	background-color: #FFF6AA;

}

#bg_fff {
	background-color: #fff;
	
}

#bg_grey {
	background-color: #C9D0CE;
	
}

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


a {
  text-decoration: none;
    font-weight: 700;
  color:#FF8C00;
}

a:hover{
   opacity: 0.5 ;
transition: 0.8s ;
		}


.inner{
	width:980px;
	margin:0 auto;

}
	

#wrapper{
	width:100%;
	min-width:980px;
	margin-bottom: -20px;

}

#page_head h1 img{
	display:block
}


#page_head .inner{
	position:relative;
	padding:0;
}
#page_head .lead{
	position:absolute;
	bottom:20px;
	font-size:16px;
	font-weight:bold;
	background:#FC0;
	padding:5px;
	text-align:center;
	width:100%;
	border-radius:20px;
}
#page_head .back{
	position:absolute;
	top:0;
	right:0;
	font-size:12px;
	
}
#page_head .back a{
	color:#FFF;
	padding:20px;
	display:inline-block;
	font-weight:bold;
}


#g_nav{
	background:#000;
}
#g_nav ul{
	overflow:hidden;
	text-align:center;
}
#g_nav ul li{
	display:inline-block;
}
#g_nav ul li a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	padding:10px 20px;
	display:block;
}
#g_nav ul li a:hover{
	background:#333;
}

article{
	width: 80%;
	display: block;
	margin: auto;
	padding: 10px 10px 30px 10px;
}

#page_foot{
	text-align:center;
	padding:30px;
	color:#FFFFFF;
    margin-top: -70px;
}
#page_foot p a{
	color:#FFFFFF;
	font-size:12px;
	display:inline-block;
	margin:5px;
}
#page_foot small{
	font-size:10px;
}
#page_foot img{
	width: 50px;
	
	
}




#kikan {
	text-align: center;
}

#kikan .shiny-button {
  display: inline-block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.1;
  font-weight: normal;
  font-family: sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  background-color: #000000;
  background-image: -webkit-linear-gradient(top, #030303 0%, #252525 48%, #000000 49%, #000000 82%, #0e0e0e 100%);
  background-image: -moz-linear-gradient(top, #030303 0%, #252525 48%, #000000 49%, #000000 82%, #0e0e0e 100%);
  background-image: -o-linear-gradient(top, #030303 0%, #252525 48%, #000000 49%, #000000 82%, #0e0e0e 100%);
  background-image: linear-gradient(top, #030303 0%, #252525 48%, #000000 49%, #000000 82%, #0e0e0e 100%);
  -webkit-box-shadow: inset 0 0 1px 1px #424242, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #424242, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #424242, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #000;
  -moz-text-shadow: 1px 1px 1px #000;
  -o-text-shadow: 1px 1px 1px #000;
  text-shadow: 1px 1px 1px #000;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  padding: 12px 30px 12px 30px;
}

#kikan .shiny-button strong {
  letter-spacing: 1px;
  font-size: 16px;
}

#kikan .shiny-button:hover {
  color: #FFFFFF;
  background-color: #080808;
  background-image: -webkit-linear-gradient(top, #0b0b0b 0%, #1c1c1c 48%, #080808 49%, #080808 82%, #161616 100%);
  background-image: -moz-linear-gradient(top, #0b0b0b 0%, #1c1c1c 48%, #080808 49%, #080808 82%, #161616 100%);
  background-image: -o-linear-gradient(top, #0b0b0b 0%, #1c1c1c 48%, #080808 49%, #080808 82%, #161616 100%);
  background-image: linear-gradient(top, #0b0b0b 0%, #1c1c1c 48%, #080808 49%, #080808 82%, #161616 100%);
  -webkit-box-shadow: inset 0 0 1px 1px #484848, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #484848, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #484848, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #000;
  -moz-text-shadow: 1px 1px 1px #000;
  -o-text-shadow: 1px 1px 1px #000;
  text-shadow: 1px 1px 1px #000;
}

 #kikan .shiny-button:active {
  color: #FFFFFF;
  background-color: #000;
  background-image: -webkit-linear-gradient(top, #000 0%, #000000 100%);
  background-image: -moz-linear-gradient(top, #000 0%, #000000 100%);
  background-image: -o-linear-gradient(top, #000 0%, #000000 100%);
  background-image: linear-gradient(top, #000 0%, #000000 100%);
  padding: 13px 30px 11px 30px;
}

.parent {
   display: -webkit-inline-flex;
   display: inline-flex;
	
}

.children01 {
	margin: 30px; }

.children02 {
	margin: 30px; }

