/* -------------------------------- 
biodesign
-------------------------------- */
p.tit {
	width: 1000px;
	text-align: center;
	font-size: 1.2em;
    font-weight:bold;
    position: relative;
    padding: 10px 0;
	margin-top: 30px;
    background: #EBC665;
	max-height: 999999px;/*android‘Î‰ž*/
}

p.tit:before{
    content: " ";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent;
    border-right-color: #a6a6a6;
}
p.tit:after{
    content: " ";
    position: absolute;
    top: 100%;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: transparent;
    border-top-color: #a6a6a6;
}

.biodesign dl {
	margin: 10px 10px 0 10px;
}

.biodesign dl dt{
	width: 80px;
	font-weight: bold;
	float: left;
	line-height: 1.8em;
}

.biodesign dl dd{
	overflow: hidden;
	line-height: 1.8em;
}

.biodesign ul.list {
	margin: 10px 10px 0 10px;
}

.biodesign ul.list li {
	list-style: disc;
	list-style-position: outside;
	line-height: 1.3em;
	margin-left: 10px;
	padding-bottom: 10px;
	background-image: url(../img/img_p_bg.gif) ;			
}
