
.small {
  font-size: 16px;
  margin-left: 8px;
}

/********************************************

index.css

*********************************************/
#circle{
  position: absolute;
  z-index: 1;
  left: 6%;
  right: 0;
  top: 24%;
  bottom: 0;
  margin: auto;
}
canvas{
transform: rotate(-52deg);
}
.circle-body{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#730078+0,003091+13,004be0+30,0a5e10+45,15d124+60,c7e617+73,f55100+88,ffffff+96&1+0,0.96+77,0+100 */
  background: -moz-linear-gradient(left,  rgba(115,0,120,1) 0%, rgba(0,48,145,0.99) 13%, rgba(0,75,224,0.98) 30%, rgba(10,94,16,0.97) 45%, rgba(21,209,36,0.97) 60%, rgba(199,230,23,0.96) 73%, rgba(211,190,17,0.96) 77%, rgba(245,81,0,0.5) 88%, rgba(255,255,255,0.17) 96%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(115,0,120,1) 0%,rgba(0,48,145,0.99) 13%,rgba(0,75,224,0.98) 30%,rgba(10,94,16,0.97) 45%,rgba(21,209,36,0.97) 60%,rgba(199,230,23,0.96) 73%,rgba(211,190,17,0.96) 77%,rgba(245,81,0,0.5) 88%,rgba(255,255,255,0.17) 96%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(115,0,120,1) 0%,rgba(0,48,145,0.99) 13%,rgba(0,75,224,0.98) 30%,rgba(10,94,16,0.97) 45%,rgba(21,209,36,0.97) 60%,rgba(199,230,23,0.96) 73%,rgba(211,190,17,0.96) 77%,rgba(245,81,0,0.5) 88%,rgba(255,255,255,0.17) 96%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#730078', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
  border-radius: 50%;
position: absolute;
width: 540px;
height: 540px;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
}
.chart-content{
  position: relative;
}
/********************************************

mainImage

*********************************************/
#mainImage {
  position: relative;
}

.mainInner {
  position: absolute;
  top: 36%;
  left: 0;
  right: 0;
  background: #fff;
  padding-top: 48px;
  padding-bottom: 48px;
}
.movesImg{
  width: 520px;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  z-index: 100;
}
.moves{
  text-align: center;
}
.corporateSite{
  font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: normal;
  font-size: 14px;
  position: absolute;
  margin-left: 670px;
  margin-top: 20px;
  display: block;
  opacity: 0;
  z-index: 1;
}
.workPhoto{
  margin-top: 32px;
  text-align: center;
}


.popIn{
  display: inline-block;
  position: absolute;
}
.popIn:first-child{
  margin-left: 0;
}
.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInRight{
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/********************************************

about.css

*********************************************/
.mainImage {
  width: 100%;
  height: 380px;
  margin-top: 32px;
}

.mainImageAbout {
  background: url(../img/about_image.jpg) no-repeat;
  background-size: cover;
}

.mainH1 {
  text-align: center;
  font-size: 42px;
  color: #333;
  margin-top: 40px;
}

.aboutTable {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

.aboutTable tr th {
  padding: 20px;
}
.aboutTable tr{
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.aboutTable tr td {
  padding-left: 96px;
  padding-bottom: 24px;
}
.aboutTable tr td.clientTableTd02{
  padding-left: 0;
}
.osakaMap{
  float: left;
  width: 342px;
  overflow: hidden;
}
.ggmap{
  float: left;
  margin-left: 40px;
}
.map{
  margin-top: 16px;
}
.linkGooglemap{
  text-decoration: underline;
  font-size: 13px;
  color: #6a5392;
}
.linkGooglemap a{
  color: #6a5392;
}
/********************************************

works.css

*********************************************/
.mainImageWorks {
  background: url(../img/works_image.jpg) no-repeat;
  background-size: cover;
}

.colWorks {
  margin-top: 40px;
}

.colWorksUl {
  margin-top: 40px;
  margin-left: 24px;
}

.colWorksli {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 2px solid #666;
  border-bottom: 2px solid #666;
  display: inline-block;
  width: 200px;
  text-align: center;
  margin-left: 32px;
  font-size: 24px;
  font-weight: bold;
}

.colWorksUl02 {
  margin-top: 24px;
}

.colWorksli02 {
  margin-left: 48px;
  list-style-type: circle;
  float: left;
}
.workPhoto div{
  display: block;
  width: 1000px;
  margin: 0 auto;
  margin-top: 24px;
}
.colWorksText{
  font-size:  14px;
  width: 800px;
  margin-left: auto;
  margin-right:auto;
}
.worksP{
  margin-top: 24px;
}
.works{
  float: left;
  width: 275px;
  margin-left: 42px;
}

.products{
  margin-top: 64px;
}
.colH2{
  border-bottom: 1px solid #bdcad3;
  margin-left: 32px;
}
.colH2R{
  margin-left: 0;
}
.worksPex{
  font-size: 13.5px;
  line-height: 1.8;
}
.workPti{
  text-align: center;
}
.worksPpo{
  text-align: center;
  margin-top: 80px;
}
.worksPph{
  text-align: center;
  margin-top: 16px;
}
.worksPli{
  text-align: center;
}
/********************************************

greet.css

*********************************************/
.mainImagegreet{
  background: url(../img/greet_image.jpg) no-repeat;
  background-size: cover;
}
.colGreet{
  text-align: left;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-left: auto;
}
.colGreetP{
  line-height: 1.8;
  margin-top: 32px;
}
.colGreetP04{
  margin-top: 64px;
}

/********************************************

result.css

*********************************************/
.colphotos{
  margin-top: 20px;
}
.colphotosUl{
  margin-bottom: 15px;
}
.colphotosUl li{
  width: 320px;
  float: left;
}
.colphotosUl li + li{
  margin-left:20px;
}
