* {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-family: "Hiragino Kaku Gothic ProN", "�q���M�m�p�S ProN W3", ���C���I, sans-serif;
    -webkit-text-size-adjust: none;
}

ul,
li {
    list-style: none;
}

img {
    border: 0px;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

body {
    background-image: url(/pc/img/contentsBg.jpg);
}

/*
.background-hack {
	z-index:-1;
    background-color:#fff;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-position:50% 0%;
	background-image:url(/sp/img/bg.jpg);
}
*/

h1 {
    font-weight: normal;
    text-align: center;
    padding: 4px 0px;
    font-size: 11px;
}

#headerWrap {
    position: fixed;
    background-image: url(/sp/img/header_bg.png);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
    height: 100px;
    width: 100%;
    top: 0px;
    left: 0;
    z-index: 9999;
}

#header {
    position: relative;

}

#logo {
    position: absolute;
    width: 110px;
    left: 50%;
    top: 0px;
    margin-left: -55px;
}

#logo img {
    width: 100%;
}

#topCover {
	position: relative;
    max-width: 1000px;
    margin: 50px auto 0px auto;
}

#headerMenu {
    position: absolute;
    top: 7px;
    right: 7px;
    height: 53px;
    width: 53px;
    z-index: 999999;
}

#menuOpen {
    display: block;
}

#topWrap {
    position: relative;
    max-width: 1000px;
    margin: 0px auto;
    padding: 0 5px;
}

#topContents {
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 5px 20px 5px;
    margin: 5px 0 5px 0;
}


#wrap {
    position: relative;
    padding: 70px 5px 0 5px;
    max-width: 1000px;
    margin: 0px auto;
}

#contents {
    /* -webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	border-left:1px solid #aaa;
	border-top:1px solid #aaa;
	border-right:1px solid #000;
	border-bottom:1px solid #000; */
    background: #fff;
    padding: 10px 5px;
    margin: 0 0 20px 0;
}

#shopMenu {
    position: relative;
    margin: 6px 4px 10px 4px;
}

#shopMenu dt,
#shopMenu dd {
    width: 100%;
}

#shopMenu dt a,
#shopMenu dd a {
    display: block;
    text-align: center;
    color: #121212;
    font-size: 24px;
    margin: 5px 10px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    border: 1px solid #121212;
}

#shopMenu dt a {
    border: 1px solid #121212;

}

#shopMenu dt a img {
    margin-right: 2px;
}

#shopMenu dd a {
    border: 1px solid #856127;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f6e7cf), color-stop(0.51, #b68d4c), color-stop(0.50, #c19e66), color-stop(0.00, #f4e3c9));
    background: -webkit-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 51%, #f6e7cf 100%);
    background: -moz-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 51%, #f6e7cf 100%);
    background: -o-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 51%, #f6e7cf 100%);
    background: -ms-linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 51%, #f6e7cf 100%);
    background: linear-gradient(top, #f4e3c9 0%, #c19e66 50%, #b68d4c 51%, #f6e7cf 100%);
}

#tel {
    position: relative;
    padding: 5px 0;
}

#tel a.header_tel {
    display: block;
    text-align: center;
    color: #121212;
    font-size: 28px;
    margin: 10px auto;
    line-height: 1;
    font-weight: bold;

    padding: 10px 0;

    border: 1px solid #ccc;
    background: #f1e767;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
    background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
    background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
    -webkit-box-shadow: inset 1px 1px 1px #fff;
    box-shadow: inset 1px 1px 1px #fff;

}

#contents_return_public {
    position: fixed;
    left: 10px;
    bottom: 5px;
    z-index: 999999;

}

#contents_return_public form input {
    background-color: #121212;
    color: #fff;
    text-align: center;
    font-size: 10px;
    width: 64px;
    height: 64px;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}



#pager {
    text-align: center;
}

#pager li {
    display: inline-block;
    width: 40px;
    margin: 4px;
}

#pager li a {
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #444;
    border-top: 1px solid #444;
    background-color: #222;
    color: #fff;
    padding: 10px;
}

#return {
    margin: 10px 0px;
    text-align: right;
}


#return_public2 {
    margin: 5px 15px;
}

#return_public2 form input {
    display: block;
    width: 100%;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.99, #7b164c), color-stop(0.55, #a41d65), color-stop(0.00, #7b164c));
    background: -webkit-linear-gradient(top, #7b164c 0%, #a41d65 55%, #7b164c 99%);
    background: -moz-linear-gradient(top, #7b164c 0%, #a41d65 55%, #7b164c 99%);
    background: -o-linear-gradient(top, #7b164c 0%, #a41d65 55%, #7b164c 99%);
    background: -ms-linear-gradient(top, #7b164c 0%, #a41d65 55%, #7b164c 99%);
    background: linear-gradient(to bottom, #7b164c 0%, #a41d65 55%, #7b164c 99%);
    color: #fff;
    padding: 10px;
    font-size: 14px;
    text-decoration: none;
}

#login_area {
    /* -webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px; */
    border: 1px solid #ccc;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffffff), color-stop(0.51, #d1d1d1), color-stop(0.50, #dbdbdb), color-stop(0.00, #dcdcdc));
    background: -webkit-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #ffffff 100%);
    background: -moz-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #ffffff 100%);
    background: -o-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #ffffff 100%);
    background: -ms-linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #ffffff 100%);
    background: linear-gradient(top, #dcdcdc 0%, #dbdbdb 50%, #d1d1d1 51%, #ffffff 100%);
    color: #000;
    padding: 10px 0;
    text-align: center;
}

#login_area p {
    color: #000;
    letter-spacing: 6px;
}

#login_area span {
    display: inline-block;
    margin-right: 10px;
    color: #000;
}

#login_area input.text {
    width: 80px;
    height: 24px;
    color: #000;
}

#login_area input.button {
    margin-top: 8px;
    color: #000;
    letter-spacing: 4px;
    padding: 2px 20px;
}

/*************************************: �t�b�^�[���j���[ ***********************************/

#footer_menu {
    margin-bottom: 20px;
}

#footer_menu li {
    width: 50%;
    float: left;
}

#footer_menu li a {
    display: block;
    text-align: center;
    margin: 1px;
    padding: 10px 0px;
    color: #fff;
    border: 1px solid #121212;
    font-weight: bold;
    font-size: 15px;
    background-color: #333;
}

/*************************************: �t�b�^�[ ***********************************/
.footerBorder {
    background-image: url(/pc/img/footer_border.png);
    background-repeat: repeat;
    height: 16px;
    top: -16px;
    left: 0px;
    position: relative;
}

#footerWrap {
    position: relative;
    background-position: 50% 0%;
    background-color: #121212;
}

#footer {
    position: relative;
    max-width: 1000px;
    margin: 0px auto;
    padding: 10px 0px;
    text-align: center;
}

#footer p {
    color: #fff;
}

#footer p a {
    color: #f66;
    text-decoration: none;
}

#footer h1 {
    color: #444444;
    background-color: #ac8940;
    line-height: 25px;
    height: 25px;
}

ul#footer_banner li {
    width: 50%;
    float: left;
}

ul#footer_banner {
    margin: 0px auto;
}

ul#footer_banner li a {
    display: block;
    margin: 2px;
    padding: 2px;
    border: 1px solid #ccc;
}

ul#footer_banner li a img {
    width: 100%;
}

#footerBottom {
    position: relative;
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 10px 0px;
    text-align: center;
    background-color: #262626;
}

#footerBottom p {
    color: #fff;
}

#footerBottom p.copy {
    font-size: 8px;
}

#footerBottom p a {
    color: #f66;
}

hr {
    margin: 5px 0px 0px 0px;
}

#pageTop {
    color: #FFF;
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 9998;
}

#pageTop img {
    width: 60px;
}