@charset "utf-8";

html,body {
    background: #ffffff;
    scrollbar-base-color: #ff69b4;
    margin: 0;
    padding: 0;
    background-image:url(../img/bg01_optout.gif);
    background-repeat:  repeat-y ;
    background-position:center;

    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-size: 12px;
    color: #000;
    line-height: 18px;
    letter-spacing: 0.1em;
}

table {
    margin: 0;
    padding: 0;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    text-align: left;
}

img {
    border: 0;
}

/* link */
a:link , a:visited {
    color: #02A621;
    text-decoration: underline;
}

a:hover , a:active {
    color: #FF0000;
    text-decoration: none;
}

/* font size */
.f10 {
    font-size: 10px;
    line-height: 14px;
}
.f14 {
    font-size: 14px;
    line-height: 20px;
}
.f16 {
    font-size: 16px;
    line-height: 22px;
}

/* font color */
.c01 {
    color: #FF0000;
}

.c02 {
    color: #02A621;
}

/** orders/closed */
#landing_closed {
    margin: 100px auto;
    width:850px;
 }

#landing_closed div {
    background-color:#f1f1f1;
    width: 850px;
    height: 180px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #ff0000;
    font-size: 1.5em;
 }
 
 * html #landing_closed div 
 {
 	/* IE6 */
	padding: 90px 0;
	height: auto;
}

*:first-child+html #landing_closed div 
{
	/* IE7 */
	padding: 90px 0;
	height: auto;
}

div#footer ul.footer_link,
div#footer ul.footer_image {
    list-style: none;
}

.contents{
    box-shadow: unset !important;
}