@charset "utf-8";
/*===============================

	[ /support/bd/special/beans/gamemenu/index.css

===============================*/

.pct:not(.pc_arrow):not(.s_img) img{
	max-width: 400px;
	width: 100%;
	height: auto;
}

.mod-mainContentContainer h2{
	font-size: 100%;
	margin: 2em 0.85em 0.5em;
}

#contents .pct{
	margin: 2em 0;
}
#contents .imgArea{
	margin: 1em auto;
}
#contents .flex{
	flex-direction: row;
	justify-content: center;
}

#contents img.pc_arrow{
	margin: 0 1em;
}

.pct.bnr_single img{
	max-width: 300px !important;
}

#contents .gamemode dl dt{
	display: list-item;
	margin-left: 0.8em;
	margin-bottom: 0.3em;
	font-weight: bold;
}

#contents .gamemode dd{
	margin-left: 0.8em;
	margin-bottom: 1.5em;
}

#contents .gamemode dd p{
	margin: 0;
}

#contents .gamemode dd ul{
	margin-top: 10px;
}

#contents .gamemode dd > ul > li{
	margin-bottom: 5px;
}

#contents .annotation {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contents .gamemode dd .annotation {
	padding-left: 14px;
	text-indent: -18px;
}
@media (max-width: 640px){
	#contents .flex{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	#contents img.pc_arrow {
		transform: rotate( 90deg );
	}
	
	.mod-mainContentContainer h2 {
		margin-left: 5px;
	}
	
	#contents .section ol {
		margin-left: 1.5em;
	}
	
}

@media (min-width: 751px){
	.pct:not(.pc_arrow):not(.s_img) img{
		max-width: 600px;
	}
}

