body {
	font-family: sans-serif;
	min-height: 600px;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;

	background-color: #FFFFFF;
	color: #357086;
	
	
}

#wrap {
	min-width: 1000px;;
	background-color: #eeeeee;
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	
	overflow-y: hidden;

}

.visual {
	position: relative;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 380px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-top-width: 1px; 
}

.visual .descript {
	
	position: absolute;
	width: 250px;
	max-height: 250px;
	background-color: rgba(255,255,255,0.8);
	right: 10px;
	bottom: 10px;
	
	padding: 25px;
	overflow: hidden;
	
	opacity: 0;
}

.descript .text {
	font-size: 12px;
	line-height: 1.5em;
	width: 200px;
	padding-top: 10px;
	margin-top: 10px;
	border-top-style: solid;
	border-top-color: #357086;
	border-top-width: 1px; 
}


.descript .category {
	font-size: 12px;
}


.descript .title {
 	font-size: 18px;
/*	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-color: #357086;
	border-bottom-width: 1px; 
	
*/


}

.visual img {
	display: hidden;
	position: absolute;
	width: 100%;
	margin: auto;
	
}

#works > li {
	height: 380px;
	overflow-y: hidden;

}


li {
	background-color: #a5ff96;
	position: relative;
	list-style-position:outside;
	display: block;
	width: 100%;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	
}


ul {
	list-style-position:outside;
	padding: 0px;
	margin: 0px;
}


.presentation {
	position: relative;
	background-color: #eeeeee;	
	width: 100%;
	//height: 400px;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-image: url(../grf/main_shade.png);
	padding-bottom: 40px;
	overflow-y: hidden;
	overflow-x: hidden;

}
.presentation .internalwrap {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;

}

.presentation .closebtn {
	width: 990px;
	height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	//background-image: url(../grf/presentation_closebtn_norm.gif);
	//background-repeat: no-repeat;
	//background-position: center right;
}

/*
.presentation .closebtn:hover {
	cursor: pointer;
	width: 980px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	
	margin-bottom: 20px;
	background-color: #357086;
	background-image: url(../grf/presentation_closebtn_on.gif);
	background-repeat: no-repeat;
	background-position: center right;
	border-style: solid;
	border-color: #357086;
	border-right-width: 10px;
}

.presentation .closebtn:last-child {
	bottom: 0;
	position: absolute;
	
}
*/

.materials li {
	margin: 0px;
	padding: 0px;
	width: 310px;
	
	margin-right: 15px;
	margin-left: 15px;
	float: left;
	padding-bottom: 45px;
	background-image: url(../grf/photo_shade.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.materials li .descript {
	background-color: white;
	padding: 20px;
	min-height: 168px;
}

.materials li img {
	position: relative;
	margin: 0px;
	padding: 0px;
}

#brandtag {
	width: 180px;
	height: 52px;
	position: absolute;
	overflow-y: hidden;
	background-color: #eeeeee;
	z-index: 19;
	left: 40px;
	top: 0px;
	cursor: pointer;
}

#brandtag img.linker {
	display: block;
	
	margin: 20px;
	margin-bottom: 10px;
}
#maplink {
	display: block;
	margin-left: 25px;
	margin-top: 10px;
}

#mapthumb {
	display: block;
	
	margin: 10px;

}

#brandtag img.linker:hover {
	opacity: 0.4;
	cursor: pointer;

}


#closebtn_tag {
	height: 20px;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(../grf/presentation_closebtn_norm.gif);


}

#container {
	//position: absolute;
	width: 680px;
	background-color: white;
	margin-top: 50px;
	margin-left: 250px;
	margin-right: 10px;

}

.line {
	padding-bottom: 70px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	border-style: solid;
	border-bottom-width: 1px;
	
	margin-bottom: 30px;
	
}

.line:last-child {
	border-style: none;


}



.line .col {
	vertical-align:top;
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	width: 210px;	
	padding: 0px;
		
	display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
}

.line .colshort {
	vertical-align:top;
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	width: 100px;	
	padding: 0px;
	
	display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
}
.line .col2 {
	vertical-align:top;
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	width: 315px;	
	padding: 0px;
	
	display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
}


#googlemap {
	width: 660px;
	height: 330px;
	margin: 10px;
}

#popover {
	background-color: rgba(255,255,255,0.9);
	left: 250px;
	top: 50px;
	z-index: 20;
	position: fixed;
	
	height: 350px;
	
	width: 680px;

	overflow-x: hidden;
	overflow-y: hidden;
}

#cover {
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 18;
	display: none;
}

.overtext {
	opacity: 0;
	position: absolute;
	width: 270px;
	min-height: 0px !important;
	height: auto;
	font-size: 11px !important;
	line-height: 1.5em;
	z-index: 30;
	-moz-box-shadow: 0px 3px 7px  rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 7px  rgba(0,0,0,0.2);　
}