@charset "UTF-8";

/*--------------------------------------------------------------*/
/* 事例紹介
/*--------------------------------------------------------------*/

#main{
	padding-top: 250px;
}

#intro h2{
	position: absolute;
	width: 361px;
	height: 56px;
	top: 80px;
	left: 70px;
	z-index: 10;
}

#intro div{
	position: relative;
	width: 299px;
	height: 147px;
	top: 100px;
	left: 530px;
	overflow: hidden;
}

#intro div img{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
}


/*--------------------------------*/

#case_01,
#case_02,
#case_03{
	position: relative;
	width: 758px;
	margin: 0 auto 40px auto;
	padding: 90px 50px 70px 70px;
	background-image: url(../img/case/case_bg_middle.png);
	background-repeat: repeat-y;
	background-position: center;
	z-index: 1;
}

#case_01 div.top,
#case_02 div.top,
#case_03 div.top{
	position: absolute;
	top: 0;
	left: 0;
	width: 878px;
	height: 397px;
	background-image: url(../img/case/case_bg_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 2;
}

#case_01 div.bottom,
#case_02 div.bottom,
#case_03 div.bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 878px;
	height: 441px;
	background-image: url(../img/case/case_bg_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 3;
}

#case_01 h3, #case_01 h4, #case_01 p, #case01 div, #case_01 ol, #case_01 img,
#case_02 h3, #case_02 h4, #case_02 p, #case02 div, #case_02 ol, #case_02 img,
#case_03 h3, #case_03 h4, #case_03 p, #case03 div, #case_03 ol, #case_03 img{
	position: relative;
	z-index: 4;
}


/*--------------------------------*/

#case_01 div.summary,
#case_02 div.summary,
#case_03 div.summary{
	margin: 25px 30px 50px 15px;
}

#case_01 div.summary h4,
#case_02 div.summary h4,
#case_03 div.summary h4{
	margin-bottom: 20px;
}

#case_01 div.summary p.image,
#case_02 div.summary p.image,
#case_03 div.summary p.image{
	margin: 0 0 20px 30px;
	float: right;
}

#case_01 div.summary p.mag,
#case_02 div.summary p.mag,
#case_03 div.summary p.mag{
	margin-top: 1em;
}


/*--------------------------------*/

#case_01 ol,
#case_02 ol,
#case_03 ol{
	margin-left: -5px;
	clear: both;
}

#case_01 ol li,
#case_02 ol li,
#case_03 ol li{
	position: relative;
	width: 696px;
	margin-bottom: 40px;
	padding: 45px 30px 20px 30px;
	background-image: url(../img/case/step_bg_middle.png);
	background-repeat: repeat-y;
	background-position: left top;
	list-style: none;
	font-size: 90%;
	line-height: 1.5em;
}

#case_01 ol li h4,
#case_02 ol li h4,
#case_03 ol li h4{
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 7
}

#case_01 ol li.finish,
#case_02 ol li.finish,
#case_03 ol li.finish{
	width: 600px;
	height: 188px;
	margin: -25px 0 0 120px;
	overflow: hidden;
	background: none;
}

#case_01 ol li.finish h4,
#case_02 ol li.finish h4,
#case_03 ol li.finish h4{
	position: absolute;
	text-indent: -9999px;
}

#case_01 ol li.finish p,
#case_02 ol li.finish p,
#case_03 ol li.finish p{
	position: absolute;
	top: 20px;
	right: 40px;
	width: 210px;
	z-index: 9;
}

#case_01 ol li.finish img,
#case_02 ol li.finish img,
#case_03 ol li.finish img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}

#case_01 ol li div.top,
#case_02 ol li div.top,
#case_03 ol li div.top{
	position: absolute;
	top: 0;
	left: 0;
	width: 756px;
	height: 3px;
	background-image: url(../img/case/step_bg_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 5;
}

#case_01 ol li div.bottom,
#case_02 ol li div.bottom,
#case_03 ol li div.bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 756px;
	height: 3px;
	background-image: url(../img/case/step_bg_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 5;
}


/*--------------------------------*/
/* 事例01用                       */
/*--------------------------------*/

#case_01 div.summary em{
	color: #FF6600;
	font-weight: bold;
}

#case01_step01 p{
	width: 450px;
	margin-bottom: 70px;
}

#case01_step01 p.image01{
	position: absolute;
	bottom: -3px;
	left: 50px;
	width: auto;
	margin-bottom: 0;
}

#case01_step01 p.image02{
	position: absolute;
	bottom: -3px;
	right: 30px;
	width: auto;
	margin-bottom: 0;
	z-index: 10;
}


#case01_step02 p{
	width: 320px;
	margin-bottom: 0;
}

#case01_step02 p.image{
	position: absolute;
	bottom: -2px;
	right: 10px;
	width: auto;
	z-index: 10;
}

#case01_step03 p{
	width: 400px;
	margin-bottom: 0;
}

#case01_step03 p.image01{
	position: absolute;
	bottom: -2px;
	right: 100px;
	z-index: 10;
	width: auto;
}

#case01_step03 p.image02{
	position: absolute;
	top: -37px;
	right: 100px;
	z-index: 10;
	width: auto;
}


#case_01 div.use h4{
	position: absolute;
	text-indent: -9999px;
}

#case_01 div.use li{
	margin-right: 30px;
	list-style: none;
	float: left;
}


/*--------------------------------*/
/* 事例02用                       */
/*--------------------------------*/

#case_02 div.summary em{
	color: #6E982A;
	font-weight: bold;
}

#case02_step01 p{
	width: 420px;
	margin-bottom: 50px;
}

#case02_step01 p.image01{
	position: absolute;
	bottom: -5px;
	left: 130px;
	width: auto;
	margin-bottom: 0;
}

#case02_step01 p.image02{
	position: absolute;
	bottom: -3px;
	left: 390px;
	width: auto;
	margin-bottom: 0;
	z-index: 10;
}

#case02_step01 p.image03{
	position: absolute;
	bottom: -3px;
	right: -15px;
	width: auto;
	margin-bottom: 0;
	z-index: 10;
}


#case02_step02 p{
	width: 300px;
}

#case02_step02 p.image{
	position: absolute;
	bottom: -3px;
	right: 20px;
	width: auto;
	z-index: 10;
}


#case02_step03 p{
	width: 400px;
}

#case02_step03 p.image{
	position: absolute;
	bottom: -3px;
	right: 20px;
	width: auto;
	z-index: 10;
}

#case_02 ol li.finish p{ top: 40px; }


#case_02 div.use{
	position: relative;
	width: 726px;
	margin: 50px 0;
	padding: 60px 15px 20px 15px;
	background-image: url(../img/case/case_02/pss_bg_middle.png);
	background-repeat: repeat-y;
	z-index: 10;
}

#case_02 div.use h4{
	position: absolute;
	top: -57px;
	left: 13px;
	z-index: 10;
}

#case_02 div.use li{
	list-style: none;
	float: left;
	margin: 0 0 5px 15px;
}

#case_02 div.use p{
	padding: 15px;
	clear: both;
}

#case_02 div.use p.image{
	position: absolute;
	bottom: -30px;
	right: 20px;
	padding: 0;
	z-index: 10;
}

#case_02 div.use div.top{
	position: absolute;
	top: 0;
	left: 0;
	width: 756px;
	height: 4px;
	background-image: url(../img/case/case_02/pss_bg_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 5;
}

#case_02 div.use div.bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 756px;
	height: 5px;
	background-image: url(../img/case/case_02/pss_bg_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 6;
}


/*--------------------------------*/
/* 事例03用                       */
/*--------------------------------*/

#case_03 div.summary strong.honesty{ color: #3E91DB; }
#case_03 div.summary strong.responsibility{ color: #37AE1E; }
#case_03 div.summary strong.caring{ color: #F03000; }
#case_03 div.summary strong.respect{ color: #E4B012; }

/*--------*/

#case03_step01 p{
	margin-right: 300px;
}

#case03_step01 p.image{
	position: absolute;
	bottom: -4px;
	right: -8px;
	margin: 0;
	z-index: 20;
}

/*--------*/

#case03_step02 p{
	margin-right: 330px;
}

#case03_step02 p.image{
	position: absolute;
	top: -10px;
	right: 15px;
	margin: 0;
	z-index: 20;
}

/*--------*/

#case03_step03 p{
	margin: 0 330px 5px 0;
}

#case03_step03 p.image{
	position: absolute;
	bottom: -16px;
	right: 10px;
	width: auto;
	margin: 0;
	z-index: 20;
}

/*--------*/

#case03_step04 p{
	margin-right: 300px;
}

#case03_step04 p.image01{
	position: absolute;
	bottom: -13px;
	right: -8px;
	margin: 0;
	z-index: 20;
}

#case03_step04 p.image02{
	position: absolute;
	bottom: -145px;
	left: -20px;
	margin: 0;
	z-index: 90;
}

/*--------*/

#case_03 ol li.finish{
	width: 734px;
	height: 306px;
	margin-left: 15px;
}
#case_03 ol li.finish p{
	right: 70px;
}

/*--------*/

#case_03 div.use{
	position: relative;
	margin-bottom: 60px;
	z-index: 10;
}

/*-----*/

#case_03 div.use h4{
	display: none;
}

#case_03 div.use div.t-shirt{
	position: relative;
	float: left;
	width: 360px;
	font-size: 90%;
	line-height: normal;
}

#case_03 div.use div.t-shirt h5{
	margin-bottom: 10px;
}

#case_03 div.use div.t-shirt p.image{
	position: absolute;
	top: -40px;
	left: -63px;
}

/*-----*/

#case_03 div.use div.flyer{
	float: right;
	width: 370px;
	margin-top: -30px;
	font-size: 90%;
	line-height: normal;
}

#case_03 div.use div.flyer h5{
	margin: 0 0 10px -15px;
}

/*-----*/

#case_03 div.use div.future{
	position: relative;
	width: 519px;
	margin: 30px auto 0 auto;
	padding: 15px 50px;
	background-image: url(../img/case/case_03/border_future_middle.gif);
	background-repeat: repeat-y;
}

#case_03 div.use div.future h5{
	display: none;
}

#case_03 div.use div.future div.top{
	position: absolute;
	top: 0;
	left: 1px;
	width: 612px;
	height: 2px;
	background-image: url(../img/case/case_03/border_future_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 2;
}

#case_03 div.use div.future div.bottom{
	position: absolute;
	bottom: -35px;
	left: -35px;
	width: 696px;
	height: 90px;
	background-image: url(../img/case/case_03/border_future_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 2;
}


/*--------------------------------*/
/* 装飾キャラ                     */
/*--------------------------------*/

#ch06{ position: absolute; left: 50px; top: 170px; }

#case_01 p#ch07{ position: absolute; left: -33px; top: 60em; }
#case_01 p#ch08{ position: absolute; left: -22px; top: 64em; }

#case_02 p#ch09{ position: absolute; right: -55px; top: 0; }
#case_02 p#ch10{ position: absolute; left: -45px; top: 63em; }

#ch11{ position: absolute; left: 200px; top: -109px; }
#ch12{ position: absolute; right: 100px; top: -73px; }

#case_03 p#ch13{ position: absolute; left: -45px; top: 35em; }
#case_03 p#ch14{ position: absolute; left: -30px; top: 70em; }
#case_03 p#ch15{ position: absolute; right: -60px; bottom: 20em; }



