@charset "utf-8";
/* BASE
================================================== */
/* ----- a href ----- */
a:link,
a:visited,
a:active {
	color: #E74C3C;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
/* ----- PAGETOP ----- */
.backtotop {
}
.backtotop a:link,
.backtotop a:visited,
.backtotop a:active {
	background-color: rgba(209,23,14,0.5);
}
.backtotop a:hover {
	background-color: rgba(209,23,14,1);
}



/* HEADER
================================================== */
header {
	background: #E74C3C;
        /*padding: 30px 0 10px;*/
        text-align: center;
}
header h1 span {
	color: #E74C3C;
}
header.large h1 span {
	color: #E74C3C;
}

/* #layout
================================================== */
#layout h2 {
	color: #E74C3C;
}
#layout h2.small {
	color: #E74C3C;
}
#layout ul.back li span {
	color: #E74C3C;
}
#layout .table dt {
	color: #E74C3C;
}
#layout .profile {
	text-align: center;
}
#layout .profile input[type=text] {
	width: 95%;
	max-width: 400px;
}
#layout .cap {
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	color: #E74C3C;
}

li {
  list-style: none;
}

div.for_copy{ 
     margin: 0 5px 2px 0; 
}