/* ------------------------------------------------------------------
Source File: common.css
CSS file usage: 共通で使用するCSSを記述しています
Time Stamp: 2016/11/28
---------------------------------------------------------------------*/

/* reset
----------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:top;
  background:transparent;
}

body {
  line-height:1.2;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  min-width: 1200px;
  color: #333;
  background:linear-gradient(#fff12b 40%,#f2f2f2 40%,#f2f2f2);
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
  display:block;
}

ul ,ol{
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted #000;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

address{
  font-style: normal;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}


/* clearfix
----------------------------------------------------------- */
.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
  line-height: 0;
}
.clearfix {
  display: inline-table;
  min-height: 1%;
}
/* for macIE \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end of for macIE */

.clear{
  clear:both;
}



/* header
----------------------------------------------------------- */

header{
  color: #fff;
  transform: skew(0deg, 18deg);
  overflow: hidden;
  height: 1900px;
  margin-top: -1000px;
}
header .wrap{
  background: url("../img/bg.jpg") center 1000px no-repeat;
  transform: skew(0deg, -18deg);
  text-align: center;
  height: 900px;
  padding-top: 1000px;
}
header .content{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
header h1{
  padding-top: 328px;
}
header .content .btn{
  position: absolute;
  top: 0;
  width: 140px;
  height: 90px;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
header .content .menu{
  left: 0;
  background: url("../img/btn_menu.png") center center no-repeat;
}
header .content .mail{
  right: 0;
  background: url("../img/btn_contact.png") center center no-repeat;
}

nav{
  display: none;
}


/* menu
-------------------------------- */
.fancybox-close {
  width: 100%;
  height: 90px;
  cursor: default;
}
.fancybox-close span {
  display: block;
  width: 1200px;
  height: 90px;
  margin: 0 auto;
  background: url('../img/btn_close.png') 50px center no-repeat;
}



/* Contents
----------------------------------------------------------- */
.content{
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.over:hover{
  opacity: 0.7;
}

/* about
-------------------------------- */
#about {
  transform: skew(0deg, -18deg);
  padding: 118px 0 200px;
  background: #fff12b;
  color: #000;
  font-size: 16px;
  line-height: 200%;
}

#about .wrap{
  transform: skew(0deg, 18deg);
}
#about .content .txt{
  padding-top: 30px;
}

/* company
-------------------------------- */
#company {
  transform: skew(0deg, -18deg);
  padding: 200px 0 250px;
  background: #fff;
  color: #000;
}
#company .wrap{
  transform: skew(0deg, 18deg);
}
#company .content table{
  width: 920px;
  margin: 76px auto 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-size: 14px;
  line-height: 150%;
}
#company .content table th{
  width: 120px;
  padding: 14px 40px;
  text-align: left;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f2f2f2;
  color: #999;
  font-weight: normal;
}
#company .content table td{
  width: 640px;
  padding: 14px 40px;
  text-align: left;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #333;
}
#company .content table td a{
  color: #333;
  text-decoration: underline;
}

/* work
-------------------------------- */
#work {
  background: #f2f2f2 url("../img/bg_work.png") center bottom no-repeat;
  color: #000;
  padding: 200px 0 270px;
  margin-top: 0px;
}

#work .content .list{
  width: 920px;
  margin: 0 auto;
  text-align: left;
  padding-top: 76px;
}
#work .content .list h3{
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding-top: 35px;
}
#work .content .list .link{
  padding-top: 15px;
  font-size: 14px;
}
#work .content .list .link a{
  color: #999;
  text-decoration: none;
}
#work .content .list .link a:hover{
  text-decoration: underline;
}
#work .content .list .txt{
  font-size: 14px;
  line-height: 180%;
  padding-top: 15px;
  color: #666;
}
#work .content .list .txt a{
  color: #666;
  text-decoration: none;
}
#work .content .list .txt a:hover{
  text-decoration: underline;
}

/* contact
-------------------------------- */
#contact {
  background-color: #000;
  padding: 120px 0;
}

.contact-formwrap{
  width: 600px;
  height: 630px;
  margin: 0 auto;
  overflow: hidden;
}
.contact-formwrap iframe{
  width: 600px;
  height: 630px;
  background-color: #000;
} 

.contact-formarea{
  width: 600px;
  height: 630px;
  text-align: left;
  background-color: #000;
  color: #999;
}
.contact-formarea label{
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 40px 0 20px;
}
.contact-formarea label span{
  color: #666;
  font-weight: normal;
  margin-left: 5px;
}
.contact-formarea input.name,
.contact-formarea input.email,
.contact-formarea textarea{
  width: 580px;
  max-width: 580px;
  min-width: 580px;
  padding: 10px;
  font-size: 16px;
  line-height: 120%;
}
.contact-formarea input.name,
.contact-formarea input.email{
  height: 30px;

}
.contact-formarea textarea{
  height: 180px;

}

.contact-formarea .contact-submit{
  width: 280px;
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
}
.contact-formarea .contact-submit input.pushbutton-wide{
  width: 280px;
  height: 60px;
  background-color: #fff12b;
  font-size: 16px;
  -webkit-appearance: none;
}

.contact-formarea h3{
  font-size: 20px;
  padding-top: 60px;
  color: #fff;
}
.contact-formarea h3 a{
  font-size: 18px;
  color: #fff;
}

.contact-formarea .contact-form-submission{
  font-size: 16px;
  padding-top: 30px;
  color: #fff;
}
.contact-formarea .contact-form-submission p{
  padding-top: 15px;
}

/* footer
----------------------------------------------------------- */
footer{
  padding: 35px 0;
  text-align: center;
}
footer .copy{
  font-size: 14px;
  color: #a9a9a9;
}



