﻿@charset "UTF-8";
/*=====================================
初期設定
=====================================*/
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	color: #161616;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
}
/* タグのリセット */
h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, caption, img, form, blockquote, label {
	padding: 0px;
	margin: 0px;
	border: none;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
}
table, th, td {
/*	border: none;*/
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 160%;
	list-style-type: none;
}
/* テキストエリア内文字サイズのブラウザ間での統一 */
textarea {
	font-size: 100%;
}
/* 画像の下にできる隙間を除去 */
/* 画像綺麗に縮小 */
img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic; 
}
/* float解除 */
.clear {
	clear: both;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
}
.cont-left {
	float: left;
	padding-right: 16px;
	padding-bottom: 12px;
}
.cont-right {
	float: right;
	padding-left: 16px;
	padding-bottom: 12px;
}
.cont-left p {
	font-size:10px !important;
}
.cont-right p {
	font-size:10px !important;
}
.f10 {
	font-size: 10px !important;
}
.f16 {
	font-size: 16px !important;
}
.f18 {
	font-size: 18px !important;
}
.f20 {
	font-size: 20px !important;
}
/*=====================================
基本レイアウト
=====================================*/

a {
	color: #0088cc;
	text-decoration: underline;
}
a:hover {
	color: #2fb7fb;
	text-decoration: none;
}
strong {
	color: #f64938;
}
a strong {
	color: #f64938;
	text-decoration: none;
}
.mtop10 {
	margin-top: 10px !important;
}
.mtop20 {
	margin-top: 20px !important;
}
.mbtm10 {
	margin-bottom: 10px !important;
}
.mbtm25 {
	margin-bottom: 25px !important;
}
.mbtm50 {
	margin-bottom: 50px !important;
}
.mbtm80 {
	margin-bottom: 80px !important;
}
.contentsbox {
	width: 950px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
    letter-spacing: -.40em;
}
.contentsbox h1, .contentsbox h2, .contentsbox h3, .contentsbox h4, .contentsbox h5,
.contentsbox p, .contentsbox ul, .contentsbox ul li, .contentsbox table, .contentsbox a {
	letter-spacing: normal;
}
#PAGETOP {
	z-index: 999;
	position: fixed;
    right: 30px;
    bottom: 20px;
}
#PAGETOP a {
	display: block;
	width: 56px;
	height: 56px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;	
}
.fixed {
	width: 100%;
	position: fixed;
	top:0;
	z-index: 100000;
	margin-left: auto;
	margin-right: auto;
}
/*=====================================
ヘッダー
=====================================*/

header {
	position: relative;
	width: 950px;
	height: 115px;
	margin-left: auto;
	margin-right: auto;
}
header h1 {
	position: absolute;
	top: 34px;
	left: 0;
	width: 231px;
	height: 73px;
	background-image: url(../site-img/header_logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
header p#HEADER-CATCH {
	position: absolute;
	top: 55px;
	left: 244px;
	width: 315px;
	height: 33px;
	font-size: 13px;
	font-weight: bold;
	line-height: 140%;
	overflow: hidden;
}
header h2#HEADER-USER-TITLE {
	position: absolute;
	top: 23px;
	left: 600px;
	width: 219px;
	height: 21px;
	background-image: url(../site-img/header_user.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
header h2#HEADER-USER2-TITLE {
	position: absolute;
	top: 23px;
	left: 600px;
	width: 219px;
	height: 21px;
	background-image: url(../site-img/header_user.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
header div#HEADER-USER {
	position: absolute;
	top: 44px;
	left: 600px;
	width: 350px;
	height: 100px;
	background-color: #e8e8e8;
	border-radius: 6px;
	text-align: center;
	overflow: hidden;
}
header div#HEADER-USER ul {
    letter-spacing: -.40em;
}
header div#HEADER-USER ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
	width: 170px;
}
header div#HEADER-USER ul li a {
	display: block;
	margin-left: 5px;
	margin-right: 5px; 
	background-repeat: no-repeat;
	text-indent: -9999px;
}

header div#HEADER-USER2 {
	position: absolute;
	top: 44px;
	left: 600px;
	width: 350px;
	height: 100px;
	background-color: #e8e8e8;
	border-radius: 6px;
	text-align: center;
	overflow: hidden;
}
header div#HEADER-USER2 ul {
    letter-spacing: -.40em;
}
header div#HEADER-USER2 ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
	width: 116px;
}
header div#HEADER-USER2 ul li a {
	display: block;
	margin-left: 5px;
	margin-right: 5px; 
	background-repeat: no-repeat;
	text-indent: -9999px;
}




a#HEADER-BTN-LOGIN2 {
	width: 274px;
	height: 28px;
	background-image: url(../site-img/btn_login2.jpg);
}
a#HEADER-BTN-LOGIN2:hover {
	background-position: left -28px;
}


header div#HEADER-USER h3 {
	width: 141px;
	height: 28px;
	margin: 0 auto;
	background-image: url(../site-img/header_helpdesk.gif);
	background-repeat: no-repeat;
	background-position: left 11px;
	text-indent: -9999px;
	overflow: hidden;
}

header div#HEADER-USER2 h3 {
	height: 28px;
	margin: 0 auto;
	background-image: url(../site-img/header_helpdesk_new.gif);
	background-repeat: no-repeat;
	background-position: left 11px;
	text-indent: -9999px;
	overflow: hidden;
}

a#HEADER-BTN-OPERATOR {
	width: 160px;
	height: 24px;
	background-image: url(../site-img/btn_operator.jpg);
}
a#HEADER-BTN-CLIANT {
	width: 160px;
	height: 24px;
	background-image: url(../site-img/btn_cliant.jpg);
}
a#HEADER-BTN-OPERATOR2 {
	width: 111px;
	height: 24px;
	background-image: url(../site-img/btn_operator_small.jpg);
}
a#HEADER-BTN-CLIENT2 {
	width: 111px;
	height: 24px;
	background-image: url(../site-img/btn_client_small.jpg);
}
a#HEADER-BTN-LIGHT4 {
	width: 110px;
	height: 24px;
	background-image: url(../site-img/btn_light4_small.jpg);
}


a#HEADER-BTN-OPERATOR:hover,
a#HEADER-BTN-CLIANT:hover,
a#HEADER-BTN-OPERATOR2:hover,
a#HEADER-BTN-CLIENT2:hover,
a#HEADER-BTN-LIGHT4:hover {
	background-position: left -24px;
}
header nav#HEADER-SUBMENU {
	position: absolute;
	top: 132px;
	left: 0;
	width: 500px;
	height: 20px;
}


header nav#HEADER-SUBMENU ul {
    letter-spacing: -.40em;
}
header nav#HEADER-SUBMENU ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
	padding-left: 16px;
	padding-right: 17px;
	background-image: url(../site-img/point_arrow2.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	font-size: 11px;
}
header nav#HEADER-SUBMENU ul li a {
	color: #939393;
	text-decoration: none;
}
header nav#HEADER-SUBMENU ul li a:hover {
	color: #2fb7fb;
}

#partner_link {display: block; text-align: center; background:#F76556; color:#fff; border-radius: 6px; padding:2px; text-decoration: none;
font-size:12px; font-weight: bold;box-sizing: border-box;
position: absolute;
    top: 110px;
    left: 660px;
    width: 292px;}
#partner_link:hover {background:#FF9D93; transition: 0.3s; }

*:hover {transition: 0.3s;}
/*=====================================
メインメニュー
=====================================*/

nav#HEADER-GLOBALMENU {
	width: 100%;
	height: auto;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	background-color:#FFFFFF;
	z-index: 100000;
}
nav#HEADER-GLOBALMENU ul {
    	letter-spacing: -.40em;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 9px;
	padding-bottom: 9px;
	display:block;
}
nav#HEADER-GLOBALMENU ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
	padding-left: 15px;
	padding-right: 14px;
	background-image: url(../site-img/icon_sq_gray.png);
	background-repeat: no-repeat;
	background-position: left 11px;
	vertical-align: top;
}
nav#HEADER-GLOBALMENU ul li a {
	display: block;
	color: #3a3631;
	font-size: 14px;
	font-weight: bold;
	line-height: 235%;
	text-align: center;
	text-decoration: none;
}
nav#HEADER-GLOBALMENU ul li a:hover {
	color: #c7c7c7;
}
nav#HEADER-GLOBALMENU ul li.btn_trial a {
	display: block;
	width: 205px;
	height: 28px;
	margin-right: -28px;
	padding-left: 0px !important;
	padding-right: 0px !important;
	background-image: url(../site-img/btn_trial.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	overflow: hidden;
}
nav#HEADER-GLOBALMENU ul li.btn_trial a:hover {
	background-position: left -28px;
}

/*=====================================
フッター
=====================================*/

footer {
	clear: both;
	position: relative;
	background-color: #f2f2f2;
	color: #939393;
}
footer div {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 60px;
}
.footer_logo {
	float: left;
}
ul.footer_menu {
    letter-spacing: -.40em;
	margin-left: 200px;
}
ul.footer_menu li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
	padding-left: 6px;
	padding-right: 25px;
	background-image: url(../site-img/dotpattern_point.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 11px;
}
ul.footer_menu li a {
	color: #939393;
}
ul.footer_menu li a:hover {
	color: #2fb7fb;
}
#FOOTER-USER {
	position: relative;
	width: 750px;
	height: 72px;
	margin-left: 200px;
	margin-bottom: 36px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #ffffff;
	border-radius: 6px;
	overflow: hidden;
}
#FOOTER-USER h2 {
	position: absolute;
	top: 16px;
	left: 12px;
	width: 233px;
	height: 12px;
	background-image: url(../site-img/footer_user.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#FOOTER-USER ul {
    letter-spacing: -.40em;
	font-size: 11px;
	line-height: 160%;
}
#FOOTER-USER ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
	padding-left: 11px;
	padding-right: 11px;
	background-image: url(../site-img/dotpattern_point.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#FOOTER-USER ul li:first-child {
	padding-left: 0px;
}
#FOOTER-USER ul li:last-child {
	padding-right: 0px;
	background-image: none;
}
#FOOTER-USER ul#FOOTER-USER-LIST1 {
	position: absolute;
	top: 44px;
	left: 12px;
	width: 220px;
	height: 19px;
}
#FOOTER-USER h3 {
	position: absolute;
	top: 44px;
	left: 238px;
	width: 205px;
	height: 19px;
	background-image: url(../site-img/footer_helpdesk.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#FOOTER-USER ul#FOOTER-USER-LIST2 {
	position: absolute;
	top: 44px;
	left: 455px;
	width: 290px;
	height: 19px;
}
p#FOOTER-OB {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
	margin-left: 30px;
	font-size: 11px;
	line-height: 150%;
	vertical-align: top;
}
p#FOOTER-OB span {
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 6px;
}
ul#FOOTER-OB-SOCIAL {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
	margin-left: 30px;
	vertical-align: bottom;
}
ul#FOOTER-OB-SOCIAL li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
	margin-right: 6px;
	font-size: 11px;
	line-height: 150%;
	vertical-align: top;
}
ul#FOOTER-OB-SOCIAL li a {
	color: #939393;
}
ul#FOOTER-OB-SOCIAL li a:hover {
	color: #2fb7fb;
}
.icon_twitter {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(../site-img/icon_twitter.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.icon_facebook {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(../site-img/icon_facebook.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.icon_obblog {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(../site-img/icon_obblog.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.icon_newwindow {
	padding-right: 18px;
	background-image: url(../site-img/icon_newwindow.gif);
	background-repeat: no-repeat;
	background-position: right 50%;
}
footer p#COPYRIGHT {
	background-color: #8f8f8f;
	color: #ffffff;
	font-size: 11px;
	line-height: 350%;
	text-align: center;
}


/*=====================================
トップページ
=====================================*/

section#TOP_LICENSE {
	background-color: #e8e8e8;
}
#TOP_LICENSE_ONPRE {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 460px;
	height: 244px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #ffffff;
	background-image: url(../site-img/top_icon_onpremises.gif);
	background-repeat: no-repeat;
	background-position: 17px 19px;
	border-radius: 4px;
	border-bottom: 2px solid #d1d1d1;
	vertical-align: top;
	position: relative;
}
#TOP_LICENSE_ONPRE a#ICON {
	text-indent: -9999px;
	display: block;
	height: 165px;
	width: 145px;
	position: absolute;
	left: 18px;
	top: 18px;
}
#TOP_LICENSE_ONPRE h2 {
	width: 275px;
	height: 45px;
	margin-top: 26px;
	margin-left: 164px;
	background-image: url(../site-img/top_title_onpremises.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#TOP_LICENSE_ONPRE ul {
	width: 275px;
	margin-left: 164px;
	margin-bottom: 12px;
}
#TOP_LICENSE_ONPRE ul li {
	padding-left: 20px;
	padding-bottom: 3px;
	background-image: url(../site-img/point_square.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	color: #919191;
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
}
#TOP_LICENSE_ONPRE p {
	margin-bottom: 20px;
	text-align: center;
}
a.btn_top_onpre {
	display: block;
	width: 202px;
	height: 28px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../site-img/btn_top_onpremises.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}
a.btn_top_onpre:hover {
	background-position: 0 -28px;
}
#TOP_LICENSE_CLOUD {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 460px;
	height: 244px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #ffffff;
	background-image: url(../site-img/top_icon_cloud.gif);
	background-repeat: no-repeat;
	background-position: 17px 19px;
	border-radius: 4px;
	border-bottom: 2px solid #d1d1d1;
	vertical-align: top;
	position: relative;
}
#TOP_LICENSE_CLOUD a#ICON {
	text-indent: -9999px;
	display: block;
	height: 165px;
	width: 145px;
	position: absolute;
	left: 18px;
	top: 18px;
}
#TOP_LICENSE_CLOUD h2 {
	width: 275px;
	height: 45px;
	margin-top: 26px;
	margin-left: 164px;
	background-image: url(../site-img/top_title_cloud.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#TOP_LICENSE_CLOUD ul {
	width: 275px;
	margin-left: 164px;
	margin-bottom: 12px;
}
#TOP_LICENSE_CLOUD ul li {
	padding-left: 20px;
	padding-bottom: 3px;
	background-image: url(../site-img/point_square.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	color: #919191;
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
}
#TOP_LICENSE_CLOUD p {
	margin-bottom: 20px;
	text-align: center;
}
a.btn_top_cloud {
	display: block;
	width: 202px;
	height: 28px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../site-img/btn_top_cloud.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}
#TOP_LICENSE_ONPRE h2 a, #TOP_LICENSE_CLOUD h2 a{
	display:block;
}

a.btn_top_cloud:hover {
	background-position: 0 -28px;
}
section#FUNCTION {
	padding-top: 24px;
	padding-bottom: 24px;
	border-top: 3px solid #d6d6d6;
	border-bottom: 3px solid #d6d6d6;
}
section#FUNCTION h2 {
	display: inline-block;
	*display: inline;
	*zoom: 1;	
	width: 195px;
	height: 195px;
	background-image: url(../site-img/top_title_function00.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	vertical-align: top;
}
section#FUNCTION div {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 220px;
	border-right: 1px solid #d6d6d6;
	vertical-align: top;
	overflow: hidden;
}
#FUNC01, #FUNC02, #FUNC03 {
	padding-left: 23px;
	padding-right: 23px;
}
#FUNC01 h3 {
	width: 240px;
	height: 90px;
	background-image: url(../site-img/top_title_function01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#FUNC02 h3 {
	width: 240px;
	height: 90px;
	background-image: url(../site-img/top_title_function02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#FUNC01 p, #FUNC02 p {
	width: 240px;
	color: #696969;
	font-size: 14px;
	line-height: 150%;
}
#FUNC03 p {
	width: 132px;
}
section#FUNCTION-IN {
	width:680px;
	float:right;
	padding-top: 24px;
	padding-bottom: 24px;
	border-top: 3px solid #d6d6d6;
	border-bottom: 3px solid #d6d6d6;
}
section#FUNCTION-IN div {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 220px;
	border-right: 1px solid #d6d6d6;
	vertical-align: top;
	overflow: hidden;
}
#FUNC01-IN, #FUNC02-IN, #FUNC03-IN {
	padding-left: 10px;
	padding-right: 10px;
}
#FUNC01-IN h3 {
	width: 240px;
	height: 90px;
	background-image: url(../site-img/top_title_function01.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#FUNC02-IN h3 {
	width: 240px;
	height: 90px;
	background-image: url(../site-img/top_title_function02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#FUNC01-IN p, #FUNC02-IN p {
	width: 240px;
	color: #696969;
	font-size: 13px;
	line-height: 150%;
}
#FUNC03-IN p {
	width: 132px;
}
a.btn_top_helpdesk {
	display: block;
	width: 198px;
	height: 28px;
	margin-top: 13px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../site-img/btn_function01.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}
a.btn_top_helpdesk:hover {
	background-position: 0 -28px;
}
a.btn_top_remote {
	display: block;
	width: 198px;
	height: 28px;
	margin-top: 13px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../site-img/btn_function02.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}
a.btn_top_remote:hover {
	background-position: 0 -28px;
}
a.btn_top_webmt {
	display: block;
	width: 132px;
	height: 169px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../site-img/btn_function03.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}
a.btn_top_webmt:hover {
	background-position: 0 -169px;
}
section#TOP_RELEASE {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 440px;
	margin-right: 70px;
	vertical-align: top;
}
section#TOP_RELEASE div {
	width: 440px;
	height: 72px;
}
section#TOP_RELEASE div h2 {
	float: left;
	width: 212px;
	height: 36px;
	background-image: url(../site-img/top_title_release.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
section#TOP_RELEASE div a {
	float: right;
	display: block;
	width: 138px;
	height: 28px;
	background-image: url(../site-img/btn_top_info.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}
section#TOP_RELEASE a:hover {
	background-position: 0 -28px;
}
section#TOP_RELEASE ul {
	padding-bottom: 24px;
}
section#TOP_RELEASE ul li {
	padding-bottom: 22px;
	font-size: 14px;
	line-height: 150%;
}
section#TOP_RELEASE ul li span {
	display: block;
	padding-bottom: 5px;
	color: #9e9e9e;
	font-size: 11px;
	font-weight: bold;
	line-height: 150%;
}
section#TOP_CASE {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 440px;
	vertical-align: top;
}
section#TOP_CASE h2 {
	width: 440px;
	height: 72px;
	background-image: url(../site-img/top_title_case.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
section#TOP_CASE a img {
	margin-bottom: 7px;
	border: 10px solid #e8e8e8;
}
section#TOP_CASE a:hover img {
	border: 10px solid #f2f2f2;
}
section#TOP_CASE ul {
    letter-spacing: -.40em;
}
section#TOP_CASE ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
	width: 205px;
	margin-right: 30px;
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 150%;
	vertical-align: top;
	overflow: hidden;
}
section#TOP_CASE ul li:nth-child(even) {
	margin-right: 0px;
}
.point_arrow {
	display: block;
	padding-left: 10px;
	background-image: url(../site-img/point_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
.icon_new {
	border: none !important;
	vertical-align: middle;
}

h2.top-title-licence {
	background-image: url(../site-img/top_title_licence.gif);
	background-repeat: no-repeat;
	width:500px;
	height:36px;
	text-indent:-9999px;
	margin-bottom:20px;
	margin-left:220px;
}


/*==========　add.201409　　==================*/

#TOP-PCANYWHERE {
	margin-top: 18px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
#TOP-PCANYWHERE a {
	background-image: url(../site-img/top_btn_pcanywhere.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 200px;
	width: 950px;
}
#TOP-PCANYWHERE a:hover {
	background-position: left -200px;
}



/*=====================================
サイドメニュー
=====================================*/

section#SIDEMENU {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
	width: 230px;
	height: auto;
	margin-top: 0;
	vertical-align: top;
}
section#SIDEMENU h2 {
	width: 230px;
	height: 36px;
	background-image: url(../site-img/sidemenu_title.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
section#SIDEMENU nav ul {
	border-top: 1px solid #d6d6d6;
}
section#SIDEMENU nav ul li {
	padding-top: 0;
	border-bottom: 1px solid #d6d6d6;
}
section#SIDEMENU nav ul li.selected {
	background-image: url(../site-img/dotpattern_bg.gif);
	background-repeat: repeat;
}
section#SIDEMENU nav ul li a {
	display: block;
	padding-top: 13px;
	padding-bottom: 12px;
	padding-left: 20px;
	background-image: url(../site-img/point_arrow.png);
	background-repeat: no-repeat;
	background-position: 8px 18px;
	color: #696969;
	font-size: 13px;
	line-height: 150%;
	text-decoration: none;
}
section#SIDEMENU nav ul li a:hover {
	color: #2fb7fb;
}
section#SIDEMENU nav ul li.selected a {
	color: #9e9e9e;
}
section#SIDEMENU nav ul li.selected a:hover {
	color: #9e9e9e;
}


/*=====================================
内部パーツ
=====================================*/

section#PAGEBANNER {
	position: relative;
	width: 950px;
	height: 131px;
	margin-top: 0;
	background-image: url(../site-img/pagebanner_bg.gif);
	background-repeat: no-repeat;
	letter-spacing: normal;
	overflow: hidden;
}
section#PAGEBANNER h1 {
	position: absolute;
	top: 46px;
	left: 43px;
	color: #787878;
	font-size: 24px;
}
section#PAGEBANNER ul {
	position: absolute;
	top: 68px;
	left: 281px;
	width: 660px;
	height: 16px;
    letter-spacing: -.40em;
	overflow: hidden;
}
section#PAGEBANNER ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 10px;
	padding-right: 15px;
	background-image: url(../site-img/icon_topicpass.png);
	background-repeat: no-repeat;
	background-position: right 50%;
	letter-spacing: normal;
	color: #787878;
	font-size: 11px;
	line-height: 100%;
}
section#PAGEBANNER ul li:first-child {
	padding-left: 0;
}
section#PAGEBANNER ul li:last-child {
	background-image: none;
}
/* 汎用カラー */
section#CONTENTS-COMMON {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
	width: 680px;
	height: auto;
	margin-top: 0;
	margin-left: 40px;
	vertical-align: top;
}
section#CONTENTS-FULL,
section.CONTENTS-FULL
{
	letter-spacing: normal;
	width: 950px;
	height: auto;
	margin-top: 0;
	margin-left: 0;
	vertical-align: top;
}

section.CONTENTS-FULL h1.contentstitle1,
section#CONTENTS-COMMON h1.contentstitle1,
section#CONTENTS-FULL h1.contentstitle1 {
	margin-bottom: 20px;
	padding-top: 20px;
	padding-left: 36px;
	padding-bottom: 13px;
	border-top: 1px solid #d6d6d6;
	background-image: url(../site-img/dotpattern_line.gif);
	background-repeat: repeat-y;
	background-position: 11px 0;
	color: #8ba800;
	font-size: 22px;
	font-weight: bold;
	line-height: 140%;
}
section#CONTENTS-COMMON h1.contentstitle2,
section#CONTENTS-COMMON h2.contentstitle2,
section#CONTENTS-COMMON h3.contentstitle2,
section#CONTENTS-COMMON h4.contentstitle2,
section#CONTENTS-FULL h1.contentstitle2,
section#CONTENTS-FULL h2.contentstitle2,
section#CONTENTS-FULL h3.contentstitle2,
section#CONTENTS-FULL h4.contentstitle2,
section.CONTENTS-FULL h1.contentstitle2,
section.CONTENTS-FULL h2.contentstitle2,
section.CONTENTS-FULL h3.contentstitle2,
section.CONTENTS-FULL h4.contentstitle2
{
	margin-bottom: 20px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	background-color: #8f8f8f;
	border-bottom: 2px solid #757575;
	color: #ffffff !important;
	font-size: 17px;
	line-height: 140%;
}
section#CONTENTS-COMMON h1.contentstitle3,
section#CONTENTS-COMMON h2.contentstitle3,
section#CONTENTS-COMMON h3.contentstitle3,
section#CONTENTS-COMMON h4.contentstitle3,
section#CONTENTS-FULL h1.contentstitle3,
section#CONTENTS-FULL h2.contentstitle3,
section#CONTENTS-FULL h3.contentstitle3,
section#CONTENTS-FULL h4.contentstitle3,
section.CONTENTS-FULL h1.contentstitle3,
section.CONTENTS-FULL h2.contentstitle3,
section.CONTENTS-FULL h3.contentstitle3,
section.CONTENTS-FULL h4.contentstitle3{
	margin-bottom: 14px;
	padding-left: 29px;
	background-image: url(../site-img/point_common.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	color: #797979;
	font-size: 18px;
	font-weight: bold;
	line-height: 140%;
}
section#CONTENTS-COMMON h1.contentstitle4,
section#CONTENTS-COMMON h2.contentstitle4,
section#CONTENTS-COMMON h3.contentstitle4,
section#CONTENTS-COMMON h4.contentstitle4,
section#CONTENTS-FULL h1.contentstitle4,
section#CONTENTS-FULL h2.contentstitle4,
section#CONTENTS-FULL h3.contentstitle4,
section#CONTENTS-FULL h4.contentstitle4,
section.CONTENTS-FULL h1.contentstitle4,
section.CONTENTS-FULL h2.contentstitle4,
section.CONTENTS-FULL h3.contentstitle4,
section.CONTENTS-FULL h4.contentstitle4
{
	margin-bottom: 20px;
	padding-top: 9px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	border-top: 1px dotted #ababab;
	border-bottom: 1px dotted #ababab;
	color: #8ba800;
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
}
section#CONTENTS-COMMON div.framebox2,
section#CONTENTS-FULL div.framebox2,
section.CONTENTS-FULL div.framebox2 {
	margin-bottom: 30px;
	background-color: #f4fad9;
	border: 1px solid #b4d513;
}
section#CONTENTS-COMMON div.framebox2 p,
section#CONTENTS-FULL div.framebox2 p,
section.CONTENTS-FULL div.framebox2 p{
	margin-bottom: 0px !important;
	padding: 15px !important;
	color: #919191;
}

/* オンプレミス用 */
section#CONTENTS-ONPRE {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
/*	width: 680px; */
	height: auto;
	margin-left: 40px;
	vertical-align: top;
}
section#CONTENTS-ONPRE h1.contentstitle1 {
	margin-bottom: 20px;
	padding-top: 20px;
	padding-left: 36px;
	padding-bottom: 13px;
	border-top: 1px solid #d6d6d6;
	background-image: url(../site-img/dotpattern_line.gif);
	background-repeat: repeat-y;
	background-position: 11px 0;
	color: #3bc48f;
	font-size: 22px;
	font-weight: bold;
	line-height: 140%;
}
section#CONTENTS-ONPRE h1.contentstitle2,
section#CONTENTS-ONPRE h2.contentstitle2,
section#CONTENTS-ONPRE h3.contentstitle2,
section#CONTENTS-ONPRE h4.contentstitle2 {
	margin-bottom: 20px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	background-color: #8f8f8f;
	border-bottom: 2px solid #757575;
	color: #ffffff;
	font-size: 17px;
	line-height: 140%;
}
section#CONTENTS-ONPRE h1.contentstitle3,
section#CONTENTS-ONPRE h2.contentstitle3,
section#CONTENTS-ONPRE h3.contentstitle3,
section#CONTENTS-ONPRE h4.contentstitle3 {
	margin-bottom: 14px;
	padding-left: 29px;
	background-image: url(../site-img/point_onpremises.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	color: #797979;
	font-size: 18px;
	font-weight: bold;
	line-height: 140%;
}
section#CONTENTS-ONPRE h1.contentstitle4,
section#CONTENTS-ONPRE h2.contentstitle4,
section#CONTENTS-ONPRE h3.contentstitle4,
section#CONTENTS-ONPRE h4.contentstitle4 {
	margin-bottom: 20px;
	padding-top: 9px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	border-top: 1px dotted #ababab;
	border-bottom: 1px dotted #ababab;
	color: #3bc48f;
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
}
section#CONTENTS-ONPRE div.framebox2 {
	margin-bottom: 30px;
	background-color: #e0f4ed;
	border: 1px solid #a3e2ca;
}
section#CONTENTS-ONPRE div.framebox2 p {
	margin-bottom: 0px !important;
	padding: 15px !important;
	color: #919191;
}

/* クラウド用 */
section#CONTENTS-CLOUD {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
/*	width: 680px;  */
	height: auto;
	margin-left: 40px;
	vertical-align: top;
}
section#CONTENTS-CLOUD h1.contentstitle1 {
	margin-bottom: 20px;
	padding-top: 20px;
	padding-left: 36px;
	padding-bottom: 13px;
	border-top: 1px solid #d6d6d6;
	background-image: url(../site-img/dotpattern_line.gif);
	background-repeat: repeat-y;
	background-position: 11px 0;
	color: #1cafd8;
	font-size: 22px;
	font-weight: bold;
	line-height: 140%;
}
section#CONTENTS-CLOUD h1.contentstitle2,
section#CONTENTS-CLOUD h2.contentstitle2,
section#CONTENTS-CLOUD h3.contentstitle2,
section#CONTENTS-CLOUD h4.contentstitle2 {
	margin-bottom: 20px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	background-color: #8f8f8f;
	border-bottom: 2px solid #757575;
	color: #ffffff;
	font-size: 17px;
	line-height: 140%;
}
section#CONTENTS-CLOUD h1.contentstitle3,
section#CONTENTS-CLOUD h2.contentstitle3,
section#CONTENTS-CLOUD h3.contentstitle3,
section#CONTENTS-CLOUD h4.contentstitle3 {
	margin-bottom: 14px;
	padding-left: 29px;
	background-image: url(../site-img/point_cloud.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	color: #797979;
	font-size: 18px;
	font-weight: bold;
	line-height: 140%;
}
section#CONTENTS-CLOUD h1.contentstitle4,
section#CONTENTS-CLOUD h2.contentstitle4,
section#CONTENTS-CLOUD h3.contentstitle4,
section#CONTENTS-CLOUD h4.contentstitle4 {
	margin-bottom: 20px;
	padding-top: 9px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	border-top: 1px dotted #ababab;
	border-bottom: 1px dotted #ababab;
	color: #1cafd8;
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
}
section#CONTENTS-CLOUD div.framebox2 {
	margin-bottom: 30px;
	background-color: #dff2f7;
	border: 1px solid #93dbee;
}
section#CONTENTS-CLOUD div.framebox2 p {
	margin-bottom: 0px !important;
	padding: 15px !important;
	color: #919191;
}

/* 共用パーツ */
section#CONTENTS-COMMON p,
section#CONTENTS-FULL p,
section.CONTENTS-FULL p,
section#CONTENTS-ONPRE p,
section#CONTENTS-CLOUD p,
section#CONTENTS-PRIVATE p {
	margin-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	color: #696969;
	font-size: 14px;
	line-height: 150%;
}
section#CONTENTS-COMMON ul,
section#CONTENTS-FULL ul,
section.CONTENTS-FULL ul,
section#CONTENTS-ONPRE ul,
section#CONTENTS-CLOUD ul,
section#CONTENTS-PRIVATE ul {
	margin-bottom: 30px;
}
section#CONTENTS-COMMON ul li,
section#CONTENTS-FULL ul li,
section.CONTENTS-FULL ul li,
section#CONTENTS-ONPRE ul li,
section#CONTENTS-CLOUD ul li,
 section#CONTENTS-PRIVATE ul li {
	padding-left: 27px;
	padding-bottom: 10px;
	background-image: url(../site-img/icon_sq_red.png);
	background-repeat: no-repeat;
	background-position: 11px 6px;
	color: #696969;
	font-size: 14px;
	line-height: 150%;
}
section#CONTENTS-COMMON ol,
section#CONTENTS-FULL ol,
section.CONTENTS-FULL ol,
section#CONTENTS-ONPRE ol,
section#CONTENTS-CLOUD ol,
section#CONTENTS-PRIVATE ol {
	margin-left: 40px;
	margin-bottom: 30px;
}
section#CONTENTS-COMMON ol li,
section#CONTENTS-FULL ol li,
section.CONTENTS-FULL ol li,
section#CONTENTS-ONPRE ol li,
section#CONTENTS-CLOUD ol li,
section#CONTENTS-PRIVATE ol li {
	padding-left: 0px;
	padding-bottom: 10px;
	color: #696969;
	font-size: 14px;
	line-height: 150%;
	list-style-type: decimal;
}
section#CONTENTS-COMMON hr,
section#CONTENTS-FULL hr,
section.CONTENTS-FULL hr,
section#CONTENTS-ONPRE hr,
section#CONTENTS-CLOUD hr,
section#CONTENTS-PRIVATE hr {
	margin-bottom: 30px;
	color:#dadada;
	background-color:#dadada;
	border:none;
	width:100%;
	height:1px;
}
.tablebox {
	margin-bottom: 30px;
}
.tablebox table {
	border-collapse: collapse;
	color: #696969;
	font-size: 14px;
	line-height: 150%;
}
.tablebox table caption {
	padding: 6px 10px 4px 10px;
	background-color: #c5c5c5;
	border-top: 1px solid #d6d6d6;
	color: #ffffff;
	font-weight: bold;
	line-height: 150%;
	text-align: left;
}
.tablebox table th {
	padding: 6px 10px 4px 10px;
	background-color: #f2f2f2;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	text-align: left;
	vertical-align: top;
}
.tablebox table td {
	padding: 6px 10px 4px 10px;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	vertical-align: top;
}
.framebox1 {
	margin-bottom: 30px;
	background-color: #f2f2f2;
	border: 1px solid #d6d6d6;
}
.framebox1 p {
	margin-bottom: 0px !important;
	padding: 15px !important;
	color: #919191 !important;
}
.linkicon {
	padding-left: 12px;
	background-image: url(../site-img/point_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	font-size: 14px;
	line-height: 150%;
}
a.linkbtn1 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 6px 20px 2px 20px;
	background-color: #b4d514;
	border-radius: 4px;
	border-bottom: 2px solid #9dbd00;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
	text-decoration: none;
}
a.linkbtn1:hover {
	background-color: #c4e325;
	border-bottom: 2px solid #abcb06;
	color: #ffffff;
}
a.linkbtn2 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 4px 18px 2px 18px;
	background-color: #ffffff;
	border: 2px solid #f76557;
	border-radius: 4px;
	color: #eb4b3b;
	font-size: 20px;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
	text-decoration: none;
}
a.linkbtn2:hover {
	background-color: #ff8d82;
	border: 2px solid #ff8d82;
	color: #ffffff;
}

a.linkbtn3 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 6px 20px 2px 20px;
	background-color: #fff;
	border-radius: 4px;
	border: 2px solid #b4d514;
	color: #b4d514;
	font-size: 20px;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
	text-decoration: none;
}
a.linkbtn3:hover {
	background-color: #c4e325;
	border-bottom: 2px solid #abcb06;
	color: #ffffff;
}


.floatbox2 {
	width:455px;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:60px;
	float:left;
}
.floatbox2 img {
	padding-bottom:20px;

}
/*--- add20141001 ---*/
.floatbox3 {
	width:290px;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:20px;
	float:left;
}
.floatbox3 h3 {
	height:40px;
}
.floatbox3 p {
	margin-bottom:10px !important;
}
.floatbox3 a.linkbtn2 {
	width:240px;
	height:60px;
	margin-bottom:30px;
}



/*=====================================
2015.08　追加
=====================================*/
section#TOP_LICENSE {
	background-color: #e8e8e8;
}
#LICENSE_ONPRE_NEW,
#LICENSE_PRIVATE_NEW,
#LICENSE_PUBLIC_NEW {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 302px;
	height: auto;
	margin-top: 11px;
	margin-left: 11px;
	margin-bottom: 11px;
	background-color: #ffffff;
	border-radius: 4px;
	border-bottom: 2px solid #d1d1d1;
	vertical-align: top;
	position: relative;
}
#LICENSE_ONPRE_NEW h2,
#LICENSE_PRIVATE_NEW h2,
#LICENSE_PUBLIC_NEW h2 {
	width: 274px;
	height: 212px;
	margin-top: 18px;
	margin-left: 14px;
}
#LICENSE_ONPRE_NEW h2 a,
#LICENSE_PRIVATE_NEW h2 a,
#LICENSE_PUBLIC_NEW h2 a {
	display: block;
	width: 274px;
	height: 212px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}
#LICENSE_ONPRE_NEW h2 a {
	background-image: url(../site-img/icon_new_onpremises.gif);
}
#LICENSE_PRIVATE_NEW h2 a {
	background-image: url(../site-img/icon_new_private.gif);
}
#LICENSE_PUBLIC_NEW h2 a {
	background-image: url(../site-img/icon_new_public.gif);
}
#LICENSE_ONPRE_NEW ul,
#LICENSE_PRIVATE_NEW ul,
#LICENSE_PUBLIC_NEW ul {
	width: 274px;
	margin-left: 14px;
	margin-bottom: 12px;
}
#LICENSE_ONPRE_NEW ul li,
#LICENSE_PRIVATE_NEW ul li,
#LICENSE_PUBLIC_NEW ul li {
	padding-left: 20px;
	padding-bottom: 3px;
	background-image: url(../site-img/point_square.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	color: #919191;
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
}
#LICENSE_ONPRE_NEW p,
#LICENSE_PRIVATE_NEW p,
#LICENSE_PUBLIC_NEW p {
	margin-bottom: 20px;
	text-align: center;
}
a.btn_detail {
	display: block;
	width: 202px;
	height: 28px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../site-img/btn_detail.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}
a.btn_detail:hover {
	background-position: 0 -28px;
}
#BOXTITLE_ONPRE_NEW a {
	display: block;
	width: 270px;
	height: 42px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../site-img/title_new_onpremises.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}
#BOXTITLE_PRIVATE_NEW a {
	display: block;
	width: 270px;
	height: 42px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../site-img/title_new_private.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}
#BOXTITLE_PUBLIC_NEW a {
	display: block;
	width: 270px;
	height: 42px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../site-img/title_new_public.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}

/* addプライベートクラウド用 */
section#CONTENTS-PRIVATE {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
/*	width: 680px; */
	height: auto;
	margin-left: 40px;
	vertical-align: top;
}
section#CONTENTS-PRIVATE h1.contentstitle1 {
	margin-bottom: 20px;
	padding-top: 20px;
	padding-left: 36px;
	padding-bottom: 13px;
	border-top: 1px solid #d6d6d6;
	background-image: url(../site-img/dotpattern_line.gif);
	background-repeat: repeat-y;
	background-position: 11px 0;
	color: #fd7fae;
	font-size: 22px;
	font-weight: bold;
	line-height: 140%;
}
section#CONTENTS-PRIVATE h1.contentstitle2,
section#CONTENTS-PRIVATE h2.contentstitle2,
section#CONTENTS-PRIVATE h3.contentstitle2,
section#CONTENTS-PRIVATE h4.contentstitle2 {
	margin-bottom: 20px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	background-color: #8f8f8f;
	border-bottom: 2px solid #757575;
	color: #ffffff;
	font-size: 17px;
	line-height: 140%;
}
section#CONTENTS-PRIVATE h1.contentstitle3,
section#CONTENTS-PRIVATE h2.contentstitle3,
section#CONTENTS-PRIVATE h3.contentstitle3,
section#CONTENTS-PRIVATE h4.contentstitle3 {
	margin-bottom: 14px;
	padding-left: 29px;
	background-image: url(../site-img/point_private.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	color: #797979;
	font-size: 18px;
	font-weight: bold;
	line-height: 140%;
}
section#CONTENTS-PRIVATE h1.contentstitle4,
section#CONTENTS-PRIVATE h2.contentstitle4,
section#CONTENTS-PRIVATE h3.contentstitle4,
section#CONTENTS-PRIVATE h4.contentstitle4 {
	margin-bottom: 20px;
	padding-top: 9px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	border-top: 1px dotted #ababab;
	border-bottom: 1px dotted #ababab;
	color: #3bc48f;
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
}
section#CONTENTS-PRIVATE div.framebox2 {
	margin-bottom: 30px;
	background-color: #FFE6EF;
	border: 1px solid #FFB6D1;
}
section#CONTENTS-PRIVATE div.framebox2 p {
	margin-bottom: 0px !important;
	padding: 15px !important;
	color: #909090;
}
.labet-public {
	background-color: #61D8E4;
	font-weight: normal;
	color: #FFF;
	font-size: 0.7em;
	margin-bottom: 3px;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
}
.labet-private {
	background-color: #FF9CC1;
	font-weight: normal;
	color: #FFF;
	font-size: 0.7em;
	margin-bottom: 3px;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
}
.labet-onpre {
	background-color: #56D0A0;
	font-weight: normal;
	color: #FFF;
	font-size: 0.7em;
	margin-bottom: 3px;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
}



/*=====================================
2016.04　追加
=====================================*/
/*=====================================
header h2#HEADER-USER-TITLE-NEW {
	position: absolute;
	top: 16px;
	left: 600px;
	width: 234px;
	height: 21px;
	background-image: url(../site-img/header_user2.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
=====================================*/

header a#HEADER-BTN-LOGIN-NEW {
	overflow: hidden;
	position: absolute;
	top: 12px;
	left: 840px;
	width: 110px;
	height: 28px;
	background-color: #b5d330;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	border-bottom: 2px solid #9ebc25;
	border-radius: 4px;
}
header a#HEADER-BTN-LOGIN-NEW:hover {
	background-color: #c4e325;
	border-bottom: 2px solid #abcb06;
	text-decoration: none;
}

/*=====================================
header #HEADER-MODULE {
	position: absolute;
	top: 48px;
	left: 600px;
	width: 350px;
	height: 100px;
	background-image: url(../site-img/header_module_bg.png);
	background-repeat: no-repeat;
}
=====================================*/

header #HEADER-MODULE h3 {
	display: none;
}
header #HEADER-MODULE p#OTHERPROGRAM {
	float: right;
	width: 175px;
	height: 32px;
	margin-top: 0px;
	margin-bottom: 0;
	text-align: right;
}
header #HEADER-MODULE p#OTHERPROGRAM a {
	padding-left: 10px;
	background-image: url(../site-img/point_arrow.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	color: #f00;
	font-size: 11px;
}
header #HEADER-MODULE p {
	clear: both;
	width: 330px;
	height: 24px;
	margin: 0 auto 8px auto;
	text-align: left;
}
#HEADER-MODULE-ver3 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 84px;
	height: 24px;
	margin: 0;
	background-image: url(../site-img/header_module_ver3.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	vertical-align: top;
}
#HEADER-MODULE-ver4 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 84px;
	height: 24px;
	margin: 0;
	background-image: url(../site-img/header_module_ver4.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	vertical-align: top;
}
/*=====================================
2016.04　追加
=====================================*/
header #HEADER-MODULE{
	position: absolute;
	top: 40px;
	left: 660px;
	width: 292px;
	height: 65px;
	background-image: url(../site-img/header_module_bg_short.png);
	background-repeat: no-repeat;
	border-radius: 8px;
}

#HEADER-MODULE-ver4-2016Jan {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 60px;
	margin: 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	vertical-align: top;
}

header h2#HEADER-USER-TITLE-NEW {
	position: absolute;
	top: 12px;
	left: 660px;
	width: 174px;
	height: 21px;
	background-image: url(../site-img/header_user2_short.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.header_icon_download {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 14px;
	height: 20px;
	background-image: url(../site-img/icon_download.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	text-indent: -9999px;
	vertical-align: top;
}

a.header-btn-op-ver4 {
background-color: #28a92e;
border-bottom: solid 2px #3f962b;
}
a.header-btn-op-ver4:hover {
background-color: #2ebd35;
border-bottom: solid 2px #389723;
}

/*=====================================
ここまで
=====================================*/
a.header-module-btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	box-sizing: border-box;
	width: 118px;
	height: 24px;
	margin-left: 5px;
	border-radius: 12px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
}
a.header-module-btn:hover {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	box-sizing: border-box;
	width: 118px;
	height: 24px;
	border-radius: 12px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
}
a.header-btn-op-ver3 {
	background-color: #548ce9;
	border-bottom: solid 2px #2b6ad3;
}
a.header-btn-op-ver3:hover {
	background-color: #6da1f7;
	border-bottom: solid 2px #4c84e5;
}
a.header-btn-cl-ver3 {
	background-color: #fdb110;
	border-bottom: solid 2px #e78e1a;
}
a.header-btn-cl-ver3:hover {
	background-color: #ffc03a;
	border-bottom: solid 2px #efa506;
}
/*=====================================
a.header-btn-op-ver4 {
background-color: #28a92e;
border-bottom: solid 2px #3f962b;
}
a.header-btn-op-ver4:hover {
background-color: #2ebd35;
border-bottom: solid 2px #389723;
}
=====================================*/
a.header-btn-cl-ver4 {
background-color: #8a8a8a;
border-bottom: solid 2px #848282;
}
a.header-btn-cl-ver4:hover {
background-color: #a3a39e;
border-bottom: solid 2px #9b9999;
}
/*
a.header-btn-cl-ver4 {
	background-color: #ff7dc0;
	border-bottom: solid 2px #e24d9a;
}
a.header-btn-cl-ver4:hover {
	background-color: #ff92ca;
	border-bottom: solid 2px #ef61ab;
}
*/

/*=====================================
2016.09　追加
=====================================*/
a.top_banner_lp {
	background-image: url(../site-img/top_banner_lp.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 100px;
	width: 950px;
}
a:hover.top_banner_lp {
	background-position: left -100px;
}
/*=====================================
2018.03　追加
=====================================*/
.NOTICE {
	border: 5px solid #d6d6d6;
	margin-bottom: 22px;
	padding: 5px;
}
.NOTICE-MESSAGE {
	margin: 5px;
	color: #787878;
	font-size: 18px;
	padding-left: 10px;
}
.NOTICE-BUTTON {
	display: -webkit-box;
	margin-left: 5.5em;
}
.cloud-button, .on-premise-button {
	display: block;
	width: 150px;
	padding: 0.3em 2em;
	text-decoration: none;
	border-radius: 10px;
	transition: .4s;	
	text-align:center;
	margin: 0.8em;
}
.cloud-button:hover {
    background: #67c5ff;
    color: white;
}
.cloud-button {
	border: solid 2px #67c5ff;
	color: #67c5ff;
	text-decoration: none;
}
.on-premise-button {
    border: solid 2px #ff9cc1;
	color: #ff9cc1;
	text-decoration: none;
}
.on-premise-button:hover {
    background: #ff9cc1;
    color: white;
}
.download-button {
	width: 120px;
	padding: 0.2em 1em;
	text-decoration: none;
	border-radius: 10px;
	text-align:center;
	border-bottom: solid 2px #E8911A;
    background: #FFA730;
    color: white;
}
.download-button:hover {
    background: #FFB959;
    color: white;
	text-decoration: none !important;
}
/*=====================================
2019.02　追加
=====================================*/
div#releasenote div h2 {
	margin-bottom: 20px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	border-bottom: 2px solid #8ba800;
	color: gray;
	font-size: 22px;
	line-height: 140%;
	position: relative;
}
div#rnlinks {
	height: 500px;
	display: grid;
}
div#rnlinks h2 a {
	color: gray;
	text-decoration: none;
	position: absolute;
	bottom: 0;
}
div#rnlinks h2 a:hover {
	color: #0088cc;
}
/*=====================================
価格表 2020.12.8追加
=====================================*/

.license_row {width: 100%;   display: flex;
  flex-direction: row;
  justify-content: space-between; margin-bottom:1em;}
.license_box {width:19%; box-sizing: border-box; border:2px solid #ccc; border-radius: 7px 7px; text-align: center; padding:5px 5px 0; font-size:95%;position: relative;letter-spacing: normal;}



.license_box.trial {border-color:#babedd;}
.license_box.prepaid {border-color:#e9b821;}
.license_box.public {border-color:#3fb9da;}
.license_box.private {border-color:#ff9cc1;}
.license_box.onpre {border-color:#56d0a0;}

.license_box.trial  a.arrow {background:#babedd;}
.license_box.prepaid  a.arrow {background:#e9b821;}
.license_box.public  a.arrow {background:#3fb9da;}
.license_box.private  a.arrow {background:#ff9cc1;}
.license_box.onpre  a.arrow {background:#56d0a0;}


.license_box strong {color:#000; font-weight: bold;}
 .license_box img {margin:15px auto;}
 .license_box a.arrow { display: block; color:#fff; margin: 1em -5px 0;}
 
.triangle_down {  border-top: 50px solid #F0897F;
  border-right: 85px solid transparent;
  border-left: 85px solid transparent;}

.small, .smaller {font-size:80%;}

/*=====================================
iOS簡易マニュアル 2021.5.28追加
=====================================*/

.floatimage1 {
	display: inline-block;
	vertical-align: top;
	margin-top: -25px;
	margin-left: 10px
}

.floatimage2 {
	display: inline-block;
	vertical-align: top;
	margin-top: -25px;
	margin-left: 10px
}

/*=====================================
Zoho ASAP
=====================================*/
#zohohc-asap-web-layoutbox {max-width: 380px; max-height: 550px;}
#zohohc-asap-web-helperview .fz__1UdIK {padding: 10px 20px 20px}
#zohohc-asap-web-helperview .fz__2vA-Q {margin-top: 5px;}
/* 20220623:チャットボット画像差し替え対応 */
#zohohc-asap-web-launcherbox {
    right: 30px;
    bottom: 95px;
    background-image: url(/help/images/KBicon02.png);
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    padding: 0px;
    box-shadow: none;
}
.fz__3BH1i {
    display: none;
}
#closeButton{
    position: fixed;
    display: inline-block;
    float: right;
    right: 150px;
    width: 28px;
    height: 28px;
    bottom: 320px;
    cursor: pointer;
}

/* Renewal.html */

.support_table {width:90%; margin: 0 auto 2em;}
.support_table th,
.support_table td {border:1px solid #666 !important; border-collapse: collapse; padding:5px; box-sizing: border-box;}

.support_table th {font-weight: bold; min-height: 1.8em; height: 50px;}
.support_table th:first-child {eidth:40px;}

/*
.support_table th.left_th {display: flex; flex-wrap: wrap;}
*/

.support_table td  {font-size:30px; text-align: center; vertical-align: middle; width:20%; height: 90px;}

.support_table .sub_text {font-size:80%;font-weight: normal; line-height: 1.1em; margin-top:0.5em;}

.normal_ul {margin-left: 40px;}
.normal_ul li {line-height: 1.1em; background: none !important; padding:0 !important;list-style-type: disc;}

.support_icon {display: inline-block; width:80px; height: 80px; float: left; font-size:40px; text-align: center; color:#accb2a; padding-top:20px; box-sizing: border-box;}


.public {color:#1cafd8;}
.private {color:#fd7fae;}
.onpremise {color:#3bc48f;}

/* purchase.html */

div.box-Gray2 {
	clear: both;
	box-sizing: border-box;
	padding: 20px 20px;
	background-color: #f7f7f6;
	border: 2px solid #e8e8e8;
}

ul.pagelink {
    padding: 15px 15px 0px 15px;
    background-color: #fff;
    border: 2px solid #dadada;
    text-align: center;
    margin-top: 15px;}
	

ul.pagelink li {
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	margin-bottom: 15px;
	padding: 0 15px 0 10px !important;
	border-right: 1px dotted #bbb;
	color: #1d1d1d;
	line-height: 120%;
	background:none !important;

}
ul.pagelink li:last-child {
	border-right: none;
}
ul.pagelink li a {
	display: block;
}

ul.pagelink.fse li a {
	color:#039c6d;
}
ul.pagelink.fse li a:hover {
color:#37B991;
transition: 0.3s;}


h2.normal_h2 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 1em;
	}

.litegreen_button_large {
    display: inline-block;
    border-radius: 4px;
    background: #accb2a;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 130%;
    margin: 1em auto;
	text-decoration: none;
	}

.litegreen_button_large:hover {
color:#EAF3CE;
}

.litegreen_button_large:before {
    content: '\f138';
    font-family: 'Font Awesome 5 Free';
    margin-right: 0.5em;
}

/* Youtube動画埋め込み調整用 */
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 80px;
}

.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video_title {text-align: center; margin-top:5px; font-weight: bold;}

/* Flex Box */

ul.flex {display: flex; flex-wrap: wrap; padding:0;}
ul.flex li {background: none !important;}
.flexbox3 {width:33%;box-sizing: border-box; padding:5px;}


.js-modal-video img {border:1px solid #999; box-sizing: border-box;}



