

#topThemeBox {
	width: 700px;
	height: 300px;
	margin: 40px auto 20px;
	background: url("../img/topTheme.png") center no-repeat;
}
#topThemeBox p {
	text-align: center;
	font-size: 1.8em;
	font-weight: 700;
	color: #d61476;
	/*color: #000;*/
	line-height: 2.0;
	padding: 120px 0 0;
}

.topLinkBox01 {
	padding: 20px 15px;
	margin: 10px;
	background: #fff;
}
	.topLinkBox01 a img:hover {
		opacity: 0.7;
		-webkit-transition: all .5s;
    	transition: all .5s;
	}
.topLinkBox02 {
	width: 100%;
	height: auto;
	padding: 20px 0px;
	margin: 0px;
}
	.topLinkBox02 p a {
		width: 50%;
		float: left;
	}
	.topLinkBox02 p a img {
		width: 100%;
	}
	.topLinkBox02 a img:hover {
		opacity: 0.7;
		-webkit-transition: all .5s;
    	transition: all .5s;
	}

.topSaiyoBox {
	width: 100%;
	height: 400px;
	background: url("../img/bg_topSaiyoBox.jpg") center/cover no-repeat;
}
	.topSaiyoBox p.saiyoBtn a {
		display: block;
		width: 500px;
		height: 400px;
		margin: 0 auto;
	}
	.topSaiyoBox p.saiyoBtn a:hover {
		opacity: 0.8;
		-webkit-transition: all .5s;
    	transition: all .5s;
	}


/*snsBox
------------------------------------------------------*/
.snsBox {
	width: 100%;
	margin: 20px 0;
}
.snsNew {
	width: 940px;
	height: 100px;
	padding: 20px 10px;
	margin: 0px auto;
}

.snsNew > li {
	width: 450px;
    float: left;
	padding: 10px;
}

.snsNew > li a {
    display: block;
	width: 450px;
	height: 50px;
	border-bottom: #ccc solid 2px;
	text-decoration:none;
	font-size: 3.0em;
	text-align: center;
	vertical-align: middle;
}
	.snsNew > li a.btnIns {
    	COLOR: #C13584;
	}
	.snsNew > li a.btnTwi {
    	COLOR: #1DA1F2;
	}
	.snsNew > li a.btnFac {
    	COLOR: #4267B2;
	}

.snsNew > li a:hover {
	opacity: 0.7 ;
	-webkit-transition: all .5s;
    	transition: all .5s;
}




@media screen and (min-width: 769px) and (max-width: 1000px) {
#topThemeBox {
	width: 700px;
	height: 300px;
	margin: 40px auto 20px;
	background: url("../img/topTheme.png") center no-repeat;
}
#topThemeBox p {
	text-align: center;
	font-size: 1.8em;
	font-weight: 700;
	color: #d61476;
	/*color: #000;*/
	line-height: 2.0;
	padding: 120px 0 0;
}
.topLinkBox01 {
	width: calc(100%);
	padding: 20px 40px;
	margin: 15px 0;
	background: #fff;
}
	.topLinkBox01 p {
		width: 100%;
	}
	
.topLinkBox02 {
	width: calc(100%);
	padding: 20px 0px;
	margin: 15px 0;
}
	.topLinkBox02 p a {
		width: 50%;
		float: left;
	}
	.topLinkBox02 p a img {
		width: 100%;
	}
	.topLinkBox02 a img:hover {
		opacity: 0.7;
		-webkit-transition: all .5s;
    	transition: all .5s;
	}
	
.topSaiyoBox {
	width: 100%;
	height: 320px;
	background: url("../img/bg_topSaiyoBox.jpg") center/cover no-repeat;
}
	.topSaiyoBox p.saiyoBtn a {
		display: block;
		width: 400px;
		height: 320px;
		margin: 0 auto;
	}
	.topSaiyoBox p.saiyoBtn a:hover {
		opacity: 0.7;
		-webkit-transition: all .5s;
    	transition: all .5s;
	}
	
.snsBox {
	width: 100%;
	margin: 0 auto;
}
.snsNew {
	width: 680px;
	height: 100px;
	padding: 20px 15px;
	margin: 10px auto;
}

.snsNew > li {
	width: 300px;
    float: left;
	padding: 10px;
	margin: 10px;
}

.snsNew > li a {
    display: block;
	width: 300px;
	height: 50px;
	border-bottom: #ccc solid 2px;
	text-decoration:none;
	font-size: 3.0em;
	text-align: center;
	vertical-align: middle;
}
	.snsNew > li a.btnIns {
    	COLOR: #C13584;
	}
	.snsNew > li a.btnTwi {
    	COLOR: #1DA1F2;
	}
	.snsNew > li a.btnFac {
    	COLOR: #4267B2;
	}
	
	
	
	
}


@media screen and (max-width: 768px) {
	
#topThemeBox {
	width: 100%;
	height: auto;
	min-height: 300px;
	margin: 20px auto 20px;
	padding: 0 10px 0;
	background: url("../img/topTheme.png") center no-repeat;
}
#topThemeBox p {
	text-align: center;
	font-size: 1.6em;
	font-weight: 700;
	color: #d61476;
	line-height: 1.7;
	padding: 140px 0 0;
}
	
.topLinkBox01 {
	width: calc(100%);
	padding: 20px;
	margin: 10px 0;
	background: #fff;
}
	.topLinkBox01 p {
		width: 100%;
	}
.topLinkBox02 {
	width: 100%;
	padding: 0px;
	margin: 15px 0;
}
	.topLinkBox02 p a {
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}
	.topLinkBox02 p a img {
		width: 100%;
	}
	.topLinkBox02 a img:hover {
		opacity: 0.7;
		-webkit-transition: all .5s;
    	transition: all .5s;
	}
	
.topSaiyoBox {
	width: 100%;
	height: 280px;
	background: url("../img/bg_topSaiyoBox.jpg") center/cover no-repeat;
}
	.topSaiyoBox p.saiyoBtn a {
		display: block;
		width: 350px;
		height: 280px;
		margin: 0 auto;
	}
	.topSaiyoBox p.saiyoBtn a:hover {
		opacity: 0.7;
		-webkit-transition: all .5s;
    	transition: all .5s;
	}
	
.snsBox {
	width: 100%;
	margin: 0 auto;
}
.snsNew {
	width: 100%;
	height: auto;
	padding: 20px 15px;
	margin: 10px auto;
}

.snsNew > li {
	width: 100%;
    float: none;
	padding: 10px;
	margin: 10px auto;
}

.snsNew > li a {
    display: block;
	width: 100%;
	height: 40px;
	border-bottom: #ccc solid 2px;
	text-decoration:none;
	font-size: 2.0em;
	text-align: center;
	vertical-align: middle;
}
	.snsNew > li a.btnIns {
    	COLOR: #C13584;
	}
	.snsNew > li a.btnTwi {
    	COLOR: #1DA1F2;
	}
	.snsNew > li a.btnFac {
    	COLOR: #4267B2;
	}
	
	
	
	
	
}






/*クロスフェード*/

.viewer {
    margin: 60px auto 0;
    width: 100%;
	/*min-width: 100%;*/
	height: auto;
    position: relative;
    overflow: hidden;
	z-index: -100;
}
.viewer ul {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.viewer ul li img {
    width: 100%;
	min-width: 100%;
}
 
/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 101;
}
.viewer .btnPrev {
    left: 10px;
    background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}
.viewer .btnNext {
    right: 10px;
    background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}

/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.viewer ul {
    display: inline-block;
    overflow: hidden;
}

@media screen and (max-width: 1000px) {
.viewer {
    margin: 0 auto;
}
	
}



/*----------------- お知らせ　TOPページ用 -----------------*/
#whatsnewArea {
	width: 100%;
	height:360px;
	padding: 30px 0 10px;
	background-color: #fff;
}
	#whatsnewIn {
		width:100%;
		height:360px;
		margin:20px auto 20px;
	}
	#tit_whatsnew {
		width:700px;
		height:30px;
		margin:0 auto;
		font-size:2.0em;
		font-weight:600;
		text-align: center;
		padding: 0px 0 30px;
		color:#003f68;
	}


dl#news {		/* お知らせ*/
	width:700px;
	height: 240px;
	min-height:200px;
	padding-top:10px;
	font-size: 1.1em;
	margin: 0px auto 10px;
	overflow: hidden;
}
	dl#news dt {
		width:100px;
		clear:left;
		float:left;
		font-weight:bold;
		color:#E48003;
		padding:15px 8px 10px 10px;
		border-bottom: #E48003 dotted 2px;
	}
	dl#news dd {
		/*width:600px;*/
		height: auto;
		padding:15px 10px 10px 10px;
		margin-left:8em;
		color:#000;
		border-bottom: #E48003 dotted 2px;
	}
	dl#news dd a {
		color:#253984;
	}
	dl#news dd a:hover {
		color:#C30;
		text-decoration: underline;
	}



@media screen and (max-width: 1000px) {

#whatsnewArea {
	width: 100%;
	height:360px;
	padding: 10px 0 10px;
	background-color: #fff;
	font-family:"筑紫A丸ゴシック","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
	#whatsnewIn {
		width:95%;
		height:360px;
		padding:5px;
		margin:20px auto 20px;
	}
	#tit_whatsnew {
		width:360px;
		height:30px;
		margin:0 auto;
		font-size:1.8em;
		font-weight:600;
		text-align: center;
		padding: 0px 0 50px;
		color:#003f68;
	}
	
dl#news {		/* お知らせ*/
	width:95%;
	height: 240px;
	min-height:200px;
	padding-top:10px;
	font-size: 1.0em;
	margin: 0px auto 10px;
	overflow: hidden;
}
	dl#news dt {
		width:100px;
		clear:left;
		float:left;
		font-weight:bold;
		color:#E48003;
		padding:15px 8px 10px 10px;
		border-bottom: #E48003 dotted 2px;
	}
	dl#news dd {
		/*width:600px;*/
		height: auto;
		padding:15px 10px 10px 10px;
		margin-left:8em;
		color:#000;
		border-bottom: #E48003 dotted 2px;
	}
	dl#news dd a {
		color:#253984;
	}
	dl#news dd a:hover {
		color:#C30;
		text-decoration: underline;
	}
	
}



/*新着情報・掲示板*/

.newsBox h1 {
	padding: 2px 10px;
	background: #F2F0EB;
	font-weight: bold;
	font-size: 0.9em;
	color: #5B391B;
}
	
/*

ul#newsList{
	margin:0 0 15px;
	padding:0;

}
ul#newsList li{
	margin-bottom:3px;
	padding: 8px 5px;
	border-bottom: dashed 1px #929d9e;
	list-style-type:none;
	font-size: 0.9em;
}

ul#newsList li div {
	display: table;
	line-height:1.4;
}
#newsList li span {
	display: table-cell;
}
#newsList li span.up_ymd {
	white-space: nowrap;
	padding-right: .5em;
}
#newsList li span.catName {
	white-space: nowrap;
	width: 5.5em;
	padding-right: 1em;
}
#newsList li span.catName i {
	display:inline-block;
	width: 100%;
	text-align: center;
	padding:4px 0px;
	border-radius:6px;
	font-size:11px;
	font-weight: bold;
	line-height:100%;
	margin:0 2px;
	color: #fff;
}
#newsList li.cat-0 span.catName i {
	background: #FF5C5E;
}
#newsList li.cat-1 span.catName i {
	background: #55A51C;
}
#newsList li.cat-2 span.catName i {
	background: #FF7900;
}
#newsList li.cat-3 span.catName i {
	background: #0095C3;
}
#newsList li.cat-4 span.catName i {
	background: #ff0000;
}

#newsList li span.title {
	padding-right: 10px;
}

.newMark {
	display: inline-block;
	background: #EA5252;
	padding: 1px 8px;
	color: #fff;
	font-size: 12px;
	border-radius:8px;
	font-weight: bold;
}

*/


#topbanner {
	/*display:none;*/
	margin: 0;
	text-align: center;
    overflow: hidden;
	padding: 10px 0;
	background: #fff;
	border-bottom: 2px solid #009dd9;
}

#topbanner img {
	margin-right: 18px;
	margin-bottom: 10px;
	float: left;
}
#topbanner a:nth-child(4) img {
	margin-right: 0;
}
	
	
@media screen and (max-width: 710px) {
	
	ul#newsList{
		margin:0 5px 15px;
		font-family:"筑紫A丸ゴシック","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	}
	ul#newsList li{
		padding: 8px 10px;
		font-size: 1em;
	}
	#newsList li span {
		display: block;
	}
	#newsList li span.up_ymd {
		float: left;
	}
	#newsList li span.title {
		clear: both;
		display: inline-block;
		margin-top: 3px;
	}
	
}


/*タブ表示バージョン*/
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  width: 1000px;
  margin: 0 auto;
	font-family:"筑紫A丸ゴシック","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	border-radius: 10px;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #67BC92;
  background-color: #FAF8E7;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
  cursor: pointer;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 20px 20px 10px;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#news:checked ~ #news_content,
#saiyo:checked ~ #saiyo_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #67BC92;
  color: #fff;
}

@media screen and (max-width: 1000px) {
.tabs {
  margin-top: 50px;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  width: 100%;
  margin: 0 auto;
}
	
}



