@charset "UTF-8";

*{
     margin: 0;
}

.logo img{
     background-color: rgba(0, 0, 0, 0.5);
     border-width: 5px;
     border-style: outset;
     border-color: #ff9100;
     padding-top: 0px;
     padding-left: 0px;
     padding-right: 0px;
     padding-bottom: 0px;
     margin-top: 10px;
     margin-left: 0px;
     margin-right: 0px;
     margin-bottom: 0px;
}

.logo img:hover{
     background-color: rgba(0, 255, 0, 0.5);
}

body{
     color: silver;
     background-image: url(ph3/achi2.jpg);
     background-repeat: no-repeat;
     background-attachment: scroll;
     background-position: center center;/* 背景画像をbody要素に表示 */
     background-size: cover;/* 背景画像をbody要素にフィット */
     background-color: black;
     font-family: メイリオ;
}

h1{
     margin-top: 10px;
     margin-left: 60px;
     margin-right: 30px;
     margin-bottom: 10px;
}

div#content{
     margin-left: auto;
     margin-right: auto;
     max-width: 1000px;
     padding-top: 0px;
     padding-left: 0px;
     padding-right: 0px;
     padding-bottom: 0px;
     margin-top: 0px;
     margin-bottom: 0px;
     display: block;
}

div#content #logo img{
     box-shadow: 5px 5px 5px rgb(254, 248, 167);
}

div#content p{
     font-size: 15px;
}

div#msg2{
     max-width: 800px;
     margin-top: auto;
     margin-left: auto;
     margin-right: auto;
     margin-bottom: auto;
}

div#msg2 a{
     /*max-width: 400px;*/
     width: 100%;
     display: block;
     text-align: center;
     padding-top: 0px;
     padding-left: 0px;
     padding-right: 0px;
     padding-bottom: 0px;
     margin-top: 0px;
     margin-left: 0px;
     margin-right: 0px;
     margin-bottom: 0px;
     float: left;
}

div#msg2 img {
     width: 100%;
     height: auto;
}

div#fut{
     bottom: 0px;
     z-index: 99;
     max-width: 780px;
     /*background-color: black;*/
     background-color: rgba(255, 141, 0, 0.2);
     background-image: none;
     background-repeat: no-repeat;
     background-position: center top;
     box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.5);
     border-width: 1px;
     border-style: solid;
     border-color: black;
     clear: both;
     padding-top: 10px;
     padding-left: 10px;
     padding-right: 10px;
     padding-bottom: 10px;
     margin-top: 0px;
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 0px;
}

div#fut p{
     /*font-size: 150%;*/
     color: white;
     padding-top: 5px;
     padding-left: 5px;
     padding-right: 5px;
     padding-bottom: 5px;
     display: block;
     font-family: メイリオ;
}

div#fut p a{
     color: white;
     display: inline-block;

}

div#fut p a:visited{
     color: white;
}

div#fut img{
     box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
     vertical-align: middle;
     margin-right: 5px;
     margin-top: 5px;
     box-shadow: 5px 5px 5px rgb(254, 248, 167);
}

.on{
     visibility: visible;
}

.off{
     visibility: hidden;
}

div#phlist{
     display: none;
}
/* ウィンドウ幅が0〜799pxの場合に適用するCSS */
@media screen and ( max-width:799px )
{

  body {
     background-image: none;
   }

}
/* ウィンドウ幅が800px以上の場合に適用するCSS */
@media screen and ( min-width:800px )
{

  div#msg2 {

   }

}

#TEST{
}
