@charset 'utf-8';
/* CSS Document */
.pinktext{
	color: #ED8997;
}

.goldtitle{
	color:#FFF;
	padding:15px 15px 15px 20px;
	background-color: #A48A2D;
	border-radius:5px;
	font-size:14px;
	font-weight:bold;
	line-height:120%;
	margin-bottom:10px;
}



.textlitchired01 {
    color:#B40000;
    font-weight: bold;
}


img[usemap] {
		border: none;
		height: auto;
		max-width: 100%;
		width: auto;
	}

.top
{
	float:right;
	font-size:10px;
}
.midashi2 {
    display: inline-block;
	width:100%;
    font-size: 18px;
    line-height: 28px;
    color: #FFF;
	text-shadow: 1px 1px 1px rgba(209,130,22,1);
    margin: 10px 0;
	text-align:center;
	font-weight:normal;
    outline: none;
    padding: 14px 0;
    position: relative;
    text-transform: uppercase;
}

.midashi2, .midashi2:before {
    /*Some cool multi-background - we will use a combination of 4 backgrounds to create a cool effect*/
    background-image:
        /*2 grey borders*/
        linear-gradient(
            transparent 8%,
            rgba(255,255,255,1) 8%,
            rgba(255,255,255,1) 10%,
            transparent 10%,
            transparent 88%,
            rgba(255,255,255,1) 88%,
            rgba(255,255,255,1) 91%,
            transparent 91%
        ),
        /*white gloss gradient*/
        linear-gradient(
            rgba(234,159,60,1),
            rgba(239,182,107,1)
        ),
        /*white base*/
        linear-gradient(white, white);
    background-size:
        cover, /*borders*/
        cover, /*white gloss*/
        4px 4px, /*thin stripes*/
        cover; /*base white*/
}
 
.midashi2, .midashi2:before, .midashi2:after {
    box-sizing: border-box;
    /*Fix to make the borders appear on the ribbon ends also*/
    background-origin: border-box;
}
