<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin:0;
	padding:0;
	word-break: break-all;
	word-wrap: break-word;
}

body {
	background-color: #F7F7F7;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3', Meiryo, ãƒ¡ã‚¤ãƒªã‚ª, sans-serif;
	font-size:14px;
	margin: 0 auto;
	padding: 0;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

br.clear{
	height:0px;
	clear:both;
}

.grid{
	margin:5px 10px 10px 10px;
}

a {
	text-decoration: none;
	/* color:#1D1D1D; */
}

p {
	color:#1D1D1D;
}

span {
	color:#1D1D1D;
}


div.head{
	background-color: #495863;
	margin:0;
	padding:5px 15px;
}

div.navi {
	padding:5px 10px 0px 10px;
}

div.navi ul li {
	list-style:none;
	float:left;
}

div.info{
	background-color: #FFFFFF;
	margin:0;
	padding:5px 15px;
	font-size:12px;
}

div.info ul {
	margin:5px 15px;
}

h1{
	margin:0;
	color:#FFF;
	font-size:18px;
	/* text-shadow: 0 1px 0 #ccc; */
	font-weight:normal;
	text-align:center;
}

h2 {
	margin:0;
	font-size:18px;
	font-weight:normal;
}

h3 {
	font-size:15px;
	background-color: #FEE085;
	margin:10px 0 0 0;
	padding:5px 15px;
	font-weight:normal;
}

input ,
textarea {
	padding:3px 5px;
}

div.description {
	padding:5px 10px 0 10px;
	text-align:center;
}

div.margindiv {
	margin:5px 0;
}

div.advs {
	text-align:center;
	margin:5px 0;
	}
	
.social {
text-align:center;
margin:0 auto;
margin-top:10px;
}

.social ul {
	padding-left:40px;
}

.social ul li {
float:left;
height:30px;
margin-right:10px;
list-style:none;
}

.social ul li iframe {
bottom:-7px;
}

.sample2 {
    position: relative;
    color: #ffffff ;
    background: #000000;
    font-size: 16pt ;
    line-height: 1;
    margin: 20px 0px 5px 0px;
    padding: 10px 5px 10px 10px ;
    box-shadow:1px 3px 7px 0px  #666666 ;
    border-top:5px solid #16D736;
}
.sample2:after, sample2:before {
    content: "";
    position: absolute;
    top: 100%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top: 5px solid #333;
}
.sample2:after {
    left: 0;
    border-right: 5px solid #333;
}
.sample2:before {
    right: 0;
    border-left: 5px solid #333;
}

/* ********************************************** */


div.subbtn{
	height:40px;
	line-height:40px;
	text-align:center;
	background-color: #3C67B1;
	border: 1px solid #3C67B1;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.subbtn span{
	color:#FFF;

}


div.subbtn2{
	height:40px;
	line-height:40px;
	text-align:center;
	background-color: #8DC49D;
	border: 1px solid #8DC49D;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.subbtn2 span{
	color:#FFF;

}


/* ********************************************** */
div.th{
	min-height:30px;
	line-height:30px;
	margin: 0 0 0 0;
	padding:5px;
	background-color: #FFFFFF;
	border-top: 1px solid #A4A4A6;
	border-left: 1px solid #A4A4A6;
	border-right: 1px solid #A4A4A6;
}

div.last{
	border-bottom: 1px solid #A4A4A6;
}

div.th div.top{
	font-size:12px;
	text-align:left;
}

div.th div.under{
}

div.th div.under div.title{
	float:left;
}

div.th div.under div.title span{
	font-size:18px;
}

div.th div.under div.add span{
	font-size: 13px;
}

div.th div.under div.add{
	float:right;
}


/* ********************************************** */

div.all{
	background-color: #FFFFFF;
	border: 1px solid #A4A4A6;
}


div.all div.res{
	padding:5px;
	margin-top:15px;
	border-bottom:1px dotted #DDD;
}

div.res div.top{
	text-align:left;
	font-size: 12px;
}

div.res div.top span.num0{
	color:#EA678F;
}

div.res div.top span.num1{
	color:#3EBCF5;
}

div.res div.text{
	text-align:left;
	font-size: 16px;
	padding:10px;
}


div.res div.under{
	text-align:right;
	font-size: 12px;
}

div.res div.under span.hash0{
	color:#E17374;
}


div.res div.under span.hash1{
	color:#E17374;
}

div.thumnails img {
	max-width:150px;
}

/* ********************************************** */

div.zindexer {
	text-align:center;
	position:relative;
	z-index: 2300;
	position: fixed;
	left : 0px;
	bottom :0px;
	display: block;
	height:0px;
	/* background: #000000; */
	width:100%;
	color:white;
	margin-bottom:50px;
	}
	
div.HideMenu {
	position:absolute;
	display:none;
	bottom:0px;
	left:0;
	width:100%;
	background:black;
	opacity: 0.90; 
	}

div.hearderMenu ,
div.MenuDiv ,
div.mOverClose {
	position:absolute;
	right:5px;
	bottom:5px;
	font-size:15px;
	opacity: 0.93; 
	color:white;
	}

div.mOverClose img {
	display:none;
	}
	
div.MenuDiv img ,
div.hearderMenu img {
	width:40px;
	height:40px;
	border-radius: 10px;        /* CSS3è‰æ¡ˆ */  
	-webkit-border-radius: 10px;    /* Safari,Google Chromeç”¨ */  
	-moz-border-radius: 10px;   /* Firefoxç”¨ */  
	}
	
div.MenuDiv {
	}

div.mOverClose {
	}

div.HideLink {
	text-align:center;
	border-top:1px dotted #505050;
	margin:0 10px;
	}
	
div.HideLink a {
	color:white;
	display:block;
	padding:5px 0;
	}
	
span.mClsSpn {
	color:white;
	display:block;
	padding:5px 0;
	}
	
div.SearchDiv form {
	margin:0 auto;
	text-align:center;
	padding:5px 0;
	font-size:16px;
	}
	
div.SearchDiv p {
	padding-top:10px;
	text-align:center;
	color:white;
	}

div.footercontentArea {
	background:black !important;
	border:none !important;
	margin:0 auto;
	}
	
div.footercontentArea #catebox {
	padding-top:5px;
	width:100%;
	}
	
div.footercontentArea #catebox img {
    height: 60px;
    width: 60px;
}

form#write {
	background:white;
	padding:5px;
	border: 1px solid #A4A4A6;
}</pre></body></html>