@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
------------------------------------------------------------------- */
#header {
    margin-top: 9px;
}
#home #mainVisual {
	overflow: hidden;
	width: 100%;
}
#home #mainVisual .frame {
	width: 664px;
}
#home #mainVisual .frame > div {
	position: relative;
	margin: 0;
	height: 412px;
	width: 662px;
	border: 1px solid #c1c1c1;
	background-color: #ffffff;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
}
#home #mainVisual img {
	height: 410px;
	width: 660px;
	border: 1px solid #ffffff;
	background-color: #dddddd;
	/*-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;*/  
	border-radius: 4px;
}
#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;
}

/*  Content
------------------------------------------------------------------- */
#home #content {
}

/*  Latest News
------------------------------------------------------------------- */
#home .latestNews {
	display: none;
}

/*  Different Purpose
------------------------------------------------------------------- */
#home .differentPurpose {
	display: none;
}

/*  Information
------------------------------------------------------------------- */
#home .information {
	margin: 15px 0 0 0;
	width: 100%;
}
#home .information p {
	width:664px;
	height:40px;
	padding-top:13px;
	background:url(../images/home/bg_top_ttl01.png) no-repeat top left;
}
#home .information p span {
	float: right;
	margin-right:10px;
	margin-top:-3px;
}
#home .information p img {
	margin-left:25px;
	margin-top:4px;
}
#home .information p a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
 }

#home .information .scrollBar {
	padding: 14px 10px 14px 15px;
	border: 1px solid #c1c1c1;
	background-color: #ffffff;
	-webkit-border-radius:0 0 4px 4px;  
	-moz-border-radius:0 0 4px 4px;  
	border-radius:0 0 4px 4px;
}
#home .information ul {
	overflow-y: auto;
	height: 350px;
	width: 630px;
	/*height: 24em;
	width: 645px;*/
}

#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: 6px 0;
	/*padding: 8px 0;*/
	white-space:nowrap;
}
#home .information dd {
	display: table-cell;
	padding: 6px 0 6px 10px;
	/*padding: 8px 0 8px 10px;*/
}
#home .information li a{
	display: inline;
	text-decoration:none;
	color:#444444;
}

/*  Mini Content
------------------------------------------------------------------- */
#home .miniContent {
	clear: both;
	margin: 0 auto 30px;
	width: 960px;
}
#home .miniContent p {
	background:url(../images/home/bg_top_ttl02.png) no-repeat top left;
	height:40px;
	margin:0;
	padding:13px 0 0 0;
}
#home .miniContent p img {
	margin-left:20px;
	margin-top:3px;
}
#home .miniContent > ul {
	border: 1px solid #c1c1c1;
	background-color: #ffffff;
	-webkit-border-radius:0 0 4px 4px;  
	-moz-border-radius:0 0 4px 4px;  
	border-radius:0 0 4px 4px;
	padding:25px 0 15px 110px;
}
#home .miniContent li {
	display: inline-block;
}
#home .miniContent li:first-child {
	margin-right: 10px;
}
#home .miniContent li + li {
	margin-right: 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: 0px 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, #home .contents dd a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*  Troubleshooting
------------------------------------------------------------------- */
#home .troubleshooting {
	clear: both;
	margin: 0 auto 30px;
	width: 960px;
}
#home .troubleshooting p {
	background:url(../images/home/bg_top_ttl02.png) no-repeat top left;
	height:40px;
	margin:0;
	padding:13px 0 0 0;
}
#home .troubleshooting p img {
	margin-left:20px;
	margin-top:4px;
}
.trouble-box {
	border: 1px solid #c1c1c1;
	background-color: #ffffff;
	-webkit-border-radius:0 0 4px 4px;  
	-moz-border-radius:0 0 4px 4px;  
	border-radius:0 0 4px 4px;
	padding-bottom:15px;
}
#home .troubleshooting .directNav {
}
#home .directNav .trouble-box > ul {
	/*width: 917px;*/
	width: 936px;
	padding-left:0px;
	padding-top:10px;
	overflow: hidden;
	margin: 0 auto;
	height: auto;
	/*border-bottom: 1px solid #c1c1c1;*/
}
#home .directNav .trouble-box > ul > li {
	display: inline-block;
	/*padding-bottom: 32767px;
	margin-bottom: -32767px;*/
	width: 220px;
	vertical-align: top;
	margin:0 6px;
}
#home .directNav .trouble-box > ul > li:first-child {
	/*border-left: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;*/
}
#home .directNav .trouble-box > ul > li + li {
}
#home .directNav dl {
}
#home .directNav dt {
	pointer-events : none; /* Accordion：クリック禁止 */
	/*padding: 8px 0;*/
	padding: 8px 10px;
	font-size: 1.4em; /* =14px */
	color:#ffffff;
	/*text-align: center;*/
}
#home .directNav dl.t-box01 dt{
	background-color: #82aadb;
}
#home .directNav dl.t-box02 dt{
	background-color: #ffa6a6;
}
#home .directNav dl.t-box03 dt{
	background-color: #7bc59b;
}
#home .directNav dl.t-box04 dt{
	background-color: #e1cc70;
}
#home .directNav dd {
	display: block !important; /* Toggle：表示 */
	/*padding: 8px 0 12px 0;*/
	padding: 0px 0 0 0;
}
#home .directNav dl dd li {
	padding: 7px 15px 7px 26px;
	/*padding: 3px 15px 3px 26px;*/
	font-size: 1.2em; /* =12px */
	line-height: 1.5;
	border-right: 1px solid #c1c1c1;
	border-left: 1px solid #c1c1c1;
	border-bottom:1px solid #c1c1c1;
}
#home .directNav dl.t-box01 dd li {
	background: url(../images/common/list_style_circle1.png) no-repeat 0.7em 0.9em;
}
#home .directNav dl.t-box02 dd li {
	background: url(../images/common/list_style_circle2.png) no-repeat 0.7em 0.9em;
}
#home .directNav dl.t-box03 dd li {
	background: url(../images/common/list_style_circle3.png) no-repeat 0.7em 0.9em;
}
#home .directNav dl.t_box04_s dd li,
#home .directNav dl.t-box04 dd li {
	background: url(../images/common/list_style_circle4.png) no-repeat 0.7em 0.9em;
}
#home .directNav dd a {
	text-decoration: none;
	color:#444444;
}

#home .t_box04_s2{
	margin-top:50px;
	border-top: 1px solid #c1c1c1;
}


/*  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;
}
