@charset "UTF-8";


#mainImage{
clear:both;
width:100%;
height:317px;
text-align:center;
background:url(../img/main_image_bg.jpg) repeat-x center top;
padding-top:13px;
}

ul#timeAccess{
padding: 0;
margin: 0;
}
ul#timeAccess li{
float:left;
padding: 0;
margin: 0;
list-style:none;
display: inline;
zoom: 1;
}
ul#timeAccess img{
padding: 0;
margin: 0;
}

.oshirase{
	clear:both;
	padding-bottom:10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EEE;
	border-bottom-color: #EEE;
	margin-bottom: 20px;
	font-size: 75%;
	text-align: center;
}

.oshirase2{
	clear:both;
	padding-bottom:10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EEE;
	border-bottom-color: #EEE;
	margin-bottom: 20px;
	font-size: 100%;
	text-align: center;
}

.news{
clear:both;
background:url(../img/top_news_bg.gif) no-repeat bottom;
padding-bottom:10px;
}

.news dl{
clear:both;
font-size:75%;
border-bottom:dotted #999999 1px;
margin: 6px 7px 0 7px;
}

.news dt{
float:left;
clear:both;
color:#666666;
background:url(../img/arrow_blue.gif) no-repeat 12px 5px;
width:90px;
padding-left:25px;
}

.news dd{
float:left;
}

.news dl.noBorder{border:none;}

.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mb20{margin-bottom:20px;}


/*--------------------ボタン--------------------*/

.btn-gradient-simple {
  display: inline-block;
  padding: 0.5em;
  text-decoration: none;
  border-radius: 3px;
	font-size: 130%;
	letter-spacing: 5px;
  font-weight: bold;
  color: #FFF !important;
  background-image: linear-gradient(45deg, #709dff 0%, #b0c9ff 100%);
  transition: .4s;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #5e7fca;
  width: 100%;
}

.btn-gradient-simple:hover {
  background-image: linear-gradient(45deg, #709dff 50%, #b0c9ff 100%);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;}

.btn-gradient-simple2 {
  display: inline-block;
  padding: 0.5em;
  text-decoration: none;
  border-radius: 3px;
	font-size: 130%;
	letter-spacing: 5px;
  font-weight: bold;
  color: #FFF !important;
  background-image: linear-gradient(45deg, #fc8731 0%, #fabf59 100%);
  transition: .4s;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #c49227;
  width: 97%;
}

.btn-gradient-simple2:hover {
  background-image: linear-gradient(45deg, #fc8731 50%, #fabf59 100%);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;}

.btn-gradient-simple3 {
  display: inline-block;
  padding: 0.5em;
  text-decoration: none;
  border-radius: 3px;
	font-size: 130%;
	letter-spacing: 5px;
  font-weight: bold;
  color: #FFF !important;
  background-image: linear-gradient(45deg, #64b3f4 0%, #C4E0E5 100%);
  transition: .4s;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #C4E0E5;
  width: 100%;
}
.btn-gradient-simple3:hover {
  background-image: linear-gradient(45deg, #64b3f4 50%, #C4E0E5 100%);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;}

.btn-gradient-simple4 {
  display: inline-block;
  padding: 0.5em;
  text-decoration: none;
  border-radius: 3px;
	font-size: 130%;
	letter-spacing: 5px;
  font-weight: bold;
  color: #FFF !important;
  background-image: linear-gradient(45deg, #ec5050 0%, #f1a4a4 100%);
  transition: .4s;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #C4E0E5;
  width: 100%;
}

.btn-gradient-simple4:hover {
  background-image: linear-gradient(45deg, #ec5050 50%, #f1a4a4 100%);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;}


/*btn-gradient-simple_mini*/

.btn-gradient-simple_mini {
  display: inline-block;
  padding: 0.5em;
  text-decoration: none;
  border-radius: 3px;
	font-size: 100%;
	letter-spacing: 5px;
  font-weight: bold;
  color: #FFF !important;
  width: 30%;
  text-align:center;
}
.btn-gradient-simple_mini1 {
  background-image: linear-gradient(45deg, #709dff 0%, #b0c9ff 100%);
  transition: .4s;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #5e7fca;

}
.btn-gradient-simple_mini1:hover {
  background-image: linear-gradient(45deg, #709dff 50%, #b0c9ff 100%);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;}

.btn-gradient-simple2_mini {
  background-image: linear-gradient(45deg, #fc8731 0%, #fabf59 100%);
  transition: .4s;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #c49227;
}
.btn-gradient-simple2_mini:hover {
  background-image: linear-gradient(45deg, #fc8731 50%, #fabf59 100%);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;}

.btn-gradient-simple3_mini {
  background-image: linear-gradient(45deg, #64b3f4 0%, #C4E0E5 100%);
  transition: .4s;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #C4E0E5;
}
.btn-gradient-simple3_mini:hover {
  background-image: linear-gradient(45deg, #64b3f4 50%, #C4E0E5 100%);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;}

.btn-gradient-simple4_mini {
  background-image: linear-gradient(45deg, #ec5050 0%, #f1a4a4 100%);
  transition: .4s;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #C4E0E5;
}
.btn-gradient-simple4_mini:hover {
  background-image: linear-gradient(45deg, #ec5050 50%, #f1a4a4 100%);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;}


.NotesBox1 {
    padding: 0.5em;
    border-radius: 10px;
    border: 1px solid #ffc005;
    background-color: #ffe79f;
    width: 100%;
    font-size: 90%;
}


.font_mini1{
font-size:70%;
}
.font_130{
	font-size: 130%;
  font-weight: bold;
}
