@charset "utf-8";

/*-----------------------------------------
pageTitle
-----------------------------------------*/
body.cloud #contents #pageTitle {
	background: #2F95CC;
	background: linear-gradient(160deg, #2F95CC 0%,#2F95CC 60%,#44A0D1 60%,#44A0D1 100%);
}

body.install #contents #pageTitle {
	background: #D14040;
	background: linear-gradient(160deg, #D14040 0%,#D14040 60%,#D65353 60%,#D65353 100%);
}

#contents #pageTitle h3 {
	float: left;
}

#contents #pageTitle .icon {
	float: left;
}

body.cloud #contents #pageTitle .icon {
	background: url(../images/icon_cloud_white.png) no-repeat 0 50%;
	background-size: auto 26px;
}

body.install #contents #pageTitle .icon {
	background: url(../images/icon_install_white.png) no-repeat 8px 50%;
	background-size: auto 30px;
}

#contents #pageTitle .category {
	float: left;
	background: #FFF;
	margin: 3px 0 0 20px;
	padding: 0 0.8em;
	line-height: 24px;
	border-radius: 12px;
	font-size: 13px;
}

body.cloud #contents #pageTitle .category {
	color: #2F95CC;
}

body.install #contents #pageTitle .category {
	color: #D14040
}

#contents #pageTitle p {
	float: left;
	border-left: 1px solid #FFF;
	margin: 0 0 0 30px;
	padding-left: 30px;
	line-height: 200%;
	font-size: 15px;
	color: #FFF;
}

/*-----------------------------------------
products
-----------------------------------------*/
/* anchor
-----------------------------------------*/
#contents #anchor {
	border-bottom: 1px solid #DDD;
}

#contents #anchor ul {
	width: 1000px;
	margin: 0 auto;
}

#contents #anchor ul:after {
	content: "";
	clear: both;
	display: block;
}

#contents #anchor ul li {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 17px;
}

#contents #anchor ul li a {
	display: block;
	text-decoration: none;
	background: url(../images/bg_anchor.gif) no-repeat 100% 50%;
	padding: 20px 0;
}

#contents #anchor ul li:last-child a {
	background: none;
}

#contents #anchor ul li a span {
	padding-left: 20px;
}

body.cloud #contents #anchor ul li a span {
	background: url(../images/bg_anchor_cloud.png) no-repeat 0 50%;
	background-size: 10px auto;
}

body.install #contents #anchor ul li a span {
	background: url(../images/bg_anchor_install.png) no-repeat 0 50%;
	background-size: 10px auto;
}

/* screen
-----------------------------------------*/
#contents #screen .inner {
	position: relative;
}

#contents #screen .slide {
	border: 0px solid #DDD;
	width: 796px;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	overflow: hidden;
}

#contents #screen .slide ul {
	position: relative;
}

#contents #screen .slide ul:after {
	content: "";
	clear: both;
	display: block;
}

#contents #screen .slide ul li {
	float: left;
}

#contents #screen .prev,
#contents #screen .next {
	position: absolute;
	top: 50%;
	margin-top: -72px;
}

#contents #screen .prev a,
#contents #screen .next a {
	display: block;
	width: 25px;
	height: 45px;
	padding: 10px;
}

#contents #screen .prev {
	left: 0;
}

#contents #screen .next {
	right: 0;
}

body.cloud #contents #screen .prev a {
	background: url(../../cloud/images/icon_prev.png) no-repeat 50% 50%;
}

body.cloud #contents #screen .next a {
	background: url(../../cloud/images/icon_next.png) no-repeat 50% 50%;
}

body.install #contents #screen .prev a {
	background: url(../../install/images/icon_prev.png) no-repeat 50% 50%;
}

body.install #contents #screen .next a {
	background: url(../../install/images/icon_next.png) no-repeat 50% 50%;
}

#contents #screen .indicator {
	margin-top: 20px;
	text-align: center;
	font-size: 0;
}

#contents #screen .indicator ul {
	display: inline-block;
}

#contents #screen .indicator li {
	display: inline-block;
	margin: 0 10px;
}

#contents #screen .indicator li a {
	display: block;
	border-radius: 5px;
	background: #CCC;
	width: 10px;
	height: 10px;
}

body.cloud #contents #screen .indicator li.current a {
	background-color: #2F95CC;
}

body.install #contents #screen .indicator li.current a {
	background-color: #D14040;
}

/* function
-----------------------------------------*/
#contents #function {
	text-align: center;
}

#contents #function section {
	padding-bottom: 0;
}

#contents #function section h5 {
	display: inline-block;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	color: #000;
}

#contents #function nav {
	background: #EEE;
	padding: 25px 20px 10px 20px;
	font-weight: 500;
	font-size: 0;
}

#contents #function nav li {
	display: inline-block;
	line-height: 120%;
	margin: 0 10px 15px 10px;
	font-size: 13px;
}

#contents #function nav li a {
	padding-left: 20px;
	text-decoration: none;
	color: #000;
}

body.cloud #contents #function nav li a {
	background: url(../images/bg_anchor_cloud.png) no-repeat 0 50%;
	background-size: 10px auto;
}

body.install #contents #function nav li a {
	background: url(../images/bg_anchor_install.png) no-repeat 0 50%;
	background-size: 10px auto;
}

#contents #function section ul.first {
	margin-top: -20px;
}

#contents #function section .column2,
#contents #function section .column3 {
	text-align: left;
	font-size: 0;
}

#contents #function section .column2 li,
#contents #function section .column3 li {
	display: inline-block;
	margin-top: 60px;
	vertical-align: top;
	font-size: 13px;
}

#contents #function section .column2 li {
	margin-right: 60px;
	width: 470px;
}

#contents #function section .column2 li:nth-child(2n) {
	margin-right: 0;
}

#contents #function section .column3 li {
	margin-right: 65px;
	width: 290px;
}

#contents #function section .column3 li:nth-child(3n) {
	margin-right: 0;
}

#contents #function section ul li h6 {
	margin-bottom: 0.5em;
	font-size: 18px;
	font-weight: 500;
	line-height: 160%;
}

body.cloud #contents #function section ul li h6 {
	color: #2C92CC;
}

body.install #contents #function section ul li h6 {
	color: #D14040
}

#contents #function section .column2 li figure,
#contents #function section .column3 li figure {
	margin-top: 1em;
	text-align: center;
}

/* environment
-----------------------------------------*/
#contents #environment table {
	width: 100%;
}

#contents #environment table th {
	border: 1px solid #DDD;
	padding: 15px 20px;
	line-height: 140%;
	font-weight: 500;
	color: #FFF;
}

body.cloud #contents #environment table th {
	background: #2F95CC;
}

body.install #contents #environment table th {
	background: #D14040;
}

#contents #environment table td {
	border: 1px solid #DDD;
	padding: 15px 20px;
	line-height: 140%;
}

/* price
-----------------------------------------*/
#contents #price {
	padding-bottom: 0;
}

#contents #price dl {
	display: table;
	margin-bottom: 1em;
	border-radius: 3px;
	font-weight: 500;
	width: 100%;
}

body.cloud #contents #price dl {
	border: 1px solid #2F95CC;
}

body.install #contents #price dl {
	border: 1px solid #D14040;
}

#contents #price dl dt {
	display: table-cell;
	padding: 40px 0;
	vertical-align: middle;
	text-align: center;
	width: 400px;
	line-height: 140%;
	font-size: 20px;
	color: #FFF;
}

#contents #price dl dd {
	display: table-cell;
	padding: 30px 0;
	text-align: center;
	vertical-align: middle;
	font-size: 35px;
}

#contents #price dl dd span {
	font-size: 20px;
}

body.cloud #contents #price dl dt {
	background: #2F95CC;
}

body.install #contents #price dl dt {
	background: #D14040;
}

body.cloud #contents #price dl dd {
	color: #2F95CC;
}

body.install #contents #price dl dd {
}

#contents #price .button {
	margin-top: 40px;
}

#contents #price .button a {
	display: block;
	margin: 5px auto 0 auto;
	padding: 18px 0;
	font-size: 16px;
	text-align: center;
}

#contents #price .button a span {
	display: inline-block;
	background-size: 21px auto;
	padding-left: 31px;
	text-align: left;
	text-decoration: underline;
}


@media all and (max-width: 599px){
	/*-----------------------------------------
	pageTitle
	-----------------------------------------*/
	body.cloud #contents #pageTitle .icon {
		background-size: auto 20px;
	}

	body.install #contents #pageTitle .icon {
		background-size: auto 21px;
	}

	#contents #pageTitle .category {
		margin: 5px 0 0 15px;
		line-height: 20px;
		border-radius: 10px;
		font-size: 11px;
	}

	#contents #pageTitle p {
		clear: both;
		border-left: none;
		margin: 10px 0 0 0;
		padding-left: 0;
		line-height: 160%;
		font-size: 12px;
	}

	/*-----------------------------------------
	products
	-----------------------------------------*/
	/* anchor
	-----------------------------------------*/
	#contents #anchor {
		border: none;
	}

	#contents #anchor ul {
		width: auto;
	}

	#contents #anchor ul li {
		float: left;
		width: 50%;
		text-align: center;
		font-size: 13px;
	}

	#contents #anchor ul li a {
		border-right: 1px solid #DDD;
		border-bottom: 1px solid #DDD;
		background: none;
		padding: 8px 0;
	}

	#contents #anchor ul li:nth-child(2n) a {
		border-right: none;
	}

	#contents #anchor ul li a span {
		padding-left: 16px;
	}

	/* screen
	-----------------------------------------*/
	#contents #screen .slide {
		width: auto;
		margin: 0;
	}

	#contents #screen .slide img {
		width: 100%;
	}

	#contents #screen .prev,
	#contents #screen .next {
		display: none!important;
	}

	#contents #screen .indicator {
		margin-top: 20px;
	}

	/* function
	-----------------------------------------*/
	#contents #function section h5 {
		padding-bottom: 5px;
		font-size: 16px;
	}

	#contents #function nav {
		padding: 15px 15px 5px 15px;
	}

	#contents #function nav li {
		display: inline-block;
		margin-bottom: 10px;
		font-size: 13px;
	}

	#contents #function nav li a {
		padding-left: 16px;
	}

	#contents #function section ul.first {
		margin-top: -10px;
	}

	#contents #function section .column2 li,
	#contents #function section .column3 li {
		margin-top: 50px;
	}

	#contents #function section .column2 li {
		margin-right: 0;
		width: 100%;
	}

	#contents #function section .column3 li {
		margin-right: 0;
		width: 100%;
	}

	#contents #function section ul li h6 {
		font-size: 15px;
		line-height: 160%;
	}

	#contents #function section .column2 li figure img,
	#contents #function section .column3 li figure img {
		width: 100%;
	}

	/* environment
	-----------------------------------------*/
	#contents #environment table th {
		width: 30%;
	}

	/* price
	-----------------------------------------*/
	#contents #price {
		padding-bottom: 0;
	}

	#contents #price dl dt {
		padding: 10px;
		width: 45%;
		font-size: 13px;
	}

	#contents #price dl dd {
		padding: 10px;
		font-size: 15px;
	}

	#contents #price dl dd span {
		font-size: 13px;
	}

	#contents #price .button {
		margin-top: 30px;
	}

	#contents #price .button a {
		line-height: 160%;
		margin-right: 20px;
		margin-left: 20px;
		padding: 15px 20px;
		width: auto;
		font-size: 14px;
	}

	#contents #price li a .name {
		margin: 20px 0;
	}
}