 /**** cmark ****/
.special {
	margin: 3px 0;
}
.gray {
	color: #777;
}
/***** top *****/
#cover{
	margin			: 10px 5px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#cover:after{
	content			: "";
	display			: block;
	clear			: both;
}
#cover .photo{
	background: url(../img/cover_bg.png) no-repeat;
	padding: 26px 20.5px;
}
#cover .photo img {
	padding			: 1px;
	border			: 1px dotted #b2b2b2;
	margin-bottom: 8px;
}
.gold , .platinum , .black{
	margin			: 0 0 0 5px;
}
#cover .data {
	margin			: 0 0 0 8px;
	overflow-x: hidden;
}
#cover .data .prof {
	font-size		: 13px;
	line-height		: 17px;
	margin			: 0 0 6px 5px;
	padding			: 5px 0 7px 0;
	border-bottom	: 1px dotted #cccccc;
}
#cover .namae {
	font-size: 16px;
	color: #ffcc00;
}
#cover .data a{
	color			: #fff;
}
#cover .data .prof:last-child{
	font-family: Tahoma, Geneva, "sans-serif";
	border-bottom	: none;
}
/**********/
#cover p.ellipsis {
	position: relative;
	height: 64px;
	overflow: hidden;
	line-height: 16px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
}
#cover p.ellipsis:before, #cover p.ellipsis:after {
	position: absolute;
	background: #000;
}
#cover p.ellipsis:before {
	content: ".....";
	bottom: 0;
	right: 0;
}
#cover p.ellipsis:after {
	content: "";
	width: 100%;
	height: 100%;
}
.newface {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-weight: bold;
	margin-left: 10px;
	color: #F00;
}

/* maga */
#maga{
	display			: block;
	text-align		: center;
	border			: 1px solid #cccccc;
	padding			: 1px;
	margin			: 0 5px 10px 5px;
	border-radius	: 7px;
	-webkit-border-radius	: 7px;
}
#maga h3{
	font-weight		: bold;
	text-shadow		: 1px 1px 1px #ffffff;
	padding			: 8px 0 7px 0;
	margin			: 0 0 5px 0;
	color			: #663300;
	background-image	: -webkit-gradient(linear, left top, left bottom, from(#fff2dd), color-stop(49%, #ffe370), color-stop(50%, #ffe370), to(#ffffff));
	border-radius	: 7px 7px 0 0;
	-webkit-border-radius	: 7px 7px 0 0;
}
#maga p{
	font-size		: 12px;
	line-height		: 14px;
	margin			: 5px 0;
}
#maga p:last-child{
	color			: #ff0000;
	margin			: 10px 0;
}
#maga form{
	display			: block;
	text-align		: center;
	margin			: 0 0 5px 0;
}
#maga input[type="email"]{
	width			: 85%;
	padding			: 3px;
	font-size		: 13px;
	border			: 1px solid #929292;
	border-radius	: 3px;
	-webkit-border-radius	: 3px;
	margin			: 5px 10px 5px 10px;
}
#maga #submit{
	opacity			: 1.0;
	text-align		: center;
	padding			: 3px 12px;
	border			: 3px double #ff2b99;
	background-color	: #ff94c8;
	background-image	: -webkit-gradient(linear, left top, left bottom, from(#ff94c8), to(#ff2b99));
	border-radius	: 4px;
	-webkit-border-radius	: 4px;
	text-decoration	: none;
	text-shadow		: 1px 1px #883860;
	color			: #ffffff;
	font-size		: 14px;
}
#maga #delete{
	opacity			: 1.0;
	text-align		: center;
	padding			: 3px 12px;
	border			: 3px double #c6c6c6;
	background-color	: #f0f0f0;
	background-image	: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#c6c6c6));
	border-radius	: 4px;
	-webkit-border-radius	: 4px;
	text-decoration	: none;
	text-shadow		: 1px 1px #715a66;
	color			: #ffffff;
	font-size		: 14px;
}

/* topmenu */
.topmenu {
	font-family: "CinzelDecorative";
	width			: 100%;
	border-bottom	: 3px solid #333333;
	border-top		: 3px solid #333333;
	margin			: 0 0 -8px;
}
.topmenu ul {
	padding			: 1px 0 0 0;
	height			: 225px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.topmenu ul li {
	width			: 50%;
	font-size		: 14px;
	border-bottom		: 1px dotted #000000;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(255,255,255,0.3) 1%, rgba(0,0,0,0.3) 17%, rgba(6,6,6,0) 19%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.3)), color-stop(1%,rgba(255,255,255,0.3)), color-stop(17%,rgba(0,0,0,0.3)), color-stop(19%,rgba(6,6,6,0)), color-stop(100%,rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(255,255,255,0.3) 1%,rgba(0,0,0,0.3) 17%,rgba(6,6,6,0) 19%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(255,255,255,0.3) 1%,rgba(0,0,0,0.3) 17%,rgba(6,6,6,0) 19%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(255,255,255,0.3) 1%,rgba(0,0,0,0.3) 17%,rgba(6,6,6,0) 19%,rgba(255,255,255,0) 100%);
	background: linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(255,255,255,0.3) 1%,rgba(0,0,0,0.3) 17%,rgba(6,6,6,0) 19%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00ffffff',GradientType=0 );
	margin			: 0 0 1px 0;
	padding: 3px 0;
}
.topmenu ul.no1 li {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b2e8ff+0,b2e8ff+100&1+0,0+12 */
    background: -moz-linear-gradient(top,  rgba(178,232,255,1) 0%, rgba(178,232,255,0) 12%, rgba(178,232,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(178,232,255,1) 0%,rgba(178,232,255,0) 12%,rgba(178,232,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(178,232,255,1) 0%,rgba(178,232,255,0) 12%,rgba(178,232,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2e8ff', endColorstr='#00b2e8ff',GradientType=0 ); /* IE6-9 */
}
.topmenu ul.no2 li {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffb7c8+0,ffb7c8+100&1+0,0+12 */
    background: -moz-linear-gradient(top,  rgba(255,183,200,1) 0%, rgba(255,183,200,0) 12%, rgba(255,183,200,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,183,200,1) 0%,rgba(255,183,200,0) 12%,rgba(255,183,200,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,183,200,1) 0%,rgba(255,183,200,0) 12%,rgba(255,183,200,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb7c8', endColorstr='#00ffb7c8',GradientType=0 ); /* IE6-9 */
}
.topmenu ul.no3 li {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffe8b5+0,ffe8b5+98&1+0,0+12 */
    background: -moz-linear-gradient(top,  rgba(255,232,181,1) 0%, rgba(255,232,181,0) 12%, rgba(255,232,181,0) 98%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,232,181,1) 0%,rgba(255,232,181,0) 12%,rgba(255,232,181,0) 98%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,232,181,1) 0%,rgba(255,232,181,0) 12%,rgba(255,232,181,0) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe8b5', endColorstr='#00ffe8b5',GradientType=0 ); /* IE6-9 */
}
.topmenu ul.no4 li {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#edbaff+0,edbaff+98&1+0,0+12 */
    background: -moz-linear-gradient(top,  rgba(237,186,255,1) 0%, rgba(237,186,255,0) 12%, rgba(237,186,255,0) 98%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(237,186,255,1) 0%,rgba(237,186,255,0) 12%,rgba(237,186,255,0) 98%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(237,186,255,1) 0%,rgba(237,186,255,0) 12%,rgba(237,186,255,0) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edbaff', endColorstr='#00edbaff',GradientType=0 ); /* IE6-9 */
}
.topmenu ul li.long {
	width			: 100%;
}
.topmenu ul li a {
	display			: block;
	padding			: 4px 5px 3px 25px;
	color			: #ffffff;
	background		: url(../img/arrow.gif) no-repeat 10px 50%;
}
.topmenu ul li.concept a {
	background		: url(../img/arrow_concept.gif) no-repeat 10px 50%;
}
.topmenu ul li span {
	display			: block;
	padding			: 4px 5px 3px 25px;
	color			: #ffffff;
}

/* btbtn */
#btbtn {
	border-top: 3px solid #333333;
	margin: 0 0 10px 0;
	padding: 10px 0 0;
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#btbtn li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 95px;
}
#btbtn li div {
	display: table;
	width: 90px;
	height: 95px;
	margin: 0 auto;
	font-size: 12px;
}
#btbtn li a {
	display: table-cell;
	border: 1px solid #333333;
	width: 90px;
    height: 90px;
	color: #fff;
	margin: 0 auto;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
#btbtn li.no1 a {
	border: 1px solid #4f8ca5;
}
#btbtn li.no2 a {
	border: 2px solid #4f8ca5;
    border-radius: 50%;
}
#btbtn li:nth-child(1) a{
	background: url(../../img/tora.jpg) no-repeat 1px 1px;
	-webkit-background-size: 86px 91px;
	background-size: 86px 91px;
}
#btbtn li:nth-child(2) a{
	background: url(../../img/tora.jpg) no-repeat 1px 1px;
	-webkit-background-size: 86px 91px;
	background-size: 86px 91px;
}
#btbtn li:nth-child(3) a{
	background: url(../../img/tora.jpg) no-repeat 1px 1px;
	-webkit-background-size: 86px 91px;
	background-size: 86px 91px;
}
#btbtn li a span {
	font-size: 14px;
	font-family: "CinzelDecorative";
}


/* submenu */
.submenu {
	font-size		: 11px;
	text-align		: center;
	color			: #666666;
	border-bottom	: 2px dotted #999999;
	margin			: 0 0 10px 0;
	padding			: 0 0 10px 0;
}
/* banner */
div#top_banner {
	margin: 5px auto;
	text-align: center;
	border-top		: 3px solid #444;
	padding-top: 2px;
}
/*
div#top_banner1 {
	border-top		: 3px solid #b5e8ff;
}
div#top_banner2 {
	border-top		: 3px solid #ffbaca;
}
div#top_banner3 {
	border-top		: 3px solid #ffebbb;
}
div#top_banner4 {
	border-top		: 3px solid #efbdff;
}
*/





