@charset "UTF-8";
h1, h2, h3, h4, h5, h6 {
	border: none;
	font-style: normal;
	font-weight : normal;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-style: normal;
    font-weight: normal;
	margin: 0;
	padding: 0;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #bc8f8f;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a img { border-width: 0;
}

/* =========================================================
■container
========================================================= */
div#container {
	width: 760px;
	margin: 0 auto;
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
}

/* =========================================================
■header_title
========================================================= */
div#header_title {
	width: 760px;
	background: #fff;
}
div#header_title h1 {
	font-size: 9pt; /* 文字サイズ */
	color: #666;
	line-height: 100%;
	margin: 6px 0 2px;
}
p {
    margin: 0; 
    padding: 0;
}

#menu02 {
  width:600px;
  padding:0;
  margin:0;
  list-style-type: none;
}

#menu02 li {
  width:20%;
  float:left;
  padding:0;
  margin:0;
  text-align:center;
}

#menu02 li a {
  width:auto;
  color:#fff;
  font-size:12px;
  font-weight:bold;
  padding:6px 0;
  text-decoration:none;
  display:block;
  background:#555;
  border-left:1px solid #444;
  box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
             -1px 0px 0px rgba(225,225,225,0.3) inset,
              0px 1px 1px rgba(0,0,0,0.1) inset,
              0px -1px 1px rgba(0,0,0,0.3) inset,
              0px 1px 3px #555;
}

#menu02 li:first-child a{
  border-left:0;
  box-shadow:-1px 0px 0px rgba(225,225,225,0.3) inset,
              0px 1px 1px rgba(0,0,0,0.1) inset,
              0px -1px 1px rgba(0,0,0,0.3) inset,
              0px 1px 3px #555;
}

#menu02 li:last-child a{
  box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
              0px 1px 1px rgba(0,0,0,0.1) inset,
              0px -1px 1px rgba(0,0,0,0.3) inset,
              0px 1px 3px #555;
}

#menu02 li a:hover {
  background:#dc143c;
  box-shadow: 1px 0px 0px rgba(225,225,225,0) inset,
	          -1px 0px 0px rgba(225,225,225,0) inset,
	          0px 1px 1px rgba(0,0,0,0.1) inset,
	          0px -1px 1px rgba(0,0,0,0.3) inset,
	          0px 1px 3px #5556;
}

h2 {
	width: 500px;
	font-size: 20pt; /* 文字サイズ */
	padding: 0 4px;/*上下 左右の余白*/
	color: #292929;/*文字色*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #ff0000;/*左線*/
	margin: 12px 0 0 10px;
}

.table-3 {
	table-layout: fixed;
    width: 760px;
    background:#ccc;
	font-size: 10px; /* 文字サイズ */
	color: #666;
    line-height: 100%;
}
.table-3 td {
    padding: 4px 6px;
	vertical-align:top;
}

.style_right {
	text-align: right;
}

.style_black {
	background-color: #000;
}
.style_white {
	background-color: #fff;
}
.headding05 {
	font-size: 20px; /* 文字サイズ */
	padding: 2px 0.5%; /*上下 左右の余白*/
	color: #444; /*文字色*/
	background: transparent; /*背景透明に*/
	border-left: solid 5px #ff3300; /*左線*/
	margin: 20px 3% 14px;
}
.box07{
	width: 94%;
	font-size: 14px; /* 文字サイズ */
	margin: 14px 3% 22px;
	box-sizing: border-box;
}
.box07 p{
	padding: 6px 0;
}