@charset "UTF-8";


* {
    padding: 0;
    margin: 0;
    font-size: 100%;
    text-decoration: none;
}
#voice {
    text-decoration: none;
}
img{
    vertical-align: bottom;
}
body {
    color: 333333;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
   
    line-height: 1.5rem;
    list-style: none;
    }

/*ページトップボタン*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 0px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}



h1 {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
}
h1 .sub {
    text-align: center;
    color: #e41c71;
    font-weight: bold;
    font-size: 1.3rem;
}

h2 {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
}
h2 .sub {
    text-align: center;
    color: #e41c71;
    font-weight: bold;
    font-size: 1.3rem;
}

.breadcrumbs ul li {
    display: inline-block;
    font-size: 0.8rem;
}
.breadcrumbs {
    margin-top: 0.5em;
    margin-right: 0.5em;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
}
.breadcrumbs ul .nolink {
    color: #545454;
}




/*お知らせ*/
#topic{
    width: 90%;
    margin: 0 auto;
    padding-top: 1.5em;
}
a .detailbutton  {
    text-decoration: none;
}

a #news_detail p {
    font-size: 0.9rem;
    text-align: center;
}
a #news_detail {
    width: 30%;
    float: right;
}
#newsWrap {
    clear: both;
}



/*アサイド*/

aside ul li {
    width: 45%;
    display: inline-block;
    margin-right: 0.5em;
    padding-top: 0.5em;
}
aside img{
    width: 100%;
}

.aside {
    margin-top: 2em;
    margin-bottom: 1em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.aside ul {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}




/* CSSは必要最低限しか指定してませんのでお好みで（もちろん外部化OK） */



/* Pager style（外部化可） */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}

/* /Pager style */





@media screen and (min-width:480px){


    /*ページトップボタン*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}


h1   {
    line-height: 1.6em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 2.2rem;
}
h1 .sub {
    font-size: 1.8rem;
}


h2   {
    line-height: 1.6em;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 2.2rem;
}
h2 .sub {
    font-size: 1.8rem;
}



.breadcrumbs {
    margin-left: 1em;
    margin-top: 2em;
}
.breadcrumbs ul li {
    font-size: 1rem;
}
    
    
/*お知らせ*/    
#topic {
    clear: both;
    width: 70%;
}

    /*アサイド*/  
aside ul li {
    width: 18%;
}
.aside {
padding-bottom: 7em;
    padding-top: 2em;
    
}
 .aside a:hover{
    opacity: 50%;
} 

    
    
    }
