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

.clearfix::before {
  content: "";
  display: block;
  clear: both;
}

body {
	color:#000;
	line-height: 1.4em;
	font-family: MazdaTypeRegular,Noto Sans CJK JP,Hiragino Kaku Gothic ProN,HiraKakuProN-W3,Meiryo,Yu Gothic Medium,sans-serif;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* ヘッダー */
header {
	
}

/* グローバルナビゲーション */
nav {
	
}

/* メインビジュアル */
#mainVisual {
	
}


/* フッター */
footer {
	
}

address {
	font-style: normal;
	font-size: 0.8em;
	text-align: center;
	margin: 8px 0;
}

/* ==============================================
 レスポンシブ
=============================================== */
/* タブレット縦・スマートフォン横
----------------------------------------------- */
@media screen and (min-width: 481px) {
    
 }

/* デスクトップ・タブレット横
----------------------------------------------- */
@media screen and (min-width: 929px) {
	
}