.main{
	margin-bottom: 1em;
}
.now p{
    line-height: 3;
    border-bottom: 1px dotted #ccc;
    font-size: 87.5%;
}
.left{
	float: left;
	width: calc(100% - 240px);
	border-right: 1px solid #ddd;
	box-sizing: border-box;
	padding: 1em 0;
}
.right{
	float: right;
	width: 240px;
	box-sizing: border-box;
}
.right p{
	text-align: center;
	font-size: 175%;
	line-height: 4;
}
.right img{
	display: block;
	margin: 0 auto 3em;
	max-width: 50%;
}
.right a{
	display: block;
	width: 50%;
	text-align: center;
	line-height: 2.5;
	margin: 0 auto 1em;
	border-radius: .25em;
	color: #fff;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	height: 2.5em;
}
.right a:nth-child(4){
	background-color: transparent;
}
.right a:nth-child(4):hover{
	color: #fff;
}
.info-img{
	width: 100%;
}
@media only screen and (max-width:750px){
	.left{
		width: calc(100% - 160px);
	}
	.right{
		width: 160px;
	}
	.right p{
		font-size: 150%;
	}
}
@media only screen and (max-width:560px){
	.left{
		width: 100%;
		border-right: none;
	}
	.right{
		display: none;
	}
	.info-img{
		width: 100%;
	}
}