@charset "UTF-8";

/* 
======================================================================================================
	ver1.0 2015.07.17
	**- Tsukasa Kougyou. -**
	 -- Common CSS --
	URL: http://www.tsukasa-kougyou.com/
======================================================================================================
 */

@import url(basefont.css);
@import url(reset.css);

/*====================================================================================================
	Clearfix
======================================================================================================*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*====================================================================================================
	BASE SET
======================================================================================================*/
html,body{
    width: 100%;
	min-width: 1000px;
	-webkit-text-size-adjust: 100%;
}
BODY {
	position: relative;
	color: #333;
	background: #f9f9f9;
	text-align: center;
}

a {
	color: #00539f;
	text-decoration: none;
}
a:hover {
	color: #84ddf7;
}

br				{ letter-spacing: 0; }
br.blank		{ display: none; }

.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
.clear_cont {
	clear: both;
}

	/**/p				{ padding-top: 1.5em; line-height: 1.5em; }
p.pnopadding	{ padding-top: 0 !important; }

/*====================================================================================================
	Layout: Container
======================================================================================================*/

/*====================================================================================================
	Header
======================================================================================================*/
header{
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 80px;
	background-color: #fff;
}
header h1{
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -500px;
	width: 319px;
	height: 65px;
}
header p {
	padding-top:0;
}
header p.description {
	position:absolute;
	top: 20px;
	left:50%;
	font-size:13px;
	margin-left:-180px;
	text-align:left;
	line-height:1.4em;
}
header p.phoneno {
	position:absolute;
	top: 15px;
	left:50%;
	margin-left:260px;
	text-align:left;
	line-height:1.4em;
}

/* Navigation Menu
------------------------------------------------------------------------------------------------------*/
nav {
	padding: 10px 0;
	width: 100%;
	height: 30px;
	background-color: #0066bb;
}
nav ul{
	display : table ;
	margin: 0 auto;
	width: 1000px;
	height: 30px;
}
nav li{
	color: #fff;
	width: 142px;
	width: 124px;
	width: 110px;
	height: 30px;
	float: left;
	text-align: center;
	border-right: 1px solid #2288ee;

	display: -webkit-box; /* safari, Chrome */
	display: -moz-box;    /* Firefox */
	display: -o-box;      /* Opera */
	display: -ms-box;     /* IE */
	display: box;

	-webkit-box-align: center; /* safari, Chrome */
	-moz-box-align: center;    /* Firefox */
	-o-box-align: center;      /* Opera */
	-ms-box-align: center;     /* IE */
	box-align: center;         /* ベンダープレフィックスなし */

}
nav li.last {
	border: none;
}
nav ul li a {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	/*width: 142px;*/
	height: 30px;
	width: 124px;
}

#Home nav li.nav_home a,
#News nav li.nav_news a,
#Advantage nav li.nav_advantage a,
#Inspection nav li.nav_syaken a,
#Preparation nav li.nav_mainte a,
#Check nav li.nav_check a,
#Company nav li.nav_company a,
#Recruit nav li.nav_recruit a,
#Contact nav li.nav_contact a,
nav li a:hover {
	color: #84ddf7;
	opacity: 1;
	text-decoration: none;
}

/*====================================================================================================
	Layout: Main Contents
======================================================================================================*/
/* Section
------------------------------------------------------------------------------------------------------*/

/* Contents Area
------------------------------------------------------------------------------------------------------*/
.contents {
	margin:0 auto;
	width:1000px;
}

/* Heading
------------------------------------------------------------------------------------------------------*/
h2, h3, h4, h5, h6 {
	clear: both;
}
h2.title {
	width: 100%;
	height: 200px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
h3 {
	height: 56px;
	font-size:32px;
	font-weight: bold;
	line-height: 50px;
	background: url("../images/common/bg_h3.jpg") no-repeat 0 52px;
}

/* TopicPath
------------------------------------------------------------------------------------------------------*/
#topicpath{
	margin:10px auto;
	padding: 5px 0 40px;
	width:1000px;
	height: 20px;
	font-size: 11px;
	}
#topicpath ul{
	text-align: left;
    width: 500px;
    float: left;
	}
#topicpath li{
	display: inline;
	list-style-type: none;
	color: #00539f;
	}
#topicpath li a{
	padding-right: 10px;
	background: url("../images/common/topicpath.gif") no-repeat 100% 50%;
	color: #333;
	}




/*====================================================================================================
	Layout: Footer
======================================================================================================*/
footer{
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 100%;
	background-color: #fff;
}
/* Page To Top
------------------------------------------------------------------------------------------------------*/
.pagetop {
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	width: 100%;
	height: 60px;
	background-color: #f9f9f9;
}
.pagetop a{
	margin: 0 auto;
	padding-top: 60px;
	width: 60px;
	height: 0;
	display: block;
	overflow: hidden;
	background: url("../images/common/img_btntotop.png") no-repeat 0 0;
}
.pagetop a:hover{
	background-position: 0 -60px;
}


/* Information (bottom)
------------------------------------------------------------------------------------------------------*/
.footerinquiry {
	width: 100%;
	height: 130px;
	background-color: #e6eaee;
}
.footerinquiry .box{
	position:relative;
	margin:0 auto;
	width:1000px;
}
.inquiry{
	font-size: 18px;
    font-weight: bold;
	float: left;
	margin: 30px 15px 30px 0;
	padding: 20px 20px 20px 0;
	border-right: 1px solid #fff;
}
.footerinquiry .iq_phoneno {
	padding-top:15px;
	width:380px;
	float:left;
}

.footerinquiry .btn_inquiry {
	padding-top: 0 !important;
	width: 290px;
	height: 40px;
	position: absolute;
	top: 45px;
	right: 0;
	line-height: 40px;
	text-align: center;
	background-color: #0066bb;
}
.footerinquiry .btn_inquiry a{
	width: 290px;
	height: 40px;
	display: block;
	color: #fff;
	font-size: 17px;
	text-decoration: none;
}
.footerinquiry .btn_inquiry:hover {
	opacity: 0.75;
}


/* Footer (Company Info & footernavi)
------------------------------------------------------------------------------------------------------*/
.footerinfo {
	margin: 0 auto;
	padding: 40px 0;
	width:1000px;
}
.footerinfo .boxleft {
	width:390px;
	float: left;
	text-align:left;
	font-size:13px;
	line-height:1.5em;
	border-right: 1px solid #e6eaee;
}
.footerinfo .boxright {
	padding:0 0 40px 30px;
	width:579px;
	float: right;
	text-align: left;
	font-size:14px;
}
.companyname {
	padding-top: 0;
}
.footerinfo .boxright p.sitemap,
.footerinfo .boxright p.title{
	font-weight:bold;
	color:#0A3252;
}
.footerinfo .boxright p.sitemap{
	padding-top:0;
}

.footerinfo .boxright ul{
	margin: 0 auto;
	padding: 0.5em 0 15px;
	padding: 0.5em 0;
}
.footerinfo .boxright li{
	margin-right: 10px;
	padding: 0 10px 0 0;
	float: left;
	/*border-right: 1px solid #333;*/
}
.footerinfo .boxright li.last{
	border: none;
}
.footerinfo .boxright li a{
	color: #333;
}
.footerinfo .boxright li a:hover{
	color: #84ddf7;
	text-decoration: underline;
}

footer .copyright {
	clear: both;
	text-align: center;
	padding: 5px 0;
	height:25px;
	font-size:13px;
	background-color: #0066bb;
	color: #fff;
}
.lineup-link a{
	color: #333;
}
.lineup-link a:hover{
	color: #84ddf7;
	text-decoration: underline;
}

/*====================================================================================================
	Common Style
======================================================================================================*/
/* float clear
----------------------------------------------------------------------------- */
.c-both {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	font-size: 1px;
}

.line {
	clear: both;
	margin: 50px auto 30px;
	border: 0;
	height: 4px;
	background: #d8d8d8;
}

/* float
------------------------------------------------------------------------------------------------------*/
.floatright {
	clear: both;
	float: right;
}
.floatleft {
	clear: both;
	float: left;
}
.txt_right {
	text-align: right;
}
.txt_center {
	text-align: center;
}
.txt_left {
	text-align: left;
}
.imgright {
	margin: 0 0 20px 20px;
}
.imgleft {
	margin: 0 20px 20px 0;
}

/* table style
----------------------------------------------------------------------------- */
table {
	margin:1em auto 0;
	width:1000px;
	background-color:#ddd;
	border-collapse:separate;
	border-spacing:1px;
}
table th {
	padding:15px 20px;
	background-color:#0066bb;
	font-weight:bold;
	color: #fff;
	text-align: left;
}
table td {
	padding:15px 20px;
	background-color:#fff;
	text-align: left;
}
td.price1 {
	background-color: #81accf;
	color: #fff;
}
td.price2 {
	background-color: #b3cde1;
	color: #fff;
}

.mt-15 {
	margin-top: -15px;
}

/* search
----------------------------------------------------------------------------- */
#search {}
#___gcse_0 {
	float:right;
	width:420px;
	vertical-align: top !important;
}
#___gcse_0 .gsc-control-cse {
	border-color: #F9F9F9;
    background-color: #F9F9F9;
}
#___gcse_0 input.gsc-search-button, 
#___gcse_0 input.gsc-search-button:hover, 
#___gcse_0 input.gsc-search-button:focus {
    background-color: #333;
	padding: 8px 30px;
	margin-top:5px;
}
#___gcse_0 input.gsc-input, 
#___gcse_0 .gsc-input-box, 
#___gcse_0 .gsc-input-box-hover, 
#___gcse_0 .gsc-input-box-focus {
    border-color: #F9F9F9;
}
#___gcse_0 .gstl_50 {}
#___gcse_0 .cse .gsc-control-cse, 
#___gcse_0 .gsc-control-cse {
	padding:0;
}
#___gcse_0 table {
	border-collapse: collapse;
	vertical-align: top;
}
#___gcse_0 table td {
	padding:0;
    background-color: #F9F9F9;
}
#___gcse_0 .gsc-search-button {}
#___gcse_0 .gsc-search-box {
    line-height: 0;
	vertical-align: top;
}
#gs_tti50 {}
#gsc-iw-id1 {
	height: 0;
}
#gsc-i-id1 {
	margin: -8px 0 -8px -7px !important;
	padding: 5px !important;
	border: solid 1px #ddd !important;
}
#___gcse_0 .gsst_a {
	margin-top: 0;
}
#___gcse_0 table.gsc-search-box td {
	vertical-align: top;
}

/* ------ margin ------ */
.mt10  { margin-top:10px !important; }
.mt20  { margin-top:20px !important; }
.mt30  { margin-top:30px !important; }
.mt40  { margin-top:40px !important; }
.mt50  { margin-top:50px !important; }
.mt60  { margin-top:60px !important; }
.mt70  { margin-top:70px !important; }
.mt80  { margin-top:80px !important; }
.mt90  { margin-top:90px !important; }
.mt100 { margin-top:100px !important; }

.mt-10  { margin-top:-10px !important; }
.mt-20  { margin-top:-20px !important; }
.mt-30  { margin-top:-30px !important; }
.mt-40  { margin-top:-40px !important; }
.mt-50  { margin-top:-50px !important; }

.mb10  { margin-bottom:10px !important; }
.mb20  { margin-bottom:20px !important; }
.mb30  { margin-bottom:30px !important; }
.mb40  { margin-bottom:40px !important; }
.mb50  { margin-bottom:50px !important; }
.mb60  { margin-bottom:60px !important; }
.mb70  { margin-bottom:70px !important; }
.mb80  { margin-bottom:80px !important; }
.mb90  { margin-bottom:90px !important; }
.mb100 { margin-bottom:100px !important; }

.pt10  { padding-top:10px !important; }
.pt20  { padding-top:20px !important; }
.pt30  { padding-top:30px !important; }
.pt40  { padding-top:40px !important; }
.pt50  { padding-top:50px !important; }
.pt60  { padding-top:60px !important; }
.pt70  { padding-top:70px !important; }
.pt80  { padding-top:80px !important; }
.pt90  { padding-top:90px !important; }
.pt100 { padding-top:100px !important; }

.fs120{ font-size:120%; }
.fs110{ font-size:110%; }
.fs90{ font-size:90%; }
.fs80{ font-size:80%; }

.fb{ font-weight:bold; } 
.fn{ font-weight:normal; } 

.tc{ text-align:center!important;}
.tr{ text-align:right!important;}
.tl{ text-align:left!important;}

.fCol01{color:#FE0000;}

sup{font-size:8px; line-height:1;}

