/*
Theme Name: skeikaku
Description:株式会社エス計画のテンプレート
Author: magnetindustry.inc
Author URI: http://www.magnet-net.co.jp
Version: 1.0
*/



@charset "utf-8";



/* CSS Document */

/****************************************

          General Setting

*****************************************/

html, body {
	margin: 0;
	padding: 0;
}

body {
	color: #333333;
	font-size: 14px;
	font-family:  meiryo, 'Open Sans', 'モリサワ新ゴR', 'Droid Sans', HiraKakuProN-W3, 'Hiragino Kaku Gothic Pro', 'IPAexGothic', 'MS PGothic', 'ＭＳ Ｐゴシック', IPAPGothic, 'IPA P ゴシック', sans-serif;
	/*'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック',sans-serif,Verdana, Arial,
    	;"Shin Go Regular"*/
	line-height: 160%;
	display: inline;
	
	
}
body {
	background-image:url(images/back_s.png);
	background-repeat:repeat-x;
}
body#top {
	background-image:url(images/back.png);
	background-repeat:repeat-x;
}

p {
	line-height: 2.30em;
}

img.size_M{
	width:70%;
}


/****************************************

          Typography

*****************************************/

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

h1 {
	margin-bottom: 10px;
	font-size: 240%;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: inline;
}

h2{
	margin-bottom: 1em;
	font-size: 200%;
	font-weight:bold;
	color:#2a8860;
	border-bottom:#2a8860 solid 1px;
	padding-bottom:0.2em;
	
}

h3{
	margin-bottom: 1em;
	font-size: 160%;
	font-weight:bold;
	color:#2a8860;
	border-bottom:#2a8860 dotted 1px;
	
}

h4{
	margin-bottom: 10px;
	font-size: 120%;
	font-weight:bold;
	color:#2a8860;
	
}


/****************************************

          List

*****************************************/

ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}



ul ul{
	/*margin-left: 1em;*/
	
}
ul ul li{
/*list-style-type: disc;
	list-style-position: inside;*/
}

ul ul ul{

	

}
ul ul ul li{

}

#content ul.mark_disc{
	padding-left: 2em;
	padding-bottom: 1em;
}
#content ul.mark_disc li{
	list-style-type: disc;
}



/****************************************

          Table

*****************************************/

table{
	
}
table th{
	text-align:left;
	padding:1em;
}
table td{
	/*padding:1em;   コメントアウト：20151126*/
}

.t_name{
width:17%;
float:left;

}
.t_data{
	width:80%;
	float:left;	
	padding-top:20px;
	
}

/****************************************

          Link

*****************************************/

a:link,a:visited {
	/*border-bottom: 1px solid #000;*/
	color: #6C9B00;
	text-decoration:none;
	
}
a img {
    border-style:none;
} 
img {
    border-style:none;
} 

a:hover,
.current_page_item a,
.current-page-ancestor a { 

	color: #6C9B00;
	text-decoration: underline;
	/*color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;*/
}



/****************************************

          Layout

*****************************************/

#container {
	width: 1100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position:relative;
}

#header {
	width: 100%;
	height:300px;
	background-image: url(images/top_head_img.jpg);
	background-repeat: no-repeat;
	/*border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;*/
}

#header2 {
	width: 100%;
	height:100px;
	background-image: url(images/head_img.jpg);
	background-repeat: no-repeat;
	/*border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;*/
}

#image_grade {
	z-index: -1;
	position: absolute;
	display: block;
	width: 100%;
	height: 7px;
	top: 300px;
	left: 0;
	background-image: url(images/menu_bk.gif);
	background-repeat: repeat-x;
	}

#image_grade2 {
	z-index: -2;
	position: absolute;
	display: block;
	width: 100%;
	height: 300px;
	top: 0px;
	left: 0;
	background-image: url(images/top_head_bk.jpg);
	background-repeat: repeat-x;
	}
	
	
	#image_grade_short {
	z-index: -1;
	position: absolute;
	display: block;
	width: 100%;
	height: 7px;
	top: 100px;
	left: 0;
	background-image: url(images/menu_bk.gif);
	background-repeat: repeat-x;
	}

#image_grade2_short {
	z-index: -2;
	position: absolute;
	display: block;
	width: 100%;
	height: 100px;
	top: 0px;
	left: 0;
	background-image: url(images/top_head_bk.jpg);
	background-repeat: repeat-x;
	}

#content{
	padding:0 200px 50px 200px;/*100%→50％20151126*/
	min-height:500px;
}
body#top #content, 
body.page-template-project #content,
body.single-project #content
{
	padding:0 20px 100px 20px;/
	/*background-color:#0F3;*/
}


/****************************************

          Navigation

*****************************************/

.menu-mainmenu-container {

  width:100%; 


}

.menu-mainmenu-container ul{
	font-size: 18px;
	text-align: center;
	width: 100%;
	display: table;
	table-layout: fixed;
	background-image: url(images/menu_bk.gif);
	background-repeat: repeat-x;
}

.menu-mainmenu-container ul li{
border-left: 2px solid #fff;
    display: table-cell;

}
.menu-mainmenu-container ul li:last-child {
    border-right: 2px solid #fff;
}


.menu-mainmenu-container a{
    color: #333;
    
    text-decoration: none;
    padding: 12px 0;
    display: block;

}

.menu-mainmenu-container a:hover,
.menu-mainmenu-container ul .current_page_item a,
.menu-item-24 a
{
	background-image: url(images/menu_bk_on.jpg);
	background-repeat: no-repeat;	
}

/****************************************

         SUB Navigation

*****************************************/

#subnavi {
 
  width:800px;
  height:15px;
  margin: 0 auto;
  clear:both;

}

#subnavi ul{
	 height:20px;
	font-size: 14px;
	text-align: center;
	width: 100%;
	display: table;
	table-layout: fixed;
	
	
	
}

#subnavi ul li{
border-left: 1px solid #ccc;
    display: table-cell;

}
#subnavi ul li:last-child {
    border-right: 1px solid #ccc;
}


#subnavi a{
    color: #333;
    
    text-decoration: none;
    padding: 5px 0;
    display: block;

}

#subnavi a:hover{
	background-image: url(images/menu_bk_on.jpg);
	background-repeat: no-repeat;	
}


/****************************************

         head_content(project_list)

*****************************************/

#head_content{
	display:block;
	width:100%;
	height:180px;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	position:absolute;
	top:110px;
}
.casset_header{
	width:144px;
	height:174px;
	float: left;
	text-align:left;
	position:absolute;
}
.casset_header .casset_title{
	padding-left:10px;
	padding-right:10px;
	vertical-align:middle;
	height:23px;
	
	color:#fff;	
	
}

.Construction{
background-color:#00b268;	
}

.Smart{
	background-color: #0061b2;

}
.Network{
background-color: #d6013b;		
}





.casset_header .pict_base{
	width:134px;
	height:134px;	
	background-color:#ffffff;
	padding:5px;
	box-shadow:1px 1px 4px  rgba(0, 0, 0, 0.5);
	border-radius:4px;
}
.casset_header .pict_main{
	width:134px;
	height:134px;
	background-color:#ffffff;
	
}
.casset_header .pict_main img{
	width:100%;
	height:100%;	
}

.casset_header .text_title{
	margin:5px;	
	height:30px;
	text-align:center;
	color:#FFF;
	font-size:13px;
	line-height:1.3em;
	text-shadow:1px 1px 1px  rgba(0, 0, 0, 1.0);
	
}
/****************************************

         topix

*****************************************/

#topix {
width:545px;
height:;
float:left;
margin-top: 20px;
margin-bottom: 50px;		
}

#topix_title{
	width:100%;
border-bottom:1px solid #2a8860;	
	
}
#topix_title_box{
width:140px;	
	font-size: 18px;
	font-weight: bold;
	color: #2a8860;	
	padding: 10px 0px 5px 0px;
	border-bottom:1px solid #2a8860;	
	
}

.topix_table{
width:100%;	
	
}

.topix_td1{
width:100px;
padding-left:0px;	
padding-top:10px;	
vertical-align: top;
	
}
.topix_td2{
padding-top:10px;	
vertical-align: top;	
	
}


/****************************************

         banner

*****************************************/
	
#banner{
	width:495px;
	float:right;
	margin-top: 20px;
	
	
}

.banner_box{
width:238px;
height:	58px;
margin-left:9px;
margin-top:10px;
margin-right:0px;
float:left;
	
}

.banner_box a:hover{
	
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";	
	
	
}



#banner_title{
		font-size: 18px;
	font-weight: bold;
	color: #2a8860;	
	padding: 10px 0px 5px 5px;
	border-bottom:1px solid #2a8860;	
	
}
/****************************************

          concept

*****************************************/



#concept{
	width:100%;
	height:285px;
	clear:both;

	background-color: #ececec;	
	border-radius: 10px;
	/*margin-top:20px; 修正20151126*/
	
	
}

/****************************************

          works

*****************************************/

#pan{
margin-top: 20px;
margin-bottom: 30px;
padding:0px 20px;	
	
	
}

.casset{
	width:190px;
	height:280px;
	/*background-color:#E3E3E3;*/
	float: left;
	text-align:left;
	margin: 0 37px;	
	
}
.casset.no1{
	
/*margin-left:38px;	*/
	
	
	
}

.casset.no4{
	
/*margin-right:38px;	*/
	
	
	
}
.casset .casset_title{
	padding-left:10px;
	padding-right:10px;
	vertical-align:middle;
	height:23px;
	
	color:#fff;	
}
.Construction{
background-color:#00b268;	
}

.Smart{
	background-color: #0061b2;

}
.Network{
background-color: #d6013b;		
}

.casset .pict_base{
	width:174px;
	height:174px;	
	background-color:#d9d9d9;
	padding:8px;
	
}
.casset .pict_base:hover{
background-color:#cfe87a;	
	
}
.casset .pict_main{
	width:174px;
	height:174px;
	
}
.casset .pict_main a{
	display:block;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50% 50%;
	
}
/*
.casset .pict_main a:hover{
	opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";


}*/
.casset .text_title{
margin:8px;	
text-align:center;		
	
}


/****************************************

          topics_detail

*****************************************/
#topics_title{
	border-bottom:1px solid #2a8860;	
	font-size: 20px;
	font-weight: bold;
	color: #2a8860;
	/*padding: 0px 0px 5px 0px;
	margin: 0px 38px 0px 38px;*/
	border-bottom:1px solid #2a8860;	
}
#topics_date{
	font-size: 16px;
	font-weight: bold;
	color:#666;
	margin:10px 0px 0px 0px;
	
}
#topics_text{
	margin:10px 0px 50px 0px;
	
}


/****************************************

          works_detail

*****************************************/
#detail_title{
	
	/*width:1000px;*/
	border-bottom:1px solid #2a8860;	
	font-size: 20px;
	font-weight: bold;
	color: #2a8860;
	/*padding: 0px 0px 5px 0px;
	margin: 0px 38px 0px 38px;*/
	border-bottom:1px solid #2a8860;	
	
	
}
#detail_date{
	font-size: 16px;
	font-weight: bold;
	color:#666;
	margin:10px 0px 0px 38px;
	
}
#detail_text{
	
	width:580px;
	/*margin:30px 20px 20px 38px;*/
	margin:30px 0px 20px 0px;
	float:left;
	
}
#detail_device{
	margin:30px 0px 20px 0px;
	width:500px;
	border:1px solid #BEBEBE;	
}
#detail_device_title{
	padding:5px;
	background-color:#444;
	color:#fff;	
	
}
#detail_device_link{
	padding:10px 10px 20px 10px;	
	
}
#detail_pict{
	
	width:420px;	
	margin:30px 38px 20px 4px;
	float:right;	
	
}

.detail_pict_box{
	width:420px;
	height:315px;
	margin-bottom:20px;
	
}
.detail_pict_box img{
	width:100%;
}

#detail_form{
	text-align:center;
	clear:both;
	margin-bottom:40px;
	
}
#detail_form img{
	width:456px;
	height:auto;
	
}
#detail_form img:hover{
	opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";	
	
}
/****************************************

          concept

*****************************************/
#concept_text{
	text-align:center;
	font-size: 18px;
	color:#333;
	padding:10px 0px 10px 0px;

}


#concept_pict{
	width:880px;
	height:220px;
	margin:0px 110px 0px 110px;
	background-image: url(images/concept_pict_bk.jpg);
	background-repeat: no-repeat;
	padding-top:110px;
}
.concept_text_box{
	width:220px;
	height:110px;
	text-align:center;
	color:#fff;
	float:left;
	
}
.concept_text_title{
	font-size: 20px;
	padding-bottom:5px;
	font-weight: bold;
}
.concept_text_body{
font-size: 13px;	
	
}
.wpcf7-textarea{
	width:100%;
	
}

/****************************************

          Footer

*****************************************/

#copyright{
	padding: 30px 0;
	color: #888;
	font-size: 12px;
	text-align: center;
}

/****************************************

          Clearfix

*****************************************/

#container:after,
#header .menu > ul:after,
#header ul.menu:after,
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}

/* clearfix for ie7 */
#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: inline-block;
}

#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: block;
}

#menu-box{display:none;}


/****************************************

          Contact

*****************************************/
#contact_box{
	padding:10px 20px 10px 20px;
	background-color:#ececec;
	border-radius:10px;
	margin-top:30px;
	
}




.wpcf7-submit{
		width:150px;
	padding:20px 0 20px 0;


/*margin-left:140px;*/
text-align:center;


    font-size: 1.2em;
	}	



@media screen and (max-width: 480px) {
	
h2{

	font-size: 150%;/* 修正20151126*/
	
}	
	
	
	
#container{
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
body {
	color: #333;
	font-size: 16px;
	font-family:  meiryo, 'Open Sans', 'モリサワ新ゴR', 'Droid Sans', HiraKakuProN-W3, 'Hiragino Kaku Gothic Pro', 'IPAexGothic', 'MS PGothic', 'ＭＳ Ｐゴシック', IPAPGothic, 'IPA P ゴシック', sans-serif;
	/*'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック',sans-serif,Verdana, Arial,
    	;"Shin Go Regular"*/
	line-height: 160%;
	display: inline;
}
body,
body#top  {
	background-image:none;
	background-repeat:no-repeat;
}


#header,#header2 {
	width: 100%;
	/*float:left;*/
	height:0;
	background-image: url(images/mob_top_head_img.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	
    height: 0;
    padding-top: 41.8%;
}

#head_content{
	display:none;
}

#image_grade {display:none;}
#image_grade2 {display:none;}
#image_grade_short {display:none;}
#image_grade2_short {display:none;}
#concept{display:none;}

.menu-mainmenu-container{display:none;}

#menu-box{
	display:block;
	width:100%;
	
	
	}
#mob_menu{display: none;
    
  }

  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background: #222;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom: 1px solid #444;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #222;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }


#mob_menu{
  width: 100%;
  /*max-width: 960px;*/
  margin: 0 auto;
  padding: 0;
}
#mob_menu li{
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0; }
#mob_menu li a{
  display: block;
  padding: 12px 0 10px;
  background: #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#mob_menu li a:hover{
  background: #444;
}

#content{
	
	padding:0 10px;
}

#pan{
	padding:0px 10px;
}

#topix {
width:100%;
height:;
float:left;
margin-top: 20px;
margin-bottom: 50px;		
}

.topix_table{
width:100%;	
	
}
.topix_td1{
width:100px;
padding-left:5px;	
padding-top:10px;	
vertical-align: top;
	
	
}
.topix_td2{
padding-left:0px;	
padding-right:10px;
padding-top:10px;	
vertical-align: top;	
	
}

#banner{
	float:left;
	width:100%;
}

#subnavi{display: none;
    
  }
img.size_M{
	width:100%;
}

/****************************************

          work

*****************************************/



.casset{
	width:85%;
	height:auto;
	/*background-color:#E3E3E3;*/
	float: none;
	/*text-align:left;*/
	margin-right:auto;	
	margin-left:auto;
	
}

.casset .casset_title{
	padding: 2px 10px;
	vertical-align:middle;
	/*height:23px;*/
	
	color:#fff;	
}

.Construction{
background-color:#00b268;	
}

.Smart{
	background-color: #0061b2;

}
.Network{
background-color: #d6013b;		
}


.casset .pict_base{
	width:auto;
	height:100%;
	background-color:#d9d9d9;
	padding:0px;
	
}
.casset .pict_main{
	width:auto;
	height:100%;
	background-color:#888;
	border:8px solid #d9d9d9;
}
.casset .pict_main a{
	display:block;
	width:auto;
	height:150px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:50% 50%;
	
}

.casset .text_title{
	margin:8px;	
	text-align:center;		
	margin-right:auto;	
	margin-left:auto;
}



/****************************************

          works_detail

*****************************************/
#detail_title{
	/*padding:0 30px;
	margin: 0px 0px 0px 0px;*/
}
#detail_text{
	width:100%;
	padding:0 0px;
	margin:30px 0px 20px 0px;
	float:none;
}
#detail_device{
	width:100%;
	margin:30px 0px 20px 0px;
	border:1px solid #BEBEBE;	
}
#detail_pict{
	width:100%;
	padding:0 0px;
	margin:30px 0px 20px 0px;
	float:none;
}
.detail_pict_box{
	width:100%;
	height:auto;
	margin-bottom:20px;
	
}
#detail_form img{
	width:100%;
	height:auto;
}

/****************************************

          Footer

*****************************************/

#copyright{
	padding: 30px 0;
	color: #888;
	font-size: 14px;
	text-align: center;
	clear:both;
}

/****************************************

          Contact

*****************************************/


.wpcf7-submit{
		width:100%;
	padding:20px 0 20px 0;


	}	
/****************************************

          table

*****************************************/
.t_name{
	clear:left;
width:100%;
border-bottom:dotted #2a8860 1px;

}

.t_name_access{
	clear:left;
width:100%;
border-bottom:dotted #2a8860 1px;

}

.t_data{
	
	clear:left;
width:100%;	
padding-top:0px;
	
}







}
	

	
	
	
	