@charset "UTF-8";
/*
　キムカツ
　共通CSS

*/



/*-----------------------*----*----*----*----*----*----*----*----*----* タグ */
body {
	color:#333;
}

/*-----------------------* リンク */
a {
	color:#333;
}
.disable{
	cursor:default;
}
/*-----------------------* リンク：通常,リンク：読み込み済み */
a:link,a:visited {
	color:#333;
	text-decoration:none;
}

/*-----------------------* リンク：カーソルが上にあるとき,リンク：クリックされた瞬間 */
a:hover,a:active {
	color:#333;
	text-decoration: underline;
}


/*-----------------------*----*----*----*----*----*----*----*----*----* ヘッダー */
header:before,
header:after{content:" ";display:table}
header:after{clear:both}

/*-----------------------*----*----*----*----*----*----*----*----*----* サイドナビゲーション */
nav {
}

/*-----------------------*----*----*----*----*----*----*----*----*----* サイドを除いた部分 */
main {
}

/*-----------------------*----*----*----*----*----*----*----*----* ヘッダー */
/*-----------------------*----*----*----*----*----*----* header */
header{
	background-color: #000000;
}

/*-----------------------*----*----*----*----*----*----*----*----* メイン */
/*-----------------------*----*----*----*----*----*----* article */
main article {
}

/*-----------------------*----*----*----*----*----*----*----*----* フッター */
/*-----------------------*----*----*----*----*----*----* footer */
footer{
	background-color: #000000;

footer div img {
	width:100%;
	height:auto;
}

/*-----------------------*----*----*----*----*----*----*----*----* 下層ページ */

.innerpage {
	padding-top:40px;
}
.innerpage .h2box{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px 10px;
	text-align:center;
	margin-bottom:30px;
}

.innerpage .h2box h2{
	font-size:22px;
	line-height:1.4;
}
.innerpage .h2box .subttl{
	color:#000000;
	line-height:1;
}



/*-----------------------*----*----*----*----*----*----*----*----*----* 色 */

/*-----------------------*----*----*----*----*----*----*----*----*----* 非表示 */

/*-----------------------*----*----*----*----*----*----*----*----*----* そのた */
