@charset "UTF-8";

/* reset ----------------------------------------------------------*/
html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,q,pre,table,caption,colgroup,col,tbody,thead,tfoot,tr,th,td,ul,ol,li,dl,dt,dd,form,fieldset,legend,label,span,a,img,em,ins,del,cite,abbr,sup,sub,dfn,code,var,samp,kbd,object,script,noscript,style,iframe,embed,param,map,area,menu,hr,address,small,strong,i,b,article,aside,figure,footer,header,hgroup,nav,section,figcaption,time,video,audio,mark,ruby,rt,rp,bdo,source,canvas,details,summary,command,datalist,keygen,output,progress,meter {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

address,article,aside,figure,figcaption,footer,header,hgroup,hr,legend,menu,nav,section,summary {
  display: block;
}

li {
  list-style-type: none;
}

img,
a img {
  border: none;
}

img {
  vertical-align: bottom;
  display: inline-block;
}

b {
  font-weight: bold;
}

em {
  font-style: normal;
  font-weight: bold;
}

small {
  font-size: 60%;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #f66b4e;
  font-weight: bold;
}

hr {
  border-left: none;
  border-right: none;
  border-bottom: none;
  height: 1px;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

object,
object:focus {
  outline: none;
}

/* reset end ----------------------------------------------------------*/

/*
----------------------------------------------------------
  LAYOUT 
----------------------------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  color: #333;
  font-family: 'Lucida Grande',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo,'メイリオ',sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

#wrapper {
  margin-top: 40px;
  padding-bottom: 30px;
}

/*
----------------------------------------------------------
  HEADER 
----------------------------------------------------------*/
#header {
  background: #a7e0ef;
  height: 490px;
  padding-top: 50px;
}

#header-box{
  width: 960px;
  height: 480px;
  margin: 0 auto;
  position: relative;
}

#header-logo {
  display: block;
  position: absolute;
  top: 0;
  right: 80px; 
}

#header h1 {
  margin: 0 auto 0;
  width: 940px;
}
/*
----------------------------------------------------------
  ARTICLE 
----------------------------------------------------------*/
article {
  background: #fcf9ec;
  margin: 0 auto;
}

article#function,
article#order {
  background: #a7e0ef;
} 

article h1 {
  margin: 0 auto 84px;
  text-align: center;
}

article p {
  line-height: 1.8;
  margin-bottom: 30px; 
}

.block-wrapper {
  background: #fff;
  margin: 0 auto;
  padding: 50px 0;
  width: 960px;
  -webkit-box-shadow: 0 2px 1px -1px #ccc;
     -moz-box-shadow: 0 2px 1px -1px #ccc;
      box-shadow: 0 2px 1px -1px #ccc;
}

section {
  padding: 0 80px;
}

h2 {
  line-height: 1.6;
  text-align: center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

h2#title1 {
  background: url(../..//image/pages/wordpress/title1.png) no-repeat center;
  height: 158px;
}

h2#title2 {
  background: url(../..//image/pages/wordpress/title2.png) no-repeat center;
  height: 120px;
}

h2#title3 {
  background: url(../..//image/pages/wordpress/title3.png) no-repeat center;
  height: 120px;
}

h2#title4 {
  background: url(../..//image/pages/wordpress/title4.png) no-repeat center;
  height: 323px; 
}

/*
----------------------------------------------------------
  PROBLEM 
----------------------------------------------------------*/

#problem h3 {
  color: #fff;
  margin-bottom: 50px;
}

#problem h4 {
  color: #fff;
  font-size: 140%;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 6px 20px;
  text-align: center;
  background-color: #777;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF777777', endColorstr='#FF666666');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #777), color-stop(50%, #666));
  background-image: -webkit-linear-gradient(#777 50%, #666 50%);
  background-image: -moz-linear-gradient(#777 50%, #666 50%);
  background-image: -o-linear-gradient(#777 50%, #666 50%);
  background-image: linear-gradient(#777 50%,#666 50%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#problem .video {
  background: #333;
  width: 640px;
  padding: 20px 20px 40px;
  margin: 25px auto 50px;

  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-tap-highlight-color: rgba(255,255,255,.1);
  zoom: 1;
}

figure {
  background: #fff;
  margin: 50px auto;
  width: 800px;
}

figure img {
  float: left;
  width: 320px;
}

figure figcaption {
  margin-left: 80px;
  float: right;
  width: 400px;
}

/*
----------------------------------------------------------
  FUNCTION 
----------------------------------------------------------*/
#function section {
  text-align: center;
}

#function dl {
  width: 235px;
  height: 150px;
  padding: 0 15px;
  float: left;
  border-right: 2px dotted #333;
}

#function dl.last {
  border: 0;
}

#function dl dt {
  color: #f66b4e;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

#function dl dd{
  text-align: left;
}

/*
----------------------------------------------------------
  CLIENT 
----------------------------------------------------------*/
#client h3 {
  font-size: 160%;
  text-align: center;
  margin: 0 auto 50px;
  padding: 6px 20px;
}

#client h4 {
  color: #fff;
  font-size: 140%;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 6px 20px;
  text-align: center;
  background-color: #777;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF777777', endColorstr='#FF666666');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #777), color-stop(50%, #666));
  background-image: -webkit-linear-gradient(#777 50%, #666 50%);
  background-image: -moz-linear-gradient(#777 50%, #666 50%);
  background-image: -o-linear-gradient(#777 50%, #666 50%);
  background-image: linear-gradient(#777 50%,#666 50%);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      border-radius: 3px;
}

#client h4.slide-title {
  margin-bottom: 0;
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
      border-radius: 3px 3px 0 0;
}

#client ul.slide {
  background: #eee;
  width: 720px;
  margin-bottom: 25px;
  padding: 20px 40px;
  -webkit-border-radius: 0 0 3px 3px;
     -moz-border-radius: 0 0 3px 3px;
      border-radius: 0 0 3px 3px;
}

#client ul.slide li {
  margin: 20px 0;
}

#client ul.slide li figure {
  background: transparent;
  width: 720px;
}

#client ul.slide li figure img {
  float: left;

  width: 480px;
  height: 250px;
  border: 6px solid #fff;
  -webkit-box-shadow: 0 2px 1px -1px #ccc;
     -moz-box-shadow: 0 2px 1px -1px #ccc;
      box-shadow: 0 2px 1px -1px #ccc;
}
#client ul.slide li figure img:hover {
  border: 6px solid #f66b4e;
}

#client ul.slide li figure figcaption {
  font-size: 14px;
  margin: 20px 0 0 40px;
  float: left;
  width: 188px;
  border-bottom: 2px dotted #333;
}

/*
----------------------------------------------------------
  ORDER
----------------------------------------------------------*/
article#order {
  padding-bottom: 100px;
}

#order section{
  margin: 100px auto 0;
  padding: 40px;
  background: #fff;
  width: 880px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
  -webkit-tap-highlight-color: rgba(255,255,255,.1);
  zoom: 1;
}

#order dl {
  counter-increment: inputitem;
}

#order dl {
  margin-bottom: 5px;
  padding: 5px 0 20px;
}

#order dt {
  font-size: 20px;
  font-weight: bold;
  margin-right: 40px;
  padding: 0 0 0 20px;
  float: left;
  width: 20%; 
}

#order dd {
  color: #252a2d; 
  float: right;
  margin: 0 0 10px;
  width: 64%; 
}

#order input[type="text"],
#order input[type="password"] {
  background-color: #eee;
  border: none;
  color: #333;
  font-size: 90%;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  padding: 5px;
  width: 95%;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      border-radius: 3px;
}

#order input:focus {
  background-color: #e0e0e0;
}

#order #sub_domain {
  width: 320px;
}

#submitBtn {
  margin-top: 20px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  zoom: 1;
}

/* include */
#order-form dd {
  border: none !important;
}

#order-form input[type="text"],
#order-form input[type="password"] {
  background-color: #eee !important;
  border: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 3px !important;
     -moz-border-radius: 3px !important;
      border-radius: 3px !important;
}

#order-form .order-btn {
  background: url("/image/pages/wordpress/submit.png") no-repeat !important;
  border: none !important;
  width: 367px !important;
  height: 54px !important;
  text-indent: -1111px !important;
  box-shadow: none !important;
  -webkit-border-radius: 3px !important;
     -moz-border-radius: 3px !important;
          border-radius: 0px !important;
}

#order-form .order-btnB:hover {
  background: url("/image/pages/wordpress/submit_on.png") !important;
  top: 0 !important;
  left: 0 !important;
}

/*
----------------------------------------------------------
  NAVI 
----------------------------------------------------------*/
#toOrder, 
#toOrderCP {
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
}

#cp-link:hover {
  opacity: 0.8;
}

.cp-btn {
  opacity: 0.8;
}

.cp-btn:hover {
  opacity: 1;
}

/*
----------------------------------------------------------
  FOOTER 
----------------------------------------------------------*/
#footer_wrapper {
  clear: both;
  width: 100%;
  background: #333;
  padding: 20px 0;
  text-align: left;
}

#footer {
  font-size: 10px;
  letter-spacing: 1px;
  margin: 0 auto;
  text-align: left;
  background: none;
  padding: 0;
  width: 100%;
}

#footer p {
  color: #999;
  width: 960px;
  margin: 5px auto;
  font-size: 10px;
}

#footer a {
  color: #999;
  text-decoration : none;
}

#footer a:hover {
  color: #fff;
  text-decoration : none;
  background-color: #008ecd;
}

#footer .copyright {
  color: #666;
}

#footer .copyright a {
  color: #666;
}

#footer .copyright a:hover {
  color: #fff;
}

/*
----------------------------------------------------------
  COMMON 
----------------------------------------------------------*/
.TAC { text-align: center; }
.LS1PX { letter-spacing: 1px; }
.MT50PX { margin-top: 50px; }
.MB25PX { margin-bottom: 25px; }
.MB50PX { margin-bottom: 50px; }
.CNAVY { color: #008dd3 !important; }
.CBLUE { color: #008ecd; }
