﻿@charset "UTF-8";

/* ----------------------------------------------------
	cloud スマートフォンアプリ
---------------------------------------------------- */

/* 全体
---------------------------------------------------- */
.cloudWrap ,
.agreeWrap {
	padding:30px 40px 20px 40px;
}
.cloudWrap #information,
.cloudWrap .infoBox {
	margin:0 15px;
}
.fnt15{
	font-size:15px;
}

/* タイトル
---------------------------------------------------- */
.cloudWrap h3 ,
.agreeWrap h3 {
	padding:0 15px 10px 15px;
	font-size:1.1em;
	font-weight:bold;
	border:0;
	border-bottom:4px solid #ccc;
}
.cloudWrap h4 {
	padding:0 0 0 70px;
	height:50px;
	line-height:50px;
	font-size:20px;
	border-bottom:2px dotted #999;
	background:url("/support/healsio/images/ico_healsio.gif") no-repeat 0 0;
	font-weight:bold;
}
.cloudWrap h4.noBg {
	background:none;
	padding-left:0;
}
.cloudWrap h5 {
	margin-bottom:5px;
	padding-bottom:5px;
	padding-left:20px;
	background:url("/support/images/ico_square_matb.gif") no-repeat 2px 4px;
	border-bottom:3px solid #ccc;
}

/* コンテンツ
---------------------------------------------------- */
.pRelative {
	position:relative;
}
.vgBtn {
	position:absolute;
	top:110px;
	left:500px;
}
.selectBtn {
	margin:40px 0 100px 70px;
}
.selectBtn li {
	width:400px;
	height:70px;
	overflow:hidden;
}
.selectBtn li a {
	display:block;
	width:400px;
	height:70px;
	padding-left:55px;
	line-height:73px;
	background:url(/support/images/btn_care_bg.gif) no-repeat 0 0;
}
.selectBtn li a:hover {
	background:url(/support/images/btn_care_bg.gif) no-repeat 0 -70px;
	color:#999 !important;
}
.selectBtn li a.fntGray{
	color:#333;
}
.selectBtnMin li a ,
.selectBtnMin a {
	 font-size:13px !important;
}

/* css3版（PIE.JS）
---------------------------------------------------- */
.selectBtn02 li {
	line-height:1em !important;
}
.selectBtn02 li {
	width:600px;
	margin:20px 0 0 20px;
	padding:25px 0 25px 0;
	border:1px solid #333;
	background:#fff;
	
	/* box-shadow */
	box-shadow:0px 0px 0px 3px #dcdcdc;
	-moz-box-shadow:0px 0px 0px 3px #dcdcdc;
	-webkit-box-shadow:0px 0px 0px 3px #dcdcdc;
	
	/* border-radius */
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
	/* border */
	border:1px solid #b5b6b6;
}
.selectBtn02 li.list_ptb{
	padding-top:0.4em;
	padding-bottom:0.4em;
}
 
.selectBtn02 .arrow a {
	padding-left:50px;
	background:url(/support/images/ico_arrow_p.gif) no-repeat 20px 49%;
}
.selectBtn02 .arrow01{
	background:url(/support/images/ico_arrow_p.gif) no-repeat 20px 49%;
}
/* IE9以上 */
.selectBtn02 .arrow01:not(:target){
	background:url(/support/images/ico_arrow_p.gif) no-repeat 20px 51%;
}

.link_box{
	float:right;
	padding-top:10px;
	padding-bottom:8px;
	padding-right:30px;
}
.link_box03{
	float:right;
	font-weight:normal;
	font-size:90%;
	margin-top:-30px;
	padding-bottom:20px;
	padding-right:30px;
}
.txt_box{
	float:left;
	font-size:15px;
	font-weight:bold;
	padding-left:50px;
	margin-top:23px
}
.txt_box2{
	float:left;
	font-size:15px;
	font-weight:bold;
	padding-left:50px;
	margin-top:35px
}
.txt_box3{
	float:left;
	font-size:15px;
	font-weight:bold;
	padding-left:50px;
	margin-top:35px
}	


.line2 a {
	padding-top:20px;
	line-height:1.3 !important;
}
.inlineBtn {
	background:url(/support/healsio/cloud/images/btn_care_bg02.gif) no-repeat 0 0;
	height:109px !important;
	position:relative;
}
.inlineBtn a {
	width:auto !important;
	height:auto !important;
	padding-left:55px;
	line-height:inherit !important;
	background:none !important;
}
.link01 {
	position:absolute;
	top:27px;
    left:0;
}
.link02 {
	position:absolute;
	top:65px;
	left:15px;	
}

.inlineBtn02 {
	background:url(/support/healsio/cloud/images/btn_care_bg03.gif) no-repeat 0 0;
	height:150px !important;
	position:relative;
}
.inlineBtn02 a {
	width:auto !important;
	height:auto !important;
	padding-left:55px;
	line-height:inherit !important;
	background:none !important;
}

.text01{
	position:absolute;
	top:85px;
	left:45px;
	width:345px;	
}
.brdBox{
	border:1px solid #999;
	padding:10px;
}
.boxTtl {
	float:left;
	width:10%;
	height:100%;
	font-weight:bold;
	padding-bottom:5px;
	margin-bottom:20px;
}
.boxContents {
	float:left;
	width:90%
}
.cloudBox h4 {
	background:url(/support/healsio/images/ico_healsio.gif) no-repeat 0 0;
}
.talkTable th {
    padding: 3px 5px;
    border: 1px solid #999999;
    color: #ffffff;
    background-color: #797979;
    text-align: center;
    vertical-align: middle;
}
.talkTable td {
    padding: 3px 5px;
    border: 1px solid #999999;
}
.talkTable tr:nth-child(even) { background-color:#efefef; }

/* 規約
---------------------------------------------------- */

.cloudWrap h4 {
	padding:0 0 0 70px;
	height:50px;
	line-height:50px;
	font-size:20px;
	border-bottom:2px dotted #999;
	font-weight:bold;
}

/* アンカーリンク */
#innerLink {
	margin:0 120px 0 30px;
	border-top:1px solid #eee;
}
#innerLink li {
	padding:5px;
	border-bottom:1px solid #eee;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
}
#innerLink li a {
	display:block;
	padding:4px 5px 4px 35px;
	background:url("/support/images/ico_link.gif") no-repeat 15px 0.7em #eee;
}
#innerLink li a:hover {
	background-color:#fff;
}

.lstyle03 {
	margin:10px 50px 30px 10px !important;
}

/* コンテンツ(無線LAN機能の設定)
---------------------------------------------------- */
.partCare {
	margin:15px 0 30px;
}
.careFlow li {
	padding:15px;
	border-top:2px dotted #999;
	font-weight:bold;
}

/* 手順の番号 */
.careFlow .numImg {
	float:left;
	width:40px;
	margin-right:30px;
	padding-top:20px;
	background:url("/support/images/img_care_flow_bkt.gif") no-repeat top center;
	text-align:center;
}
.careFlow .imgBg {
	padding-bottom:20px;
	background:url("/support/images/img_care_flow_bkb.gif") no-repeat bottom center;
}
.careFlow .imgBg div {
	background:#999;
}
/* 手順の内容 */
.partCare .flowTxt2 {
	padding-top:20px;
}
.bdNo { border:0 !important; }
.icoDot01 {
	padding-left: 20px;
	background: url(/support/images/ico_circle_ns.gif) no-repeat 3px 7px;
}
/* ===================================================================
	clearfix(コンテンツ(無線LAN機能の設定)
=================================================================== */
.careFlow li:after,
.flowTxt2:after,
.partCare:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
}
*html .careFlow li,
*html .flowTxt2,
*html .partCare {
	height:1%;
}
.careFlow li,
.flowTxt2,
.partCare, {
	zoom:100%;
	min-height:1%;
}
/* ------------------------------------------------
　スマホのみ表示の場合
------------------------------------------------ */
.no_pc{
	display:none;
}
