@charset "utf-8";

.vertical-align td {
		vertical-align: middle;
}

/* http://zxcvbnmnbvcxz.com/form-improvement-2-5/ */

.form01 {
	margin: 80px 0;
	text-align: left;
}

.input-text {
	margin: 0 0 20px 0;
	color: #2b4d5e;
	font-size: 14px;
	border: 1px solid #00C892;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 8px;
}

.form01 textarea {
	margin: 0 0 20px 0;
	width: 60%;
	height: 60px;
	color: #2b4d5e;
	font-size: 14px;
	border: 1px solid #00C892;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 8px;
}


.btn {
	display: inline-block;
	padding: 10px 20px;
	background-color: #00CE96;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	border: 1px solid #00C892;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:0;
}









body {
	margin: 0px;
	padding: 20px;
	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;
	font-size: 14px;
}
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: 5px;
	color: #555555;
	font-size: 13px;
	vertical-align: top;
}


hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
ul,li {
	list-style: none;
	margin:20px 0px;
	padding:0;
	line-height: 1.6;
}
select {
	font-size: 14px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.topimg {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}


h1 {
	width: 60%;
	padding: 10px 0px 6px 8px;
	border-top: 3px solid #ff7683;
	border-bottom: 1px solid #ff7683;
}

h2 {
	width: 60%;
	color: #ff7683;
	font-size: 28px;
	line-height: 180%;
	font-weight: bold;
	padding: 0 0 0 5px;
	margin: 5px 0 15px 5px;
	border-left: 8px solid #3aa5f7;
	border-bottom: 1px solid #E7E7E7;
}







.fontstrong {
	color: brown;
	font-weight: bold;
	font-size: 20px;
	background-color: #FFFFC0;
}

.fontweak {
	font-weight: normal;
	font-size: 12px;
}

.fontweaker {
	font-weight: lighter;
	font-size: 10px;
}



/*--------------------
	blockquote
--------------------*/
blockquote{
	width: 95%;
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif; /* (blockquote) */
	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;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif; /* (blockquote) */
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}


.blockquote-small {
	padding: 20px 0;
	line-height: 2.0;
	font-style: italic;
	font-size: 12px;
	color: #202020;
}



.blockquote2{
	width: 95%;
  display:block;
  background: #fff;
  padding: 10px 10px 10px 25px;
  margin: 10px 10px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif; /* (blockquote) */
	font-family: -apple-system, BlinkMacSystemFont, Avenir, "Helvetica Neue", Helvetica, Arial, Roboto, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  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;
}


/*--------------------
	HEADER
--------------------*/
#header{
	background-image: url(../img/common/topbar_title_bg.gif);
}
#header .headerInner{
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 100%;
	overflow: hidden;
	height: 100px;
}
#header .headerInner h1{
	padding: 15px 0px 0px 24px;
	float: left;
}

/* キャッチコピー */
.top {
	position: relative;
	
}
.top a:link, .top a:visited, .top a:hover, .top a:active {
	color: #989898;
	text-decoration: none;
}
.catch {
	position: absolute;
	color: #404040;
	margin: 0;
	padding: 15px;
	background-color: rgba(255,255,255,0.4);
	text-align: center;
	font-size: 16px;
	top: 7%;
	left: 7%;
	width: 160px;
	height: 160px;
	border-radius: 80px;
}


/* キャッチコピー */
.catch2 {
	color: #404040;
	margin: 0;
	padding: 20px;
	background-color: rgba(255,255,255,0.4);
	text-align: left;
	font-size: 36px;
	position: absolute;
	top: 25%;
	left: 2%;
}
.catch3 {
	color: #404040;
	margin: 0;
	padding: 20px;
	background-color: rgba(255,255,255,0.4);
	text-align: left;
	font-size: 36px;
	position: absolute;
	top: 20%;
	left: 2%;
}














.fa-sun-o {
	color: #FFFFFF;
}









/* バッジ */
.badge1 {
	position: absolute;
	top: 6%;
	left: 6%;
	width: 120px;
	height: 120px;
	padding-top: 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 60px;
	background-color: rgba(255,255,255,0.4);
	color: #c0c0c0;
	text-align: center;
	display: block;
	font-size: 12px;
}
.badge2 {
	position: absolute;
	top: 6%;
	left: 40%;
	width: 120px;
	height: 120px;
	padding-top: 36px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 60px;
	background-color: rgba(255,255,255,0.4);
	color: #c0c0c0;
	text-align: center;
	display: block;
	font-size: 12px;
}
.badge3 {
	position: absolute;
	top: 6%;
	left: 75%;
	width: 120px;
	height: 120px;
	padding-top: 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 60px;
	background-color: rgba(255,255,255,0.4);
	color: #c0c0c0;
	text-align: center;
	display: block;
	font-size: 14px;
}

* 概要を横に並べる設定 */
.bx202:after {content: "";
	display: block;
	clear: both;
}
.bx202 ul,li {
	list-style: none;
	padding:0;
	line-height: 0.8;
}
.bx202 .bx202-content {float: left;
	border: 0px dotted #DEDEDE;
	margin-left: 6px;
	width: 48%;
	border-radius: 4px;

}

.bx202 .bx202-content:nth-child(odd) {padding-right: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
}

.bx202 .bx202-content:nth-child(even) {padding-right: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* 概要 */
.bx202-content {margin-top: 0px;
	margin-bottom: 20px;
}

.bx202-content a {
	border: solid 0px #dddddd;
	color: #606060;
	text-decoration: none;
}

.bx202-content a:hover {box-shadow: 0 0 10px #dddddd;
}

.bx202-content img {
	width: 100%;
	height: auto;
	border: none;
	margin-bottom: 15px;
	vertical-align: bottom;
}

.bx202-content h1 {margin-top: 0;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
	line-height: 36px;
	font-size: 22px;
}

.bx202-content h2 {margin-top: 0;
	margin-bottom: 5px;
	margin-right: 15px;
	font-weight: bold;
	font-size: 18px;
}

.bx202-content p {margin-top: 0;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 14px;
}



.bx4 {
	padding: 0 10px 10px 10px;
}

.bx4-1, .bx4-2, .bx4-3, .bx4-4 {
	padding-bottom: 10px;
}

/* bx4-1、bx4-2、bx4-3を横に並べる設定 */
.bx4:after {
	content: "";
	display: block;
	clear: both;
}

.bx4-1 {
	float: left;
	width: 24%;
	margin-right: 1%;
}

.bx4-2 {
	float: left;
	width: 24%;
	margin-right: 1%;
}

.bx4-3 {
	float: left;
	width: 24%;
	margin-right: 1%;
}

.bx4-4 {
	float: left;
	width: 24%;
}








/* SNSバナー */
/* bx-sns-1とbx-sns-2を横に並べる設定 */
.bx-sns {
	padding: 15px;
}
.bx-sns:after {
	content: "";
	display: block;
	clear: both;
}

.bx-sns-1 {
	float: left;
	width: 70%;
	padding-right: 35px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.bx-sns-2 {
	float: right;
	width: 30%;
}

/* SNSメニュー */
.follow ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.follow li a {
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

.follow li a:hover {
	opacity: 0.8;
}

.follow-tw, .follow-fb, .follow-gp {
	background-color: #C0C0C0;
}
.follow i {
	margin-right: 10px;
	font-size: 24px;
	vertical-align: middle;
}









/* 概要 */
.gaiyou a {
	display: block;
	background-color: #F1F1F1;
	color: #222222;
	text-align: center;
	text-decoration: none;
}

.gaiyou a:hover {
	opacity: 0.8;
}

.gaiyou i {
	display: block;
	padding-top: 20px;
	padding-bottom: 5px;
	font-size: 36px;
}

.gaiyou {
	background-color: #CECECE;
}

.gaiyou h1 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: normal;
}

.gaiyou p {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #CECECE;
	font-size: 12px;
}


/* 続きを読む */
.more {
	display: inline-block;
	padding: 5px 15px;
	background-color: #00CE96;
	color: #ffffff;
	border-radius: 4px;

}
.more i {
	margin-left: 10px;
}







/* 角丸フォームと蛍光ペン */
/* http://zxcvbnmnbvcxz.com/form-improvement-2-5/ */

.form01 {
	margin: 20px 0 20px 10px;
	text-align: left;
}

.marker_yellow {
	color: #202020;
	font-weight: normal;
	font-size: 14px;
	background: linear-gradient(transparent 50%, #ffff66 50%);
	line-height: 2.0;
}

.input-text {
	margin: 0 0 20px 0;
	color: #2b4d5e;
	font-size: 14px;
	border: 1px solid #00C892;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 8px;
}

.form01 textarea {
	margin: 0 0 15px 0;
	width: 60%;
	height: 60px;
	color: #2b4d5e;
	font-size: 14px;
	border: 1px solid #00C892;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 8px;
}


.btn {
	display: inline-block;
	padding: 10px 20px;
	background-color: #00CE96;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	border: 1px solid #00C892;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:0;
}






.bx6 {
	padding: 0 10px 10px 10px;
}

.bx6-1, .bx6-2, .bx6-3, .bx6-4 {
	padding-bottom: 10px;
}

/* bx6-1、bx6-2、bx6-3を横に並べる設定 */
.bx6:after {
	content: "";
	display: block;
	clear: both;
}

.bx6-1 {
	float: left;
	width: 16%;
	margin-right: 1%;
}

.bx6-2 {
	float: left;
	width: 15%;
	margin-right: 1%;
}

.bx6-3 {
	float: left;
	width: 15%;
	margin-right: 1%;
}

.bx6-4 {
	float: left;
	width: 15%;
	margin-right: 1%;
}

.bx6-5 {
	float: left;
	width: 15%;
	margin-right: 1%;
}

.bx6-6 {
	float: left;
	width: 16%;
}
/* 概要2 */
.gaiyou2 a {
	display: block;
	background-color: #CECECE;
	color: #222222;
	text-align: center;
	text-decoration: none;
	height: 100px;
}
.gaiyou2 a:hover {
	opacity: 0.8;
}
.gaiyou2 i {
	display: block;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 24px;
}
.gaiyou2 h1 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
}


#profile1{
	width: 86px;
	height: 70px;
	margin: 0px;
	float: left;
}
#profile2{
	width: 120px;
	height: 70px;
	float: left;
	padding: 8px 0px;
}

.entry_box {
	width: 95%;
	font-weight: bold;
	font-size: 14px;
	line-height: 180%;
	/* color: #CB1D6B; */
	color: #404040;
	border: 3px dotted #F3AFCE;
	background-color: #FCECF3;
	margin: 15px 5px 20px 0px;
	padding: 15px;
}

/*--------------------
	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{
	margin: 0px;
	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: 9px;
	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;
}
#content{
	width: 98%;
	float: left;
	position: relative;
	margin: 5px 0px 30px 10px;
	padding: 0px;
	text-align: left;
}



#bx001 {
	display: block;
	width:95%;
	margin: 15px;
	padding: 15px;
}
#bx001 h2 {
	font-size:20px;
	font-style:normal;
	line-height:28px;
	color:#3DA28D;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 2px 10px;
	border-style: solid;
	border-width: 0px 0px 1px 5px;
	border-color: #3DA28D;
}

#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:left;/* (*変更*) */
	margin: 30px 0px 10px 0px;
	padding: 0px 15px;
}
#bx102 {
	display: block;
	width:70%;
	float:left;
	text-align:left;
	margin: 20px 0px;
	padding: 15px;
/*	background-color: #F0F0D2; */
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #3DA28D;
}
.bodyBlock {
	margin:3px;
	background-color:#DFFFDF;
	padding:5px;
	text-align:left;
	overflow=auto;
	color:#404040;
}


#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:28px;
	color:#3DA28D;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 2px 10px;
	border-style: solid;
	border-width: 0px 0px 1px 5px;
	border-color: #3DA28D;
}
#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 {
	line-height: 1.6;
}
/*
#bx102 li {
	display: inline;
	float: left;
}
*/
















#item-title {
	width:100%;
	height:66px;
	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:9px;
	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: #53CDB2;
/*	background-image: url(./img/footer.gif);	*/
/*	background-repeat: repeat-x;			*/
	margin: 0px auto;
	text-align: center;
	font-size: 10px;
}

#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: 10px 0px;
	background-color: #3da28d;
	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:14px;
	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;
}







.form-table {
	display: table;
	border-collapse: collapse;
	margin: 0px;
	width:95%;
}
.form-table tr {
	vertical-align: middle;
	font-size: 12px;
	border: 1px solid #D4D4D4;
}

.form-table td {
	padding: 10px 5px;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	background-color: #eaeaea;
	
}
.form-table td.cap {
	display: table-cell;
	font-size:13px;
	vertical-align: middle;
	text-align: left;
	background-color: #B3FFD9;
}











table.kinmoku {
	width:95%;
	border: 1px;
	border-collapse:collapse;
	border-spacing:0;
	background-color: #89ffc4;
}
table.kinmoku th{
	background: #ffe4e1;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	font-size:12px;
	font-weight: normal;
	text-align: center;
	padding: 5px;
}
table.kinmoku tr:nth-child(odd) {
	background-color: #ffffff;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	font-weight: normal;
	font-size:10px;
	color:#404040;
}

table.kinmoku tr:nth-child(even) {
	background-color: #FFE9E9;
	border-bottom: 1px solid #C0C0C0;
	font-size:12px;
	color:#404040;
}

table.kinmoku td {
	border-bottom: 1px solid #C0C0C0;
	font-weight: normal;
	width:60px;
	text-align: center;
	padding: 5px;
}
table.kinmoku td.td2 {
	border-bottom: 1px solid #C0C0C0;
	font-size:12px;
	font-weight: bold;
	width:60px;
	color: brown;
	text-align: center;
	padding: 5px;
}























.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: 25%;
	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: 45%;
	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;

}


.list_link li {
	padding:10px 22px;
	border-bottom:3px dotted #ccc;
	border-top:1px solid #fff;
	text-align:left;
	font-size:16px;
}


.list_link a {
	text-decoration:none;
	display:block;
	background:url(../img/arrow.png) no-repeat 100% 50%;
}

.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;
}






.bx4-1, .bx4-2, .bx4-3, .bx4-4 {
	float: none;
	alet-align: center;
	width: 100%;
}








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;
}





.bx202 .bx202-content {float: left;
	border: 1px dotted #DEDEDE;
	margin-left: 6px;
	width: 98%;
	border-radius: 4px;
	clear: both;

}






.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%;
}
#content{
	width: 98%;
}
#footer #footerNav{
	width: 98%;
}



}
/* ###################### ######### ###################### */
/* ###################### ######### ###################### */
/* ###################### 1280px以上###################### */
/* ###################### ######### ###################### */
/* ###################### ######### ###################### */
@media all and (min-width: 1280px) {

#container, #header, #footer, .panel {
	width: 1280px;
}




}
