* {
font-family: "MS UI Gothic", "MS PGothic","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6", "MS Mincho", Arial, sans-serif;
}
.japski {
	line-height: 150%;
	font-size: smaller;
	margin-bottom: 1em;
	margin-top: 0.5em;
}

#customer_form h4 {
  background-color: #ccc;
  color: black;
  text-transform: uppercase;
  padding: 3px; 
  padding-left: 10px;
  font-size: 12px;
  margin-bottom: 25px;
}
#customer_form label {
    float: left;
    width: 300px;
    text-align: right;
    margin-right: 5px;
    font-size: 12px;
}
#customer_form input {
}

#customer_form input, #customer_form label, #customer_form select {
   margin-top: 14px; 
}
#customer_form br {
    clear: left;
}

div.fieldWithErrors input {
    border: 2px solid red;
}
#errorExplanation {
    border: 1px solid black;
    background: #afafaf;
    font-size: 12px;
    width: 35em;
}

#errorExplanation h2 {
    background-color: red;
    margin-top: 0;
    font-size: 14px;
}

#errorExplanation ul {
    list-style: square;
    
}
.language_links {
    margin-left:3em;
    margin-top:2em;
}
.company  {
    margin-left:2em;
    margin-top:2em;
    color:gray;
    font-size:12px;
}

img {
    border: 0;
}

h1,h2 {
    color: #0095d4;
}

table {

}

td {
vertical-align: top;
}
/* misc */
.notice, .warning, .error {
    height: 36px;
    vertical-align: center;
    margin-top: 5px;
}
.notice img, .warning img, .error img {
    float: left;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: 2px;
    margin-bottom: 2px;
}
.notice div, .warning div, .error div {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 18px;
    
}
.notice {
    background-color: #8F8;
    border: 2px solid #7C7;
    
}
.warning {
    background-color: #F9F900;
    border: 2px solid #CC7;
}
.error {
    background-color: #F33;
    border: 2px solid #C77;
}
/* /misc */
.calendar{
    margin-top: 3em;
    float:left;
    margin-left: 10px;
    border-spacing: 1px;
    padding: 1em;
    border: 2px solid #BBB;
    background-color: #F2F2F2;
}
.calendar td {
    width: 20px;
    height: 20px;
    border: none;
}
.otherMonth, .day {
    background-color: #FFF;
}
.unavailable {
    background-color: rgb(240, 178, 178);
}
.available {
    background-color: rgb(178, 227, 247);
}
.calendar td, .calendar th {
    font-size: smaller;
    text-align: center;
}
.calendarSearch {
		margin-left: 6px;
    border-spacing: 1px;
     
    border: 2px solid #BBB;
    background-color: #F2F2F2;
}
.calendarSearch td {
		width: 20px;
		height: 20px;
		border: none;
}
.calendarSearch td, .calendarSearch th {
    font-size: smaller;
    text-align: center;
}
.tenTourList {
		margin-top: 1em;
		float: left;
		border: none;
		font-size: smaller;
		color: #3366ff;
}
.tenTourList th, .tenTourList tr {

		border-color: #3366ff;
		border-collapse: collapse;
}

