@charset "utf-8";

.live a
{
	color: #000;
}

.live .main-title
{
	font-size: 24px;
}

.live .main-image img
{
	width: 100%;
	height: inherit;
}

.live .main-text
{
	padding: 50px 45px;
	
	color: #000;
	background-color: #fff;
}

.live .list
{
	margin-top: 28px;
}

.live .list .item
{
	position: relative;
	margin-top: 32px;
}

.live .list .item .mark
{
	color: #0092b1;
}

.live .list .item .label
{
	position: absolute;
	left: 0;
	top: 0;
	width: 230px;
}

.live .list .item .data
{
	margin-left: 230px;
	min-height: 1em;
}

.live .list .item p
{
	font-size: 16px;
}
.live .list .item .notes
{
	display: block;
	margin-top: 1em;
	font-size: 14px;
}

.live .list .item a
{
	word-break: break-all;
	text-decoration: underline;
}

.live .sns
{
	text-align: right;
}



@media screen and (max-width:800px)
{
	.live .main-title
	{
		font-size: 18px;
	}
	
	.live .main-text
	{
		width: inherit;
		padding: 18px 16px;
	}
	
	.live .list .item
	{
		margin-top: 16px;
	}
	
	.live .list .item .label
	{
		position: inherit;
		width: inherit;
	}

	.live .list .item .data
	{
		margin-left: inherit;
		width: inherit;
		
		padding: 0 1.4em;
	}
	
	.live .list .item p
	{
		font-size: 14px;
	}
	.live .list .item .notes
	{
		font-size: 10px;
	}
	
	.live .sns
	{
		margin-top: 16px;
		text-align: center;
	}
}