
/*============================================================================*/
/*//////  Copyright (C) 2013 大阪物療大学 All Rights Reserved.  //////*/
/*============================================================================*/
*{
	padding: 0;
	margin: 0;
}

#content ul.thumbnail{
	width: 680px;
	margin: 20px auto 0;
}
#content ul.thumbnail li{
	width: 120px;
	height: 120px;
	margin-right: 20px;
	float: left;
	list-style: none;
}
#content ul.thumbnail li:last-child{
	margin-right: 0;
}
#content ul.thumbnail li a{
	display: block;
	width: 120px;
	height: 120px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
#content ul.thumbnail li span.image{
	display: table-cell;
	width: 120px;
	height: 120px;
	background: #fff;
	vertical-align: middle;
	text-align: center;
}
#content ul.thumbnail li span.cover{
	display: block;
	width: 120px;
	height: 120px;
	background: rgba(255, 255, 255, 0.3);
	color: #310909;
	font-size: 24px;
	line-height: 120px;
	text-align: center;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#content ul.thumbnail li a:hover span.cover{
	background: rgba(255, 255, 255, 0);
}


/* iPHone4,iPhone5,iPhone5sのみ 
-------------------------------------------------------*/
@media screen and (min-width: 100px) and (max-width: 374px) {
	#content ul.thumbnail {
		width: 100%;
		margin: 10px auto 0;
	}
	#content ul.thumbnail li {
		width: 50%;
		height: 80px;
		margin-right: 0%;
		float: left;
		list-style: none;
	}
	#content ul.thumbnail li a {
		width: 90%;
		height: 90%;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 5%;
	}
	#content ul.thumbnail li span.image {
		display: block;
		width: 100%;
		height: 100%;
		background: #fff;
		text-align: center;
	}
	#content ul.thumbnail li span.cover {
		display: block;
		width: 100%;
		height:100%;
		background: rgba(255, 255, 255, 0.3);
		color: #310909;
		font-size: 10px;
		line-height: 100%;
		text-align: center;
		text-indent: 0;
		position: absolute;
		top: 0;
		left: 0;
	}
}


/* iPhone6のみ */
@media screen and (min-width: 375px) and (max-width: 413px){
	#content ul.thumbnail {
		width: 100%;
		margin: 10px auto 0;
	}
	#content ul.thumbnail li {
		width: 50%;
		height: 80px;
		margin-right: 0%;
		float: left;
		list-style: none;
	}
	#content ul.thumbnail li a {
		width: 90%;
		height: 90%;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 5%;
	}
	#content ul.thumbnail li span.image {
		display: block;
		width: 100%;
		height: 100%;
		background: #fff;
		text-align: center;
	}
	#content ul.thumbnail li span.cover {
		display: block;
		width: 100%;
		height:100%;
		background: rgba(255, 255, 255, 0.3);
		color: #310909;
		font-size: 10px;
		line-height: 100%;
		text-align: center;
		text-indent: 0;
		position: absolute;
		top: 0;
		left: 0;
	}
}

/* iPhone6 Plus ~ ちょっと大きいスマホまで */
@media screen and (min-width: 414px) and (max-width: 500px){
	#content ul.thumbnail {
		width: 100%;
		margin: 10px auto 0;
	}
	#content ul.thumbnail li {
		width: 50%;
		height: 80px;
		margin-right: 0%;
		float: left;
		list-style: none;
	}
	#content ul.thumbnail li a {
		width: 90%;
		height: 90%;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 5%;
	}
	#content ul.thumbnail li span.image {
		display: block;
		width: 100%;
		height: 100%;
		background: #fff;
		text-align: center;
	}
	#content ul.thumbnail li span.cover {
		display: block;
		width: 100%;
		height:100%;
		background: rgba(255, 255, 255, 0.3);
		color: #310909;
		font-size: 10px;
		line-height: 100%;
		text-align: center;
		text-indent: 0;
		position: absolute;
		top: 0;
		left: 0;
	}
}