@charset "utf-8";
/* CSS Document */

/*
* WRAP
******************************************************/
.contact__wrapper {
	width: 100%;
}
.contact-heading__wrapper {
	width: auto;
	max-width: 800px;
	margin: auto;
	padding: 100px 0 0 0;
	overflow: hidden;
}
.contact-section {
	width: auto;
	max-width: 800px;
	margin: auto;
	padding: 60px 0px;
	overflow: hidden;
}
.contactconform-section {
	width: auto;
	max-width: 640px;
	margin: auto;
	padding: 60px 0px;
	overflow: hidden;
}
.contactconfirm {
	width: auto;
	max-width: 800px;
	margin: auto;
	padding: 0px 0px 60px 0;
	overflow: hidden;
}
.contact__contents {
	width:100%;
	display: table;
}
.contact__content-innerL {
	width: 680px;
	margin-right:40px;
	display: table-cell;
	vertical-align:top;
	overflow:hidden;
	background:#FFFFFF;
	padding-top: 3px;
}
.contact__content-innerR {
	width:370px;
	display: table-cell;
	vertical-align:top;
	overflow:hidden;
	background:#FFFFFF;
	padding:3px;
}
.contact-notes {
	width: 100%;
	padding-top: 40px;
	line-height: 2.4rem;
}
.contact-notes-center {
	width: 100%;
	padding: 20px 0 0 20px;
	text-align:left;
}
.contact-notes-checkbox {
	margin: auto;
	padding: 15px 0 0 10px;
	width: 100%;
	text-align:left;
}
.contact-notes-text {
	font-size: 1.4rem;
	text-indent: -1em;
	padding: 40px 0 0 15px;
}
.catalog-text {
	font-weight:bold;
}
@media (max-width: 768px) {
	.contact-heading__wrapper {
		padding: 50px 0 0 0;
	}
	.contact-section {
		padding: 40px 0px;
	}
	.contact-text {
		padding: 0 20px;
	}
	.contactconform-section {
		padding: 20px;
	}
	.contactconoirm {
		padding: 0px;
	}
	.contact__contents {
		display: block;
	}
	.contact__content-innerL {
		width:100%;
		margin-right:0px;
		display: block;
	}
	.contact__content-innerR {
		width:100%;
		max-width:inherit;
		display: block;
		padding:0;
	}
	.contact-notes,
	.contact-notes-center {
		max-width: inherit;
		width: auto;
		padding: 20px;
		line-height: 2.4rem;
	}
	.contact-notes-text {
		text-indent: 0;
		padding: 0;
	}
	.catalog-text {
		padding:20px;
	}
}
/*
* TITLE
******************************************************/
.contact_heading {
	width:100%;
	margin:auto;
	text-align: center;
	padding-top:50px;
}
.contact_heading img {
	width:100%;
	max-width:640px;
}
.step-pc {

}
.step-sp {
	display:none;
}
.contact-title {

}

@media (max-width: 768px) {
	.contact_heading {
		width:auto;
		padding:20px;
	}
	.step-pc {
		display:none;
	}
	.step-sp {
		display:block;
	}
}


/*
* FORM
******************************************************/
.form-content {

}
.form-content-title {
	padding: 0 20px 20px 20px;
}
.form-content ul {

}
.form-content li {
	border-bottom:1px dotted #ACACAC;
	padding:40px 0;
	width: 100%;
	display: table;
}
.form-content li.border-none {
	border-bottom:none;
}
.form-item__inner {
	padding-bottom:30px;
}
.form-title {
	width:22.5%;
	max-width:180px;
	padding-left: 20px;
	font-size:1.6rem;
	display: table-cell;
	vertical-align:middle;
}
.form-title-top {
	width:22.5%;
	max-width:180px;
	padding-left: 20px;
	padding-top:20px;
	font-size:1.6rem;
	display: table-cell;
	vertical-align:top;
}
.form-title span,
.form-title-top span {
	display:block;
}
.input-title {
	margin-left:20px;
	padding-bottom:15px;
}

.icon-area {
	width:11.25%;
	max-width:90px;
	display: table-cell;
	vertical-align:middle;
}
.icon-area-top {
	width:11.25%;
	max-width:90px;
	padding-top:20px;
	display: table-cell;
	vertical-align:top;
}
	.ico-require {
		color:#ffffff;
		font-size:1.2rem;
		background:#AC1905;
		padding:3px;
		border-radius: 2px;
		margin-left:5px;
	}
	.ico-optional {
		color:#ffffff;
		font-size:1.2rem;
		background:#777777;
		padding:3px;
		border-radius: 2px;
		margin-left:5px;
	}
.form-item {
	width:63.75%;
	max-width:510px;
	display: table-cell;
	vertical-align:middle;
}
.input-notice {
	margin: 20px 20px 0 15px;
	width:450px;
	line-height: 2.4rem;
	font-size:1.4rem;
	text-indent: -1em;
	padding-left: 20px;
}
.form-note {
	margin-left:20px;
}

@media (max-width: 768px) {
	.form-content-title {
		padding:20px 20px 0 20px;
		line-height:2.4rem;
	}
	.form-content li {
		display: block;
		width: auto;
		padding:20px;
	}
	.form-content p {
		display:inline-block;
		padding-bottom:15px;
	}
	.form-title,
	.form-title-top {
		width:auto;
		max-width:inherit;
		padding-left: 0px;
		font-size:1.6rem;
	}
	.form-title span,
	.form-title-top span {
		display:inline-block;
	}
	.icon-area,
	.icon-area-top {
		width:auto;
		max-width:inherit;
		margin-left:10px;
	}
	.form-item {
		width:100%;
		max-width:510px;
		display: block;
	}
	.form-item__inner {
		margin: 0 -20px;
	}
	.form-item__inner p {
		display:block;
	}
	.input-notice {
		width:auto;
	}
	.form-note {
		margin-left:0px;
		font-size:1.4rem;
	}
}
@media (max-width: 320px) {
	.ico-optional {
        display: inline-block;
        width: 30px;
        text-align: center;
	}
}
/*
* FORM PARTS
******************************************************/
/* WIDTH 100% */
.ge_textfield-1col {
	color: #3d3025;
}
.ge_textfield-1col input {
	width:100%;
	max-width:450px;
	margin-left:20px;
	padding:10px;
	border:1px solid #DDDDDD;
	/* font-family: 'Sawarabi Gothic',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, -apple-system,BlinkMacSystemFont,sans-serif; */
	font-family:"ヒラギノ角ゴ ProN" , sans-serif;
}
@media (max-width: 768px) {
	.ge_textfield-1col input {
		max-width:310px;
	}
}
/* WIDTH 100% - 1em left */
.ge_textfield-1col-left {
	color: #3d3025;
}
.ge_textfield-1col-left input {
	width:100%;
	max-width:410px;
	margin-left:20px;
	padding:10px;
	border:1px solid #DDDDDD;
	/*font-family: 'Sawarabi Gothic',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, -apple-system,BlinkMacSystemFont,sans-serif; */
	font-family:"ヒラギノ角ゴ ProN" , sans-serif;
}
@media (max-width: 768px) {
	.ge_textfield-1col-left input {
		max-width: 280px;
		margin-right: 10px;
	}
}

/* WIDTH 2col */
.ge_textfield-2col {
	color: #3d3025;
}
.ge_textfield-2col input {
	width:100%;
	max-width:140px;
	margin-left:20px;
	margin-right: 10px;
	padding:10px;
	border:1px solid #DDDDDD;
	/* font-family: 'Sawarabi Gothic',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, -apple-system,BlinkMacSystemFont,sans-serif; */
	font-family:"ヒラギノ角ゴ ProN" , sans-serif;
}
.ge_textfield-2col span {
	max-width:215px;
	margin-left:20px;
	color: #3d3025;
}
@media (max-width: 768px) {
	.ge_textfield-2col input {
		width:100%;
		max-width: 75px;
    margin-left: 0;
		padding: 10px;
		border:1px solid #DDDDDD;
	}
	.ge_textfield-2col span {
		max-width:150px;
		margin-left:0px;
		margin-right: 3px;
	}
}
@media (max-width: 320px) {
    .ge_textfield-2col input{
        max-width: 60px;
        margin-left: 5px;
    }
    .ge_textfield-1col input{
        max-width: 80%;
    }
}

/* WIDTH 30% */
.ge_textfield-3col {
	color: #3d3025;
}
.ge_textfield-3col input {
	width:100%;
	max-width:60px;
	padding:10px;
	border:1px solid #DDDDDD;
	margin-right:10px;
	/* font-family: 'Sawarabi Gothic',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, -apple-system,BlinkMacSystemFont,sans-serif; */
	font-family:"ヒラギノ角ゴ ProN" , sans-serif;
}
.ge_textfield-3col input:first-child {
	margin-left:20px;
}
.ge_textfield-3col input:not(:first-child){
	margin-left:10px;
}
.ge_textfield-3col span {
	color: #3d3025;
}
@media (max-width: 768px) {
	.ge_textfield-3col input:first-child {
		margin-left:0px;
	}
}
@media screen and (max-width: 320px) {
	.ge_textfield-3col input {
		max-width:50px;
		padding:10px;
		margin-right:5px;
    }
    .ge_textfield-3col input:not(:first-child){
        margin-left:0px;
    }
    .ge_checkbox{
        font-size:1.4rem;
        padding-left: 40px;
    }
}

/* ZIPCODE */
.ge_textfield-zipcode {
	color: #3d3025;
}
.ge_textfield-zipcode input:first-child {
	width:100%;
	max-width:100px;
	padding:10px;
	border:1px solid #DDDDDD;
	margin-right:10px;
	margin-left:20px;
	font-family:"ヒラギノ角ゴ ProN" , sans-serif;
}
.ge_textfield-zipcode input:not(:first-child){
	width:100%;
	max-width:120px;
	padding:10px;
	border:1px solid #DDDDDD;
	margin-right:10px;
	margin-left:10px;
	font-family:"ヒラギノ角ゴ ProN" , sans-serif;
}
.ge_textfield-zipcode span {
	margin-left:20px;
	color: #3d3025;
}
.ge_textfield-zipcode button {
	width:115px;
	height:40px;
	background:#FFFFFF;
	line-height:40px;
	border:1px solid #dddddd;
}
@media (max-width: 768px) {
	.ge_textfield-zipcode input:first-child {
		width:100%;
		max-width:40px;
		padding:10px;
		border:1px solid #DDDDDD;
		margin-right:0px;
		margin-left:0px;
	}
	.ge_textfield-zipcode input:not(:first-child){
		width:100%;
		max-width:50px;
		padding:10px;
		border:1px solid #DDDDDD;
		margin-right:0px;
		margin-left:0px;
	}
}
@media screen and (max-width: 320px) {
	.ge_textfield-zipcode input:first-child {
	    max-width: 40px;
	    padding: 10px 5px;
	    margin-right: 0;
	    margin-left: 0;
	}
	.ge_textfield-zipcode input:not(:first-child){
		max-width:50px;
		padding:10px 5px;
		margin-right: 5px;
		margin-left: 0;
	}
}

/* FAMILY */
.ge_textfield-family p {
}
.form-name {
	width:200px;
	display: inline-block;
	padding-bottom:10px;
}
.form-parts {
}
.ge_textfield-family {
}
.ge_textfield-family input {
	width:100%;
	max-width:160px;
	padding:10px;
	margin-right: 10px;
	border:1px solid #DDDDDD;
	/* font-family: 'Sawarabi Gothic',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, -apple-system,BlinkMacSystemFont,sans-serif; */
	font-family:"ヒラギノ角ゴ ProN" , sans-serif;
}
.ge_textfield-family span {
	max-width:215px;
	margin-left:20px;
}
@media (max-width: 768px) {
	.ge_textfield-family input {
		width:100%;
		max-width: 100px;
		margin-right: 10px;
		padding: 10px;
		border:1px solid #DDDDDD;
	}
	.ge_textfield-family span {
		max-width:150px;
		margin-left:0px;
		margin-right: 3px;
	}
}


.comment-area {
	width:auto;
	padding: 0 30px;
}
.comment-area p {
	padding-bottom: 30px;
}
.ge_textfield textarea {
	width:100%;
	height:180px;
	border:1px solid #DDDDDD;
	/* font-family: 'Sawarabi Gothic',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, -apple-system,BlinkMacSystemFont,sans-serif; */
	font-family:"ヒラギノ角ゴ ProN" , sans-serif;
}

/* contact LOGIN */
.ge_textfield-contact {
	padding:20px 0;
	margin:auto;
	text-align: center;
}
.ge_textfield-contact input {
	width:100%;
	max-width:300px;
	padding:10px;
	border:1px solid #DDDDDD;
	/* font-family: 'Sawarabi Gothic',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, -apple-system,BlinkMacSystemFont,sans-serif; */
	font-family:"ヒラギノ角ゴ ProN" , sans-serif;
}

/* SELECTBOX 1col */
.ge_selectbox {
}
.ge_selectbox select {
	width:100%;
	max-width:460px;
	height:50px;
	margin-left:20px;
	padding:10px;
	border:1px solid #DDDDDD;
	box-sizing: border-box;
	background-image: url('/tomesode/public/pages/img/common/ico-arrow-bottom.png');
	background-size: 16px;
	background-position-y: 50%;
	background-position-x: 96%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
@media (max-width: 768px) {
	.comment-area {
		width: auto;
		padding: 0;
	}
	.ge_selectbox select {
		width:100%;
		max-width:335px;
		height:50px;
		margin-left:0px;
		padding:10px;
		box-sizing: border-box;
		background-image: url('/tomesode/public/pages/img/common/ico-arrow-bottom.png');
		background-size: 16px;
		background-position-y: 50%;
		background-position-x: 96%;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
}

/* SELECTBOX 2col */
.ge_selectbox-2col select {
	width:100%;
	max-width:120px;
	height:50px;
	margin-left:20px;
	padding:10px;
	border:1px solid #DDDDDD;
	box-sizing: border-box;
	background-image: url('/tomesode/public/pages/img/common/ico-arrow-bottom.png');
	background-size: 16px;
	background-position-y: 50%;
	background-position-x: 85%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
@media (max-width: 768px) {
	.ge_selectbox-2col select {
		margin-left:0;
	}
}

/* SELECTBOX time */
.ge_selectbox-time select {
	width:100%;
	max-width:110px;
	height:50px;
	margin-left:20px;
	padding:10px;
	border:1px solid #DDDDDD;
	box-sizing: border-box;
	background-image: url('/tomesode/public/pages/img/common/ico-arrow-bottom.png');
	background-size: 16px;
	background-position-y: 50%;
	background-position-x: 85%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
@media (max-width: 768px) {
	.ge_selectbox-time select {
		margin-left:0;
	}
}

/* SELECTBOX50 */
.ge_selectbox50 {

}
.ge_selectbox50 select {
	width:100%;
	max-width:240px;
	height:50px;
	margin-left:20px;
	padding:10px;
	border:1px solid #DDDDDD;
	box-sizing: border-box;
	background-image: url('/tomesode/public/pages/img/common/ico-arrow-bottom.png');
	background-size: 16px;
	background-position-y: 50%;
	background-position-x: 96%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #3d3025;
}

/* contactform-select */
.contactform-select {
	padding: 40px 0;
	margin: auto;
	text-align: center;
}
.contactform-select select {
    width: 100%;
    max-width: 800px;
    height: 50px;
    padding: 10px;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    background-image: url('/tomesode/public/pages/img/common/ico-arrow-bottom.png');
    background-size: 16px;
    background-position-y: 50%;
    background-position-x: 96%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
		color: #3d3025;
}
@media (max-width: 768px) {
	.contactform-select select {
		width:100%;
		max-width:335px;
		height:50px;
		margin-left:0px;
		padding:10px;
		box-sizing: border-box;
		background-image: url('/tomesode/public/pages/img/common/ico-arrow-bottom.png');
		background-size: 16px;
		background-position-y: 50%;
		background-position-x: 96%;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
}

@media (max-width: 768px) {
    .contactform-select select{
        width:90%;
    }
}

/* RADIOBUTTON */
.radiobtn-area {

}
.radiobtn-title {
	width: 22.5%;
	max-width: 180px;
	padding-left: 20px;
	font-size: 1.6rem;
	display: table-cell;
	vertical-align: middle;
}
.radiobtn-icon {
	width: 11.25%;
	max-width: 90px;
	display: table-cell;
	vertical-align: middle;
}
.radiobtn-area ul {
	display: table;
	width: 100%;
}
.radiobtn-area li {
	display: table-cell;
	width: 50%;
}
.radiobtn-area p {
	padding-left: 60px;
}
@media (max-width: 768px) {
	.radiobtn-title {
		width: auto;
    max-width: inherit;
    padding-left: 0px;
    font-size: 1.6rem;
	}
	.radiobtn-area p {
		padding-left: 20px;
		padding-bottom:0;
	}
}

@media (max-width: 320px) {
    .radiobtn-area li {
        width: auto;
    }
}
/* CHECKBOX */
.checkbox-area {

}
.checkbox-title {
	width: 22.5%;
	max-width: 180px;
	padding-left: 20px;
	font-size: 1.6rem;
	display: table-cell;
	vertical-align: middle;
}
.checkbox-icon {
	width: 11.25%;
	max-width: 90px;
	display: table-cell;
	vertical-align: middle;
}
.checkbox-area ul {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
}
.checkbox-area li {
	border-bottom: none;
	padding: 5px 10px;
	width: inherit;
}
.checkbox-area p {
}
@media (max-width: 768px) {
	.checkbox-title {
		width: auto;
		max-width: inherit;
		padding-left: 0px;
		font-size: 1.6rem;
	}
}

/* BUTTON */
.orderform-button {
	padding-top:40px;
	max-width: 320px;
}
@media (max-width: 768px) {
	.orderform-button {
		width:auto;
		padding:40px 20px;
	}
}

/*
* GUIDE
******************************************************/
.guide-menu {

}
.guide-menu ul {
	border-top:1px solid #dddddd;
	border-right:1px solid #dddddd;
	overflow: hidden;
}
.guide-menu-links {
	line-height: 54px;
	float:left;
	width: calc(100% / 3 - 2px);
	max-width: 350px;
	border-bottom:1px solid #dddddd;
	border-left:1px solid #dddddd;
	position: relative;
}
.guide-menu-links::after {
	content: "";
	display: block;
	position: absolute;
	background:url('../img/common/ico-arrow-m.png') left top no-repeat;
	width: 10px;
	height: 19px;
	top:18px;
	right: 10px;
}
.guide-menu-links a {
	display:block;
	padding-left: 20px;
}
@media (max-width: 768px) {
	.guide-menu {
		width:auto;
		padding: 40px 0px;
	}
	.guide-menu-links {
		line-height: 54px;
		float:left;
		width: calc(100% / 2 - 2px);
		max-width: 350px;
		border-bottom:1px solid #dddddd;
		border-left:1px solid #dddddd;
		position: relative;
	}
	.guide-menu-links a {
		display:block;
		padding-left: 5px;
		font-size: 1.4rem;
		letter-spacing: 0.1px;
	}
}
@media (max-width: 320px) {
	.guide-menu-links a {
        font-size: 1.3rem;
    }
    .guide-menu-links::after{
        right:3px;
        background-size: 75%;
    }
}

/*
* CONFIRM
******************************************************/
.confirm-content {

}
.confirm-content table {
	width:100%;
	max-width:640px;
	margin: auto;
}
.confirm-content tr {
}
.confirm-content th {
	width: 30%;
	text-align: left;
	padding:15px 15px 15px 0;
	font-family: 'Sawarabi Gothic',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, -apple-system,BlinkMacSystemFont,sans-serif;
	font-weight:700;
}
.confirm-content td {
	width:70%;
	padding:15px 0;
	font-family: 'Sawarabi Gothic',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, -apple-system,BlinkMacSystemFont,sans-serif;
}
.confirm-content p {
	width:100%;
	max-width:640px;
	margin: auto;
	padding-bottom: 40px;
}
.text-right {
	float: right;
	clear: right;
	font-weight: bold;
}
.contact-submit-button {
    max-width: 320px;
    padding: 15px 0 20px 0;
}
@media (max-width: 768px) {
	.confirm-content {
		width:auto;
		padding:20px;
	}
	.confirm-content table {
		width:100%;
		margin: auto;
	}
	.confirm-content th {
		width: 45%;
	}
	.confirm-content p {
		width:100%;
		max-width:300px;
		margin: auto;
	}
	.cart-total-button {
		max-width:inherit;
	}
}
@media (max-width: 320px) {
    .confirm-content th,.confirm-content td{
        font-size: 1.3rem;
        width: 50%;
    }

}
/*
* THANKS
******************************************************/
.thanks-content {
	width:100%;
	max-width:640px;
	margin: auto;
}
.thanks-content p {
	padding-bottom:15px;
	line-height: 2.4rem;
	font-family: 'Sawarabi Gothic',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, -apple-system,BlinkMacSystemFont,sans-serif;
}
.thanks-step {

}
.thanks-step__inner {
	border: 1px solid #dddddd;
	padding: 15px;
	position: relative;
	margin-bottom:80px;
}
.thanks-step__inner::after {
	position: absolute;
	content: "";
	background: url('/tomesode/public/pages/img/common/thanks-arrow.png');
	left: 48%;
	bottom: -50px;
	width: 35px;
	height: 18px;
}
.thanks-step-title {
	font-size:1.7rem;
	font-weight: bold;
}
.thanks-step-text {
	font-size:1.6rem;
	padding-top:15px;
}
.thanks-step-complete {
	font-size: 2rem;
	font-weight: bold;
	text-align:center;
	padding-bottom: 30px;
}
.thanks-button__wrapper {
	padding: 80px 0;
}
.thanks-button {
	height:55px;
	margin: auto;
	text-align: center;
}
.thanks-button a {
	line-height:55px;
	height:55px;
	display: block;
}
@media (max-width: 768px) {
	.thanks-content {
		width:auto;
		padding:20px;
	}
}




/* checkbox */
.ge_checkbox_cont{
	cursor:pointer;
	background-image:url(/tomesode/public/pages/img/common/ico_checkbox_off.png);
	background-repeat:no-repeat;
	background-position:15px 50%;
	background-size:16px;
	padding-left:45px;
	display:table;
	line-height:1.5;
}
.ge_checkbox_cont:hover{
	/*font-weight:bold;*/
}
.ge_checkbox_cont.is_activated{
	background-image:url(/tomesode/public/pages/img/common/ico_checkbox_on.png);
	color:#763f49;
}
.ge_checkbox_cont span{
	display:table-cell;
	vertical-align:middle;
}
.ge_checkbox_cont span:last-of-type{
	padding-right:10px;
}


/* radio border none */
.ge_radiobtn_cont_border-none {
	background-image:url(/tomesode/public/pages/img/common/ico_radiobtn_off.png);
	background-repeat:no-repeat;
	background-position:15px 50%;
	background-size:16px;
	padding-left:45px;
	display:table;
	line-height:1.5;
	cursor:pointer;
}
.ge_radiobtn_cont_border-none.is_activated{
	background-image:url(/tomesode/public/pages/img/common/ico_radiobtn_on.png);
	color:#763f49;
}
.ge_radiobtn_cont_border-none span{
	display:table-cell;
	vertical-align:middle;
}
.ge_radiobtn_cont_border-none span:last-of-type{
	padding-right:10px;
}
