/* common */
body{background: #fff;}
.wrapper_wrapper_{background: #fff;}
div.wrapper_{background: #fff;}

/* common Style */
.fL{ float: left;}
.fR{ float: right;}
.center {
	text-align: center;
}
.event_name_ {
	display: none;
}
/* ▼クラウド商品 メインページ▼ */
.e0006_item .cl_service_list {
	background: #eee;
	margin-top: 15px;
	/*padding: 30px 35px;*/
	padding: 35px 35px 30px 35px;
	box-sizing: border-box;
}
.e0006_item .cl_service_list ul li {
	display: block;
	width: 100%;
}
.e0006_item .cl_service_list ul li {
	display: inline-block;
	width: 48.9%;
	margin-bottom: 10px;
}
.e0006_item .cl_service_list ul li:nth-child(even) {
	margin-left: 10px;
}
.e0006_item .cl_service_list ul li a {
	display: block;
}
.e0006_item .cl_service_list ul li a img {
	width: auto;
}
.e0006_item .cl_service_banner {
	margin-top: 30px;
	margin-bottom: 50px;
}
.e0006_item .cl_service_block h2 {
	margin-bottom: 40px;
}
.e0006_item .cl_service_block .cl_service_block_inner {
	padding: 0 30px;
	box-sizing: border-box;
}
.e0006_item .cl_service_block .cl_service_block_inner h3 {
	color: #0088aa;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 10px;
}
.e0006_item .cl_service_block .cl_service_block_inner p {
	margin-bottom: 20px;
	font-size: 14px;
}
.e0006_item .cl_service_block .cl_service_block_inner p._bold {
	font-weight: bold;
}
.e0006_item .cl_service_block .cl_service_block_inner p._center {
	text-align: center;
}

/* ▼クラウド商品 お試し版▼ */
.e0006_item .cloud_item_list {
	background: url("/img/special/E0006/bg.gif") no-repeat center;
 	padding: 30px;
	max-width: 720px;
	margin: 40px auto 0;
}
.e0006_item .cloud_item_list ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 660px;
	width: 100%;
}
.e0006_item .cloud_item_list ul li {
	width: 32%;
	background: #fff;
	padding-bottom: 20px;
}
.e0006_item .cloud_item_list ul li a {
	display: block;
	padding: 10px 5px 25px 5px;
	box-sizing: border-box;
	background: #fff url("/img/special/E0006/icon_arrow_bottom.png") no-repeat bottom;
}
.e0006_item .cloud_item_list ul li a:hover {
	opacity: 0.7;
}
.e0006_item .cloud_item_list ul li a img {
}
.e0006_item .cloud_item_block {
	background: #eeeeee;
	padding: 60px 35px;
	box-sizing: border-box;
	margin: 30px auto 0;
	max-width: 720px;
	width: 100%;
}
.e0006_item .cloud_item_block .cloud_item_table {
	display: table;
}
.e0006_item .cloud_item_block .cloud_item_table .cloud_item_lft {
	display: table-cell;
	width: 30%;
	vertical-align: top;
}
.e0006_item .cloud_item_block .cloud_item_table .cloud_item_rgt {
	display: table-cell;
	width: 70%;
	vertical-align: top;
	padding-left: 30px;
	box-sizing: border-box;
}
.e0006_item .cloud_item_block .cloud_item_table .cloud_item_rgt ._text {
	color: #0088aa;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 15px;
}
.e0006_item .cloud_item_block .cloud_item_table .cloud_item_rgt ._limit {
	border: solid #000 1px;
	padding: 0 25px;
	box-sizing: border-box;
	max-width: 230px;
	margin-right: auto;
	text-align: center;
	font-size: 16px;
}
.e0006_item .cloud_item_block .cloud_item_info {
	display: block;
	width: 100%;
	margin-top: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #6f6f6f;
}
.e0006_item .cloud_item_block .cloud_item_info._second {
	margin-top: 0;
	padding-bottom: 0;
	border: none;
}
.e0006_item .cloud_item_block .cloud_item_info ._table {
	display: table;
	text-align: left;
	margin-top: 5px;
	font-size: 14px;
}
.e0006_item .cloud_item_block .cloud_item_info ._table ._left {
	display: table-cell;
}
.e0006_item .cloud_item_block .cloud_item_info ._table ._right {
	display: table-cell;
}
.cloud_item_caution {
	margin-top: 30px;
}
.cloud_item_caution h2 {
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}
.cloud_item_caution p {
	font-size: 14px;
	margin-top: 5px;
}
.cloud_item_btn {
	display: block;
	max-width: 300px;
	margin: 40px auto 0 auto;
}
.cloud_item_btn a {
	display: block;
	padding: 20px 40px;
	box-sizing: border-box;
	background: #ff9a15;
	border-radius: 7px;
}
.cloud_item_btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.cloud_item_btn a p {
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	line-height: 1.8;
}
@media print, screen and (max-width: 767px) {
	.e0006_item .cloud_item_list{
		padding: 20px 15px;
	}
	.e0006_item .cloud_item_block {
		padding: 30px 15px;
	}
	.e0006_item .cloud_item_block .cloud_item_table .cloud_item_lft {
		display: block; 
	    width: 100%;
	    max-width: 270px;
	    vertical-align: inherit;
	    margin: 0 auto 20px;
	}
	.e0006_item .cloud_item_block .cloud_item_table .cloud_item_rgt {
	    display: block;
	    width: 100%;
	    vertical-align:inherit;
	    padding-left: 0;
	}
	.e0006_item .cloud_item_block .cloud_item_table .cloud_item_rgt ._text{
		line-height: 1.5;
		margin-bottom: 20px;
	}
}