﻿/* common
-------------------------------------------------------------- */
body {
    height: 100%;
    padding: 50px 0;
    margin: 20px 0 0 ;
    background-color: #ffffff;
    font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",sans-serif;
    font-size: 13px;
    color: #777;
    text-align: center;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, t, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    font-weight:normal;
    vertical-align:baseline;
    background:transparent;
    letter-spacing:1px;
    border-style:none;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
nav ul {
    list-style:none;
}

/*引用符の表示が出ないようにしています*/
blockquote, q {
    quotes:none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
.clearfix{
    clear: both;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.wrapper {
    width: 960px;
    min-height: 580px;
    margin: 0 auto;
    padding: 30px;

}
a {
    text-decoration: none;
    color: black;
}
li {
    list-style: none;
}

/* .category
-------------------------------------------------------------- */
.template #category-menu{
    display: block;
}
.template #category-menu span{
    cursor: pointer;
}
/*.template #category-menu .category-list {
    display: none;
    padding: 5px 0 0;
    position: absolute;
    z-index: 9999;
	margin-left: -15px;
}*/
.template #category-menu .category-list{
    display: none;
    padding: 5px 0 0;
    position: absolute;
    z-index: 9999;
	/*border: 1px solid #EEE;*/
	min-width: 150px;
	margin-left: -15px;
}
.template #category-menu:hover .category-list{
    display: block;
    padding: 5px 0 0;
    position: absolute;
    z-index: 9999;
}
/*.template #category-menu .category-list ul {
    background-color: #FFF;
    border: 1px solid #EEE;
    padding: 10px;
    cursor: pointer;
    margin: 0;
	min-width:150px;
}*/
.template #category-menu .category-list ul {
    background-color: #FFF;
    border: 1px solid #EEE;
    padding: 10px 0;
    cursor: pointer;
    margin: 0;
    min-width: 150px;
	/*margin-left:-15px;*/
}
.template #category-menu .category-list ul.appsItemCategoryTag_lowerchild {
    background-color: #FFF;
    border: none;
    padding: 0 10px;
    cursor: pointer;
    margin: 0;
    min-width: 130px;
	display:none;
	position:absolute;
	top:0;
	left:100%;
}
.template #category-menu .category-list ul li:hover > ul.appsItemCategoryTag_lowerchild {
    display:block;
	border: 1px solid #EEE;
    padding: 10px 0;
}
.template #category-menu .category-list ul li{
    border: none;
    float: none;
    height: auto;
    line-height: 26px;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
	position:relative;
}
.template #category-menu .category-list ul li a{
    display: inline;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 18px;
	margin:0 10px;
}
.template #category-menu .category-list ul.appsItemCategoryTag_lowerchild li a {
	font-size: 12px;
	line-height: 18px;
	margin:0 10px;
}
.template #category-menu .category-list ul li a:hover{
    border-bottom: none;
    text-decoration: underline;
}
.template #category-menu .category-list ul li{
    display: block;
}


/* .tempTop
-------------------------------------------------------------- */
.tempTop .container {
    width: 100%;
    padding-top: 0;
}

.tempDetail .container {
    width: 100%;
}

.tempTop h2 {
    margin: 10px 0 5px;
    font-size: 12px;
    line-height: 19px;
    color: #000000;
}
.tempTop .price {
    font-size: 12px;
}
.tempTop img{
    border-style: none;
}

.tempTop p {
    margin: 10px 0;
}

.tempTop a {
    text-decoration: none;
}

.tempTop .row {
    font-size: 0;
    line-height: 0;
    padding-left: 0px;
}

.tempTop .column {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1;
    /* Fix for Internet Explorer 7 */
    *display: inline;
    zoom: 1;
}

.tempTop header {
    padding-bottom: 25px;
    text-align: center;
    /*         margin-top: 22px; */
    /* Fix for Internet Explorer 7 */
    position: relative;
    z-index: 1;
}

.tempTop #search_container {
    display: inline-block;
    margin: 18px 0 0 10px;
    vertical-align: bottom;

    /* Fix for Internet Explorer 7 */
    *display: inline;
    zoom: 1;
}


.tempTop #main_navigation {
    height: 23px;
    margin-bottom: 70px;
}

.tempTop #main_navigation ul {

}

.tempTop #main_navigation ul:first-child {
    display: inline-block;

    /* Fix for Internet Explorer 7 */
    *display: inline;
    zoom: 1;
}

.tempTop #main_navigation li {
    color: #222;
    /*overflow: hidden;*/
    max-width: 400px;
    margin: 0 30px;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    text-transform: capitalize;
    letter-spacing: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.tempTop #main_navigation li a {
    padding: 0 8px 7px;
}

.tempTop #main_navigation li #category-menu span {
    font-weight: bold;
}

.template #category-menu:hover .category-list {
    display: block;
    padding: 5px 0 0;
    position: absolute;
    z-index: 9999;
}
.template #category-menu:hover .category-list .innerContent {
	line-height:0;
}

.tempTop #main_navigation li:hover {
    border-bottom: solid 2px #222222;
}

.tempTop #main_navigation .selected {

}

.tempTop #main_navigation .selected a {

}

.tempTop #main_navigation .child_navigation a {
    font-size: 14px;
    line-height: 17px;
}

.tempTop #base_search input {
    position: relative;
    top: 2px;
    width: 100px;
    margin: 0;
    padding: 2px 10px 2px 23px;
    background: url(https://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;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #999;
}

.tempTop #base_search input:focus {
    outline: 0;
    color: #000;
}

.tempTop #base_search_results {
    top: 29px;
    right: 2px;
    left: auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    line-height: 19px;
}

#base_search_results .item {
    border-top: 1px solid #d5d5d5;
}

#base_search_results .title {
    font-weight: bold;
}

#base_search_results .price {
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    color: #999;
}

#products {
    width: 960px;
    margin: 0 auto;    
	text-align:left;
	padding-top: 55px;
	padding-bottom: 50px;
}
#products img {
    width: 100%;
}

#products h2.ttl {
	margin:0 auto 50px;
	font-size:18px;
	width: 100%;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	letter-spacing:0.1em;
}
#products h2.ttl span {
    border-bottom: 3px solid #666;
	padding: 0 0 7px;
}

#products .column {
	text-align:center;
}

#products ul li.product_list {

}

#products .label_image {
    width: auto;
}

.item_lists {
    height: auto;
}

.item_lists li {
    width: 300px;
    height: 300px;
    overflow: hidden;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    text-align: left;
    display: inline-block;
    margin: 10px;
    /*background-color: #ffffff;*/
}

@-moz-document url-prefix() {
    .item_lists li {
        margin: 9px;
    }
}


.item_lists a {
    display: block;
}

.item_lists .image_container {
    width: 300px;
    height: 300px;
    overflow: hidden;
    line-height: 300px;
    text-align: center;
    /*margin-top: -300px;*/
    /*z-index: 2;*/
    position: relative;
}

#products ul li.product_list, #products ul li.product_list a {
    display: inline-block;
    display: block/9;
    height: 300px;
    text-align: center;
    width: 300px;
    z-index: 999;
}

#products ul li.product_list a {
    width: 300px;
    height: 300px;
    display: block;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=00)";  /* ie 8 */
    -moz-opacity:0;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0;              /* Safari 1.x */
    -webkit-font-smoothing: antialiased;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#products ul li.product_list a:hover {
    width: 300px;
    height: 300px;
    display: block;
    opacity: 1;
    filter: alpha(opacity=0);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=00)";  /* ie 8 */
    -moz-opacity:0;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0;              /* Safari 1.x */
}

#products ul.item_lists li.product_list a .item_meta {
    width: 252px;
    height: 45px;
    padding: 102px 24px 115px;
    margin-top: 1px;
    /*margin: -195px auto 0;*/
    font-family: 'ヒラギノ角ゴ Pro', sans-serif;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 1;
}

#products ul.item_lists li.product_list a .item_meta .detail {
    width: 300px;
    height: 40px;
    margin-top: 61px;
    margin-left: -24px;
    background-color: #898989;
}

#products ul.item_lists li.product_list a .item_meta .detail p {
    color: #ffffff;
    font-size: 13px;
    padding: 10.5px 0;
    text-align: center;
}

#products ul li.product_list .image_container {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
/*
#products ul li.product_list a .image_container:hover .item_meta {
    opacity: 1;
}

#products ul li.product_list a .image_container:hover  {
    opacity: 0.6;
}*/

#products ul.item_lists li.product_list a .soldout_meta {
    width: 252px;
    height: 45px;
    /*margin: -246px auto 0;*/
    margin-top: 1px;
    padding: 50px 24px 165px;
    font-family: 'ヒラギノ角ゴ Pro', sans-serif;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 1;
}

#products ul.item_lists li.product_list a .soldout_meta p {
    font-size: 20px;
    color: #FF7C8E;
    text-align: center;
    margin-bottom: 20px;
}

#products ul.item_lists li.product_list a .soldout_meta .detail {
    width: 300px;
    height: 40px;
    margin-top: 63px;
    margin-left: -24px;
    background-color: #898989;
}

#products ul.item_lists li.product_list a .soldout_meta .detail p {
    color: #ffffff;
    font-size: 13px;
    padding: 10.5px 0;
    text-align: center;
}

#products ul li.product_list a .image_container {
    width: 300px;
    height: 300px;
    display: block;
    background-color: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#products ul li.product_list a .image_container:hover .item_meta {
    opacity: 1;
}

#products ul li.product_list a .image_container:hover  {
    opacity: 0.08;
}

#products ul li.product_list a .image_container:hover .soldout_meta {
    opacity: 1;
}

#products ul li.product_list .image_container:hover  {
    opacity: 0.08;
    filter: alpha(opacity=8);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=8)";  /* ie 8 */
    -moz-opacity:0.08;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.08;              /* Safari 1.x */
    zoom:1;
}

#products ul.item_lists li.product_list a .soldout_meta h2 {
    width: 100%;
    height: 44px;
    line-height: 1.5em;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    text-decoration: line-through;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    text-align: center;
}

#products ul.item_lists li.product_list .image_container img {
    max-width: 300px;
    max-height: 300px;
    vertical-align: middle;
}

#products ul.item_lists li.product_list h2 {
    width: 100%;
    height: 44px;
    line-height: 1.5em;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    text-align: center;
}

#products ul.item_lists .product_list .price {
    font-size: 14px;
    color: #000000;
    text-align: center;
}

#products .product_list .currency {
    font-size: 13px;
}

#product_info {
    width: 980px;
    margin: 40px auto;
}

#product_info .image_container {
    width: 640px;
    background-color: #f6f6f6;
}

#product_info .image_container img {
    max-width: 640px;
}

#product_info .details_container {
    width: 300px;
    margin-left: 40px;
    text-align: left;
}

#product_info h1 {
    margin: 0 0 3px;
}

#product_info .price {
    margin: 2px 0px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
}

#product_info .currency {
    margin-left: 1px;
    font-size: 14px;
}

#product_info .description {
    margin: 18px 0px 18px 0px;
    color: #222;
    font-size: 13px;
    line-height: 19px;
}

#product_info .variations_container {
    margin: 10px 0;
}

#product_info .add_to_cart {
    margin: 20px 0;
}

#product_info .out_of_stock {
    margin: 30px 0;
    font-style: italic;
}

#product_info .terms {
    text-align: left;
    font-size: 11px;
    line-height: 15px;
}

#product_info .terms .link {
    margin-top: 10px;
}

#product_info .terms a {
    color: #999;
}

#product_info .terms a:hover {
}

#related_products {
    margin-top: 80px;
    padding: 70px;
}

.base_add_to_cart_button {
    min-width: 120px;
    padding: 8px 12px;
    background-color: #e3e6e4;
    border: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    color: #939494;
    text-align: center;
    cursor: pointer;
    -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 {
    color: white;
}

.base_add_to_cart_button:active {
    background-color: #0d629c;
}

.page_container {
    max-width: 800px;
    margin: 40px auto;
    color: #222;
}

.page_container h1 {
    margin: 0 0 20px;
}

.tempTop #base{
    width: 145px;
    top: 10px;
    right: 20px;
    float: right;
    position: absolute;
    z-index: 999;
}

.tempTop #base .basehome{
    float: left;
}

.tempTop #base .basehome:hover{
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    filter: progid:dximagetransform.microsoft.alpha(opacity=80);
}

.tempTop #base .basecart{
    float: right;
}

.tempTop #base .basecart:hover{
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    filter: progid:dximagetransform.microsoft.alpha(opacity=80);
}

.tempTop #base img{
    border: 0px !important;
}

.tempTop #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;
}









/* .tempDetail
-------------------------------------------------------------- */
.tempDetail #title {
    margin-top: 75px;
    padding: 5px 0;
    text-align: center;
    color: white;
    font-size: 50px;
    width: 960px;
}

.tempDetail #title h1{
    font-weight: bold;
    color: #B6B6B6;
}

.tempDetail #title img{
    max-width: 960px;
    max-height: 700px;
}
.tempDetail .menu li {
    width: 100px;
    text-align: center;
    color: black;
}

.tempDetail .gazou img {
    width: 300px;
    height: 300px;
}
.tempDetail br .clear {
    clear: both;
    line-height: 0;
}
.tempDetail .gazou li {
    padding-top: 15px;
    padding-left: 15px;
}
.tempDetail section.itiran {
    overflow: hidden;
    height: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #aaa;
}
.tempDetail footer {
}
.tempDetail .kiyaku {
    color: gray;
    padding-bottom: 30px;
    text-align: center;
}
.tempDetail .kiyaku li {
    font-size: small;
}
.tempDetail .kiyaku a{
    text-decoration: none;
    color: gray;
}
.tempDetail span.fadein {
    color: black;
}
/*プライバシーポリシー*/
.tempDetail #privacy {
    background-color: white;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 5px;
}
.tempDetail #privacy h2 {
    padding-bottom: 10px;
}
/*シングルページ*/
.tempDetail .wrapper {
    padding:0 0 30px;
}
.tempDetail .kakaku {
    float: left;
    margin-right: 20px;
}
.tempDetail .kakaku .bxslider li {
    z-index:0 !important;
}
.tempDetail section.content {
    height: auto;
}
.tempDetail #pics {
    padding-bottom: 10px;
}
.tempDetail #pics li{
    line-height: 500px;
    padding-top: 10px;
    padding-left: 10px;
}

.tempDetail #pics li img{
    text-align: center;
    vertical-align: middle;
}

.tempDetail .thumbs li {
    padding-top: 10px;
    padding-left: 10px;
}
.tempDetail .thumbs li img{
    max-height: 100px;
    max-width: 100px;
}
.tempDetail .outer {
    float: left;
    padding-bottom: 10px;
    width: 520px;
}
.tempDetail section.row {
    text-align: left;
    display: inline-block;
    width: 450px;
	float:right;
}
.tempDetail section.row select{
    margin-left: 8px;
    margin-bottom: 15px;
    display: block;
}

.tempDetail section.row #purchase_form label {
    font-size: 14px;
    font-family: 'ヒラギノ角ゴ Pro', sans-serif;
    margin: 15px 15px 10px 0;
    float: left;
}
.tempDetail section.row select {
	cursor: pointer;
    max-width: 405px !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    word-wrap: normal;
    white-space:nowrap !important;
}
@media screen and (max-width: 480px) {
	.tempDetail section.row select {
		max-width: 355px !important;
	}
}

.tempDetail section.row span.price_del {
    margin: 45px 0 0 0;
    font-size: 19px;
    color: #000000;
    text-decoration: line-through;
}
.tempDetail section.row span.price_soldout {
    font-size: 19px;
    color: #ff7c8e;
    margin: 46px 0 0 15px;
}
.tempDetail section.row span.val_soldout {
    display: none;
}
.tempDetail section.row select.val_soldout {
    display: none;
}

.tempDetail .descri {
    width: 100%;
    margin: 0 0 20px;
    text-align: left;
}
.tempDetail .descri h2 {
    text-align: left;
    line-height: 1.4em;
    font-size: 18px;
    font-weight: bold;
}

.tempDetail p.price {
    text-align: left;
    font-size: 20px;
    margin-top: 20px;
    color: #000000;
}

.tempDetail .price_bottom{
    clear: both;
    margin: 6px 0 4px 0;
}

.tempDetail p.explanation {
    text-align: left;
    margin: 30px 0 10px;
    font-size: 13px;
}
.tempDetail div.product {
    height: auto;
		line-height: 1.4;
    text-align: left;
}
.tempDetail .itemAttention{
	margin: 20px 0 0;
}
.tempDetail .product .attention{
    font-size: 12px;
    margin: 5px 0 0;
}
.tempDetail .product .attention1{
    font-size: 12px;
    margin: 5px 0 0;
}

.tempDetail .product .attention2{
    margin: 5px 0 0;
    font-size: 12px;
    clear: both;
}

.tempDetail .product .free .free__text {
    font-weight: normal;
}

.tempDetail .buttonHover {
    margin: 20px 0 30px 270px;
    float: right;
    background-color: #999999;
    padding: 10px 5px;
    text-align: center;
    color: white;
    cursor: pointer;
    width: 100%;
    border: 0px;
    -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;
}

.tempDetail .buttonHover:hover {
    opacity: 0.7;
    filter: progid:dximagetransform.microsoft.alpha(opacity=80);
}

.tempDetail #base{
    width: 145px;
    top: 10px;
    right: 20px;
    float: right;
    position: absolute;
}

.tempDetail #base .basehome{
    float: left;
}

.tempDetail #base .basehome:hover{
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    filter: progid:dximagetransform.microsoft.alpha(opacity=80);
}

.tempDetail #base .basecart{
    float: right;
}

.tempDetail #base .basecart:hover{
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    filter: progid:dximagetransform.microsoft.alpha(opacity=80);
}

.tempDetail #base img{
    border: 0px !important;
}

.tempDetail #base .stocNum{
    position: absolute !important;
    right: 32px !important;
    top: 20px !important;
    color: white !important;
    font-size: 13px !important;
    font-family: helvetica !important;
    font-weight: normal !important;
}

.tempDetail .hide {
    display: none;
}

.tempDetail #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-top: 20px;
    width: 90%;
}

.tempDetail #main_navigation li{
    display: inline-block;
}
.tempDetail header {
    margin-bottom: 25px;
    text-align: center;
    /*         margin-top: 22px; */
    /* Fix for Internet Explorer 7 */
    position: relative;
    z-index: 1;
}
.tempDetail #logotype {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 62px;
    line-height: 68px;
    font-weight: bold;
    color: #222;
    display: block;
}

.tempDetail .template #category-menu .category-list ul li{
    display: block;
}

/*====================================================================
 social
====================================================================*/

.tempDetail #widget {
    width: 125px;
    float: left;
}
.tempDetail #widget a {
    line-height: 22px;
    vertical-align: middle;
}

#mainFooter ul.clearfix li#social_button {
    float: right;
    margin: 0;
}

#twitter-widget-0 {
   /*width: 105px!important;*/
}

#twitter-widget-1 {
    /*width: 105px!important;*/
}

.tempDetail #reportBtn {
    height: 20px;
    float: left;
    text-decoration: none;
}

.tempDetail #reportBtn a {
    color: #989898;
    display: block;
    margin: 1px 0 0 15px;
    font-size: 12px;
    line-height: 20px;
    vertical-align: middle;
    cursor: pointer;
}

#mainFooter #social_button{
    text-align: center;
    float: right;
}

.fb-like {
    vertical-align: top;
}
.tempDetail section.row .fb-like span {
    margin: 0 0 0 0;
}

.fb-like iframe {
    height: 20px;
}


.boxRight{
  float: right !important;
}


/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*******************************************************************/
/*******************************************************************/






