@charset "UTF-8";

#wrapper {
	height: unset;
}

#container {
	width: 100%;
	height: unset;
	margin: 0 auto;
	background: #fff;
}

#content {
    width: 950px;
    height: unset;
    margin: 0 auto;
    padding: 0;
}

.contents_title {
    padding: 0;
    color: #ff507a;
    line-height: 30px;
    font-size: 25px;
    border-left: none;
    box-shadow: none;
	margin: 60px 0 20px;
	text-align: center;
}

.text_box {
    margin: 0 0 30px;
    padding: 0;
    line-height: 1.5;
}

.index_title {
    margin: 0;
    padding: 20px;
    font-size: 16px;
    line-height: 1;
    border: 2px solid #ffd6e0;
    color: #666666;
    background: #FFFFFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 1px 3px #ccc;
    -webkit-box-shadow: 0px 1px 3px #ccc;
    -moz-box-shadow: 0px 1px 3px #ccc;
    font-weight: normal;
    text-align: center;
    line-height: 1.3;
}

.text_box ol {
    width: 800px;
    margin: 0 auto;
    padding: 0;
}

.text_box ol li {
    font-size: 14px;
    line-height: 1.5;
	margin: 0 0 15px;
}