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

@import url("../../cssjs/contents.css");

#container{
	position:relative;
}


/* Font Color---------------------------*/
#port .f10 {
	color:#061849;
}
#port .f12 {
	color:#061849;
}
#port .f14 {
	color:#061849;
}

/*--------
     CASE STUDY
------------------------------*/
/* side ------------------------*/
#side{
	font-size:12px;
	line-height:1.5;
}

#side .subMenu{
	margin:5px 0px 14px 0;
	width:200px;
}
#side .subMenu a{
	font-weight:bold;
	font-size:12px;
}

#side .caseList{
	margin:5px 0 0 0;
	width:200px;
}
#side .caseList strong{
	font-size:12px;
	display:block;
	font-weight:bold;
	color:#FFCC00;
}

#side .caseList a{
	font-size:12px;
	display:block;
}

/* contents ------------------------*/
#casestudy{
}
#casestudy p{
	margin:0px;
	padding:0px;
}

/* Left --- */
#casestudy #left{
	width:430px;
	float:left;
	font-size:14px;
	line-height:22px;
	color:#222222;
}
#casestudy #left .box1{
	width:374px;
	border:3px #A8AEBF solid;
	background-color:#E6E7EC;
}
#casestudy #left .box2{
	width:430px;
	background-color:#fc0;
	padding: 3px 0;
}
#casestudy #left .sbox2{
	width:424px;
	margin: 0 3px;
	background-color:#fffae6;
}
#casestudy #left .boxtxt{
	padding:14px;
	font-size:16px;
	font-weight:bold;
	color:#333333;
	line-height:25px;
}
#casestudy #left .boxtxt img{
	margin-bottom:8px;
}
#casestudy #left .boxtxt ul{
	margin:0px;
	padding:0px;
}
#casestudy #left .boxtxt li{
	list-style:disc;
	margin:0 0 0 17px;
	padding:0px;
}

/* case08 110308 add -- */

#casestudy #left .sp15 {
	padding:15px 0;
}

#casestudy #left ul.case08_box {
	margin:0px;
	padding:0px;
}

#casestudy #left ul.case08_box li{
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 23px;
	background:url(../images/case08_arrow01.gif) 0 3px no-repeat;
}
/* case08 110308 add end -- */


#casestudy #left .subTtlBg{
	width:430px;
	height:30px;
	background-color:#A8AEBF;
	margin-bottom:13px;
}

/* case08 110308 add -- */

#casestudy #left .subTtlBg08 {
	width:430px;
	height:30px;
	background-color:#A8AEBF;
	margin-bottom:13px;
	margin-top:25px;
}
/* case08 110308 add end -- */

#casestudy #left .subTtl{
	margin-left:3px;
	width:427px;
	background-color:#E6E7EC;
}
#casestudy #left .float{
	width:275px;
	float:left;
}


/* case08 110308 add -- */

#casestudy #left ul.case08 {
	width:272px;
	float:left;
	list-style: none;
	padding:0;
    margin:0;
}

#casestudy #left ul.case08 li {
	padding: 0 0 0 15px;
	background:url(../images/case08_arrow02.gif) 0 3px no-repeat;
}

#casestudy #left ul.case08 li.case08_top {
	text-indent: 0;
	background:none;
	padding: 0 0 12px 0;
}

/* case08 110308 add end -- */

#casestudy #left .float02{
	width:140px;
	float:right;
}


/* Right -- */
#casestudy #right{
	width:250px;
	float:right;
	border:solid #ffcc00;
	border-width:1px;
}
#casestudy #right .cont{
	margin:10px;
}
#casestudy #right .name{
	font-size:10px;
	margin:5px 0 25px 0;
}
#casestudy #right .txt{
	font-size:12px;
	margin:10px 0 20px 0;
	line-height:20px;
}

/* ----POP UP PGST ----------*/
#popup{
	background-color:#061849;
	width:350px;
}
#popup .cont{
	margin:10px;
	text-align:left;
}
#popup .cont p{
	font-size:12px;
	color:#FFFFFF;
	line-height:20px;
	margin:0px;
	padding:0px;
}

/*----- Case study ----- */
#casestudy{
	margin:0 0 35px 0;
	overflow: hidden;
}
#casestudy .caseBlock{
	margin-top:10px;
}
#casestudy .caseBlock .exTxt{
	float:right;
	width:500px;
}
#casestudy .caseBlock .exTxt strong{
	color:#061849;
	display:block;
	margin-bottom:8px;
}
#casestudy .caseBlock .exTxt strong a{
	font-size:16px;
	font-weight:bold;
}

#casestudy .caseBlock .exTxt p{
	font-size:14px;
	color:#333333;
	line-height:1.5;
	margin-bottom:8px;
}
#casestudy .caseBlock .exTxt a{
	font-size:12px;
}
#casestudy .caseBlock .imgArea{
	float:left;
}
#casestudy .caseBlock .imgArea img{
	border:3px solid #E6E6E6;
}



