﻿#wrapper {
    position : relative;
    width : 870px;
    margin-bottom : 40px;
}

#wrapper h3 {
    position : absolute;
    width : 50px;
    padding : 0 10px 0 10px;
    font-size : 120%;
    color : #ffffff;
    background : #cb514e;
    -webkit-writing-mode : vertical-rl;
	-ms-writing-mode : tb-rl;
	writing-mode : vertical-rl;
    text-align : center;
    top : 0;
    left : 0;
    bottom : 0;
    border-radius : 40px;
    box-sizing : border-box;
}

#wrapper dl {
    width : 800px;
    margin-left : 70px;
}

#wrapper dl dt {
    float : left;
    width : 150px;
    margin-bottom : 10px;
    padding : 7px 0 8px 20px;
    color : #cb514e;
    border : solid 4px #e6baac;
    border-radius : 36px;
    background-image : url(farrow.svg);
    background-position : top 10px right 15px;
    background-size : 20px;
    background-repeat : no-repeat;
    font-size : 110%;
    font-weight : 600;
    box-sizing : border-box;
    transform : scale(1.00, 1.04);
    letter-spacing : 1px;
}

#wrapper dl dd {
    margin : 0 0 17px 170px;
}

#wrapper dl dd h4 {
    margin-bottom : 8px;
    padding-bottom : 8px;
    font-size : 110%;
    font-weight : 600;
    border-bottom : solid 1px #b4b4b4;
}

dl#flow {
    width : 700px;
    margin : 0 auto 60px auto;
}

dl#flow dt {
    margin-bottom : 15px;
    font-size : 120%;
    font-weight : 600;
}

dl#flow dd img {
    border-radius : 12px;
}

h4.findex {
    margin-bottom : 15px;
    font-size : 110%;
    font-weight : 600;
}

.data {
	width : 100%;
	margin-bottom : 30px;
	border-top : solid 1px #b4b4b4;
}

.data th {
	width : 180px;
	padding : 11px 0 12px 0;
	border-left : solid 1px #b4b4b4;
	border-bottom : solid 1px #b4b4b4;
	background : #f5dcc8;
	text-align : center;
	font-weight : normal;
}

.data td {
	padding : 11px 12px 12px 15px;
	border-right : solid 1px #b4b4b4;
	border-bottom : solid 1px #b4b4b4;
}

.data td p {
    margin-bottom : 7px;
}

.data td ul,.data td ol {
    margin-left : 22px;
}

.data td ul li,.data td ol li {
    margin-bottom : 3px;
}

/*----------SIDEBAR----------*/

#shead {
    position : relative;
    width : 235px;
    height : 280px;
    background : url(sideimg.jpg) left top no-repeat;
}