.sharelink{
	white-space: nowrap;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #8c1a1a;
    display: inline-block;
    padding: 8px 20px;
    color: #fff;
    background-color: #8c1a1a;
    font-weight: normal;
    cursor: pointer;
    transition: all .25slinear 0s;
    margin-left: 10px;
    border-radius: 3px;
    width: 100%;
    font-size: 14px;
}

.mainShareHtml {
    text-align: center;
}

textarea.defaultTextarea {
    width: 100%;
    min-height: 100px;
    font-size: 20px;
    font-weight: 500;
    padding: 9px;
}

p.defaultTitle {
    font-weight: bold;
    font-size: 24px;
}

p.defaultContent {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    padding: 6px;
}

.mainButton {
    display: flex;
    flex-direction: column;
    align-items: center;
}

a.noticeFamily,a.toShopCart {
    width: 90%;
    background: blue;
    padding: 10px;
    border-radius: 18px;
    font-size: 20px;
    color: white;
    font-weight: bold;
	 margin:3px;
}