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

* {
	margin: 0px;
	padding: 0px;
}
body {
	position: relative;
}
nav {
    display: block;
    width: 702px;
    margin-left: auto;
    margin-right: auto;
}

nav li  {
	float: left;
	list-style-type: none;
	margin-left: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
nav ul li a {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 18px;
	color: #575746;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 20px 15px;
}
nav ul li a:hover {
	color: #FFF;
	background-color: #28A4A4;
}
.cullent {
	padding: 20px 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF7400;
	font-size: 18px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	}
#logo {
	display: block;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 200px;
	background-color: #00B2B2;
	clear: both;
}
#logo p {
	display: none;
}
#logo img {
	margin-top: 60px;
	margin-left: 60px;
}
#logo a img {
	border-style: none;
}
#wrapper {
	width: 100%;
	background-color: #FFF;
}
#main {
	width: 762px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-bottom: 60px;
}
#contents {
	width: 702px;
	margin-right: 30px;
	margin-left: 30px;
}
.header {
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	padding-top: 60px;
}

#contents #news, #last-update   {
	margin-top: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #ECF0F1;

}

#contents #last-update   {
	background:#fff;
}


#contents #news time, #last-update .notice, #last-update time {
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 20px;
	margin-bottom: -0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	background: #00B2B2;
	color: #fff;
	font-size: 16px;
}
#last-update .notice{
	background:#FF7400;
}
#contents #news p {
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
	line-height: 140%;
}
#contents #news a  {
	background: #FF7400;
	color: #fff;
}

.header h1 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	text-align: center;
	display: none;
}
.header p {
	text-align: center;
}
.sub-header {
	padding-top: 40px;
	margin: 0px;
}
.sub-header h2 {
	text-align: center;
	display: none;
}
.sub-header p {
	text-align: center;
}
.survey-process {
	margin-top: 60px;
	margin-bottom: 30px;
	clear: both;
}
.survey-process .stamp {
	float: left;
	height: 4em;
	width: 4em;
	background-color: #BF5600;
}
.stamp .number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	color: #FFF;
	line-height: 1.35em;
	margin-left: 0.37em;
}
.survey-process h3 {
	font-size: 28px;
	color: #FFF;
	font-weight: lighter;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FF7400;
	height: 64px;
	line-height: 2.3em;
	padding-left: 84px;
}
#contents p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 160%;
	color: #575746;
	margin-top: 40px;
}
#contents table {
	border-collapse: collapse;
	margin-top: 30px;
}
#contents table a {
	color: #FFFFFF;
	display: block;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
}
#contents table a:hover {
	color: #FFFFFF;
	background-color: #FF7400;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
}
#contents table th {
	text-align: right;
	background-color: #00b2b2;
	color: #FFF;
	font-size: 16px;
	border-top: 1px solid #FFF;
	border-bottom: 2px solid #CCC;
	border-left: 1px solid #FFF;
	padding: 0px;
}
#contents table td {
	padding-left: 5px;
	color: #575746;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 16px;
	line-height: 120%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E0E7E9;
	border-bottom: 2px solid #FFF;
	width: 425px;
}
#contents dl {
	margin-top: 40px;
	margin-bottom: 0px;
}
#contents dt {
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #FF7400;
	color: #FFF;
	font-size: 26px;
	width: 196px;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 5px;
}
#contents dd {
	float: left;
	margin-top: -49px;
	margin-left: 208px;
	font-size: 20px;
	color: #FFF;
	background-color: #218585;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 485px;
	padding-right: 20px;
	text-indent: 10px;
}
@media screen and (-webkit-min-device-pixel-ratio : 0 ) {
    #contents dd {
    margin-top: -45px;
	}
	}
#bottom-line {
	background-color: #00b2b2;
	clear: both;
	height: 30px;
	display: block;
}
.clearfix:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
