/* sns buttons */
.mainSection .aside {
  text-align: right;
}
.mainSection .aside img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.mainSection .aside .sns li {
  display: inline-block;
  padding-left: 7px;
  vertical-align: bottom;
}

/* cloudHeaderNav */
.cloudHeaderNav {
  margin-bottom: 0;
}
.cloudHeaderNav ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.cloudHeaderNav li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  border-top: 1px solid #005ab4;
  border-left: 1px solid #005ab4;
  border-bottom: 1px solid #337bc3;
  border-right: 1px solid #337bc3;
  background-color: #005ab4;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
}
.cloudHeaderNav li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.cloudHeaderNav.cloudHeaderNavIndex .index, .cloudHeaderNav.cloudHeaderNavIprint .iprint, .cloudHeaderNav.cloudHeaderNavMailprint .mailprint, .cloudHeaderNav.cloudHeaderNavRemotedriver .remotedriver, .cloudHeaderNav.cloudHeaderNavMailremote .mailremote {
  border: 1px solid #e2e2e2;
  background-color: #fff;
}
.cloudHeaderNav.cloudHeaderNavIndex .index a, .cloudHeaderNav.cloudHeaderNavIprint .iprint a, .cloudHeaderNav.cloudHeaderNavMailprint .mailprint a, .cloudHeaderNav.cloudHeaderNavRemotedriver .remotedriver a, .cloudHeaderNav.cloudHeaderNavMailremote .mailremote a {
  color: #000;
}

/* appdlSection */
.appdlSection {
  margin: 20px 20px 0 20px;
  padding: 10px;
  border: solid 1px #013d8f;
}
.appdlSection h2 {
  margin-bottom: 10px;
}
.appdlSection ul {
}
.appdlSection li {
	margin-bottom: 10px;
	text-align: center;
	font-size: 0;
}
.appdlSection p {
  font-size: 12px;
  line-height: 1.2;
  color: #005ab4;
}
.appdlSection .agInfo {
	margin: 0;
	padding: 0 !important;
	border: none !important;
	line-height: 15px;
}
.appdlSection .agInfo dt {
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
	width: 15px;
	height: 15px;
	background: url(/common/images/ico_pop_02.gif) no-repeat;
}
.appdlSection .agInfo dd {
	margin: 0;
	overflow: hidden;
}

/* cloudNotes */
.cloudNotes {
  font-size: 10px;
  overflow: hidden;
}
.cloudNotes li {
  overflow: hidden;
}
.cloudNotes .mark {
  float: left;
  margin-right: 0.5em;
}
.cloudNotes .text {
  display: block;
  overflow: hidden;
}

/* cloudTitleH2 */
.cloudTitleH2 {
  background: #1689cc;
  padding: 8px 20px 5px;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
}

/* cloudSection */
.cloudSection {
  margin-bottom: 20px;
  padding: 0 20px;
}
.cloudSection .cloudTitleH2 {
  position: relative;
  margin: 0 -20px 15px;
}
.cloudSection h3 {
  margin-bottom: 0.8em;
  font-size: 14px;
}
.cloudSection h3 strong {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.3em 1em;
  line-height: 1.0;
  color: #fff;
  background: #535353;
  font-size: 12px;
  vertical-align: middle;
}
.cloudSection h3 span {
  margin-right: 0.2em;
  font-size: 20px;
  color: #0257ad;
}
.cloudSection p, .cloudSection ul, .cloudSection dl {
  margin-bottom: 1em;
}
.cloudSection .notes, .cloudSection small {
  font-size: 10px;
}
.cloudSection .subNav {
  margin: 0 -15px 15px -15px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.cloudSection .subNav ul {
  margin: 0;
}
.cloudSection .clr01 {
	color: #0257ad;
}
.cloudSection strong {
	font-weight: bold;
}
.cloudSection img.flex {
	width: 100%;
	height: auto;
}

/* cloudSectionCase */
.cloudSectionCase hr {
  display: block;
  border: none;
  border-top: dotted 1px #0257ad;
  height: 1px;
  margin: 20px 0;
}
.cloudSectionCase .melit {
  font-size: 12px;
}
.cloudSectionCase .melit li {
  padding-left: 1em;
  text-indent: -1em;
}
.cloudSectionCase .flow {
  font-size: 12px;
}
.cloudSectionCase .flow li {
  margin-bottom: 10px;
  padding-bottom: 30px;
  background: url(/s/products/bizprinter/connect/common/images/ico_arw_caseflow.png) no-repeat center bottom;
  background-size: 56px 20px;
  text-align: center;
}
.cloudSectionCase .flow li:last-child {
  padding-bottom: 0;
  background: none;
}
.cloudSectionCase .flow img {
  display: block;
  margin: 0 auto 10px;
}
.cloudSectionCase .flow li p {
	margin: 0;
}
.cloudSectionCase .flow li span {
	display: block;
}
.cloudSectionCase .flow li .num {
	float: left;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 14px;
	background: #0b60b6;
	color: #fff;
	font-weight: bold;
}
.cloudSectionCase .flow li .text {
	overflow: hidden;
}

.cloudSectionCase .recommend {
  border: solid 1px #0b60b6;
}
.cloudSectionCase .recommend dt, .cloudSectionCase .recommend dd {
  font-weight: bold;
  line-height: 1.3;
}
.cloudSectionCase .recommend dt {
  padding: 10px;
  background: #0b60b6;
  text-align: center;
  color: #fff;
}
.cloudSectionCase .recommend dd {
  padding: 10px;
  background: #daf1fa;
  color: #535353;
}
.cloudSectionCase .recommend ul {
  margin: 0;
}
.cloudSectionCase .recommend li {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: bold;
}
.cloudSectionCase .points li {
  margin-bottom: 10px;
  padding: 10px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ebf4fb), color-stop(100%, #c1dff7));
  background-image: -webkit-linear-gradient(#ebf4fb, #c1dff7);
  background-image: -moz-linear-gradient(#ebf4fb, #c1dff7);
  background-image: -o-linear-gradient(#ebf4fb, #c1dff7);
  background-image: linear-gradient(#ebf4fb, #c1dff7);
  color: #003f96;
}
.cloudSectionCase .points li:last-child {
  margin-bottom: 0;
}
.cloudSectionCase .points p {
  margin: 0;
}
.cloudSectionCase .points .pointTitle {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: solid 1px #003f96;
}
.cloudSectionCase .points .pointLead {
  margin-bottom: 5px;
}

/* cloudSectionDescription */
.cloudSectionDescription .description li {
  margin-bottom: 10px;
}
.cloudSectionDescription .description dt {
  padding: 5px;
  background: #535353;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.cloudSectionDescription .toDetail {
  text-align: center;
}
.cloudSectionDescription .toDetail a {
  display: block;
  padding: 10px 10px 10px 10px;
  border: solid 1px #0b60b6;
  font-weight: bold;
}

/* enterprise */
.cloudSectionDescription .enterprise {
	margin-bottom: 20px;
}
.cloudSectionDescription .enterprise dt img {
	max-width: 237px;
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.cloudSectionDescription .enterprise dd {
	border-radius: 0 6px 6px 6px;
	padding: 12px 15px;
	background-color: #014099;
	color: #fff;
	font-weight: bold;
}
.cloudSectionDescription .enterprise dd .text {
	font-size: 12px;
	font-weight: bold;
}
.cloudSectionDescription .enterprise dd .text span {
	font-size: 10px;
}
.cloudSectionDescription .enterprise dd .btn {
	margin: 15px 0 0 0;
}

.cloudSectionDescription .enterprise table {
	width: 100%;
}

/* scanToMail */
.cloudSectionDescription .scanToMail {
	border: solid 2px #3682d1;
	padding: 10px;
}
.cloudSectionDescription .scanToMail .title {
	margin: 0;
	color: #3682d1;
}
.cloudSectionDescription .scanToMail ol {
	overflow: hidden;
}
.cloudSectionDescription .scanToMail li {
	box-sizing: border-box;
	padding-right: 5px;
	float: left;
	width: 50%;
	overflow: hidden;
	font-size: 12px;
}
.cloudSectionDescription .scanToMail li .num {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	text-align: center;
	background: #0b60b6;
	color: #fff;
	margin: 3px 3px 0 0;
}
.cloudSectionDescription .scanToMail li .text {
	overflow: hidden;
}


/* cloudSectionHowto */
.cloudSectionHowto hr {
  display: block;
  border: none;
  border-top: dotted 1px #0257ad;
  height: 1px;
  margin: 20px 0;
}
.cloudSectionHowto .flow {
  overflow: hidden;
}
.cloudSectionHowto .flow li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  counter-increment: flowCount;
  position: relative;
  float: left;
  width: 50%;
  padding-left: 20px;
  font-size: 12px;
}
.cloudSectionHowto .flow li .image {
  margin-bottom: 5px;
  padding-right: 15px;
}
.cloudSectionHowto .flow li:nth-of-type(odd) {
  clear: both;
}
.cloudSectionHowto .flow li:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: counter(flowCount);
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 14px;
  background: #0b60b6;
  color: #fff;
  font-weight: bold;
}

/* cloudSectionExample */
.cloudSectionExample .example {
  overflow: hidden;
}
.cloudSectionExample .example strong {
  font-weight: bold;
}
.cloudSectionExample .example .image {
  float: left;
  width: 30%;
  margin-right: 3%;
}
.cloudSectionExample .example .text {
  overflow: hidden;
}
.cloudSectionExample .example > p {
  clear: both;
}

/* cloudRenkei */
.cloudRenkei h2 {
  margin: 0 10px 10px;
}
.cloudRenkei .item {
  padding: 20px;
  border-bottom: dotted 1px #005ab4;
}
.cloudRenkei .item:last-child {
  border-bottom: none;
}
.cloudRenkei .item h3 {
  margin-bottom: 0.5em;
  font-size: 16px;
}
.cloudRenkei .item p {
  margin-bottom: 1em;
}
.cloudRenkei .item p:last-child {
  margin-bottom: 0;
}

/* trademarkInfo */
.trademarkInfo {
  margin: 30px 20px 20px 20px;
  padding: 10px;
  border: solid 2px #999999;
  font-size: 14px;
}

/* cloudTrademarkNotes */
.cloudTrademarkNotes {
  font-size: 11px;
}
.cloudTrademarkNotes li {
  overflow: hidden;
}
.cloudTrademarkNotes .mark {
  float: left;
  margin-right: 0.2em;
}
.cloudTrademarkNotes .text {
  display: block;
  overflow: hidden;
}

/* cloudExpander */
.cloudExpander {
  margin: 0;
  padding: 0;
}
.cloudExpander .expandHeader {
	margin: 0;
	padding: 15px 32px 15px 15px;
	font-size: 14px !important;
	font-weight: bold !important;
	color: #000;
	cursor: pointer;
}
#container .cloudExpander:nth-child(odd) .expandHeader {
	background: transparent url(/s/common/images/ico_nav_link_01.gif) no-repeat 96% center;
	border-left: 8px solid #0080cc !important;
	border-bottom: 1px solid #0080cc !important;
}
#container .cloudExpander:nth-child(even) .expandHeader {
	background: transparent url(/s/common/images/ico_nav_link_02.gif) no-repeat 96% center;
	border-left: 8px solid #0053a4 !important;
	border-bottom:1px solid #0053a4 !important;
}

#container .cloudExpander .expandHeader.open {
	background: transparent url(/s/common/images/ico_link_02.png) no-repeat 96% center;
}

.cloudExpander .expandMain {
  padding: 10px 15px;
}
#container .cloudExpander:nth-child(odd) .expandMain {
	border-bottom: 1px solid #0080cc;
}
#container .cloudExpander:nth-child(even) .expandMain {
	border-bottom:1px solid #0053a4;
}

/* cloudEnterpriseScene */
.cloudEnterpriseScene .easyPrint {
	border: solid 2px #0257ad;
}
.cloudEnterpriseScene .easyPrint h3 {
	margin: 0;
	padding: 5px;
	background: #e9f4ff;
	text-align: center;
	color: #0257ad;
}
.cloudEnterpriseScene .easyPrint dl {
	margin: 0;
	padding: 10px;
}
.cloudEnterpriseScene .easyPrint dt {
	color: #0257ad;
}

/* cloudEnterpriseSystem */
.cloudEnterpriseSystem h4 {
	color: #0257ad;
}
.cloudEnterpriseSystem h5 {
	color: #0257ad;
	border-left: solid 5px #0257ad;
	padding-left: 5px;
}

/* cloudEnterpriseAdmin */
.cloudEnterpriseAdmin .flow dt span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	background: #0257ad;
	color: #fff;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 5px;
}

/* cloudMailprintNav */
.cloudMailprintNav {
	margin: 10px;
}
.cloudMailprintNav ul {
}
.cloudMailprintNav li {
	margin-bottom: 2px;
	font-size: 12px;
	line-height: 1.3;
}
.cloudMailprintNav a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 10px;
	border: solid 1px #014099;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.cloudMailprintNav span {
	display: block;
	padding-left: 18px;
	background: url(/s/products/bizprinter/connect/images/mailprint/icn_nav_mailprint.png) no-repeat left center;
	background-size: 13px 13px;
}
.cloudMailprintTop .top a,
.cloudMailprintHotel .hotel a,
.cloudMailprintEnterprise .enterprise a {
	background-color: #e1ecf8;
}

/* cloudSectionPremium */
.cloudSectionPremium .expandMain {
	background: #eef9fd;
}
.cloudSectionPremium td {
	background: #fff;
}
.cloudSectionPremium h4 {
	color: #0257ad;
}
.cloudSectionPremium h4 span {
	margin-right: 0.2em;
	font-size: 20px;
}

.cloudSectionPremium .priorityPrint {
	background: #f3f3f3;
	padding: 15px;
}
.cloudSectionPremium .priorityPrint img {
	width: 100%;
	height: auto;
}
.cloudSectionPremium .priorityPrint dl {
	font-size: 12px;
}
.cloudSectionPremium .priorityPrint dl span {
	font-size: 11px;
}

.cloudSectionPremium .lineup {
	background: #014099;
	color: #fff;
}
.cloudSectionPremium .lineup h3 {
	background: #eef9fd;
}
.cloudSectionPremium .lineup h3 img {
	display: block;
}
.cloudSectionPremium .lineup dl {
	margin: 10px 10px 0 10px;
}
.cloudSectionPremium .lineup ul {
	padding: 10px 10px 2px 10px;
}
.cloudSectionPremium .lineup li {
	margin-bottom: 10px;
}
.cloudSectionPremium .lineup li img {
	width: 100%;
	height: auto;
}

.cloudSectionPremium .toDetail {
  text-align: center;
}
.cloudSectionPremium .toDetail a {
  display: block;
  padding: 10px 10px 10px 10px;
  border: solid 1px #0b60b6;
  font-weight: bold;
}

/* cloudHotelScene */
.cloudHotelScene ul {
	width: 80%;
	margin: 0 auto;
}
.cloudHotelScene li {
	text-align: center;
}
.cloudHotelScene .flow {
  font-size: 12px;
}
.cloudHotelScene .flow li {
  margin-bottom: 10px;
  padding-bottom: 30px;
  background: url(/s/products/bizprinter/connect/common/images/ico_arw_caseflow.png) no-repeat center bottom;
  background-size: 56px 20px;
  text-align: center;
}
.cloudHotelScene .flow li:last-child {
  padding-bottom: 0;
  background: none;
}
.cloudHotelScene .flow img {
  display: block;
  margin: 0 auto 10px;
}
.cloudHotelScene .flow li p {
	margin: 0;
}
.cloudHotelScene .flow li span {
	display: block;
}
.cloudHotelScene .flow li .num {
	float: left;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 14px;
	background: #0b60b6;
	color: #fff;
	font-weight: bold;
}
.cloudHotelScene .flow li .text {
	overflow: hidden;
}



/* cloudDownloadTable */
.cloudDownloadTable {
	width: 100%;
}
.cloudDownloadTable th,
.cloudDownloadTable td {
	padding: 10px;
	border: solid 1px #d8d8d8;
}
.cloudDownloadTable th {
	background: #505050;
	text-align: center;
	color: #fff;
}
.cloudDownloadTable td sup {
	font-size: 72.5%;
}


/* cloudHotelHowto */
.cloudHotelHowto {
}
.cloudHotelHowto .flow {
	margin: 0 auto;
	width: 278px;
	background: url(/s/products/bizprinter/connect/images/mailhotel/img_flow_arw_01.png) no-repeat center top;
	background-size: 30px 123px;
}
.cloudHotelHowto .flow.print {
	background: none;
}
.cloudHotelHowto .flow li {
	width: 124px;
}
.cloudHotelHowto .flow li.left {
	float: left;
}
.cloudHotelHowto .flow li.right {
	float: right;
}
.cloudHotelHowto .flow li.last {
	width: auto;
	text-align: center;
}
.cloudHotelHowto .flow li .image {
	margin-bottom: 8px;
}
.cloudHotelHowto .flow li p {
	margin: 0;
	font-size: 12px;
	overflow: hidden;
}
.cloudHotelHowto .flow li .num {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	text-align: center;
	background: #0b60b6;
	color: #fff;
	margin: 0 3px 0 0;
}
.cloudHotelHowto .flow li .text {
	display: block;
	overflow: hidden;
}
.cloudHotelHowto .flow li.last .num,
.cloudHotelHowto .flow li.last .text {
	display: inline-block;
	float: none;
	margin: 0 2px;
	vertical-align: middle;
}
.cloudHotelHowto .flowNext {
	margin: 0;
	padding: 10px;
	text-align: center;
}

.labelNew {
	display: inline-block;
	border-radius: 3px;
	padding: 3px 5px;
	background: #f00;
	color: #fff;
	font-weight: bold;
	line-height: 1.0;
	vertical-align: middle;
}
