#content{
	background-color:#fff;
	color:#555;
}

/*login前top*/
.top_login{
	padding:2%;
}
.top_login li{
	width:48%;
	margin:1%;
	float:left;
}
.top_login li a{
	width:100%;
	display:block;
	padding:7px 0;
	text-align:center;
	font-size: 2.3rem;
	text-decoration: none;
}
@media screen and (min-width:768px) {
    .top_login li a{
		padding:15px 0;
		font-size:2.2rem;
	}
}
.top{
	text-align:center;
}
.top_first{
	position:relative;
}
.top_type{
	background-color:rgba(255,255,255,0.6);
	box-shadow: 0px 0px 5px #aaa;
	color:#888;
	padding:15px;
	width:95%;
	min-height:90px;
	font-size:1.8rem;
	margin:0 auto;
	position:absolute;
	bottom: 5px;
	left:2.5%;
	text-align:left;
}
.top_content img{
	padding:0 0 0 0;
	max-width:100%;
	height:auto;
}
.top_content h2 img{
	padding:20px 0 0 0;
}

.top_sessionout{
	background-color: #aa8942;
	padding: 5px 0;
	text-align: center;
	margin-top: 10px;
	color:#fff;
}
a .top_otameshi{
	background-color: #aa8942;
	padding: 15px 0;
	text-align: center;
	text-decoration: none !important;
}
a .top_otameshi h5{
	font-size:2.6rem;
	color:#fff;
	margin-bottom:15px;
}
a .top_otameshi h6{
	font-size:1.4rem;
	color:#fff;
}
a .top_otameshi h6 span{
	font-weight:bold;
	color:#FBFF9C;
}
.ityped-cursor {
    font-size: 2.2rem;
    opacity: 1;
    -webkit-animation: blink 0.3s infinite;
    -moz-animation: blink 0.3s infinite;
    animation: blink 0.3s infinite;
    animation-direction: alternate;
}
@keyframes blink {
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes blink {
    100% {
        opacity: 0;
    }
}
@-moz-keyframes blink {
    100% {
        opacity: 0;
    }
}
#top_foot_scroll{
	display:none;
	z-index:99;
	position:fixed;
}
.top_foot_scroll{
	width:100%;
	max-width:768px;
	position:fixed;
	bottom:0px;
	background-color:#bdb6ff;
	color:#fff;
	padding:10px 0;
	display: -webkit-flex;
 	display: flex;
	-webkit-justify-content: space-around; 
	justify-content:         space-around;
	text-align:center;
}
.top_foot_scroll a{
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 18px;
	padding: 10px 0px;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	width: 45%;
}


/* 下層 */
.content{
	padding-top:3.9em;
}
.content h2{
	background-color:#aa8942;
	padding:3px 2.5%;
	font-size:1.5rem;
	color:#fff;
}
.content .box{
	width:100%;
	border:1px solid #ccc;
	padding: 20px !important;
	margin: 30px auto;
}
.content .red{
	color: #EC4F82;
	border: 1px dashed #EC4F82;
	padding: 10px 2.5%;
	margin: 20px auto;
	line-height: 160%;
	text-align: left;
}
.content .red span{
	font-size:1.2rem;
	color:#333;
}
.content h3{
	background-color:#eee;
	padding:3px 2.5%;
	font-size:1.35rem;
	margin-top:30px;
}
.content p{
	padding:10px 2.5%;
}
.content ol{
	margin-left: 48px;
	margin-right: 2.5%;
	font-size: 1.4rem;
	list-style-type: decimal;
}

.text_area{
	width:95%;
	margin:20px auto;
	height:auto;
}
.text_area p{
	padding:0;
}



/*head*/
#btn_setting, #btn_history{
	padding: 0;
	border: none;
	margin: 0;
	background-color: rgba(0, 0, 0, 0);
}

#btn_setting{
	position: absolute;
	top: 0;
	left: 0;
	border: none !important;
	padding: 0.4em;
}

#btn_setting > img{
	/*height: 2.4em;
    margin-top: 5px;
	border: none !important;*/
	height: 2em;
    margin-top: 7px;
    margin-left: 5px;
}

@media screen and (min-width:768px) {
.navbar-header{
	float:inherit!important;
}
}



/*footer*/

html {
  	min-height: 100%;
  	position: relative;
}
body {
  	/*margin-bottom: 5em;*/
	height:100%;
}
footer {
	width:100%;
	bottom: 0;
	height: 5em;
	max-width:768px;
}
.top_menu{
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #ccc;
	background-color:#fff;
}
.top_menu li{
	border: 0;
	border-bottom: 1px solid #ccc;
	width: 100%;
	margin: 0 auto;
	position:relative;
	z-index:1;
}
.top_menu li a{
	margin: 0;
	display: block;
	position: relative;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 1.4rem;
	font-weight: normal;
	color: #666 !important;
	padding: .7em 1em;
	text-decoration: none;
}
.top_menu li a:after{
	background-position: center;
	background-image: url(../image/static/a_arrow_right.png);
	background-repeat: no-repeat;
	top: 50%;
	margin-top: -11px;
	right: .5625em;
	content: "";
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
}
.top_menu .ttl{
	padding: .5em 1.143em;
	font-size: 14px;
	font-weight: 700;
	cursor: default;
	background-color: #f3f6f7;
	text-align:left;
}
.top_btn{
	padding:10px 2.5%;
}
.top_btn img{
	height:40px;
	width:auto;
	cursor: pointer;
}
copyright{
	display: block;
	text-align: center;
	background-image: url(../image/static/x_foot_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	width: 100%;
	min-height: 220px;
	max-height:500px;
	margin-top: -80px;
	z-index: 0;
	position: relative;
}
copyright a{
	display:block;
	position: absolute;
	top: 65%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
  	vertical-align: middle;
	color:#aa8942;
	font-weight:bold;
}

/*delete*/
input[type=radio] {
	display: none;
}
.radio {
	width:95%;
	display: block;
	position: relative;
	background-color: #eee;
	border-radius: 6px;
	margin: 8px auto;
	padding: 7px 10px 10px 45px;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.radio:hover {
	background-color: rgba(123,87,236,0.1);
}
.radio:hover:after {
	border-color: rgba(123,87,236,0.5);
}
.radio:after {
	display: block;
	position: absolute;
	border: 2px solid #bbb;
	border-radius: 6px;
	top: 10px;
	left: 15px;
	width: 18px;
	height: 18px;
	content: '';
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.radio:before {
	display: block;
	position: absolute;
	background-color: rgba(123,87,236,0.5);
	border-radius: 50%;
	top: 13px;
    left: 18px;
    width: 12px;
    height: 12px;
	content: '';
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
input[type=radio]:checked + .radio:before {
	opacity: 1;
}
.textarea{
	width: 95%;
	display:block;
    border-radius: 6px;
    margin: 0 auto;
    background-color: #eee;
    padding: 10px;
}
.submit{
	display:block;
	background-color: #bdb6ff;
    border-radius: 6px;
    padding: 8px 20px;
    color: #fff;
    margin: 20px auto;
	cursor: pointer;
}
/*
.delete_comp .fukidashi{
	position: relative;
	display: inline-block;
 	margin: 1.5em 15px 1.5em -15px;
	padding: 5px;
 	width: 100%;
 	color: #555;
	font-size: 14px;
	background-color:rgba(123,87,236,0.2);
	text-align:left;
	border-radius: 15px;
}
.delete_comp .fukidashi:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
 	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid rgba(123,87,236,0.2);
}
.delete_comp {
	margin:0 auto!important;
}
.delete_comp .matane{
	text-align:center;
}
*/