@charset "UTF-8";
/* COMMON SET */

html {
	-webkit-text-size-adjust:none;
	overflow-x: hidden;
}

body {
	background: #FFFCF5;
	overflow-x: hidden;
	color: #333;
	font-size: 16px;
	font-family: Helvetica, Arial, "Hiragino Maru Gothic Pro","HG丸ゴシックM-PRO","Trebuchet MS",sans-serif;
}

a{
	color: #FF9900;
	outline:none;
	text-decoration: none;
}


a:focus{
	outline:none;
}

.clearfix:after {
  content: ".";  
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

#slideShare {
	width: auto;
	height: auto;
}

#fb-likeWrapper {
	position:relative;
	margin: 0 0 20px;
	transform:scale(1.3);
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
}

.fb-like {
	position: absolute;
	left: 50%;
	margin-left: -75px;
}

#lineSend {
	width: 36px;
	margin: 0 auto 20px;
}



.txtHide, header div a, #firstPoint .prPoint h2, #contentsCapt .rightBox h2, #tabletCapt .tabletCopy h2, #price .copy h2{
	display: block;
	height: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	color: #666666;
	font-size: 14px;
}


th{
	text-align: left;
	white-space: nowrap;
	font-weight: normal;
}

th, td{
	border: solid 1px #666666;
	padding: 5px 3px;
}


input, textarea {
	border: solid 1px #999;
	font-size: 16px;
	padding: 10px;
}

input[type="checkbox"], input[type="radio"] {
	cursor: pointer !important;
}


input[type="radio"] {
	margin-top: -2px;
}





/* COMMON LAYOUT */

header {
	overflow: hidden;
}

header, footer {
	width: 95%;
	margin: 0 auto;
}

header {
	text-align:center;
	padding-top: 25px;
}


header h1 {
	margin: 0 auto;
	width: 30%;
}

header h1 a{
	display: block;
}


header .brochr {
	color: #999999;
	font-size: 11px;
	line-height: 1.1;
}

header .createdBy {
	color: #BFBFBF;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 5px;
}

header h2{
	font-size: 14px;
	margin-top: 12px;
	line-height: 1.5;
	font-weight: normal;
}


footer .sns {
	margin: 0 auto 10px;
	display: -webkit-box;
	-webkit-box-pack: center;
}

footer .sns li{
	line-height: 27px;
	margin-left: 10px;
}

footer .sns li a{
	background-position: 0 center;
	background-repeat: no-repeat;
	color: #999999;
	display: block;
}

footer .sns li.tw, footer .sns li.fb{
	margin-top: -2px;
}

footer .sns li.tw a, footer .sns li.fb a{
	padding: 0 0 0 30px;
}

footer .sns li.tw a{
	background-image: url(../images/mark-tw.gif);
}

footer .sns li.fb a{
	background-image: url(../images/mark-fb.gif);
}



nav {
	margin-left: -2%;
}

nav li{
	font-size: 13px;
	float: left;
	width: 48%;
	border: solid 1px #666666;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 2% 2%;
}
nav .glNavi li a{
	background: url(../images/nav-link-mark.gif) no-repeat 95% center;
	background-size: 20px 20px;
	padding: 12px;
	display: block;
	font-size: 14px;
	color: #333;
}

nav .glNavi li:last-child a{
	background: none;
}


#mainVisual {
	position:relative;
	background: #000000;
	width: 100%;
	height: 577px;
}

#movie {
	width: 1056px;
	/*height: 577px;*/
	margin: 0 auto;
	color: #fff;
	position: relative;
	z-index: 2;
	height: 163px;
	top: 220px;
	/*background: url(../images/main-visual-mask.png) no-repeat center 0;*/
}


#bgMovie, video {
	z-index: 1;
	position:absolute;
	top: 0;
	left: 50%;
	margin-left: -634px;
	width: 1268px;
	height: 577px;
	background: #000;
}

#flashMsg {
	text-align:center;
	color: #CCC;
	font-size: 18px;
}

#flashMsg h2 {
	margin: 50px auto 25px;
	font-weight: normal;
}

#flashMsg p{
	width: 160px;
	margin: 0 auto;
}

#movie p, #movie h1{
	display: none;
}

#movie p{
	text-align:center;
	font-size: 36px;
	padding-top: 35px;
}

#movie .brochrLogo {
	position:absolute;
	top: 0;
	left: 0;
	background: url(../images/brochr-logo.png) no-repeat 0 0;
	height: 0;
	overflow: hidden;
	padding-top: 163px;
	width: 156px;
}

#flashMsg, #wrapper section {
	margin: 0 auto;
}

/*#wrapper section:first-child, #tabletCapt{
	width: 100% !important;
}*/



#wrapper section, footer {
	width: 90%;
	-webkit-box-sizing: border-box;
	margin-bottom: 25px;
}


#mainContents h1{
	margin: 10px auto 5px;
	font-size: 20px;
	text-align:center;
	line-height: 1.4;
	color: #333;
}

#mainContents .subCopy{
	font-size: 16px;
	text-align:center;
	color: #808081;
	margin-bottom: 20px;
	line-height: 1.4;
}

#mainContents h2{
	margin: 0 auto 20px;
}

#mainContents .read{
	color: #333333;
	font-size: 18px;
	width: 90%;
	margin: 0 auto 0;
}



.prPoint li{
	margin: 0 0 5px;
	padding-bottom: 5px;
	border-bottom: dashed 1px #CCC;
	font-weight: bold;
	font-size: 15px;
	text-align:center;
}


.prPoint li h3, #contentsCapt .rightBox h3, #tabletCapt .tabletCopy h3, #price .copy h3, #contentsCapt .prPoint li h2{
	font-size: 19px;
}


.prPoint li h3{
	line-height: 1.4em;
	margin-bottom: 5px;
}


.prPoint li.business {
	background: url(../images/illust-business.gif) center 10px;
}

.prPoint li.business h2{
	background-image: url(../images/ti-business.gif);
}

.prPoint li.cost {
	background: url(../images/illust-cost.gif) center 0;
}

.prPoint li.cost h2{
	background-image: url(../images/ti-cost.gif);
}

.prPoint li.network {
	background: url(../images/illust-network.gif) center 35px;
	position:relative;
}

.prPoint li.network h2{
	background-image: url(../images/ti-network.gif);
}

.prPoint li.security {
	background: url(../images/illust-security.gif) center 0;
}

.prPoint li.security h2{
	background-image: url(../images/ti-security.gif);
}

.prPoint li.option {
	background: url(../images/illust-option.gif) center 44px;
}

.prPoint li.option h2{
	background-image: url(../images/ti-option.gif);
}

.prPoint li .aws{
	margin: 10px 0 0 auto;
}

.prPoint li .markNetwork{
	position: absolute;
	top: 460px;
	right: 0;
}



.prPoint li .linkArrow a{
	background: url(../images/link-arrow.gif) no-repeat 0 3px;
	padding-left: 15px;
	color: #666666;
	font-size: 12px;
	display: block;
	line-height: 1.4em;
	margin-top: 3px;
}

#contentsCapt {
	margin-top: 50px !important;
	width: 1100px !important;
	padding-top: 50px !important;
}

#contentsCapt .slider{
	width: 100%;
	overflow: hidden;
	background: url(../images/slider-bg.jpg) no-repeat center 0;
}



#contentsCapt .rightBox h2{
	width: 461px;
	padding-top: 131px;
	background-image: url(../images/sub-copy.gif);
	margin-top: 33px;
}

#contentsCapt .rightBox h3, #tabletCapt .tabletCopy h3, #price .copy h3{
	color: #000;
	margin: 42px 0 10px;
	line-height: 1.5;
}

#contentsCapt .prPoint {
	margin-left: -20px;
}

#contentsCapt .prPoint li h2{
	/*padding-top: 0;
	overflow: visible;
	height: auto;*/
	margin-top: 260px;
	margin-bottom: 5px;
	line-height: 1.5em;
}

.prPoint .questionnaire {
	background: url(../images/illust-questionnaire.jpg) center 0;
}

.prPoint .analytics {
	background: url(../images/illust-analytics.gif) center 15px;
}

.prPoint .feedback {
	background: url(../images/illust-feedback.jpg) center 75px;
}

.prPoint .price {
	background: url(../images/illust-price.gif) center 14px;
}

.prPoint .custom {
	background: url(../images/illust-custom.jpg) center 74px;
}

.prPoint .cms {
	background: url(../images/illust-cms.jpg) center 0;
}

#contentsCapt, #tabletCapt, #contact, #slideshow {
}

#tabletCapt {
	padding: 70px 0 40px !important;
}

#tabletCapt .tabletAndroid{
	float: left;
	width: 550px;
	margin-left: 20px;
}

#tabletCapt .tabletCopy{
	float: left;
	width: 452px;
	margin-left: 20px;
}

#tabletCapt .tabletCopy h2{
	background-image: url(../images/sub-copy-tablet-android.gif);
	padding-top: 131px;
}

.tableCaption{
	font-size: 16px;
	color: #000000;
	margin: 40px 0 10px;
}

#tabletCapt .tabletPackage{
	font-size: 14px !important;
	color: #666666;
	float:right;
	width: 698px;
	margin: 20px 0 0;
}

#tabletCapt .tabletPackage h3{
	font-weight: normal;
	font-size: 14px;
}

#price table {
	width: 100%;
}

#price td, #price th{
	vertical-align: top;
	line-height: 1.3;
}

#price .note {
	font-size: 12px;
}

#price .price {
	text-align:right;
	margin-top: 20px;
}

#price .list {
	margin-left: 10px;
}

#price .list li{
	background: url(../images/nav-list-mark.gif) no-repeat 0 0.7em;
	padding-left: 10px;
	font-size: 12px;
	text-align:left;
	line-height: 1.4;
	margin-bottom: 5px;
}

th{
	text-align:center;
	background: #F8F3EB;
}



#price h2.subTi{
	font-size: 18px;
}

#price .supportInfo {
	margin-top: 25px;
	text-align:center;
}

#price .supportInfo li a{
	color: #FF9900;
}

#price .supportInfo li a:hover{
	text-decoration: underline;
}

#price .supportInfo li{
}

#price .supportInfo li div{
}

#price .supportInfo li div h3{
	margin-bottom: 3px;
	font-size: 16px;
}

#price .supportInfo li div p{
	font-size: 14px;
}

#price .supportInfo li div div{
}

#price .supportInfo li div div h4{
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 7px;
}

#price .supportInfo li div div h4 span{
	font-size: 12px;
	color: #999;
	font-weight: normal;
}

#price .supportInfo li div div p{
	font-size: 13px;
	line-height: 1.4;
}

.btnModal, input, textarea {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

input:focus, textarea:focus{
	outline: 0;
}

input:focus, textarea:focus, input:hover, textarea:hover, textarea.error, input.error {
	border: solid 1px #FF9900;
}

label.error, #price form .requiredMsg {
	color: #FF9900;
}


label.error{
	display: block;
	margin: 3px 0 0;
}

#btnConfirm{
	text-align:center;
	width: 400px;
}

.btnModal a{
	display: block;
	color: #FFFCF4;
	text-align:center;
}

.btnModal a:hover{
	text-decoration: none;
	color: #FFFCF4 !important;
}

.btnModal {
	margin: 10px auto 15px;
}

.btnModal, input[type="submit"], input[type="button"] {
	cursor: pointer;
	overflow: hidden;
	color: #FFFCF4;
	padding: 0;
	border: solid 1px #D97800;
	text-shadow: 0px -1px 0 #9B4B00;
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#fe9800),
		to(#d97700));
	width: 100%;
	font-size: 12px;
	font-weight: bold;
}

.btnModal {
	width: 100% !important;
}

.btnModal a{
	font-size: 18px;
	line-height: 50px;
}

.btnModal a:hover{
	color: #FFF !important;
}

.btnModal, input[type="submit"], input[type="button"] {
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
}


.policyMsg {
	margin: 50px auto 0;
	font-size: 13px !important;
	line-height: 1.6em;
}

.policyMsg a{
	padding: 5px 23px 5px 0;
	background: url(../images/blank-window.gif) no-repeat right center;
}
	

.jumpTop{
	margin: 30px 0 20px;
}

.jumpTop a{
	color: #666;
	font-size: 12px;
}



footer {
	color: #999999;
	font-size: 11px;
	padding: 25px 0 70px;
}

footer .leftBox{
	width: 570px;
	float: left;
	overflow: hidden;
}

footer .rightBox{
	float: right;
}

footer small {
	text-align:center;
	font-size: 10px;
	color: #666;
	margin-top: 25px;
}

footer .note {
	text-align:center;
}

#grLogo {
	margin-bottom: 20px;
}

#grLogo img {
	margin: 0 auto;
}


footer .kT {
	white-space: nowrap !important;
}


#contact, #pageBottom {
	text-align:center;
}

#contact p{
	font-size: 12px;
}

#viewChange {
	margin: 0 auto 25px;
	font-size: 13px;
}

#viewChange li{
	display: inline;
}

#viewChange li:first-child{
	padding-right: 15px;
	border-right: solid 1px #CCC;
}

#viewChange li:last-child{
	padding-left: 15px;
}

section h1{
	font-size: 23px;
	text-align:center;
	padding-top: 10px;
	color: #999;
	margin-bottom: 10px;
}

.supportInfo {
	margin-top: 30px;
}

.supportInfo h2{
	font-size: 15px;
	line-height: 1.1;
	margin-bottom: 10px;
}

.supportInfo h2 span{
	font-size: 12px;
	color: #999;
}



.fb-like-box {
	margin-bottom: 20px;
}

.fb-like-box, .fb-like-box span, .fb-like-box iframe, .fb-like, .fb-like span, .fb-like iframe {
    width: 100% !important;
}

.fb-like body {
	background: #F00 !important;
}

.fb-comments {
	height: 50px;
}