@charset "utf-8";
@import url("common.css");


/*
---------------------------------------------

---------------------------------------------
*/

/*---------------------------------------------
	基本設定
  ---------------------------------------------*/


html {
	overflow-y: scroll;
}

body, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

body {
	font:normal normal normal 95%/155% "Noto Sans Japanese","メイリオ",Tahoma, Geneva,"sans-serif";
	font-stretch: expanded;
	color: #000;
	text-align: left;
	-webkit-text-size-adjust: none; /* モバイル用 */
}

h1, h2, h3

li{
	list-style: none;
}

a {
    text-decoration: none;
	color: #000000;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}

/*img:hover {
   opacity: 0.65;
}*/


/*---------------------------------------------
	基本設定（レイアウト）
  ---------------------------------------------*/
	.cap{letter-spacing: 3px;
		text-align: center;
		margin: 40px 0;}


/* ヘッダー＆フッター
------------------------------------------------------------*/

.header{width: 100%;
	height: 5px;
	background-color: #d5dc1F;
}
#footer1{background-color: #d5dc1F;}
#footer2{width: 960px;
		margin: 0 auto;
		padding-top:22px;
		padding-bottom: 30px;
}
#footer3{background-color: #333333;
		text-align: center;
		color: #FFF;
		font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		font-weight:300;
		font-size: 12px;
		letter-spacing: 2px;
		padding: 2px 0;}