@charset "UTF-8";

.my_badge {
    font-size: 12px;
    text-align: center;
    border: 1px solid #000;
    background: #fff;
    border-radius: 30px;
    z-index: 3;
    min-width: 80px;
    height: 30px;

    line-height: 30px;
    padding: 0 20px;
    display: inline-block;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.my_flex
{
    display: flex;
}

.color_red
{
    color: #f08000;
}


/** 
商品一覧
*/

.product_list .name
{
    font-size: 90%;
    font-weight: normal;
}
.product_list img
{
	width: 100%;
}

/** jquery.tab.js */

#tabs .tabs-nav
{
	border: none;
}
#tabs .tabs-nav li
{
	padding: 1.5rem 3rem;
	margin: 0;
	font-size: 130%;
	font-weight: bold;

    border-radius: 1rem 1rem 0 0;
	border-bottom: none;
}
#tabs .tabs-nav li.selected
{
	background-color: #ffeeee;
	border-bottom: none;
}
#tabs .tabs-nav li:hover
{
	background-color: #ffeeee;
}

#tabs .tabs-panel
{
    border: 1px solid #666;
    padding: 1.5rem;
    background-color: #ffeeee;
    border-radius: 0 1rem 1rem 1rem;
}