﻿@charset "utf-8";

.O640 {
	display: none;
}

#FixedTOP span {
	padding-left: 4px;
}
#FTS,
.FTSS {
	padding-right: 5px;
}
#TFSL2 {
	float: left;
	margin-left: 10px;
}
#TFTG {
	opacity: 0.90;
}
#TFTG,
#TFTG2 {
	margin-top: 1px;
	padding: 5px 0;
	background-color: #f8f0f0;
	border: solid 1px #bbd;
	color: #000;
	box-shadow: 0 1px 4px rgba(136,136,136, 0.3), 0 0 40px rgba(136,136,136, 0.1);
	display: none;
}
#FixedTOP2 {
	display: none;
}

#HeadLU {
	height: 80px;
	min-width: 300px;
	margin-right: 15px;
}
#HeadLD {
	height: 45px;
	margin-right: 30px;
}
#CLPR {
	float: right;
	margin-right: 20px;
}
#plcnt {
	position: relative;
	float: right;
	width: 336px;
	height: 76px;
}

#bgmove {
	position: absolute;
	top: 22px;
	left: 4px;
}
#bgmove img{
	width: 328px;
	height: 50px;
}
#ACount {
	position: absolute;
	top: -16px;
	left: 140px;
	letter-spacing:0.15px
}
#ACount span {
	padding-left: 0;
	font-family: 'RiipopkkR',Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 0.3em;
}
#UUCMsg {
	position: absolute;
	top: 5px;
	left: 135px;
}
#Notice {
	Height: 20px;
}
@media screen and (max-width: 790px) {
	#CLPR {
		display: none;
	}
}

#main {
	margin: 5px 33px 5px 5px;
}
#RightMenu {
	position: fixed;
	top: 0px;
	right: -403px;
	height: auto;
	padding: 0 40px 0 0;
	z-index: 10;
}
#RightMenu .slide-inner {
	padding: 10px 5px 10px 20px;
	overflow: auto;
	overflow-x: hidden;
	background: rgba(250,245,240,0.9);
	border: 1px solid #ddbbbb;
	overflow-y: scroll;
}
#st-accordion {
	float: right;
	width: 336px;
}
#RightMenu2 {
	position: fixed;
	top: 0;
	right: -403px;
	height: auto;
	padding: 0 40px 0 0;
	z-index: 10;
}
#RightMenu2 .slide-inner2 {
	padding: 10px 5px 10px 20px;
	overflow: auto;
	overflow-x: hidden;
	background: rgba(235,240,245,1);
	border: 1px solid #bbbbdd;
	overflow-y: scroll;
}
#st-accordion2 {
	float: right;
	width: 336px;
}
#RightMenu3 {
	position: fixed;
	top: 0;
	right: -403px;
	height: auto;
	padding: 0 40px 0 0;
	z-index: 10;
}
#RightMenu3 .slide-inner3 {
	padding: 10px 5px 10px 20px;
	overflow: auto;
	overflow-x: hidden;
	background: rgba(0,0,0,1);
	border: 1px solid #bbbbdd;
	overflow-y: scroll;
}
#st-accordion3 {
	float: right;
	width: 336px;
}
#nav-icon {
	position: absolute;
	cursor: pointer;
	left: -70px;
	top: 47px;
	padding: 3px 5px 5px 5px;
	font-size: 18px;
	transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
	background: rgba(250,245,240,0.9);
	border: 1px solid #ddbbbb;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	z-index: 1000;
	letter-spacing: -5px;
}

#nav-icon2 {
	position: absolute;
	cursor: pointer;
	left: -30px;
	top: 214px;
	padding: 2px 5px 5px 5px;
	font-size: 18px;
	transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
	background: rgba(240,245,250,0.9);
	border: 1px solid #bbbbdd;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	z-index: 1000;
}

#nav-icon3 {
	position: absolute;
	cursor: pointer;
	left: -51px;
	top: 151px;
	padding: 2px 5px 5px 5px;
	font-size: 18px;
	transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
	background: rgba(0,0,0,0.9);
	border: 1px solid #bbbbdd;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	color: #fff6be;
	z-index: 1000;
}

#st-accordion::-webkit-scrollbar {
    width: 8px;
}

#st-accordion::-webkit-scrollbar-track {
    background: rgb(245, 240, 235);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

#st-accordion::-webkit-scrollbar-thumb {
    background: rgb(221, 187, 187);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

#st-accordion2::-webkit-scrollbar {
    width: 8px;
}

#st-accordion2::-webkit-scrollbar-track {
    background: rgb(235, 240, 245);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

#st-accordion2::-webkit-scrollbar-thumb {
    background: rgb(187, 187, 221);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

#st-accordion3::-webkit-scrollbar {
    width: 8px;
}

#st-accordion3::-webkit-scrollbar-track {
    background: rgb(235, 240, 245);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

#st-accordion3::-webkit-scrollbar-thumb {
    background: rgb(187, 187, 221);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

#MPT {
	right: 12px;
}

#MPT.on {
	right: 373px;
}

#MPB {
	right: 12px;
}

#MPB.on {
	right: 373px;
}

/* 横カレンダー */
#calender {
	text-align: center;
	margin-left: 5px;
	padding: 0;
}
#calender ul {
	text-align: center;
	margin-top: 0;
	padding-left: 0;
	list-style-position: inside;
	background-image: none;
}
#calender li {
	display: inline;
	list-style-type: none;
	background-image: none;
	color: #aaaaaa;
}

@media screen and ( max-width:800px) {
	#ADBTM {
		display: none;
	}
	.ADba {
		display: none;
	}
}

#bbs dt,
.st-accordion dl dt,
.st-accordion2 dl dt {
	font-size: 1.250em;
}

/* Tag Cloud */
#PCSPEC dd,
#RCA2 dd,
#tag_cloud {
	background-color: rgba(252,248,248,0.90);
	margin: 10px 5px;
	padding: 5px;
	border: 1px solid #bbd;
	border-radius: 10px;
	max-height: 300px;
	overflow: auto;
	letter-spacing: -1px;
	font-size: 1.000em;
}

#tag_cloud a { margin: 3px; }

#Twitter dd {
	width: 332px;
}
#twitterWindIframe {
	width: 332px;
	height: 300px;
}

.tag_lnk {
	font-size: 1.00em;
}

#Event1,
#Pet1 {
	background-color: #feecc8;
	border: 1px solid #bbd;
	border-radius: 5px;
	font-size: 14px;
	margin-left: 5px;
	padding: 1px;
	position: relative;
	top: 9px;
	left: 11px;
}

#Event2,
#Pet2,
#PetitVery {
	background-color: rgba(252,248,248,0.90);
	line-height: 120%;
	margin: 0 5px;
	padding: 5px;
	border: 1px solid #bbd;
	border-radius: 10px;
	font-size: 1.13em;
}
#HorseMating dd,
#HorseChange dd {
	background-color: rgba(252,248,248,0.90);
	line-height: 120%;
	margin: 10px 5px;
	padding: 5px;
	border: 1px solid #bbd;
	border-radius: 10px;
	font-size: 1.13em;
}

#bbs dd {
	margin: 10px 5px 0;
	padding: 5px;
	text-align: center;
	background-color: rgba(252,248,248,0.90);
	line-height: 120%;
	border: 1px solid #bbd;
	border-radius: 10px;
}

#bbs dd a,
#RightMenu a {
	text-shadow: 0.125em 0.125em 0.25em #ccc;
}

.hcsl,
#TFSL2,
.TFTG2_3 span,
#slideO1 span,
#Ev2Sl span,
#slide_data span,
#Pet2Sl span,
#Pet2Sl2 span,
#Pet2Sl3 span,
#Pet2Sl4 span,
#Pet2Sl14 span,
#PVSl span,
#PVSl2 span,
#PVSl3 span,
#PCL03 span {
	position: relative;
	transition: text-decoration 0.5s linear;
	color: #7c95bd;
	text-decoration: underline;
	text-shadow: 0.125em 0.125em 0.25em #ccc;
		-webkit-transition: text-decoration 0.5s linear;
		-moz-transition: text-decoration 0.5s linear;
		-ms-transition: text-decoration 0.5s linear;
	z-index: 2;
}

.hcsl::after,
#TFSL2::after,
.TFTG2_3 span::after,
#slideO1 span::after,
#Ev2Sl span::after,
#slide_data span::after,
#Pet2Sl span::after,
#Pet2Sl2 span::after,
#Pet2Sl3 span::after,
#Pet2Sl4 span::after,
#Pet2Sl14 span::after,
#PVSl span::after,
#PVSl2 span::after,
#PVSl3 span::after,
#PCL03 span::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 0;
	height: 50%;
	background: linear-gradient(rgba(255,255,255,0.75),rgba(124,149,189,0.75));
	transition: 0.75s;
	z-index: -1;
}

.hcsl:hover,
#TFSL2:hover,
.TFTG2_3 span:hover,
#slideO1 span:hover,
#Ev2Sl span:hover,
#slide_data span:hover,
#Pet2Sl span:hover,
#Pet2Sl2 span:hover,
#Pet2Sl3 span:hover,
#Pet2Sl4 span:hover,
#Pet2Sl14 span:hover,
#PVSl span:hover,
#PVSl2 span:hover,
#PVSl3 span:hover,
#PCL03 span:hover {
	color: #333;
	text-shadow: 0.125em 0.125em 0.25em #fff;
	text-decoration: none;
	cursor: pointer;
}

.hcsl:hover::after,
#TFSL2:hover::after,
.TFTG2_3 span:hover::after,
#slideO1 span:hover::after,
#Ev2Sl span:hover::after,
#slide_data span:hover::after,
#Pet2Sl span:hover::after,
#Pet2Sl2 span:hover::after,
#Pet2Sl3 span:hover::after,
#Pet2Sl4 span:hover::after,
#Pet2Sl14 span:hover::after,
#PVSl span:hover::after,
#PVSl2 span:hover::after,
#PVSl3 span:hover::after,
#PCL03 span:hover::after {
	width: 100%;
}

/* TweetsWind start */
#Twitter dd {
	background-color: rgba(255,255,255,0.85);
	border-radius: 5px;
}
#twitterWindIframe {
	border: solid 1px;
	border-color: #bbd;
	border-radius: 5px;
}
/* TweetsWind end */

.RMGR1,
.RMGR2 {
	float: right;
	margin: 0;
	width: 336px;
}

#bbs dt,
.st-accordion dl dt {
	padding: 2px 0 1px 10px;
	border: 1px solid #aac; /* ccaaaa */
	border-radius: 5px;
	background-color: #e0f0f8; /* f2c4d6 */
	text-align: left;
	overflow: hidden;
	color: #7c95bd;
	display: block;
	position: relative;
	outline: none;
	transition: color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out;
		-moz-transition: color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out;
}
#bbs dt {
	color: #333;
}

#HorseMating dt,
#HorseMating dt {
	padding: 2px 0 1px 10px;
	border: 1px solid #aac;
	border-radius: 5px;
	background-color: #ffffff;
	text-align: left;
	overflow: hidden;
	color: #333333;
	display: block;
	position: relative;
	outline: none;
	transition: color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out;
		-moz-transition: color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out;
}
#HorseMating ul li,
#HorseChange ul li {
	padding: 0;
	background: none;
	font-size: 1.0625em;
}
.relate_li_nolink {
	font-size: 1.0000em;
}

.relate_li {
	font-size: 1.0000em;
}

#content-nav {
	font-size: 1.2500em;
}

#PCSPEC {
	margin-top: -5px!important;
}
