@charset "utf-8";

/*------------------------------------------------------------------------------
common - CSS Modules
Date: 2014-0309-
Copyright (C) CREATE LAB. All Rights Reserved.
------------------------------------------------------------------------------*/

body {
	color:#333;
	font-size:					77%;	/* 77・93・108・123.1 */
	font-family:verdana,'Oxygen','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	line-height:1.5;
	background:transparent;
	height: 100%;
	-webkit-text-size-adjust: none;
}

/* リンク設定
-----------------------------*/
a:link {
	color: #000000;	/* リンクの色 */
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color: #000;	/* 訪問済リンクの色 */
}
a:hover{
	color: #a4a4a4;	/* ロールオーバーリンクの色 */
	text-decoration:underline;
}
a:active, a:focus {
	color: #1af/*009*/;	/* 選択中リンクの色 */
	outline:0;
	text-decoration:underline;
}

.page:link {
	color: #000;	/* リンクの色 */
	text-decoration:none;
}

.page:visited {
	text-decoration:none;
	color: #000;	/* 訪問済リンクの色 */
}

.page:hover{
	color: #000;	/* ロールオーバーリンクの色 */
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}

.page:active, a:focus {
	color: #000/* 選択中リンクの色 */
	outline:0;
	text-decoration:underline;
}

/* 全体
------------------------------*/
#header, #container {
	min-width: 950px;
}

#container{
	margin:0 auto;
	width:100%;
	position:relative;
        top: 0px;
	min-height: 100%;
	height: auto !important;
	background:transparent;
}

.contentsWidth {
	width:1040px;
	margin: 0 auto;
	text-align: left;
}

.mainbgSat {
	background:url(../img/common/bg_satisfaction.jpg) no-repeat;
}

.mainbgMes {
	background:url(../img/common/image_message.png) no-repeat;
}

.mainbgCom {
	background:url(../img/common/image_company.png) no-repeat;
}

.mainbgRec {
	background:url(../img/common/image_recruit.png) no-repeat;
}

.mainbgInq {
	background:url(../img/common/image_inquiry.png) no-repeat;
}

.mainbgWor{
	background: url(../img/common/image_works.png) no-repeat;
}



.onMainImageSat {
	padding-top: 80px;
}

.onMainImageMes {
	padding-top: 250px;
	padding-left: 220px;
}

.onMainImageWeb {
	padding-top: 40px;
}

.onMainImageCom {
	padding-top: 220px;
}

.onMainImageInq {
	padding-top: 240px;
	padding-left: 240px;
}

.onMainImageRec {
	padding-top: 210px;
	padding-left: 260px;
}

.onMainImageWor{
	padding-top: 250px;
}

.companyTb th {
	background-color: #EEEFEF;
	padding: 8px 15px;
	border-bottom: 1px solid #979696;
	font-weight: normal;
}

.companyTb td {
	padding: 8px 15px;
	border-bottom: 1px solid #979696;
}

.icon, .icon-right {
        width: 35px;
        height: 35px;
}

/* ヘッダー
------------------------------*/
#header {
	width: 100%;
	position: absolute;
	top: 0;
	background:transparent;
}

#headerContents {
	height: 320px;
	position:relative;
}

#headLogo {
	position: absolute;
        top: 0px;
	text-align: left;
	z-index: 110;
	padding:40px 0 32px;
}

#headLine {
	position: relative;
	z-index: 110;
	top: 100px;
	right: 40px;
	padding:0;
	margin:0;
}

#globalNav {
	position: absolute;
    top: 125px;
    right: 0px;
	z-index: 110;
	font-size: 14px;
}

#globalNav ul li {
	display: inline-block;
	/*width: 93px;
	margin-right: 1.2em;*/
}

#globalNav ul li.mr {
	margin: 0 30px;
}

/* パンくず
------------------------------*/
#panNav a:link, 
#panNav  a:visited, 
#panNav  a:active {
	color:#fff;
	text-decoration:none;
}

#panNav  a:hover {
	color:#fff;
	text-decoration:underline;
}

/* メインコンテンツ
------------------------------*/
#contents {
	/*width: 100%;*/
	position: relative;
	/*background: transparent;*/
	margin-top: 320px;
	padding-bottom: 200px;
}

/*
 * トップページ
 */
/* ページ紹介
------------------------------*/
.introduce {
	width: 50%;
	padding: 0 10px;
}

.introduce table td {
	vertical-align: top;
	text-align: left;
}

.introduce table td {
	padding: 0 25px 30px 0;
}

/* ニュース
------------------------------*/
.news {
	width: 50%;
	padding: 0 10px 30px;
}

.news h2 {
	color: #C9433F;
	font-weight: normal;
	font-size: 1.6em;
	text-align: left;
	padding: 0 0 2px 4px;
	margin-bottom: 15px;
	border-bottom: 1px solid #444;
}

.news table td {
	padding-bottom: 8px;
}

.news table .newsIcon {
	background-color: #C11A20;
	padding: 1px 4px;
	letter-spacing: 0.1em;
	color: #fff;
}



/*
 * profile ページ
 */
.profile {
	width: 45%;
	padding: 0 20px 30px;
	text-align: left;
	line-height: 1.8em;
	font-size: 1.2em;
}

.profile h2 {
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 5px;
	letter-spacing: 0.1em;
}
/* 会社概要
------------------------------*/
.outline {
	width: 55%;
	padding: 0 20px 30px;
}

.outline table {
	text-align: left;
}

.outline table td {
	vertical-align: top;
	border-bottom: 1px solid #888;
	padding: 12px 0;
	line-height: 2.0em;
}



/*
 * service ページ
 */
.se {
	width: 50%;
	padding: 0 20px 30px;
	text-align: left;
	line-height: 1.8em;
}

.se h2, .service h2 {
	font-size: 1.8em;
	font-weight: bold;
	border-bottom: 1px dotted #888;
	padding-bottom: 8px;
	margin-bottom: 4px;
}

.se .subTitle, .service .subTitle {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 10px;
}

/* サービス内容
------------------------------*/
.service {
	width: 50%;
	padding: 0 20px 30px;
	text-align: left;
	line-height: 1.8em;
}


/*
 * contact ページ
 */
.contact {
	width: 100%;
	padding: 0 20px 30px;
	text-align: left;
	line-height: 1.8em;
}

.contact h2 {
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 4px;
}

.inqBox {
	width: 94%;
}

.contacttb {
	width: 100%;
	margin-bottom: 20px;
}

.contacttb td {
	padding: 0.4em 1em;
	border-bottom: 1px solid #888;
	vertical-align: top;
	text-align: left;
	line-height: 2.2em;
}



/*
 * プライバシーポリシーページ
 */
#pp {
         padding-top: 40px;
        width:720px;
}
.adjblock .naradjblock{
    margin: 0 auto;
}
#pp h2 {
	font-size: 1.2em;
	background-color: #444; 
	color: #fff;
	padding:8px;
	margin-bottom: 13px;
}
#pp .naradjblock{
    width: 80%;
}
#pp .num li {
    list-style-type: decimal;
}
#pp .dot li {
    list-style-type: disc;
}
#pp .adjlist ul, .adjlist dl{
    padding:  4px;
}
#pp .adjlist li{
    margin-left: 2.5em;
    margin-bottom: 0.6em;
}


/*
 * サイトマップーページ
 */
#sitemap h2 {
        font-size: 1.2em;
       /**background-color: #C11A20;
        color: #fff;*/
        padding:8px;
        margin-bottom: 13px;
}
#sitemap dl {
    margin: 30px auto;
    width: 310px;
    text-align: left;
}
#sitemap dt {
    padding: 5px 0 5px;
    margin-top: 10px;
}
#sitemap dd {
    padding-left: 18px;
    padding-bottom: 5px;
    text-align: left;
}

/* グリッド
------------------------------*/
.gridContainer{
	overflow: hidden;
}

* html .gridContainer{height:1%;}

.grid{
	float:left;
	background:transparent;
}

.box{
	margin:0;
	padding:0;
}


/* テーブル
------------------------------*/
table.table{
	border-collapse:collapse;
	margin:5px auto 15px auto;
}

table.table td{
	border-collapse:collapse;
	background-color:#F9F9F9;
	text-align:left;
	padding:8px;
	border:1px solid #D6D6D6;
	line-height:20px;
}

table.table th{
	background-color:#F5F5F5;
	text-align:right;
	padding:8px;
	white-space:nowrap;
	color: #151515;
	border-top:1px solid #D4D4D4;
	border-right:4px solid #D4D4D4;
	border-bottom:1px solid #D4D4D4;
	border-left:1px solid #D4D4D4;
	font-size:13px;
	font-weight:normal;
	letter-spacing:1px;
	background-repeat:repeat-x;
	background-position:top;
}

.baseTb {
	width: 100%;
}

/* リスト
------------------------------*/
ul.list li{
	clear:both;
	margin-bottom:5px;
	padding:5px 0;
	overflow:hidden;
}

ul.list li{height:1%;}

ul.list li img{
	float:left;
	margin-right:10px;
}

ul.list li{
	font-size:12px;
	line-height:1.35;
}

ul.list li:last-child{
	border:0;
	margin-bottom:0px;
}

.stdlist ul,.stdlist dl {
	margin-bottom:	0;
	padding: 4px;
}

.stdlist li {
	margin-left: 2.5em;
}

.stdlist dt {
	margin-left: 0.5em;
}

.stdlist dd {
	margin-left: 1.5em;
	margin-bottom: 1.0em;
}

.dot li {
	list-style-type: disc;
}


/* showcase
------------------------------*/
#showcase {
	border-bottom: 1px solid #A69B7D;
	border-left: 1px solid #A69B7D;
	border-right: 1px solid #A69B7D;
	background-color: #F4EEE3;
	padding: 16px 0 0 14px;
}

#showcase table td {
	text-align: left;
	padding-bottom: 12px;
	font-size: 0.9em;
	vertical-align: top;
}

/* no script
------------------------------*/
#noscript {
	background-color: #f00;
	color: #fff;
	padding: 10px 14px;
	text-align: center;
	margin: 0 auto;
}

/* to top
------------------------------*/
#toTop img {
	vertical-align: bottom;
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* h
------------------------------*/
h3{
	text-indent: 0.3em;
	font-family: 'Oxygen','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	font-size: 2em;
	color: #161515;
	margin: 4px 0;
}

h4{
	height: 42px;
	text-indent: 1.2em;
	font-family: 'Oxygen','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	font-size: 1.4em;
	color: #111;
	padding-top: 8px;
	margin-bottom: 15px;
	background:url(../../img/common/bg_h4_01.png) no-repeat;
	background-position: left;
}

h4.doubleLine{
	height: 68px;
	background:url(../../img/common/bg_h4_02.png) no-repeat;
}

h5{
	text-indent: 1.2em;
	font-weight: bold;
	font-size: 1.2em;
	color: #c47000;
	margin-bottom: 15px;
	background:url(../../img/common/bg_h5_01.png) no-repeat;
	background-position: left;
}

#pageTopTab{
	display: block;
	width: 153px;
	height: 32px;
	margin: 0 auto;
	padding: 5px;
	text-indent: 1.5em;
	background:url(../../img/common/btn_toTop_01_off.jpg) no-repeat;
	background-position: center;
}


#pageTopTab{
	display: block;
	width: 153px;
	height: 32px;
	margin: 0 auto;
	padding: 5px;
	text-indent: 1.5em;
	background:url(../../img/common/btn_toTop_01_off.jpg) no-repeat;
	background-position: center;
}

/* footer
------------------------------*/
#footer {
	position: absolute;
	bottom: 0;
	height: 150px;
	width: 100%;
	padding-top: 15px;
}

.footer-copy-right {
	position: absolute;
	top: 70%;
	left: 0%;
}

.footer-sns {
	position: absolute;
	top: 60%;
	left: 90%;
}

.footer-like {
	position: absolute;
	top: 70%;
	left: 76%;
}

#footerLink {
	margin-top: 12px;
}

#copyRight {
	font-size: 0.9em;
}

#footer a:link {
	color: #fff/*009*/;	/* リンクの色 */
	text-decoration:none;
}

#footer a:visited {
	color: #fff/*009*/;	/* 訪問済リンクの色 */
	text-decoration:none;
}

#footer a:hover{
	color: #000;	/* ロールオーバーリンクの色 */
	text-decoration:underline;
}

#footer a:active, a:focus {
	color: #000;	/* 選択中リンクの色 */
	outline:0;
	text-decoration:underline;
}

.contentsTitle {
	font-size: 20px;
	font-weight: bold;
	top: 0;
	left: 40px;
	padding-bottom: 50px;
}

.contentsText {
    width: 100%;
    top: 100px;
    left:40px;
    line-height: 2;
    font-size: 14px;
}

.left-contents {
	float: left;
	width: 50%;
	position: relative;
	padding-left: 42px;
}

.right-contents {
	float: right;
	width: 50%;
	position: relative;
	padding-left: 45px;
}

.color-red {
	color: #E50020 !important;
}

.title-adjust {
	padding-left: 45px;
}



/* media query 
@media only screen and (max-width:480px){ }
*/
@media only screen and (max-width:480px){ }