@charset "utf-8";
/*
================================================================================================
		support vlogcam css index2.css (share5)
================================================================================================
*/

/*
====================================
		button
====================================
*/

.mod-linkButton{
	min-height: 155px;
}

.productslist .Button_image {
    margin: 1em 0;
}

@media screen and (max-width: 640px){
	.Button_image img {
		max-height: 50px;
	}
}

@media screen and (max-width: 347px){	
	.productslist .Button_image {
		margin: 0;
	}
}

/* 2024/07/11 追記 */
div.commingsoon {
	background: none;
    border: 1px solid #bcbcbc;
    border-radius: 6px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    min-height: 155px;
    width: 265px;
    padding: 8px 10px 8px 10px;
}

div.commingsoon .red{
	color: #EE0000;	
	font-size: .875rem;
}

@media screen and (max-width: 640px){
	.mod-linkButton,
	div.commingsoon	{
		min-height: 138px;
	}
	
	div.commingsoon	{
		width: auto;
	}
}

@media screen and (max-width: 393px) {
	.mod-linkButton,
	div.commingsoon {
		min-height: 165px;
	}
}