/*  ストアページ用CSS ここから   */

@media screen and (max-width: 560px){
.store-button-area.alto-store-button-area.store-button-area-japanese.store-button-area-storepage {
    width: 100%;
}
}

.store-spacing {

height: 2em;
	
}

.product-selection span {
    font-size: 1.2em;
    font-weight: bolder;

    letter-spacing: 0.1em;

}


/*  ボタンホバー用 ここから   */


.button {
    display: inline-block;
    /* width: 200px; */
    /* height: 54px; */
    text-align: center;
    text-decoration: none;
    /* line-height: 54px; */
    outline: none;
    padding: 5px;
	border: 1px solid #EEE; */
	margin: 0;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/*    ボタンホバー用 ここまで   */


.button {
/*	background-color: #333;*/
/*	border: 2px solid #333;*/
	color: #000;
/*	line-height: 50px;*/
	text-decoration: none;
	    text-transform:none;
		    line-height: 1em;
}
.button:hover {
	background-color: #000;
/*	border-color: #59b1eb;*/
	color: #fff;
	text-decoration: none;
}

.button:link {

	text-decoration: none;
}



/*    storeページ本編ここから   */


.store-one-product {
    background-color: #fff;
    background-repeat: repeat-x;
    box-shadow: 0 0 5px rgba(0,0,0,.4);
	padding: 1em;
}

.store-leftside {
    float: left;
    margin-top: 0.5em;    
    margin-right: 2.5em;
}

.store-clear {
    clear: both;
}

.store-rightside h1 {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.1em;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bolder;
}

.store-rightside p {
    margin-bottom: 1.1em;
    line-height: 1.4em;
}

.store-button-area {
    text-align: center;
}

.store-button-area img {
    margin: 0.2em 0.2em 0.2em 0.2em;
}



/*   製品紹介のページの、上部分のセレクタ　ここから   */


.voicefx-storesales {
    padding: 1% !important;
    padding-bottom:0% !important;
}

.voicefx-storesales .store-button-area {
    margin-top: 20px;
}

.voicefx-storesales a.gamesynth-store-beta {
    max-width: 200px !important;
}

.product-selection span {
    font-size: 17px !important;
}


