@charset "UTF-8";



/*----------------------------------------------------
    共通css
----------------------------------------------------*/

#index ul.sansho li, #page ul.sansho li, #index ul.sansho li a:hover, #page ul.sansho li a:hover, #index ul.sansho li a, #page ul.sansho li a {
    margin: 0;
    padding: 0 0 0px 8px;
    position: relative;
    text-align: left;
    text-decoration: none;
    font-size: 10px;
    color: #999;
    line-height: 1.8;
    word-wrap: break-word;
    border-bottom: unset;
}



/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 600px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/

p.bld {
       font-weight: bold;
}
	.img_center{
text-align:center;
font-size:11px;
}
#index {
    margin: 0 auto;
    float: unset;
}
	
	
	
	
	
	
	
	
}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/


/*　　main　　*/
	#main_content{
		width: 100%;
		margin: 30px auto 100px;
	}

	h1{
	    font-size: 165%;
	    margin: 10% 0 0;

	}

	h2{
		padding: 0 5%;
		font-size: 143%;
		margin-top: 1%;

	}

/*　　リンクボタン　　*/

.btn1{
    width: 80%;
	margin: 5% auto;	
	}

.btn1 a{ 
	padding: 2% auto;

}

/*　　テーブル　　*/

.table_1　th{
	width: 30%;
}
header .site_ttl {
    padding-right: 0px;
}
h1 {
    margin: 0;
}
header.is-fixed {
    position: unset;
}
	header.is-fixed:before,
header.is-fixed:after {
    content: none;
    position: absolute;
    background: unset;
}
	
	
	
	
	
	
}




