@charset "UTF-8";

/****************************************
          reset
*****************************************/
h1, h2, h3, h4 {margin: 0; padding: 0; border: 0; font-weight: normal; font-size: 100%;}

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section {
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}

/****************************************
          Clearfix
*****************************************/
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}

/****************************************
          layout
*****************************************/
body {
  font-size:14px;
  line-height: 170%;
  color:#333;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
a {
  text-decoration:none;
  color:#333;
}
a:hover {
  text-decoration:underline;
  color:#333;
}

header {
  width:100%;
  background-image:url(../images/bgline.png);
  background-position:center top;
  background-repeat:no-repeat;
}
header h1 {
  width:980px;
  height:30px;
  line-height:30px;
  margin:0 auto;
  font-size:11px;
  letter-spacing:0.5px;
  color:#fff;
  text-align:right;
}

header nav {
  width:980px;
  height:115px;
  margin:0 auto;
}
header nav ul {}
header nav ul li {
  float:left;
  margin-left:40px;
  margin-top:33px;
  width:130px;
}
header nav ul li.logo {
  width:300px;
  margin-left:0px;
}

#contents {}

div.fltL {
  width:480px;
  float:left;
}
div.fltR {
  width:480px;
  float:right;
}

#works {
  width:100%;
  background-image:url(../images/bgwork.png);
  background-position:center top;
  background-repeat:no-repeat;
  padding-bottom:20px;
}
#works h2 {
  text-align:center;
  padding:40px 0 35px 0;
}
#works ul {
  width:960px;
  margin:0 auto;
}
#works ul li {
  float:left;
  width:220px;
  margin-left:20px;
  margin-bottom:20px;
}
#works ul li div {
  background-color:#fff;
  width:220px;
  height:220px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 0;
  border:solid 1px #ccc;
  box-shadow:0px 1px 4px 0px #999;
  -moz-box-shadow:0px 1px 4px 0px #999;
  -webkit-box-shadow:0px 1px 4px 0px #999;
}
#works ul li img {
  width:auto;
  height:auto;
  max-width:218px;
  max-height:218px;
}
#works ul li p {
  font-size:13px;
  line-height:150%;
  color:#666;
  font-weight:bold;
  text-align:center;
}
#works ul li p.tv {
  width:90px;
  margin:20px auto 10px;
  background-color:#006EB0;
  color:#fff;
  font-weight:normal;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  text-align:center;
}
#works ul li p.game {
  width:90px;
  margin:20px auto 10px;
  background-color:#79ADBB;
  color:#fff;
  font-weight:normal;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  text-align:center;
}

#service {
  background-image:url(../images/line.png);
  background-position:left top;
  background-repeat:repeat-x;
}
#service h2 {
  text-align:center;
  padding:50px 0 20px 0;
}
#service p {
  text-align:center;
  margin-bottom:60px;
}

#archive {
  background-image:url(../images/bgarchive.png);
  background-position:left top;
  background-repeat:repeat;
  margin-bottom:50px;
  padding:50px 0 20px 0;
}
#archive h2 {
  text-align:center;
  margin-bottom:30px;
}
.archiveinr {
  width:900px;
  margin:0 auto;
}
.archiveinr h3 {
  height:35px;
}
.archiveinr ul {
  padding:15px;
  background-color:#fff;
  margin-bottom:35px;
}
.archiveinr ul li {
  padding:5px;
}

#company {
  width:980px;
  margin:0 auto 60px;
}
#company h2 {
  text-align:center;
  margin-bottom:30px;
}

#company table {
  width:100%;
  border-collapse:collapse;
}
#company table th {
  padding:15px;
  font-size:16px;
  text-align:left;
  color:#07326D;
  border-bottom:1px solid #07326D;
}
#company table td {
  padding:15px 15px 15px 20px;
  font-size:16px;
  border-bottom:1px solid #ccc;
}

.contactBtn {
  text-align:center;
  background-image:url(../images/line.png);
  background-position:left top;
  background-repeat:repeat-x;
}
.contactBtn img {
  margin:50px;
}

footer {}
footer nav {
  background-color:#E8F3F7;
  height:50px;
  line-height:50px;
}
footer nav ul {
  text-align:center;
}
footer nav ul li {
  font-size:13px;
  display:inline;
}
footer nav ul li:before {
  color:#333;
  content: "│";
  margin-right:5px;
}
footer nav ul li:first-child:before {
  content:none;
  margin-right:0px;
}
footer img {padding:15px 0 5px 0;}
footer p {
  font-size:12px;
  text-align:center;
  line-height:150%;
}
footer p.copyright {
  color:#fff;
  font-size:11px;
  letter-spacing:0.5px;
  line-height:30px;
  margin:0;
  background-color:#333;
  background-image:url(../images/bgline.png);
  background-position:center bottom;
  background-repeat:no-repeat;
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

/****************************************
          margin
*****************************************/
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}
