@charset "utf-8";
/*------------------------------------------
	reset
------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}
ul, ol, li {
    list-style: none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
input,select,img {
    vertical-align:middle;
}

/* clearfix */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.cf {
	zoom: 1;
}
.cf:after,.cf:before{
    display:block;
    content:".";
    height:0;
    clear:both;
    visibility: hidden;
}

/*------------------------------------------
	占い師ページ用スタイル
------------------------------------------*/
body {
    width: 100%;
    height: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    color: #000;
    -webkit-text-size-adjust: 100%;
    line-height: 1.8;
    background: #fff;
    overflow-x: hidden;
}
/* header */
#header {
    position: relative;
    width: 100%;
    padding: 0 3%;
    background: url(../images/bg.jpg) #990000 no-repeat 100% 20%;
    background-size: 70% auto;
}
#header #h_logo {
    display: block;
    text-align: center;
    padding: 15px 0;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    color: #F8E3A0;
}
#header #h_logo a {
	display: block;
	line-height: 1;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	font-size: 20px;
}
#header #h_logo a img {
    height: 20px;
    width: auto;
    margin: 0 auto;
}
#header #h_logo img + span {
    margin-left: 5px;
}

/* container */
.teller {
    background: #EEE2CC;
    width: 100%;
}
#kiyaku .container {
	padding-top: 15px;
	padding-left: 3%;
	padding-right: 3%;
}
.box01 {
	background-color: #fff;
	border: 3px double #CEC0A4;
	margin-top: 10px;
	margin-bottom: 15px;
}
.box01 h2 ~ *, .box02 h2 ~ * {
    padding: 10px 3% 15px 3%;
}
.box02 {
    background: #fff;
    border: 1px solid #CEC0A4;
}
h2.title02 {
	background-color: #DAD0BC;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4;
	padding: 5px 10px 5px 10px !important;
}
h3.title01 {
    padding: 5px 10px 5px 25px;
	font-size: 14px;
	line-height: 1.5;
	background-color: #D5C7A6;
    position: relative;
}
h3.title01:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 4px;
    top: 7px;
    left: 15px;
    background-color: #8F7344;
}
h3.title01 span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	background-color: #D5C7A6;
	padding: 5px 0 0 0;
	margin-left: -15px;
	line-height: 1.5;
}
.box01 h2.title02 {
	background-color: transparent;
	color: #8F7344;
	text-align: center;
	letter-spacing: 4px;
	padding: 8px 10px 0 10px !important;
}
.box01 h2.title02:before {
	content: "＜";
	font-weight: normal;
}
.box01 h2.title02:after {
	content: "＞";
	font-weight: normal;
}
.box01 .ol li {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 5px;
}
.box-caution {
	background-color: #FFE7E7;
	margin: 0 3% 20px;
}
.box-caution p {
	line-height: 1.6;
}

.container {
	padding-bottom: 30px;
}
.container p.lead {
	line-height: 1.6;
	padding: 15px 3%;
}
.title.uranaishi_ed {
    text-align: center;
    letter-spacing: 4px;
    color: #ffffff;
    background: #8F7344;
}
h4 {
	font-size: 14px;
}
.large {
    font-size: 14px;
}
.sml {
    font-size: 12px !important;
}
.red {
    color: #CC0033;
}
.center {
	text-align: center;
}
.pb0 {
    padding-bottom: 0 !important;
}
.mb0 {
    margin-bottom: 0 !important;
}

.ol {
    padding: 0 0 8px 1.5em !important;
}
.ol > li {
    list-style: decimal;
}
.ol li ol > li {
	list-style: none;
}
.ol li ol li > span {
	display: block;
	width: 1.5em;
	position: absolute;
	margin-left: -1.5em;
}
.o_container {
    margin: 7px 3%;
    padding: 0;
}

.form_flow {
	display: table;
	width: 100%;
	table-layout: fixed;
    background: -webkit-linear-gradient(#FFFFFF, #DFDFD0);
    background: linear-gradient(#FFFFFF, #DFDFD0);
	height: 35px;
}
.form_flow li {
	display: table-cell;
	line-height: 35px;
	font-weight: bold;
	text-align: center;
	padding-left: 2%;
	background: url(../images/bg_formflow.png) no-repeat 100% 0;
	background-size: 16px 35px;
    position: relative;
}
.form_flow li.active {
	background: #D5C7A6 url(../images/bg_formflow_ac.png) no-repeat 100% 0;
	background-size: 16px 35px;
}
.form_flow li.active_l {
	background: url(../images/bg_formflow_ac2.png) no-repeat 100% 0;
	background-size: 16px 35px;
}
.form_flow li:last-child {
	background-image: none;
}
.form_flow li span {
    position: absolute;
	left: 12%;
	top: 9px;
	display: block;
	color: #fff;
	font-size: 10px;
	width: 18px;
	text-align: center;
	font-size: 10px;
	line-height: 18px;
	text-shadow: none;
	z-index: 5;
}
.form_flow li:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    top: 9px;
    left: 12%;
    background: #BF8B39;
	border-radius: 18px;
}

#uranaishi_ed dl {
	padding: 0 0 10px;
}
#uranaishi_ed dt {
	color: #706758;
	font-size: 14px;
	font-weight: bold;
}
#uranaishi_ed dt span {
	font-weight: normal;
	font-size: 12px;
}
#uranaishi_ed dt span.closed {
	display: inline-block;
	color: #fff;
	background-color: #46558E;
	border-radius: 4px;
	font-size: 11px;
	font-weight: normal;
	line-height: 1;
	padding: 3px 5px;
	margin-right: 5px;
	vertical-align: 1px;
}
.hissu:before {
	content: "必須";
	display: inline-block;
	color: #fff;
	background-color: #CC0033;
	border-radius: 4px;
	font-size: 11px;
	font-weight: normal;
	line-height: 1;
	padding: 3px 5px;
	margin-right: 5px;
	vertical-align: 1px;
}

#uranaishi_ed dd {
	padding: 15px 0 20px;
	line-height: 1.5;
}
#uranaishi_ed dd span {
	display: inline-block;
	margin-bottom: 10px;
	width: 47%;
}
#uranaishi_ed dd.wide span {
	display: block;
	margin-bottom: 5px;
	width: 100%;
}
#uranaishi_ed .cln4 span.wide {
	width: 100%;
}
#uranaishi_ed .cln4 span.wide input[type="text"] {
	margin-bottom: 5px;
	margin-top: 5px;
}
#uranaishi_ed dd p {
	margin-bottom: 5px;
}
#uranaishi_ed dd span + p.mb0 {
	margin-top: 10px;
}
#uranaishi_ed .result dd p {
	font-size: 14px;
}

#uranaishi_ed table {
	width: 100%;
}
#uranaishi_ed th,
#uranaishi_ed td {
	padding: 10px 15px;
}
#uranaishi_ed th {
	font-weight: normal;
	white-space: nowrap;
	line-height: 1.5;
	vertical-align: middle;
	background-color: #D0CDC1;
}
#uranaishi_ed td {
	background-color: #fff;
}
#uranaishi_ed span.exam {
	margin-bottom: 0;
	width: auto;
}

#uranaishi_ed_end .container {
	padding: 20px 3% 40px;
}
#uranaishi_ed_end h3 {
	font-size: 16px;
	text-align: center;
	padding-bottom: 10px;
}
#uranaishi_ed_end h4 {
	text-align: center;
	line-height: 1.5;
	padding-bottom: 10px;
}
#uranaishi_ed_end h5 {
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	color: #CC0033;
	border: 1px solid #CC0033;
	padding: 10px 5px;
	margin: 10px 0;
}
#uranaishi_ed_end h5 span {
	font-size: 12px;
	font-weight: normal;
}

/* footer */
#footer {
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 10px;
    padding: 13px 3%;
}

/* form */
input, textarea, select, label {
    outline: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", " メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="url"] {
    position: relative;
    width: 100%;
    height: 40px;
    margin: 0 3% 0 0;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
	margin-bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 0);
    /* iPhone対応 */
    background: #fff;
    border-radius: 5px;
    border: 2px solid #ccc;
    padding: 5px;
}
input[type="tel"] {
	width: 80px;
	margin-right: 0;
}
input#u_zipcode1, input#u_kantei_zipcode1 {
	width: 60px;
	margin-right: 0;
}
input#u_zipcode2, input#u_kantei_zipcode2 {
	width: 80px;
}

input[type="radio"] {
    position: relative;
    width: 21px;
    height: 21px;
    margin: 0 5px 0 0;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    border: 1px solid rgba(255, 255, 255, 0);
    /* iPhone対応 */
    background: #fff;
    background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
    vertical-align: -5px;
    border-radius: 50%;
    border: 2px solid #ccc;
}

input[type="radio"]:checked:before {
    position: absolute;
    content: '';
    background: #C61066;
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-size: 100%;
}
input[type="checkbox"] {
    position: relative;
    width: 21px;
    height: 21px;
    margin: 0 5px 0 0;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    border: 1px solid rgba(255, 255, 255, 0);
    /* iPhone対応 */
    background: #fff;
    background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
    vertical-align: -px;
    border-radius: 5px;
    border: 2px solid #ccc;
}

input[type="checkbox"]:checked::before {
    position: absolute;
    content: '';
    background: url(../images/mark_checked.png) center left no-repeat;
    width: 21px;
    height: 18px;
    background-size: 100%;
}
input#u_twitter_user_check,
input#u_facebook_check {
	margin-bottom: 5px;
}
.select {
	display: block;
	width: 100%;
	margin-bottom: 10px;
    border: 2px solid #CAC7BA;
    border-radius: 3px;
    background: #fff url(../images/arrow_carrot_down2.png) no-repeat 97% 50%;
    background-size: 10px;
}
.select select {
	width: 100%;
	font-size: 14px;
   	line-height: 27px;
    padding: 5px 30px 5px 10px;
    border: none;
    background: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

textarea {
    border-radius: 5px;
    border: 2px solid #ccc;
    padding: 5px;
	width: 100%;
}
input[type="submit"] {
	font-size: 16px;
    font-weight: bold;
    color: #fff;
    border: #FFF 2px solid;
    border-radius: 6px;
    padding: 10px 0;
	margin: auto;
	width: 94%;
    text-align: center;
    display: block;
    background: -webkit-linear-gradient(#C71067, #8C0000);
    background: linear-gradient(#C71067, #8C0000);
    box-shadow: inset -2px -2px 1px rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 0 rgba(0,0,0,.8);
}
.sim-btn {
    display: inline-block;
	text-decoration: none;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    padding: 8px 0;
    margin: 10px 2px 20px 2px;
    border-radius: 6px;
    box-shadow: 1px 0px 0px #CCC9BC, -1px 0px 0px #CCC9BC, 0px 1px 0px #CCC9BC, 0px -1px 0px #CCC9BC;
    background: -webkit-linear-gradient(#857F66, #A9A490);
    background: linear-gradient(#857F66, #A9A490);
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    color: #fff;
    width: 140px;
    font-size: 16px;
    font-weight: bold;
    border: #FFF 2px solid;
}
.sim-btn.impo {
    background: -webkit-linear-gradient(#C71067, #8C0000);
    background: linear-gradient(#C71067, #8C0000);
}

.confirm.backbtn {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
    color: #000;
    border: #CCC9BC 1px solid;
    border-radius: 6px;
    padding: 5px 0;
    text-align: center;
    display: block;
    background: -webkit-linear-gradient(#FFFFFF, #DFDFD0);
    background: linear-gradient(#FFFFFF, #DFDFD0);
    box-shadow: inset -2px -2px 1px rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 0 white;
	margin: 15px auto 20px;
	position: relative;
	width: 94%;
}
.confirm.backbtn:before{
    position: absolute;
    content: "";
    display: block;
    width: 15px;
    height: 17px;
    top: 10px;
    left: 15px;
    background: url(../images/icon_index2.png) no-repeat;
    background-size: 100%;
}
#error {
    color: #CC0033;
	margin: 15px 3% 15px;
	border: 1px solid #CC0033;
	background-color: #F3D9D4;
	padding: 7px 10px 10px;
	line-height: 1.5;
}
#error h4, #error p {
	text-align: center;
}
#error ul {
}
#error ul li {
	list-style: disc;
	padding-bottom: 5px;
}
.chatAppCheck {
	margin-bottom: 10px;
}
.chatDetail {
	margin-left: 25px;
}


#uranaishi_ed dd .iconHissu {
	color: #fff;
	background-color: #CC0033;
	border-radius: 4px;
    margin-right: 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	padding: 4px 6px;
	vertical-align: 1px;
}
#copy_uketuke {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border: #FFF 2px solid;
	border-radius: 6px;
	padding: 10px;
	text-align: center;
	display: block;
	background: linear-gradient(#C71067, #8C0000);
	box-shadow: inset -2px -2px 1px rgba(0, 0, 0, 0.3);
	text-shadow: 1px 1px 0 rgba(0,0,0,.8);
}

/* スマホ向けのスタイル：960px */
@media only screen and (max-width:960px) {
	#header #h_logo .history {
		position: absolute;
		top: 15px;
		content: '';
		display: block;
		width: 17px;
		height: 25px;
		background: url(../images/arrow_carrot-left.png);
		background-size: 100%;
	}
	#uranaishi_ed dt {
		color: #fff;
		background-color: #8F7344;
	}
	#uranaishi_ed dl > * {
		padding-left: 3%;
		padding-right: 3%;
	}
	#uranaishi_ed dt br {
		display: none;
	}
	#uranaishi_ed.confirm dt {
		background-color: #DCD9CB;
		padding: 1px 5px;
	}
	
	#uranaishi_ed table {
		border-right: 1px solid #BDB9A8;
		border-bottom: 1px solid #BDB9A8;
	}
	#uranaishi_ed th, #uranaishi_ed td {
		border-top: 1px solid #BDB9A8;
		border-left: 1px solid #BDB9A8;
		display: block;
	}
	#uranaishi_ed table {
		margin-bottom: 10px;
	}
	#uranaishi_ed th {
		padding: 2px 10px;
		text-align: left;
	}
	#uranaishi_ed th br {
		display: none;
	}
	#uranaishi_ed td {
		padding: 10px;
	}
	#uranaishi_ed td input[type="tel"] {
		width: 75px;
	}
	.toback-btn {
		display: block;
		position: relative;
		height: 38px;
		line-height: 34px;
		-webkit-box-sizing: border-box;
		-webkit-appearance: none;
		margin: 40px auto 20px auto;
		border-radius: 5px;
		border-left: 2px solid #9D9883;
		border-top: 2px solid #9D9883;
		border-bottom: 2px solid #7E7A6A;
		border-right: 2px solid #7E7A6A;
		box-shadow: 1px 0px 0px #CCC9BC, -1px 0px 0px #CCC9BC, 0px 1px 0px #CCC9BC, 0px -1px 0px #CCC9BC;
		background: -webkit-linear-gradient(#857F66, #A9A490);
		background: linear-gradient(#857F66, #A9A490);
		text-align: center;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
		color: #fff;
		text-decoration: none;
		width: 140px;
		font-size: 14px;
		font-weight: bold;
		padding-left: 8px;
	}
	.toback-btn:before {
		position: absolute;
		top: 12px;
		left: 20px;
		content: "";
		display: block;
		width: 9px;
		height: 14px;
		background: url(../images/arrow_carrot-left.png) no-repeat;
		background-size: 100%;
	}
	.toback-btn span {
		display: none;
	}
	#uranaishi_ed_end .toback-btn {
		width: 200px;
		padding-left: 0;
	}
	#uranaishi_ed_end .toback-btn:before {
		background: none;
	}
	.toi-back{
		width: 100%;
		position: relative;
		padding-left: 10px;
	}
	.toi-back:before{
		position: absolute;
		content: "";
		display: block;
		width: 15px;
		height: 17px;
		top:9px;
		left: 15px;
		background: url(../images/icon_index.png) no-repeat;
		background-size: 100%;
	}
	#error ul {
		padding: 5px 5px 0 20px;
	}    
}
@media only screen and (min-width: 961px) {
	.pc_hidden {
		display: none;
	}
	.inlineb_pc {
		display: inline-block;
		vertical-align: middle;
	}

	body {
    	background: #EEE2CC;
		font-size: 14px;
	}
	#header {
		width: 900px;
		margin: 30px auto 0;
    	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
		background: url(../images/bg.jpg) #990000 no-repeat 100% 20%;
		background-size: auto;
	}
	#header #h_logo {
		padding: 20px 0;
	}
	#header #h_logo a {
		font-size: 30px;
	}
	#header #h_logo a img {
		height: 25px;
	}
	.teller {
		width: 900px;
		margin: 0 auto 50px;
		background-color: #ffffff;
    	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
		overflow: hidden;
	}
	.box01 {
	}
	.box02 {
		border: none;
		padding-bottom: 30px;
	}
	.box01 h2 ~ *, .box02 h2 ~ * {
		padding: 10px 10px 15px;
	}
	h2.title02 {
		font-size: 16px;
	}
	h3.title01 {
		padding: 10px 30px 10px 42px;
		font-size: 16px;
	}
	h3.title01:before {
		height: 20px;
		width: 5px;
		top: 12px;
		left: 30px;
	}
	h3.title01 span {
		display: inline-block;
		font-size: 13px;
		padding: 0;
		margin-left: 15px;
		background-color: transparent;
	}
	.box01 .ol {
		margin-left: 30px;
	}
	.box01 .ol li {
		font-size: 16px;
	}
	.o_container {
		margin: 10px;
	}
	.title.uranaishi_ed {
		font-size: 12px;
	}
	.box-caution {
		margin: 0 20px 20px;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.box-caution h3 {
		padding-top: 5px;
	}
	.container {
		padding-top: 20px;
		padding-bottom: 0;
	}
	.container p.lead {
		padding: 10px 20px;
	}
	.container p.lead br {
		display: none;
	}
	h4 {
		font-size: 16px;
	}
	#uranaishi_ed dl {
		padding: 20px 30px;
	}
	#uranaishi_ed dt {
		clear: left;
		float: left;
		width: 200px;
		padding-top: 10px;
	}
	#uranaishi_ed dt span.closed {
		font-size: 12px;
		padding: 4px 6px;
		vertical-align: 0;
		margin-left: 0;
	}
	#uranaishi_ed dt.hissu {
		position: relative;
		padding-left: 42px;
		line-height: 1.5;
	}
	.hissu:before {
		position: absolute;
		left: 0;
		top: 12px;
		font-size: 12px;
		padding: 4px 6px;
		margin-right: 8px;
	}
	#uranaishi_ed dd p.inlineb_pc {
		margin-right: 5px;
	}
	#uranaishi_ed dd {
		padding-left: 210px;
		padding-top: 10px;
		border-bottom: 1px solid #A9A48F;
		margin-bottom: 10px;
	}
	#uranaishi_ed dd:last-child {
		border-bottom: none;
	}
	#uranaishi_ed dd.wide span {
		display: inline-block;
		width: auto;
	}
	#uranaishi_ed dd span {
		width: auto;
		margin-right: 20px;
	}
	#uranaishi_ed .cln3 span {
		width: 30%;
		margin-right: 0;
	}
	#uranaishi_ed .cln4 span {
		width: 22%;
		margin-right: 0;
	}
	#uranaishi_ed .cln4 span.wide input[type="text"] {
		display: inline-block;
		width: 300px;
		margin-left: 10px;
		margin-right: 5px;
	}
	#uranaishi_ed table {
		border-collapse: separate;
		border-spacing: 5px;
	}
	#uranaishi_ed th {
		width: 160px;
		border-radius: 6px;
	}
	#uranaishi_ed td {
		border-bottom: 1px dotted #A9A48F;
	}
	#uranaishi_ed td:last-child {
		border-bottom: none;
	}
	
	#uranaishi_ed_end .container {
		padding: 40px 30px 50px;
	}
	#uranaishi_ed_end h3 {
		font-size: 25px;
		padding-bottom: 15px;
	}
	#uranaishi_ed_end h4 {
		line-height: 1.6;
	}
	#uranaishi_ed_end h5 {
		font-size: 18px;
		padding: 10px;
		margin: 15px 0;
	}
	#uranaishi_ed_end h5 span {
		font-size: 14px;
	}
	
	input[type="submit"] {
		font-size: 18px;
		width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.center input[type="submit"],
	.center .confirm.backbtn {
		display: inline-block;
		vertical-align: middle;
		margin: 30px 3px 60px;
	}
	.confirm.backbtn {
		font-size: 16px;
		width: 300px;
		line-height: 38px;
		border-width: 2px;
	}
	input#u_id, input#u_password, input#u_password2 {
		display: inline-block;
		width: 250px;
		margin-right: 10px;
		vertical-align: middle;
	}
	input#u_pict_url1 + p {
		padding-top: 10px;
	}
	input#u_tel3, input#u_fax3 {
		margin-right: 20px;
	}
	textarea#u_keitai_setumei {
		height: 40px;
	}
	.select_min {
		display: inline-block;
		width: 220px;
		vertical-align: middle;
		margin-right: 20px;
		overflow: hidden;
	}
	.select_min > select {
		width: 280px;
	}
	.select_tel_syurui {
		display: inline-block;
		width: 160px;
		vertical-align: middle;
	}
	.toback-btn {
		display: inline-block;
		position: relative;
		margin: 50px 0 30px;
		padding-left: 15px;
	}
	.toback-btn:before {
		position: absolute;
		top: 7px;
		left: 0;
		content: "";
		display: block;
		width: 9px;
		height: 14px;
		background: url(../images/arrow_carrot-left2.png) no-repeat;
		background-size: 100%;
	}
	.sim-btn {
		padding: 10px 0;
		width: 200px;
	}
	#error {
		margin: 10px 30px 15px;
	}
	#error ul {
		padding: 10px 20px 0 40px;
	}    
	#footer {
		font-size: 12px;
	}

}


