@charset "utf-8";

/* SP：home_sp.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%;
	background: linear-gradient(#afebff, #fff);
}
#home #mainVisual .frame {
	overflow: hidden;
	width: 100%;
}
#home #mainVisual .frame > div {
	overflow: hidden;
	position: relative;
	height: auto;
	width: 100%;
	max-width: 100%;
}
#home #mainVisual img {
	display:block;
	height: auto;
	width: 100%;
	max-width: 100%;
}
#home #mainVisual a {
	text-decoration: none; 
}
#home #mainVisual a span {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 15px;
	height: 20px;
	width: 120px;
	background: #8d92ff url(../images/common/list_style_more.png) no-repeat 95% 45%;
	-webkit-border-radius: 20px;  
	-moz-border-radius: 20px;  
	border-radius: 20px;
	font-size: 1.2em; /* =12px */
	line-height: 1.8;
	color:#ffffff;
	text-align: center;
	vertical-align: middle;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#home #mainVisual a span {
		background: #8d92ff url(../images/common/list_style_more@2x.png) no-repeat 95% 45%;
		-moz-background-size: auto 45%;
		-webkit-background-size:auto 45%;
		background-size: auto 45%;
	}
}
#home #mainVisual a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
 }

/* prev / next links */
.cycle-prev,
.cycle-next {
	display: none;
}
/* ページャー */
.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: #01a73c;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.pager > * {
	cursor: pointer;
}

/*  Content
------------------------------------------------------------------- */
#home #content {
	background: #fff;
}

/*  Latest News
------------------------------------------------------------------- */
#home .latestNews {
	position: relative;
	margin: 10px 10px 0 10px;
	padding: 5px 40px;
	border: 1px solid #c1c1c1;
	background-color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: none;
}
#home .latestNews dl {
	clear: both;
	display: table;
}
#home .latestNews dt {
	padding: 8px 0 0 0;
	font-size: 1.4em; /* =14px */
}
#home .latestNews dd {
	padding: 0 0 8px 0;
	font-size: 1.4em; /* =14px */
}
#home .latestNews img {
	margin: 0 10px 5px 0;
	vertical-align: middle;
}
/* prev / next links */
#prevDiv,
#nextDiv {
	z-index: 1000;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	width: 35px;
	height: 35px;
	cursor: pointer;
}
#prevDiv {
	left: 3px;
	background: url(../images/sp/prev_latest_news.png) 0 50% no-repeat;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#prevDiv {
		background: url(../images/sp/prev_latest_news@2x.png) 0 50% no-repeat;
		-moz-background-size: auto 80%;
		-webkit-background-size:auto 80%;
		background-size: auto 80%;
	}
}
#nextDiv {
	right: 3px;
	background: url(../images/sp/next_latest_news.png) 100% 50% no-repeat;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#nextDiv {
		background: url(../images/sp/next_latest_news@2x.png) 100% 50% no-repeat;
		-moz-background-size: auto 80%;
		-webkit-background-size:auto 80%;
		background-size: auto 80%;
	}
}
#prevDivt:hover,
#nextDiv:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}



/*  Different Purpose
------------------------------------------------------------------- */
#home .differentPurpose {
	margin: 10px 10px 0 10px;
}
#home .differentPurpose p {
}
#home .differentPurpose ul {
	border: 1px solid #c1c1c1;
	background-color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#home .differentPurpose ul:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#home .differentPurpose li {
	position:relative;
	float: left;
	width: 50%;
	font-size: 1.4em; /* =14px */
	font-weight: bold;
	text-align: center;
}
#home .differentPurpose li:before {
	position:absolute;
	bottom:1px;
	right:1px;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-bottom: 15px solid #82c33a;
	border-left: 15px solid transparent;
}
#home .differentPurpose li:hover {
	background-color: #eeeeee;
}
#home .differentPurpose li:first-child {
	margin-right: -2px;
	border-right: 2px dotted #c1c1c1;
}
#home .differentPurpose li:first-child + * + * {
	margin-right: -2px;
	border-top: 2px dotted #c1c1c1;
	border-right: 2px dotted #c1c1c1;
}
#home .differentPurpose li:first-child + * + * + * {
	border-top: 2px dotted #c1c1c1;
}
#home .differentPurpose a {
	display: block;
	padding: 15px 10px;
	text-decoration: none;
	color:#01a73c;
}

/*  Information
------------------------------------------------------------------- */
#home .information {
	margin: 10px 10px 0 10px;
}
#home .information p > img{
	width: 30%;
}
#home .information p span {
	float: right;
	position:relative;
	top:0px;
	left:0px;
}
#home .information p a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
 }
#home .information .scrollBar {
	padding: 5px 10px 5px 10px;
	border: 1px solid #c1c1c1;
	background-color: #ffffff;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
}
#home .information ul {
}
#home .information li {
	border-top: none;
	border-bottom: 1px dotted #dddddd;
	font-size: 1.3em; /* =13px */
}
#home .information li img {
	margin: 0 10px 5px 0;
	vertical-align: middle;
}
#home .information dl {
	clear: both;
	display: table;
}
#home .information dt {
	padding: 8px 0 0 0;
}
#home .information dd {
	padding: 0 0 8px 0;
}
#home .information li a{
}


/*  Troubleshooting
------------------------------------------------------------------- */
#home .troubleshooting {
	margin: 15px 10px 0 10px;
	background-color: #ffffff;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
}
#home .troubleshooting p {
	padding: 8px 10px;
	background: #01a73c url("../images/common/close_white.png") no-repeat 98% center;
	font-size: 1.4em; /* =14px */
	color:#ffffff;
	text-align: left;
	cursor: pointer;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#home .troubleshooting p {
		background: #01a73c url("../images/common/close_white@2x.png") no-repeat 98% center;
		-moz-background-size: auto 50%;
		-webkit-background-size:auto 50%;
		background-size: auto 50%;
	}
}
#home .troubleshooting p.open {
	background: #01a73c url("../images/common/open_white.png") no-repeat 98% center;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#home .troubleshooting p.open {
		background: #01a73c url("../images/common/open_white@2x.png") no-repeat 98% center;
		-moz-background-size: auto 50%;
		-webkit-background-size:auto 50%;
		background-size: auto 50%;
	}
}
#home .troubleshooting p.open {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
#home .troubleshooting p:after {
	content:attr(data-label);
}
#home .troubleshooting p img {
	display:none;
}
#home .troubleshooting > ul {
	display: none;
	border-left: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
#home .troubleshooting li {
	border-top: 1px solid #c1c1c1;
	background: url(../images/common/list_style_arrow_gray.png) no-repeat 98% center;
	font-size: 1.3em; /* =13px */
	line-height: 1.3;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#home .troubleshooting li {
		background: url(../images/common/list_style_arrow_gray@2x.png) no-repeat 98% center;
		-moz-background-size: 15px 15px;
		-webkit-background-size: 15px 15px;
		background-size: 15px 15px;
	}
}
#home .troubleshooting li:first-child {
	border-top: none;
}
#home .troubleshooting a {
	display: block;
	padding: 10px 20px 10px 10px;
	text-decoration: none; 
}
#home .troubleshooting a:after {
	content:attr(data-label);
}
#home .troubleshooting li img {
	display:none;
}


/*  Mini Content
------------------------------------------------------------------- */
#home .miniContent {
	margin: 15px 10px 0 10px;
	background-color: #ffffff;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
}
#home .miniContent p {
	padding: 8px 10px;
	background: #01a73c url("../images/common/close_white.png") no-repeat 98% center;
	font-size: 1.4em; /* =14px */
	color:#ffffff;
	text-align: left;
	cursor: pointer;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#home .miniContent p {
		background: #01a73c url("../images/common/close_white@2x.png") no-repeat 98% center;
		-moz-background-size: auto 50%;
		-webkit-background-size:auto 50%;
		background-size: auto 50%;
	}
}
#home .miniContent p.open {
	background: #01a73c url("../images/common/open_white.png") no-repeat 98% center;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#home .miniContent p.open {
		background: #01a73c url("../images/common/open_white@2x.png") no-repeat 98% center;
		-moz-background-size: auto 50%;
		-webkit-background-size:auto 50%;
		background-size: auto 50%;
	}
}
#home .miniContent p.open {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
#home .miniContent p:after {
	content:attr(data-label);
}
#home .miniContent p img {
	display:none;
}
#home .miniContent > ul {
	display: none;
	border-left: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
#home .miniContent li {
	border-top: 1px solid #c1c1c1;
	background: url(../images/common/list_style_arrow_gray.png) no-repeat 98% center;
	font-size: 1.3em; /* =13px */
	line-height: 1.3;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#home .miniContent li {
		background: url(../images/common/list_style_arrow_gray@2x.png) no-repeat 98% center;
		-moz-background-size: 15px 15px;
		-webkit-background-size: 15px 15px;
		background-size: 15px 15px;
	}
}
#home .miniContent li:first-child {
	border-top: none;
}
#home .miniContent a {
	display: block;
	padding: 10px 20px 10px 10px;
	text-decoration: none; 
}
#home .miniContent a:after {
	content:attr(data-label);
}
#home .miniContent li img {
	display:none;
}

/*  contents
------------------------------------------------------------------- */
#home .contents {
	margin: 15px 10px 15px 10px;
	background-color: #ffffff;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
}
#home .contents p {
	padding: 8px 10px;
	background: #01a73c url("../images/common/close_white.png") no-repeat 98% center;
	font-size: 1.4em; /* =14px */
	color:#ffffff;
	text-align: left;
	cursor: pointer;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#home .contents p {
		background: #01a73c url("../images/common/close_white@2x.png") no-repeat 98% center;
		-moz-background-size: auto 50%;
		-webkit-background-size:auto 50%;
		background-size: auto 50%;
	}
}
#home .contents p.open {
	background: #01a73c url("../images/common/open_white.png") no-repeat 98% center;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#home .contents p.open {
		background: #01a73c url("../images/common/open_white@2x.png") no-repeat 98% center;
		-moz-background-size: auto 50%;
		-webkit-background-size:auto 50%;
		background-size: auto 50%;
	}
}
#home .contents p.open {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
#home .contents p:after {
	content:attr(data-label);
}
#home .contents p img {
	display:none;
}
#home .contents > ul {
	display: none;
	border-left: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
#home .contents li {
	border-top: 1px solid #c1c1c1;
	background: url(../images/common/list_style_arrow_gray.png) no-repeat 98% center;
	font-size: 1.3em; /* =13px */
	line-height: 1.3;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#home .contents li {
		background: url(../images/common/list_style_arrow_gray@2x.png) no-repeat 98% center;
		-moz-background-size: 15px 15px;
		-webkit-background-size: 15px 15px;
		background-size: 15px 15px;
	}
}
#home .contents li:first-child {
	border-top: none;
}
#home .contents a {
	display: block;
	padding: 10px 20px 10px 10px;
	text-decoration: none; 
}
#home .contents a:after {
	content:attr(data-label);
}
#home .contents li img {
	display:none;
}


/*  usefullink
------------------------------------------------------------------- */
#home .usefullink {
	margin: 15px 10px;
	background-color: #ffffff;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
}
#home .usefullink p {
	padding: 8px 10px;
	background: #01a73c url("../images/common/close_white.png") no-repeat 98% center;
	font-size: 1.4em; /* =14px */
	color:#ffffff;
	text-align: left;
	cursor: pointer;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#home .usefullink p {
		background: #01a73c url("../images/common/close_white@2x.png") no-repeat 98% center;
		-moz-background-size: auto 50%;
		-webkit-background-size:auto 50%;
		background-size: auto 50%;
	}
}
#home .usefullink p.open {
	background: #01a73c url("../images/common/open_white.png") no-repeat 98% center;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#home .usefullink p.open {
		background: #01a73c url("../images/common/open_white@2x.png") no-repeat 98% center;
		-moz-background-size: auto 50%;
		-webkit-background-size:auto 50%;
		background-size: auto 50%;
	}
}
#home .usefullink p.open {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
#home .usefullink p:after {
	content:attr(data-label);
}
#home .usefullink p img {
	display:none;
}
#home .usefullink ul {
	display: none;
	border-left: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
#home .usefullink li {
	border-top: 1px solid #c1c1c1;
	background: url(../images/common/list_style_arrow_gray.png) no-repeat 98% center;
	font-size: 1.3em; /* =13px */
	line-height: 1.3;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	#home .usefullink li {
		background: url(../images/common/list_style_arrow_gray@2x.png) no-repeat 98% center;
		-moz-background-size: 15px 15px;
		-webkit-background-size: 15px 15px;
		background-size: 15px 15px;
	}
}
#home .usefullink li:first-child {
	border-top: none;
}
#home .usefullink a {
	display: block;
	padding: 10px 20px 10px 10px;
	text-decoration: none; 
}
#home .usefullink a:after {
	content:attr(data-label);
}
#home .usefullink li img {
	display: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;
}
