/* -------------------------------------------------------------------------------------------------------------

	style.css

------------------------------------------------------------------------------------------------------------- */

#pageContainer {
	overflow: hidden;
}
#pageContainer img {
	display: inline-block;
}
#pageContainer .ffSawarabi {
	font-family: 'Sawarabi Mincho', Arial, Helvetica, Verdana, sans-serif;
}
#pageContainer .ffNormal {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

/* -------------------------------------------------------------------------------------------------------------

	PC / PRINT

------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 769px), print {
/* -------------------------------------------------------------------------------------------------------*/
.toolBox01 {
	background-color: #580b0f;
}
#pageContainer sup {
	line-height: 0;
	font-size: 1.0rem;
}
#pageContainer sub {
	vertical-align: text-bottom;
	font-size: 1.0rem;
}
#pageContainer .sp {
	display: none !important;
}
/* -------------------------------------------------------------------------------------------------------*/
}

/* -------------------------------------------------------------------------------------------------------------

	PC

------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 769px) {
/* -------------------------------------------------------------------------------------------------------*/
#pageContainer .alphaHover a:hover img {
	opacity: 0.7;
}
#pageContainer .vdCmnInner01 {
	width: 940px;
	margin: 0 auto;
}
/* -------------------------------------------------------------------------------------------------------*/
}

/* -------------------------------------------------------------------------------------------------------------

	TAB

------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 481px) and (max-width: 768px) {
/* -------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------*/
}

/* -------------------------------------------------------------------------------------------------------------

	SP / TAB

------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
/* -------------------------------------------------------------------------------------------------------*/
.toolBox01 {
	background-color: #851d22;
}
#pageContainer {
}
#pageContainer a:hover {
	text-decoration: none;
}
#pageContainer sup {
	line-height: 0;
	font-size: 1.0rem;
}
#pageContainer sub {
	vertical-align: text-bottom;
	font-size: 1.0rem;
}
#pageContainer .pc {
	display: none !important;
}
#pageContainer .vdCmnInner01 {
	margin: 0 4%;
}
/* -------------------------------------------------------------------------------------------------------*/
}

/* -------------------------------------------------------------------------------------------------------------

	print

------------------------------------------------------------------------------------------------------------- */
@media print {
/* -------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------*/
}
