@charset="utf-8" .pageBodyLink {
 width: 100%;
 margin:0;
 *font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", sans-serif;
 background-color: transparent;
 color: #222;
 -webkit-font-smoothing: antialiased;
}
.pageBodyColumn {
	width: 100%;
	margin: 0;
}

@media screen and (min-width: 1501px ) {
.midSec {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.logo {
	display: block;
	margin: 50px auto 50px auto;
	width: 10%;
}
.midSec h1 {
	font-size: 1.6em;
	line-height: 2.2em;
	font-weight: 100;
}
.midDesc {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
}
.midDesc p {
	font-size: 1.4em;
}

.leftCont {
	float: left;
	width: 50%;
	height: 500px;
	text-align: center;
}


.rightcont {
	float: right;
	width: 50%;
	height: 470px;
	overflow: scroll;
	padding-bottom: 30px;
}
.news {
	height: 80px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 12px;
	padding-left: 10px;
}
.newstitle{
	height: 40px;
	width: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	color: rgba(52, 52, 52, 0.76);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.thumb{
	float: left;
	height: 80px;
	width: 80px;
}
.post{
	float: left;
	height: 80px;
	width: 80%;
	margin-left: 10px;
}
.datecolor{
	font-size: small;
	color: #399;
	font-weight: bold;
}

.grid {
	float: left;
	position: relative;
	width: 25%;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border: 0px solid #aeaeae;
}
.grid img {
	position: relative;
	z-index: 4;
	margin-bottom: -7px;
	width: 100%;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.grid span {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", sans-serif;
	background-color: transparent;
	color: #333;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	z-index: 5;
	left: 0;
	width: 98%;
	height: 50px;
	margin-left: 1%;
	text-align: center;
	padding-top: 5px;
	bottom: 1%;
	font-size: 1.6em;
	font-weight: 400;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.4);
}
.grid:hover {
	background: #f7f7f7;
}
.grid a:hover {
	color: #666;
}
.footerBody {
	clear: both;
	/*background-color: rgba(20, 37, 71, 0.9);*/
	background-color: rgba(36, 143, 162, 1.0);
	color: #f7f7f7;
	width: 100%;
	height: 230px;
}
.footer_inner{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	overflow: hidden;
}
.foot_logo{
	width: 35%;
	float: left;
	text-align: right;
	padding-top: 15px;
}
.foot_logo a{
	opacity:0.5;
	transition: opacity 2s;
}
.foot_logo a:hover{
	opacity:1.0;
	transition: opacity 1s;
}

.footerDescription {
	float: left;
	font-size: 0.7em;
	line-height: 1.5em;
	width: 40%;
	border-right-color: #f7f7f7;
	border-left-color: #f7f7f7;
	padding-top: 15px;
	background-color: #CCC;
	display: none;
}

.footerList {
	float: right;
	width: 60%;
	font-size: 0.7em;
	line-height: 1.5em;
	padding-right: 2%;
}

.footerList a {
	text-decoration: underline;
	color: #FFF;
	font-weight: bold;
}
.footerBody a:hover {
	/**color: #ff6400; /**オレンジ**/
	color: #e7cc16;
	text-decoration: underline;
}

}

@media screen and (min-width: 1025px ) and (max-width: 1500px ) {
.midSec {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.logo {
	display: block;
	margin: 28px auto 32px auto;
	width: 6%;
}
.midSec h1 {
	font-size: 1.4em;
	font-weight: 100;
	text-align: center;
	margin: 0 0 30px 0;
}
.midDesc {
	width: 60%;
	margin: 0 auto 60px auto;
}
.midDesc p {
	font-size: 1.4em;
}

.leftCont {
	float: left;
	width: 50%;
	height: 500px;
	text-align: center;
}


.rightcont {
	float: right;
	width: 50%;
	height: 500px;
}
.news {
	height: 80px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 12px;
	padding-left: 10px;
}
.newstitle{
	height: 40px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.thumb{
	float: left;
	height: 80px;
	width: 80px;
	background-color: #CCC;
}
.post{
	float: left;
	height: 80px;
	width: 70%;
	margin-left: 10px;
}
.datecolor{
	font-size: small;
	color: #399;
	font-weight: bold;
}

.grid {
	float: left;
	position: relative;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border: 0px solid #aeaeae;
}
.grid img {
	position: relative;
	z-index: 4;
	margin-bottom: -7px;
	width: 100%;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.grid span {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", sans-serif;
	background-color: transparent;
	color: #333;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	z-index: 5;
	left: 0;
	width: 98%;
	height: 40px;
	margin-left: 1%;
	text-align: center;
	padding-top: 5px;
	bottom: 1.2%;
	font-size: 1.6em;
	font-weight: 400;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.4);
}
.grid:hover {
	background: #f7f7f7;
}
.grid a:hover {
	color: #666;
}
.footerBody {
	clear: both;
	/*background-color: rgba(20, 37, 71, 0.9);*/
	background-color: rgba(36, 143, 162, 1.0);
	color: #f7f7f7;
	width: 100%;
	height: 230px;
}
.footer_inner{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	overflow: hidden;
}
.foot_logo{
	width: 35%;
	float: left;
	text-align: right;
	padding-top: 15px;
}
.foot_logo a{
	opacity:0.5;
	transition: opacity 2s;
}
.foot_logo a:hover{
	opacity:1.0;
	transition: opacity 1s;
}

.footerDescription {
	float: left;
	font-size: 0.7em;
	line-height: 1.5em;
	width: 40%;
	border-right-color: #f7f7f7;
	border-left-color: #f7f7f7;
	padding-top: 15px;
	background-color: #CCC;
	display: none;
}

.footerList {
	float: right;
	width: 60%;
	font-size: 0.7em;
	line-height: 1.5em;
	padding-right: 2%;
}

.footerList a {
	text-decoration: underline;
	color: #FFF;
	font-weight: bold;
}
.footerBody a:hover {
	/**color: #ff6400; /**オレンジ**/
	color: #e7cc16;
	text-decoration: underline;
}

}

@media screen and (min-width: 769px ) and (max-width: 1024px ) {
.midSec {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.logo {
	display: block;
	margin: 28px auto 32px auto;
	width: 9%;
}
.midSec h1 {
	font-size: 1.2em;
	font-weight: 100;
	text-align: center;
	margin: 0 0 30px 0;
}
.midDesc {
	width: 60%;
	margin: 0 auto 60px auto;
}
.midDesc p {
	font-size: 1.0em;
}

.leftCont {
	float: left;
	width: 50%;
	height: 500px;
	text-align: center;
}


.rightcont {
	float: right;
	width: 50%;
	height: 500px;
}
.news {
	height: 80px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 12px;
	padding-left: 10px;
}
.newstitle{
	height: 40px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.thumb{
	float: left;
	height: 80px;
	width: 80px;
	background-color: #CCC;
}
.post{
	float: left;
	height: 80px;
	width: 70%;
	margin-left: 10px;
}
.datecolor{
	font-size: small;
	color: #399;
	font-weight: bold;
}

.grid {
	float: left;
	position: relative;
	width: 50%;
	height: auto;
	margin-top: 0;
	padding: 0;
	background-color: #fff;
	border: 0px solid #aeaeae;
}
.grid img {
	position: relative;
	z-index: 4;
	margin-bottom: -7px;
	width: 100%;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.grid span {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", sans-serif;
	background-color: transparent;
	color: #333;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	z-index: 5;
	left: 1%;
	width: 98%;
	height: 32px;
	text-align: center;
	padding-top: 5px;
	bottom: 1.2%;
	font-size: 1.2em;
	font-weight: 400;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
}
.grid:hover {
	background: #f7f7f7;
}
.grid a:hover {
	color: #666;
}
.footerBody {
	clear: both;
	/*background-color: rgba(20, 37, 71, 0.9);*/
	background-color: rgba(36, 143, 162, 1.0);
	color: #f7f7f7;
	width: 100%;
	
}
.footer_inner{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	
}
.foot_logo{
	width: 100%;
	padding-bottom: 15px;
	text-align: center;
}
.foot_logo a{
	opacity:0.5;
	transition: opacity 2s;
}
.foot_logo a:hover{
	opacity:1.0;
	transition: opacity 1s;
}

.footerDescription {
	clear: both;
	font-size: 0.7em;
	line-height: 1.5em;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	padding-bottom: 15px;
	padding-top: 15px;
}

.footerList {
	clear: both;
	width: 100%;
	font-size: 0.7em;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 25px;
}
.footerList span{
	display:none;
}

.footerList a {
	text-decoration: underline;
	color: #FFF;
	font-weight: bold;
}
.footerBody a:hover {
	/**color: #ff6400; /**オレンジ**/
	color: #e7cc16;
	text-decoration: underline;
}


}

@media screen and (min-width: 481px ) and (max-width: 768px ) {
.midSec {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.logo {
	display: block;
	margin: 30px auto 30px auto;
	width: 10%;
}
.midSec h1 {
	font-size: 1.2em;
	font-weight: 100;
	text-align: center;
	margin: 0 0 30px 0;
}
.midDesc {
	width: 60%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.midDesc p {
	font-size: 1.0em;
}

.leftCont {
	
	width: 100%;
	
	text-align: center;
}


.rightcont {
	width: 100%;
	margin-bottom: 30px;	
}
.news {
	height: 80px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 12px;
	padding-left: 10px;
}
.newstitle{
	height: 40px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.thumb{
	float: left;
	height: 80px;
	width: 80px;
	background-color: #CCC;
}
.post{
	float: left;
	height: 80px;
	width: 70%;
	margin-left: 10px;
}
.datecolor{
	font-size: small;
	color: #399;
	font-weight: bold;
}


.grid {
	float: left;
	position: relative;
	width: 50%;
	height: auto;
	margin-top: 0;
	padding: 0;
	background-color: #fff;
	border: 0 solid #fff;
}
.grid img {
	position: relative;
	z-index: 4;
	margin: 0 0 -7px 0;
	width: 100%;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border: 0 solid #fff;
}
.grid span {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", sans-serif;
	background-color: transparent;
	color: #333;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	z-index: 5;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: 1.0em;
	font-weight: 400;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.1);
}
.grid:hover {
	background: #f7f7f7;
}
.grid a:hover {
	color: #666;
}
.footerBody {
	clear: both;
	/*background-color: rgba(20, 37, 71, 0.9);*/
	background-color: rgba(36, 143, 162, 1.0);
	color: #f7f7f7;
	width: 100%;
	
}
.footer_inner{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	
}
.foot_logo{
	width: 100%;
	padding-bottom: 15px;
	text-align: center;
}
.foot_logo a{
	opacity:0.5;
	transition: opacity 2s;
}
.foot_logo a:hover{
	opacity:1.0;
	transition: opacity 1s;
}

.footerDescription {
	clear: both;
	font-size: 0.7em;
	line-height: 1.5em;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	padding-bottom: 15px;
	padding-top: 15px;
}

.footerList {
	clear: both;
	width: 100%;
	font-size: 0.7em;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 25px;
}
.footerList span{
	display:none;
}

.footerList a {
	text-decoration: underline;
	color: #FFF;
	font-weight: bold;
}
.footerBody a:hover {
	/**color: #ff6400; /**オレンジ**/
	color: #e7cc16;
	text-decoration: underline;
}

}

@media screen and (max-width: 480px ) {
.midSec {
	width: 90%;
	margin-left: auto;
	margin-right: auto;/*background-color: aqua;*/
	margin-top: 30px;
}
.logo {
	display: block;
	margin: 20px auto 25px auto;
	width: 12%;
}
.midSec h1 {
	font-size: 1.0em;
	font-weight: 100;
	text-align: center;
	margin: 0 0 30px 0;
}
.midDesc {
	width: 95%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.midDesc p {
	font-size: 1.0em;
}

.leftCont {
	
	width: 100%;
	
	text-align: center;
}


.rightcont {
	width: 100%;
	margin-bottom: 30px;
}
.news {
	height: 80px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 12px;
	padding-left: 10px;
}
.newstitle{
	height: 40px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.thumb{
	float: left;
	height: 80px;
	width: 80px;
	background-color: #CCC;
}
.post{
	float: left;
	height: 80px;
	width: 70%;
	margin-left: 10px;
}
.datecolor{
	font-size: small;
	color: #399;
	font-weight: bold;
}

.grid {
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0;
	background-color: #fff;
	/*border-bottom: 20px solid  rgba(20, 37, 71, 1.0);*/
	border-bottom: 20px solid #fff;
}
.grid img {
	position: relative;
	z-index: 4;
	margin: 0 0 -7px 0;
	width: 100%;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.grid span {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", sans-serif;
	background-color: transparent;
	color: #333;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	z-index: 5;
	left: 0;
	width: 100%;
	height: 40px;
	text-align: center;
	bottom: 0px;
	font-size: 1.2em;
	font-weight: 300;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
}
.grid:hover {
	background: #f7f7f7;
}
.grid a:hover {
	color: #666;
}
.footerBody {
	clear: both;
	/*background-color: rgba(20, 37, 71, 0.9);*/
	background-color: rgba(36, 143, 162, 1.0);
	color: #f7f7f7;
	width: 100%;
	
}
.footer_inner{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	
}
.foot_logo{
	width: 100%;
	padding-bottom: 15px;
	text-align: center;
}
.foot_logo a{
	opacity:0.5;
	transition: opacity 2s;
}
.foot_logo a:hover{
	opacity:1.0;
	transition: opacity 1s;
}

.footerDescription {
	clear: both;
	font-size: 0.7em;
	line-height: 1.5em;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	padding-bottom: 15px;
	padding-top: 15px;
}

.footerList {
	clear: both;
	width: 100%;
	font-size: 0.7em;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 25px;
}
.footerList span{
	display:none;
}

.footerList a {
	text-decoration: underline;
	color: #FFF;
	font-weight: bold;
}
.footerBody a:hover {
	/**color: #ff6400; /**オレンジ**/
	color: #e7cc16;
	text-decoration: underline;
}

}
