@charset "utf-8";

/* IE暗殺帳 */



/* base.css
----------------------------- */
.box {	/* rgbaとbox-shadow無理。許せない。 */
	border: 1px solid #ccc;
	background: url("../img/ie/ie-white09.png");
}

footer {	/* rgba無理。許せない。 */
	background: url("../img/ie/ie-black05.png");
}
footer small {	/* rem無理。許せない。 */
	font-size: 1em;
}

header {	/* remもrgbaも無理。許せない。 */
	font-size: 1.3em;
	background: url("../img/ie/ie-white07.png");
}
.menu_ruby {
	font-size: 0.5em;
}

h2 {	/* rem無理。許せない。 */
	font-size: 1.5em;
	font-weight: bold;
}
.h2_ruby {
	font-size: 0.7em;
	font-weight: normal;
}

h3 {	/* 色が濃い。許せない。 */
	color: #666;
	font-size: 1.5em;
}

article {	/* rgba無理。許せない。 */
	background: url("../img/ie/ie-black02.png");
}



/* index
----------------------------- */
#page_index #inbtn a {	/* rem無理。許せない。 */
	font-size: 3.5em;
}



/* top
----------------------------- */
#page_top #top_image {	/* paddingおかしいくさい。許せない。 */
	margin-top: -30%;
}



/* information
----------------------------- */
#page_information #text_last {	/* text-shadow無理。許せない。 */
	color: #fff;
}



/* product
----------------------------- */
#page_product h3 {	/* rem無理。許せない。 */
	font-size: 3em;
	color: #fff;
}
#page_product .title_ruby {	/* rem無理。許せない。 */
	font-size: 0.4em;
}

#page_product .box .span3 {
	margin: 0 0 0 1.2em;
}

#page_product h3 {	/* 左側説明テキスト */
	background: url("../img/ie/ie-black05.png");
	border-bottom: 0 solid #000;
	margin: 0 0 1em;
	padding: 0.5em 0 0.5em 0.25em;
}
#page_product .product_text {	/* 左側説明テキスト */
	background: url("../img/ie/ie-black05.png");
}
#page_product .spec {	/* 左側説明テキスト */
	border-left: 0 solid #fff;
	background: url("../img/ie/ie-black05.png");
}

#page_product .linksbtn {
	font-size: 1.2em;
	background: url("../img/ie/ie-black05.png");
}


