/* PC用CSS */
@media print, screen and (min-width: 920px){ 

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

.mainttl{
font-size : 150%;
color: #ffffff;
}

.kai_name{
font-size : 100%;
color: #ffffff;
}

.yohaku{
width: 7%;
}

.photo1{
font-size : 120%;
font-weight: bold;
color: #ffffff;
}

.photo2{
font-size : 80%;
color: #ffffff;
}

.gazou{
 margin-left: 100px;
}

/* ここから通常のCSS */

#page_top{
width: 40px;
height: 40px;
position: fixed;
right: 0;
bottom: 10px;
background: #6e6eff;
opacity: 0.6;
}
#page_top a{
position: relative;
display: block;
width: 40px;
height: 40px;
text-decoration: none;
}

#page_top a::after{
content: '▲';
font-size: 14px;
font-weight: bold;
color: #fff;
position: absolute;
top: 10px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}


@charset "Shift_JIS";

Table{
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 1.5px;
	font-family: "ＭＳ Ｐゴシック";
	border-top-left-radius: 0px 0px;
	border-top-right-radius: 0px 0px;
	border-bottom-right-radius: 0px 0px;
	border-bottom-left-radius: 0px 0px;
	width: 980px;
	background-color: white;
	border-width: 0px;
	border-style: none;
	border-color: #ffffff;
	color: #000000;
}
A{
  text-decoration : none;
}
A:hover{
  color : red;
}
body{
	background-color: #14401a;
	color: #000000;
}



}

