﻿@charset "utf-8";


/* CSS Document */

/*---------------------------------
	初期設定
---------------------------------*/
*{	margin: 0;
	padding: 0;
	
	}
	
/*コンテンツの高さ調整*/
html{
	height: 100%;
	}
	
.clearfix{
	clear: both;
	}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
	}

ul{	list-style: none;	}
	
a{
	color: #171414;
	text-decoration: none;
	}

a img{
	vertical-align: text-bottom;
}
a:hover{
	color: #F00;
	text-decoration: none;
	}
	
span.normal{ font-weight: normal;}

p, h1, h2, h3, h4, h5, h6{	margin: 0;}

span.px12{ font-size: 12px;}

img{ border: 0;}

body{
	background: #FFF;
	color: #171414;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;	
	text-align: left;
	font-size: 14px;
}

#header_wrapper{
	width: 980px;
	margin: 0 auto 20px auto;
}

#header_inner{
	padding: 15px 2px 0 2px;
	margin: 0;
}
#header_inner h1{
	color: #484848;
	font-size: 100%;
	margin: 0 0 20px 0;
}
#header_inner #header_info{
	overflow: hidden;
	margin: 0 0 10px 0;
}

#header_inner #header_logo{
	float: left;
}
#header_inner #header_tel{
	float: right;
	margin: 0 10px 0 0;
}
#header_inner #header_inquiry{
	float: right;
}
	
#gloval_menu{
	height: 50px;
	margin: 0 0 20px 0;
}
#gloval_menu ul li{
	float: left;	
}

#top_mainvisual {
	width:980px;
	height:212px;
	margin:0 auto 20px auto;
	position:relative;
}
#top_mainvisual img {
	position:absolute;
	left:0;
	top:0;
}


#top_contents_wrapper{
	background: transparent url(../images/bg_top_lead.png) repeat-x center top;
	overlor: auto;
	margin: 0 0 100px 0;
	height: 1000px;
}
#top_contents_inner{
	width: 980px;
	margin: 0 auto;
}

#top_contents_inner h2{
	height: 37px;
	padding: 13px 0 0 0;
	margin: 0 0 20px 0;
	text-align: center;
}

#top_contents_works{
	overflow: hidden;
	margin-bottom: 50px;
}
#top_contents_works .contsts_L{
	float: left;
	width: 445px;
	margin: 0 0 0 25px;
}
#top_contents_works {
	
}
#top_contents_works .contsts_R{
	float: right;
	width: 445px;
	margin: 0 25px 0 0;
}

#top_contents_works .works_category{
	
}
#top_contents_works .works_category .category_L{
	float: left;	
}
#top_contents_works .works_category .category_R{
	float: right;
}


#top_contents_works .works_category .category_box{
	width: 196px;
	padding: 10px;
	margin: 0 0 10px 0;
	border: 1px solid #c8c8c8;
	border-width: 2px 1px 1px 1px;
	border-radius: 1px;
}
#top_contents_works .works_category .h150{
	height: 136px;
}
#top_contents_works .works_category .category_box h3{
	color: #0b69dc;	
	font-size: 110%;
	margin: 0 0 10px 0;
}
#top_contents_works .works_category .category_box p{
	font-size: 90%;
	line-height: 180%;	
}
#top_contents_works .works_category .category_box h3.color02{
	color: #5d9f10;
}

#top_banner_list{
	text-align: center;
	margin: 0 0 200px 0;		
}
#top_banner_list ul li{
	display: inline-block;	
}

#to_pagetop{
	clear: both;
	background: transparent url(../images/bg_footertop.png) no-repeat left top;
	text-align: right;
	padding: 27px 0 0 0;
}
#to_pagetop img{
	vertical-align: bottom;	
}

#footer_wrapper{
	background-color: #3399cc;
	padding-bottom: 50px;
}
#footer_inner{
	width: 980px;
	padding: 35px 25px;
	margin: 0 auto;
}
#footer_inner div.contsts_L{
    float: left;
    width: 315px;
    margin: 0 30px 0 10px;
}
#footer_inner ul{
	font-size: 100%;
	margin: 0 0 10px 0;	
}
#footer_inner ul.pl20{
	padding-left: 20px;
}
#footer_inner ul.pl20 li a{
	text-decoration:  underline;
	padding-left: 1em;
}
#footer_inner ul.pl20 li:last-child{
	border-right: none;	
}
#footer_inner ul.pl20 li.f_memutitle{
	font-weight: bold;
	font-size: 110%;
	color: #fff;
}
#footer_inner ul#footer_menu{
	font-size: 110%;
	margin: 0 0 40px 0;
}
#footer_inner ul#footer_menu li{
	display: inline;
	color: #ffffff;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	border-left: 1px solid #ffffff;
}
#footer_inner ul li:last-child{
	border-right: 1px solid #ffffff;
}
#footer_inner ul li a{
	color: #ffffff;	
}

#footer_inner p.footer_info{
	color: #3399cc;
	line-height: 180%;
	font-weight: bold;
	height: 100%;
	border-right: solid 1px #fff;
	background:  #fff;
	padding: 1.5em 1em;
}
#footer_inner p.footer_info span{
	font-size: 140%;
	margin-bottom: 0.5em;
}
p.copyright{
	text-align: right;
	color: #3399cc;
	padding-right: 2em;
}