
@charset "shift_jis";

/*===========================================
	/support/pcstation/application/css/index.css
=============================================*/

#contents p.annotation {
	margin: 0 0 1em 2em;
	padding: 0.5em 0;
	text-indent: -0.7em;
	font-size: 0.9em;
	font-weight: bold;
}


/* 内部リンクボタン */
#contents div.btnArea {
	margin-left: 1em;
}

#contents div.btnArea ul {
	list-style: none;
	margin-left: 0;
}

#contents div.btnArea ul.two_btn > li {
	width: 30%;
	margin: 4px 2px 4px 0;
}

#contents div.btnArea ul li a {
	display: block;
	vertical-align: middle;
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	color: #000;
	padding: 1em;
}

#contents div.btnArea ul li a span {
	background: url(/support/share/images/arrow_underline.gif) no-repeat 0 0.5em;
	font-weight: 700;
	padding: 0 0 0 15px;
}

#contents div.btnArea ul li a:hover, #contents div.btnArea ul li a:active, #contents div.btnArea ul li a:focus {
	text-decoration: none;
	opacity: 0.5;
}

@media (max-width:640px) {
	#contents div.btnArea ul.two_btn > li {
		width: 100%;
		margin-left: 0;
		flex-direction: column;
	}
	
}