@charset "utf-8";
/* CSS Document */
#present {
	margin: 2rem 0;
}

#present h2 {
    margin-bottom: 2.5rem;
}

#main #present .subtitle{
	margin-bottom: 2.5rem;
}

#present .box{
	margin-bottom: 5.625rem;
}


#present .oubo-box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 3.5rem;
}

#present .oubo-box.mail-magazine{
	margin-bottom: 5rem;
}

#present .oubo-box-left{
	width:28%;
	margin-right: 5%;
}

#present .oubo-box-right{
	width:67%;
	padding-right: 1rem;
}

#present .present-oubo div p{
	margin-bottom: 0.5rem;
}

#present .present-oubo div p span{
	font-size:85%;
}


#present .low-comment {
    padding: 1.5rem 1rem;
    background-color: #F1F1F1;
	margin-bottom: 5rem;
}

#present .low-comment02 {
    font-weight: bold;
    line-height:1.5;
    color: #990000;
    border-bottom: 1px #990000 dashed;
	margin:1.25rem 0;
	padding-bottom: 0.5rem;
}

#present .low-comment03 {
 margin-bottom: 1.5rem;
}

#present .low-comment .low-comment-inner{
	margin: 0 auto;
	border: 1px solid #000;
	background: #fff;
	padding: 1.25rem 1rem 1.5rem;
}

#present .low-comment .low-comment-inner h4{
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 1rem;
}

#present .winner .winner-box{
	width:90%;
	margin: 0 auto 1rem;
	background: #f1f1f1;
	border-radius: 0.8rem;
	padding: 1.25rem 1rem;
}

#present .winner .winner-box.box2{
	margin-bottom: 0;
}

#present .winner .winner-box h5{
	margin-bottom: 1rem;
}

#present .winner .winner-box.box2 ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#present .winner .winner-box.box2 ul li{
	width:50%;
}
