body {
	font-size: small;
	color: #000000;
	background-color: #f5f5ff;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position:100% 100%;
	letter-spacing: 0.1em;
	margin: 0 0 0 2px;
	line-height: 130%;
	-webkit-text-size-adjust: 120%;
}
img {
	vertical-align:bottom;
}

audio{
	height: 22px;
}

/* width:100%;ではみ出る要素に使う
form{
	box-sizing: border-box;
}
*/

/*
input[type=checkbox] {
	display: inline-block;
	position: relative;
	width  : 16px;
	height : 16px;
	margin : 1px 3px;
	vertical-align: bottom;
	bottom: 0px;
}
*/
input[type=checkbox],input[type=radio]{
	position:relative;
	top:1px;
}

td {
	font-size: small;
	line-height: 130%;
}

a {
	text-decoration:none;
	line-height: 130%;
	padding: 1px;
	background-color:rgba(255,255,255,0.8);
}
a:link {
	color:#4757ff;
}
a:visited {
	color:#81499e;
}
a:hover {
	color:#df7155;
}
a:active {}

.hidden {
	position:fixed; bottom:1px; right:1px;
}

.hidden a:link {
	color: #f5f5ff;
}

.textbottom{
	font-size: small;
	text-align: right;
	position:fixed; bottom:-1px; right:1px;
	line-height: 130%;
}

.textback{
	font-size: small;
	padding: 2px;
	background-color:rgba(255,255,255,0.9);
}

.textright{
	font-size: small;
	text-align: right;
	line-height: 130%;
}

.kugirisen{
	font-size: small;
	line-height: 60%;
}

#reload_button {
	position: fixed;
	bottom: 5px;
	right: 5px;
}


/* 点滅 */
.blinking{
	animation:blink 3s ease-in-out infinite alternate;
}
@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
#haisinmoji{
	font-size: large;
	background-color:rgba(255,222,155,0.8);
	padding:6px 20px 3px 20px;
	margin:0px;
	border-radius:20px;
}
#haisinback{
	text-align: center;
}





.clearLeft { 
	clear: left; 
}

#stamp_mark{
	padding:0px 3px;
	border-style:solid;
	border-width:1px;
	border-color:#000;
	border-radius:10px;
	background-color:#fcc;
}


#screenshot{
	position:absolute;
	border:1px solid #555;
	background:#f9f9f9;
	padding:5px;
	display:none;
	color:#fff;
}


/*ul、liでドロップダウンメニュー作り ここから*/
#pulldown ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}
#pulldown li {
	float: left;
	min-width: 150px;
	white-space: nowrap;
	display: block;
	border-left:2px solid white;
	text-align:left;
}
#pulldown ul ul {
	display: none;
	position: absolute;
	z-index: 100;
}
#pulldown li li {
	clear: left;
	position:relative;
	width: 100%;
	border-bottom:1px solid #cccccc;
	margin:0px 0px 0px -2px;
	text-align:left;
}
#pulldown li li a{
	clear: left;
	position:relative;
	width: 100%;
	display: block;
}
#pulldown li li a:hover{
	clear: left;
	position:relative;
	width: 100%;
	display: block;
	text-decoration:none;
}
#pulldown ul ul ul {
	left: 100%;
}
#pulldown ul li:hover > ul {
	display: block;
}
/*ul、liでドロップダウンメニュー作り ここまで*/
.index_ulli{
	border-color:#999;
	border-width:1px;
	border-style:outset;
	background-color:#f0f7ff;
	padding:2px 3px 3px 5px;
}
.index_li{
	border-color:#999;
	border-width:1px;
	border-style:outset;
	background-color:#fff0f7;
	padding:2px 3px 3px 5px;
}
.index_lilili{
	border-color:#555;
	border-width:1px;
	border-style:outset;
	background-color:#d5ffea;
	padding:5px 3px;
}

.copy{
	position:absolute;
	top:0px;
	left:0px;
	padding:1px 3px;
	background:rgba(255,255,255,1.0);
	border-radius:5px;
	z-index:2;
}
.copy:active{
	background:rgba(255,205,255,1.0);
}
.copy_shorturl{
	position:absolute;
	top:0px;
	right:0px;
	padding:1px 3px;
	background:rgba(255,255,255,1.0);
	border-radius:5px;
	z-index:2;
}
.copy_shorturl:active{
	background:rgba(255,205,255,1.0);
}
.copy_list{
	min-width:140px;
	height:30px;
	text-align:center;
	line-height: 30px;
	padding:0px 15px;
	background:rgba(235,255,245,1.0);
	border-radius:15px;
	z-index:2;
}
.copy_list:active{
	background:rgba(235,205,245,1.0);
}
.shorturl_stat{
	position:absolute;
	bottom:0px;
	left:0px;
	padding:1px 3px;
	background:rgba(255,255,255,1.0);
	border-radius:5px;
	z-index:2;
}
.su_stat{
	position:fixed;
	top:30%;
	left:0;
	width:150px;
	text-align:left;
	word-wrap: break-word;
	padding:5px;
	background:rgba(210,232,255,0.7);
	border-radius:15px;
	z-index:2;
}

/*ボタン用記述*/
.css_btn_class {
	font-size: small;
	border-style:outset;
	border-color:#aaaaaa;
	border-width:1px;
	padding: 0px;
	margin: 0px;
	background-color: #eaeaea;
	display:inline-block;
}.css_btn_class:hover {
	border-style:solid;
	border-color:#ffffff;
	background-color:#ffffff;
}.css_btn_class:active {
	border-style:inset;
	position:relative;
	top:1px;
}
/*ボタン用記述*/


/* スマホ用 */
@media only screen and (max-width: 768px) {
	.css_btn_class {
		margin: 10px;
	}
	.jp-playlist li{
		padding: 10px 2px;
	}
	td {
		padding: 6px 2px !important;
	}
	span {
		padding: 6px 2px !important;
	}
	input[type="text"]{
		padding: 10px 2px;
	}
}