@charset "UTF-8";
/** 
 * Zenlogic サポートサイト
 * 
 * TOPページスタイル　/support/css/index.css
 *  
 */
 

/* iphone実機での検索ボタンスタイルリセット用 */
input[type="submit"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus {
	outline-offset: -2px;
}
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
}

/*--------------------------------------------------------------------------
	#Content
---------------------------------------------------------------------------*/
#Content {
	background:#D9D2CA url(/rentalserver/support/images/bg_mv.png) no-repeat center top /cover;
	padding:35px 0;
}

/*----------------------------------------------------------------------
	#Notice
----------------------------------------------------------------------*/

#Notice{
	background:#FFF;
	width:980px;
	margin:0 auto 20px;
	padding:15px 0;
	line-height:1.6;
	text-align:center;
	box-sizing:border-box;
	border:2px solid #2D66BD;
}
#Notice h2{
	font-size:18px;
	font-size:1.8rem;
	font-weight:bold;
}
#Notice h2 a{
	color:#2D66BD;
	text-decoration:underline;
}
#Notice h2 a:hover{
	text-decoration:none;
}
#Notice p{
	line-height:1.5;
	font-size:14px;
	font-size:1.4rem;
}
#Notice b{
	font-weight:bold;
}

/*--------------------------------------------------------------------------
	#TopMain
---------------------------------------------------------------------------*/
#TopMain {
	width:980px;
	margin:0 auto;
	overflow:hidden;
}
#TopMain #LeftArea,
#TopMain #RightArea{
	font-size:0;
}
#TopMain #LeftArea{
	width:530px;
	float:left;
}
#TopMain #RightArea{
	width:420px;
	float:right;
}

#TopMain .block{
	background:#FFF;
	font-size:13px;
	font-size:1.3rem;
	box-shadow:2px 2px 2px rgba(0,0,0,0.2);
	box-sizing:border-box;
}
#TopMain .block a img{
	transition:all 0.2s ease;
}
#TopMain .block a img:hover{
	opacity:0.85;
}

#TopMain h2{
	background:#259DD9;
	padding:5px 0;
	color:#FFF;
	text-align:center;
	line-height:1.7;
	font-size:17px;
	font-size:1.7rem;
	font-weight:bold;
	border:2px solid #FFF;
}
#TopMain h2 img{
	padding-right:5px;
	vertical-align:bottom;
	width: 100px;
}
#TopMain h3{
	margin:0;
	padding:0;
	color:#384C58;
	font-size:17px;
	font-size:1.7rem;
	font-weight:bold;
	border:none;
}


/* #LeftArea
--------------------------------------------------*/

#LeftArea .block.mainte {
	background:#157FC9;
	border:10px solid #259DD9;
	padding:20px 30px 30px;
	box-sizing:border-box;
	position:relative;
}
#LeftArea .block.mainte p {
	padding:5px 20px;
	text-align:left;
	line-height:1.5;
	font-size:14px;
	font-size:1.4rem;
	color:#FFF;
}
#LeftArea .block.mainte p.txt {
	background:url(/rentalserver/support/images/ico_top_caution.png) no-repeat 30px 50%;
	padding:15px 0 15px 30px;
	text-align:center;
	font-size:22px;
	font-size:2.2rem;
	font-weight:bold;
	text-decoration:none;
}
#LeftArea .block.mainte p.em {
	color:#FFFF26;
}
#LeftArea .block.mainte ul.disc {
	color:#FFFF26;
	padding-left:20px;
	margin-bottom:-5px;
}
#LeftArea .block.mainte ul.disc li {
	line-height:1.1;
	font-size:15px;
	font-size:1.5rem;
	font-weight:bold;
}

#LeftArea .block.mainte a{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	transition:all 0.2s ease;
}
#LeftArea .block.mainte a:hover{
	background:rgba(255,255,255,0.1);
}

.block.manual li{
	overflow:hidden;
}
.block.manual li a{
	display:block;
	width:100%;
	padding:30px 0 50px 95px;
	box-sizing:border-box;
	transition:all 0.2s ease;
}
.block.manual li.li-manual a{
	background:#FFF url(/rentalserver/support/images/ico_top_manual.png) no-repeat left 30px center;
}
.block.manual li.li-procedure a{
	background:#FFF url(/rentalserver/support/images/ico_top_procedure.png) no-repeat left 35px center;
}
.block.manual li.li-security a{
	background:#FFF url(/rentalserver/support/images/ico_top_security.png) no-repeat left 40px center;
}
.block.manual li.li-application a{
	background:#FFF url(/rentalserver/support/images/ico_top_application.png) no-repeat left 35px center;
}
.block.manual li.li-transfer a{
	background:#FFF url(/rentalserver/support/images/ico_top_transfer.png) no-repeat left 30px center;
}
.block.manual li a:hover{
	background-color:#EEE !important;
}
.block.manual li h3{
	float:left;
}
.block.manual li span{
	padding-left:15px;
	color:#505F6C;
	font-size:13px;
	font-size:1.3rem;
	float:left;
}
.block.manual li a.blank span{
	background:url(/rentalserver/shared/images/ico_blank02.png) no-repeat right bottom 5px;
	padding-right:20px;
}

.block.manual li + li{
	border-top:1px dashed #A5A5A5;
}

.block.float {
	display:inline-block;
	vertical-align:top;
	margin-right:5px;
	position:relative;
}
.block.float.reco:after{
	display:block;
	content:"";
	width:67px;
	height:25px;
	background:url(/rentalserver/support/images/img_reco.png) no-repeat 0 0;
	position:absolute;
	top:10px;
	left:-5px;
}
.block.float.last {
	margin-right:0;
}
.block.float a{
	display:block;
	background:#FFF url(/rentalserver/support/images/ico_top_faq.png) no-repeat top 20px center;
	width:262px;
	height:140px;
	padding-top:80px;
	text-align:center;
	box-sizing:border-box;
	transition:all 0.2s ease;
	position:relative;
}
.block.float a:hover{
	text-decoration:none;
	background-color:#EEE !important;
}
.block.float:nth-child(5) a{
	background:#FFF url(/rentalserver/support/images/ico_top_operation.png) no-repeat top 20px center;
	width:180px;
	padding-top:75px;
}
.block.float:nth-child(6) a{
	background:#FFF url(/rentalserver/support/images/ico_top_contact.png) no-repeat top 20px center;
	width:170px;
	padding-top:90px;
}
.block.float a.blank:after{
	display:block;
	content:"";
	width:11px;
	height:11px;
	background:url(/rentalserver/shared/images/ico_blank02.png) no-repeat 0 0;
	position:absolute;
	right:5px;
	bottom:5px;
}

.block.float h3{
	margin:0 auto;
}
.block.float span{
	font-weight:normal;
	font-size:13px;
	font-size:1.3rem;
}


.block.migration {
	padding:30px;
	border:4px solid #259DD9;
	position:relative;
}
.block.migration p {
	text-align:center;
	color:#259DD9;
	font-weight:bold;
	font-size:14px;
	font-size:1.4rem;
}
.block.migration p.txt {
	padding:0 0 5px;
	font-size:18px;
	font-size:1.8rem;
}
.block.migration a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.2s ease;
}
.block.migration a:hover {
	background:rgba(37,157,217,0.15);
}



/* #RightArea
--------------------------------------------------*/

#RightArea .block{
	overflow:hidden;
}

#RightArea .block.gappei {
	background:#FFF;
}
#RightArea .block.gappei {
	text-align:center;
	box-shadow:4px 4px 4px rgba(0,0,0,0.1);
}
#RightArea .block.gappei h2 {
	background:#2C425A;
}
#RightArea .block.gappei p {
	padding:20px 30px;
	line-height:1.5;
	font-size:16px;
	font-size:1.6rem;
	font-weight:bold;
}
#RightArea .block.gappei p a.blank {
	background:url(/rentalserver/shared/images/ico_blank02.png) no-repeat right 5px bottom 5px;
	padding-right:18px;
}

#RightArea .block.syogai{
	background:#FFF;
	padding:15px 0;
	border:4px solid #96AFCB;
	box-shadow:none;
}
#RightArea .block.syogai h2{
	background:inherit;
	margin:15px 0 -5px;
	padding:0;
	color:#333;
	line-height:1.35;
	font-size:16px;
	font-size:1.6rem;
	border:none;
}
#RightArea .block.syogai p{
}

#RightArea .block.startup{
	height:160px;
	border:8px solid #FFF;
}
#RightArea .block.startup img{
	width:100%;
	height:auto;
}

#RightArea .block p{
	padding:10px 20px;
}
#RightArea .block .btn a{
	display:block;
	width:175px;
	height:40px;
	padding:10px 0 0;
	margin:0 0 20px;
	text-align:center;
	color:#FFF;
	font-size:17px;
	font-size:1.7rem;
	font-weight:bold;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	box-sizing:border-box;
	transition:all 0.2s ease;
}
#RightArea .block .btn a:hover{
	text-decoration:none;
	opacity:0.85;
}
#RightArea .block .btn.service a{
	background:#20ADE5;
	float:left;
	margin-left:30px;
}
#RightArea .block .btn.contract a{
	background:#9CC93A;
	float:right;
	margin-right:30px;
}




/* #srchBox
--------------------------------------------------*/

.rs_search form {
	width: 100%;
	max-width: 410px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
.rs_search .text-box {
	width: 75%;
	max-width: 300px;
	padding: 5px;
	box-sizing: border-box;
	margin: 15px 0 17px;
	font-size: 1.4rem;
}
.rs_search .search-btn {
	background: #259DD9;
	cursor: pointer;
	font-size: 1.5rem;
	padding: 4px 0;
	box-sizing: border-box;
	width: 23%;
}


/* .news-tab
--------------------------------------------------*/

.news-tab {
	background:#F7F7F7;
	padding:10px 0 0;
	font-size:0;
}
.news-tab label {
	display:inline-block;
	background:#FFF;
	width:130px;
	height:60px;
	margin-left:10px;
	margin-bottom:-1px;
	padding:10px 0 0;
	box-sizing:border-box;
	text-align:center;
	color:#384C58;
	line-height:1.2;
	font-size:14px;
	font-size:1.4rem;
	position:relative;
	vertical-align:middle;
	border:1px solid #CCC;
	border-top:5px solid #CCC;
	transition:all 0.2s ease;
}
.news-tab label:nth-of-type(n+2){
	margin-left:5px;
}
.news-tab label:hover,
.news-tab input[type="radio"]:checked + label {
	border-top:5px solid #2E9CD5;
	border-bottom:1px solid #FFF;
}
/*
.news-tab input[type="radio"]:checked + label {
	margin-top:-3px;
	height:63px;
}
*/
.news-tab.news-tab label a{
	display:inline-block;
	width:100%;
	height:120px;
	padding:30px 0 0;
	position:absolute;
	left:0;
	top:0;
}
.news-tab label:hover{
	cursor:pointer;
}
.news-tab input[type="radio"] {
	display: none;
}
.news-tab .tab-box {
	width:100%;
	font-size:15px;
	font-size:1.5rem;
	line-height:1.5;
	box-sizing:border-box;
	border-top:1px solid #D9D9D9;
}
.news-tab .tab-box h2{
	text-indent:-99999em !important;
	display:none !important;
}
.news-tab > .tab-box > div {
	display: none;
	background:#FFF;
	padding:15px 30px;
}
#tab1:checked ~ .tab-box > #tabActive1 {
	display: block;
}
#tab2:checked ~ .tab-box > #tabActive2 {
	display: block;
}
#tab3:checked ~ .tab-box > #tabActive3 {
	display: block;
}

.news-tab .list-rss li{
	line-height:1.35;
	overflow:hidden;
}
.news-tab .list-rss li + li{
	border-top:1px dashed #A5A5A5;
}
.news-tab .heading {
	width:32%;
	float:left;
}
.news-tab .date {
	width:auto;
	font-size:13px;
	font-size:1.3rem;
}
.news-tab .label {
	display:block;
	font-size:11px;
	font-size:1.1rem;
	width:90px;
	height:20px;
	padding:0 5px;
}
.news-tab .label + .label {
	margin-top:5px;
}
.news-tab a {
	font-size:13px;
	font-size:1.3rem;
	color:#384C58;
}
.news-tab a:hover {
	color:#1089C5;
	text-decoration:underline !important;
}
.news-tab .box-bg {
	background:none;
	padding:10px 0 0;
	border-top:1px dashed #A5A5A5;
	border-radius:0;
}

/*----------------------------------------------------------------------------------------------------
	for タブレット（1039px以下）
-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1039px) {
	#TopMain {
		width: 95%;
	}
	#TopMain #LeftArea {
		float: none;
		width: 100%;
	}
	#TopMain #RightArea {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.block.float {
		width: 32.5%;
	}
	.block.float {
		margin-right: 1%;
	}
	.block.float a,
	.block.float:nth-child(5) a {
		width: 100%;
	}
	#TopMain #srchBox {
		width: 100%;
		max-width: 475px;
		position: relative;
		margin: 0 auto;
		padding: 15px;
	}
	#TopMain #srchBox .txt-yahoo {
		right: 60px;
		top: 21px;
	}
	#RightArea .block.startup {
		max-width: 530px;
		margin: 15px auto;
		height: auto;
	}
}
/*----------------------------------------------------------------------------------------------------
	for SP（768px以下）
-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
	#TopMain h3 {
		font-size: 1.2rem;
	}
	#TopMain .manual h3 {
		font-size: 1.5rem;
	}
	.block.float span {
		font-size: 1.1rem;
	}
	#TopMain #srchBox {
		padding: 10px;
		box-sizing: border-box;
	}
	#TopMain #srchBox .txt-yahoo {
		position: static;
		text-align: right;
	}
	.block.migration {
		padding: 30px 10px;
	}
	.block.migration p {
		font-size: 1.2rem;
	}
	.block.migration p.txt {
		font-size: 1.5rem;
	}
	.news-tab label {
		width: 30%;
		font-size: 1.3rem;
	}
	#RightArea .block.syogai h2 {
		font-size: 1.5rem;
	}
	.news-tab .heading {
		width: 100%;
	}
}



