/*
THEME NAME: susu liquid template 
DESCRIPTION: 2 Column Wordpress theme with right sidebar.
VERSION: 4.201809092036
AUTHOR: susu
AUTHOR URI: http://susu.cc/
TAGS: white, two-columns, flexible-width, right-sidebar
*/


/*-------------------------------------------------------------------------------*/
/* Layout */
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration:none;
}

html {
 	overflow-y: scroll;
 	/* scrollbar-arrow-color:#669999;
	scrollbar-face-color:#99cccc;
	scrollbar-3dlight-color:#cccccc;
	scrollbar-darkshadow-color:#cccccc;
	scrollbar-highlight-color:#cccccc;
	scrollbar-shadow-color:#cccccc;
	scrollbar-track-color:#999999; */
}

del {
	text-decoration: line-through;
}

body {
	font-size: 90%;
	font-weight: normal;
	text-decoration: none;
	font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',  Helvetica, Arial, sans-serif;
	color: #000000;
	letter-spacing: 0.1em;
	background-color: #f8f8f8;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

button, input, select, textarea, code, pre {
	font-family: inherit !important;
	font-size: 100%;
	border: none !important;
}

#header {
	height: 100px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0099;
	background-image: url(images/titlelogo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #99cccc;
}

a.headlink {
	display:block;
	width:100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	height: 100px;
	cursor:  /*url(https://susu.cc/mikucur.gif),*/ url(https://susu.cc/negi.cur), pointer;
}

#header h2 {
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#serchbar {
	padding: 5px;
	background-color: #666666;
}

#docuarea {
	width: 100%;
	float: left;
	margin-right: -480px;
	background-color: #f8f8f8;
}

#documents {
	margin-right: 480px;
	padding: 30px;
}

#sidebar {
	float: right;
	width: 474px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ff0099;
}

#footer {
	clear: both;
	height: 40px;
	width: 100%;
	background-color: #000000;
	padding-bottom: 10px;
}

.pagebreak {
	text-align: center;
	margin: 30px;
}

.pagenumber {
	margin: 2px;
	padding: 7px;
	border:solid 1px #666666;
	color: #003333;
	background-color: #eeeeee;
}

.pagebreak a .pagenumber {
	border:solid 1px #000000;
	color: #ffffff;
	background-color: #333333;
}

.pagebreak a:hover .pagenumber {
	border:solid 1px #000000;
	color: #ffffff;
	background-color: #ff0099;
}

/* media fit --------------------------------------------------------------------*/
@media screen and (max-width: 1500px) {
#docuarea {
	width: 100%;
	float: left;
	margin-right: -340px;
	background-color: #f8f8f8;
}

#documents {
	margin-right: 340px;
	padding: 30px;
}

#sidebar {
	float: right;
	width: 334px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ff0099;
}
}

@media screen and (max-width: 1024px) {
#docuarea {
	width: 100%;
	float: left;
	margin-right: -260px;
	background-color: #f8f8f8;
}

#documents {
	margin-right: 260px;
	padding: 30px;
}

#sidebar {
	float: right;
	width: 254px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ff0099;
}
}

@media screen and (orientation: portrait), screen and (max-width: 800px) {
body {
	font-size: 90%;
	font-weight: normal;
	text-decoration: none;
}

#sidebar {
	width: 100%;
}

.s1 {
	padding: 20px;
}

.s2 {
	display: none;
}

#docuarea {
	width: 100%;
	background-color: #f8f8f8;
}

#documents {
	padding: 10px;
	margin-right: 0px;
}
}

/* sidebar ----------------------------------------------------------------------*/

#recent { 
	height: 420px; 
	overflow: auto; 
}

#poplist, #cat, #archive { 
	height: 180px; 
	overflow: auto;
}

/* form -------------------------------------------------------------------------*/
.searchbutton {
	background-color: #66CCFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 2px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;	
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
}

.searchbutton:hover {
	background-color: #99ffff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 2px;
	color: #ff3399;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;	
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
}

.searchtext {
	margin: 2px;
	padding: 3px;
	background-color: #ddddee;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 200px;
}

.searchtext:hover {
	margin: 2px;
	padding: 3px;
	background-color: #eeeeff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.commentbutton, .wpcf7-submit {
	background-color: #66ccff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 2px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
}

.commentbutton:hover, .wpcf7-submit:hover {
	background-color: #99ffff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 2px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;	
	border-radius: 3px;         /* CSS3 */
	-moz-border-radius: 3px;    /* Firefox */
	-webkit-border-radius: 3px; /* Safari,Chrome */
}

.commenttext, .wpcf7-textarea, .wpcf7-text {
	margin: 2px;
	padding: 3px;
	background-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 300px;
}

.commenttext:hover, .wpcf7-textarea:hover, .wpcf7-text:hover {
	margin: 2px;
	padding: 3px;
	background-color: #dddddd;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#chk {
	color: green;
	margin: 3px;
}

/*-------------------------------------------------------------------------------*/
/* Option Layout */

h1 {
	font-size: 120%;
	font-weight: normal;
}

#documents h1 {
	margin-left: 10px;
	padding: 5px;
	background-color: #8BC5C5;
}

h2 {
	font-size: 110%;
	font-weight: normal;
	margin-left: 10px;
}

#documents h2 {
	padding: 5px;
	background-color: #A7D3D3;
	color: #000000;
}

h3, h4, h5, h6 {
	font-size: 105%;
	font-weight: normal;
	margin-left: 10px;
}

#documents h3 {
	background-color: #DADAB5;
	padding: 5px;
	margin-left: 20px;
}

#documents h4 {
	background-color: #E1E1C3;
	padding: 5px;
	margin-left: 20px;
}

.continuation {
	background-color: #444444;
	display: block;
	padding: 3px;
	margin: 15px;
	border: 1px solid #000000;
	color: #ffffff !important;
	text-align: left;
	border-radius: 4px;         /* CSS3 */
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari,Chrome */
}

#documents h5 {
	background-color: #E8E8D1;
	padding: 5px;
	margin-left: 20px;
}

#documents h6 {
	background-color: #EFEFDF;
	padding: 5px;
	margin-left: 20px;
}

pre, address {
	font-weight: normal;
	margin-left: 20px;
	font-style: normal;
}

pre {
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
}

#documents .entry .entrytitle {
	background-color: #333333;
	font-size: 120%;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #66CCCC;
	margin-left: 0px;
}

.entry {
	background-color: #ffffff;
	padding-bottom: 8px;
	margin-bottom: 70px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #333333;
	min-height: 310px;
}

.blogmura-blogparts, .blogparts {
	visibility:hidden;
	height: 1px;
}

#documents .entrytitle a {
	color: #ffffff;
	display:block;
	width:100%;
}

#documents .entrytitle {
	color: #ffffff;
}

#documents .commenttitle, #documents #postcomment {
	background-color: #99cccc;
	margin-left: 20px;
	margin-top: 50px;
}

#documents .nemtitle {
	background-color: #FFCC00;
	margin-left: 20px;
	margin-top: 50px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #66CCFF;
	border-bottom-color: #33CC99;
}


#documents .commentsubtitle {
	background-color: #FFFF99;
	margin-left: 20px;
	margin-bottom: 10px;
	text-align: right;
}

#documents .entrysubtitle {
	margin-left: 20px;
	background-color: #ddeeee;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 95%;
}

#documents ul {
	margin-top: 20px;
	margin-bottom: 25px;
}

#documents ul li {
	list-style-type: none;
	margin-left: 45px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 0.7em;
	line-height: 2em;
	text-indent: -1.0em;
	color: #333333;
}

#documents ul li:before {
	content: "* ";
	color: #FF0099;
}

#documents ol {
	margin-top: 20px;
	margin-bottom: 25px;
	list-style: none;
}

#documents ol li {
	margin-left: 50px;
	margin-top: 10px;
	margin-right: 15px;
	list-style-type: decimal;
	margin-bottom: 0.7em;
	line-height: 2em;
	/*list-style-type: none;
	counter-increment: number;*/
	color: #333333;
}

#documents dl {
	margin-top: 10px;
	margin-bottom: 10px;
}

#documents dl dt {
	margin-left: 30px;
	margin-top: 10px;
}

#documents dl dd {
	margin-left: 40px;
	margin-bottom: 0.3em;
	line-height: 1.8em;
}

blockquote {
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 15px;
	border: 1px solid #cccccc;
	border-radius: 6px;         /* CSS3 */
	-moz-border-radius: 6px;    /* Firefox */
	-webkit-border-radius: 6px; /* Safari,Chrome */
	background-color: #eeeeff;
	margin-right: 20px;	/*background-image: url(images/bq.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;*/
	color: #333333;
}

.line {
	border: 1px solid #66cccc;
	background-color: #fcfcfc;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin: 1px;
}

em {
	border: 1px solid #66cccc;
	background-color: #fcfcfc;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin: 1px;
	font-style: normal;
}

#documents p,#documents pre {
	line-height: 2em;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 30px;
}

#sidemenu h2 {
	margin-top: 12px;
	margin-bottom: 3px;
	background-color: #cccccc;
	color: #000000;
	padding: 3px;
	font-size: 90%;
	margin-left: 0px;
}

#sidemenu {
	padding: 10px;
}

#sidemenu ul li {
	margin-left: 5px;
	margin-bottom: 5px;
}

#sidemenu ul #recent li, #sidemenu ul #poplist li ,#sidemenu ul .wpp-list li {
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 3px;
	border-bottom: 1px dashed #99CCCC;
    min-height: 40px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	max-width: 100%;
	height: auto;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

#foot {
	text-align: center;
	padding-top: 10px;
	color: #FFFFFF;
}

#foot a:link{
	color: #ffffff;
}
#foot a:visited{
	color: #ffffff;
}
#foot a:active{
	color: #ffffff;
}
#foot a:hover{
	color: #99cccc;
}

.oldalert {
	color: #ff0099 !important;
	margin-bottom: 10px;
	background-color: #fbfbfb !important;

}
/*-------------------------------------------------------------------------------*/

.class_comment1 {
	/*border: 1px dashed #99CCCC;*/
	margin-bottom: 5px;
	margin-left: 30px !important;
	margin-right: 10px !important;
	background-color: #cceeee;
	padding: 5px;
	border-radius: 6px;         /* CSS3 */
	-moz-border-radius: 6px;    /* Firefox */
	-webkit-border-radius: 6px; /* Safari,Chrome */
}
.class_comment2 {
	/*border: 1px dashed #FFCCCC;*/
	margin-bottom: 5px;
	margin-left: 30px !important;
	margin-right: 10px !important;
	background-color: #eeeecc;
	padding: 5px;
	border-radius: 6px;         /* CSS3 */
	-moz-border-radius: 6px;    /* Firefox */
	-webkit-border-radius: 6px; /* Safari,Chrome */
}

#documents #commentlist li {
	list-style-type: none;
	margin-left: 20px;
}

#commentform {
	padding-bottom: 10px;
}

/*-------------------------------------------------------------------------------*/

a:link{
	color: #009999;
	/*transition: all 0.5s;*/
}

a:visited{
	color: #009999;
}

a:active{
	color: #009999;
}

a:hover {
	color: #ff0099;
	position: relative;
	top: 1px;
	left: 1px;
}


/*-------------------------------------------------------------------------------*/
/* WordPress Options */
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin-right: 5px;
}

.alignright {
   float: right;
   margin-left: 5px;
}

.wp-caption {
   /*border: 1px solid #cccccc;*/
   text-align: center;
   background-color: #eeeeee;
   padding-top: 4px;
   margin: 10px;
   /*-moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;*/
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/*-------------------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	margin-left: 30px;
}

td {
	border: solid 1px #006666;
	margin: 0px;
	padding: 3px;
}

th {
	border: solid 1px #006666;
	border-collapse: collapse;
	margin: 0px;
	padding: 3px;
	background-color: #99cccc;
	/* white-space: nowrap; */
}

/*-Table of Contents Plus--------------------------------------------------------*/

#toc_container,.toc_container {
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 15px;
	border: 1px solid #999999;
	border-radius: 6px;         /* CSS3 */
	-moz-border-radius: 6px;    /* Firefox */
	-webkit-border-radius: 6px; /* Safari,Chrome */
	background-color: #fcfcfc;
	margin-right: 20px;
	color: #333333;
}



#toc_container ul,.toc_container ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

.toc_title {
	margin-top: 7px !important;
	margin-bottom: 2px !important;
}

.toc_list li {
	margin-top: 3px !important;
	margin-bottom: 3px !important;
	list-style-type: none !important;
}

.toc_number {
	display: none;
}

#documents #toc_container ul li:before,#documents .toc_container ul li:before {
	content: "+ ";
	color: #FF0099;
}

/*-eye catch--------------------------------------------------------*/
.eyecatch {
	margin-left: 2px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 2px;
	clear: both;
	float: left;
}

.eye {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 2px;
}

.wpp-list li img {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 2px;
}

.wpp-list li img:hover {
	position: relative;
	top: 1px;
	left: 1px;
}


#documents .entry .readtime {
	background-color: #ffff99;
}

/*ブログカード*/
.blog-card {
	background: #fbfbfb;
	border: 1px solid #999966;
	word-wrap: break-word;
	max-width: 100%;
	border-radius: 6px;
	margin: 15px 20px 15px 30px;
  /* sp用 ※4 */
}

.blog-card:hover {
	background: #fefefe;
}

.blog-card a {
	text-decoration: none;
}

.blog-card-title {
	color: #ff0066;
	display: block;
	padding: 10px 10px 10px 10px;
	font-size: 120%;
	line-height: 1.5em;
}

.blog-card-thumbnail {
	float: right;
	padding: 10px;
}

.blog-card-thumbnail img {
	display: block;
	padding: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.blog-card-content {
	line-height: 120%;
		padding: 5px;
}

.blog-card-excerpt {
	color: #111111;
	margin: 0 10px 10px;
	line-height: 1.5em;
}

.blog-card .clear {
	clear: both;
}
/*end*/

/*ギャラリーの枠消し*/
.entry img {
	border: 0px !important;
}

.blogmura-blogparts {
	height: 0;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.hidden {
	visibility:hidden;
}