@charset "utf-8";
/*
Theme Name: a-r-c-h
Theme URI: 
Description: 
Version: 1.0
Author: 
Tags: 
*/
/* Variables - 変数
=====================================================
*/
/* css初期化
=====================================================
*/
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, q, pre, table, caption, colgroup, col,
tboty, 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; }

address, article, aside, figure, figcaption, footer, header, hgroup, hr, legend, menu, nav,
section, summary {
  display: block; }

body {
  font-size: 75%;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.1em; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-style: normal; }

a {
  text-decoration: none;
  overflow: hidden;
  outline: none;
  color: #666; }

a:hover {
  text-decoration: underline;
  color: #32323c; }

a img {
  border: none; }

a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80; }

p {
  margin: 12px 0; }

/* Common - 共通
=====================================================
*/
* {
	  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
  background: #161513;
}

#top_rap {
  overflow: hidden;
  background: #fff; }

.rap {
  width: 900px;
  margin: 0 auto; }

.contentLeft {
  width: 630px;
  float: left; }

.contentRight {
  width: 210px;
  float: right; }

#siteHead, #photo, #tabNav, #footContent {
  width: 900px;
  float: left; }

/* Header - ヘッダー
=====================================================
*/
#siteHead {
  padding: 40px 0 20px; }
  #siteHead h1 {
    width: 900px;
    height: 44px;
    float: left;
    margin-bottom: 20px;
    text-indent: -99999px;
    background: url(img/logo.jpg) no-repeat; }

#sns {
	width: 230px;
	height: 34px;
	float: right;
	border-left: 1px dotted #ccc;
}
#sbn {
	width: 230px;
	float: left;
}
.fb-like {
	float: left;
	margin: 0 5px 0 10px;
}
.twitter-share-button {
	width: 100px !important;
	float: left;
}

#bt {
	width: 220px;
	float: left;
	margin: 1px 0 0 10px;
}
#bt a img {
	width: 20px;
	float: left;
}
a#btf {
	float: left;
	margin-right: 5px;
}



/* Site Navigation - サイトナビゲーション
=====================================================
*/
#siteNav {
  width: 662px;
  height: 44px;
  float: left; }
  #siteNav ul {
    height: 44px;
    list-style: none; }
  #siteNav li {
    float: left;
    height: 44px;
    position: relative;
    text-indent: -99999px; }
  #siteNav li a, #siteNav li .hover {
    height: 44px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/sn.png) no-repeat; }
  #siteNav li a {
    z-index: 200; }
  #siteNav li .hover {
    z-index: 20; }
  #siteNav li#sn1, #siteNav li#sn1 a, #siteNav li#sn1 .hover {
    width: 92px; }
  #siteNav li#sn2, #siteNav li#sn2 a, #siteNav li#sn2 .hover {
    width: 112px; }
  #siteNav li#sn3, #siteNav li#sn3 a, #siteNav li#sn3 .hover {
    width: 115px; }
  #siteNav li#sn4, #siteNav li#sn4 a, #siteNav li#sn4 .hover {
    width: 123px; }
  #siteNav li#sn5, #siteNav li#sn5 a, #siteNav li#sn5 .hover {
    width: 111px; }
  #siteNav li#sn6, #siteNav li#sn6 a, #siteNav li#sn6 .hover {
    width: 109px; }
  #siteNav li#sn1 a {
    background-position: 0px 0; }
  #siteNav li#sn2 a {
    background-position: -92px 0; }
  #siteNav li#sn3 a {
    background-position: -204px 0; }
  #siteNav li#sn4 a {
    background-position: -319px 0; }
  #siteNav li#sn5 a {
    background-position: -442px 0; }
  #siteNav li#sn6 a {
    background-position: -553px 0; }
  #siteNav li#sn1 .hover {
    background-position: 0px -44px; }
  #siteNav li#sn2 .hover {
    background-position: -92px -44px; }
  #siteNav li#sn3 .hover {
    background-position: -204px -44px; }
  #siteNav li#sn4 .hover {
    background-position: -319px -44px; }
  #siteNav li#sn5 .hover {
    background-position: -442px -44px; }
  #siteNav li#sn6 .hover {
    background-position: -553px -44px; }
  #siteNav li ul {
    width: 234px;
    height: 96px;
    padding-top: 22px;
    background: url(img/sn-parts.png) no-repeat;
    top: 44px;
    left: 0;
    position: absolute;
    z-index: 200; }
    #siteNav li ul li {
      width: 234px;
      height: auto; }
    #siteNav li ul li a {
      width: 234px !important;
      float: left; }
    #siteNav li ul li#sn4_1, #siteNav li ul li#sn4_1 a {
      height: 23px; }
    #siteNav li ul li#sn4_2, #siteNav li ul li#sn4_2 a {
      height: 22px; }
    #siteNav li ul li#sn4_3, #siteNav li ul li#sn4_3 a {
      height: 23px; }
    #siteNav li ul li#sn4_4, #siteNav li ul li#sn4_4 a {
      height: 28px; }
    #siteNav li ul li#sn4_1 a {
      background-position: -319px -110px; }
    #siteNav li ul li#sn4_2 a {
      background-position: -319px -133px; }
    #siteNav li ul li#sn4_3 a {
      background-position: -319px -155px; }
    #siteNav li ul li#sn4_4 a {
      background-position: -319px -178px; }
    #siteNav li ul li#sn4_1 a:hover {
      background-position: -319px -206px; }
    #siteNav li ul li#sn4_2 a:hover {
      background-position: -319px -229px; }
    #siteNav li ul li#sn4_3 a:hover {
      background-position: -319px -251px; }
    #siteNav li ul li#sn4_4 a:hover {
      background-position: -319px -274px; }

/* Tab Navigation - タブナビゲーション
=====================================================
*/
#tabNav {
  height: 27px;
  background: url(img/tab-bg.png) repeat-x; }
  #tabNav ul {
    width: 887px;
    margin-left: 13px;
    list-style: none; }
  #tabNav li {
    width: 90px;
    height: 14px;
    float: left;
    margin: 13px 205px 0 0;
    text-indent: -99999px;
    position: relative; }
  #tabNav li a.mainTab {
    width: 90px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    cursor: pointer;
    background: url(img/tav-nav.png) no-repeat; }
  #tabNav li#tn1 a.mainTab {
    background-position: 0 0; }
  #tabNav li#tn2 a.mainTab {
    background-position: -90px 0; }
  #tabNav li#tn3 a.mainTab {
    background-position: -180px 0;
    margin-right: 0; }
  #tabNav .childTab {
    width: 245px;
    height: 143px;
    padding: 10px 17px;
    background: url(img/tab-child-bg.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    text-indent: 0;
    color: #fff;
    z-index: 10; }

#cov {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 120; }


/* In Tab Navigation - タブナビゲーションの中身
=====================================================
*/
/*News*/
#tabNav .newsBlock {
	width : 245px;
	float: left;
	margin: 0;
}
#tabNav .newsBlock li {
	width: 245px;
	height: auto;
	float: left;
	margin: 0;
	padding: 5px 0;
	text-indent: 0;
	line-height: 120%;
	font-size: 90%;
}
#tabNav .newsBlock li a {
	color: #ddd;
}
#tabNav .newsBlock li a:hover {
	color: #fff;
	text-decoration: none;
}

/*facebook*/
.fb-wall {
	background: transparent !important;
	padding: 0px !important;
	width: 245px !important;
}
.fb-wall-avatar {
	margin: 0 5px 5px 0;
}
.fb-wall-data {
	display: inline;
	margin: 0 !important;
	width: 100%;
}
.fb-wall-message {
	color: #ccc !important;
	font-size: 85%;
	word-wrap: break-word;
}
.fb-wall-message a {
	color: #fff !important;
}
.fb-wall-message-from {
	display: block;
	margin: 5px 0;
	color: #fff !important;
}
.fb-wall-media img,
.fb-wall-media-container,
.fb-wall-date {
	display: none !important;
}

/* twitter */
#twitter_profile {
	float: left;
	margin: 0 3px 3px 0;
	border: 3px solid #eee;
}
#twitter_profile img {
	float: left;
}
#twitter_name {
	margin: 6px 0 3px;
}
#twitter_name a {
	font-size: 110%;
	color: #eee;
}
#twitter_txt {
	font-size: 90%;
	color: #ccc;
}
#twitter_txt a {
	color: #eee;
}

/* Foot Content - フッターコンテンツ
=====================================================
*/
#footContent {
  padding: 30px 0;
}
#footContent .contentLeft .bannerBox {
}
#footContent .contentLeft .bannerBox img {
	float: left;
	margin: 0 7px 15px 8px;	
}


/* Footer - フッター
=====================================================
*/
#siteFoot {
  padding: 30px 0 0; }
  #siteFoot #copy {
    width: 900px;
    height: 61px;
    float: left;
    text-indent: -99999px;
    margin: 30px 0 20px;
    background: url(img/copy.jpg) center 0 no-repeat; }

/* Page Common - 固定ページ 共通
=====================================================
*/
#content {
  width: 900px;
  float: left; }

/* Business - 事業案内
=====================================================
*/
.businessBox h2 {
	margin: 100px 70px 40px 0;
}
.bb {
	display: block;
	float: left;
	margin-bottom: 40px;
}
.bb p {
	width: 790px;
	margin: 4px 0 12px;
	font-size: 120%;
	padding-left: 40px;
	letter-spacing: 0;
}


/* Company - 会社概要
=====================================================
*/
#top_rap .companyBox {
  width: 700px;
  padding: 30px 0 0 200px;
  min-height: 1498px;
  background: url(img/company-side.png) no-repeat; }
  #pageUp {
    width: 51px;
    height: 26px;
    float: right;
    margin-right: 424px;
    text-indent: -99999px;
    background: url(img/company-arrow.png) no-repeat; }

.trBox {
  width: 700px;
  float: left;
  margin-bottom: 45px;
  padding-bottom: 5px;
  background: url(img/company-line.png) 0 bottom no-repeat; }
  .trBox table {
    border-collapse: collapse;
    border-spacing: 0; }
  .trBox td, .trBox th {
    padding: 5px; }
  .trBox th {
    width: 150px;
    font-weight: normal;
    text-align: left; }
  .trBox address {
    display: block;
    margin-bottom: 20px;
    font-style: normal; }

/* Portfolio Child - ポートフォリオ
=====================================================
*/
#portfolioBox {
  width: 875px;
  height: 590px;
  margin-bottom: 20px;
  padding-left: 25px;
  float: left;
  position: relative;
}
  #portfolioBox h2 {
    margin: 8px 0;
    font-weight: bold;  
  }

  #portfolioBox #crumb {
    text-align: right;
    font-size: 80%;
    margin: 0 0 20px; }

.singleBox {
  width: 150px;
  height: 150px;
  float: left;
  margin: 0 25px 20px 0;
}
.singleBox .photoBox {
	width: 148px;
	float: left;
	margin-bottom: 5px;
	border: 1px solid #ccc;
}
.photoBox a img {
	width: 100%;
	height: auto;
	float: left;
}
.singleBox h3 {
	font-size: 90%;
	line-height: 110%;
	color: #111;
}
#prevLink a, #nextLink a {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	text-indent: -99999px;
	background: url(img/nextprev.png) no-repeat;
}
#prevLink a {
	left: -50px;
	background-position: 0 0;
}
#nextLink a {
	right: -50px;
	background-position: -36px 0;
}
#prevLink a:hover {
	background-position: 0 -36px;
}
#nextLink a:hover {
	background-position: -36px -36px;
}
#commingsoon {
	font-size: 120%;
	font-weight: bold;
	margin-top: 260px;
	text-align: center;
}

/* Single Portfolio - ポートフォリオ詳細
=====================================================
*/
#singlePortfolio {
	width: 850px;
	margin: 0 auto;
}
#detailhead {
	width: 780px;
	margin: 0 auto 10px;
	overflow: hidden;
}
#detailhead h2 {
	width: 710px;
	float: left;
	margin-top: 20px;
}
#detailhead #backto {
	width: 51px;
	height: 50px;
	float: right;
}
#bigPhoto {
	position: relative;
	width: 780px;
	height: 520px;
	margin: 0 0 50px 35px;
	float: left;
}
#bigPhoto img {
	position: absolute;
	top: 0;
	left: 0;
}
#smallPhoto {
	width: 850px;
	float: left;
	margin-bottom: 50px;
}
#smallPhoto a {
	float: left;
	cursor: pointer;
}
#smallPhoto a img {
	float: left;
	margin-right: 22px;
	border: 1px solid #ccc;
}
#smallPhoto a img#sp3,
#smallPhoto a img#sp4 {
	margin-right: 23px;
}
#smallPhoto a img#sp5 {
	margin-right: 0;
}

/* Single Post - 新着情報詳細
=====================================================
*/
#singlePost {
	width: 780px;
	min-height: 300px;
	margin: 0 auto;
}
#singlePost h2 {
	font-size: 180%;
	width: 100%;
	float: left;
	color: #111;
}
#singlePost #date {
	border-bottom: 1px dotted #ccc;
	margin: 5px 0 20px;
	font-size: 80%;
	color: #999;
}
#postText {
	text-indent: 1em;
	margin-bottom: 60px;
}


