@charset "UTF-8";
/* CSS Document */
@media handheld, only screen and (min-width:320px) {
	
.ultracolor { text-align: center;}	
.tabarea{
	width:100%;
	margin:0 auto 2em;
	
}
.tab {
	width: 100%;
	margin-top:0;
	margin-bottom:0;
	padding:0;
}
.tab li,.tab2 li,.tab3 li{
	border:none;
	padding:0.25em 0.5em;
	margin:0;
}
.tab li,.tab2 li{
	display:inline-block;
	cursor:pointer;
	width: 50%;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	font-size: 14px;
	border: 1px solid #ccc;
}
div.in .tab li,div.in .tab2 li {
	width: 33.333%;
}

.tab .select,.tab2 .select{
	border: none;
	color: #ff0861;
}
.tab ~ div,.tab2 ~ div{

	margin:0.2em 0;
	padding: 10px;
	box-sizing: border-box;
	min-height:5em;
}
.tabarea .info{
	background:#eee;
	margin:0.25em 0;
	padding:0.25em;
	min-height:3em;
}
div.in .tab2 li:first-child,
div.in .tab li:first-child {
	    background: #d82928;
	color: #fff;
	border-radius: 10px 0 0 0;
}
div.in .tab2 li:nth-child(2),
div.in .tab li:nth-child(2) {
	background: #fff;
	border: 1px solid #eaeaea;
}
div.in .tab2 li:last-child,
div.in .tab li:last-child {
	background: #000;
	color: #fff;
	    border-radius: 0 10px 0 0;
}
.colortab li{ 
	padding:3px 6px;
	font-size:1.0em;
}

.urtracart {
	width: 100%;
	padding: 0px 0 0px;
	box-sizing: border-box;
}
.tabarea .ultraitem {
	float: left;
	width: 50%!important;
	display: inline-block;
    text-align: center;
    padding-bottom: 6px;
}

.colortab{ 
	margin:0 auto 30px !important;
}

.ultraitem .palmo_color {
    font-size: 1.4em;
    line-height: 1.0em;
}
.ultraitem img {
    width: 100%;
    margin: 0 auto;
}
.ultraitem .palmo_price_03 {
    color: #DC0052;
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 0.2em;
}
.ultraitem .palmo_price_03 span {
    font-weight: 100;
    color: #666;
    font-size: 0.6em;
}

.ultraitem .palmo_color {
	font-size: 14px;
}

.otoku_box {
    border-top:1px solid #dedede;
	text-align:center;
	padding:8px;
}

.otoku {
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 8px;
}

.otoku span {
    font-size: 26px;
    color: #ff0861;
}

.kochira a {
    background: rgba(218,8,85,1);
    padding: 10px;
    /* border: 1px solid #DA0855; */
    box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    display: block;
    width: 200px;
    text-align: center;
    font-weight: bold;
	margin:0 auto;
}

.palmo_set h5 {
    margin-top: 1.5em;
    margin-bottom: 0em;
    font-size: 1em;
    line-height:1.6em;
    font-weight: 900;
    text-align:center;
}

}

@media handheld, only screen and (min-width:480px) {
.tabarea .ultraitem {	width: 25%!important;}
.tab ~ div,.tab2 ~ div{ padding: 20px 0;}
}
@media handheld, only screen and (min-width:1200px) {
	.urtracart { 
	padding: 0px 0px 0px;
	width:100%;
	text-align:center;
	}

	.ultraitems{ 
	width:1200px;
	margin:0 auto !important;
	}

	.colortab{ 
	width:1200px;
	margin:0 auto 30px !important;
	}

	.palmo_set{ 
	width:1200px;
	margin:0 auto !important;
	}

}