@charset "Shift_JIS";
/**
 * @version 0.0.0
 * @charset shift_jis
 * @lastupdate 2013/01/30
 *
 */
/* ----- reset ----- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
#bgcolor{
	background:#1a1a1a;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

/* ----- tag ----- */
body {
  background: #ffffff;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

th, td {
  vertical-align: top;
}

body {
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  color: #333;
}

table, textarea, select {
  font-size: inherit;
  font: 100%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  color: #4d4d4d;
}

p, li, td, th, dt, dd {
  line-height: 1.5;
  color: #4d4d4d;
}

input, textarea, option {
  font-size: 100%;
  line-height: 1.5;
  color: #333;
}

a {
  color: #00a1c9;
  text-decoration: none;
}

a:hover {
  color: #33b4d4;
  text-decoration: underline;
}

.clear {
  clear: both;
}

/* ----- clearfix ----- */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0;
}


/* layout */
#container {
  overflow-x: hidden;
  width: 100%;
  min-width: 970px;
}

#header {
  border-bottom: 1px solid #e7e7e7;
  background: #fff;
}
#header .inner {
  z-index: 1;
}
#header .utility {
  padding: 8px 0;
  height: 24px;
  background: #333;
}
#header .utility .company {
  float: left;
}
#header .utility .company a {
  padding-left: 9px;
  color: #fff;
  background: url("../images/header/icn_company.png") no-repeat 124px 10px #797979;
  border-radius: 5px;
  width: 131px;
  line-height: 24px;
  font-size: 12px;
  text-decoration: none;
  display: block;
}
#header .utility .company a:hover {
  background-color: #4bd7f3;
}
#header .utility .external {
  float: right;
}
#header .utility .external li {
  padding: 0 12px;
  float: left;
  font-size: 13px;
  line-height: 24px;
  border-right: 1px solid #000;
  border-left: 1px solid #797979;
}
#header .utility .external a {
  color: #fff;
}
#header .utility .external .blog {
  border-left: 0;
}
#header .utility .external .english {
  border-right: 0;
}
#header .search {
  margin-left: 8px;
  float: right;
  background: url("../images/header/bg_search_white.png") no-repeat;
  width: 250px;
  height: 24px;
}
#header .search input {
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  background: 0;
}
#header .search input[type=text] {
  margin: 2px 0 2px 10px;
  line-height: 20px;
  width: 214px;
  height: 20px;
  outline: 0;
}
#header .search input[type=image] {
  padding: 3px 3px 2px 3px;
  width: 19px;
  height: 19px;
}
#header .nav {
  height: 83px;
  overflow: hidden;
}
#header .nav .inner {
  position: relative;
}
#header .logo {
  position: absolute;
  left: 0;
  top: 39px;
}
#header .user {
  position: absolute;
  right: 0;
  top: 9px;
}
#header .user li {
  margin-left: 25px;
  padding-left: 11px;
  float: left;
  background: url("../images/header/icn_arrow.png") no-repeat 0 8px;
  line-height: 24px;
  font-size: 12px;
}
#header .user li a {
  color: #4d4d4d;
}
#header .trial {
  position: absolute;
  right: 0;
  top: 38px;
}
#header .site {
  position: absolute;
  right: 180px;
  top: 50px;
}
#header .site li {
  border-left: 1px solid #c8c9c9;
  float: left;
  height: 18px;
  line-height: 18px;
  font-size: 15px;
  font-weight: bold;
}
#header .site li.current a {
  border-bottom: 3px solid #fec671;
}
#header .site a {
  margin: -12px 10px;
  padding: 12px 15px;
  display: block;
  text-align: center;
  color: #1a1a1a;
}
#header .site a:hover {
  color: #fbbc01;
  text-decoration: none;
}
#header .site .feature {
  border-left: 0;
}

#header-company {
  margin: 0 0 0 -485px;
  padding: 7px;
  border: 3px solid #3dc5e1;
  width: 950px;
  position: absolute;
  left: 50%;
  top: 45px;
  background: #f1f1f1;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
}
#header-company div, #header-company ul {
  zoom: 1;
}
#header-company div:after, #header-company ul:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
#header-company a:hover img {
  opacity: 0.6;
}
#header-company .company {
  padding-right: 9px;
  border-right: 1px solid #d0d0d0;
  float: left;
  width: 280px;
}
#header-company .company p {
  margin-bottom: 7px;
}
#header-company .company li {
  float: left;
  width: 139px;
  height: 130px;
}
#header-company .company .cybozu, #header-company .company .recruit {
  border-right: 1px solid #d0d0d0;
}
#header-company .company .cybozushiki, #header-company .company .bestteam {
  border-left: 1px solid #fff;
}
#header-company .company .recruit, #header-company .company .bestteam {
  height: 114px;
}
#header-company .product {
  padding-left: 9px;
  border-left: 1px solid #fff;
  float: left;
  width: 650px;
}
#header-company .product p {
  margin-bottom: 7px;
}
#header-company .product .portal {
  padding-right: 4px;
  border-right: 1px solid #d0d0d0;
  float: left;
  width: 230px;
  height: 244px;
}
#header-company .product .portal p {
  margin-bottom: 10px;
}
#header-company .product .portal li {
  float: left;
}
#header-company .product .portal .cloud {
  margin-right: 10px;
}
#header-company .product .groupware {
  padding-left: 4px;
  padding-bottom: 20px;
  border-left: 1px solid #fff;
  float: left;
  width: 410px;
}
#header-company .product .groupware p {
  margin-bottom: 10px;
}
#header-company .product .groupware .office, #header-company .product .groupware .garoon, #header-company .product .groupware .live {
  float: left;
  width: 130px;
  height: 90px;
  text-align: center;
}
#header-company .product .groupware .office li, #header-company .product .groupware .garoon li, #header-company .product .groupware .live li {
  margin-top: 7px;
}
#header-company .product .groupware .office, #header-company .product .groupware .garoon {
  padding-right: 4px;
  border-right: 1px solid #d0d0d0;
}
#header-company .product .groupware .live, #header-company .product .groupware .garoon {
  padding-left: 4px;
  border-left: 1px solid #fff;
}
#header-company .product .database {
  padding-left: 4px;
  border-left: 1px solid #fff;
  padding-right: 4px;
  border-right: 1px solid #d0d0d0;
  float: left;
  width: 130px;
  text-align: center;
}
#header-company .product .database p {
  margin-bottom: 10px;
}
#header-company .product .database li {
  padding-bottom: 7px;
}
#header-company .product .other {
  padding-left: 4px;
  border-left: 1px solid #fff;
  float: left;
  width: 270px;
}
#header-company .product .other p {
  margin-bottom: 10px;
}
#header-company .product .other li {
  padding-bottom: 7px;
  float: left;
  width: 130px;
  height: 30px;
  text-align: center;
  padding-left: 4px;
  border-left: 1px solid #fff;
}
#header-company .product .other .mailwise, #header-company .product .other .spapps {
  padding-left: 0;
  border-left: 0;
  padding-right: 4px;
  border-right: 1px solid #d0d0d0;
}

#header-short {
  border-bottom: 1px solid #e7e7e7;
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  display: none;
}
#header-short .nav {
  height: 50px;
  overflow: hidden;
}
#header-short .nav .inner {
  position: relative;
}
#header-short .logo {
  position: absolute;
  left: 0;
  top: 13px;
}
#header-short .trial {
  position: absolute;
  right: 0;
  top: 5px;
}
#header-short .site {
  position: absolute;
  right: 180px;
  top: 16px;
}
#header-short .site li {
  border-left: 1px solid #c8c9c9;
  float: left;
  height: 18px;
  line-height: 18px;
  font-size: 15px;
  font-weight: bold;
}
#header-short .site li.current a {
  border-bottom: 3px solid #fec671;
}
#header-short .site a {
  margin: -13px 10px;
  padding: 13px 15px;
  display: block;
  text-align: center;
  color: #1a1a1a;
}
#header-short .site a:hover {
  color: #fbbc01;
  text-decoration: none;
}
#header-short .site .feature {
  border-left: 0;
}

#topicpath {
  padding: 12px 0;
  border-bottom: 1px solid #e7e7e7;
  line-height: 17px;
  height: 17px;
  font-size: 12px;
}
#topicpath a {
  color: #be8e00;
}
#topicpath img {
  vertical-align: top;
}
#topicpath .path {
  padding-left: 28px;
  float: left;
  background: url("../images/topicpath/icn_next.png") no-repeat 12px 50%;
}
#topicpath .path:first-child {
  padding-left: 0;
  background: 0;
}

#pagetitle {
  padding: 25px 0 25px;
}
#pagetitle h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 42px;
  height: 42px;
  overflow: hidden;
}
#pagetitle h1 span {
  margin-left: 15px;
  font-size: 24px;
  vertical-align: middle;
}

#footer .start {
  margin-top: 60px;
  padding-bottom: 70px;
  box-shadow: 0 -1px 0 #efefef;
  border-top: 1px solid #fff;
  background: #efefef;
  text-align: center;
}
#footer .start h2 {
  padding: 35px 0;
  font-size: 26px;
  color: #666666;
}
#footer .start .box1 {
  margin-bottom: 40px;
}
#footer .start .box1 li {
  margin-left: 30px;
  float: left;
  width: 220px;
  height: 220px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
#footer .start .box1 li:first-child {
  margin-left: 0;
}
#footer .start .box1 a {
  display: block;
  text-decoration: none;
}
#footer .start .box1 a:hover {
  opacity: 0.7;
}
#footer .start .box1 .image {
  padding: 2px 2px 0;
}
#footer .start .box1 h3 {
  padding-top: 12px;
  font-size: 18px;
  font-weight: bold;
  color: #03b6d6;
}
#footer .start .box1 p {
  font-size: 15px;
  color: #00a1c9;
}
#footer .start .box1 .trial .free {
  display: block;
  color: #fff;
  background: #60bc28;
  font-size: 12px;
}
#footer .start .box1 .trial h3 {
  padding-top: 5px;
  color: #60bc28;
}
#footer .start .box1 .trial p {
  color: #60bc28;
}
#footer .start .box2 {
  background: #e3e3e3;
}
#footer .start .box2 li {
  margin: 0 50px;
  display: inline-block;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
}
#footer .start .box2 li a {
  color: #979797;
}
#footer .start .box2 .estimate {
  padding-left: 30px;
  background: url("../images/footer/icn_estimate.png") no-repeat 0 50%;
}
#footer .start .box2 .buy {
  padding-left: 39px;
  background: url("../images/footer/icn_buy.png") no-repeat 0 50%;
}
#footer .start .box2 .contact {
  padding-left: 30px;
  background: url("../images/footer/icn_contact.png") no-repeat 0 50%;
}
#footer .pagetop {
  background: #efefef;
}
#footer .pagetop a {
  float: right;
  padding-left: 38px;
  border-radius: 5px 5px 0 0;
  display: block;
  background: url("../images/footer/icn_pagetop.png") no-repeat 13px 9px #4d4d4d;
  width: 108px;
  line-height: 24px;
  color: #cacaca;
  font-size: 13px;
  font-weight: bold;
}
#footer .sitemap {
  padding: 25px 0 25px;
  background: #4d4d4d;
}
#footer .sitemap .box1,
#footer .sitemap .box2,
#footer .sitemap .box3 {
  float: left;
}
#footer .sitemap .box1 {
  margin-right: 20px;
  width: 550px;
}
#footer .sitemap .box1 ul {
  margin-right: 20px;
  float: left;
}
#footer .sitemap .box1 ul ul {
  margin-left: 0;
  float: none;
}
#footer .sitemap .box1 ul.ul1 {
  width: 180px;
}
#footer .sitemap .box1 ul.ul2 {
  width: 170px;
}
#footer .sitemap .box1 ul.ul3 {
  width: 160px;
  margin-right: 0;
}
#footer .sitemap .box2 {
  margin-right: 20px;
  width: 150px;
}
#footer .sitemap .box3 {
  width: 230px;
}
#footer .sitemap p {
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #ccc;
  border-bottom: 1px solid #3a3a3a;
  box-shadow: 0 1px 0px #666666;
  font-weight: bold;
}
#footer .sitemap li {
  margin-bottom: 5px;
  font-size: 13px;
}
#footer .sitemap li ul {
  padding-left: 14px;
}
#footer .sitemap a {
  padding-left: 14px;
  display: block;
  color: #ccc;
  background: url("../images/footer/icn_arrow_gray.png") no-repeat 1px 8px;
}
#footer .sitemap .app {
  margin-bottom: 100px;
}
#footer .sitemap .app div {
  margin-bottom: 10px;
}
#footer .sitemap .app a {
  padding-left: 0;
  background: 0;
}
#footer .sitemap .social li {
  float: left;
  overflow: hidden;
}
#footer .sitemap .social .tw {
  width: 110px;
}
#footer .sitemap .social .fb {
  width: 120px;
}
#footer .about {
  padding-bottom: 35px;
  background: #3b3b3b;
}
#footer .about p {
  line-height: 1.875;
  color: #b0b0b0;
}
#footer .about p a {
  color: #b0b0b0;
}
#footer .about .kintone {
  padding: 35px 0 20px;
  line-height: 28px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #969696;
}
#footer .about .kintone img {
  vertical-align: top;
}
#footer .about .security,
#footer .about .share,
#footer .about .company {
  margin-left: 30px;
  padding: 15px 0;
  float: left;
  width: 300px;
  height: 220px;
  border-radius: 10px;
}
#footer .about .heading {
  margin-bottom: 15px;
  padding-left: 100px;
  line-height: 80px;
  font-size: 17px;
}
#footer .about .text {
  font-size: 12px;
}
#footer .about .security {
  margin-left: 0;
}
#footer .about .security .heading {
  background: url("../images/footer/icn_security.png") no-repeat;
}
#footer .about .share .heading {
  background: url("../images/footer/icn_share.png") no-repeat;
}
#footer .about .company .heading {
  background: url("../images/footer/icn_company.png") no-repeat;
}
#footer .global {
  padding: 25px 0 25px;
  background: #1a1a1a;
}
#footer .global ul {
  margin-bottom: 10px;
  padding: 5px 0;
}
#footer .global li {
  float: left;
  line-height: 14px;
}
#footer .global li a {
  margin-right: 10px;
  padding-left: 10px;
  border-left: 1px solid #4d4d4d;
  color: #e4e4e4;
  font-size: 11px;
}
#footer .global li:first-child a {
  border-left: 0;
  padding-left: 0;
}
#footer .global .copyright {
  color: #e4e4e4;
  font-size: 10px;
  clear: both;
}

#pagetop {
  position: fixed;
  right: 0;
  bottom: 15px;
  display: none;
}

.inner {
  margin: 0 auto;
  width: 970px;
}

.p-template #content {
  /* layout */
  /* font-size */
  /* background */
  /* border */
  /* icon */
}
.p-template #content .nav {
  margin-bottom: 80px;
  padding-top: 20px;
}
.p-template #content .nav ul {
  text-align: center;
}
.p-template #content .nav li {
  padding: 1px;
  display: inline-block;
  border: 1px solid #e4e4e4;
}
.p-template #content .nav li span {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fec671;
  display: block;
  width: 132px;
  line-height: 42px;
  background: #fff;
}
.p-template #content .nav li a {
  display: block;
  width: 132px;
  line-height: 46px;
  text-decoration: none;
  color: #4d4d4d;
  background: url("") no-repeat 0 0 #fafafa;
  background: url("") no-repeat 0 0, linear-gradient(bottom, #ffffff 100%, #fafafa 0%);
  background: url("") no-repeat 0 0, -o-linear-gradient(bottom, white 100%, #fafafa 0%);
  background: url("") no-repeat 0 0, -moz-linear-gradient(bottom, white 100%, #fafafa 0%);
  background: url("") no-repeat 0 0, -webkit-linear-gradient(bottom, white 100%, #fafafa 0%);
  background: url("") no-repeat 0 0, -ms-linear-gradient(top, white, #fafafa);
  background: url("") no-repeat 0 0, -webkit-gradient(linear, left bottom, left top, color-stop(1, white), color-stop(0, #fafafa));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FFFFFFFF',EndColorStr='#FFFAFAFA');
}
.p-template #content .nav li a:hover {
  background: url("") no-repeat 0 0 white;
  background: url("") no-repeat 0 0, linear-gradient(bottom, #fafafa 100%, #ffffff 0%);
  background: url("") no-repeat 0 0, -o-linear-gradient(bottom, #fafafa 100%, white 0%);
  background: url("") no-repeat 0 0, -moz-linear-gradient(bottom, #fafafa 100%, white 0%);
  background: url("") no-repeat 0 0, -webkit-linear-gradient(bottom, #fafafa 100%, white 0%);
  background: url("") no-repeat 0 0, -ms-linear-gradient(top, #fafafa, white);
  background: url("") no-repeat 0 0, -webkit-gradient(linear, left bottom, left top, color-stop(1, #fafafa), color-stop(0, white));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FFFAFAFA',EndColorStr='#FFFFFFFF');
}
.p-template #content .heading1 {
  margin: 0 auto 100px;
  padding: 60px 0 60px;
  width: 970px;
  text-align: center;
  background: url("../images/content/bdr_grd_1.png") no-repeat 50% 100%;
}
.p-template #content .heading1 h2 {
  margin-bottom: 40px;
  font-size: 48px;
}
.p-template #content .heading1 p {
  font-size: 18px;
}
.p-template #content .heading2 {
  margin: 0 auto;
  padding: 60px 0 30px;
  width: 970px;
  text-align: center;
}
.p-template #content .heading2 h2 {
  margin-bottom: 30px;
  font-size: 36px;
}
.p-template #content .heading2 p {
  font-size: 18px;
}
.p-template #content .heading3 {
  margin: 0 auto;
  padding: 40px 0 40px;
  width: 970px;
  text-align: center;
}
.p-template #content .heading3 h2 {
  margin-bottom: 10px;
  font-size: 42px;
}
.p-template #content .heading3 p {
  font-size: 18px;
}
.p-template #content h3, .p-template #content h4, .p-template #content h5, .p-template #content h6 {
  font-weight: bold;
}
.p-template #content .col h3 {
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 1.875;
}
.p-template #content .col h4 {
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 1.875;
}
.p-template #content .col h5 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.875;
}
.p-template #content .col2-1 p,
.p-template #content .col2-1a p,
.p-template #content .col2-1b p,
.p-template #content .col2-1c p,
.p-template #content .col3-2 p,
.p-template #content .col-full p,
.p-template #content .col p.long_article {
  font-size: 16px;
  line-height: 1.875;
}
.p-template #content .col3-1 p {
  font-size: 14px;
  line-height: 1.875;
}
.p-template #content .bg1 {
  border-top: 1px solid #fff;
  box-shadow: 0 -1px 0 0 #e3e3e3;
  background: url("../images/content/bg_1.png") repeat 50% 0;
}
.p-template #content .bb1 {
  border-bottom: 1px solid #e5e5e5;
}
.p-template #content .bt-shdw {
  border-top: 1px solid #fff;
  box-shadow: 0 -1px 0 0 #e3e3e3;
}
.p-template #content .bb-shdw {
  border-bottom: 1px solid #e3e3e3;
  box-shadow: 0 1px 0 0 #fff;
}
.p-template #content .bbgrd1 {
  background: url("../images/content/bdr_grd_1.png") no-repeat 50% 100%;
}
.p-template #content h3.circle, .p-template #content h4.circle, .p-template #content h5.circle, .p-template #content h6.circle {
  padding-left: 40px;
  background: url("../images/content/icn_circle_yellow.png") no-repeat 0 0.35em;
}

#content {
  /* button */
  /* youtube */
  /* col */
}
#content a.arrow {
  padding-left: 18px;
  display: inline-block;
  background: url("../images/content/icn_arrow.png") no-repeat 0 5px;
}
#content a.next {
  padding-right: 18px;
  display: inline-block;
  background: url("../images/content/icn_arrow_next.png") no-repeat 100% 4px;
}
#content a.external {
  padding-right: 28px;
  display: inline-block;
  background: url("../images/content/icn_external.png") no-repeat 100% 4px;
}
#content a.external2 {
  padding-right: 28px;
  display: inline-block;
  background: url("../images/content/icn_external2.png") no-repeat 100% 4px;
}
#content a.trial {
  background: url("../images/content/icn_btn_arrow_white.png") no-repeat 100% 50% #379a05;
  background: url("../images/content/icn_btn_arrow_white.png") no-repeat 100% 50%, linear-gradient(bottom, #70b183 100%, #379a05 0%);
  background: url("../images/content/icn_btn_arrow_white.png") no-repeat 100% 50%, -o-linear-gradient(bottom, #70b183 100%, #379a05 0%);
  background: url("../images/content/icn_btn_arrow_white.png") no-repeat 100% 50%, -moz-linear-gradient(bottom, #70b183 100%, #379a05 0%);
  background: url("../images/content/icn_btn_arrow_white.png") no-repeat 100% 50%, -webkit-linear-gradient(bottom, #70b183 100%, #379a05 0%);
  background: url("../images/content/icn_btn_arrow_white.png") no-repeat 100% 50%, -ms-linear-gradient(top, #70b183, #379a05);
  background: url("../images/content/icn_btn_arrow_white.png") no-repeat 100% 50%, -webkit-gradient(linear, left bottom, left top, color-stop(1, #70b183), color-stop(0, #379a05));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FF70B183',EndColorStr='#FF379A05');
  border: 1px solid #379a05;
  padding: 0;
  width: 225px;
  line-height: 50px;
  font-size: 20px;
}
#content a.trial span {
  border-top: 1px solid #b9ccae;
  display: block;
  border-radius: 4px;
}
#content a.trial:active {
  background: url("../images/content/icn_btn_arrow_white.png") no-repeat 100% 50% #70b183;
  background: url("../images/content/icn_btn_arrow_white.png") no-repeat 100% 50%, linear-gradient(bottom, #379a05 100%, #70b183 0%);
  background: url("../images/content/icn_btn_arrow_white.png") no-repeat 100% 50%, -o-linear-gradient(bottom, #379a05 100%, #70b183 0%);
  background: url("../images/content/icn_btn_arrow_white.png") no-repeat 100% 50%, -moz-linear-gradient(bottom, #379a05 100%, #70b183 0%);
  background: url("../images/content/icn_btn_arrow_white.png") no-repeat 100% 50%, -webkit-linear-gradient(bottom, #379a05 100%, #70b183 0%);
  background: url("../images/content/icn_btn_arrow_white.png") no-repeat 100% 50%, -ms-linear-gradient(top, #379a05, #70b183);
  background: url("../images/content/icn_btn_arrow_white.png") no-repeat 100% 50%, -webkit-gradient(linear, left bottom, left top, color-stop(1, #379a05), color-stop(0, #70b183));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#FF379A05',EndColorStr='#FF70B183');
}
#content a.btn, #content input.btn {
  padding: 10px 30px 10px 20px;
  border: 0;
  outline: 0;
  cursor: pointer;
  display: inline-block;
  min-width: 200px;
  line-height: 25px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  background-image: url("../images/content/icn_btn_arrow_white.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
#content a.ssbtn {
  padding: 10px 30px 10px 15px;
  margin: 10px 0 5px 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  display: inline-block;
  min-width: 34px;
  line-height: 10px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-align: right;
  border-radius: 5px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
#content a.ssbtnL {
  padding: 10px 30px 10px 15px;
  margin: 10px 0 5px 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  display: inline-block;
  min-width: 104px;
  line-height: 10px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-align: right;
  border-radius: 5px;
  color: #fff;
  /*background-image: url("../images/content/icn_btn_arrow_white.png");*/
  background-repeat: no-repeat;
  background-position: 100% 50%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
#content a.btn:hover, #content input.btn:hover,
#content a.ssbtn:hover,#content a.ssbtnL:hover {
  opacity: 0.7;
}
#content a.btn:active, #content input.btn:active,
#content a.ssbtn:active,#content a.ssbtn:activeL {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
}
#content a.large, #content input.large {
  padding: 15px 50px 15px 40px;
  background-image: url("../images/content/icn_btn_arrow_white_large.png");
  line-height: 40px;
  font-size: 26px;
}
#content a.blue, #content input.blue {
  background-color: #67bdec;
}
#content a.green {
  background-color:#649b4c;
  padding: 10px 0px 10px 10px;
  min-width: 400px;
}
#content a.orange {
  background-color:#FFA800;
  min-width: 208px;
}
#content a.ssorange {
  background-color:#FFA800;
}
#content a.btn.external {
  background-image: url("../images/content/icn_external.png");
}
#content a.pdf {
  padding: 10px 20px 10px 10px;
  min-width: 250px;
}
#content a.pdf span {
  padding: 0 30px 0 30px;
  display: block;
  min-width: 190px;
  background: url("../images/content/icn_btn_pdf.png") no-repeat 0 50%;
}
#content a.pencil {
  padding: 10px 0 10px 0;
  min-width: 250px;
}
#content a.pencil span {
  padding: 0 30px 0 30px;
  display: block;
  min-width: 190px;
  background: url("../images/content/icn_btn_pencil.png") no-repeat 7px 50%;
}
#content .frame1 {
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}
#content .frame2 {
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  width:480px;
  margin:0 auto;
}
/*#content .frame2 .youtube{
	width:480px;
	height:219px;
}
#content .frame2 .youtube .thumbnail{
	width: 390px;
  height: 219px;
}*/
#content a.youtube {
  overflow: hidden;
  position: relative;
  display: block;
}
#content a.youtube .play {
  margin: -30px 0 0 -30px;
  position: absolute;
  left: 50%;
  top: 50%;
}
#content .col2-1b .youtube {
  width: 390px;
  height: 218px;
}
#content .col2-1b .youtube .thumbnail {
  margin: -37px 0;
  width: 100%;
}
#content .col3-1 .youtube {
  width: 300px;
  height: 167px;
}
#content .col3-1 .youtube .thumbnail {
  margin: -28px 0;
  width: 100%;
}
#content a.videos {
  overflow: hidden;
  position: relative;
  display: block;
}
#content a.videos .play {
  margin: -30px 0 0 -30px;
  position: absolute;
  left: 50%;
  top: 50%;
}
#content .col2-1d .videos {
  width: 390px;
  height: 218px;
}
#content .col2-1d .videos .thumbnail {
  margin: -37px 0;
  width: 100%;
}
#content .col,
#content .colhead {
  zoom: 1;
  margin: 0 auto;
  width: 970px;
}
#content .col:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

#content .col2-1 {
  margin-left: 30px;
  float: left;
  width: 470px;
}
#content .col2-1:first-child {
  margin-left: 0;
}
#content .col3-1 {
  margin-left: 35px;
  float: left;
  width: 300px;
}
#content .col3-1:first-child {
  margin-left: 0;
}
#content .col3-2 {
  margin-left: 35px;
  float: left;
  width: 635px;
}
#content .col3-2:first-child {
  margin-left: 0;
}
#content .col4-1 {
  margin-left: 30px;
  float: left;
  width: 220px;
}
#content .col4-1:first-child {
  margin-left: 0;
}
#content .col5-1 {
  margin-left: 20px;
  float: left;
  width: 178px;
}
#content .col5-1:first-child {
  margin-left: 0;
}
#content .col2-1a {
  margin-left: 70px;
  float: left;
  width: 500px;
}
#content .col2-1c {
  width: 970px;
}
#content .col2-1a:first-child,
#content .col2-1c:first-child {
  margin-left: 0;
}
#content .col2-1b {
  margin-left: 70px;
  float: left;
  width: 400px;
}
#content .col2-1b:first-child {
  margin-left: 0;
}
#content .col2-1d {
  margin-left: 70px;
  float: left;
  width: 400px;
}
#content .col2-1d:first-child {
  margin-left: 0;
}
#content .col6{
	width:1200px;
	margin:0 auto;
}
#content .col6 .social{
	float:right; 
	width:500px;
}
#content .col6 .seminar{
	margin-left:115px;
}

#content .point{
	background:#f9f9fe;
	border:3px solid #dfdfdf;
	padding:10px 20px;
	border-radius:5px;
}

#content .point h5{
	color:#6887eb;
}
#content .point .left{
	width:480px;
	float:left;
}

#content .point .right{
	float:left;
	width:400px;
	margin-left:43px;
}

#content .border {
  border: 1px solid #e4e4e4;
}


/* ================================================================================

	汎用CSS

================================================================================ */
/* ----- font ----- */
.fs48 {
  font-size: 48px !important;
}

.fs40 {
  font-size: 40px !important;
}

.fs36 {
  font-size: 36px !important;
}

.fs32 {
  font-size: 32px !important;
}

.fs30 {
  font-size: 30px !important;
}

.fs28 {
  font-size: 28px !important;
}

.fs26 {
  font-size: 26px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs21 {
  font-size: 21px !important;
}


.fs18 {
  font-size: 18px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs12 {
  font-size: 12px !important;
}

.tar {
  text-align: right !important;
}

.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.fwn {
  font-weight: normal !important;
}

.fwb {
  font-weight: bold !important;
}


/* ----- margin ----- */
/* margin-top */
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

/* margin-right */
.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 50px !important;
}

/* margin-bottom */
.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

/* margin-left */
.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

/* padding-top */
.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pt110 {
  padding-top: 110px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pt130 {
  padding-top: 130px !important;
}

.pt140 {
  padding-top: 140px !important;
}

.pt150 {
  padding-top: 150px !important;
}

.pt160 {
  padding-top: 160px !important;
}

.pt170 {
  padding-top: 170px !important;
}

.pt180 {
  padding-top: 180px !important;
}

.pt190 {
  padding-top: 190px !important;
}

.pt200 {
  padding-top: 200px !important;
}

/* padding-right */
.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

/* padding-bottom */
.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

/* padding-left */
.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pl1em {
  padding-left: 1em !important;
}

.pl2em {
  padding-left: 2em !important;
}

.pl3em {
  padding-left: 3em !important;
}

/* ----- line-height ----- */
.lh100 {
  line-height: 1 !important;
}

.lh150 {
  line-height: 1.5 !important;
}

.lh167 {
  line-height: 1.67 !important;
}

.lh200 {
  line-height: 2 !important;
}

/* ----- min-height ----- */
/* ----- text-indent ----- */
.ti-1em {
  text-indent: -1em;
}

.ti-2em {
  text-indent: -2em;
}

.ti-3em {
  text-indent: -3em;
}

/* ----- vertical-align ----- */
.vat {
  vertical-align: top !important;
}

.vatb {
  vertical-align: text-bottom !important;
}

.vam {
  vertical-align: middle !important;
}

.vab {
  vertical-align: bottom !important;
}

/* ----- border ----- */
.bb0 {
  border-bottom: 0 !important;
}
.bb1 {
  border-bottom: 1px solid #bdbdbd !important;
}

.ba0 {
  border: 0 !important;
}

/* ----- background ----- */
/* ----- color ----- */
/* ----- float ----- */
.fll {
  float: left !important;
}

.flr {
  float: right !important;
}

.fww{
	font-weight:bold;
	
}

/* ----- width ----- */
/* ----- icon ----- */
/* ----- other ----- */
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 70px;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*
  	-moz-box-shadow: 0 0 5px #ccc;
  	-webkit-box-shadow: 0 0 5px #ccc;
  	box-shadow: 0 0 5px #ccc;
  	border:  5px solid #fff;
  	left: -5px;
  	background: #fff;
  */
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -40px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/content/bx_loader.gif) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: url("../images/content/pager.png") no-repeat;
  text-indent: -9999px;
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 2px;
  outline: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  /*
  background: #000;
  */
  background: url("../images/content/pager_on.png") no-repeat;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 0;
  background: url(../images/content/btn_prev.png) no-repeat;
  background-size: 80px;
}

.bx-wrapper .bx-next {
  right: 0;
  background: url(../images/content/btn_next.png) no-repeat;
  background-size: 80px;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  outline: 0;
  width: 80px;
  height: 80px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* メインビジュアル　サブ要素追加分 */
.p-case-introduction #visual460 {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  height: 460px;
}

.p-case-introduction #visual460 .image460 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 460px;
  overflow: hidden;
}
.p-case-introduction #visual460 .text460 {
  position: relative;
  z-index: 1;
  top: 310px;
  left: 0;
  width: 100%;
  height: 150px;
  background: url("../images/case/introduction/bg_visual.png") repeat;
}
.p-case-introduction #visual460 .inner h2 {
  padding: 25px 0 15px;
  font-size: 44px;
  font-weight: bold;
  line-height: 56px;
  color: #fff;
}
.p-case-introduction #visual460 .inner p {
  padding: 0 30px;
  font-size: 24px;
  color: #fff;
}
/* いいねボタンエリア上配置右寄せ */
.rstyle {
	width:970px;
	position:relative;
	left:588px;
}
/* 料金ページテキスト配置追加 */
#p-price-index #content .course ul.noticeleft {
  margin-left:2em;
  padding-top: 10px;
  clear: both;
  font-size: 12px;
}
#p-price-index #content .course ul.noticeleft li {
  padding-lrft: 1em;
  text-indent:-2em;
}
#p-price-index #content .course .spec .kome750,
#p-price-index #content .course .spec .kome1500 {
  display: block;
  position: absolute;
  right: 58px;
  top:4px;
  width: 50px;
  line-height: 1.5em;
  font-size: 10px;
}
/* テキストが2段になった時 */
#p-price-index #content .course .spec2 .kome750,
#p-price-index #content .course .spec2 .kome1500 {
  display: block;
  position: absolute;
  right: 99px;
  top:-5px;
  width: 50px;
  line-height: 1.5em;
  font-size: 10px;
}
#p-price-index #content .course .spec .kome3_750,
#p-price-index #content .course .spec .kome3_1500 {
  display: block;
  position: absolute;
  left: 58px;
  top:4px;
  width: 30px;
  line-height: 1.5em;
  font-size: 10px;
}
/* テキストが2段になった時 */
#p-price-index #content .course .spec2 .kome3_750,
#p-price-index #content .course .spec2 .kome3_1500 {
  display: block;
  position: absolute;
  left: 58px;
  top:4px;
  width: 30px;
  line-height: 1.5em;
  font-size: 10px;
}

.tac #form{
	border:none;
}

.tac .form_txt{
	font-size:16px;
	padding:20px 0;
}
#content .trial .qa {
	width:645px;
	margin:47px auto;
}
#content .trial .qa .icon{
	float:left;
	width:62px;
}
#content .trial .qa .txt{
		float:left;
		padding:10px;
		width:530px;
}

#content .trial .txt-lead{
	padding:85px 0 33px 0;
}
.wrap-contents{
	text-align:center;
}


/* ===================================

	formの中のスタイル

====================================== */
#account-ac-izumo input{
	float:left;
	width:430px;
	height:40px;
	height:17px\9;/* IE8 */
	border:none;
	border-radius:10px;
	padding-left:10px;
	padding-top:4px\9;/* IE8 */
	padding-bottom:20px\9;/* IE8 */
	font-size:21px;
	box-shadow:10px 10px 10px10px rgba(0,0,0,0.4);
	box-shadow:rgba(21, 28, 36, 0.44) 1px 1px 2px 1px inset;
	-webkit-box-shadow:rgba(21, 28, 36, 0.44) 1px 1px 2px 1px inset;
	-moz-box-shadow:rgba(21, 28, 36, 0.44) 1px 1px 2px 1px inset;
}

/* #signup-form{
	margin-top:30px;
}*/

#signup-form-inputs #signup-form input{
	width:132px;
	height:39px;
	background-color:#ffac35;
	border:none;
	border-radius:10px;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	cursor:pointer;
	position:relative;
	left:10px;
	display:block;
}

.plain-body-ac-izumo{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	background:#f5f5ed;
}

.single-section-container-ac-izumo #signup-form input{
	float:left;
	width:250px;
	height:45px;
	background-color:#ffac35;
	border:none;
	border-radius:10px;
	color:#ffffff;
	font-size:22px;
	font-weight:bold;
	cursor:pointer;
}
.input-text-alt-cybozu{
	width:300px;
}

.input-text-cybozu{
	height:35px;
	height:5px\9;/* IE8 */
	width:430px;
	border:none;
	padding-left:10px;
	padding-top:10px\9;/* IE8 */
	padding-bottom:20px\9;/* IE8 */
	border-radius:5px;
	margin-left:15px;
	box-shadow:rgba(153, 166, 184, 0.658824) 1px 1px 6px 0px inset;
	-webkit-box-shadow:rgba(153, 166, 184, 0.658824) 1px 1px 6px 0px inset;
	-moz-box-shadow:rgba(153, 166, 184, 0.658824) 1px 1px 6px 0px inset;
}
#domain-input .input-text-cybozu{
	height:35px;
	height:5px\9;/* IE8 */
	width:200px;
	border:none;
	padding-left:10px;
	font-size:15px;
	border-radius:5px;
	box-shadow:rgba(153, 166, 184, 0.658824) 1px 1px 6px 0px inset;
	-webkit-box-shadow:rgba(153, 166, 184, 0.658824) 1px 1px 6px 0px inset;
	-moz-box-shadow:rgba(153, 166, 184, 0.658824) 1px 1px 6px 0px inset;
	position:relative;
	top:-40px;
	left:78px;
}
/*2015/2/3--------------------------------*/
#domain-input .input-text-placeholder-cybozu {
top: -37px\9 !important;/* IE8 */
left: 85px\9 !important;/* IE8 */
}
.input-text-placeholder-cybozu{
padding-left: 14px;
padding-top:2px\9; /* IE8 */

}
.input-text-outer-cybozu{
	position:relative;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.input-text-outer-cybozu {
	position:relative !important;　/*IE10*/
}
}
/*--------------------------------*/

.input-prefix-cybozu{
	 left: 19px;
    position: relative;
    top: -6px;
}
.disabled-cybozu input{
	background:#D6D6D6;
}

.require-ac-izumo{
	color: #e40000;
    font-size: 24px;
    left: 2px;
    position: relative;
    top: 26px;
}

.domain-input-mini-ui-ac-izumo .require-ac-izumo{
	color: #e40000;
    font-size: 24px;
    left: 2px;
    position: relative;
    top: 2px;
}

#domain-input{
	padding-top:13px;
}

#services-container-ac-izumo h2{
	font-size:17px;
	padding-top:20px;
}

.formCol-ac-izumo .signup-area-error-ac-izumo{
	display:block;
	position:absolute;
}

.formCol-ac-izumo .signup-area-error-ac-izumo img{
	position: relative;  
    top: -30px;  
    left: 460px;
}

.formCol-ac-izumo .domain-input-mini-ui-ac-izumo .signup-area-error-ac-izumo{
	display:block;
	position:absolute;
}
.formCol-ac-izumo .domain-input-mini-ui-ac-izumo .signup-area-error-ac-izumo img{
	position:relative;
	top:-92px;
	left:460px;
}

#unknow-error-container-ac-izumo{
	padding-top:10px;
}

.domain-input-mini-ui-ac-izumo-status{
	margin-top:10px;
}
.signup-area-error-ac-izumo{
	color:#FF0004;
}

#domain-input .input-suffix-cybozu{
	position:relative;
	top:-64px;
	left:317px;
}
.domain-input-mini-ui-ac-izumo{
	padding-top:20px;
	height:20px;
}
.domain-input-mini-ui-ac-izumo-status{
	position:relative;
	top:-55px;
	left:0;
}
.signup-area-agree-ac-izumo{
	padding-top:30px;
}
.signup-area-open-friend h2 {
  font-size: 13px;
  margin-top: 13px;
  margin-bottom: 4px;
  margin-left:10px;
}
.signup-area-open-friend .friend-msg-ac-izumo {
  font-size: 12px;
  margin-left:15px;
}
.formLabel-ac-izumo{
	height:20px;
}

/* 規約と同意のチェック */
/* line 94, ../../scss/izumo/sample.scss */
.signup-area-agree-ac-izumo {
  padding: 3px 0;
  margin-left:15px;
  margin-top:37px;
}
/* line 97, ../../scss/izumo/sample.scss */
.signup-area-agree-ac-izumo .agree-signup-ac-izumo {
  display: table;
}
/* line 99, ../../scss/izumo/sample.scss */
.signup-area-agree-ac-izumo .agree-signup-ac-izumo #agree-checkbox {
  display: table-cell;
}
/* line 102, ../../scss/izumo/sample.scss */
.signup-area-agree-ac-izumo .agree-signup-ac-izumo div {
  padding-left: 5px;
  display: table-cell;
}

/* エラー文言 */
/* line 111, ../../scss/izumo/sample.scss */
#unknow-error-container-ac-izumo .signup-area-error-ac-izumo {
  position: relative;
  display: block;
  margin: 0;
}
/* line 117, ../../scss/izumo/sample.scss */
#unknow-error-container-ac-izumo .input-error-cybozu {
  margin: 5px 0 10px;
  padding: 5px 5px 5px 30px;
  border: 1px solid #e5db68;
  color: #2f2b00;
  font-size: 11px;
  background: #fdffc9 url('../../image/cybozu/common/icon-error.png?1338527354') no-repeat scroll 7px 50%;
}


/* submitボタン */
/* line 128, ../../scss/izumo/sample.scss */
.button-action-ac-izumo {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffa500), color-stop(100%, #ff8c00));
  background-image: -webkit-linear-gradient(top, #ffa500, #ff8c00);
  background-image: -moz-linear-gradient(top, #ffa500, #ff8c00);
  background-image: -o-linear-gradient(top, #ffa500, #ff8c00);
  background-image: linear-gradient(top, #ffa500, #ff8c00);
  background-color: #34C7E0;
  color: #fff;
  border: 1px solid #ff8c00;
  margin: 5px;
}
/* line 135, ../../scss/izumo/sample.scss */
.button-action-ac-izumo:hover {
  color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff8c00), color-stop(100%, #ff8c00));
  background-image: -webkit-linear-gradient(top, #ff8c00, #ff8c00);
  background-image: -moz-linear-gradient(top, #ff8c00, #ff8c00);
  background-image: -o-linear-gradient(top, #ff8c00, #ff8c00);
  background-image: linear-gradient(top, #ff8c00, #ff8c00);
}

/* IE用のPlaceHolder */
/* line 142, ../../scss/izumo/sample.scss */
.input-text-placeholder-cybozu {
  position: absolute;
  cursor: text;
  overflow: hidden;
  line-height: normal;
  font-style: italic;
  color: gray;
  white-space: nowrap;
}

/* line 158, ../../scss/izumo/sample.scss */
.domain-input-mini-ui-ac-izumo-status-available {
  color: #618a1f;
}

/* line 162, ../../scss/izumo/sample.scss */
.domain-input-mini-ui-ac-izumo-status-unavailable {
  color: #ca5337;
}

/* 以下は cybozu/_closure-library.scss からコピー */
/**
 * goog.ui.Select
 * Standard styling for buttons created by goog.ui.MenuButtonRenderer.
 */
/* line 172, ../../scss/izumo/sample.scss */
.goog-inline-block {
  position: relative;
  display: inline-block;
}

/* State: resting. */
/* line 178, ../../scss/izumo/sample.scss */
.goog-menu-button {
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-size: 13px;
  line-height: 1em;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 187, ../../scss/izumo/sample.scss */
  .goog-menu-button {
    font-family: Arial, Verdana, sans-serif;
  }
}
/* line 190, ../../scss/izumo/sample.scss */
.goog-menu-button-inner-box {
  padding: 9px 10px;
  border-radius: 5px;
  margin-left:15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: white url('../../image/cybozu/btn/btn-form-system-bg.png?1338527354') scroll repeat 0 50%;
  box-shadow:rgba(153, 166, 184, 0.658824) 1px 1px 6px 0px inset;
	-webkit-box-shadow:rgba(153, 166, 184, 0.658824) 1px 1px 6px 0px inset;
	-moz-box-shadow:rgba(153, 166, 184, 0.658824) 1px 1px 6px 0px inset;
}

/* State: disabled. */
/* line 200, ../../scss/izumo/sample.scss */
.goog-menu-button-disabled {
  background: none !important;
  cursor: default;
}

/* line 207, ../../scss/izumo/sample.scss */
.goog-menu-button-disabled .goog-menu-button-outer-box,
.goog-menu-button-disabled .goog-menu-button-inner-box,
.goog-menu-button-disabled .goog-menu-button-caption,
.goog-menu-button-disabled .goog-menu-button-dropdown {
  border-color: #999999 !important;
  background-image: none !important;
  background-color: #bfbfbf;
  color: #7f7f7f !important;
}

/* State: hover. */
/* line 216, ../../scss/izumo/sample.scss */
.goog-menu-button-hover .goog-menu-button-outer-box,
.goog-menu-button-hover .goog-menu-button-inner-box {
  border-color: #9cf #69e #69e #7af !important;
  /* Hover border wins. */
}

/* State: active, open. */
/* line 222, ../../scss/izumo/sample.scss */
.goog-menu-button-active,
.goog-menu-button-open {
  background-color: #bbb;
  background-position: bottom left;
}

/* State: focused. */
/* line 229, ../../scss/izumo/sample.scss */
.goog-menu-button-focused .goog-menu-button-outer-box,
.goog-menu-button-focused .goog-menu-button-inner-box {
  border-color: orange;
}

/* Caption style. */
/* line 234, ../../scss/izumo/sample.scss */
.goog-menu-button-caption {
  padding: 0 4px 0 0;
  vertical-align: top;
}

/* Dropdown arrow style. */
/* line 240, ../../scss/izumo/sample.scss */
.goog-menu-button-dropdown {
  width: 20px;
  height: 13px;
  background: url('../../image/cybozu/ddn/ddn-icon.png?1338527354') no-repeat scroll 100% 50%;
}

/* Pill (collapsed border) styles. */
/* TODO(gboyer): Remove specific menu button styles and have any button support being a menu button. */
/* line 250, ../../scss/izumo/sample.scss */
.goog-menu-button-collapse-right,
.goog-menu-button-collapse-right .goog-menu-button-outer-box,
.goog-menu-button-collapse-right .goog-menu-button-inner-box {
  margin-right: 0;
}

/* line 256, ../../scss/izumo/sample.scss */
.goog-menu-button-collapse-left,
.goog-menu-button-collapse-left .goog-menu-button-outer-box,
.goog-menu-button-collapse-left .goog-menu-button-inner-box {
  margin-left: 0;
}

/* line 260, ../../scss/izumo/sample.scss */
.goog-menu-button-collapse-left .goog-menu-button-inner-box {
  border-left: 1px solid #fff;
}

/* line 265, ../../scss/izumo/sample.scss */
.goog-menu-button-collapse-left.goog-menu-button-checked
.goog-menu-button-inner-box {
  border-left: 1px solid #ddd;
}

/**
 * Item renderer
 */
/* line 272, ../../scss/izumo/sample.scss */
.goog-menu {
  background: #fff;
  border-color: #ccc #666 #666 #ccc;
  border-style: solid;
  border-width: 1px;
  cursor: default;
  font: normal 13px Arial, sans-serif;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  z-index: 20000;
  /* Arbitrary, but some apps depend on it... */
}
/* line 284, ../../scss/izumo/sample.scss */
body > .goog-menu {
  top: 0;
  left: 0;
  visibility: hidden;
}

/**
 * Each items
 */
/* State: resting. */
/* line 295, ../../scss/izumo/sample.scss */
.goog-menuitem {
  color: #000;
  font: normal 13px Arial, sans-serif;
  list-style: none;
  margin: 0;
  /* 28px on the left for icon or checkbox; 7em on the right for shortcut. */
  padding: 4px 7em 4px 28px;
  white-space: nowrap;
}

/* If a menu doesn't have checkable items or items with icons, remove padding. */
/* line 307, ../../scss/izumo/sample.scss */
.goog-menu-nocheckbox .goog-menuitem,
.goog-menu-noicon .goog-menuitem {
  padding-left: 12px;
}

/*
 * If a menu doesn't have items with shortcuts, leave just enough room for
 * submenu arrows, if they are rendered.
 */
/* line 315, ../../scss/izumo/sample.scss */
.goog-menu-noaccel .goog-menuitem {
  padding-right: 20px;
}

/* line 319, ../../scss/izumo/sample.scss */
.goog-menuitem-content {
  color: #000;
  font: normal 13px Arial, sans-serif;
}

/* State: disabled. */
/* line 326, ../../scss/izumo/sample.scss */
.goog-menuitem-disabled .goog-menuitem-accel,
.goog-menuitem-disabled .goog-menuitem-content {
  color: #7f7f7f !important;
}

/* line 330, ../../scss/izumo/sample.scss */
.goog-menuitem-disabled .goog-menuitem-icon,
.goog-menuitem-disabled .goog-menuitem-checkbox {
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter: alpha(opacity=30);
}

/* State: hover. */
/* line 338, ../../scss/izumo/sample.scss */
.goog-menuitem-highlight,
.goog-menuitem-hover {
  background-color: #d6e9f8;
  /* Use an explicit top and bottom border so that the selection is visible
   * in high contrast mode. */
  border-color: #d6e9f8;
  border-style: dotted;
  border-width: 1px 0;
  padding-bottom: 3px;
  padding-top: 3px;
}

/* State: selected/checked. */
/* line 351, ../../scss/izumo/sample.scss */
.goog-menuitem-checkbox,
.goog-menuitem-icon {
  background-repeat: no-repeat;
  height: 16px;
  left: 6px;
  position: absolute;
  right: auto;
  vertical-align: middle;
  width: 16px;
}

/* line 361, ../../scss/izumo/sample.scss */
.goog-option-selected .goog-menuitem-checkbox,
.goog-option-selected .goog-menuitem-icon {
  /* Client apps may override the URL at which they serve the sprite. */
  background: url('../../image/cybozu/editor/editortoolbar.png?1369466057') no-repeat -512px 0;
}

/* Keyboard shortcut ("accelerator") style. */
/* line 367, ../../scss/izumo/sample.scss */
.goog-menuitem-accel {
  color: #999;
  /* Keyboard shortcuts are untranslated; always left-to-right. */
  /* @noflip */
  direction: ltr;
  left: auto;
  padding: 0 6px;
  position: absolute;
  right: 0;
  text-align: right;
}

/* line 378, ../../scss/izumo/sample.scss */
.goog-menuseparator {
  margin: 4px 0;
  padding: 0;
  border-top: 1px solid #ccc;
}

/* override cybozu/_closure-library.scss */
/* line 385, ../../scss/izumo/sample.scss */
.goog-menu-button-inner-box {
  border-color: #aaa;
}

#container .endyear{
	margin:0 auto;
	width:970px;
	border:2px solid #ffc35f;
	border-radius:5px;
}
#container .endyear_link{
	padding:15px 18px;
	margin:0;
}