@charset "utf-8";

/*--------------------------------------------------------
  全体共通定義
--------------------------------------------------------*/

body{
    height: 100%;
    text-align: center;
    font-family: "Helvetica Neue","Arial","Yu Gothic", "游ゴシック", "Yu Gothic medium", "Hiragino Sans","ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 12px;
	color: #454545;
    -webkit-text-size-adjust: 100%;
  vertical-align : middle;
}

td{
    font-size : 11pt;
    color: #454545;
    text-align: left;
}
.header{
	font-size: 9pt;
	color: inherit;
	background-color: #cc0000;
	text-align: left;
	padding-top: 0px;
	margin-top: 0px;
	height: 50px;
	padding-bottom: 0px;
	margin-bottom: 0px;
  border-collapse : collapse;
}
.header_table{
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	border-collapse: collapse;/* セルの境界線を共有して隙間をなくす */
	border-spacing: 0px 0px;/* 念のため隙間を0に設定 */
}

.header2{
	text-align: center;
	width: 970px;
  border-collapse : collapse;
  border-spacing : 0px 0px;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}
.futter_menu{
  font-size : 9pt;
  color : #333333;
}
img{
	border-width : 0px;
  	padding-top : 0px;
  	padding-left : 0px;
  	padding-right : 0px;
  	padding-bottom : 0px;
  	margin-top : 0px;
  	margin-left : 0px;
  	margin-right : 0px;
  	margin-bottom : 0px;
}
/*--------------------------------------------------------
  リンク画像が半透明になる設定
--------------------------------------------------------*/
.light{
  margin-bottom : 2px;
  margin-left : 2px;
  margin-right : 2px;
}

.light a:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
    text-align: center;
}

/*--------------------------------------------------------
  リンク設定
--------------------------------------------------------*/
a{
 color:#454545;
}


a{
	font-weight:bold;
text-decoration:none;
}

a:link{
	color:#333333;
}

a:visited{
	color:#333333;
}

a:hover{
	color:#cc0000;
}

a:active{
	color:#333333;
}


/*--------------------------------------------------------
  出てくるトップ
--------------------------------------------------------*/
html {
    scroll-behavior: smooth;
}
.pagetop{
    height: 40px;
    width: 40px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #333;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow{
    height: 10px;
    width: 10px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    transform: translateY(20%) rotate(-45deg);
}

/*--------------------------------------------------------
  ページデザイン定義
--------------------------------------------------------*/
#wrapper table{
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 1%;
	padding-bottom: 0px;
	padding-left: 1%;
	position: relative;/* 位置が相対的 */
}

/*--------------------------------------------------------
  index_主催定義
--------------------------------------------------------*/
.shu_dl{
    margin-top : 0px;
    margin-left : 6px;
    margin-right : 0px;
    margin-bottom : 0px;
    width : 840px;
    font-weight: normal;
}

.shu_dt{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width : 6em;
	float: left;
	clear: both;
}

.shu_dd{
  padding-left : 0px;
  margin-left : 2em;
  padding-bottom : 2px;
}

.main_table{
	margin-left: auto;
	margin-right: auto;
	width : 840px;
	border-collapse: collapse;/* セルの境界線を共有して隙間をなくす */
	border-spacing: 0px 0px;/* 念のため隙間を0に設定 */
	border: none; 
}
.main_td{
  border: none;              /* セルの枠線を消す */
}

/* 各ohbo1と3のtable設定 */
.ohbo_table{
	margin-left: auto;
	margin-right: auto;
	width : 710px;
	border-collapse: collapse;/* セルの境界線を共有して隙間をなくす */
  margin-top : 40px;border-width : 1px;border-style : solid;border-color : #f6f6f6;
}

.ohbo_td{
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color : #d9d9d9;
}

.ohbo_th{
	background-color: #f6f6f6;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	vertical-align: middle;
	width: 98px;
	white-space: nowrap;
	text-align: left;
	font-size: 12pt;
	border-width: 1px;
	border-style: solid;
	border-color : #d9d9d9;
}
/* 各Q&Aのtable設定 */
.qa_table{
	margin-left: auto;
	margin-right: auto;
	width : 800px;
 	border-collapse:separate; /* セル間の余白を指定するための設定*/
 	border-spacing:15px; /* セル間の余白の値はこちらで設定*/
  	margin-top : 40px;
}
.qa_th{
	background-color: #ebebeb;
	padding-top: 6px;
	padding-left: 4px;
	padding-right: 15px;
	padding-bottom: 6px;
	vertical-align: middle;
	white-space: nowrap;
	text-align: left;
	font-size: 11pt;
	border-width: medium;
	border-style: none;
	border-color: initial;/* セルの枠線を消す */
}
.qa_td01{
	padding-top: 4px;
	vertical-align: top;
	padding-left: 5px;
	white-space: nowrap;
}
.qa_td02{
	padding-top: 4px;
	padding-bottom: 10px;
  	text-align : left;
}
/* ohbo5のtable設定 */
.oh5_table{
	width : 800px;
 	border-collapse:separate; /* セル間の余白を指定するための設定*/
 	border-spacing:15px; /* セル間の余白の値はこちらで設定*/
  	margin-top : 40px;
}
.oh5_th{
	background-color: #ebebeb;
	padding-top: 6px;
	padding-left: 4px;
	padding-right: 15px;
	padding-bottom: 6px;
	vertical-align: middle;
	white-space: nowrap;
	text-align: left;
	font-size: 12pt;
	border-width: medium;
	border-style: none;
	border-color: initial;/* セルの枠線を消す */
}
.oh5_td01{
	padding-top: 4px;
	vertical-align: top;
	padding-left: 5px;
	white-space: nowrap;
  width : 104px;
  text-align : justify;
}
.oh5_td02{
	padding-top: 4px;
	padding-bottom: 10px;
  	text-align : left;
  font-size : 11pt;
  width : 651px;
}

