@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	/*line-height: 1;
    font-family: "Noto Sans JP";
    color: #272727;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

header{
  text-align: center;
  background: #333;
  padding: 10px 0 20px 0;
  margin: 0 0 30px 0;
}

header h1{
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

header p{
  color: #ccc;
  font-size: 14px;
}

section{
  width: 360px;
  margin: 0 auto;
}

section ul li{
  font-size:14px;
  margin: 10px;
}

section ul li input{
  width: 140px;
  margin-right: 5px;
  font-size:20px;
}

section a{
  display: block;
  margin: 50px auto 0 auto;
  width: 90px;
  background: #2864af;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 5px 20px;
  cursor: pointer;
}

section#result{
  width: 350px;
  margin-top: 50px;
}

section#result ul li{
  border-bottom: 1px solid #ccc;
  padding: 10px 20px 10px 20px;
  margin: 0;
}

section#result ul li p{
  display: inline-block;
  margin: 0 10px 0 0;
  font-weight: bold;
}

section#result ul li span{
  width: 800px;
  border-left: 1px solid #ccc;
  padding-left: 15px;
}

#cauCol{
  text-align: center;
  color: #c70505;
  font-weight: bold;
  margin: 20px 0 0 0;
}

#infoCol{
  text-align: center;
  font-size: 14px;
  margin: 50px 0 50px 0;
  line-height: 1.5em;
}

footer{
  position: fixed;
  height: 20px;
  width: 100%;
  padding: 6px 0 0 0;
  font-size: 10px;
  color: #a5afbb;
  bottom: 0;
  text-align: center;
  background-color: #333;
}

#btnClear,#reserveCol{
  display: none;
}

#reserveCol{
  width: 348px;
  /* margin-top: 20px; */
  /* margin: 0 auto; */
  background: #fdffe8;
  padding: 0px 0px 0 0px;
  border: 1px solid #ccc;
  margin: 20px auto;
}

#reserveCol li{
  border-bottom: 1px solid #ccc;
  padding: 0 10px 0 15px;
}

#reserveCol li p{
  font-weight: bold;
  display: inline;
  margin-right: 13px;
}

#loadCol{
  -webkit-animation:blink 1.5s ease-in-out infinite alternate;
  -moz-animation:blink 1.5s ease-in-out infinite alternate;
  animation:blink 0.5s ease-in-out infinite alternate;
  
  color: #D31518;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  display: none;
}

@-webkit-keyframes blink{
  0% {opacity:0;}
  100% {opacity:1;}
}
@-moz-keyframes blink{
  0% {opacity:0;}
  100% {opacity:1;}
}
@keyframes blink{
  0% {opacity:0;}
  100% {opacity:1;}
}


/*======================
* =^..^= スマホ =^..^=
*=======================*/

@media screen and (max-width:640px){
  
}



