/*
Theme Name: theme-univcoop
Author: BLUE SEVEN
*/

@charset "utf-8";
/* CSS Document */

.address ul{
	display: flex;
	flex-wrap: wrap;
}

.address ul li{
	margin-right: 15px;
}



.address ul li a{
	font-size: 75%;
	color: #000;
	text-decoration: underline;
}

#news_single .detail_wrap a{
	color: #fff;
    background-color: #ed6d00;
    background-image: url(../../../common/image/arrow_w.svg);
    background-repeat: no-repeat;
	background-size: 30px;
	background-position: right 10px center;
	display: inline-block;
    padding: 10px 20px;
    font-weight: 700;
    border-radius: 100px;
    box-sizing: border-box;
    transition: .3s;
	padding-right: 50px;
	margin: 10px 0;
}