ul#list {
    list-style : none;
    overflow : hidden;
    width : 90%;
    margin : 0 auto 8% auto;
    border-top : solid 1px #c8c8c8;
}

ul#list li {
    width : 100%;
}

ul#list li a {
    display : block;
    padding : 5% 5% 6% 5%;
    border-bottom : solid 1px #c8c8c8;
    border-left : solid 1px #c8c8c8;
    border-right : solid 1px #c8c8c8;
    color : #3c3c3c;
    text-decoration : none;
}

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

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

ul#list li dl dt {
    margin-bottom : 3%;
    font-size : 130%;
    font-weight : 600;
    text-align : center;
}

ul#list li dl dd {
    padding : 0 1% 0 1%;
    line-height : 1.5em;
}

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

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

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

#wrapper {
    overflow : hidden;
	width : 90%;
	margin : 0 auto 7% auto;
}

#wrapper dl {
    margin-bottom : 7%;
    padding : 6.5% 7% 6.5% 7%;
    background : #edf3f4;
    border-right : solid 1px #bccbce;
    border-bottom : solid 1px #bccbce;
    border-radius: 10px;
}

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

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

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

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

#wrapper ul {
    margin : 0 0 6% 20px;
}

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

#wrapper ol {
    margin : 0 0 6% 25px;
}

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

p.ptxt {
    margin-bottom : 6%;
    line-height : 1.5em;
}