﻿@charset "utf-8";
/*--------------------------------------------*/
/* link                                       */
/*--------------------------------------------*/

a:link {
  color: #3366FF;
}
a:visited {
  color: #3366FF;
}
a:hover {
  color: #FF6600;
}
a:active {
  color: #FF6699;
}
/*--------------------------------------------*/
/* clearfix                                   */
/*--------------------------------------------*/

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: block;
  min-height: 1%;
}
* html .clearfix {
  height: 1%;
}
/*--------------------------------------------*/
/* float                                      */
/*--------------------------------------------*/

.fltL {
  float: left;
}
.fltR {
  float: right;
}
/*--------------------------------------------*/
/* tool                                       */
/*--------------------------------------------*/

.clear {
  clear: both;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.nobg {
  background: none;
}
/*--------------------------------------------*/
/* img                                        */
/*--------------------------------------------*/

.imgC {
  text-align: center;
}
.imgL {
  text-align: left;
  float: right;
}
.imgR {
  text-align: right;
}
.imgL img,  .imgC img,  .imgR img {
  display: inline;
}
/*--------------------------------------------*/
/* font                                       */
/*--------------------------------------------*/

.xx-small {
  font-size: 70%;
}
.x-small {
  font-size: 78%;
}
.small {
  font-size: 85%;
}
.large {
  font-size: 115%;
}
.x-large {
  font-size: 130%;
}
.xx-large {
  font-size: 143%;
}
/*--------------------------------------------*/
/* text                                       */
/*--------------------------------------------*/

.bold {
  font-weight: bold;
}
.txtL {
  text-align: left;
}
.txtC {
  text-align: center;
}
.txtR {
  text-align: right;
}
/*--------------------------------------------*/
/* margine                                      */
/*--------------------------------------------*/

.mar-b10 {
  margin-bottom: 10px;
}
.mar-b30 {
  margin-bottom: 30px;
}
.mar-l2rem {
	display: block;
}
.mar-l4rem {
  margin-left: 4rem;
}


#form3_errtxt {
	color: #FF0000;
	margin-top: 6px;
	margin-left: 100px;
	font-size: 0.9rem !important;
}

/*--------------------------------------------*/
/* BASE                                       */
/*--------------------------------------------*/

body {
	background-color: #E7E8EB;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	background-position: 0px 0px;
}
/*ie7*/
*:first-child+html body {
  font-size: 100%;
}
/*ie5-6*/

* html body {
	font-size: 100%;
}
/*--------------------------------------------*/
/* COMMON                                     */
/*--------------------------------------------*/

#bg_wrapper {
	padding-bottom: 20px;
}
#wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	position: relative;
	border: 1px solid #ABABAB;
	-webkit-box-shadow: 0px 1px 2px rgba(56,56,56,0.47);
	box-shadow: 0px 1px 2px rgba(56,56,56,0.47);
	margin-bottom: 20px;
}
/* header */

#header {
	width: 1023px;
	height: 82px;
	display: block;
	border-bottom: 2px solid #B7CDF9;
	position: relative;
}
#header_logo {
	width: 247px;
	height: 65px;
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
}
#header_title {
	width: 610px;
	height: 31px;
	display: block;
	position: absolute;
	left: 282px;
	top: 29px;
}
/* top_header */

#top_header {
  width: 920px;
  display: block;
  text-align: center;
  position: relative;
}
#top_logo {
  width: 522px;
  height: 185px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* mainset */

#mainset {
	width: 1024px;
	position: relative;
	text-align: left;
}
/* menuL */

#menuL {
	text-align: left;
	width: 210px;
	position: relative;
	margin-left: 10px;
}
/* main */

#main {
	width: 984px;
	text-align: left;
	display: block;
	margin-right: 5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#main_conte {
	display: block;
	text-decoration: none;
	min-height: 560px;
	padding-left: 20px;
	padding-right: 18px;
}
#main_conte h1 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #333;
	margin-bottom: 20px;
	font-size: 1.4rem;
	line-height: 2.4rem;
}
#main_conte p {
	font-size: 1.0rem;
	line-height: 1.6rem;
}

/* footer */

#footer {
	height: 24px;
	width: 1024px;
	_margin-left: 1px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#footer p {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 14px;
  color: #999999;
  padding-top: 5px;
}

#sitetop {
	display: block;
	height: 15px;
	width: 984px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}
#sitetop a {
	text-align: left;
	font-size: 1rem;
	text-decoration: none;
	vertical-align: middle;
}

#moday {
	text-align: left;
	font-size: 0.9rem;
	vertical-align: middle;
	float: right;
}

.author {
	text-align: left;
	font-size: 0.95rem;
	float: right;
	line-height: 1.4rem;
	display: block;
	margin-bottom: 10px;
}

.pdf_ico {
	vertical-align: middle;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}


.detalist {
	display: table;
	clear: both;
	margin-bottom: 30px;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}
.detalist dl {
	margin-bottom: 5px;
	line-height: 1.4rem;

}
.detalist dl dt {
	display: table-cell;
	width: 60px;
}
.detalist dl dd {
	display: table-cell;
	width: 760px;
}

h4 {
	font-size: 1.2rem;
	line-height: 1.8rem;
	text-decoration: none;
	margin-top: 30px;
	margin-bottom: 10px;
	display: block;
}

/*--------------------------------------------*/
/* table                                      */
/*--------------------------------------------*/
.table_regu {
	table-layout: fixed;
	width: 840px;
	margin-left: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
}
.table_regu td {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border: 1px solid #CCCCCC;
	width: 214px;
}
.table_regu td.w120 {
	width: 120px;
}
