﻿@charset "UTF-8";

/*　　共通設定　　*/
html {   overflow-y:scroll;}
body {margin:0;   padding:0;   line-height:1.6;     font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;	
		font-size:12px;      color:#333;	-webkit-text-size-adjust: 100%;/*自動調整禁止*/
    	background: url(../img/flower-r-002.jpg) no-repeat;	background-position: right top;	background-attachment: fixed;}
br {   letter-spacing:normal;}
a {  color: #017aff;	text-decoration:none; }
a:hover {   text-decoration:underline;}
a:visited {
	text-decoration: none;
	
}

img {   border:0;}
h1,h2,h3,h4,h5,h6 {   margin:0;}

/* フォントサイズ変更ボタンのエリア */

#top {   min-width:780px;     margin:0 auto;}	

/* フォントサイズ変更ボタンのエリア */

.fsbox {margin: 0;	text-align:center;	line-height: 30px;	  vertical-align:middle;}
.fsbox a {  color: #017aff;	text-decoration:none; }


.header {width:780px;	margin: 0 auto;	 overflow: hidden; }
.headerL { float: left; font-size:15px;	width:295px;	text-align:center;	color:#8650b0;	}
.headerR { float: left; font-size:24px;	width:475px;	text-align:left;	padding-left:5px;	padding-top:50px;}
/* ＞＞＞＞＞＞＞＞レシポンシブ＜＜＜＜＜＜＜＜＜＜ */
.headerLsp {display:none;		}
.headerRsp {display:none;		}

/* ～～～　　パンくずリスト　　～～～ */
.bread	{width:700px;	color: #333;	margin:20px auto 0;	text-decoration: none;	}


/* **********************＜＜　サブページ共通ヘッダ境域 ここまで＞＞******************* */



/*　　　メインコンテンツ　　*/
#main  {width:780px; 	margin: 0 auto 0px;	color:#666;	 padding:10px 0 0;  }
#main h1 {margin:50px 0px 20px;	font-size:17px;   background:#ccff9a;  	color:#228b22;	font-weight:bold;
	padding-left:30px;	line-height:25px;	}

#main h2 {margin:30px 0 0 30px;   font-size:14px;   color:teal;	  	font-weight:bold;	line-height:1.0;	}
#main p {margin-left:30px;	margin-right:10px;   }



#main table	{margin:20px 10px 0px 30px;}


.rekishi	{margin:20px 10px 0 50px;		background:#f0ffdf;
			-moz-border-radius: 10px;    /* Firefox */
			-webkit-border-radius: 10px; /* Safari,Chrome */
   			border-radius: 10px;         /* CSS3 */
			border: 3px #eaffd3 solid;     /* 枠線の装飾 */	}
.rekiship	{padding:10px 20px;	margin:0px;}

.rekishi2	{margin:20px 10px 0 50px;		background:#ffdfff;
			-moz-border-radius: 10px;    /* Firefox */
			-webkit-border-radius: 10px; /* Safari,Chrome */
   			border-radius: 10px;         /* CSS3 */
			border: 3px #ffc9fe solid;     /* 枠線の装飾 */	}





.td03	{width:150px;	color:#228b22;	background:#ffffe3;	padding:15px 20px;	font-size:14px; 	}
.td04	{width:500px;	color:#666;	background:#F0FFDF;	padding:15px 20px;	font-size:14px; 	}



#gokai {    overflow:hidden;   width:730px;   margin:0 auto;   padding:20px;	}
.section {   float:left;   width:350px;  	margin-top:30px;   margin-right:10px;   padding:15px 5px;	background:#fff5ff;}
.section2 {  float:right;   width:350px; 	margin-top:50px;   padding:15px 5px;		background:#fdf5ff;}
.section3  {clear: both;	}
.section4 {width:80%;	margin:50px auto;	padding:10px;	color:#666;	background:#EAFFD3;	text-align:center;}
#gokai li { list-style:none;  }



/* *************＜ サブページ共通　＞　******************************* */

/* 　　ページ下段イメージ　　*/
.image {text-align: center;	margin:40px auto;}
.imagesp	{display:none;}		/* ＞＞＞＞＞＞＞＞レシポンシブ＜＜＜＜＜＜＜＜＜＜ */	

/* ～～～　「ページの先頭」、「前のページに戻る」　～～～ */

#pageTop {clear: both;	padding-top:50px;}
#pageTop a {color: #00cc33;		 	}
.PB	{padding:0px 5px 0;   text-align:left;	}
.PB a	{padding:0 0 0 12px;  background:url(../img/bg_list.gif) 0 60% no-repeat;	}
.PT	{padding:0px 5px 0;   text-align:right;	 		}
.PT a	{padding:0 0 0 12px;   background:url(../img/bg_pagetop.gif) 0 60% no-repeat;	}



/*ページpage top ボタン　PC　版*/
#page_top{  width: 90px;  height: 90px;  position: fixed;  right: 0;  bottom: 50px;  opacity: 0.6;}
#page_top a{  position: relative;  display: block;  width: 90px;  height: 90px;  text-decoration: none;}
#page_top a::before{  font-family: 'Font Awesome 5 Free';  font-weight: 900;  content: '\f102';  font-size: 25px;  color: #228b22;  position: absolute;
  width: 25px;  height: 25px;  top: -40px;  bottom: 0;  right: 0;  left: 0;  margin: auto;  text-align: center;}
#page_top a::after{  content: 'PAGE TOP';  font-size: 13px;  color: #fff;  position: absolute;  top: 45px;  bottom: 0;  right: 0;  left: 0;  margin: auto;  text-align: center;  color: #228b22;}


/* *************＜ サブページ共通　フッタ　＜緑系＞　＞　******************************* */
#footer {	width:100%;	margin: 0px auto;	 padding:30px 0 10px;	color:#228b22;	text-align:center;	background:#ccff9a;}
.copyright {	margin:0;	font-size:20px;	font-family:cataneo BT;}
.copyright2 {	margin: 5px;	}



