@charset "Shift_JIS";

/*--------------------------------------------------------
  フルCSSプロフェッショナルテンプレート部品設定
--------------------------------------------------------*/

.hpb-parts-cnt-style
{
    border-color: #c8dcbd !important;
}

#hpb-main .hpb-parts-hl-style
{
    clear: both;
    margin-top: 0.5em !important;
    margin-bottom: 1em !important;
    padding-top: 3px !important;
    padding-left: 5px !important;
    padding-bottom: 3px !important;
    text-align: left;
    font-size: 1.3em !important;
    color: #000 !important;
    font-weight: normal;
    background-image: none !important;
	background-color: transparent !important;
    height: auto;
    line-height: normal;
    letter-spacing: normal !important;
	border-color: #c8dcbd !important;
}

.hpb-parts-cbox-style
{
	border-color: #c8dcbd !important;
}

.hpb-parts-hr-style
{
	border-color: #c8dcbd !important;
}

.hpb-parts-pbox-style
{
    background-color: #e9faf2;
    border-color: #c8dcbd;
}
.hpb-parts-pbox-style h4
{
    padding: 0px !important;
}
.hpb-parts-pbox-style img
{
    background-color: #e9faf2;
}

.hpb-parts-blist-style
{
    background-color: #20bc71;
    border-color: #61dba0;
}
a.hpb-parts-blist-style:link
{
    color: #fff;
}
a.hpb-parts-blist-style:visited
{
    color: #fff;
}
a.hpb-parts-blist-style:hover
{
    background-color: #4bd191;
}
a.hpb-parts-blist-style:active
{
    background-color: #4bd191;
}
/*--------------------------------------------------------
  ユーザー設定スタイル
--------------------------------------------------------*/

/* 部品 */
.w22 {
	width: 22%;
}
.w30 {
	width: 30%;
}
.w39 {
	width: 39%;
}
.w70 {
	width: 70%;
}
.cC30 {
	color: #C30;
}
.c036 {
	color: #036;
}
.fs30 {
	font-size: 30%;
}
.fs40 {
	font-size: 40%;
}
.fs50 {
	font-size: 50%;
}
.fs60 {
	font-size: 60%;
}
.fs70 {
	font-size: 70%;
}
.fs80 {
	font-size: 80%;
}
.fs90 {
	font-size: 90%;
}
.fs110 {
	font-size: 110%;
}
.fs120 {
	font-size: 120%;
}
.fs130 {
	font-size: 130%;
}
.fs140 {
	font-size: 140%;
}
.fs150 {
	font-size: 150%;
}
.fs160 {
	font-size: 160%;
}
.fwBold {
	font-weight: bold;
}
.taR {
	text-align: right;
}
.taC {
	text-align: center;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}

.font01{font-family:"MS Pゴシック",sans-serif}
.font02{font-family:"Comic Sans MS",Arial}
.font03{font-family:'MS P明朝','MS 明朝',serif;}
.font04{font-family:"HG行書体","HGP行書体",cursive}
.font05{font-family:monospace  }

a[href^="tel:"] { cursor: default; }

/*list*/
#hpb-main ul.menulist_ul1 {
    float: left;
    width: 100%;
    margin: 0 -11px 0 0;
    padding: 0 0 10px 0;
    list-style-type: none;
}
#hpb-main ul.menulist_ul1 li {
    float: left;
    width: 276px;
    margin: 0 11px 11px 0;
    padding: 0;
    background: none;
}
#hpb-main ul.menulist_ul1 li a {
	display: block;
	padding: 8px 0;
	color: #333333;
    background: #FFFF99;
    text-align: center;
    text-decoration: none;
}
#hpb-main ul.menulist_ul1 li a:hover {
	color: #111111;
    background: #FFFF66;
}
#hpb-main ul.menulist_ul2 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#hpb-main ul.menulist_ul2 li {
    float: left;
    margin: 0 2em 8px 0;
    padding: 2px 0 2px 20px;
    background: url(../img/listmark_17_p.png) no-repeat 0 2px;
    color: #111111;
    font-weight: bold;
}


#hpb-main ul.menulist_ul3 {
    float: left;
    width: 100%;
    margin: 0 -11px 0 0;
    padding: 0 0 10px 0;
    list-style-type: none;
}
#hpb-main ul.menulist_ul3 li {
    float: left;
    width: 276px;
    margin: 0 11px 11px 0;
    padding: 0;
    background: #FFFF99;
    text-align: center;
    text-decoration: none;
}



/* スマート　囲み枠　1 */
.kakomi-smart1 {
 position: relative;
 margin: 2em auto;
 padding: 2.5em 1em 1em;
 width: 90%; /* ボックス幅 */
 border-style: solid;
 border-color: #016e15; /* 枠の色 */
 border-width: 5px 1px 1px;
 background-color: rgba( 229,229,229 , 0.3 ); /* 背景色 */
 color: #666; /* テキスト色 */
 box-shadow: 1px 1px 3px #ccc; /* 影 */
font-size:19px;
}

.title-smart1 {
 position: absolute;
 top: 8px;
 left: 15px;
 background-color: rgba( 229,229,229 , 0.3 ); /* タイトル背景色 */
 color: #016e15; /* タイトル色 */
 font-size: 21px;
 font-weight: bold;
}

/* スマート　囲み枠　2 */
.kakomi-smart2 {
 position: relative;
 margin: 2em auto;
 padding: 2.5em 1em 1em;
 width: 90%; /* ボックス幅 */
 border-style: solid;
 border-color: #3252b3; /* 枠の色 */
 border-width: 5px 1px 1px;
 background-color: rgba( 229,229,229 , 0.3 ); /* 背景色 */
 color: #666; /* テキスト色 */
 box-shadow: 1px 1px 3px #ccc; /* 影 */
font-size:19px;
}

.title-smart2 {
 position: absolute;
 top: 8px;
 left: 15px;
 background-color: rgba( 229,229,229 , 0.3 ); /* タイトル背景色 */
 color: #3252b3; /* タイトル色 */
 font-size: 1.1em;
 font-weight: bold;
font-size:21px;
}

/* スマート　囲み枠　3 */
.kakomi-smart3 {
 position: relative;
 margin: 2em auto;
 padding: 2.5em 1em 1em;
 width: 90%; /* ボックス幅 */
 border-style: solid;
 border-color: #AF525D ; /* 枠の色 */
 border-width: 5px 1px 1px;
 background-color: rgba( 229,229,229 , 0.3 ); /* 背景色 */
 color: #666; /* テキスト色 */
 box-shadow: 1px 1px 3px #ccc; /* 影 */
font-size:19px;
}

.title-smart3 {
 position: absolute;
 top: 8px;
 left: 15px;
 background-color: rgba( 229,229,229 , 0.3 ); /* タイトル背景色 */
 color: #AF525D; /* タイトル色 */
 font-size: 21px;
 font-weight: bold;
}


/* レスポンシブ　テーブル */
div.rt table {
  border-collapse: collapse;
  border-top-width: 0px;
  border-top-style: solid;
  border-top-color: #dddddd;
  border-left-width: 0px;
  border-left-style: solid;
  border-left-color: #dddddd;
}
div.rt table td{
  padding: 10px;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-left-width: 0px;
} 
div.rt table th {
  padding: 10px;
font-size:1.2em;
  border-bottom-width: 0px;
  border-right-width: 0px;
 border-top-width: 0px;
  border-left-width: 0px;
}


/* レスポンシブ　テーブル */
div.rt02 table {
font-size:19px;
  border-collapse: collapse;
  border-top-width: 0px;
  border-top-style: solid;
  border-top-color: #dddddd;
  border-left-width: 0px;
  border-left-style: solid;
  border-left-color: #dddddd;
font-family:"MS P明朝","MS 明朝",serif;

}
div.rt02 table td{
  padding: 10px;
  border-style: solid;
  border-color: #dddddd;
  border-width: 1px;
} 
div.rt02 table th {
  padding: 10px;
  border-bottom-width: 1px;
  border-right-width: 1px;
 border-top-width: 1px;
  border-left-width: 1px;
}

.ex_border_f {
  border-right: 3px solid #ddd;
}



div.rt03 {
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: #008500;
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: #008500;
  border-right-width: 3px;
  border-right-style: solid;
  border-right-color: #008500;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #008500;
}


/* 流れ */
#flow2{
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    zoom: 1;
}

#flow2 li{
    display: block;
    background-image : url(../img/arrow_3E.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 48px;
    padding-bottom: 15px;
    padding-left: 150px;
    list-style-type: none;
    line-height: 1.5;
    margin-bottom: 10px;
}

* html #flow2 li{
    padding-left: 300px; /* for IE6 */
}

#flow2 li:first-child{
    background-image: none;
    padding-top: 10px;
}

#flow2 li h4{
    float: left;
    width: 150px;
    margin-left: -150px;
    margin-top: -3px;
    text-align: center;
}


/* よくある質問インデント */
div.faq{
	background-image : url(../img/faq.png);
	background-position: top right;
	background-repeat: no-repeat;
}


div.faq p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-right: 0.1em;
    padding-left: 0.1em;
    line-height: 1.4;
    text-align: left;
    text-indent: -1em;      /* 文字1文字分上げる */
    padding-left: 1em       /* 2文字分右に下げる */
}
div.faq b {
    color: #009933;
}

/* レスポンシブ用gmap */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* レスポンシブ用youtube */
.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

a:hover img.picture{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha(opacity=80)";
}

/* Photobox用 */
.mr4 {
	margin-right: 4px;
}
.mr20 {
	margin-right: 20px;
}
.mb10 {
	margin-bottom: 10px;
}
span.small {
	font-size: 80%;
}
.toptext {
	font-weight: bold;
line-height:2.0;
font-size:1.1em;
}
span.point {
	color: #FF3333;
}
img.photoframe {
	border: 10px solid #FFFFFF;
}

img.photobox    {
border: 10px solid #FFFFFF;
box-shadow: 5px 5px 10px #c0c0c0;
-webkit-box-shadow: 5px 5px 10px #c0c0c0;
-moz-box-shadow: 5px 5px 10px #c0c0c0;
}


/* pagetop */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}





/* メニューページ デザイン定義 */
#guidance .item,#guidance .item1,#guidance .item2{
    width: 95%;
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #cacaca;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cacaca;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cacaca;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #cacaca;
    min-height: 70px;
font-size:20px;
}

* html #guidance .item{
    height: 135px; /* for ie6 */
}

#guidance .item h3{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:5px;
	text-indent:5px;
	background-image : url(../img/indexBg2_5Jc.png);
	background-position: 5px 0px;
}

#guidance .item dl{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 0.95em;
}

#guidance .item dt{
    width: 13em !important;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 3px;
}

#guidance .item dd{
    text-align: right;
    padding-left: 13.5em;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 3px;
}


#guidance .item p{
    margin-top: 0.5em;
    margin-left: 1.0em;
    margin-bottom: 2.0em;
    padding-right: 0.1em;
    padding-left: 0.1em;
    line-height: 1.4;
font-size:80%;
    text-align: left;
    text-indent: -1em;      /* 文字1文字分上げる */
    padding-left: 1em       /* 2文字分右に下げる */
;
}

#guidance .item table {
	float: left;
	margin: 0 0 18px 0;
}
#guidance .item table caption {
	margin-top: -10px;
	padding: 0 0 0.2em 2px;
	color: #661111;
	font-weight: bold;
	text-align: left;
}
#guidance .item table th {
	padding: 14px 8px 14px 12px;
	line-height: 1.6;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #7cd361;
	background-color: #7cd361;
}
#guidance .item table td {
	padding: 14px 8px 14px 12px;
	text-align: left;
	line-height: 1.6;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
}
#guidance .item table.w100 {
	float: none;
	width: 100%;
}
#guidance .item table.w100 th {
	padding: 6px 8px 6px 12px;
}
#guidance .item table.w100 td {
	padding: 6px 8px 6px 12px;
}
#guidance .item img {
	float: right;
}








.outer {
  width: 100%;
}
 
.outer table {
  border-collapse: collapse;
  width: 860px;
font-family:"MS P明朝","MS 明朝",serif;
}
.outer table td, table th {
  border: 1px solid #ccc;
  padding: 10px;
}
.outer table th {
  background-color: #eee;
}


.outer table td.ex_border_f {
  border-right: 3px solid #ccc;



/* 左右テーブル */
#lr {
	overflow: hidden;
}
#lr p {
	margin: 4px 0;
	padding: 0;
	font-size: 80%;
}
.l {
	float: left;
	width: 48%;
	margin: 0 0 0px 0;

}
.l caption {
	margin-top: -10px;
	padding: 0 0 0.2em 2px;
	color: #661111;
	font-weight: bold;
	text-align: left;
}
.l th {
	padding: 14px 8px 5px 8px;
	line-height: 1.8;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #7cd361;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #7cd361;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #7cd361;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #7cd361;
	background-color: #7cd361;
}
.l td {
	padding: 14px 8px 5px 8px;
	text-align: left;
	line-height: 1.8;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #7cd361;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #7cd361;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #7cd361;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #7cd361;
}

.r {
	float: right;
	width: 48%;
	margin: 0 0 0px 0;
}
.r caption {
	margin-top: -10px;
	padding: 0 0 0.2em 2px;
	color: #661111;
	font-weight: bold;
	text-align: left;
}
.r th {
	padding: 14px 8px 5px 8px;
	line-height: 1.8;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #7cd361;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #7cd361;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #7cd361;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #7cd361;
	background-color: #7cd361;
}
.r td {
	padding: 14px 8px 5px 8px;
	text-align: left;
	line-height: 1.8;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #7cd361;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #7cd361;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #7cd361;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #7cd361;
}


#lr .l dl{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 0.95em;
}

#lr .l dt{
    width: 13em !important;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 3px;
}

#lr .l dd{
    text-align: right;
    padding-left: 13.5em;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 3px;
}



 
/* radius */
.radius{
	border: 1px solid #006400;
	border-radius: 4px;
	margin: 10px 0 25px 0;
	background-image : url(../img/..png);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 10px;
}

/* radius2 */
#radius2{
	border: 1px solid #006400;
	border-radius: 4px;
	margin: 0 0 25px 0;
	background-image : url(../img/topicsBg_1F1.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 5px 5px 10px 5px;
display: inline-block;
}


/* 縁取りテキスト */
p.outline{
filter:dropshadow(color=#000000,offX= 0,offY=-1) 
dropshadow(color=#000000,offX= 1,offY= 0) 
dropshadow(color=#000000,offX= 0,offY= 1) 
dropshadow(color=#000000,offX=-1,offY= 0); 

-webkit-text-stroke-color: #000; 

-webkit-text-stroke-width: 1px; 

text-shadow: black 1px 1px 0px, black -1px 1px 0px, 

             black 1px -1px 0px, black -1px -1px 0px;
}


/* 縁取りテキスト */
p.outline2{
filter:dropshadow(color=#000000,offX= 0,offY=-2) 
dropshadow(color=#fff,offX= 2,offY= 0) 
dropshadow(color=#fff,offX= 0,offY= 2) 
dropshadow(color=#fff,offX=-2,offY= 0); 

-webkit-text-stroke-color: #000; 

-webkit-text-stroke-width: 0px; 

text-shadow: white 1px 1px 0px, white -1px 1px 0px, 

             white 1px -1px 0px, white -1px -1px 0px;
}

/* 文字間テキスト */
.text p {
letter-spacing: 0.5em;
}

/* 縦書き */
div.vertical {
      writing-mode: tb-rl;  /* 縦書き表示の指定 */
      width: 360px;           /* 横幅 */
      height: 185px;          /* 高さ */
      padding: 10px;          /* 内側の余白量(10px) */
      line-height: 1.8;       /* 行の高さ(1.8文字分) */
      overflow: auto;         /* はみ出る領域の指定 */
      font-family: "HGP行書体","HG正楷書体-PRO"; /* ※ */
      background-color: #fffff0;  /* 背景色(淡い黄色) */
      border: 4px double black;   /* 枠線(黒の二重線4px) */
   }
   div.vertical p.head {
      font-size: 150%;     /* 文字サイズ(1.5倍) */
      margin: 0px;         /* 外側の余白(なし) */
   }
   div.vertical p.foot {
      text-align:right;    /* 右寄せ(縦書きだと下寄せ) */
      margin: 0px;         /* 外側の余白(なし) */
   }
   div.vertical p.body {
      margin: 1em;         /* 外側の余白(1文字分) */
   }




input {
    width: 100%;
    max-width: 400px; /* レスポンシブの場合の対策 */
     box-sizing: border-box; /* [borde-box]で右の飛び出しを回避 */
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
}

textarea {
    width: 100%;
    max-width: 400px; 
    box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
}

input[type="submit"]  {
    max-width: 300px; /*送信ボタンの幅を指定*/
}

/*補足）チェックボックスをCSSで大きくする記述例*/
input[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    border-radius: 8px;
    border: 2px solid #4c4c4c;
    -webkit-box-sizing: border-box;
    width: 20px;
    height: 20px;
    background: #ffffff;
}

/* チェック時は背景色を変更 */
input[type="checkbox"]:checked {
    background: #9FB9D3;
}




.photo1 {
float:left; 
margin: 10px;
text-align : center;
}
.photo1 p {
text-align:center; 
font-size:100%;
}
.photo2 {
float:left; 
margin: 20px;
text-align : center;
}
.photo2 p {
text-align:center; 
}
.photo3 {
float:left; 
margin: 20px;
text-align : center;
}
.photo3 p {
text-align:center; 
}




#palacelife{
	background-image : url(../img/.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}



@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {
	.hpb-parts-hl-01 {
		background-color:#ffffff !important;
	}
	.hpb-parts-hl-02 {
		background-color:#ffffff !important;
	}
	.hpb-parts-hl-03 {
		background-color:#ffffff !important;
	}
	.hpb-parts-hl-04 {
		background-color:#ffffff !important;
	}
	.hpb-parts-hl-05 {
		background-color:#ffffff !important;
	}
	.hpb-parts-hl-06 {
		background-color:#ffffff !important;
	}
	.hpb-parts-hl-07 {
		background-color:#ffffff !important;
	}
	.hpb-parts-hl-08 {
		background-color:#ffffff !important;
	}


/* レスポンシブ　テーブル */
div.rt {
	background-image : url(../img/00.png);
	background-position: top right;
	background-repeat: no-repeat;
}
div.rt table {
  width: 100%;
  border-collapse: collapse;
  border-top-width: 0px;
  border-top-style: solid;
  border-top-color: #dddddd;
  border-left-width: 0px;
  border-left-style: solid;
  border-left-color: #dddddd;
}
div.rt table td{
  display: block;
width:100%;
  padding: 5px;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
  border-right-width: 0px;
  border-right-style: solid;
  border-right-color: #dddddd;
text-align:center;
} 
div.rt table th {
  display: block;
  padding: 5px;
  width: 100%;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #dddddd;
  border-right-width: 0px;
  border-right-style: solid;
  border-right-color: #dddddd;
}


div.rt02 table {
width:100%;
  border-collapse: collapse;
  border-top-width: 0px;
  border-top-style: solid;
  border-top-color: #dddddd;
  border-left-width: 0px;
  border-left-style: solid;
  border-left-color: #dddddd;
font-family:"MS P明朝","MS 明朝",serif;

}
div.rt02 table td{
  display: block;
width:100%;
  padding: 10px;
  border-style: solid;
  border-color: #dddddd;
  border-width: 1px;
} 
div.rt02 table th {
  display: block;
  padding: 10px;
width:100%;
  border-bottom-width: 1px;
  border-right-width: 1px;
 border-top-width: 1px;
  border-left-width: 1px;
}


div.outer {
overflow-x:scroll;
}
 
div.outer table {
  border-collapse: collapse;
  width: 860px;
}
div.outer table td, table th {
  border: 1px solid #ccc;
  padding: 10px;
}
div.outer table th {
  background-color: #eee;
}

/* 流れ */
#flow2{
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    zoom: 1;
}

#flow2 li{
    display: block;
    background-image : url(../img/arrow_3E.png);
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 48px;
    padding-bottom: 0px;
    padding-left: 10px;
    list-style-type: none;
    line-height: 1.5;
    margin-bottom: 10px;
}

* html #flow2 li{
    padding-left: 10px; /* for IE6 */
}

#flow2 li:first-child{
    background-image: none;
    padding-top: 10px;
}

#flow2 li h4{
    float: right;
    width: 100%;
    margin-left: 0px;
    margin-top: -15px;
padding-top:10px;
    text-align: center;
}


	#toppage-news img{
		width: 90%;
	}
	#guidance img{
		width: 90%;
	}



	/* メニュー */
	#guidance .item{
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
		min-height: 0;
		box-sizing: border-box;
	}
	#guidance .item h3{
		width: 96%;
		box-sizing: border-box;
	}
	#guidance .item dt{
		width: 100% !important;
	}
	#guidance .item dd{
		padding-left: 0;
	}

	#guidance .img{
	float: right;
width:50%;
	}

	#lr .l{
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
		min-height: 0;
		box-sizing: border-box;
	}

	#lr .r{
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
		min-height: 0;
		box-sizing: border-box;
	}



}


p.indent1{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-right: 0.1em;
    padding-left: 0.1em;
    line-height: 1.4;
    text-align: left;
    text-indent: -1em;      /* 文字1文字分上げる */
    padding-left: 1em;      /* 2文字分右に下げる */
}


/* 左右半分 */
div.left{
float:left;
width:45%;
margin-bottom:20px;
padding:20px;
font-size:16px;
}

div.right{
float:right;
width:45%;
margin-bottom:20px;
padding:20px;
font-size:16px;
}


/* 左右半分 */
@media screen and (max-width: 568px) {
div.left{
float:left;
width:100%;
margin-bottom:20px;
}

div.right{
float:left;
width:100%;
margin-bottom:20px;
}
}