@charset "UTF-8";

#profile div.summary{
	margin-bottom:20px;
}

#profile div.summary div.profimg{
	width: 300px;
	height: 400px;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:70px;
}

#profile div.summary p.monitor img{
	width:100%;
}

#profile div.summary ul.qa{
	margin:0 10px;
}

#profile div.summary ul.qa li{
	display:table;
	width:100%;
	padding-bottom:5px;
	border-bottom:dotted 1px #ccc;
	margin-bottom:7.5px;
}

#profile div.summary ul.qa li label{
	display:table-cell;
	width:80px;
	vertical-align:top;
	color:#f80;
}

#profile div.summary ul.qa li span{
	display:table-cell;
	width:auto;
	vertical-align:top;
}

#profile div.weekly{
	border:solid 1px #4d4d4d;
	margin-bottom:20px;
}

#profile div.weekly div.row{
	display:table;
	width:100%;
	border-bottom:solid 1px #4d4d4d;
}

#profile div.weekly div.row p.date{
	display:table-cell;
	width:50%;
	text-align:center;
	vertical-align:top;
	
	background-color:#000;
	color:#fff;
	
	box-sizing:border-box;
	border-right:solid 1px #4d4d4d;
	padding:5px 0;
}

#profile div.weekly div.row p.time{
	display:table-cell;
	width:50%;
	text-align:center;
	vertical-align:top;
	
	padding:5px 0;
}

#profile div.weekly div.lastchild{
	border-bottom:none;
}

#profile div.option{
	margin-bottom:20px;
}

#profile div.option ul li{
	width:100%;
	float:left;
	text-align:center;
}

#profile div.option ul li span{
	display:block;
	margin:5px;
	background-color: #800;
    line-height: 40px;
    color: #fff;
}

@media only screen and (min-width:760px){
	
	#profile div.summary div.profimg{
		/*width:50%;*/
		width: 300px;
		height: 400px;
		float:left;
		margin-bottom:48px;
	}
	
	#profile div.summary div.text{
		/*width:50%;*/
		width: 60%;
		float:right;
		box-sizing:border-box;
		padding:0 10px 0;
	}
	
	#profile div.weekly{
		display:table;
		width:100%;
	}
	
	#profile div.weekly div.row{
		display: table-cell;
		width:14.25%;
		border-bottom:none;
		font-size:0.8rem;
		line-height:1.75em;
	}
	
	#profile div.weekly div.row p.date{
		display: block;
		width:100%;
		text-align: center;
		border-bottom:solid 1px #4d4d4d;
		padding:10px 0;
	}
	
	#profile div.weekly div.lastchild{
		width:14.5%;
	}
	
	#profile div.weekly div.lastchild p.date{
		border-right:none;
	}
	
	#profile div.weekly div.row p.time{
		border-right:solid 1px #4d4d4d;
		padding:10px 0;
		display: block;
		width: 100%;
	}
	
	#profile div.weekly div.lastchild p.time{
		border-right:none;
	}
	
	#profile div.option ul li{
		width:50%;
	}
	
}