@charset "utf-8";

/********************************************************

	/story/	（プロジェクトストーリー）

********************************************************/
#pageTitle {
	width: 150px;
	height: 23px;
	background-image: url(../../contacts/img/pagetitle.png);
	background-repeat: no-repeat;
}

#headerPage #btn_back {
	text-indent: 100%;
	white-space: nowrap;
    overflow: hidden;
	float: right;
	margin: -5px 0 0 15px;
	background-color: #FFFFFF;
}

#headerPage #btn_back a {
	background: url(../../contacts/img/btn_back.gif) no-repeat;
	width: 108px;
	height: 31px;
	display: block;
}

#headerPage #btn_back a:hover {
	opacity: 0.5;
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
}


/********************************************************

	/story/index.html

********************************************************/
.storyIndex {
	background-color: #FFFFFF;
	background-position: right bottom;
	background-repeat: no-repeat;
	border: 1px solid #FFFFFF;
	margin-top: 30px;
}

#storyIndex01 {background-image: url(../../contacts/img/index_story01_bg.jpg); margin-top: 0;}
#storyIndex02 {background-image: url(../../contacts/img/index_story02_bg.jpg);}

.storyIndex .img {
	display: table-cell;	
}

.storyIndex div {
	display: table-cell;
	vertical-align: middle;
	padding-left: 40px;
}

.storyIndex h1 {
	text-indent: 100%;
	white-space: nowrap;
    overflow: hidden;
	width: 110px;
	height: 26px;
}

#storyIndex01 h1 {background-image: url(../../contacts/img/index_story01_number.gif);}
#storyIndex02 h1 {background-image: url(../../contacts/img/index_story02_number.gif);}

.storyIndex h2 {
	text-indent: 100%;
	white-space: nowrap;
    overflow: hidden;
	margin-top: 20px;
}

#storyIndex01 h2 {
	background-image: url(../../contacts/img/index_story01_title.gif);
	width: 308px;
	height: 59px;
}

#storyIndex02 h2 {
	background-image: url(../../contacts/img/index_story02_title.gif);
	width: 334px;
	height: 63px;
}

.storyIndex div p {
	margin-top: 25px;
}

.storyIndex div p a {
	text-indent: 100%;
	white-space: nowrap;
    overflow: hidden;
	display: block;
	background-image: url(../../contacts/img/index_btn.gif);
	width: 226px;
	height: 31px;
}

.storyIndex div p a:hover {
	opacity: 0.6;
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
}


/********************************************************

	/story/story**.html

********************************************************/

/* Story ******************************************************/
.story {
	line-height :2;
}

.story header {	
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	position: relative;
}

.story hgroup {
	height: 448px;
	position: relative;
}


.story header h1 {
	position: absolute;
	text-indent: 100%;
	white-space: nowrap;
    overflow: hidden;
}

.story header h2 {
	position: absolute;
	text-indent: 100%;
	white-space: nowrap;
    overflow: hidden;
}

.story header .lead {
	padding: 30px 35px;
}

.story header .img {
	position: absolute;
}

.storyBoxT {
	margin-top: 0px;
	background-repeat: repeat-y;
}

.storyBox {
	margin-top: 40px;
	background-repeat: repeat-y;
}

.storyBoxs {
	background-repeat: repeat-y;
}

#sec01,#sec01s {
	margin-left: 0px;
}

#sec02,#sec04 {
	padding-right: 260px;
	margin-right: 120px;
}

#sec03 {
	padding-left: 260px;
	margin-left: 120px;
}

.storyInner {
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 40px 0;
}

.storyInner2 {
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
}
#sec01 .storyInner {

}



.storyInner .text {
	margin: 40px 10px 0;
}

.storyInner .title {
	text-indent: 100%;
	white-space: nowrap;
    overflow: hidden;
	height: 28px;
	margin: 0 40px;
}

.storyInner2 .text {
	margin: 40px 10px 0;
}

.storyInner2 .title {
	text-indent: 100%;
	white-space: nowrap;
    overflow: hidden;
	height: 28px;
	margin: 0 40px;
}

.storyImg {
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 40px;
}

.storyImg .left {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	width: 240px;
}

ul.list {
	margin-top: 26px;
	width: 460px;
	float: left;
}
.list li {
	overflow: hidden;
	vertical-align: top;
	padding: 0px 0 10px 0px;
	line-height: 20px;
 }
 .list li em {
	display: block;
	overflow: hidden;
	background-image: url(../../contacts/img/line-hor.gif);
	background-repeat: repeat-x;
	background-position: 0% 9px;
 }
 .list li span {
	float: right;
	padding-left: 10px;
 }
 .list li strong {
	float: left;
	padding-right: 10px;
   }
   
ul.list2 {
	margin-top: 0px;
	width: 500px;
	float: left;
	margin-left: 10px;
}
.list2 li {
	overflow: hidden;
	vertical-align: top;
	padding: 0px 0 10px 0px;
	line-height: 20px;
 }
 .list2 li em {
	display: block;
	overflow: hidden;
	background-image: url(../../contacts/img/line-hor.gif);
	background-repeat: repeat-x;
	background-position: 0% 9px;
 }
 .list2 li span {
	float: right;
	padding-left: 10px;
 }
 .list2 li strong {
	float: left;
	padding-right: 10px;
}

.left dl.name_price {
	margin: 15px 0 0px;

}
.left dl.name_price dt {
	font-weight: bold;
	float: left;
}
.left dl.name_price dd { float: right; }
.left p.notice { font-size: 85%; }


.storyImg .right {
	float: right;
}

.storyImg figcaption {
	font-size: 11px;
	margin-top: 5px;
}

.remarks {
	background: url(../../contacts/img/story_remarks.gif) repeat left top;
	padding: 4px;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 40px;
}

.remarks div {
	background-color: #FFFFFF;
	padding: 15px 20px;
	font-size: 11px;
}

.remarks h1 {
	color: #1d67b8;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 3px;
}

.voice {
	padding-top: 40px;
	padding-right: 55px;
	padding-bottom: 0;
	padding-left: 55px;
}

.voice h1 {
	text-indent: 100%;
	white-space: nowrap;
    overflow: hidden;
	width: 100%;
	height: 23px;
}

.voice p {
	width: 310px;
	margin-top: 20px;
}

.voice figure {
	margin-top: -23px;
}

.voice figcaption {
	font-size: 11px;
	margin-top: 10px;
	line-height: 1.8;
}

.voice.left figure {
	float: left;
}

.voice.left p {
	float: right;	
}

.voice.left figure {
	float: right;
}

.voice.left p {
	float: left;	
}

#voice01 h1 {
	background-image: url(../../contacts/img/story_voice02.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#voice02 h1 {background: url(../../contacts/img/story_voice02.gif) no-repeat left top;}
#voice03 h1 {background: url(../../contacts/img/story_voice03.gif) no-repeat left top;}
#voice04 h1 {background: url(../../contacts/img/story_voice04.gif) no-repeat left top;}
#voice05 h1 {background: url(../../contacts/img/story_voice05.gif) no-repeat left top;}

.storyInner .borderT {
	background: url(../../contacts/img/dotline.gif) repeat-x left top;
	margin: 40px 0 0;
	padding: 40px 55px 0;
}

#storyBnr {
	margin-top: 80px;
}

#storyBnr li {
	margin-top: 20px;
	background-color: #FFFFFF;
}

#storyBnr li a:hover img {
	opacity: 0.6;
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
}


/* Story01 ******************************************************/
#story01 header {
	background-image: url(../../contacts/img/story01_head_bg.jpg);
}

#story01 header h1 {
	background-image: url(../../contacts/img/story01_head_number.gif);
	width: 127px;
	height: 30px;
	top: 267px;
	left: 35px;
}

#story01 header h2 {
	background-image: url(../../contacts/img/story01_head_title.gif);
	width: 668px;
	height: 47px;
	top: 315px;
	left: 35px;
}

#story01 header .lead {
	width: 590px;
}

#story01 header .img {
	right: 37px;
	bottom: 40px;
}

#story01 #sec01 {

}
#story01 #sec01s {
	background-position: left top;
}
#story01 #sec02 {
	background-image: url(../../contacts/img/story01_sec02_bg.jpg);
	background-position: right top;
}

#story01 #sec03 {
	background-image: url(../../contacts/img/story01_sec03_bg.jpg);
	background-position: left top;
}

#story01 #sec01 .title {
	background-image: url(../../contacts/img/story01_sec01_title.png);
	width: 570px;
}
#story01 #sec01s .title {
	background-image: url(../../contacts/img/story01_sec01s_title.png);
	width: 240px;
}
#story01 #sec02 .title {
	background-image: url(../../contacts/img/story01_sec02_title.png);
	width: 126px;
}

#story01 #sec03 .title {
	background-image: url(../../contacts/img/story01_sec03_title.png);
	width: 136px;
}


/* Story02 ******************************************************/
#story02 header {
	background-image: url(../../contacts/img/story02_head_bg.jpg);
}

#story02 header h1 {
	background-image: url(../../contacts/img/story02_head_number.gif);
	width: 127px;
	height: 30px;
	top: 247px;
	left: 35px;
}

#story02 header h2 {
	background-image: url(../../contacts/img/story02_head_title.png);
	width: 533px;
	height: 98px;
	top: 295px;
	left: 35px;
}

#story02 header .lead {
	width: 590px;
}

#story02 header .img {
	right: 56px;
	bottom: 25px;
}




.grid_5,
.grid_6 {
		width: 420px;

  display: inline;
  float: left;

}

.map {
	padding-top: 10px;
}

.map figure {
	width: 100%;
	margin-bottom: 20px;
}

.map figure iframe {
	width: 100%;
	height: 325px;
	max-width: 100%;
}

.content {
	background-color: #fff;
	padding-bottom: 30px;
}
.storyImg .prefix_1 {
  padding-left: 40px;
}

.tableStyle {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
.tableStyle th, .tableStyle td {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 5px;
}
.tableStyle th {
	text-align: right;
}
