@charset "utf-8";

/* PC：home_pc.css
 * **************************************************
 * Main Visual
 * Content
 * Latest News（最新のお知らせ）
 * Different Purpose （目的から探す）
 * Information
 * Mini Content
 * Health Recommend
 * booksindex
 * Adobe Reader Download
 * **************************************************
 */

/*  Main Visual
------------------------------------------------------------------- */
#home #mainVisual {
	overflow: hidden;
	width: 100%;
	height: 280px;
	margin-top: 5px;
}
#home #mainVisual div.topImageSpace {
    width: 950px;
    margin: 10px auto 0 auto;
}

#home #mainVisual a {
	text-decoration: none; 
}

#home #mainVisual a:hover {
  opacity: 1;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
 }

/* prev / next links */
.cycle-prev,
.cycle-next {
	z-index: 1000;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	width: 35px;
	height: 35px;
	cursor: pointer;
}
.cycle-prev {
	left: 0;
	background: url(../images/mainvisual/prev.png) no-repeat 0 50%;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.cycle-next {
	right: 0;
	background: url(../images/mainvisual/next.png) no-repeat 100% 50%;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.cycle-prev:hover,
.cycle-next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/* ページャー */
.pager {
	text-align: center;
	width: 480px;
	margin:0 auto;
	height: 15px;
	padding: 0 500px 20px 0;
	z-index: 500;
	overflow: hidden;
}
.pager span {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 8px;
	border: 2px solid #ffffff;
	background-color: #5a5a5a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.pager span.cycle-pager-active {
	border: 2px solid #ffffff;
	background-color: #5DA65D;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.pager > * {
	cursor: pointer;
}


/*  Latest News
------------------------------------------------------------------- */
#home .latestNews {
	display: none;
}

/*  Different Purpose
------------------------------------------------------------------- */
#home .differentPurpose {
	display: none;
}

/*  Information
------------------------------------------------------------------- */
#home .information {
	margin: 2em 0 0 0;
	padding-left:505px;
}
#home .information div.newsBox {
	padding:20px 20px 0 20px;
	width: 430px;
	height: 260px;
	border: none;
	/*background-color:#FFF;*/
}
#home .information img.imgNews {
	height:30px;
}
#home .information img.imgIchiran,
#home .information img.imgIchiranMobile {
	height:24px;
}
#home .information img.imgIchiranMobile {
	display:none;
}
#home .information p {
	margin-bottom:5px;
}
#home .information p span {
	float: right;
	position:relative; top:10px; left:0px;
}
#home .information p a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
 }

#home .information ul {
	overflow-y: auto;
	height: 17em;
	width: 430px;
}
#home .information li {
	border-top: none;
	border-bottom: 1px solid #ADCD00;
	font-size: 1.3em; /* =13px */
}
#home .information li:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#home .information li img{
	margin: 0 10px 0 0;
	vertical-align: middle;
}
#home .information dl {
	clear: both;
	display: table;
}
#home .information dt {
	display: table-cell;
	padding: 8px 0;
	white-space:nowrap;
	color:#333333;
}
#home .information dd {
	display: table-cell;
	padding: 8px 0 8px 10px;
}
#home .information li a{
	display: inline;
	color:#333333;
}
#home .information li a:hover {
	color:#333333;
}


/*  Mini Content
------------------------------------------------------------------- */
#home .miniContent {
	margin: 30px 0 0 0;
	width: 100%;
	border: 1px solid #c1c1c1;
	background-color: #ffffff;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
}
#home .miniContent p {
	pointer-events : none; /* Accordion：クリック禁止 */
	position:relative; top:-1px;
	margin: 0 auto;
	height: 30px;
	width: 220px;
	background-color: #ffffff;
	text-align: center;
}
#home .miniContent p img {
	position:relative; top:-15px;
}
#home .miniContent > ul {
	display: block !important; /* Toggle：表示 */
	margin: 5px auto 15px auto;
	width: 670px;
}
#home .miniContent li {
	display: inline-block;
}
#home .miniContent li:first-child {
	margin-left: 10px;
}
#home .miniContent li + li {
	margin-left: 10px;
	margin-bottom: 10px;
}
#home .miniContent li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* Contents
------------------------------------------------------------------- */
#home .contents {
	margin: 15px 0 0 0;
	width: 275px;
}
#home .contents p {
	pointer-events : none; /* Accordion：クリック禁止 */
}
#home .contents > ul {
	display: block !important; /* Toggle：表示 */
}
#home .contents li + li {
	padding-top: 3px;
}
#home .contents li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*  booksindex
------------------------------------------------------------------- */
#home .booksindex {
	clear: both;
	margin: 0 auto;
	width: 100%;
    
}
#home .booksindex .directNav {
	margin: 0px auto 0 auto;
	padding-bottom:20px;
	width: 1000px;
}
#home .booksindex img.tukiImg {
	width:470px;
}
#home .directNav > ul {
	overflow: hidden;
	margin: 30px auto 0 auto;
	height: auto;
	width: 1000px;
}
#home .directNav > ul > li {
	display: inline-block;
	width: 420px;
	margin-bottom:30px;
	vertical-align: top;
}

#home .directNav > ul > li:first-child,
#home .directNav > ul > li:first-child + li + li,
#home .directNav > ul > li:first-child + li + li + li + li {
	margin-right:65px;
	margin-left: 45px;
}

#home .directNav li dl dt {
	width: 360px;
	float: left;
	border-bottom: #b12000 2px dotted;
	margin-bottom: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 60px;
	background: url(../images/common/hat.png) no-repeat 0 0;
}
#home .directNav li dl dt span.midashi1 {
	font-size: 13px;
	display: block;
	color: #333333;
}
#home .directNav li dl dt span.midashi2 {
	font-size: 25px;
	line-height:28px;
	display: block;
	font-weight:bold;
	color: #333333;
}
#home .directNav li dl dd span.booknaiyou {
	width: 270px;
	float: left;
	font-size: 13px;
	line-height: 23px;
}
#home .directNav li dl dd span.bookimg {
	float: right;
}
#home .directNav li dl dd span.bookimg img {
	width: 130px;
}

#home .directNav dt {
	pointer-events : none; /* Accordion：クリック禁止 */
	padding: 0 0 0 0;
	background-color:  transparent;
	font-size: 1.4em; /* =14px */
	text-align: left;
}
#home .directNav dd {
	display: block !important; /* Toggle：表示 */
	padding: 0 0 0 0;
}
#home .directNav dd li {
	padding: 3px 15px 0 26px;
	font-size: 1.3em; /* =13px */
	line-height: 2;
}

/*  ピックアップ　book
------------------------------------------------------------------- */

#home div.pickupbook {
	margin: 0 auto 0 auto;
	padding: 0 0 50px 0 ;
	width: 910px;
	padding-top: 20px;
}


