@charset "UTF-8";

h2 > .material-icons{
	padding-right: 0.3em;
}

main h2.rhombus-i:before{
	background-color: #00a29a;
}


.summary > div:first-child{
	display: inline-block;
	margin-right: 1em;
}

.summary > ul, .summary > ul > li{
	display: inline-block;
}

.game-detail .tag-list > *{
	background-color: #00a29a;
}

#main-img{
	position: relative;
}

#main-img img {
	width: 100%;
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3), 3px 0 5px 0 rgba(0,0,0,0.2), 1px 0 2px 0 rgba(0,0,0,0.1);
}

.game-img > div{
	margin-right: 1em;
}

div.game-detail > div.line{
	background-color: #00a29a;
	height: 4px;
	width: auto;
	border-radius: 5px;
	margin-bottom: 1em;
}

div.game-detail > p:nth-child(2){
	margin-top: 2em;
}

.date{
	display: block;
	margin-bottom: 1em;
	font-size: 0.8em;
	text-align: right;
	font-style: italic;
}

.action-btns{
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #ddd;
}

.action-btns > div > div{
	padding: 5px;
}

.action-btns > div > div > button{
	padding: 0.5em;
	background-color: #f39800;
	border: 1px solid #f39800;
	height: 100%;
	width: 100%;
	color: #fff;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3), 3px 0 5px 0 rgba(0,0,0,0.2), 1px 0 2px 0 rgba(0,0,0,0.1);
}

.action-btns > div > div > button:disabled{
	padding: 0.5em;
	background-color: #bbb;
	border: 1px solid #ddd;
	height: 100%;
	width: 100%;
	color: #fff;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3), 3px 0 5px 0 rgba(0,0,0,0.2), 1px 0 2px 0 rgba(0,0,0,0.1);
}

#information h3,#member h3{
	position: relative;
	margin-top: 0;
	font-size: 20px;
}

#information h3:before,#member h3:before{
	content: "";
	position: absolute;
	display: inline-block;
	margin-top: -4px;
	top: 0.5em;
	left: -15px;
	width: 8px;
	height: 8px;
	background-color: #00a29a;
	border-radius: 2px;
	transform: rotate(-45deg);
}

#information > div > div,#member > div > div{
	padding: 0.5em;
}

#main-img img, #thumbnail img {
	width: 100%;
}

#thumbnail {
	margin-top: 0.5em;
}

#thumbnail ul {
	padding: 0;
	margin: 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
}

#thumbnail li {
	list-style-type: none;
	box-sizing: border-box;
	border-radius: 3px;
	width: 33.33%;
	cursor: pointer;
}

#thumbnail li > img{
	width: 100%;
	border-radius: 8px;
	padding: 5px;
}
.current{
	background-color: #00a29a;
}

/*----------bootstrap lg----------*/
@media screen and (min-width: 1200px){

}

/*----------bootstrap md----------*/
@media screen and (min-width: 992px) and (max-width: 1199px){

}

/*----------bootstrap sm----------*/
@media screen and (min-width: 768px) and (max-width: 991px){

}

/*----------bootstrap xs----------*/
@media screen and (min-width: 545px) and (max-width: 767px){

	.game-img > div{
		padding-right: 0em;
	}

	div.game-detail > div.line{
		display: none;
	}
}

/*-----bootstrap original grid xss-----*/
@media screen and (max-width: 544px){
	.game-img > div{
		margin-right: 0em;
	}

	div.game-detail > div.line{
		display: none;
	}

	.game-detail table tr > td:nth-child(3){
		width: 5em;
	}

	.game-detail table a{
		font-size: 14px;
	}
	.summary > ul{
		padding-left: 1.5em;
	}
}
