@charset "UTF-8";
/* CSS Document */
/*--------------------------------------------------
	main contents
---------------------------------------------------*/

@media screen and (min-width:1280px) {
main {
	background: url(../img/top/bg_topMain.jpg) top center repeat-x;
	/*background-size: 100% 325px;*/
}
}


#topContents {
	width: 100%;
	width: 960px\9;/* ie8-10 hack */
	background: #9FD7E9;
	max-width: 1280px;
	margin: 0 auto;
}

#topContents_colorArea {
	background: #9FD7E9;
	padding-bottom: 10px;
}

#topContents #slide li img {
	width: 100%;
	height: auto;
}
#topContents #slide li a {
	text-decoration: none;
}
#topContents #slide li > div {
	position: absolute ;
	top: 5px;
	left: 0;
 	right: 0;
	z-index: 10;
	width: 100%;
	/*max-width: 960px;*/
	margin: 0 auto;
}
#topContents #slide li .catchcopy {
	width: 340px;
	margin-left: 30px;
	color: #fff;
}
#topContents #slide li .catchcopy p {
	line-height: 1.4;
	margin-bottom: 0;
	background: url(../img/top/slide_bk.png) repeat-y;
	background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.6)), color-stop(0.85,rgba(0,0,0,0.6)), to(rgba(0,0,0,0)));
	background: -moz-linear-gradient(left, rgba(0,0,0,0.6), rgba(0,0,0,0.6) 85% ,rgba(0,0,0,0));
	background: -ms-linear-gradient(left, rgba(0,0,0,0.6), rgba(0,0,0,0.6) 85% ,rgba(0,0,0,0));
}
#topContents #slide li .catchcopy01 {
	padding: 14px 17px 5px;
}
#topContents #slide li .catchcopy span {
	display: block;
	padding-right: 23px;
	padding-bottom: 5px;
	font-size: 18px;
	font-size: 2.0rem;
}
#topContents #slide li .catchcopy01:after {
	content: "";
	display: block;
	height: 2px;
	background: url(../img/top/slide_border.png) repeat-y;
}
#topContents #slide li .catchcopy02 {
	padding: 5px 17px 10px;
}
#topContents #slide li .name {
	padding-left: 30px;
	color: #4d4f4f;
	font-weight: bold;
	font-size: 14.3px;
	font-size: 1.43rem;
	text-shadow: 1px 1px 5px #fff, -1px -1px 5px #fff;
}
#topContents #slide li .slideImage {
	line-height: 1;
	margin: 0;
}

#newsArea{
	
}
.tab_item {
    width: calc(100%/2);
    height: 50px;
    border-bottom: 3px solid #00a0df;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
}
.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;
}
.tabs input:checked + .tab_item {
  background-color: #00a0df;
  color: #fff;
}
.tab_content {
  display: none;
  padding: 20px 20px 10px;
  clear: both;
  overflow: hidden;
}
#news:checked ~ #news_content,
#saiyo:checked ~ #saiyo_content {
  display: block;
}
ul#newsList{
	margin:0 0 30px;
	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;
}
#newsList li span.title {
	padding:0 10px;
}





/* slide type 2 */
@media screen and (min-width:710px) {
  #topContents #slide li.slideType02 .catchcopy {
    width: 580px;
  }
  #topContents #slide li.slideType02 .catchcopy.long {
    width: 700px;
  }
  #topContents #slide li.slideType02 .catchcopy.slideGrad {
    background: #fff;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0.8)), color-stop(0.85,rgba(255,255,255,0.8)), to(rgba(255,255,255,0)));
    background: -moz-linear-gradient(left, rgba(255,255,255,0.8), rgba(255,255,255,0.8) 80% ,rgba(255,255,255,0));
    background: -ms-linear-gradient(left, rgba(255,255,255,0.8), rgba(255,255,255,0.8) 80% ,rgba255,255,255,0));
    background: linear-gradient(to right, rgba(255,255,255,0.8), rgba(255,255,255,0.8) 80%, rgba(255,255,255,0));
  }
  #topContents #slide li.slideType02 .catchcopy p {
    color: #333;
    background: none;
  }
  #topContents #slide li.slideType02 .catchcopy01 span {
    padding-bottom: 0px;
    line-height: 1.4;
    font-size: 1.6rem;
  }
  #topContents #slide li.slideType02 .catchcopy01:after {
    content: "";
    display: block;
    width: 280px;
    height: 1px;
    background: url(../img/top/slide_border02.png) no-repeat;
    background-size: contain;
  }
  #topContents #slide li.slideType02 .catchcopy02 {
    padding-top: 5px;
    line-height: 1.4;
    font-size: 1.1rem;
  }
  #topContents #slide li.slideType02 .catchcopy02 p {
    line-height: 1.4;
    font-size: 1.1rem;
    margin-bottom: .5em;
  }
}
@media screen and (min-width:880px) {
  #topContents #slide li.slideType02 .catchcopy01 span {
    padding-bottom: 10px;
    line-height: 1.4;
    font-size: 2.2rem;
  }
  #topContents #slide li.slideType02 .catchcopy01:after {
    content: "";
    display: block;
    width: 508px;
    height: 1px;
    background: url(../img/top/slide_border02.png) no-repeat;
  }
  #topContents #slide li.slideType02 .catchcopy02 {
    padding-top: 10px;
    line-height: 1.4;
    font-size: 1.4rem;
  }
  #topContents #slide li.slideType02 .catchcopy02 p {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: .5em;
  }
}
@media screen and (min-width:1080px) {
  #topContents #slide li.slideType02 .catchcopy01 span {
    padding-bottom: 10px;
    line-height: 1.4;
    font-size: 2.5rem;
  }
  #topContents #slide li.slideType02 .catchcopy01:after {
    content: "";
    display: block;
    width: 508px;
    height: 1px;
    background: url(../img/top/slide_border02.png) no-repeat;
  }
  #topContents #slide li.slideType02 .catchcopy02 {
    padding-top: 10px;
    line-height: 1.6;
    font-size: 1.8rem;
  }
  #topContents #slide li.slideType02 .catchcopy02 p {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: .5em;
  }
}


/*お知らせ・採用情報*/

#importantNotice {
	padding: 10px 0;
	/*background: #0063be;*/
	width: 90%;
	max-width: 950px;
	margin: 0 auto 0px;
}

#importantNotice #newsAreaWrap {
	/*width: 90%;
	max-width: 950px;*/
	float:left;
	width: calc(100% - 238px);
	background: #fff;
	margin-right: 10px;
}
#importantNotice #newsArea {
	/*margin-right: 2px;*/
}

#rightAreaWrap {
	width: 238px;
	float: left;
}


@media screen and (min-width: 710px) {

/*#importantNotice {
	display: flex;
}*/

}



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

#importantNotice {
	margin-bottom: 20px;
	padding: 0px 0;
	/*background: #fff;*/
}

#importantNotice #newsAreaWrap {
	max-width: 100%;
	margin: 0 auto 15px;
	/*max-width: calc(100% - 238px);*/
	width: 100%;
	background: #fff;
}

#rightAreaWrap {
	width: 100%;
}

	
}



.topTab {
	font-size: 18px;
	font-size: 1.8rem;
}
.topTab li {
	float: left;
	width: 50%;
	border-bottom: solid 4px #00a0df;
	text-align: center;
	cursor: pointer;
}
.topTab li a {
	display: block;
	width: 100%;
	padding: 15px 0;
}
.topTab #tab01 {
	background: #eee;
}
.topTab #tab02 {
	background: #dfe5e6;
}
.topTab li a:link ,.topTab li a:visited {
	color: #333;
	text-decoration: none;
}
.topTab li a:hover ,.topTab li a:focus {
	background: #3bb1df;
	color: #fff;
	text-decoration: none;
}
.topTab li.on a {
	background: #00a0df;
	color: #fff;
	cursor: default;
}
#newsWrap {
	border-bottom: solid 4px #00a0df;
	padding: 0 15px 0;
}
.tabContents h3 {
	display: none;
}
.tabContents ul {
	margin-bottom: 10px;
}
.tabContents ul li {
	line-height: 1;
	padding: 11px 10px 10px;
	border-bottom: dashed 1px #929d9e;
}
.tabContents dl:after {
	content:"";
	display: table;
	clear: both;
}
.tabContents dl dt {
	float: left;
	line-height: 1.4;
}
.tabContents dl dt img {
	vertical-align: middle;
	padding-left: 15px;
}
.tabContents dl dd {
	line-height: 1.4;
	margin-left: 9em;
	padding: 0 14px 0 78px;
}

@media screen and (max-width: 710px) {
.tabContents dl dt {
	float: none;
	font-weight: bold;
}
.tabContents dl dd {
	margin-left: 0;
	padding: 5px 0 0 0px;
}

	
}

#newsWrap p ,#topics p {
	padding: 0 5px 0 12px;
}
#newsWrap p.notes {
	padding-top: 4px;
}
.backnumber {
	float: right;
}
.backnumber a {
	padding-left: 12px;
	background: url(../img/common/list_pink.png) no-repeat left center;
}
#topics {
	margin-bottom: 55px;
	border-bottom: solid 4px #00a0df;
}
#topContents #topics ul {
	padding-bottom: 10px;
}
#topContents #topics li {
	line-height: 1.4;
	margin-top: 21px;
	padding: 0 10px 16px 20px;
	border-bottom: dashed 1px #929d9e;
	background: url(../img/common/list_blue.png) no-repeat 10px 0.4em;
}


/*#importantNotice dl {
	box-sizing: border-box;
	max-width: 950px;
	margin: 0 auto;
	padding: 5px 10px;
	background: #fff;
	border-left: solid 5px #0063be;
	border-right: solid 5px #0063be;
	font-weight: bold;
}
#importantNotice dt ,
#importantNotice dd {
	font-size: 1.6rem;
	line-height: 1.5;
}
#importantNotice dt {
	text-align: center;
	margin: 5px 0;
}
#importantNotice dt:before {
	content: "◆◆";
	padding-right: 5px;
	color: #00a0df;
	font-size: 1.8rem;
}
#importantNotice dt:after {
	content: "◆◆";
	padding-left: 5px;
	color: #00a0df;
	font-size: 1.8rem;
}*/

/* block */
#topContents #blockWrap {
	/*background: #e1e6e7;*/
}
#topContents #blockList {
	max-width: 960px;
	margin: 0 auto 10px;
	/*padding: 0 5px;*/
	/*background: #fff;*/
	display: flex;
	flex-wrap:wrap;
	justify-content: space-around;
}
#topContents #blockList li {
	/*float: left;
	line-height: 0;*/
	margin-bottom: 5px;
}

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

	#topContents #blockList {
		justify-content: center;
	}
	#topContents #blockList li {
		/*float: left;
		line-height: 0;*/
		margin: 5px;
	}

}

#topContents #blockList li.bigBlock {
	width: 40%;
}
#topContents #blockList li.smallBlock {
	width: 150px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#topContents #blockList li.bigBlock {
	width: 39.95%;
}
}
#topContents #blockList li.sp {
	display: none;
}
#topContents #blockList li a ,
#topContents #blockList li span {
	position: relative;
	display: block;
	/*margin: 5px;*/
}
/*#topContents #blockList li:first-child a, 
#topContents #blockList li:nth-child(2) a, 
#topContents #blockList li:nth-child(3) a, 
#topContents #blockList li:nth-child(4) a, 
#topContents #blockList li:nth-child(5) a {
	margin-top: 0;
}
#topContents #blockList li:nth-child(11) a, 
#topContents #blockList li:nth-child(12) a, 
#topContents #blockList li:nth-child(13) a, 
#topContents #blockList li:nth-child(14) a, 
#topContents #blockList li:nth-child(15) a {
	margin-bottom: 0;
}*/
#topContents #blockList li a:hover {
	opacity: 0.7;
}
#topContents #blockList li img {
	width: 100%;
	height: auto;
}
#topContents #blockList li p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-bottom: 0;
	font-size: 16px;
	font-size: 1.6rem;
}
#topContents #blockList li p span {
	display: block;
	padding: 9px 0 5px 37px;
	background: rgba(0, 0, 0, 0.4) url(../img/common/icon_next.png) no-repeat 15px center;
	color: #fff;
}
/* /block */

#topContents #topMainContents {
	max-width: 960px;
	width: 95%;
	margin:0 auto 20px;
	/*padding: 0 10px;*/
}
#topContents #topMainContents h2 {
	margin: 0 0 15px 0;
	border-bottom: solid 2px #b1b9c0;
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
}
#topContents #topMainContents h2 span {
	display: block;
	margin-bottom: 8px;
	padding: 8px;
	border-left: solid 8px #00a0df;
}
#topContents #topMainContents h3 {
	margin: 0 0 10px;
	padding: 5px 0 5px 10px;
	background: #dfe5e6;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}
#topContents #topMainContents h3 span {
	display: block;
	line-height: 1.4;
	padding: 10px;
	border-left: solid 8px #00a0df;
}
#topContents #topMainContents #leftAreaWrap {
	width: 80%;
	max-width: 700px;
	/*max-width: calc(100% - 238px);*/
}
#topContents #topMainContents #leftArea {
	margin-right: 2px;
}
#topContents #topMainContents #rightAreaWrap {
	float: right;
	width: 20%;
	min-width: 238px;
}
#topContents #topMainContents #rightArea {
	margin-left: 18px;
}


#topMainContents .ul_topBtn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 10px;
}
	#topMainContents .ul_topBtn li {
		margin: 5px;
	}
	#topMainContents .ul_topBtn li a {
		display: table-cell;
		box-sizing: border-box;
		width: 310px;
		height: 70px;
		border: 1px solid #c2cbdb;
		text-decoration: none;
		vertical-align: middle;
		text-align: center;
		font-size: 22px;
		color: #666;
	}
		#topMainContents .ul_topBtn li a.btn01 {
			border-bottom: 8px solid #B8D6EF;
		}
		#topMainContents .ul_topBtn li a.btn02 {
			border-bottom: 8px solid #F8DAD8;
		}
		#topMainContents .ul_topBtn li a.btn03 {
			border-bottom: 8px solid #CFDFC4;
		}
		
	#topMainContents .ul_topBtn li a:hover {
		background: #ecf2fc;
	}


/*--------------------------------------------------
	sidemenu
---------------------------------------------------*/
#rightArea a:link ,#rightArea ul li > dl > dt {
	color: #fff;
	text-decoration: none;
    font-size: 18px;
    font-size: 1.8rem;
}
#rightArea p.centerImg {
	margin: 0;
}
#rightArea img {
	width: 100%;
	max-width: 202px;
	height: auto;
	margin: 10px 0 3px;
}
#rightArea ul {
	margin: 0 0 20px;
}
#searchCase > dt {
	padding: 15px 0 12px 47px;
	background: #0063be url(../img/common/icon_scope.png) no-repeat 15px center;
	color: #fff;
}
#searchCase > dd {
	padding: 10px 8px;
	border: solid 4px #acc0c7;
}
#searchCase > dd > ul {
	border-bottom: dashed 1px #999;
	margin-bottom: 10px;
}
#searchCase > dd > ul li {
	padding-left: 14px;
	background: url(../img/common/list_blue_02.png) no-repeat 4px 0.6em;
}
#searchCase > dd > ul li:first-child {
	background: url(../img/common/list_blue.png) no-repeat 1px 0.4em;
	font-weight: bold;
}
#searchCase .type {
	margin-bottom: 12px;
}
#searchCase .type dt {
	margin-bottom: 3px;
	font-weight: bold;
}
#searchCase .type select {
	padding: 5px 0;
	width: 100%;
}
#searchCase .type ul {
	display: none;
}
#searchCase .type ul:after {
	content: "";
	display: table;
	clear: both;
}
#searchCase .type li {
	float: left;
	margin-right: 10px;
	padding-left: 14px;
	background: url(../img/common/list_blue_02.png) no-repeat 4px 0.6em;
}
#rightArea #searchCase a {
	display: inline;
	padding: 0;
	color: #039;
	font-size: 14px;
    font-size: 1.4rem;
	text-decoration: underline;
}
#rightArea #searchCase a:visited {
	color: #60c;
}
#rightArea #searchCase a:hover ,#rightArea #searchCase a:active {
	color: #f63;
}
#subLocation {
    margin: 0 0 10px;
	background: #fff;
	border: solid 4px #469EDA;
}
#subLocation dt {
	padding: 3px 0 3px;
	background: #00a0df;
	color: #fff;
	text-align: center;
}
#subLocation dd {
	padding: 11.4px 8px;
	font-size: 1.2rem;
}
#subLocation span {
	font-size: 1.6rem;
	font-weight: bold;
	color: #469EDA;
}
#rightArea ul li {
	margin: 0 0 10px;
}
#rightArea ul li a {
	display: block;
	padding: 16px 25px 14px 47px;
	color: #fff;
}
#rightArea ul li.subReception:hover ,#rightArea ul li.subCalendar:hover ,#rightArea ul li.subTel:hover {
	opacity: 0.7;
}
.subReception {
	background: #ff5c5e url(../img/common/icon_next.png) no-repeat right center;
}
.subReception a {
	background: url(../img/common/icon_kinen.png) no-repeat 14px center;
}
.subDoctor {
	background: #ff5c5e url(../img/common/icon_next.png) no-repeat right center;
}
.subDoctor a {
	background: url(../img/common/icon_scope.png) no-repeat 14px center;
}

.subCalendar{
	background: #ff5c5e url(../img/common/icon_next.png) no-repeat right center;
}
.subCalendar a {
	background: url(../img/common/icon_calendar.png) no-repeat 14px center;
}
.subTel {
	background: #ff7900 url(../img/common/icon_next.png) no-repeat right center;
}
.subTel a {
	background: url(../img/common/icon_tel.png) no-repeat 14px center;
}
.subAccess {
	background: #ff5c5e url(../img/common/icon_next.png) no-repeat right center;
}
.subAccess a {
	background: url(../img/common/icon_access.png) no-repeat 14px center;
}
#rightArea ul li a:hover,#rightArea ul li a:focus {
	text-decoration: underline;
}
.facebook {
	border: solid 1px #38589f;
	text-align: center;
}
#rightArea ul .facebook a {
	display: block;
	padding: 9px;
	line-height: 0;
	background: #fdfdfd;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(253,253,253,1)), to(rgba(220,220,220,1)));
	background: -moz-linear-gradient(top, rgba(253,253,253,1), rgba(220,220,220,1));
	background: -ms-linear-gradient(top, rgba(253,253,253,1), rgba(220,220,220,1));
	background: linear-gradient(top, rgba(253,253,253,1), rgba(220,220,220,1));
}
#rightArea ul .facebook a:hover {
	opacity: 0.7;
}
#rightArea ul .facebook a img {
	width: 200px;
	height: auto;
	margin: 0;
}
/*--------------------------------------------------
	footmenu
---------------------------------------------------*/
#topNotes {
	width: 100%;
	max-width: 940px;
	margin: 0 auto 10px;
}
#topNotes li {
	float: left;
	padding-right: 15px;
}
#topNotes li:last-child {
	padding-top: 10px;
}
#topNotes li.adobe {
	float: none;
	padding-right: 0;
	padding-left: 100px;
}
#topNotes li dt {
	float: left;
	height: 100%;
	padding-right: 15px;
}
#topNotes li dt a:hover img {
	opacity: 0.7;
}
#topNotes li dd {
	padding-left: 120px;
	font-size: 12px;
	font-size: 1.2rem;
}
/*--------------------------------------------------
	slide
---------------------------------------------------*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/
.slideWrap {
	position: relative;
	margin: 0 auto 20px;
	padding: 0;
	/**zoom: 1;*/
}
.slideWrap img {
	max-width: 1280px;
	display: block;
	max-height: 325px;
}

/** THEME
===================================*/
.slideWrap .slidePager,
.slideWrap .slideControls {
	position: absolute;
	bottom: -30px;
	width: 100%;
	line-height: 1;
}
/* LOADER */
.slideWrap .slideLoading {
	z-index: 2000;
	width: 100%;
	min-height: 50px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/top/bx_loader.gif) center center no-repeat #fff;
}
/* PAGER */
.slidePager {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.slideWrap .slidePager {
	z-index: 6;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-top: 10px;
	color: #666;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
}
.slideWrap .slidePager .slidePager-item,
.slideWrap .slideControls .slideControls-item {
	display: inline-block;
}
.slideWrap .slidePager.bx-default-pager a {
	display: block;
	width: 17px;
	height: 17px;
	margin: 0 10px;
	border: solid 2px #acc0c7;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	background: #acc0c7;
	text-indent: -9999px;
}
.slideWrap .slidePager.bx-default-pager a:hover ,
.slideWrap .slidePager.bx-default-pager a:focus {
	background: #ff9091;
	border: solid 2px #fff;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
}
.slideWrap .slidePager.bx-default-pager a.active ,
.slideWrap .slidePager.bx-default-pager a.active:hover {
	background: #ff5c5e;
	border: solid 2px #fff;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.slideWrap .bx-controls .slidePager {
	background: #666\9;
}
.slideWrap .bx-prev {
	left: 0;
	padding-right: 3px;
	background: url(../img/top/slide_prev.png) no-repeat center center;
	border-right: solid 3px #acc0c7;
}
.slideWrap .bx-next {
	right: 0;
	padding-left: 3px;
	background: url(../img/top/slide_next.png) no-repeat center center;
	border-left: solid 3px #acc0c7;
}
.slideWrap .bx-prev:hover ,
.slideWrap .bx-prev:focus {
	background: #999 url(../img/top/slide_prev.png) no-repeat center center;
}
.slideWrap .bx-next:hover ,
.slideWrap .bx-next:focus {
	background: #999 url(../img/top/slide_next.png) no-repeat center center;
}
.slidePager {
	background: rgba(0,0,0,0.5);
}
.slideWrap .bx-controls-direction a {
	position: absolute;
	bottom: 0;
	z-index: 10;
	width: 41px;
	height: 41px;
	margin-top: -16px;
	text-indent: -9999px;
}
.slideWrap .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */
.slideWrap .slideControls {
	position: absolute;
	bottom: 0;
	right: 30px;
	z-index: 7;
	padding-right: 20px;
	padding-bottom: 8px;
}
.slideWrap .slideControls .bx-start {
	display: block;
	width: 18px;
	height: 23px;
	margin: 0 10px;
	background: url(../img/top/slide_controls.png) 0 -46px no-repeat;
	text-indent: -9999px;
}
.slideWrap .slideControls .bx-start:hover ,
.slideWrap .slideControls .bx-start:focus {
	background-position: 0 0;
}
.slideWrap .slideControls .bx-start.active ,
.slideWrap .slideControls .bx-start.active:hover {
	background-position: 0 -23px;
}
.slideWrap .slideControls .bx-stop {
	display: block;
	width: 18px;
	height: 23px;
	margin: 0 10px;
	background: url(../img/top/slide_controls.png) -19px -46px no-repeat;
	text-indent: -9999px;
}
.slideWrap .slideControls .bx-stop:hover ,
.slideWrap .slideControls .bx-stop:focus {
	background-position: -19px 0;
}
.slideWrap .slideControls .bx-stop.active ,
.slideWrap .slideControls .bx-stop.active:hover {
	background-position: -19px -23px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.slideWrap .bx-controls.bx-has-controls-auto.bx-has-pager .slidePager {
	padding-bottom: 10px;
	text-align: left;
	text-indent: 55px;
}
.slideWrap .bx-controls.bx-has-controls-auto.bx-has-pager .slideControls {
	width: 80px;
}
/* IMAGE CAPTIONS */
.slideWrap .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
}
.slideWrap .bx-caption span {
	display: block;
	padding: 10px;
	color: #fff;
	font-family: Arial;
	font-size: .85em;
}
/*--------------------------------------------------
----------------------------------------------------

	responsive
	
----------------------------------------------------
---------------------------------------------------*/
@media screen and (max-width: 960px) {
.slideWrap {
	margin: 0 auto 15px;
}
#topContents #blockList {
	margin: 0 auto 20px;
}
#topContents #slide li .name {
	padding-left: 30px;
}
#topContents #blockList li:first-child a, 
#topContents #blockList li:nth-child(2) a, 
#topContents #blockList li:nth-child(3) a, 
#topContents #blockList li:nth-child(4) a, 
#topContents #blockList li:nth-child(5) a {
	margin-top: 5px;
}
#topContents #blockList li:nth-child(11) a, 
#topContents #blockList li:nth-child(12) a, 
#topContents #blockList li:nth-child(13) a, 
#topContents #blockList li:nth-child(14) a, 
#topContents #blockList li:nth-child(15) a , 
#topContents #blockList li:nth-child(16) span {
	margin-bottom: 5px;
}
#topContents #blockList li:nth-child(16) {
  display: block;
}
#topContents #blockList li p {
	font-size: 14px;
	font-size: 1.4rem;
}
}
@media screen and (max-width: 840px) {
#topContents #slide li .catchcopy {
	width: 280px;
}
#topContents #slide li .catchcopy p {
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
}
#topContents #slide li .catchcopy span {
	font-size: 16.5px;
	font-size: 1.65rem;
}
#topContents #blockList {
	margin: 0;
	margin-bottom: 20px;
}
#topContents #blockList li.bigBlock {
	display: none;
}
#topContents #blockList li.sp {
	display: block;
}
#topContents #blockList li.smallBlock {
	width: 25%;
}/*
#topContents #blockList li#block05 {
	float: right;
}*/
}
@media screen and (max-width: 710px) {
#topContents #slide li {
	background: #6a6a6a;
}
#topContents #slide li > div {
	position: relative ;
	top: 100%;
	left: 0;
	z-index: 20;
}
#topContents #slide li .catchcopy {
	width: 100%;
	margin-left: 0;
}
#topContents #slide li .catchcopy p {
	line-height: 1.4;
	margin-bottom: 0;
	background: #6a6a6a;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: inherit;
}
#topContents #slide li .catchcopy span {
	font-size: 18px;
	font-size: 1.8rem;
}
#topContents #slide li .catchcopy01:after {
	background: #fff;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,1)), color-stop(0.7,rgba(255,255,255,1)), to(rgba(255,255,255,0)));
	background: -moz-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,1) 70% ,rgba(255,255,255,0));
	background: -ms-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,1) 70% ,rgba(255,255,255,0));
}
#topContents #slide li .name {
	position: absolute ;
	top: -25%;
	padding-left: 17px;
}
.bx-controls {
	clear: both;
}
.slideWrap .slidePager {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
}
#topContents #topMainContents #leftAreaWrap {
	float: none;
	width: 100%;
	max-width: 100%;
}
#topContents #topMainContents #leftArea {
	margin-right: 0;
}
#topContents #topMainContents #rightAreaWrap {
	float: none;
	width: 100%;
	min-width: 100%;
}
#topContents #topMainContents #rightArea {
	margin-left: 0;
	margin-bottom: 25px;
}
#subTime dd dl{
	float: left;
}
#subTime dd p img {
	margin: 0;
}
#topContents .notes{
	margin: 0 0 10px;
    padding: 0;
    border-top: none;
}
#topNotes {
	margin-top: 15px;
	padding: 10px 0;
    border-top: solid 2px #a5aeb6;
}
#topNotes li {
	padding: 0 10px;
}
#topNotes li.adobe {
	float: none;
	clear: both;
	padding: 0 10px;
}
#topContents #blockList li.smallBlock {
	width: 33.33%;
}
#topContents #blockList li#block05 {
	/*float: left;*/
}
#topContents #blockList li:nth-child(16) {
  display: none;
}
}
@media screen and (max-width: 470px) {
.slideWrap .slideControls {
    right: 20px;
}
.slideWrap .slidePager.bx-default-pager a ,.slideWrap .slideControls .bx-start, .slideWrap .slideControls .bx-stop {
	margin: 0 5px;
}
#searchCase .type select {
	font-size: 16px;
	font-size: 1.6rem;
}
#topContents #topMainContents h2 {
	font-size: 18px;
	font-size: 1.8rem;
}
.topTab {
	font-size: 14px;
	font-size: 1.4rem;
}
.tabContents dl dt {
	float: none;
}
.tabContents dl dd {
	margin-left: 0;
	padding: 10px 10px 0;
}
.backnumber {
	float: none;
	text-align: right;
}
main {
	min-width: 290px;
}
#topContents #blockList li.smallBlock {
	width: 50%;
}/*
#topContents #blockList li:last-child {
  display: none;
}
#topContents #blockList li#block03 ,#topContents #blockList li#block07 {
	float: right;
}*/
#topContents #blockList li:nth-child(16) {
  display: block;
}
}