@charset "UTF-8";

/***************************************
	Written By Fujimoto

				2015.07

	The copyright is not abandoned. 
****************************************/


body>p {
  background-image: url(../img/bg_p.png);
  background-position: left 20px;
  background-repeat: repeat-x;
  background-color: #9B9B9C;
  padding-bottom: 5px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  margin: 35px auto;
  font-size: 15px;
  color: #FFFFFF;
}

body #sending {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  background-color: #000000;
  letter-spacing: 3px;
  text-align: center;
  position: fixed;
  font-size: 15px;
  color: #FFFFFF;
  z-index: 100;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
}

body #sending div {
  background-image: url(../img/sending.png);
  background-repeat: no-repeat;
  margin: 30px auto;
  overflow: hidden;
  display: block;
  height: 50px;
  width: 50px;
}

body #conf {
  background-color: #FFFFFF;
  position: fixed;
  z-index: 150;
  padding: 5%;
  width: 40%;
  left: 25%;
  top: 5%;
}

body #conf table {
  border-collapse: collapse;
  width: 100%;
}

body #conf table td {
  padding: 15px;
  width: 25%;
}

body #conf table td+td {
  border-left: solid 1px #CCCCCC;
  width: 75%;
}

body #conf div {
  text-align: center;
  margin-top: 30px;
}

body #conf div input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #00479D;
  font-weight: bold;
  cursor: pointer;
  color: #FFFFFF;
  height: 50px;
  width: 150px;
  border: none;
}

body #conf div input[type="reset"] {
  background-color: #9B9B9C;
}

body label.script_err {
  font-weight: normal;
  margin-left: 5px;
  font-size: 11px;
  color: #FF3300;
  display: block;
}

.category,
.content {
  margin-top: 10px;
}

.category h2,
.content h2 {
  border-left: solid 6px #00479D;
  margin-bottom: 25px;
  font-weight: normal;
  text-indent: 12px;
  font-size: 24px;
  /*
  		background:#949fd0;
  		background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk0OWZkMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzBhNGNhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  		background:-moz-linear-gradient(top, #949fd0 0%, #0a4ca0 75%);
  		background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#949fd0), color-stop(75%,#0a4ca0));
  		background:-webkit-linear-gradient(top, #949fd0 0%,#0a4ca0 75%);
  		background:-o-linear-gradient(top, #949fd0 0%,#0a4ca0 75%);
  		background:-ms-linear-gradient(top, #949fd0 0%,#0a4ca0 75%);
  		background:linear-gradient(to bottom, #949fd0 0%,#0a4ca0 75%);
  		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#949fd0', endColorstr='#0a4ca0',GradientType=0 );
  				
  		border:solid 2px #E3E3E3;
  		margin-bottom:30px;
  		white-space:nowrap;
  		font-weight:bold;
  		line-height:53px;
  		text-indent:15px;
  		overflow:hidden;
  		font-size:22px;
  		color:#FFFFFF;
  		span	{
  			padding-left:100%;
  			
  			&:before,
  			&:after	{
  				font-family:'icomoon';
  				font-weight:normal;
  				position:absolute;
  			}
  			
  			&:before	{
  				line-height:47px;
  				content:"/";
  				left:35px;
  			}
  			
  			&:after	{
  				line-height:57px;
  				font-size:17px;
  				left:75px;
  			}
  		}
  */
}

.category h2:after,
.content h2:after {
  content: "construction";
  position: relative;
  margin-left: 15px;
  font-weight: bold;
  text-indent: 0px;
  font-size: 15px;
  top: -3px;
}

.category h3,
.content h3 {
  background-color: #007BBB;
  margin: 15px auto;
  text-indent: 18px;
  line-height: 40px;
  font-size: 18px;
  color: #FFFFFF;
}

.category p,
.content p {
  border-bottom: solid 1px #999999;
  margin: 15px auto;
  font-weight: bold;
  font-size: 16px;
  color: #022686;
}

.category>a,
.content>a {
  background-image: url(../img/category_button.png);
  background-repeat: no-repeat;
  margin-bottom: 15px;
  margin-left: 105px;
  padding-left: 30px;
  padding-top: 18px;
  line-height: 22px;
  font-size: 18px;
  color: #FFFFFF;
  display: block;
  width: 336px;
  height: 74px;
  float: left;
}

.category>a+a,
.content>a+a {
  margin-left: 30px;
}

.category>a+a+a,
.content>a+a+a {
  margin-left: 105px;
}

.category>a+a+a+a,
.content>a+a+a+a {
  margin-left: 30px;
}

.category>a+a+a+a+a,
.content>a+a+a+a+a {
  margin-left: 105px;
}

.category>a+a+a+a+a+a,
.content>a+a+a+a+a+a {
  margin-left: 30px;
}

.category>a:after,
.content>a:after {
  content: "CONSTRUCTION";
  letter-spacing: 0.5px;
  line-height: 13px;
  font-size: 10px;
  display: block;
  color: #686868;
}

.footer {
  margin-top: 100px;
}

.footer div:first-child {
  background-image: url(../img/bg_div.png);
  background-repeat: repeat-x;
  position: absolute;
  height: 10px;
  width: 100%;
  top: -40px;
  left: 0px;
}

.footer div:first-child a {
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  border: solid 1px #CCCCCC;
  border-bottom: none;
  position: absolute;
  cursor: pointer;
  color: #022686;
  padding: 8px;
  right: 0px;
  top: -32px;
}

.category h2,
.content h2 {
  border-left-color: #949595;
}

.category h2:after,
.content h2:after {
  content: "concierge";
}

.category>a,
.content>a {
  padding-top: 30px;
  height: 62px;
}

.category>a:after,
.content>a:after {
  content: "CONCIERGE";
}

.content img {
  margin: 30px auto;
  display: block;
}

.content .red {
  color: #F00F00;
}

.content strong {
  margin: 15px auto;
  display: block;
}

.content strong.blue {
  font-weight: normal;
  font-size: 24px;
  color: #007BBB;
}

.content ul li {
  list-style: inside decimal;
}

.content ul.circle li {
  list-style: inside disc;
}

.content table {
  width: 100%;
}

.content table caption {
  font-size: 16px;
}

.content table th {
  background-color: #4682B4;
  color: #FFFFFF;
  padding: 1%;
}

.content table td {
  border: solid 1px #CCCCCC;
  padding: 1% 2%;
  height: 65px;
  width: 46%;
}

.content table td span {
  font-weight: bold;
  font-size: 15px;
  display: block;
}

.content table.forth td {
  width: 21%;
}