body{
	background-color: #EEE;
}
.page_title{
    text-align: center;
    color: #108ee9;
    margin: 0 15%;
    font-weight: 400;
}
h2.page_title{
    font-size: 34px;
}
h3.page_title{
    font-size: 26px;
}
.mask {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.mob{
	text-align: center;
	margin: 0 auto;
	min-width:300px;
	max-width: 1280px;
	min-height: 100%;
	background-color: #F6F6F6;
	color: gray;
	padding: 5px;
}
.contents{
	text-align: left;
}
.header{
	margin: 20px auto;
	text-align: left;
	font-size: 14px;
	#border: solid 1px gray;
}
.header span.logo{
	max-width: 300px;
}
.header .menu{
	#min-width: 300px;
	float: right;
	line-height: 46px;
	#border: solid 1px red;
}
.header li{
	float: left;
	padding: 0 4px;
	margin-bottom: 0;
}
.header li a{
	color: #7A026C;
	font-weight: 700;
}

::-webkit-input-placeholder {
	color: #69C !important; /* WebKit browsers */
}
:-moz-placeholder {
	color: #69C !important; /* Mozilla Firefox 4 to 18 */
}
::-moz-placeholder {
	color: #69C !important; /* Mozilla Firefox 19+ */
}
:-ms-input-placeholder {
	color: #69C !important; /* Internet Explorer 10+ */
}
.btnBill{
	background: #F83;
}

.welcomeText {
	margin: 20px;
	color: #A44AA4;
	font-size: 32px;
}
.tips{
	color: #A44AA4;
	font-size:12px;
	text-align: left;
}