@charset "utf-8";

/* PC：home_pc.css
 * **************************************************
 * Main Visual
 * Content
 * Latest News（最新のお知らせ）
 * Different Purpose （目的から探す）
 * Information
 * Mini Content
 * Health Recommend
 * Troubleshooting
 * Adobe Reader Download
 * **************************************************
 */

/* ページャー */
.pager {
	text-align: center;
	width: 100%;
	height: 15px;
	padding: 7.5px 0 16px 0;
	z-index: 500;
	overflow: hidden;
}
.pager span {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 8px;
	border: 2px solid #ffffff;
	background-color: #CCCCCC;
	border-radius: 50%;
}
.pager span.cycle-pager-active {
	border: 2px solid #ffffff;
	background-color: #333333;
	border-radius: 50%;
}
.pager > * {
	cursor: pointer;
}

/*  Main Visual
------------------------------------------------------------------- */
#main_img {
	margin-top: 20px;
}

/*  Content
------------------------------------------------------------------- */
#home #content {
	background-color: #ffffff;
	background: url(../images/common/bg_tree.jpg) center top no-repeat,url(../images/common/bg.jpg) left top repeat-x;
	overflow: hidden;
}

/*  Latest News
------------------------------------------------------------------- */
#home .latestNews {
	display: none;
}

/*  Different Purpose
------------------------------------------------------------------- */
#home .differentPurpose {
	display: none;
}

/*  Information
------------------------------------------------------------------- */
#home .information {
	margin: 40px 0 26px 0;
	width: 100%;
	position:relative;
}

#home .information p span {
position:absolute;
top:10px;
right:10px;
}
#home .information p a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
 }
 
#home .information .scrollBar {
padding: 0;
margin:0;
overflow-y:scroll;
height:176px;
}

#home .information ul {
	overflow-y: none;
	height: 24em;
	width: 660px;
}
#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: 11px 0;
	white-space:nowrap;
}
#home .information dd {
	display: table-cell;
	padding: 11px 0 11px 10px;
}
#home .information li a{
	display: inline;
}

#home .information a,
#home .information a:link {
color: #2c2c2c !important;
text-decoration:none;
}

#home .information a:visited,
#home .information a:hover,
#home .information a:active{
color: #2c2c2c;
text-decoration:underline;
}

/*  Mini Content
------------------------------------------------------------------- */
#home .miniContent{
	margin:0;
	padding:25px 0 30px 0;
	width: 100%;
	border-top: 1px solid #e1dfde;
	background-color: #f6f3f1;
}

#home .miniContent .blk_all{
width:982px;
margin:0 auto;
}

#home .miniContent .blk_l{
width:492px;
border-right:1px dashed #d8d6d5;
float:left;
}

#home .miniContent .blk_r{
width:478px;
padding:0 0 0 11px;
float:left;
	text-align: center;
}
#home .miniContent .blk_r ul {
	margin:0 auto;
	width:235px;
}
#home .miniContent .blk_r li img {
	width:235px;
}

#home .miniContent .att_ttl{
text-align:center;
margin:0 0 16px 0;
}

#home .miniContent ul li{
float:left;
padding:0 8px 0 0;
margin:0 0 8px 0;
line-height:0;
}

#home .miniContent ul li.end{
padding:0;
}

#home .miniContent li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/* Contents
------------------------------------------------------------------- */
#home .side {
	margin: 40px 0 0 0;
	padding:0 0 0 33px;
	width: 255px;
}

#home .side ul li{
line-height:0;
margin:0 0 5px 0;
}

#home .side li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*  Troubleshooting
------------------------------------------------------------------- */
#home .troubleshooting * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#home .troubleshooting {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
	width: 100%;
	margin:0;
}
#home .troubleshooting .tab {
  margin-top: 15px;
  margin-left: 20px;
}
#home .troubleshooting .tab > li {
	float: left;
	margin-right: 7px;
	margin-bottom: -1px;
	padding: 12px 5px 10px 5px;
	width: 200px;
	background-color: #07C9EF;
	border: 1px solid #07C9EF;
	border-radius: 4px 4px 0 0;
  color: #ffffff;
	font-size: 1.6em;
	font-weight: bold;
	text-align:center;
}
#home .troubleshooting .tab > li:hover {
   cursor: pointer;
}
#home .troubleshooting .tab > li.active {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
	color: #07C9EF;
}

#home .troubleshooting div {
	clear: both;
	padding: 15px 10px;
	background-color: #ffffff;
	border: 1px solid #07C9EF;
	border-radius: 4px;
	display: none;
}
#home .troubleshooting div:first-of-type {
	display: block;
}
#home .troubleshooting div:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#home .troubleshooting div ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*#home .troubleshooting div.tbT03 ul li:last-child {
  margin-right:auto;
	margin-left:1%;
}*/

#home .troubleshooting div li {
	display: block;
  width: 219px;
  font-size: 0;
}
#home .troubleshooting div li:nth-of-type(n + 4) {
  margin-top: 8px;
}
#home .troubleshooting div li a {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	color:#000000;
	text-decoration: none; 
}
#home .troubleshooting div li a:hover {
  opacity: .7;
}
#home .troubleshooting div li img {
  width: 100%;
  height: auto;
}


/*  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;
}