@charset "utf-8";
#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: -50px;
    background: #3E7EEF;
    opacity: 0.6;
    border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
h2 {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}
h3 {
	text-align: center;
	margin-bottom: 5px;
    
}
.contents ul {
	margin-bottom: 30px;
}
.contents ol li,.contents ul li {
	font-size: 1.4rem;
}


/* CSS Document */

#header {
    background-color: #EEEEEE;
    min-height: 35px;
}

#topimg {
    background-image: url(../img/top/bk.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 50%;
}
#topimg2 {
    background-image: url(../img/top/bk.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.contents {
    max-width: 1000px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
#snews a {
    color: #2E2E2E;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.contents #snews ul, .contents #snews li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}
.contents #snews {
    background-color: #EDEDED;
    padding: 15px;
    margin-bottom: 50px;
}
.contents #snews li {
    border-bottom: 1px dotted #B3B3B3;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.contents #snews li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom-style: none;
}
#footer {
    padding-top: 28px;
    padding-bottom: 30px;
    margin-top: 20px;
    background-color: #0A5171;
    color: #FFFFFF;
}
#footer p {
    margin: 0px;
    color: #FFFFFF;
}

/*form*/
#divform {
    max-width: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: auto;
    margin-left: auto;
}
    #divform p {
    margin: 0px;
    padding: 0px;
}
    #divform p a {
    text-align: center;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #CCCCCC;
    transition: 0.5s;
}
    #divform p a:hover {
    background-color: #2F4582;
    color: #FFFFFF;
}
.table-info {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	width: 100%;
}
.table-info  td  {
	border: 1px solid #CCCCCC;
	font-size: 1em;
	width: auto;
	padding: 10px;
}
.table-info td.th {
	font-weight: bold;
	background-color: #E2E2E2;
	white-space: nowrap;
}
.table-info td td {
	border-style: none;
	padding: 5px;
}
td ul {
	margin: 0px;
	padding: 0px;
}

td ul li {
	font-size: 0.8em;
	white-space: nowrap;
	float: left;
	margin-left: 33px;
	padding: 0px;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}




/*form*/



@media screen and (min-width:1000px){
#topimg {
    background-image: url(../img/top/bk.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 500px;
    padding-top: 0px;
}
#topimg2 {
    background-image: url(../img/top/bk.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 0px;
    background-size: cover;
}


}

@media screen and (min-width:700px){
.sponly {
    display: none;
}

}

@media screen and (max-width:700px){
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: -50px;
    background: #3E7EEF;
    opacity: 0.6;
    border-radius: 50%;
}
.contents p span {
	display: block;
}
.table-info td.th {
	font-weight: bold;
	background-color: #E2E2E2;
	white-space: nowrap;
	display: block;
}
.table-info  td {
	border: 1px solid #CCCCCC;
	font-size: 1em;
	width: auto;
	padding: 10px;
	display: block;
}
.table-info td td {
	border-style: none;
	padding: 5px;
	display: inline-block;
}





}
