﻿*{
  -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;  
  padding:0px;
  margin:0px;  
  font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', Arial, Helvetica;
}
a{
  text-decoration:none;
}

html, body {
  height:100%;
  overflow: hidden;
}



.title{
  background:#F8823C;
  color:#fff;
  vertical-align:middle;
  border-bottom:solid 4px #EB2142;
  position:fixed;
  line-height:40px;
  width:100%;
  z-index:100;
}
.title p{
  font-size:20px;
  position:absolute;
  top:2px;
  left:45px;
}
.title:before {
    margin:0 10px 0 0;
    content:" ";
    display:inline-block;
    width:24px;
    height:24px;
    margin-left:10px;
    background:url(../img/aed.png);
    background-size:contain;
    vertical-align:middle;    
}
.subtitle{
  margin:8px 0;
  color:#383838;
}
.content-body{
  background:#F5F5F5;
  height:100%;
}

.content-inner{
  height:100%;
  padding:8px 8px 8px 8px;
  overflow-y:auto;
}
.link{
  font-size:16px;
  padding-left:8px;
  padding-right:8px;
  font-weight:normal;
  border-left: 6px solid #2C5379;
  margin-top:5px;
  margin-bottom:5px;
}

.intitle {
  position: relative;
	
}
.intitle::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}

.inbox{
  word-wrap: break-word;
  margin-bottom:20px;
}

*{
 word-wrap: break-word; 
}

.fullbody{
  height:100%;
  width:100%;
  padding:20px;
  background:red;
}

.inner{
  height:100%;
  width:100%;
  background-image: url("../img/bg_heart.png");
  background-size:     contain;          
  background-repeat:   no-repeat;
  background-position: center center;
  
}



html,body, .content-body{
  background:#ECEEF1!important;
}
#header{
  height:50px;
  background:#FBA848;
  border-bottom:solid 3px #737373;
}
#header > p{
  font-size:20px;
  line-height:50px;
  color:#fff;
}
#header .icon{
  height:30px;
  width:auto;
  margin-top:10px;
  margin-left:10px;
  margin-right:5px;
  float:left;
}
.logo{
  height:35px;
  width:auto;
  margin-top:5px;
  margin-left:5px;
}

#content{
  height:100%;
  overflow:auto;
  padding-bottom:50px;
}
.subject{
  padding:5px 5px 0 5px;  
  color:#0E7AC4;
}
.subject > p{
  border-bottom:solid 1px #58BE89;
  background:#fff;
  padding:3px;
  border-radius:3px 3px 0 0 ;
}

.description {
  padding:0 5px 5px 5px;  
}
.description > p{
  color:#363947;
  background:#fff;
  padding:3px;
  border-radius:0 0 3px 3px ;
}
.description .alert{
  color:#EB2142;
  font-size:12px;
}
.flow{
  color:#363947;
  background:#fff;
  padding:5px;
  border-radius:5px 5px 0 0 ;
  counter-reset: section;
}
.flow-box{
  background:#CCCCCC;
  border-radius:5px ;
}
.flow-title{
  display:inline;
}
.flow-box ul{
  background:#F5F5F5;
  padding:3px;
  padding-left: 25px;
  border-radius:0 0 5px 5px ;
}
.domain{
  width:200px;
  font-size:18px;
  margin-top:3px;
  margin-bottom:3px;
  text-align:center;
}
.email,
.activate{
  width:100%;
  font-size:14px;
  margin-top:3px;
  margin-bottom:3px;
  padding:3px 5px;
}
.activate{
  margin-bottom:10px;
}
.increment{
  padding:0 3px;
  display:inline;
  counter-increment: section;
}
.increment:before {
  content: "STEP" counter(section) ". ";
}

.maillink {
  padding:15px 5px;  
  width:100%;
}
.maillink a,
.maillink button  {
  display:block;
  width:100%;
  background-color: #16a085;
  line-height:45px;
  text-align:center;
  font-size:22px;
  color:#ffffff;
  border:none;
  border-radius:2px ;
}

.triangle {
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: -10px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 20px solid #FBA848;
}

#error{
  -webkit-border-radius:2px!important;
     -moz-border-radius:2px!important;
          border-radius:2px!important;
  display:none;        
  font-size:1em;
  font-weight:normal;
  border:1px double #fff;
  background-color:#e74c3c;
  color:#fff;
  padding:6px!important;
  text-align:left;
  margin-bottom:10px;
  margin:5px;
}

#error > p{
  word-break: break-all;
}

#error > ul{
  word-break: break-all;
}

#error > ul > li{
  word-break: break-all;
  margin-left:20px;
}

.dialog .ZebraDialog_Body{
  background:#F5F5F5!important;
  height:80px!important;
  vertical-align:top!important;
  padding:6px!important;
}

.dialog .ZebraDialog_Body > div{
  padding:6px!important;
  font-size:1.2em;
}

.must:after{
  content: "【必須】";
  color:red;
}


.account{
   background:url(../img/account.png)!important;
   background-size:100% 100%!important;
}

.account-inner{
  padding:10%;
  height:100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  background-color: transparent;
}

.account-inner > .titlebar{
    font-size:1.4em;
    text-align:center;
    font-family: "ＭＳ 明朝",serif;
}

.account-inner > .titlename{
    font-size:1.4em;
    text-align:right;
    margin-top:15px;
    font-family: "ＭＳ 明朝",serif;
}

.account-inner > .titlebody{
    font-size:1.4em;
    text-align:left;
    margin-top:15px;
    font-family: "ＭＳ 明朝",serif;
}

.account-inner > .titleday{
    font-size:1em;
    text-align:right;
    margin-top:15px;
    font-family: "ＭＳ 明朝",serif;
}

.account-asahi{
  background-image: url(../img/emblem/23226.png);
}

.account-kashiwa{
  background-image: url(../img/emblem/12217.png);
}

.account-otsu{
  background-image: url(../img/emblem/25201.png);
}

.account-minami{
  background-image: url(../img/emblem/27226.png);
}

.select-box select {
	position: relative;
	width: 100%;
	padding: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #B7B7B7;
}

.select-box label {
	position: relative;
}
 
.select-box label:after {
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 20px;
	height: 20px;
	margin-top: -8px;
	background: url(../img/arrow.png) 0 0 no-repeat;
	background-size: 20px;
	pointer-events: none;
}



.styleradio input {
	display: none;
}
.styleradio label{
	display: block;
	float: left;
	cursor: pointer;
	width: 85px;
	margin: 0;
	padding: 8px;
	background: #bdc3c7;
	color: #869198;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	transition: .2s;
}
.styleradio label:first-of-type{
	border-radius: 2px 0 0 2px;
}
.styleradio label:last-of-type{
	border-radius: 0 2px 2px 0;
}
.styleradio input[type="radio"]:checked + .switch-on {
	background-color: #0E7AC4;
	color: #fff;
}
.styleradio input[type="radio"]:checked + .switch-off {
	background-color: #e67168;
	color: #fff;
}

