@charset "UTF-8";
/* CSS Document */

/*concierge.tmpl*/
*{ margin:0; padding:0;}
body {
	color: #231815;
	font-size: 13px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height:1.6;
	background: #f7fcfd;
}

#wrapper {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#logo {
  padding: 20px 0 40px;
  text-align: center;
}

#header {
  padding-bottom: 1em;
  overflow: hidden;
}



h1{ /*color: #aa8420;*/ font-size: 1.9em; margin:4px 0; float:left;}
fieldset{
	border: 0px solid #ccc;
	padding: 20px;
	background-color: #fff;
}
legend{
	font-size: 1.4em;
	font-weight: bold;
	color: #333;
}
ul li{ list-style-type: none; }

dl{ line-height: 1.8em; margin-bottom:1em;}
dl dt{
	width: 15em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #191919;
	padding-left: 15px;
}
dl dd input,
dl dd textarea{padding:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:16px;}
dl dt span{
	font-size: .8em;
	color: #cc3300;
}
dl dd{
	margin-top: -1.8em;
	margin-bottom: 1em;
	padding-left: 16em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	padding-bottom: 1em;
}
.confirm_box dl{
	margin-bottom: 20px;	
}


.coution{
	font-size:0.8em;
	background-color: #fff;
	padding: 20px;
	line-height: 2;
}

input.back,
input.kakunin,
input.close,
input.submit{
	font-weight: bold;
	cursor: pointer;
	line-height: 3em;
	padding-right: 2em;
	padding-left: 2em;
}

input.back,
input.kakunin,
input.close{
	background: #f2f6f8; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f6f8), color-stop(50%,#d8e1e7), color-stop(51%,#b5c6d0), color-stop(100%,#e0eff9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */
	border: 1px solid #a2a2a2;
}


input.submit{
	background: #d27e7e; /* Old browsers */
	background: -moz-linear-gradient(top,  #d27e7e 0%, #ce4646 50%, #c31820 51%, #e90e12 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d27e7e), color-stop(50%,#ce4646), color-stop(51%,#c31820), color-stop(100%,#e90e12)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d27e7e 0%,#ce4646 50%,#c31820 51%,#e90e12 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d27e7e 0%,#ce4646 50%,#c31820 51%,#e90e12 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d27e7e 0%,#ce4646 50%,#c31820 51%,#e90e12 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d27e7e 0%,#ce4646 50%,#c31820 51%,#e90e12 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d27e7e', endColorstr='#e90e12',GradientType=0 ); /* IE6-9 */
	color: #fff;
	border: 1px solid #ac1f27;
	}


input.back:hover,
input.kakunin:hover,
input.close:hover,
input.submit:hover{
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

div.error-message {
	color: #ff0000;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom:1;
}


.confirm_image {
	width: 150px;
	}


div.confirm_submit{
	width: 100px;
	float: right;
	display: inline;
}

div.confirm_submit input[submit]{
}


div.confirm_back{
	width: 100px;
	float: left;
}

/* area
--------------------------------------------------*/
#area{
	float: right;
	width: 140px;
	border: 1px solid #ad8726;
	margin: 0 0 20px 0;
	padding: 10px 0;
	font-size: 15px;
	text-align: center;
	color: #aa8420;
}

.clear{clear:both;}


/* for smartphone */
@media only screen and (max-width:749px) { /* smartphone size */
img{max-width:100%;height:auto;}
body{font-size:13px;padding-bottom:10px;}
#wrapper {width:auto;padding:0 10px;position:relative;}
#logo{padding:15px 0;text-align:left;}
#logo img{width:160px;height:auto;}
#header{padding-bottom:.5em;}
fieldset{padding:10px;}
h1{font-size:1.65em;/*margin:-1em 0;*/float:none;line-height:1.4;}
#area{float:none;position:absolute;right:10px;top:10px;padding:5px 0;width:100px;font-size:13px;}
dl dt{width: auto;}
dl dd{margin:0 0 1em 0;padding:.5em 0 1em 0;}
dl dd input,
dl dd textarea{padding:5px;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:16px;}
}
