@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
/*==========================================================

						全体

==========================================================*/
html {
margin-bottom: 1px;//本文の量の多い少ないに関わらず、どのブラウザでもはじめからスクロールバーを表示させておきたい。
height: 100%;
overflow-y:scroll;
}

/*==========================================================

						BODY

==========================================================*/
body {
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin:0;
	padding:0;
	color:#333333;
	border-top: 5px solid #284070;
	font-size:14px;
	line-height:27px;
	min-width:1100px;
	
}

/*==========================================================

					タイトルと共通CSS

==========================================================*/

.section_title {
    padding-bottom: 40px;
    padding-top: 40px;
}


.btn_more{
padding-top:40px;
padding-bottom:20px;
}

.contents_title {
padding-bottom:30px;

}
.h2_title {
padding-bottom:25px;

}
.text_box{
padding-bottom:30px;
}

.img_space{
padding-bottom:20px;
}

.h3_title {
	padding-bottom:10px;
	color: #999999;
	background-color: #fafafa;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.page_title img{

}
.copy_title{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #2d55ab;
	margin-bottom: 15px;
	padding-bottom: 10px;
	margin-top:10px;
	}
.txt_bule{
font-weight:bold;
color:#2d55ab;
}


.txtbg_grey{
background-color: #F7F8F9;
padding-top:15px;
padding-bottom:15px;
padding-left:10px;
padding-right:10px;

}
ruby {
ruby-align: distribute-space;
ruby-overhang: auto;
ruby-position: above;
}
/*==========================================================

						各設定

==========================================================*/
h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, br, img {
	margin:0;
	padding:0;
}

img {
	border:none;
	vertical-align:bottom;
}
li {
	list-style-type:none;
}
* html img {
	behavior: expression(
		this.style.filter = this.src.match(/ﾂ･.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
		this.src = this.src.match(/ﾂ･.png$/) ? this.src.slice(0, this.src.lastIndexOf("/")+1) + "ie6png.gif" : this.src,
		this.style.behavior = "none"
	);
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=50);
}

/*==========================================================

						リンク設定

==========================================================*/
a {
color:#284070;
}
a:link, a:visited, a:active {
text-decoration:none;

}
a:hover {
text-decoration:underline;
}

#main_contents a:link {
	text-decoration:underline;
	color:#284070;
}

#main_contents a:visited {
text-decoration:none;
text-decoration:underline;
	color:#284070;
}

#main_contents a:hover {
	text-decoration:underline;
	background-color: #ffffff;
}	


/*==========================================================

header

==========================================================*/
#header_wrap {
	width: 100%;
	clear:both;
content:”.”;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	z-index: 2;
}

.base-header h1 {
	margin:0px;
	float:left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #444444;
	text-shadow: 0 -1px 1px #ffffff, -1px 0 1px #ffffff, 1px 0 1px #000;
	position:absolute;
	font-size:9.5px;
}


.base-header .logo {
	margin:0px;
	float:left;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position:absolute;
}

.base-header .top_copy {
	margin:0px;
	text-align:center;
	padding-top: 265px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;
	position:absolute;
}
	
		

.tel_box{
	float:right;
	vertical-align: middle;
}

#mainimage_wrap {
	clear:both;
content:”.”;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -50px;
	margin-left: auto;
	z-index: 0;
position:absolute;
    width: 100%;
    z-index: 0;
	
}
#mainimage_box {
padding-top:25px;
padding-bottom:25px;
    width: 100%;
    z-index: 0;

}









.base-header { position:relative; }
.mod-headernav { position:relative; max-width:1000px; margin:0 auto; z-index:50; }
.mod-headernav-nav { position:absolute; top:0; right:0; margin:0; padding:0; }
.mod-headernav-navitem { list-style-type:none; display:inline-block; }


/*==========================================================

		グローバルナビ

==========================================================*/

#gnav_wrap {
	width: 100%;
	z-index: 100;
	background-image: url(../images/gnavi_bg.png);
	background-repeat: repeat-x;
	height:70px;
}
#gnav {
	position: relative;
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-image: url(../images/gnavi_bg.png);
	background-repeat: repeat-x;	
}
#gnav ul {
	margin: 0 auto;
}
#gnav ul li {
	float: left;
	position: relative;
	padding-right:0px;
}


/*==========================================================

						パンくず

==========================================================*/
#pankuzu_wrap {
	width: 100%;
	z-index: 100;
	background-image: none;
	background-repeat: repeat-x;
	height:auto;
	background-color: #444444;
}

#pankuzu{
	position: relative;
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 25px;
	color:#ffffff;
	background-image: url(../images/bg_pankuzu.gif);
	background-repeat: no-repeat;
	background-position: left center;
}




#pankuzu a:link {
text-decoration:none;
color:#ffffff;
}

#pankuzu a:visited {
text-decoration:none;
color:#ffffff;
}

#pankuzu a:hover {
	text-decoration:underline;
	color:#ffffff;
}


/*==========================================================

					ご相談バナー

==========================================================*/

.consultation_wrap {
	background-color:#FFFFFF;
    clear: both;
    display: block;
    height: 375px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.consultation_section {
    height: auto;
    margin: 0 auto;
	padding:0px;
    position: relative;
    text-align: center;
    width: 1000px;
}

/*==========================================================

					実績エリア

==========================================================*/

.works_wrap {
	background-image: url("../images/bg_works.jpg");
    background-position: center top;
    background-repeat: repeat;
    clear: both;
    display: block;
    height: 940px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}


.works_wrap2 {
	background-image: url("../images/bg_works.jpg");
    background-position: center top;
    background-repeat: repeat;
    clear: both;
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
	height: 540px;
}
.works_section {
    height: auto;
    margin: 0 auto;
	padding:0px;
    position: relative;
    text-align: center;
    width: 1000px;
}
.box3_left {
    float: left;
    padding-right: 20px;
    width: 320px;
	padding-bottom:20px;
}
.box3_end {
    float: right;
    width: 320px;
	padding-bottom:20px;
}


/*==========================================================

					contents_section

==========================================================*/
#contents{
   margin: 0 auto;
    padding: 0;
    width: 1000px;
	padding-top:40px;
}

#works_contents{
    float: left;
    padding-bottom: 50px;
    width: 1000px;
}
.works_contents_wrap {
    clear: both;
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.works_contents_wrap_b {
	background-color: #eef2f8;
    clear: both;
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
}



.works_section{
	padding-top:40px;
    padding-bottom: 40px;
    width: 1000px;
	height:580px;
}

.works_section2{
	padding-top:40px;
    padding-bottom: 40px;
    width: 1000px;
	height:280px;
}

.works_section_b{
	padding-top:40px;
    padding-bottom: 40px;
    width: 1000px;
	height:580px;
	background-color: #eef2f8;
}




.works_section_box{
    float: left;
	padding-top:140px;
    width: 400px;
	height:580px;
	z-index: 2;
position: absolute;
}

.works_section_img{
float:right;
    width: 1000px;
	height:580px;
    z-index: 1;
 position: relative;
 text-align:right;
	
}

.works_title_area{
 background-color: #f4f4f4;
    opacity: 0.95;
    padding: 0 50px 30px;
    position: relative;
    text-align: center;
    width: 400px;
	height:80px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:30px;
	padding-right:30px;
	margin-bottom:20px;
	text-align:left;
}

.works_title{
	padding-top:7px;
	font-size:20px;
	font-weight:bold;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	line-height: 27px;
}

.works_txt{
padding-top:50px;
padding-left:10px;
width:200px;
}


#main_section {
    float: left;
    padding-bottom: 50px;
    width: 670px;
}


/*==========================================================

				works_search   item_search  detail_search

==========================================================*/

#works_search_section {
    width: 670px;
	padding:0px;
	margin:0px;
	padding-bottom:15px;
}
.box2_left {
    float: left;
    padding-right: 10px;
    width: 325px;
}
.box2_end {
    float: right;
    width: 325px;
}

#item_search_section {
    width: 670px;
	padding:0px;
	margin:0px;
	padding-bottom:25px;
}

.search_list_box {
	background-color:#f7f8f9;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}


    .wrap {
	  float:left;
	  width: 155px;
	/*  border-top: 1px solid #cccccc;*/
    }
    .wrap a {
      width: 155px;
      height: 40px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      padding: 5px;
      text-decoration: none;
border-bottom: 1px solid #cccccc;
      display: table;
    }
    .wrap a:hover {
      background: #eee;
    }
    .wrap div {
      display: table-cell;
      padding: 0 0px 0 0;
    }
	
	.wrap img{
		height:30px;
		}
    .wrap p {
      display: table-cell;
      vertical-align: middle;
      line-height: 1.2;
	  font-size:11.5px;
	  padding-left:5px;
	  
    }


.search_list_box h3{
	background-image: url("../images/list_arrow.gif");
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top:10px;
}



.search_list_box ul{
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}



.search_list_box li{
	text-align:left;
	padding-right:7px;
	display: inline;
	font-size:12px;
}



/*==========================================================

				NEWS

==========================================================*/

#news_section {
	width: 670px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 30px;
}

.info_box {
    padding:0px;
	margin:0px;
}
.info_box table {
    text-align: left;
	width: 670px;
}
.info_box table td {
    
    padding-bottom: 15px;
    padding-left: 30px;
	padding-right:30px;
    padding-top: 15px;
}


.bg_gray {
	background-color:#f7f8f9;
}


/*==========================================================

					サイド

==========================================================*/
#sub_section {
	float:right;
    width: 300px;
}

.banner_sapce{
	 padding-bottom: 40px;
}

.banner_sapce img{
	 padding-bottom: 10px;
}

.sub_title{
	 padding-bottom: 20px;
}

.shop_title2{
	background-image: url("../images/icon_shop.png");
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 0;
	padding: 7px 0 7px 15px;
	margin-top:7px;
	margin-bottom:15px;
	border-bottom: 1px dotted #CCCCCC;
}

.shop_title{
    background-color: #6BA619;
    color: #fff;
    display: block;
    padding: 5px;
	width:300px;
}

#area_box{
}

#area_box li{
	float:left;
	padding-right:7px;
}

#search_box{
	padding-top:40px;
	padding-bottom:60px;
}

.search_title{
background-image: url("../images/icon_search.png");
    background-position: left center;
    background-repeat: no-repeat;
    margin-left: 0;
    padding: 7px 0 7px 15px;
	margin-bottom:15px;
	border-bottom: 1px dotted #CCCCCC;
}


#search_box li {
    background-position: left center;
    background-repeat: no-repeat;
    margin-left: 0;
	padding-bottom:10px;
}


/*#search_box li {
    background-image: url("../images/list_arrow.gif");
    background-position: left center;
    background-repeat: no-repeat;
    margin-left: 0;
    padding: 3px 0 3px 15px;
}
*/
/*==========================================================

					COMPANY_contents
					
==========================================================*/



.philosophy_wrap{
	text-align:center;
	display: block;
	clear:both;
	position: relative;
	content:”.”;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top:50px;
	padding-bottom:150px;
	background-color:#f7f8f9;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url("../images/bg_company.jpg");
    background-position: center top;
    background-repeat: repeat;
}


.philosophy_section{
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	width: 800px;
	height:auto;
	text-align:center;
	line-height: 26px;	/*color:#FFFFFF;*/
	opacity: 0.95; /* 55％不透明度（＝45％透過） */
   background-color: #ffffff;
}

/*==========================================================

					STAFF_contents
					
==========================================================*/



.staff_wrap{
	text-align:center;
	display: block;
	height:auto;
	clear:both;
	position: relative;
	content:”.”;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top:50px;
	padding-bottom:100px;
	background-image: url(../images/bg_staff.png);
	background-repeat: no-repeat;
	background-position: center top;
}


.staff_section{
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	width: 500px;
	height:auto;
	text-align:center;
	line-height: 26px;	/*color:#FFFFFF;*/
	opacity: 0.95; /* 55％不透明度（＝45％透過） */
   background-color: #ffffff;
}

/*==========================================================

					instagram

==========================================================*/

.instagram_wrap {
	background-color:#1b6a90;
    clear: both;
    display: block;
    height: 120px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.instagram_section {
    height: auto;
    margin: 0 auto;
	padding:0px;
    position: relative;
    text-align: center;
    width: 1000px;
}
/*==========================================================

					contact

==========================================================*/

.concept_wrap {
    background-image: url("../images/footer_concept_wrap_bg.png");
    background-position: center top;
    background-repeat: repeat;
    clear: both;
    display: block;
    height: 100px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.contents_section {
    height: auto;
    margin: 0 auto;
	padding:0px;
    position: relative;
    text-align: center;
    width: 1000px;
}
.contents_section img{
	float:left;
}

/*==========================================================

					フッター	

==========================================================*/

#footer {
	width: 100%;
	height:100%;
	clear:both;
	text-align:center;
	margin-top:0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #222222;
	color:#ffffff;
	font-size:11px;
	line-height:20px;
}
#footer #footer_inner {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:1000px;
	padding-top:50px;
}


#footer_box{
width:1000px;
padding-bottom:60px;
}

.footer_campanyinfo{
	width:430px;
	height:240px;
	padding-left:0px;
	float:left;
	text-align:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5c5c5c;
}
.footer_logo{
	padding-top:5px;
	padding-bottom:20px;
	}

.footer_box1{
	width:260px;
	height:240px;
	padding-left:20px;
	float:left;
	text-align:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5c5c5c;
	
}
.footer_box_end{
width:260px;
float:right;
text-align:left;
padding-left:0px;
}
.footer_box1 p{
	font-weight: bold;
	padding-bottom: 7px;
}


.footer_box1 ul {
}
.footer_box1 li {
display:block;
	margin-left:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom:5px;
}
.footer_box_end p{
	font-weight: bold;
	padding-bottom: 7px;
}

.footer_box_end ul {
}
.footer_box_end li {
display:block;
	margin-left:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom:5px;
}

.footer_title{
	margin-bottom: 10px;
	font-family: "BrownBold",sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2px;
	padding-bottom: 5px;
}
#copyright {
	width: 100%;
	height:100%;
	clear:both;
	text-align:center;
	margin-top:0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #2b2a2a;
	color:#ffffff;
}
#copyright_inner {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:1000px;
	padding-top:20px;
	padding-bottom:60px;
	font-size: 12px;
}

#footer_navi{
	width:1000px;
	padding-bottom:20px;
	padding-top:10px;
	text-align:center;
	color:#ffffff;

}

#footer_navi ul {
}
#footer_navi li {
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	margin-left:0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	display: inline;
}

#copyright_inner a:link {
color:#ffffff;
}



#footer_inner a:link {
color:#ffffff;
}

#footer a {
	color:#ffffff;
	text-decoration: none;
}
#footer a:hover {
	color:#ffffff;
	text-decoration: underline;
}			


#footer_inner a:visited {
text-decoration:none;
color:#ffffff;
}

#footer_inner a:hover {
text-decoration:none;
color:#ffffff;
}	



.copyright {
float:right;
}



a#page-top {
	bottom: 20px;
	display: block;
	height: 37px;
	position: fixed;
	right: 20px;
	width: 37px;
	z-index: 10000;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/goto_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#footerwrap {
width:1000px;
margin-top:50px;
}








.item_list_wrap {
	background-image: url("../images/bg_works.jpg");
	background-position: center top;
	background-repeat: repeat;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}


.item_list_wrap2 {
	border: 1px solid #CCCCCC;
	margin-top: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	font-size: 11px;
	line-height: 14px;
	background-color: #f4f4f4;
}

.staff_title {
	background-image: url(../images/title_bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	font-size: 18px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #FFFFFF;
}


.item_list_title {
    background-color: #1759AD;
    color: #FFFFFF;
    display: block;
    padding: 5px;
}

.font_blue{
	color: #1759AD;
	font-weight: bold;
}
.font_red2{
	color: #cf3f73;
	font-weight: bold;
}
