@charset "utf-8";

.circle-o {color: #00C494;}

.marker_yellow {
	font-size: 16px;
	font-weight: bold;
	background: linear-gradient(transparent 50%, #ffff66 50%);
	line-height: 2.0;
}

blockquote{
	width: 100%;
  display:block;
  background: #fff;
  padding: 5px;
  margin: 0px;
  position: relative;
  
  /*Font*/
	font-family: -apple-system, BlinkMacSystemFont, Avenir, "Helvetica Neue", Helvetica, Arial, Roboto, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 0px solid #3da28d;
  border-right: 0px solid #3da28d;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}




html {
	font-size: 14px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	-webkit-text-size-adjust: 100%; /* 文字の巨大化を防ぐ */
	font-family: -apple-system, BlinkMacSystemFont, Avenir, "Helvetica Neue", Helvetica, Arial, Roboto, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #555555;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
*, *::before, *::after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.clearfix::after {
	content: '';
	display: block;
	clear: both;
}
a:link, a:visited, a:hover, a:active {
	color: #3da28d;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	color: #000000;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
ul,ol {
	list-style: none;
	margin-left: 12px;
}
li {
	line-height: 2;
}
select {
	font-size: 14px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}


/*--------------------
	HEADER
--------------------*/
#header{
	background-image: url(./img/topbar_title_bg.gif);
}
#header .headerInner{
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 100%;
	overflow: hidden;
}
#header .headerInner h1{
	padding: 15px 0px 0px 24px;
	float: left;
}


/*--------------------
	gNav
--------------------*/
#gNav{
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 100%;
	background-color: #3da28d;
}
#gNav ul{
	margin: 0px auto;
	width: 98%;
	overflow: hidden;
	list-style: none;
}
#gNav ul li{
	padding: 6px 30px 6px 0px;
	float: left;
}
#gNav ul li a{
	color: #ffffff;
	font-size: 12px;
	line-height: 180%;
	font-weight: bold;
}
#gNav ul li a: hover{
	color: #000;
}


.pankuzu {
	width: 98%;
	text-align: left;
	margin: 0px;
	background-color: #ffffff;
	padding: 1px;
	font-size: 10px;
	overflow: hidden;
	color: #74debb;
}
.pankuzu a:hover, a:active {
	text-decoration: underline;
}

.article {
	width: 98%;
	text-align: left;
	margin: 1px;
	background-color: #ffffff;
	padding: 1px;
	font-size: 13px;
	overflow=auto;
	color: #666;
}


/*--------------------
	レイアウト
--------------------*/
#container {
	width: 100%;
	float: center;
	overflow: hidden;
}
#contents{
	width: 98%;
	float: left;
	position: relative;
	margin: 15px 0px 30px 10px;
	padding: 0px;
	text-align: left;
}




#bx201 {
	display: block;
	width:100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}
#bx201:after {
	content: "";
	display: block;
	clear: both;
}

#bx101 {
	display: block;
	width:30%;
	float:left;
	text-align:center;/* (*変更*) */
	margin: 20px 0px;
	padding: 0px 4px;
}
#bx102 {
	display: block;
	width:70%;
	float:left;
	text-align:left;
	margin: 20px 0px;
	padding: 15px;
	/* background-color: #F0F0D2; */
	background-color: #fff;
	border-style: solid;
	border-width: 0px 0px 0px 6px;
	border-color: #3DA28D;
}

#bx103 {
	width:60%;
	float:left;
	text-align:left;
	margin: 20px 0px;
	padding: 15px;
	background-color: #fff;
	border-style: solid;
	border-width: 0px 0px 0px 1px;
	border-color: #3DA28D;
}
#bx102 h2 {
	font-size:20px;
	font-style:normal;
	line-height:21px;
	color:#3DA28D;
	font-weight: bold;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #cccccc;
}
#bx102 h3 {
	font-size:16px;
	color:#3DA28D;
	font-style:normal;
	line-height:21px;
	font-weight: bold;

	margin: 5px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #cccccc;
}
.bx102-font12 {
	font-size:12px;
	line-height: 18px;

	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}
.bx102-font9 {
	font-size:9px;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#bx102 ul{
	list-style-type: none;
	padding: 0px;
	margin: 15px 0px 0px 0px;
}
#bx102 li {
	display: inline;
	float: left;
}
















#item-title {
	width:100%;
	height:75px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #4cbba2;
	background-color:#fff;
}
#item-title-left {
	width:70%;/* (*変更*) */
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	text-align:left;
}
#item-title-right {
	width:30%;/* (*変更*) */
	float:right;
	margin: 13px 0px 0px 0px;
	font-size:10px;
	text-align:center;
}
#item-title h2 {
	font-size:24px;
	font-style:normal;
	color:#3DA28D;
	padding: 10px 0px 10px 0px;
	margin: 0;
	line-height: 100%;
	font-weight: bold;
}


/*--------------------
	footer
--------------------*/
#footer{
	width: 100%;
	clear: both;
	background-color: #232F3E;
/*	background-color: #53CDB2;	*/
/*	background-image: url(./img/footer.gif);	*/
/*	background-repeat: repeat-x;			*/
	margin: qpx auto;
	text-align: center;
	font-size: 11px;
}

#footer a {
	color: #fff;
	font-size: 10px;
}

#footer #footerNav{
	margin: 0px auto;
	padding: 25px 0px 25px 0px;
	width: 98%;
	overflow: hidden;
}
#footer #footerNav dl{
	padding: 0px 0px 0px 30px;
	float: left;
	text-align: left;
}
#footer #footerNav dt{
	padding: 0px 0px 5px 0px;
	font-size: 14px;
}
#footer #footerNav dt a{
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
#footer #footerNav dd{
	padding-bottom: 5px;
	font-size: 11px;
}
#footer #footerNav dd a{
	color: #fff;
	font-size: 11px;
}
#footer .copyright{
	font-size: 10px;
	padding: 1px 0px;
	margin: 3px 0;
	/* background-color: #3da28d; */
	background-color: #0B1725;
	color: #fff;
	text-align: center;
}
#footer .copyright a{
	color: #fff;
}

















/*--------------------
	FONT
--------------------*/
.font11brown {
	font-size: 14px;
	color: brown;
}
.font8 {
	font-size: 10px;
	color: #666666;
}


.font9{
	font-size:9px;
	font-style:normal;
	line-height:11px;
	color:#666666;

}
.font9brown{
	font-size:9px;
	font-style:normal;
	line-height:11px;
	color:maroon;
	font-weight: bold;

}

.font12brown{
	font-size:11px;
	font-style:normal;
	line-height:14px;
	color:maroon;
	font-weight: bold;

}


.font10 {
	font-size: 10px;
}
.font16brown{
	font-size:16px;
	font-style:normal;
	line-height:11px;
	color:maroon;
	font-weight: bold;

}
.font12green{
	font-size:12px;
	font-style:normal;
	line-height:13px;
	color:#3DA28D;
	line-height: 140%;
	font-weight: bold;

}

.font12skyblue{
	font-size:12px;
	font-style:normal;
	line-height:13px;
	color:#00bfff;
	line-height: 140%;
	font-weight: bold;

}

.font12pink{
	font-size:12px;
	font-style:normal;
	line-height:13px;
	color:ff69b4;
	line-height: 140%;
	font-weight: bold;

}




.list-table {
	display: table;
	border-collapse: collapse;
	margin: 5px 0;
	width:100%;
}
.list-table tr {
	vertical-align: middle;
	padding: 10px;
	font-size: 12px;
}
.list-table tr.caption {
	font-size: 10px;
	color: #808080;
	background-color: #DCDCAA;

}

.list-table td {
	display: table-cell;
	width: 20%;
	vertical-align: middle;
	border: 1px solid #C0C0C0;
	text-align: center;
}



















.table-row {
	display: table;
	width: 100%;
	list-style-type: none;
	border: #C3F8F9 solid;
	border-width: 1px 0 1px 0;
	margin: 2px 0 0 0;
}

.table-row tr:nth-child(even) {
	background: #C3F8F9;
}
.table-row tr:nth-child(odd) {
	background: #fff;
}

.tdcontent1 {
	min-height: 60px;
	width: 20px;
	padding: 10px 3px;
	display: table-cell;
}
.tdcontent2 {
	min-height: 60px;
	width: 15%;
	padding: 10px;
	display: table-cell;
	font-size: 16px;
}
.tdcontent3 {
	min-height: 60px;
	width: 15%;
	padding: 10px;
	display: table-cell;
	font-size: 10px;
	color: #666666;
}
.tdcontent4 {
	min-height: 60px;
	width: 55%;
	padding: 10px 15px;
	display: table-cell;
	font-size: 11px;
	color: #404040;
}
.tdcontent5 {
	min-height: 60px;
	width: 15%;
	padding: 10px;
	display: table-cell;
	font-size: 10px;
}


/* tableとtable-cellで横に展開する表 */
.panel {
	display: table;
	table-layout: fixed;
	width:95%;
	color: #524e3c;
	margin: 0 auto;
	margin-top: 10px; /* テーブル全体でなく格段のテーブルごとにかかる */
	max-height: 30px;
	overflow:hidden;
}
.panel a {
	text-decoration: none;
}

.panel-box {
	display: table-cell;
	padding: 15px;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	border: 1px #E7E7E7 solid;
	max-height: 30px;
	overflow:hidden;

}



.grd2 {
background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#E7E7E7));
background: -webkit-linear-gradient(top, #fff 75%, #E7E7E7 100%);
background: -moz-linear-gradient(top, #fff 75%, #E7E7E7 100%);
background: -o-linear-gradient(top, #fff 75%, #E7E7E7 100%);
background: -ms-linear-gradient(top, #fff 75%, #E7E7E7 100%);
background: linear-gradient(top, #fff 75%, #E7E7E7 100%);
}


.panel-cat {
  background-color: #1BC39D;
  border-radius: 6px;
  color: #fff;
  font-size: 10px;
  padding: 0 5px;
}

.panel-text h2 {
  color: #000;
  font-size: 18px;
  line-height: 1.4;
  margin-right: 10px;
}
.panel-text {
  color: #000;
  font-size: 14px;
  line-height: 1.4;
}
.panel-text p {
  font-size: 15px;
}
.panel-text img {
vertical-align: middle;
}



/* ########### 640px以下 ########### */
@media all and (max-width: 640px) {

#container {
	width: 640px;
}


#bx101 {
	float: none;
	alet-align: center;
	width: 100%;
}
#bx102 {
	float: none;
	alet-align: center;
	width: 100%;
	border: 0;
}
#bx103 {
	float: none;
	alet-align: center;
	width: 100%;
	border: 0;
}



img {float: none;}

.tdcontent2,.tdcontent3,
.tdcontent4,.tdcontent5,.tdcontent6 {
	display: block;
	width: 100%;
	padding: 5px;
	margin: 10px;
	min-height: 15px;
}
.table-row tr {
	border: 1px #E7E7E7 solid;
}





.td {
	display: block;
	width: 100%;
	padding: 5px;
	margin: 10px;
	min-height: 15px;
}











.panel {
	width:100%;
}


.panel-box {
	display: block;
	padding: 10px;
	vertical-align: up;
	text-align: left;
	background-color: #fff;
	border: 0px #E7E7E7 solid;
	max-height: 1000px;
	overflow:hidden;
	margin: 10px;

}





#headerArea {
	width: 98%;
	height: 320px;
}
#gNav ul{
	width: 98%;
}
.pankuzu, .article {
	width: 98%;
}

#container {
	width: 98%;
}
#contents{
	width: 98%;
}
#footer #footerNav{
	width: 98%;
}



}

/* ########### 1280px以下 ########### */
@media all and (min-width: 1280px) {

#container {
	width: 1280px;
}
