ul#list {
    list-style : none;
    overflow : hidden;
    width : 1248px !important;
	width /**/: 1249px;
    margin : 0 auto 80px auto;
    border-top : solid 1px #c8c8c8;
    border-left : solid 1px #c8c8c8;
}

ul#list li {
    float : left;
    position : relative;
    width : 416px;
}

ul#list li a {
    display : block;
    width : 371px !important;
	width /**/: 416px;
    padding : 22px 22px 24px 22px;
    border-bottom : solid 1px #c8c8c8;
    border-right : solid 1px #c8c8c8;
    color : #3c3c3c;
    text-decoration : none;
}

.thumbnail {
	width : 100%;
    margin-bottom : 20px;
	background-size : cover;
	background-position : center center;
	padding-top : 220px;
    border-radius : 7px;
}

ul#list li a:hover .thumbnail {
	opacity : 0.6;
	filter : alpha(opacity=60);
}

ul#list li dl {
    margin-bottom : 20px;
}

ul#list li dl dt {
    margin-bottom : 12px;
    font-size : 130%;
    font-weight : 600;
}

ul#list li dl dd {
    line-height : 1.5em;
}

p.vdetail {
    margin : 0 auto 0 auto;
    text-align : center;
}

ul#list li a p.vdetail {
    width : 267px;
    padding : 8px 0 10px 0;
    font-size : 84%;
    font-weight : 600;
    color : #ffffff;
    background : #00375f;
    border-radius : 30px;
}

ul#list li a:hover p.vdetail {
    background : #0f75bd;
}

/*----------detail----------*/

#wrapper {
	width : 900px;
	margin : 0 auto 80px auto;
}

#wrapper dl {
    margin-bottom : 30px;
    padding : 30px 35px 30px 35px;
    background : #edf3f4;
    border-right : solid 1px #bccbce;
    border-bottom : solid 1px #bccbce;
    border-radius: 12px;
}

#wrapper dl dt {
    margin-bottom : 12px;
    font-size : 120%;
    font-weight : 600;
    color : #00375f;
}

#wrapper dl dd {
    line-height : 1.6em;
}

h3 {
    margin-bottom : 20px;
    padding-bottom : 15px;
    font-size : 120%;
    font-weight : 600;
    color : #0f75bd;
    border-bottom : solid 5px #bccbce;
}

h4 {
    margin-bottom : 15px;
    padding-bottom : 15px;
    font-size : 100%;
    font-weight : 600;
    border-bottom : dashed 1px #b4b4b4;
}

#wrapper ul {
    margin : 0 0 30px 20px;
}

#wrapper ul li {
    margin-bottom : 6px;
}

#wrapper ol {
    margin : 0 0 30px 25px;
}

#wrapper ol li {
    margin-bottom : 6px;
    padding-left : 7px;
}

p.ptxt {
    margin-bottom : 30px;
    line-height : 1.65em;
}