@charset "UTF-8";

/* 基本スタイル */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333333;
	font-size: 1em;
	line-height: 1.6em;
	background-color: #FFF;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}

@media screen and (max-width:1024px)

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

img{
	max-width:100%;
}

.pie {
       margin:0 0 10px 0;
        }

.red { color:#CC0000; font-weight: bold;}
.green { color: #339900; font-weight: bold;}

.attract {
  font-weight: bold;
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.45em; /* 線の太さ */
  text-decoration-color: rgba(255, 228, 0, 0.4); /* 線の色 */
  text-underline-offset: -0.1em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}


div, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: left;
}

h1, h2, h3, h4, h5, .title ,.menutitle{
	font-family:sans-serif;
	font-weight:bold;
}


h1,h2,h3,h4{
	clear:both;
}

.deco_left {
	margin: 5px 10px 10px 10px;
	padding: 0;
	}

.deco_right {
	margin: 5px 10px 10px 10px;
	padding: 0;
	}


/*
//見出しを通常のフォントにする場合は／* と *／ を削除
h2, h3, h4 ,h5 ,h6{
	font-family: sans-serif;
	font-weight:bold;
}
*/

.FloatEnd {
	clear: both;
	display: block;
	height: 1px;
}

/* -------- リンク */

a,a:visited{
	color:#006699;
}

a:hover{
	color:#FF0000;
}

a img {
  border: none;
  text-decoration: none;
}

.txt-img img{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* 文字装飾 */

strong {
  margin: 0 0.2em;
  padding: 0;
  font-weight: bold;
}

em {
  margin: 0 0.2em;
  padding: 0;
  font-weight: normal;
  text-decoration: underline;
}

/* ---------------- リスト */

ul, ol {
  display: block;
  _margin-left:0;
  _margin-right:0;
}

dl{
	margin:0;
	padding:0;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
	_margin-left: 20px;
	_padding-left: 20px;
}

ol {
	list-style-type: decimal;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	_margin-left: 30px;
	_padding-left: 20px;
}

*:first-child+html ol{
	margin-left: 30px;
	padding-left: 20px;
}

li {
	display: list-item;
	margin: 0;
}

ul li {
	list-style-type: none;
	list-style-image: url(./img/li.gif);
}

p {
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}

/* 基本レイアウト */

#container {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#header {
        margin-top:25px;
        border-top:solid 1px #CFCFCF;
        border-bottom:solid 1px #CFCFCF;
}

/* コンテンツ */

#writings_1, #writings_2, #writings_3, #writings_4 {
        margin-top:10px;
	margin-bottom: 15px;
	padding: 0px;
}

#contents {
	padding-bottom: 10px;
	min-height:400px;
	background: #ffffff;
}

#scheme:after,#contents:after{
	height: 1px;
	overflow: hidden;
	content: "";
	display: block;
	clear: both;
}

/* フッター */

#footer {
        width:100%;
        padding:10px 10px;
	text-align: center;
	color: #FFFFFF;
	line-height: 16px;
	background: url(img/black.jpg) ;
}

#footer_record {
	text-align: center;
	color: #FFFFFF;
}

/* レイアウト差分 */

#contents {
       padding:0;
}

#central {
	width: 100%;
}

/* 各種見出し */

h1 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    position:absolute; top: 3px; left: 10px;
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W7";
    color: #666;
}

h1 a, h1 a:visited{
	color:#666;
        text-decoration:none;
}

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

#central h2,#central h3,#central h4 {
	background-color: #1B48AF;
        font-weight: bold;
	color: #FFF;
        font-size: 15px;
        line-height:18px;
	display: block;
	padding: 8px 12px 7px;
        margin-top: 10px;
	position: relative;
}

/* サイドメニュー */

#scheme {
width: 100%;
padding: 0 0 10px 0;
margin: 10px 0 0 0;
}

#scheme p {
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#scheme img{
	max-width:100%;
        margin:10px 0 0 10px;
}

#scheme ul {
border-left: 1px solid #d9d9d9;
border-right: 1px solid #d9d9d9;
padding: 0;
margin: 0;
}

#scheme li {
line-height: 130%;
background: #fafafa;
border-bottom: 1px dotted #cccccc;
width: 100%;
padding: 0;
margin: 0 1px 1px 1px;
}

#scheme ul li {
	list-style-type: none;
	list-style-image: none;
}


#scheme h4 {
    width: 100%;
    height: 30px;
    margin: 15px 0 0 0;
    padding: 0;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    line-height: 30px;
    display: block; 
    background: url(img/side_blue.jpg) repeat-x;
    border-left: none;
    color:#ffffff;
}

#scheme h5 {
    width: 100%;
    height: 30px;
    margin: 15px 0 0 0;
    padding: 0;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    line-height: 30px;
    display: block; 
    background: url(img/side_blue.jpg) repeat-x;
    border-left: none;
    color:#ffffff;
}

#scheme .list {
	margin-bottom: 15px;
	background-color: #ffffff;
}

#scheme li a {
display: block;
text-decoration: none;
font-size: 1em;
font-weight: normal;
color: #555;
background: url(img/s_list.gif) no-repeat 5px center;
width: auto;
padding: 7px 5px 7px 18px;
margin: 0;
}

*:first-child+html #scheme .list {
	padding:4px;
}

*:first-child+html #scheme li a{ 
	padding-top: 2px;
	padding-bottom: 2px;
}

#scheme li a:hover {
text-decoration: none;
color: #ff7f00;
background: #ffffff url(img/s_list_on.gif) no-repeat 5px center;
}

#scheme li.l2 a {
	padding-left: 32px;
	background-image: url(./img/menu_l2.gif);
	background-position: 18px center;
	font-size: 11px;
}

#scheme li.l2, #scheme li.l3 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	font-size: 11px;
}

#scheme li.l3 a {
	background-position: 40px center;
	padding-left: 55px;
	background-image: url(./img/menu_l2.gif);
	font-size: 11px;
}

.list {
	width: auto;
}

.list_2 {
	margin-bottom:15px;
}


.job {
         font-size: 1em;
         color:#666;
         text-align:right;
         margin:0 10px;
         font-family: sans-serif;
         font-weight:bolder;
}

.job a, .job a:visited{
	color:#007ACC;
}


.job a:hover{
	color:#FF6600;
}

/* 文字色 */

.red { color:#CC0000; font-weight: bold;}
.green { color: #339900; font-weight: bold;}

.attract {
  font-weight: bold;
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.45em; /* 線の太さ */
  text-decoration-color: rgba(255, 228, 0, 0.4); /* 線の色 */
  text-underline-offset: -0.1em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

/* テーブル */

table.med{
    border-top:1px solid #808080;
    border-left:1px solid #808080;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
    margin:15px 0px;
}
.med th{
    border-right:1px solid #808080;
    border-bottom:1px solid #808080;
    color:#330000;
    font-size: 16px;
    background-color:#CCEEFF;
    padding:0.3em 1em;
    text-align:center;
}
.med td{
    border-right:1px solid #808080;
    border-bottom:1px solid #808080;
    font-size: 16px;
    padding:0.3em 1em;
}

.youtube {
  position: relative;
  width: 90%;
  padding-top: 56.25%;
  margin:0 0 10px 10px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}