@charset "utf-8";

/* PC：home_pc.css
 * **************************************************
 * Main Visual
 * Content
 * Latest News（最新のお知らせ）
 * Different Purpose （目的から探す）
 * Information
 * Mini Content
 * Health Recommend
 * Troubleshooting
 * Adobe Reader Download
 * **************************************************
 */

/*  Main Visual
------------------------------------------------------------------- */
#home #mainVisual {
	overflow: hidden;
	width: 100%;
}
#home #mainVisual .frame {
	margin: 25px auto 0 auto;
	width: 705px;
}
#home #mainVisual .frame > div {
	position: relative;
	margin: 0;
	height: 280px;
	width: 705px;
}
#home #mainVisual img {
	height: 280px;
	width: 705px;
}
#home #mainVisual a {
	text-decoration: none; 
}
#home #mainVisual a span {
	display: block;
	position: absolute;
	bottom: 35px;
	left: 40px;
	height: 25px;
	width: 150px;
	background: #8d92ff url(../images/common/list_style_more.png) no-repeat 95% 50%;
	-webkit-border-radius: 20px;  
	-moz-border-radius: 20px;  
	border-radius: 20px;
	font-size: 1.4em; /* =14px */
	line-height: 1.9;
	color:#ffffff;
	text-align: center;
	vertical-align: middle;
}
#home #mainVisual a:hover {
  opacity: 0.7;
  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: 100%;
	height: 15px;
	padding: 7.5px 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: #76acea;
	-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: 30px 0 30px 0;
	width: 100%;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	width: 703px;
}

#home .information .mb20{
	margin: 0 0 20px 0;
}

#home .information p{
	padding: 0 20px;
}
#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 .scrollBar {
	padding: 15px 20px 15px 20px;
	background-color: #ffffff;
}
#home .information ul {
	overflow-y: auto;
	height: 20em;
	width: 663px;
}
#home .information li {
	border-top: none;
	border-bottom: 1px dotted #dddddd;
	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;
}
#home .information dd {
	display: table-cell;
	padding: 8px 0 8px 10px;
}
#home .information li a{
	display: inline;
}

/*  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: 25px 0 0 0;
	width: 248px;
}
#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)";
}

#home .contents .ssl li{
	text-align:center;
	margin-top:2em;
}


/*  Troubleshooting
------------------------------------------------------------------- */
#home .troubleshooting {
	margin: 30px 0 30px 0;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	width: 703px;
}

#home .troubleshooting p{
	margin: 0 0 15px 20px;
}
#home .troubleshooting .directNav {
	width: 703px;
}

#home .troubleshooting　dt{
	margin: 0;
	padding: 0;
}
#home .directNav > ul {
	overflow: hidden;
	margin: 0 auto 10px auto;
	height: auto;
	background: url("../images/home/bg_home_green.png") no-repeat right bottom;
	background-color: #ffffff;
}
#home .directNav > ul > li,
#home .directNav > ul > li + li + li{
	display: inline-block;
	margin:0 21px 15px 20px;
	width: 321px;
	vertical-align: top;
}

#home .directNav > ul > li + li,
#home .directNav > ul > li + li + li + li{
	display: inline-block;
	margin:0 20px 15px 0;
	width: 321px;
	vertical-align: top;
}

#home .directNav ul li.bg01{
background: url("../images/home/bg01.png") no-repeat right bottom;
}

#home .directNav ul li.bg02{
background: url("../images/home/bg02.png") no-repeat right bottom;
}

#home .directNav ul li.bg03{
background: url("../images/home/bg03.png") no-repeat right bottom;
}

#home .directNav ul li.bg04{
background: url("../images/home/bg04.png") no-repeat right bottom;
}

#home .directNav dl {
	width: 321px;
}

#home .directNav dd{
	display: block !important; /* Toggle：表示 */
	padding: 8px 13px 12px 13px;
}

#home .directNav dd.icon01 li {
	padding: 3px 0px 3px 26px;
	background: url("../images/home/ts_yajirusi_a.png") no-repeat left center;
	font-size: 1.3em; /* =13px */
	line-height: 1.5;
	border-bottom: 1px dotted #cccccc;
}

#home .directNav dd.icon02 li {
	padding: 3px 0px 3px 26px;
	background: url("../images/home/ts_yajirusi_b.png") no-repeat left center;
	font-size: 1.3em; /* =13px */
	line-height: 1.5;
	border-bottom: 1px dotted #cccccc;
}

#home .directNav dd.icon03 li {
	padding: 3px 0px 3px 26px;
	background: url("../images/home/ts_yajirusi_c.png") no-repeat left center;
	font-size: 1.3em; /* =13px */
	line-height: 1.5;
	border-bottom: 1px dotted #cccccc;
}

#home .directNav dd.icon04 li {
	padding: 3px 0px 3px 26px;
	background: url("../images/home/ts_yajirusi_d.png") no-repeat left center;
	font-size: 1.3em; /* =13px */
	line-height: 1.5;
	border-bottom: 1px dotted #cccccc;
}

#home .directNav dd.icon01 li {
	padding: 3px 0px 3px 26px;
	background: url("../images/home/ts_yajirusi_a.png") no-repeat left center;
	font-size: 1.3em; /* =13px */
	line-height: 1.5;
	border-bottom: 1px dotted #cccccc;
}

#home .directNav dd a {
	text-decoration: none; 
}

/*  Adobe Reader Download
------------------------------------------------------------------- */
#footer p {
	float: right;
	margin: 10px 0 0 0;		
	width: 260px;
}
#footer p img {
	float: left;
	margin: 0 5px 5px 0;
	vertical-align: top;
	height:auto;
}
