@charset "UTF-8";

/*
Theme Name: エスプロデュース
Theme URI: http://s-produce.com/
Description: エスプロデュース用テーマ
Author: S-Produce.
*/

@import url("textsettings.css");

body {
  color: #4c4c4c;
}

.container {
  margin: 0;
  padding: 0;
}


/* ---------------------------------------------------------------- *
	ヘッダーの設定
 * ---------------------------------------------------------------- */

.header {
  margin: 0 auto;
  padding: 0;
  width: 940px;
  overflow: hidden;
}

.header h1{
  margin: 40px 0 0 20px;
  float: left;
}

.header p{
  margin: 0;
  padding: 4px 16px;
  background: #474e56;
  color: #fff;
  font-size: 12px;
  float: right;
}

/* ---------------------------------------------------------------- *
	メニューの設定
 * ---------------------------------------------------------------- */

.menu{
  margin: 12px 0 0 0;
  padding: 0;
  float: right;
}

.menu ul li{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu li {
  margin: 0;
  padding: 0;
  float: left;
}


/* ---------------------------------------------------------------- *
	パンくずの設定
 * ---------------------------------------------------------------- */

.breadcrumbs {
  margin: 24px auto 0;
  padding: 0;
  width: 940px;
  height: 23px;
  background: url(images/breadcrumbs_bg.jpg) no-repeat;
}

.breadcrumbs ul{
  margin: 0 0 0 12px;
  padding: 4px 0 0 6px;
  list-style: none;
  font-size:12px;
  overflow: hidden;
}

.breadcrumbs ul li {
  margin: 0 5px 0 0;
  padding: 0;
  float: left;
}

.breadcrumbs h2{
  margin: -2px 0 0 0;
  font-size: 16px;
}


/* ---------------------------------------------------------------- *
	コンテンツの設定
 * ---------------------------------------------------------------- */


.contents {
  position: relative;
  clear: both;
}

a.page_top {
  position: absolute;
  bottom: 0;
  right: 18px;
}

.image{
  margin: 0 auto;
  padding: 0;
  width: 940px;
}


/* ---------------------------------------------------------------- *
	メインカラムの設定
 * ---------------------------------------------------------------- */

.main_bg{
  padding: 0 0 40px 0;
  background: #faf9f5 url(images/line.jpg) repeat-x;
}

.main {
  margin: 0 auto;
  padding: 0;
  width: 940px;
  position: relative;
}


/* -----indexページ------------------------------------------------------ */

.index h2{
  position: absolute;
  top: -30px;
}

.index_top{
  padding: 30px 0 0 0;
}

.index_top_a{
  position: absolute;
  top: 120px;
  left: 13px;
  line-height: 1.5;
}

.index_top_b{
  position: absolute;
  top: 120px;
  left: 335px;
  line-height: 1.5;
}

.index_top_c{
  position: absolute;
  top: 120px;
  left: 660px;
  line-height: 1.5;
}

.index_top_d{
  position: absolute;
  top: 60px;
  left: 0px;
  line-height: 1.5;
}

.index_top_e{
  position: absolute;
  top: 60px;
  left: 308px;
  line-height: 1.5;
}

.index_top_f{
  position: absolute;
  top: 60px;
  left: 629px;
  line-height: 1.5;
}
.index_project{
  margin: 40px 0 0 0;
  width: 620px;
  float: left;
}

.index_project_box{
  overflow:hidden;
}

.index_project_box h4{
  margin: 10px 0 0 0;
  font-size: 18px;
}

.index_project_box p{
  margin: 6px 0 0 0;
  font-size: 14px;
}

.index_project_box img{
  margin: 0 0 30px 14px;
  padding: 10px;
  float: left;
}

a.index_project_link{
  margin: -20px 0 0 0;
  padding: 0 50px 0 24px;
  background: url(images/list_c.gif) no-repeat 0 0;
  float: right;
}

.index_rss{
  margin: 40px 0 0 0;
  width: 300px;
  float: right;
}

.index_rss ul{
  margin: 8px 0 0 8px;
}

.index_rss li{
  margin: 0 0 14px 0;
}

a.index_top_banner {
  margin: 20px 0 10px 24px;
  padding: 10px 0;
  background: -moz-linear-gradient(top,#3da7e3 0%,#1b97dd);
  background: -webkit-gradient(linear, left top, left bottom, from(#3da7e3), to(#1b97dd));
  border: 2px solid #FFF;
  color: #FFF;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
  -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
  text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
  font-size: 22px;
  text-align: center;
  border: 1px solid #ccc;
  display: block;
  line-height: 1.6;
}

a.index_top_banner:hover {
  margin: 20px 0 10px 24px;
  padding: 10px 0;
  background: #1b97dd;
  border: 2px solid #FFF;
  color: #FFF;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
  -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
  text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
  font-size: 22px;
  text-align: center;
  border: 1px solid #ccc;
  display: block;
  line-height: 1.6;
  text-decoration: none;
}



a.index_top_contact {
  padding: 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
  -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
  background: #ffd65e; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffd65e 0%, #febf04 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd65e), color-stop(100%,#febf04)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffd65e 0%,#febf04 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffd65e 0%,#febf04 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffd65e 0%,#febf04 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffd65e 0%,#febf04 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); /* IE6-9 */
  display: block;
  line-height: 1.6;
  font-size: 16px;
  text-align: center;
  text-shadow: 0px 0px 1px rgba(0,0,0,0.5);
  color: #222;
}


a.index_top_contact:hover {
  padding: 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
  -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
  background: #ffd65e; /* Old browsers */
  background: -moz-linear-gradient(top,  #febf04 0%, #febf04 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#febf04), color-stop(100%,#febf04)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #febf04 0%,#febf04 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #febf04 0%,#febf04 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #febf04 0%,#febf04 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #febf04 0%,#febf04 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf04', endColorstr='#febf04',GradientType=0 ); /* IE6-9 */
  display: block;
  line-height: 1.6;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  color: #222;
}

/* -----ブログ------------------------------------------------------ */

.post h2{
  margin: 20px 0 0 0;
  padding: 6px 12px;
  width: 97%;
  color: #ef9217;
  background: #fafafa;
  border-top: 3px solid #0b89d1;
  border-bottom: 1px solid #f0f0f0;
  font-size: 16px;
  font-weight: bold;
}

.post h3{
  padding: 2px 12px;
  width: 97%;
  font-size: 11px;
  font-weight: normal;
  text-align: right;
}

.post h4{
  margin: 18px 0 60px;
  padding: 2px 12px;
  width: 97%;
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  font-size: 11px;
  font-weight: normal;
  text-align: right;
}

.post p{
  margin: 0 0 36px 20px;
  width: 96%;
  font-size: 13px;
}

.post_body {
  margin: 0 auto;
  width: 97%;
}


/* ---------------------------------------------------------------- *
	固定ページの設定
 * ---------------------------------------------------------------- */

.page_bg{
  margin: 20px 0 0 0;
  padding: 0 0 40px 0;
}

.page h2{
  margin: 0;
  padding: 14px 12px 14px;
  font-size: 18px;
  font-weight: bold;
}

.page_box{
  padding: 0 0 80px 0;
  clear: both;
  overflow: hidden;
}

.banner_bottom_box {
  margin: 120px 0 0 0;
  clear: both;
  overflow: hidden;
}

.page_side{
  margin: 10px 0 0 0;
  width: 220px;
  border-top: 2px solid #0198ef;
  float: left;
}

.page_side h3{
  margin: 24px 0 0 0;
  text-align: center;
}

.page_main{
  margin: 10px 0 0 0;
  width: 700px;
  border-top: 2px solid #e8e8e8;
  float: right;
}

.page_main h3{
  margin: 24px 0;
  font-size: 25px;
  line-height: 1.3;
  color: #333;
}

.page_main h4{
  margin: 20px 0;
  padding: 8px 16px;
  font-size: 16px;
  border-left: 3px solid #ffc440;
}

.page_main h5{
  margin: 20px 0 0 0;
  font-size: 18px;
  font-weight: bold;
}

.page_main ul{
  margin: 14px 0 10px 10px;
  padding: 0;
}

.page_main li{
  margin: 3px 0;
  padding: 0;
}


.page_main p{
  margin: 20px 0 60px;
}

.page_main dl {
	margin: 15px 0;
}
.page_main dl dt {
	float: left;
	width: 7em;
	padding: 10px 0;
	font-weight: bold;
	text-indent: 1em;
	line-height: 150%;
}
.page_main dl dd {
	padding: 10px 0 10px 7em;
	line-height: 150%;
	border-bottom: 1px #CCCCCC dashed;
}
.page_main dl dd p{
  margin: 0 0 10px ;
  padding: 0;
}


h5.list_a {
  padding: 8px 16px;
  background: #fafafa;
  font-weight: normal;
  font-size: 16px;
  border-top: 1px dashed #cecece;
  border-left: 1px dashed #cecece;
  border-right: 1px dashed #cecece;
}

ul.list_a {
  margin: 0 0 16px;
  padding: 16px ;
  border: 1px dashed #cecece;
}

ul.list_a li{
  padding: 0 0 0 16px ;
  background: url(images/list_a.gif) no-repeat 0 2px;
}

h5.list_b {
  padding: 8px 16px;
  background: #fafafa;
  font-weight: normal;
  font-size: 16px;
  border-top: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
}

ul.list_b {
  margin: 0 0 80px;
  padding: 16px ;
  border: 1px solid #cecece;
}

ul.list_b li{
  padding: 0 0 0 18px ;
  background: url(images/list_b.gif) no-repeat 0 -1px;
}

h5.list_c {
  margin: 0;
  padding: 8px 16px;
  font-size: 16px;
}

ul.list_c {
  margin: 0 0 80px;
  padding: 16px ;
  border: 1px solid #cecece;
}

ul.list_c li{
  padding: 0 0 0 18px ;
  background: url(images/list_c.gif) no-repeat 0 -1px;
}

.b_bg{
  margin: 18px 0 0;
  padding: 3px 12px;
  background: #f8c552;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.r_bg{
  margin: 18px 0 0;
  padding: 3px 12px;
  background: #fffedf;
  border: 1px solid #d9d49a;
  text-align: center;
}

.hito_img_01{ margin-top: -50px;}


.project_box{
  padding: 0 0 60px 0;
  clear: both;
  overflow: hidden;
}

.project_side{
  margin: 10px 0 0 0;
  width: 220px;
  border-top: 2px solid #f3b82c;
  float: left;
}

.project_side h3{
  margin: 24px 0 0 0;
  text-align: center;
}

.project_main{
  margin: 10px 0 0 0;
  width: 700px;
  border-top: 2px solid #e8e8e8;
  float: right;
}

.project_main h3{
  margin: 24px 0;
  font-size: 25px;
  line-height: 1.3;
}

.project_main h4{
  margin: 40px 0 0 0;
  padding: 8px 16px;
  font-size: 16px;
  border-left: 3px solid #0198ef;
}

.project_main h5{
  margin: 20px 0 0 0;
  font-size: 18px;
  font-weight: bold;
}

.project_main p{
  margin: 18px 0;
}

.project_archive {
  margin: 4px;
  padding: 5px;
  width: 215px;
  height: 230px;
  border-top: 3px solid #0198ef;
  border-bottom: 1px solid #e8e8e8;
  float: left;
  text-align: center;
}

.project_archive h3{
  text-align: left;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.project_archive p{
  text-align: left;
}


.team_box{
  padding: 0 0 80px 0;
  clear: both;
  overflow: hidden;
}

.team_main{
  margin: 10px 0 0 0;
  padding: 20px 0 0 0;
  width: 620px;
  border-top: 2px solid #0198ef;
  float: left;
}

.team_side{
  margin: 10px 0 0 0;
  padding: 20px 0 0 0;
  width: 300px;
  border-top: 2px solid #e8e8e8;
  float: right;
}

img.team_photo {
  padding: 0 20px 20px 0;
  float: left;
}

.team_main h4{
  margin: 40px 0 0 0;
  padding: 6px 12px;
  font-size: 14px;
  border-left: 3px solid #0198ef;
  clear: both;
}

.team_main h5{
  margin: 26px 0 0;
}

.team_main p{
  margin: 10px 0;
}

.tweet_shimomiya {
  width: 298px;
  height: 112px;
  background: url(images/team_shimomiya_02.jpg) no-repeat;
}

.tweet_shimomiya p{
  padding: 10px 0 0 79px;
  width: 210px;
  font-size: 11px;
}

.tweet_yano {
  width: 298px;
  height: 112px;
  background: url(images/team_yano_02.jpg) no-repeat;
}

.tweet_yano p{
  padding: 10px 0 0 79px;
  width: 210px;
  font-size: 11px;
}

.tweet_nobori {
  width: 298px;
  height: 112px;
  background: url(images/team_nobori_02.jpg) no-repeat;
}

.tweet_nobori p{
  padding: 10px 0 0 79px;
  width: 210px;
  font-size: 11px;
}

.tweet_takata {
  width: 298px;
  height: 112px;
  background: url(images/team_takata_02.jpg) no-repeat;
}

.tweet_takata p{
  padding: 10px 0 0 79px;
  width: 210px;
  font-size: 11px;
}

.tweet_jodai {
  width: 298px;
  height: 112px;
  background: url(images/team_jodai_02.jpg) no-repeat;
}

.tweet_jodai p{
  padding: 10px 0 0 79px;
  width: 210px;
  font-size: 11px;
}

.tweet_abiko {
  width: 298px;
  height: 112px;
  background: url(images/team_abiko_02.jpg) no-repeat;
}

.tweet_abiko p{
  padding: 10px 0 0 79px;
  width: 210px;
  font-size: 11px;
}

.tweet_uda {
  width: 298px;
  height: 112px;
  background: url(images/team_uda_02.jpg) no-repeat;
}

.tweet_uda p{
  padding: 10px 0 0 79px;
  width: 210px;
  font-size: 11px;
}

ul.list_d {
  margin: 12px 0;
  padding: 5px;
}

ul.list_d li{
  padding: 5px 0 5px 18px ;
  background: url(images/list_b.gif) no-repeat 0 -1px;
}

.service_bg {
  margin: 0;
  padding: 61px 0 0 0;
  height: 292px;
  background: url(images/service_04.jpg) no-repeat;
}

.service_bg img{
  margin: 0;
  padding: 0;
  float: left;
}


/* ---------------------------------------------------------------- *
	フッターの設定
 * ---------------------------------------------------------------- */

.footer_bg {
  margin: 0;
  padding: 0;
  background: url(images/line.jpg) repeat-x;
  clear: both;
}

.footer {
  margin: 0 auto;
  padding: 0;
  width: 940px;
  height: 280px;
  background: url(images/footer_bg.jpg) no-repeat 2px 2px;
}

.footer ul{
  margin: 18px 0;
  padding: 0;
  border-right: 1px solid #acacac;
  float: right;
}

.footer li{
  padding: 0 10px;
  border-left: 1px solid #acacac;
  float: left;
}

.footer p{
  clear: both;
}

.footer address{
  padding: 80px 0;
  clear: both;
}



a.btn_01 {
display: block;
font-size: 24px;
font-weight: bold;
color: #444;
text-shadow: 0px 0px 1px rgba(0,0,0,0.5);
letter-spacing: 0;
border: none;
box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 0 0 rgba(255, 255, 255, 0.4);
border-radius: 6px;
text-decoration: none;
padding: 15px 40px;
background: #ffc578; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #ffc578 0%, #fb9d23 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffc578), color-stop(100%,#fb9d23)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #ffc578 0%,#fb9d23 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #ffc578 0%,#fb9d23 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #ffc578 0%,#fb9d23 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #ffc578 0%,#fb9d23 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
line-height: 1.6;
text-align: center;
}

a.btn_01:hover {
background: #ffc578;
}