@charset "euc-jp";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
}
ul, li, p {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
img {
	vertical-align: middle;
}
#wrapper {
	zoom: 100%;
	margin: 10px auto 0px;
	width: 950px;
	overflow: hidden;
	padding-bottom: 50px;
}
#wrapper:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#logo {
	margin-bottom: 10px;
}
h1#title {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 8px 6px 6px 10px;
	background-color: rgb(248, 248, 248);
	border-bottom: 1px solid rgb(204, 204, 204);
	border-top: 3px solid rgb(0, 153, 204);
	color: rgb(0, 0, 0);
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 10px;
}
#step {
	text-align: center;
	margin-top: 10px;
}
#tab {
	background-color: rgb(255, 255, 255);
	height: 50px;
}
#tab ul {
	background-image: url("/img/new_toiawase/tab.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	border-bottom: 5px solid #FF8000;
}
#tab ul:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#tab ul li {
}
#tab li.tab02 {
	margin-right: 0px;
}
#tab li.tab01 a {
	background-image: url("/img/new_toiawase/tab.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 50px;
	text-indent: -9999px;
	width: 470px;
	display: block;
	float: left;
	margin-right: 10px;
}
#tab li.tab02 a {
	height: 50px;
	text-indent: -9999px;
	width: 470px;
	display: block;
	float: left;
	background: url(img/tab.gif) no-repeat -480px 0;
}
#tab li.tab01 a:hover {
	background-image: url("/img/new_toiawase/tab.gif");
	background-position: 0 -50px;
	background-repeat: no-repeat;
	cursor: default
}
#tab li.tab02 a:hover {
	background-image: url("/img/new_toiawase/tab.gif");
	background-position: -480px -50px;
	background-repeat: no-repeat;
	cursor: default
}
#tab li.tab01 .stay a {
	background-image: url("/img/new_toiawase/tab.gif");
	background-position: 0 -50px;
	background-repeat: no-repeat;
	cursor: default
}
#tab li.tab02 .stay a {
	background-image: url("/img/new_toiawase/tab.gif");
	background-position: -480px -50px;
	background-repeat: no-repeat;
	cursor: default
}
/*#tab {
	zoom: 100%;
	border-bottom: 5px solid #F90;
	margin-top: 10px;
}

#tab:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#tab > .left a {
	padding: 10px;
	float: left;
	width: 450px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	border-top: 1px solid #F90;
	border-right: 1px solid #F90;
	border-bottom: 1px none #F90;
	border-left: 1px solid #F90;
	display: block;
	text-decoration: none;
	color: #000;
}

#tab > .right a {
	padding: 10px;
	float: right;
	width: 450px;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	border-top: 1px solid #F90;
	border-right: 1px solid #F90;
	border-bottom: 1px none #F90;
	border-left: 1px solid #F90;
	display: block;
	text-decoration: none;
	color: #000;
}


#tab > .stay a {
	background: #F90;
	text-decoration: none;
	color: #FFF;
	display: block;
}

#tab > .left a:hover,
#tab > .right a:hover {
	background: #F90;
	text-decoration: none;
	color: #FFF;
	display: block;
}*/
/***********************************/
ul#bike-list {
	margin-top: 15px;
	width: 970px;
}
ul#bike-list:after {
}
ul#bike-list > li {
	float: left;
	width: 178px;
	display: block;
	border: 2px solid #999;
	margin-right: 10px;
	margin-bottom: 15px;
	border-radius: 6px;
	box-shadow: 1px 1px 3px #AAA;
}
ul#bike-list > li.check {
	border-color: #F60;
}
ul#bike-list > .blank {
	text-align: center;
	padding: 0px;
}
div.heightLine-bike-name {
	font-size: 13px;
	padding: 5px 5px 3px;
	background: #E6E6E6;
	border-bottom: 1px solid #CCC;
	line-height: 120%;
}
div.bike-photo {
	text-align: center;
	margin: 8px 0px 5px;
}
div.bike-photo img {
	border: 1px solid #333;
	margin: 0px auto;
	width: 100px;
	height: auto;
}
div.bike-dalete {
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;
}
div.bike-spec {
	background: #F0F0F0;
	font-size: 12px;
	padding: 5px;
	margin: 6px;
	border: 1px solid #CCC;
}
div.bike-spec > p span {
	display: inline-block;
	margin-left: 0.5em;
}
div.bike-spec > p span.price {
	font-weight: bold;
	color: #F00;
}
div.cap {
	text-align: center;
	font-size: 12px;
	margin-bottom: 5px;
}
div.individual {
	font-size: 12px;
	padding: 0px 5px 5px;
}
div.individual p.shop-name {
	margin: 5px 0px;
	border-bottom: 1px solid #CCC;
	padding: 5px 0px;
	border-top: 1px solid #CCC;
	height: 3em;
}
div.individual .individual-text {
	width: 160px;
	height: 50px;
}
/***************************************/
#otiawase {
	zoom: 100%;
	margin-top: 20px;
}
#otiawase:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#otiawase > .left {
	float: left;
	width: 640px;
}
#otiawase > .left .title {
	font-weight: bold;
	font-size: 16px;
	height: 30px;
}
#otiawase > .right {
	float: right;
	width: 300px;
	padding-top: 30px;
}
#otiawase > .right .title {
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	background: #333;
	padding: 5px;
}
#otiawase > .right .inbox {
	padding: 10px;
	border: 1px solid #999;
}
#otiawase > .right .inbox .kakomi {
	padding: 10px 5px 5px;
	background: #FFFF66;
	margin-bottom: 10px;
}
#otiawase > .right .inbox .kakomi .cap {
	margin-bottom: 0;
}
#otiawase > .right .inbox p {
	font-size: 12px;
	margin-bottom: 0.5em;
}
#otiawase > .right .inbox p.cap {
	font-size: 12px;
}
#otiawase > .right .inbox p.cap > span {
	font-weight: bold;
	color: #F00;
}
/*****************************************/


#otiawase > .right .inbox .login_mail {
	color: rgb(0, 0, 0);
	font-size: 12px;
	margin-bottom: 10px;
}
#otiawase > .right .inbox .login_mail input {
	border: 1px solid rgb(153, 153, 153);
	font-size: 13px;
	padding: 7px 7px 7px 30px;
	width: 236px;
	background: url(/img/new_toiawase/login_mail.png) no-repeat;
}
#otiawase > .right .inbox .login_password {
	color: rgb(0, 0, 0);
	font-size: 12px;
	margin-bottom: 10px;
}
#otiawase > .right .inbox .login_password input {
	border: 1px solid rgb(153, 153, 153);
	font-size: 13px;
	padding: 7px 7px 7px 30px;
	width: 236px;
	background: url(/img/new_toiawase/login_password.png) no-repeat;
}
#otiawase > .right .inbox .login_save {
	overflow: hidden;
}
#otiawase > .right .inbox .login_save .save_check {
	color: rgb(51, 51, 51);
	float: left;
	font-size: 12px;
	padding-top: 15px;
	width: 160px;
}
#otiawase > .right .inbox .login_save .save_btn {
}
#otiawase > .right .inbox .login_save .save_btn a {
	display: block;
	background-color: #FFBF00;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	color: #333;
	font-weight: 700; 
	border-bottom:  solid 2px #B28500;
	box-sizing: border-box;
}
#otiawase > .right .inbox .newlogin {
	background-image: url("/img/new_toiawase/login_sanka.jpg");
	background-repeat: no-repeat;
	height: 23px;
	width: 275px;
}
#otiawase > .right .inbox .newlogin_btn {
	padding-top: 10px;
	text-align: center;
}

#otiawase > .right .inbox .newlogin_btn a {
	display: block;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	color: #333;
	background: #A3D900;
		font-weight: 700; 
	border-bottom:  solid 2px #698C00;  
}
#otiawase > .right .inbox .login_reget {
	font-size: 12px;
	padding-top: 5px;
	text-align: center;
}
#otiawase .right .cap-text {
	font-size: 12px;
	color: #C00;
	margin-top: 10px;
}
#otiawase .right .cap-text p {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
}
/******************************************/
.table {
	font-size: 12px;
	border-collapse: separate;
	border-spacing: 1px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
.table th {
	padding: 6px 10px;
	background: #E6E6E6;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.table td {
	padding: 6px 10px;
	background: #FAFAFA;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.table-form {
	border-collapse: separate;
	border-spacing: 1px;
	border-top: 2px solid #999;
	border-left: 1px solid #999;
	margin: 0px 0px 15px;
}
.table-form th {
	padding: 6px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #EEE;
	font-weight: normal;
	font-size: 13px;
	width: 150px;
}
.table-form th.hissu {
	background: #EEEEEE url("/img/new_toiawase/hissu.gif") no-repeat 110px 6px;
}
.table-form td {
	padding: 6px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 13px;
}
.table-form tr td .cap {
	font-size: 11px;
}
#toi_text_long, #shibori_select_middle {
	padding: 6px;
	background: #FFFCE1;
	width: 180px;
}
.txt-s, .toi_text_short {
	padding: 6px;
	background: #FFFCE1;
	width: 60px;
}
#addPayment input[type="text"] {
	padding: 6px;
	background: #FFFCE1;
	width: 100px;
}
#addPayment select {
	padding: 6px;
	background: #FFFCE1;
	width: 160px;
}
.input-age {
	padding: 6px;
	background: #FFFCE1;
	width: 50px;
}
#kiyaku {
	padding: 10px;
	font-size: 12px;
	text-align: center;
	background: #FCF2E8;
}

.toiawase_body {
	width: 420px;
	padding: 6px;
	height: 120px;
	background: #FFFCE1;
}
.textarea {
	width: 160px;
	height: 50px;
}
#footer {
	font-size: 13px;
	border-top: 1px solid #333;
	padding-top: 10px;
}
/*************************/
/*¡¡²¼¼è¤ê°ÍÍêÄÉ²ÃÉôÊ¬¡¡*/
/*************************/
.mt5 {
	margin-top: 5px;
}
.mb20 {
	margin-bottom: 20px;
}
.txt-12 {
	font-size: 12px;
	line-height: 1.3;
}
.txt-color-red {
	color: #FF0000;
}
#trade-in {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 2em;
}
#trade-in select.select_maker, #trade-in select.select_exhaust, #trade-in select.select_bikename, #trade-in input[type="text"], #trade-in input[type="tel"] {
	padding: 6px;
	background: none repeat scroll 0% 0% #FFFCE1;
	width: 200px;
	margin-bottom: 5px;
}
.button-submit {
	background: #006699;
	text-align: center;
	color: #FFF;
	padding: 0.5em 4em;
	margin-top: 10px;
	border: 0;
	border-bottom: solid 2px #004A6F;
	cursor: pointer;
	font-size: 1.4em;
	font-weight: 700;
	font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", "sans-serif"
}
.button-next:hover {
	background: #2288BB;
}
div.terms {
	text-align: left;
	font-size: 12px;
	margin-bottom: 5px;
	padding: 10px;
	background: #fffce1;
}



#security_info {
    border: 2px solid #CCC;
    font-size: 12px;
    line-height: 1.5;
    margin: 15px auto;
    padding: 10px;
    text-align: left;
    width: 600px;
    box-sizing: border-box;
    display: table;
}
#security_info p {
    margin: 0 0 0;
}
#security_ssl {
    display: table-cell;
    vertical-align: top;
    margin: 0 10px 0 0;
    width: 130px;
}
#security_ssl img {
    margin-bottom: 5px !important;
}
#security_intro {
    display: table-cell;
    vertical-align: top;
}

