﻿@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 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 .arrow a {
	padding-left:50px;
	background:url(/support/images/ico_arrow_p.gif) no-repeat 20px 49%;
}


.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;
}

/* 事前告知用BOX */
#innerBox {
	margin:0 120px 0 30px;
	border-top:1px solid #eee;
}
#innerBox li {
	padding:5px;
	border-bottom:1px solid #eee;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
}
#innerBox li a:hover {
	background-color:#fff;
}
