@charset "utf-8";
/* CSS Document */

/*-トップページのCSS--*/

/*TOP--お知らせボタン*/
#fixed{
position:fixed; 
top:60px; 
right:20px; 
z-index:1000;
}

#fixed a{
text-decoration: none;
}

#fixed img{
border: none;
}

/*TOP--新着・ブログリンクなど*/
.news{
float: left;
width: 50%;
}

.news p{
font-size: 15px;
margin: 10px;
}

.news p a{
color: #333;
font-weight: bold;
text-decoration: none;
border-bottom: 1px solid #333;
}

.news p img{
width: 370px;
padding: 5px;
}

.news h1{
font-size: 20px;
border-bottom: 1px #333 dotted;
padding-bottom: 0px;
margin: 0 10px;
padding-left: 10px;
}

.article{
padding-left: 13px;
}

#news-r{
float: right;
width: 50%;
text-align: center;
}

.to-blog{
    background: url(../images/to-blog-on.jpg) no-repeat;
    width: 300px;
    margin: 0 auto;
}
.to-blog a{
    display: block;
}
.to-blog img{
    border: none;
}
.to-blog a:hover{
    background: none;
}
.to-blog a:hover img{
    visibility: hidden;
}

/*-------------------------
横幅1000以下
-------------------------*/
@media(max-width:1000px){

.news p img{
width: 95%;
}

#fixed{
display: none;
}
}

/*-------------------------
横幅750以下
-------------------------*/
@media(max-width:750px){
.news{
width: 100%;
}

#news-r{
width: 100%;
}

}




