@charset "utf-8";

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
   各ページの基本的なスタイル
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

/*======================================
   1-1.Universal selector
 ======================================*/

* {
	padding: 0;
	margin: 0;
	color: #6C6C6C;
}

/*======================================
   1-2.Structure Module
 ======================================*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: 'MS Gothic UI', Arial, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 62.5%;
	background-attachment: fixed;
	background-image: url(images/background.gif);
}

/*======================================
   1-3.Text Module
 ======================================*/

@font-face {
font-family: "MS Gothic UI";
    src: url('https://www.kfk-kikaku.tzg.jp/fonts/MS Gothic UI.woff2') format("woff2"), url('https://www.kfk-kikaku.tzg.jp/fonts/MS Gothic UI.woff') format("woff");
}

p, address {
	margin: 0.8em 10px;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	white-space: nowrap;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #006182;
}

h3 {
	margin: 0.8em 10px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2;
}

h4 {
	padding: 0;
	font-size: 1.2em;
	color: #CD4730;
}

/*======================================
   1-4.Hypertext Module
 ======================================*/

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #990000;
	text-decoration: none;
}

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

a:active {
	color: #FF0000;
	text-decoration: none;
}

/*======================================
   1-5.List Module
 ======================================*/

ul, ol, dl {
	padding: 0;
	margin: 0;
}

li, dt, dd {
	margin: 0
}

/*======================================
   1-6.Form Module
 ======================================*/

form {
	padding: 0;
	margin: 0;
}

input, textarea, select {
	border: #666666 solid 1px;
	font-family: 'MS Gothic UI', Arial, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 1.3em;
	background-color: #DDDDDD;
}
