@charset "utf-8";

/**
 *
 *  レンタルサーバー - 機能詳細　共通CSS（/server/function/XXX.html）
 *
 */

/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/

.ttl-type01 {
	margin-top:35px;
}

.function-box{
	margin-top: 0;
	padding-top: 0;
}

#Function .point{
	margin-top:-25px;
	padding-bottom:25px;
	text-align:center;
}
#Function .point ul{
	width:auto;
	margin:0 auto;
}
#Function .point li{
	background:#F3F3F3;
	padding:12px 40px 10px;
	margin-bottom: 5px;
	line-height:1;
	color:#004381;
	font-size:16px;
	font-size:1.6rem;
	-ms-border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	display:inline-block;
}

/* .pickup-list
--------------------------------------------------*/
#Function ul.pickup-list{
	padding:0 0 20px;
	text-align:center;
	font-size:0;
}
#Function ul.pickup-list > li{
	display:inline-block;
	margin-right:16px;
	font-size:15px;
	font-size:1.5rem;
	line-height:1.5;
	text-align:center;
	border:3px solid #3A7AD1;
	vertical-align:top;
	position:relative;
	transition:linear 0.25s;
}
#Function ul.pickup-list > li:hover{
	border-color:#2A5693;
	opacity:0.65;
}
#Function ul.pickup-list > li a{
	display:block;
	width:338px;
	min-height:170px;
	color:#444;
	text-decoration:none;
	box-sizing:border-box;
}
#Function ul.pickup-list > li i{
	display:block;
	background:url(/rentalserver/option/ssl/images/img_dv.png) no-repeat left 50%;
	width:40px;
	height:40px;
	position:absolute;
	left:-3px;
	top:-3px;
}
#Function ul.pickup-list p.head{
	padding:20px 0 10px;
}
#Function ul.pickup-list li p.band{
	background:#3A7AD1;
	color:#FFF;
	line-height:1.0;
	font-size:13px;
	font-size:1.3rem;
	padding:12px 0 10px;
}
#Function ul.pickup-list li:last-child p.band{
	background:#75ACEA;
}
#Function ul.pickup-list li p.price{
	width:100%;
	line-height:1.2;
	font-size:15px;
	font-size:1.5rem;
	position:absolute;
	bottom:0;
}
#Function ul.pickup-list li p.price b{
	color:#3979D1;
	padding-left:3px;
	font-size:20px;
	font-size:2.0rem;
	vertical-align:baseline;
}
#Function ul.pickup-list li p.price b span{
	font-size:28px;
	font-size:2.8rem;
	display:inline-block;
}

#Function .dotted-box{
	background:#F8F9F9;
	margin:0 0 30px;
	padding:15px 30px;
	border:dotted 1px #6899DB;
	line-height:1.6;
}

#Function .tax {
}
#Function .ttl-type01 + .tax {
	margin-top:-25px;
}
#Function .left-cont dt span.auto_br {
	display: block;
}

/*----------------------------------------------------------------------
	Feature
----------------------------------------------------------------------*/
#Feature {
	padding: 0;
}
.feature-box{
	margin:40px 0;
}
.feature-box .txt-box{
	overflow: hidden;
	width: auto;
}
.feature-box h2{
	padding:0 0 25px;
}
.feature-box h2 span.num{
	display: block;
	background:#37A7E1;
	width:50px;
	height:50px;
	padding:6px 0 0;
	text-align: center;
	color:#FFF;
	font-size: 20px;
	font-size: 2.0rem;
	float: left;
	box-sizing:border-box;
}
.feature-box h2 span.txt{
	display: block;
	padding:6px 0 0 65px;
	font-size:21px;
	font-size:2.1rem;
	color: #013B81;
	box-sizing:border-box;
}
.feature-box h2 span.line2{
	line-height:1.4;
	padding-top:0;
}

.feature-box p{
	font-size:15px;
	font-size:1.5rem;
	line-height:1.7;
}
.feature-box p.img{
	margin:5px 0 0 0;
}
.feature-box p.link{
	padding-top: 7px;
}
.feature-box p.link a{
	padding-left: 25px;
	background: url(/rentalserver/shared/images/ico_arw04.png) no-repeat 2px center;
}

.feature-list{
}
.feature-list ul{
	overflow: hidden;
}
.feature-list li{
	width: 100%;
	padding:0 0 10px;
	font-weight:bold;
	float:left;
}
.feature-list li span.num{
	background: #37A7E1;
	width: 47px;
	height: 40px;
	padding: 7px 0 2px;
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	float: left;
	display: block;
}
.feature-list li span.txt{
	display: block;
	font-size: 20px;
	font-size: 2rem;
	color: #013B81;
	padding:8px 0 0 63px;
}

.table-install {
	border-top: 1px solid #ccc;
	padding: 0;
}

.install-app {
	display: table;
	border-bottom: 1px solid #ccc;
}

.install-icn,
.install-num,
.install-inf {
	display: table-cell;
	padding: 0;
	vertical-align: middle;
}

.install-icn {
	width: 13%;
}
.install-num {
	width: 24%;
	line-height:1.6;
	font-size:13px;
	font-size:1.3rem;
}
.install-num a {
	font-size:15px;
	font-size:1.5rem;
}
.install-inf {
	width: 63%;
	padding:15px 0 ;
	line-height:1.75;
}


/* -------- 機能カテゴリーページ共通 -------- */

table.table-cate th{
	color:#fff;
	background:#004380;
	font-size:18px;
	font-size:1.8rem;
}
table.table-cate td{
	background:#EAF6FD;
	padding:7px 0;
	text-align:center;
	font-weight:bold;
}

div.list-cate{
	margin-right:-30px;
	padding:30px 17px 0;
	overflow:hidden;
}
div.list-cate dl{
	width:317px;
	margin:0 30px 30px 0;
	float:left;
}
div.list-cate dt{
	background:#E8F5FF;
	padding:15px 0 8px 7px;
	line-height:1.3;
	font-weight:bold;
	overflow:hidden;
	border:1px solid #ADD9F5;
	border-bottom:none;
	position:relative;
}
div.list-cate dt + dt{
	margin-top:-10px;
	border-top:none;
}
div.list-cate dt p{
	margin:0;
	padding:5px 10px 4px;
	font-size:11px;
	font-size:1.1rem;
	line-height:1;
	font-weight:normal;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	position:absolute;
	right:7px;
	top:10px;
}
div.list-cate dt p.stand{
	background:#507CB8;
	color:#FFF;
	border:1px solid #507CB8;
}
div.list-cate dt p.other{
	background:#1987B3;
	color:#FFF;
	border:1px solid #1987B3;
}
div.list-cate dt p.option{
	background:url(/rentalserver/shared/images/icon_option.png)  no-repeat 5px -1px;
	background-color:#9CC828;
	padding-left:25px;
	color:#FFF;
}

div.list-cate dd{
	border:1px solid #ADD9F5;
	border-top:none;
	height:40px;
	padding:15px;
	line-height:1.5;
	font-size:13px;
	font-size:1.3rem;
}

.tac.width{
	width:20% !important;
}

/*----------------------------------------------------------------------
	ID Manage
----------------------------------------------------------------------*/

table.id_manage th {
	white-space: normal !important;
}
table.id_manage td.id_manage_type00 {
	background-color: #fff;
	color: #fff;
}
table.id_manage th.id_manage_type01 {
	background-color: #004381;
	color: #fff;
}
table.id_manage th.id_manage_type02 {
	background-color: #1585B0;
	color: #fff;
}
table.id_manage .id_manage_left {
	text-align: left !important;
}
table.id_manage .id_manage_vt {
	vertical-align: top !important;
}
table.id_manage .id_manage_right {
	text-align: right !important;
}
table.id_manage strong {
	font-weight: bold;
}
table.id_manage .id_mini {
	font-size: 12px;
	font-size: 1.2rem;
}
table.id_manage .id_big {
	width: 70%;
	margin: 5px auto 0;
	padding: 10px 0 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height:1;
	display: block;
}
table.id_manage th.id_manage_type01 .id_big {
	border-top: 1px solid #5282AC;
}
table.id_manage th.id_manage_type02 .id_big {
	border-top: 1px solid #60ADCB;
}
table.id_manage td.id_full {
	padding:15px 5px;
}
table.id_manage span {
	font-size:12px;
	font-size:1.2rem;
	display:block;
	line-height:1;
}
.id_manage_case01,
.id_manage_case02 {
	padding: 20px 0 20px 65px;
	font-weight: bold;
	font-size:18px;
	font-size:1.8rem;
	color:#00397F;
	margin: 40px 0 0;
}
.id_manage_case01{
	background :#fff url("/rentalserver/server/function/images/id-manage-04_01.png") no-repeat scroll left top;
}
.id_manage_case02{
	background :#fff url("/rentalserver/server/function/images/id-manage-04_02.png") no-repeat scroll left top;
}



/*----------------------------------------------------------------------
	WEBアプリケーションサービス一覧へのリンクボタン
----------------------------------------------------------------------*/

.btn_app{
	/*background:url(/shared/images/page_ttl_bg.jpg) no-repeat center center;*/
	background:#EFF2F5;
	margin:15px 0;
	text-align:center;
}
.btn_app p{
	padding:30px 0;
}

/*----------------------------------------------------------------------
	オプション　申込み誘導（先にレンサバ契約してカスポから申し込んでねという案内）
----------------------------------------------------------------------*/

#Option{
	background: url(/rentalserver/shared/images/info_bg.jpg) no-repeat 50% 0;
	padding:30px 0 40px;
	border-top: 1px solid #c5d6e7;
	overflow:hidden;
}
#Option .sec-inner{
	background:#EDF6FF;
	padding:25px 0;
	border:3px solid #FFF;
	overflow:hidden;
}
#Option .lead-caution{
	margin:0;
	padding:0 0 10px;
	color:#004381;
	font-weight:bold;
	text-align:center;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.4;
	/*letter-spacing:-0.01em;*/
	vertical-align:middle;
}
#Option .btn-navy{
	width: 100%;
	max-width:360px;
	margin:0 auto;
	text-align:center;
}
#Option .btn-navy a{
	padding:16px 0 12px;
	font-size:16px;
	font-size:1.6rem;
}

#Option h2{
	padding: 10px 0;
	text-align: center;
}
#Option p{
	padding:15px 0 0;
	text-align: center;
	color: #394B53;
	line-height:1.6;
}
#Option p.lead-login{
	background:url("/rentalserver/shared/images/ico_blank02.png") no-repeat 63% 7px;
	width:978px;
	margin: -5px auto 0;
	padding:0;
	font-weight:normal;
}
#Option p.lead-login a{
	background:url(/rentalserver/shared/images/ico_arw04.png) no-repeat left center;
	margin:0 0 0 -17px;
	padding:0 0 0 17px;
	font-size: 13px;
	font-size: 1.3rem;
}

/* レンサバ申込み不要の場合 */

#Option.non-server{
	height:270px;
}
#Option.non-server h2:nth-child(1){
	font-size:28px;
	font-size:2.8rem;
	font-weight:bold;
	color:#004381;
}
#Option.non-server h2:nth-child(1) + p{
	padding:0 0 5px;
}

/*----------------------------------------------------------------------
	機能詳細　コンバージョンエリア
----------------------------------------------------------------------*/

.order {
	background:#F2F5F9;
	margin-top:40px;
	padding:40px;
	box-sizing:border-box;
	overflow:hidden;
}
.order .btn a {
	display:block;
	background: #004380;
	padding-top:18px !important;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
	border-radius: 7px;
	box-shadow: 0 4px 0 #001240;
	transition: all 0.2s ease;
	letter-spacing: 0.1em;
}
.order .btn a:hover {
	background:#003362;
}

.order .btn a ,
.order .btn-order a {
	width:300px;
	height:70px;
	text-align:center;
	padding:22px;
}

.order .btn-order a {
	padding-top:16px !important;
}
.order .btn-order a span {
	display:block;
	font-size:12px;
	font-size:1.2rem;
	line-height:1.2;
	margin-bottom:3px;
	color:#FFF;
}

.order .btn a.blank ,
.order .btn-order a.blank {
	background-position:right 10px bottom 15px;
}
.order .btn a.blank {
	background-image:url(/rentalserver/shared/images/ico_blank01.png);
	background-repeat:no-repeat;
}


/*----------------------------------------------------------------------------------------------------
	for タブレット（1039px以下）
-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1039px) {
	.left-cont dl {
		padding-bottom: 0;
	}
	.left-cont dt a {
		display: block;
	}
	.left-cont dt a:hover {
		text-decoration: none;
	}
	#Function .left-cont dt span.auto_br {
		display: inline-block;
	}
	
}
/*----------------------------------------------------------------------------------------------------
	for SP（768px以下）
-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
	.order {
		padding: 40px 0;
	}
	.order .left {
		float: none;
		margin-bottom: 10px;
	}
	.order .right {
		float: none;
		width: 300px;
		margin: 0 auto;
	}
	.feature-box h2 span.txt {
		font-size: 1.8rem;
	}
	.add-function dt {
		float: none;
		margin-bottom: 5px;
	}
	#Option {
		padding: 30px 15px 40px;
	}
	#Option p.lead-login {
		width: 250px;
	}
	#Option p.lead-login {
		background-position: right 7px;
	}
	#Option.non-server {
		height: auto;
	}
	#Option.non-server h2:nth-child(1) {
		line-height: 1.5;
	}
	#Option .lead-caution {
		padding: 0 10px 10px;
		font-size: 1.4rem;
	}
	#Option .btn-navy a {
		margin: 0 8px;
		font-size: 1.5rem;
	}
	.install-app {
		display: block;
	}
	.install-inf {
		display: block;
		width: 100%;
	}
	.install-app {
		padding-top: 15px;
	}
	.btn_app p {
		padding: 30px 10px;
	}
}