body {
    background-color: #f1f1f1;
    color: #777;
    font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    line-height: 19px;
    margin: 0;
}

h1 {
    font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 21px;
    line-height: 26px;
    line-height: 60px;
    margin: 0 0 20px;
    word-wrap: break-word;
}

h2 {
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    margin: 0 0 10px;
}

p {
    margin: 10px 0;
}

img {
    border-style: none;
}
li {
    list-style-type: none;
}

.row {
    color: #b6b6b6;
    font-size: 0;
    line-height: 0;
    padding: 0;
}

.column {
    display: inline-block;
    /* Fix for Internet Explorer 7 */
    *display: inline;
    font-size: 14px;
    line-height: 30px;
    margin-right: 10px;
    vertical-align: top;
    zoom: 1;
}

header {
    margin: 90px auto 25px;
    max-width: 960px;
    position: relative;
    word-wrap: break-word;
    /* Fix for Internet Explorer 7 */
    *z-index: 1;
}

header h1 a {
    color: #777;
    display: block;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

header h1 a:hover {
    color: #b6b6b6;
}

#search_container {
    display: inline-block;
    /* Fix for Internet Explorer 7 */
    *display: inline;
    margin: 18px 0 0 10px;
    vertical-align: bottom;
    zoom: 1;
}

.wrap {
    margin: 0 auto;
    max-width: 960px;
    text-align: center;
}

#logotype {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 62px;
    font-weight: bold;
    line-height: 68px;
    margin: 0 auto 10px;
    text-transform: uppercase;
    width: 960px;
}

#main_navigation {
    display: inline;
    float: right;
    margin-right: 0;
}

#main_navigation ul {
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    margin-top: 18px;
}

#main_navigation li {
    display: inline-block;
    *display: inline;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin: 0 5px;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    *zoom: 1;
}

#main_navigation .child_navigation a {
    font-size: 14px;
    line-height: 17px;
}

#base_search input {
    background: url(//dhskp7m6mg2zv.cloudfront.net/theme_assets/1839/magglas.png)
        no-repeat 5px 50% #fff;
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #999;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    padding: 2px 10px 2px 23px;
    position: relative;
    top: 2px;
    width: 100px;
}

#base_search input:focus {
    color: #000;
    outline: 0;
}

#base_search_results {
    background-color: #fff;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 16px;
    left: auto;
    line-height: 19px;
    right: 2px;
    top: 29px;
}

#base_search_results .item {
    border-top: 1px solid #d5d5d5;
}

#base_search_results .title {
    font-weight: 700;
}

#base_search_results .price {
    color: #999;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
}

.product_list li {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 2px 3px 2px 1px #e5e5e5;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    margin: 10px;
    overflow: hidden;
    text-align: left;
    width: 300px;
}
.product_list li:active {
    box-shadow: none;
}
.product_list li a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #989898;
    display: block;
    padding: 0;
    text-decoration: none;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.product_list li a:hover {
    filter: alpha(opacity=70); /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)"; /* ie 8 */
    -moz-opacity: 0.7;
    opacity: 0.7; /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7; /* Safari 1.x */
    zoom: 1;
}

.product_list li a:active {
    box-shadow: none;
    left: 2px;
    position: relative;
    top: 2px;
}

.product_list li a.item-detail {
    border-top: solid 1px #e5e5e5;
}

.product_list .image_container {
    background-color: #fff;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -o-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -o-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    height: 300px;
    line-height: 300px;
    margin-top: 1px;
    overflow: hidden;
    text-align: center;
}

.product_list .image_container img {
    background-color: #fff;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    display: inline-block;
    max-height: 300px;
    max-width: 300px;
    vertical-align: middle;
}

.product_list h2 {
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0 0;
    text-align: center;
    width: 230px;
    word-wrap: break-word;
}

.product_list .price {
    padding-bottom: 15px;
    text-align: center;
}
.product_list .discountPrice {
    color: #e75c5c;
    margin: 0;
    padding-bottom: 15px;
    text-align: center;
}
.product_list .discountPrice__ratio {
    border: 1px solid #e75c5c;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin-right: 5px;
    padding: 0 5px;
    vertical-align: top;
}
.product_list .discountPrice__calcPrice {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    padding-top: 1px;
    vertical-align: top;
    white-space: nowrap;
}
.product_list .currency {
    /*
						font-size: 13px;
						color: indianRed;
		*/
}

a .show_on_hover {
    /*
						opacity: 0.1;
						-webkit-transition: opacity 0.3s ease-in-out;
						-moz-transition: opacity 0.3s ease-in-out;
						-ms-transition: opacity 0.3s ease-in-out;
						-o-transition: opacity 0.3s ease-in-out;
						transition: opacity 0.3s ease-in-out;
		*/
}

a:hover .show_on_hover {
    opacity: 1;
}

#product_info {
    margin: 40px auto;
    width: 980px;
}

#product_info .image_container {
    background-color: #f6f6f6;
    width: 640px;
}

#product_info .image_container img {
    max-width: 640px;
}

#product_info .details_container {
    margin-left: 40px;
    text-align: left;
    width: 300px;
}

#product_info h1 {
    margin: 0 0 3px;
}

#product_info .price {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    margin: 2px 0;
    /*         color: indianRed; */
}

#product_info .currency {
    font-size: 14px;
    margin-left: 1px;
}

#product_info .description {
    color: #222;
    font-size: 13px;
    line-height: 19px;
    margin: 18px 0;
}

#product_info .variations_container {
    margin: 10px 0;
}

#product_info .add_to_cart {
    margin: 20px 0;
}

#product_info .out_of_stock {
    color: indianRed;
    font-style: italic;
    margin: 30px 0;
}

#product_info .terms {
    font-size: 11px;
    line-height: 15px;
    text-align: left;
}

#product_info .terms .link {
    margin-top: 10px;
}

#product_info .terms a {
    color: #999;
}

#product_info .terms a:hover {
    color: indianRed;
}

#related_products {
    border-top: 1px dashed indianRED;
    margin-top: 80px;
    padding: 70px;
}

.item-detail {
    background: #fff;
}
.item-detail h2 {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.item-detail .soldout {
    background-color: rgba(152, 152, 152, 0.8);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77000000,EndColorStr=#77000000)";
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#7000,EndColorStr=#7000);
    height: 24px;
    margin-top: -96px;
    padding: 38px 0 36px;
    width: 100%;
}
.item-detail .soldout:not(:target) {
    -ms-filter: none;
    filter: none;
}

.item-detail .soldout p {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 3px;
    margin: 0;
    text-align: center;
}

/*
		.item-detail h2:hover{
			color: #777777;
			webkit-font-smoothing: antialiased;
			-webkit-transition-duration: 0.3s;
			-moz-transition-duration: 0.3s;
			-o-transition-duration: 0.3s;
			transition-duration: 0.3s;
		}
*/

.base_add_to_cart_button {
    background-color: #e3e6e4;
    border: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #939494;
    cursor: pointer;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    min-width: 120px;
    padding: 8px 12px;
    text-align: center;

    -webkit-transition: background-color 0.2s ease-in-out,
        color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

/*
		.base_add_to_cart_button:hover {
				background-color: indianRed;
				color: white;
		}
*/

.base_add_to_cart_button:active {
    background-color: #0d629c;
}

.page_container {
    color: #222;
    margin: 40px auto;
    max-width: 800px;
}

.page_container h1 {
    margin: 0 0 20px;
}

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

footer {
    background-color: #fff;
    margin-top: 30px;
    width: 100%;
}

footer ul {
    margin: 0 auto;
    padding: 24px 0;
    width: 960px;
}

footer ul li a {
    color: #333;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

footer ul li a:hover {
    opacity: 0.7;
}

footer ul li {
    float: right;
}
footer ul li.column {
    float: left;
}

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

.clearfix {
    display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End Hack */

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

/* ソーシャルボタン */
#social_button {
    float: left;
    margin-right: 5px;
    width: 230px;
}
footer #social_button {
    float: none;
    margin: 0 auto;
    width: 220px;
}
.wrap #social_button {
    float: none;
    margin: 0 auto;
    width: 235px;
}
.fb-like,
.fb_iframe_widget {
    vertical-align: top;
}

#twitter-widget-0 {
    width: 110px !important;
}

#twitter-widget-1 {
    width: 110px !important;
}

#social #widget {
    float: left;
    margin: 0 20px 0 0;
}
#social #widget a {
    font-weight: bold;
}

/* Pinned Blog
-------------------------------------------------------------- */
.pinnedBlog {
    margin: 0 auto;
    width: 960px;
}
.pinnedBlog .pinnedBlog_title {
    font-size: 12px;
    padding: 10px;
}
.pinnedBlog .pinnedBlog_title::before {
    content: "\e919";
    font-family: "baseicon";
    padding: 0 5px 0 0;
}
.pinnedBlog .pinnedBlog_title a {
    color: inherit;
    text-decoration: none;
}
.publish_date.blog_pinned::before {
    content: "\e929";
    font-family: "baseicon";
    padding: 0 2px 0 0;
}

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

/* body.tempDetail
-------------------------------------------------------------- */
#item_page_wrap {
    background-color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin: 0 auto 65px;
    padding: 50px;
    width: 860px;
    word-wrap: break-word;
}

#item_page_wrap #first_column {
    display: inline-block;
    margin-right: 20px;
    text-align: left;
    vertical-align: top;
    width: 400px;
}

#item_page_wrap #second_column {
    display: inline-block;
    text-align: left;
    width: 430px;
}

#item_page_wrap h1 {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 40px;
    max-width: 100%;
    text-align: left;
    z-index: 1;
}

#item_page_wrap #item_detail {
    color: #808080;
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 40px;
    text-align: left;
}
#item_page_wrap #price {
    color: #1a1a1a;
    font-size: 18px;
    margin-bottom: 30px;
    text-align: left;
}
#item_page_wrap .discountPrice {
    margin: 0 0 30px;
}
#item_page_wrap .discountPrice__default {
    color: #666;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    text-decoration: line-through;
    vertical-align: top;
}
#item_page_wrap .discountPrice__ratio {
    border: 1px solid #e75c5c;
    color: #e75c5c;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin-left: 10px;
    padding: 0 5px;
    vertical-align: top;
}
#item_page_wrap .discountPrice__calcPrice {
    color: #e75c5c;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    padding: 10px 0 0;
}

#item_page_wrap .price_soldout p {
    display: inline;
    text-decoration: line-through;
}
#item_page_wrap .price_soldout span {
    color: #e27b8b;
    display: inline;
    font-size: 16px;
    margin: 0 0 0 15px;
}
#item_page_wrap #itemAttention {
    border-bottom: 1px solid #cbcbcb;
    color: #999;
    font-size: 11px;
    line-height: 1.1em;
    margin-bottom: 40px;
    padding-bottom: 35px;
    text-align: left;
}
#item_page_wrap #itemAttention p {
    line-height: 1.4;
}
#item_page_wrap #itemAttention .deliveryShortestDay {
    border: 1px solid #57bbae;
    color: #57bbae;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 5px 10px;
}
#item_page_wrap #itemAttention .free {
    font-weight: bold;
}
#item_page_wrap #itemAttention .free__text {
    color: #57bbae;
    font-weight: bold;
}

#item_page_wrap #purchase_form #itemSelect {
    float: left;
    font-size: 20px;
}
#item_page_wrap #purchase_form #itemSelect label {
    font-size: 14px;
}
#item_page_wrap #purchase_form #itemSelect select {
    margin-bottom: 0;
}
#item_page_wrap #purchase_form #variationSelectWrap {
    display: block;
    margin-bottom: 15px;
}
#item_page_wrap #purchase_form #variationSelectWrap select {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
#item_page_wrap #purchase_form #buy_button {
    margin-top: 10px;
}
#item_page_wrap #purchase_form #buy_button input,
#item_page_wrap #purchase_form #buy_button .buy_button--noItem a {
    background-color: #4d4d4d;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    text-align: center;
    text-decoration: none;
    -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;
    width: 300px;
}
#item_page_wrap #purchase_form #buy_button input:hover,
#item_page_wrap #purchase_form #buy_button .buy_button--noItem a:hover {
    filter: alpha(opacity=60); /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)"; /* ie 8 */
    -moz-opacity: 0.6;
    opacity: 0.6; /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6; /* Safari 1.x */
    zoom: 1;
}

#item_page_wrap #purchase_form #buy_button .buy_button--noItem a {
    display: block;
    width: 100%;
}

/*
 *#social
 */
#item_page_wrap #social {
    clear: both;
    margin: 60px 0 0;
}
#item_page_wrap #embedded_tag {
    text-align: center;
}
#item_page_wrap p {
    margin: 5px 0;
}
#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 {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}
#item_page_wrap .bxslider .img_box {
    height: 400px;
    line-height: 400px;
    text-align: center;
    vertical-align: middle;
    width: 400px;
}
#item_page_wrap .bxslider .img_box img {
    margin-top: -1px;
    max-height: 400px;
    max-width: 400px;
    vertical-align: middle;
}
#item_page_wrap #bx-pager {
    margin: 20px -10px 0 0;
    overflow: hidden;
    width: 410px;
}
#item_page_wrap #bx-pager a {
    float: left;
    margin: 0 10px 10px 0;
    max-height: 72px;
    max-width: 72px;
}
#item_page_wrap #bx-pager a:first-child {
    margin-left: 0;
}
#item_page_wrap #bx-pager .small_img_box {
    cursor: pointer;
    height: 72px;
    line-height: 72px;
    text-align: center;
    vertical-align: middle;
    width: 72px;
}
#item_page_wrap #bx-pager .small_img_box img {
    max-height: 72px;
    max-width: 72px;
    vertical-align: middle;
}

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

#reportBtn {
    float: left;
    text-decoration: none;
}

#reportBtn a {
    color: #989898;
    cursor: pointer;
    display: block;
    font-family: "ヒラギノ角ゴ Pro";
    font-size: 11px;
    margin-top: 2px;
    text-decoration: none;
}
#reportBtn a:hover {
    text-decoration: underline;
}

#reportBtn a button {
    cursor: pointer;
    font-size: 10px;
    padding: 2px;
}

header nav .menu {
    float: left;
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
}

header nav .menu li {
    display: inline-block;
    float: left;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 14px;
    letter-spacing: 0.3px;
    /*overflow: hidden;*/
    margin-left: 35px;
    padding: 8px 0;
    text-align: center;
    text-transform: uppercase;
}

nav .menu li:first-child {
    margin-left: 0;
}

nav .menu li:hover {
    border-bottom: 1px solid;
    height: 18px;
}

nav .menu li a {
    margin-bottom: 5px;
    padding: 8px 15px;
    text-decoration: none;
}

nav .menu li #category-menu span {
    padding: 0 15px;
}

nav .menu .languageSelect {
    margin: 0 !important;
    padding: 0 !important;
}

nav .menu .languageSelect:hover {
    border: none;
}

nav .menu .languageSelect #i18 select {
    border: none;
    border-radius: 5px;
}

.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: 20px 0 0;
    position: absolute;
    z-index: 9999;
}
.template #category-menu .category-list ul {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgb(100, 100, 100);
    cursor: pointer;
    margin: 0;
    min-width: 100px;
    padding: 10px;
}
.template #category-menu .category-list ul li {
    border: none;
    float: none;
    height: auto;
    line-height: 26px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
}
.template #category-menu .category-list ul li a {
    display: inline;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 18px;
}
.template #category-menu .category-list ul li a:hover {
    border-bottom: none;
    text-decoration: underline;
}

.template header nav .menu li #category-menu:hover .category-list ul li {
    display: block;
}

.template .navigation #category-menu:hover .category-list {
    padding: 12px 0 0;
}

.template ul.menu li #category-menu .category-list ul {
    border-radius: 0;
    padding: 0;
}
.template ul.menu li #category-menu .category-list ul li {
    border-bottom: solid 1px #bfbfbf;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.template ul.menu li #category-menu .category-list ul li:hover {
    background-color: #ccc;
}
.template ul.menu li #category-menu .category-list ul li:last-child {
    border-bottom: none;
}
.template ul.menu li #category-menu .category-list ul li a {
    display: block;
    margin: 0;
    max-width: 400px;
    /* ▼1行制限 */
    overflow: hidden;
    padding: 10px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* ▲1行制限 */
}
.template ul.menu li #category-menu .category-list ul li a:hover {
    text-decoration: none;
}

/* 中カテゴリを表示 */
.template
#category-menu
.appsItemCategoryTag_child
.appsItemCategoryTag_lowerchild {
    display: none;
    left: 99%;
    position: absolute;
    top: -1px;
    z-index: -1;
}

.template #category-menu .appsItemCategoryTag_lowerchild:hover,
.template
#category-menu
.appsItemCategoryTag_child:hover
.appsItemCategoryTag_lowerchild {
    display: block;
}

/* .categoryTitle01
-------------------------------------------------------------- */
.tempTop .categoryTitle01 {
    clear: both;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    margin: 15px 0 0;
}

/* .childCategoryList01
-------------------------------------------------------------- */
.childCategoryList01 {
    margin: 0;
    overflow: hidden;
    padding: 10px 0 0;
}

.childCategoryList01_child {
    float: left;
    font-size: 14px;
    margin: 0 30px 0 0;
    padding: 7px 0;
}

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

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

/*====================================================================
 common
====================================================================*/
body.template {
}

.mainHeaderNavColor {
    color: #333;
}

/* clearfix */
.clearfix {
    zoom: 1;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
}

.boxRight {
    float: right !important;
}

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

#header {
}

#header h1 {
    max-width: 960px;
}

#header h1 a {
    font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 37px;
    font-weight: 100;
    line-height: 37px;
    margin-bottom: 30px;
    text-transform: uppercase;
    word-wrap: break-word;
}
#header h1 a:hover {
    text-decoration: none;
}
#header #logo {
    display: inline;
    margin-bottom: 40px;
    max-width: 960px;
}
#header #logo img {
    max-width: 960px;
}

/* mainFooter */
#mainFooter {
}
#mainFooter ul li {
    float: left;
    line-height: 30px;
    margin: 0 30px 0 0;
}
#mainFooter .socialBtnList {
}
#mainFooter .sns {
    float: left;
}
#mainFooter .sns.fb {
    float: right;
    margin: 0;
}
#mainFooter .sns.tw {
    float: left;
    margin: 9px 0 0;
}

/*====================================================================
 common: 対象ページ郡
====================================================================*/
.template #category-menu .category-list ul a {
    color: #000;
}

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

/* クラス構成 */

/**
 * page: shop.ctp
 * about: body.tempDetail
 *************************************/
body.tempDetail {
}

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

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

/*====================================================================
 about
====================================================================*/

.main {
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: auto;
    margin: 0 auto 30px;
    width: 960px;
}

.main #about {
    margin: 0 auto;
    padding: 65px 0;
    width: 840px;
}

.main #about h2 {
    border-bottom: 1px solid #e5e5e5;
    font-family: "Glypha" sans-serif;
    font-size: 34px;
    font-weight: normal;
    letter-spacing: 5px;
    margin-bottom: 75px;
    padding-bottom: 40px;
    text-align: left;
    text-transform: uppercase;
}

.main #about a {
    text-decoration: none;
}

.main #about a {
    color: #808080;
}

.main #about p {
    color: #808080;
    font-family: "ヒラギノ角ゴ Pro", sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    text-align: left;
}

.main #about .social {
    margin: 40px 0 0;
    text-align: center;
    width: 100%;
}
.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;
}

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

.inquirySection {
    padding: 50px;
}
.inquirySection h1 {
    color: #4d4d4d;
    font-family: Glypha, sans-serif;
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
}
.inquirySection p {
    color: #333;
    font-family: "小塚ゴシック Pr6N", sans-serif;
    font-size: 13px;
    line-height: 13px;
    text-align: left;
}
.inquirySection form {
    border-top: solid 1px #cbcbcb;
    padding: 50px 0 0;
    width: 840px;
}
.inquirySection dl {
    margin: 0 auto;
    text-align: left;
    width: 650px;
}
.inquirySection dl dt {
    color: #666;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px;
}
.inquirySection dl dt span {
    color: #fb7c8a;
    font-size: 11px;
    line-height: 11px;
    margin-left: 5px;
    vertical-align: baseline;
}
.inquirySection dl dd {
    margin: 0 0 20px;
}
.inquirySection dl dd input {
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
    padding: 10px;
    width: 650px;
}
.inquirySection dl dd textarea {
    border: 1px solid #c4c4c4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    height: 135px;
    padding: 10px;
    width: 650px;
}
@-moz-document url-prefix() {
    .inquirySection dl dd textarea {
        font-size: 11px;
    }
}
.inquirySection .control-panel {
    text-align: center;
}
.inquirySection .control-panel input#buttonLeave {
    background-color: #808080;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-family: "小塚ゴシック Pr6N", sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 5px;
    margin: 20px 0 0;
    padding: 12px 0;
    -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;
    width: 235px;
}
.inquirySection .control-panel input#buttonLeave:hover {
    cursor: pointer;
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
#inquiryConfirmSection p {
    color: #000;
    font-size: 13px;
    line-height: 13px;
}
#inquiryConfirmSection dd {
    font-size: 12px;
    padding-left: 15px;
}
#inquiryCompleteSection h1 {
    border-bottom: solid 1px #cbcbcb;
    margin-bottom: 40px;
    padding-bottom: 30px;
}
#inquiryCompleteSection p {
    line-height: 1.4em;
    margin: 30px 0 0;
}
#inquiryCompleteSection a {
    background-color: #808080;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    color: #fff;
    display: block;
    font-family: "小塚ゴシック Pr6N", sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 5px;
    margin: 40px auto 0;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    -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;
    width: 235px;
}
#inquiryCompleteSection a:hover {
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

/*====================================================================
特定商取引・プライバシーポリシー
====================================================================*/
#privacy,
#law {
    border-radius: 8px;
}

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

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

/*====================================================================
 for sp
====================================================================*/
@media screen and (max-width: 480px) {
    /**
	* page: ページ名
	* about: 関連情報
	*************************************/

    /* クラス構成 */
}
