html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline; }
html {
    line-height: 1; }
ol, ul {
    list-style: none; }
table {
    border-collapse: collapse;
    border-spacing: 0; }
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle; }
q, blockquote {
    quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
    border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block; }

* {
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
    -webkit-font-smoothing: antialiased; }

html {
    height: 100%;
    width: 100%; }

body {
    font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",sans-serif;
    font: #cccccc normal 20px/32px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: #8f8f8f;
    font-size: 1em;
    display: block;
    -webkit-font-smoothing: antialiased;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
a:hover {
    /*color: #b6b6b6;*/
}
nav span:hover {
    opacity: 0.7;
    -webkit-font-smoothing: antialiased;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/* Structure
-------------------------------------------------------------- */

#content {
    width: 960px;
    margin: 0 auto 100px;
    *zoom: 1;
}

/* header
-------------------------------------------------------------- */
.container {
    width: 100%;
    background-color: #ffffff;
}

.container #header {
    width: 960px;
    height: 17px;
    margin: 0 auto;
    padding: 31.5px 0;
    text-align: center;
}

.container #header nav {

}

.container #header nav ul {

}

.container #header nav ul li {
    width: 100px;
    font-size: 17px;
    font-family: 'Orator Std';
    letter-spacing: 0.2px;
    text-align: center;
    margin-left: 60px;
}
.container #header nav ul li:first-child {
    margin-left: 0;
}

.container #header nav ul li a {

}
.container #header nav ul li a:hover {
    opacity: 0.6;
}

#logo {
    margin: 90px auto 60px;
    max-width: 960px;
    text-align: center;
}

a#logo img{
    margin: 0 auto;
    max-width: 980px;
    max-height: 800px;
}

h1 a#logo{
    font-size: 37px;
    line-height: 37px;
    text-align: center;
    word-wrap: break-word;
    letter-spacing: 2px;
}

/* navigation
-------------------------------------------------------------- */
#navigation {
    width: 180px;
    margin: 30px auto 100px; }

.nav-link {
    float: left;
    text-decoration: none;
    color: #333;
    margin-right: 10px;
    -webkit-font-smoothing: antialiased; }
.nav-link:last-child {
    margin-right: 0; }

/* category
-------------------------------------------------------------- */
.template #category-menu{
    display: block;
}
.template #category-menu span{
    cursor: pointer;
}
.template #category-menu .category-list{
    display: none;
}
.template #category-menu:hover .category-list{
    display: block;
    padding: 10px 0 0;
    position: absolute;
    z-index: 9999;
}
.template #category-menu .category-list ul {
    background: #333333;
    border: 1px solid #CCC;
    box-shadow: 0px 1px 3px rgb(100, 100, 100);
    border-radius: 5px;
    cursor: pointer;
    margin: 0;
    padding: 7px 0;
    min-width: 100px;
}
.template #category-menu .category-list ul li{
    position: relative;
    border: none;
    float: none;
    height: auto;
    line-height: 26px;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}
.template #category-menu .category-list ul li a{
    display: block;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1;
}
.template #category-menu .category-list ul li a:hover{
    border-bottom: none;
    text-decoration: underline;
}


.container #header nav ul li #category-menu:hover .category-list {
    padding: 20px 0 0 0;
}
.container #header nav ul li #category-menu:hover .category-list ul {
    min-width: 100px;
    border: none;
    color: #ffffff;
    border-radius: 0;
    box-shadow: none;
}
.container #header nav ul li #category-menu:hover .category-list ul li {
    line-height: 1.5em;
}

.container #header nav ul li #category-menu:hover .category-list ul li a {
    display: block;
    color: #ffffff;
    padding: 7px 15px;
    max-width: 250px;
    /* ▼1行制限 */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* ▲1行制限 */
}
.container #header nav ul li #category-menu:hover .category-list ul li a:hover {
    opacity: 1;
}

/* 中カテゴリを表示 */
.container #header nav ul li #category-menu .appsItemCategoryTag_child .appsItemCategoryTag_lowerchild {
    display: none;
    position: absolute;
    top: -7px;
    left: 100%;
    z-index: -1;
    background: #3a3a3a;
}

.container #header nav ul li #category-menu .appsItemCategoryTag_lowerchild:hover ,
.container #header nav ul li #category-menu .appsItemCategoryTag_child:hover .appsItemCategoryTag_lowerchild {
    display: block;
}

/* .categoryTitle01
-------------------------------------------------------------- */
.tempTop .categoryTitle01 {
	margin: 0 0 60px;
	font-size:20px;
	line-height: 1.1;
	font-weight: bold;
	text-align: center;
}

/* .childCategoryList01
-------------------------------------------------------------- */
.childCategoryList01 {
	width: 960px;
	margin: -30px auto 60px;
    text-align: center;
}

.childCategoryList01_child {
    display: inline-block;
    font-size: 14px;
    line-height: 2;
    color: #fff;
    letter-spacing: -.40em;
}

.childCategoryList01_link {
    display: inline-block;
    padding: 0 15px;
    letter-spacing: normal;
}

.childCategoryList01_link:hover { text-decoration: underline;}




/* item display
-------------------------------------------------------------- */
.item-container {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 10px;
    background-color: #FFF;
    float: left;
    overflow: hidden;
}
.item-container:hover .item-detail {
		opacity:1;
    bottom: 0px;
}
.item-container a {
    width: 300px;
    height: 300px;
    text-decoration: none;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.item-img {
    margin: 15px;
    width: 270px;
    height: 270px;
    overflow: hidden;
    line-height: 270px;
    text-align:center;
}

.item-img img{
    max-height: 270px;
    max-width: 270px;
    vertical-align: middle;
}

.item-detail {
		opacity:0;
    width: 270px;
    overflow: hidden;
    margin: 15px;
    position: absolute;
    bottom: -163px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.item-detail .point {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    margin: 0 auto;
    background-color:transparent;
}
.item-detail .price {
    font-size: 12px;
    padding: 15px 0;
    color: #4D4D4D;
    background-color: #ffffff;
}
.soldout {
    width: 100%;
    height: 54px;
    background-color: #ffffff;
}


.soldout .price {
    font-size: 12px;
    padding: 15px 0;
    color: #4D4D4D;
    float: left;
    text-decoration: line-through;
    background-color: #ffffff;
}
.soldout span {
    font-size: 12px;
    padding: 21px 0 0 15px;
    color: #ff5698;
    float: left;
    background-color: #ffffff;
}

.item-detail .item-name {
    font-size: 19px;
    height: 44px;
    color: #4D4D4D;
    background-color: #ffffff;
    text-align: left;
    padding-top: 25px;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}


.soldout .item-name {
    font-size: 19px;
    height: 44px;
    color: #4D4D4D;
    background-color: #ffffff;
    text-align: left;
    clear: both;
    padding-top: 25px;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}


.item-detail .description {
    height: 30px;
    font-size: 12px;
    line-height: 1.3em;
    color: #808080;
    background-color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-border {
    width: 100%;
}

/* item information
-------------------------------------------------------------- */
.single-item-name {
    line-height: 40px;
    text-align: left;
    font-weight: bold;
    font-size: 25px;
    padding-left: 20px;
    border-left: 10px solid #e29f2a; }

.item-info-container {
    width: 100%;
    margin: 50px auto;
    overflow: hidden;
    *zoom: 1;
}

.item-images-container {
    width: 50%;
    float: left;
    margin-bottom: 100px; }
.item-images-container .item-big-img {
    width: 400px;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0 auto; }
.item-images-container .item-big-img img {
    border: 1px solid #eee;
    width: 100%; }
.item-images-container .item-small-img {
    width: 400px;
    height: 50px;
    margin: 10px auto;
    overflow: hidden; }
.item-images-container .item-small-img ul li {
    float: left;
    height: 50px;
    width: 50px;
    margin-right: 10px; }
.item-images-container .item-small-img ul li img {
    border: 1px solid #eee;
    width: 50px;
    height: 50px; }

.item-detail-container {
    width: 50%;
    float: right; }

.item-page-detail {
    position: relative; }
.item-page-detail h2 {
    font-size: 2em;
    line-height: 2em; }
.item-page-detail p {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1em; }

.price {
    font-size: ;
    font-size: 1.5em;
    line-height: 2em;
}

.notice p {
    font-size: 0.8em;
    line-height: 1em;
    margin-top: 10px;
    margin-bottom: 0;
    color: #b6b6b6; }

.buy-action .buy-button {
    bottom: 0; }

.more {
    clear: both;
    text-align: center;
    padding: 50px 0;
    margin: 50px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }

/* about
-------------------------------------------------------------- */

.main {
    width: 960px;
    height: auto;
    margin: 0 auto 30px;
    background: #fff;
}

.main #about {
    width: 830px;
    margin: 0 auto;
    padding: 75px 0;
    text-align: left;
    color: #808080;
}

.main #about h2 {
    font-size: 40px;
    font-family: 'Orator Std';
    color: #42210B;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 60px;
}


.main #about h2 {
    font-size: 32px;
}


.main #about p {
    font-size: 13px;
    font-family: 'ヒラギノ角ゴ Pro', sans-serif;
    line-height: 1.4em;
    padding-bottom: 70px;
}

.main #about .social {
    padding: 40px 0 0;
    text-align: center;
		width: 100%;
    border-top: 1px solid #b2b2b2;
}
.main #about .social > ul{
	display: inline-block;
}
.main #about .social ul li {
    float: left;
    margin-right: 15px;
}
.main #about .social ul li:last-child {
    margin-right: 0;
}


.shop-about {
    width: 100%;
    line-height: 100px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    border-bottom: 1px solid #eee; }

.shop-info-page {
    width: 970px;
    margin: 50px auto;
    text-align: left;
    overflow: hidden;
    *zoom: 1; }

.shop-img {
    width: 50%;
    text-align: center;
    float: left; }
.shop-img img {
    max-width: 100%;
    width: 100%; }

.shop-info-detail {
    float: right;
    width: 50%;
    padding: 0 10px 10px 10px;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    *zoom: 1; }
.shop-info-detail h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 20px; }
.shop-info-detail p {
    line-height: 20px;
    padding-left: 10px;
    margin-bottom: 20px; }

.shop-links {
    padding: 10px;
    border-top: 1px solid #eee; }

.web, .email, .address, .shop-address {
    float: left;
    margin-right: 10px;
    font-size: 1em;
    line-height: 1.5em; }

/* inquiry: お問い合わせ
-------------------------------------------------------------- */
/*====================================================================
 inquiry: お問い合わせ
====================================================================*/

.inquirySection {
    padding: 50px;
}
.inquirySection h1 {
    font-size: 40px;
    font-family: 'Orator Std';
    line-height: 40px;
    letter-spacing: 3px;
    margin: 0 0 10px 0;
    color: #42210B;
    text-transform: uppercase;
    text-align: left;
}
.inquirySection p  {
    font-size: 13px;
    font-family: '小塚ゴシック Pr6N', sans-serif;
    line-height: 13px;
    color: #42210B;
    text-align: left;
}
.inquirySection form {
    width: 650px;
    margin: 50px auto 0;
}
.inquirySection dl {
    text-align: left;
}
.inquirySection dl dt {
    font-size: 16px;
    line-height: 16px;
    color: #42210B;
    margin-bottom: 10px;
}
.inquirySection dl dt span {
    font-size: 11px;
    line-height: 11px;
    margin-left: 5px;
    color: #FB7C8A;
    vertical-align: baseline;
}
.inquirySection dl dd {
    margin-bottom: 20px;
}
.inquirySection dl dd input {
    width: 630px;
    padding: 10px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
.inquirySection dl dd textarea {
    width: 630px;
    height: 135px;
    padding: 10px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
@-moz-document url-prefix() {
    .inquirySection dl dd textarea {
        font-size: 11px;
    }
}
.inquirySection .control-panel input#buttonLeave {
    width: 340px;
    margin: 55px auto 0;
    padding: 12px 0;
    font-size: 15px;
    letter-spacing: 3px;
    color: #ffffff;
    background-color: #333333;
    border: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    display: block;
}
.inquirySection .control-panel input#buttonLeave:hover {
    cursor: pointer;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
}
#inquiryConfirmSection p {
    font-size: 13px;
    color: #000000;
    line-height: 13px;
}
#inquiryConfirmSection dd {
    padding-left: 15px;
    font-size: 12px;
}
#inquiryCompleteSection p {
    margin: 30px 0 0;
    color: #333333;
    line-height: 1.4em;
}
#inquiryCompleteSection a {
    width: 410px;
    margin: 45px auto 0;
    padding: 14px 0;
    text-align: center;
    font-size: 15px;
    letter-spacing: 3px;
    color: #ffffff;
    background-color: #333333;
    -webkit-font-smoothing: antialiased;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    display: block;
}
#inquiryCompleteSection a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
}


/* nice buttons
-------------------------------------------------------------- */
.button {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-color: red;
    cursor: pointer;
    letter-spacing: 2px;
    font-size: 15px;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
.button:hover {
    background-color: #cc0000; }

.buy-button {
    margin: 50px auto;
    background-color: #fe9eae; }
.buy-button:hover {
    background-color: #cc0000; }

.more-button {
    margin: 0 auto;
    background: orange; }
.more-button:hover {
    background-color: red; }

/* terms
-------------------------------------------------------------- */
.terms-heading {
    position: relative;
    font-size: 1.3em;
    line-height: 1.3em;
    margin-bottom: 1em;
    text-align: left;
    padding-left: 20px;
    border-left: 10px solid #e29f2a; }

.terms {
    width: 100%; }
.terms h2 {
    font-size: 1em;
    margin-bottom: 0.5em; }
.terms h3 {
    margin-bottom: 0.5em; }
.terms p {
    font-size: 0.9em;
    padding-left: 20px;
    margin-bottom: 1em;
    line-height: 1.5em; }
.terms ul {
    padding-left: 30px;
    margin: 30px 0 50px; }
.terms ul li {
    font-size: 0.9em; }

/* footer
-------------------------------------------------------------- */
footer {
    width: 960px;
    position: relative;
    margin: 50px auto 0;
    padding-bottom: 30px;
    bottom: 0;
    font-family: 'ヒラギノ角ゴ Pro', sans-serif;
    text-align: center;
    *zoom: 1;
		clear: both;
}
footer nav {
    width: 300px;
    margin: 0 10px 30px 0;
    float: left;
}

.footer-terms {
    float: left; }
.footer-terms li {
    float: left;
    margin-right: 10px; }
.footer-terms li:last-child {
    margin-right: 0; }
.footer-terms li a {
    font-size: 12px;
    color: #333333;
}
.footer-terms li a:hover {
    opacity: 0.7;
}

.copy {
    position: absolute;
    right: 0;
    text-align: right;
    line-height: 25px;
    font-size: 12px;
    color: #ccc; }

#base{
    width: 145px;
    top: 10px;
    right: 20px;
    float: right;
    position: absolute;
}

#base .basehome{
    float: left;
}

#base .basehome:hover{
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    filter: progid:dximagetransform.microsoft.alpha(opacity=80);
}

#base .basecart{
    float: right;
}

#base .basecart:hover{
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    filter: progid:dximagetransform.microsoft.alpha(opacity=80);
}

#base img{
    border: 0px !important;
}

#base .stocNum{
    position: absolute !important;
    right: 32px !important;
    top: 20px !important;
    color: white !important;
    font-size: 13px !important;
    font-family: helvetica !important;
    font-weight: bold !important;
    line-height: 1 !important;
}



/* common
-------------------------------------------------------------- */

/* ソーシャルボタン */
#social_button{
    margin: -23px 0;
    text-align: left;
}
#social #social_button {
    clear: both;
}

footer #social_button{
    width: 215px;
    margin: -2px 0 0 0;
    float: right;
}
.fb-like, .fb_iframe_widget{
    vertical-align: top;
}
#twitter-widget-0 {
    width: 105px!important;
}
#twitter-widget-1 {
    width: 105px!important;
}

#widget {
    margin: 0 0 0 0 ;
}

#widget a {
    font-weight: bold;
}

/* body.tempTop
-------------------------------------------------------------- */


/* body.tempDetail
-------------------------------------------------------------- */
#item_page_wrap{
    background-color: #FFF;
    margin: 0 auto;
    padding: 65px 60px;
    width: 980px;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#item_page_wrap #first_column{
    float: left;
    width: 450px;
}

#item_page_wrap #second_column{
    float: right;
    width: 380px;
}
#item_page_wrap header{
    margin: 0 0 40px;
}
#item_page_wrap header h1{
    font-size: 27px;
    font-family: 'AxisStd', sans-serif;
    line-height: 1.5em;
    text-align: left;
}

#item_page_wrap #item_detail{
    width: 100%;
    font-size: 12px;
    font-family: 'ヒラギノ角ゴ Pro', sans-serif;
    line-height: 1.5em;
    padding-top: 70px;
    color: #808080;
    clear: both;
}
#item_page_wrap #price{
    font-size: 21px;
    font-family: 'AxisStd', sans-serif;
    font-weight: normal;
    text-align: left;
}
#item_page_wrap .price_soldout {
    height: 21px;
}
#item_page_wrap .price_soldout p {
    text-decoration: line-through;
    float: left;
}
#item_page_wrap .price_soldout span {
    float: left;
    font-size: 15px;
    color: #FF6598;
    margin: 4px 0 0 15px;
}

#item_page_wrap #itemAttention{
    font-size: 11px;
    font-family: 'ヒラギノ角ゴ Pro', sans-serif;
    color: #969696;
    text-align: left;
    line-height: 1em;
    margin: 40px 0 10px;
    clear: both;
}
#item_page_wrap #itemAttention p {
	line-height: 1.4;
    margin-bottom: 5px;
}
#item_page_wrap #itemAttention .free{
    font-weight:bold;
}

#item_page_wrap #purchase_form{
    margin: 80px 0 0;
    font-family: 'AxisStd', sans-serif;
}
#item_page_wrap #purchase_form #itemSelect {
    margin: 0 0 30px 0;
    padding-top: 30px;
    border-top: 1px solid #b2b2b2;
    text-align: left;
}
#item_page_wrap #purchase_form #variationSelectWrap{
    display: block;
    margin-bottom: 15px;
}
#item_page_wrap #purchase_form #itemSelect #variationSelectWrap select {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    white-space:nowrap;
}

#item_page_wrap #purchase_form #buy_button {
    text-align: center;
}
#item_page_wrap #purchase_form #buy_button input,
#item_page_wrap #purchase_form #buy_button .buy_button--noItem a {
    border: none;
    display: inline;
    width: 100%;
    height: 50px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 2px;
    font-size: 15px;
    background-color: #333333;
    -webkit-font-smoothing: antialiased;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
#item_page_wrap #purchase_form #buy_button input:hover,
#item_page_wrap #purchase_form #buy_button .buy_button--noItem a:hover {
    background-color: #666;
    color: #fff;
}

#item_page_wrap #purchase_form #buy_button .buy_button--noItem a {
    display: block;
    line-height: 50px;
}

/*
 *#social
 */
#item_page_wrap #social{
    margin: 60px 0 0;
}
#item_page_wrap #embedded_tag{
    text-align: center;
}
#item_page_wrap #embedded_tag p{
    color: #b6b6b6;
    font-size: 0.8em;
}
#item_page_wrap #embedded_tag textarea{
    width: 80%;
}

/* jquery.bxslider */
#item_page_wrap .bxslider{

}
#item_page_wrap .bxslider .img_box{
    height: 450px;
    line-height: 450px;
    text-align: center;
    vertical-align: middle;
    width: 450px;

}
#item_page_wrap .bxslider .img_box img{
    max-height: 450px;
    max-width: 450px;
    vertical-align: middle;
}
#item_page_wrap #bx-pager{
    margin-top: 15px;
    overflow: hidden;
}
#item_page_wrap #bx-pager a{
    float: left;
    max-height: 78px;
    max-width: 78px;
    margin-right: 15px;
}
#item_page_wrap #bx-pager a:last-child {
    margin-right: 0;
}
#item_page_wrap #bx-pager .small_img_box{
    cursor: pointer;
    text-align: center;
    height: 78px;
    width: 78px;
    line-height: 78px;
    vertical-align: middle;
}
#item_page_wrap #bx-pager .small_img_box img{
    max-height: 78px;
    max-width: 78px;
    vertical-align: middle;
}

#reportMessage {
    color: #468847;
    font-size: 14px;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 14px;
    margin: 20px;
}

#reportBtn {
    width: 50px;
    margin-top: 35px;
    margin-bottom: 30px;
    float: left;
    text-decoration: none;
}

#reportBtn a {
    color: #000;
    font-size: 12px;
    font-family: 'ヒラギノ角ゴ Pro', sans-serif;
    color: #898989;
    cursor: pointer;
}

#reportBtn a:hover {
    text-decoration: underline;
}

.template #category-menu span{

}


/* common */
nav {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

nav ul.menu {
    display: inline-block;
}

.menu li {
    text-align: center;
    color: black;
    float:left;
}
.boxRight{
  float: right !important;
}


/* mainFooter */
#mainFooter{

}
#mainFooter a{
  color: #333;
  font-size: 12px;
}
#mainFooter ul li{
  float: left;
  line-height: 30px;
  margin: 0 30px 0 0;
}
#mainFooter ul li:last-child{
  margin: 0;
}
#mainFooter .socialBtnList{
}
#mainFooter .sns{
  float: left;
}
#mainFooter .sns.fb{
  float: right;
  margin: 0;
}
#mainFooter .sns.tw{
  float: left;
  margin: 9px 0 0;
}


/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*******************************************************************/


/*====================================================================
 common
====================================================================*/
section.tmpBox{
    background-color: #FFF;
    border-radius: 5px;
    color: #333;
    line-height: 1.4;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
    width: 960px;
}


/* カスタムデザインのデフォルト色 */
.mainHeaderNavColor{
    color: #42210B;
}

/**
 * page: トップページ
 * about: body.topPage
 *************************************/



/**
 * page: shop.ctp
 * about: body.tempTop
 *************************************/

/* 送料詳細 */
#postageInfoLayer p {
    font-size: 11px;
    text-align: left;
}
#postageInfoLayer p a {
    display: inline;
    color: #969696;
}
#postageInfoLayer p a:hover {
    text-decoration: underline;
}



/*====================================================================
 jquery
====================================================================*/

/**
 * file: detail_of_item.ctp
 * jquery: jquery.bxslider.js
 *************************************/
/* jquery.bxslider */
.bx-wrapper{
    height: 450px;
    width: 450px;
}

/*====================================================================
 for sp
====================================================================*/
@media screen and (max-width: 480px){

    /**
   * page: ページ名
   * about: 関連情報
   *************************************/

    /* クラス構成 */
    /* 特定のページに適用するcss */

}
