@charset "UTF-8";

/*リセット*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/*リセット*/



a{/*リンクされた文字*/
	color:#390;
	font-style:normal;
	text-decoration:none;
}
a:link {/*未訪問のリンク*/
	color:#C60;
	font-style:normal;
	text-decoration:none;
}
a:visited {/*訪問後のリンク*/
	color:#666;
	text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
	color:#F90;
	font-style:normal;
	text-decoration:underline;
}
a:active {/*クリック中*/
;
}



#wrap {
	background-color: #CCC;
	height: 100%;
	width: 100%;
	text-align: center;
}
#main {
	width: 910px;
	margin: auto;
	height: auto;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 9pt;
	text-align: left;
	line-height: 180%;
	padding-bottom: 10px;
}
#title {
	height: 100px;
	width: 500px;
	background-image: url(image/title.gif);
	background-repeat: no-repeat;
}
#head {
	height: 265px;
	width: 880px;
	margin-left: 15px;
	background-color: #FC0;
	background-image: url(image/head.jpg);
}
#menu {
	width: 150px;
	background-color: #FFF;
	float: left;
	clear: right;
	margin-bottom: 10px;
	margin-top: 10px;
}
.botan  {
	height: 41px;
	width: 150px;
	background-image: url(image/botan.jpg);
	text-align: justify;
	vertical-align: text-bottom;
	white-space: pre;
}
#contentsarea {
	width: 680px;
	margin-top: 10px;
	float: right;
	border: 10px solid #CCC;
	padding: 10px;
	margin-bottom: 10px;
}
#undermenu {
	clear: both;
	text-align: center;
	background-image: url(image/green_light.gif);
	padding-top: 5px;
	padding-right: 2px;
}
#footer {
	height: 80px;
	width: 910px;
	clear: both;
	background-color: #666;
	font-size: 8pt;
	text-align: center;
	margin-top: 10px;
	color: #FFF;
	padding-top: 5px;
}
.h2 {
	font-size: 18pt;
	color: #666;
	margin-bottom: 20px;
	line-height: 33px;
}
.h1 {
	font-size: 15pt;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
}
.news_day {
	width: 100%;
	background-color: #999;
	font-weight: bold;
	color: #FFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 5px;
}
.news_kiji {
	margin-bottom: 10px;
}
.news_kokuchi {
	float: right;
	height: auto;
	width: auto;
	background-color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 10px solid #CCC;
	text-align: center;
}
.about_text {
	font-size: 12pt;
	color: #C60;
	line-height: 230%;
	text-align: left;
}
.line1 {
	background-color: #999;
	height: 3px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
.memberwrap {
	width: 680px;
}
.memberbox1  {
	width: 315px;
	margin-right: 5px;
	float: left;
	border: 10px solid #CCC;
}
.memberbox2 {
	width: 315px;
	float: right;
	margin-left: 5px;
	border: 10px solid #CCC;
}
.memberph {
	float: left;
	height: 150px;
	width: 130px;
	background-color: #666;
	margin-right: 5px;
}
.linewhite {
	background-color: #FFF;
	height: 10px;
	width: 100%;
	clear: both;
}
.h3 {
	font-size: 12pt;
	line-height: 150%;
	font-weight: bold;
	color: #666;
	margin-top: 20px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  width: 180px;
  height: 41px;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding-top: 3px;
  padding-left: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.row1 {
  font-size: 1.6rem;
  font-weight: 900;
}
.row2{
  font-size: 1.0rem;
  font-weight: 500;
}
a.btn-gradient {
  font-weight: normal;

  color: #000;
  border-radius: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(40%, #eedf54),
    to(#f19408)
  );
  background-image: -webkit-linear-gradient(left, #eedf54 40%, #f19408 100%);
  background-image: linear-gradient(90deg, #eedf54 40%, #f19408 100%);
}

a.btn-gradient:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;

  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#eedf54),
    color-stop(#f19408),
    to(#2b86c5)
  );

  background-image: -webkit-linear-gradient(left, #f19408, #fdba55, #eedf54);

  background-image: linear-gradient(90deg, #f19408, #fdba55, #eedf54);
}

a.btn-gradient span  {
  position: relative;
  z-index: 1;
}
a.btn-gradient:hover {
  color: rgb(163, 16, 11);
}

a.btn-gradient:hover:after {
  opacity: 0;
}
