@charset "shift_jis";

.title {
    padding: 20px!important;
}
.title a {
    padding-left: 0px!important;
}

.text h3 {
	font-size: 24px;
	border: solid 1px #a0a0a0!important;
	padding: 20px;
	border-radius: 10px;
	background-color: skyblue;
    margin-top: 0px;
}

.span-01,.span-02,.span-03 {
    display: inline-block;
    text-indent: -1.3em;
    margin-left: 0em;
}
.span-01:before {
    display: inline-block;
    margin-top: 0.3em;
    content: "\1F53B";
    width: 1.3em;
    text-indent: -0.5em;
}
.span-02:before {
    display: inline-block;
    margin-top: 0.3em;
    content: "\2705";
    width: 1.5em;
    text-indent: -0.5em;
}
.span-03:before {
    display: inline-block;
    margin-top: 0.3em;
    content: "\1F498";
    width: 1.5em;
    text-indent: -0.5em;
}

.dld {
	cursor: pointer;
	overflow:hidden;
	width:125px;
	height:90px;
	background: url(https://winofsql.jp/image/lightbox_download.jpg) no-repeat;
	border-radius: 4px;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;  
	display: inline-block;  
}

.bookmark {
    display: block;
}

.span-mark {
    display: inline-block;
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1em;
}
.span-mark:before {
    display: inline-block;
    margin-top: 0.3em;
    content: "\2611";
    width: 1.1em;
    text-indent: -0.2em;
    color: hotpink;
}

.src {
	border:1px solid #000;
	padding:40px;
	background-color: #a0a0a0;
	color: #000000!important;
	overflow: auto;
	margin-bottom: -10px;
}

.src a {
	color: #DB1C72!important;
}

.comm {
	border:1px solid #a7a7a7;
	padding:15px;
	background-color: #faeedc;
	color: #101010!important;
	overflow: auto;
	margin-bottom: -10px;
}

#scroll_top {
	position: fixed;
	text-decoration: none;
	font-size: 40px;
	color: rgba(255,255,255,0.85);
	text-shadow: 1px 1px 2px #656a6f;
	right: 0.5%;
	bottom: 5rem;
}

#base {
    position:relative;
    margin:auto;
    /* width: 1263px; */
    width: 1280px;
}

#banner {
    width: 1280px;
    background: #000000!important;
    border-width: 0px;
}

#top_2 {
	margin-top: -16px;
	width:1280px!important;
	height:40px!important;
	background: -webkit-linear-gradient(top, #666666, #000000)!important;
	background:    -moz-linear-gradient(top, #666666, #000000)!important;
	background:      -o-linear-gradient(top, #666666, #000000)!important;
	background:      -ms-linear-gradient(top, #666666, #000000)!important;
	background:      linear-gradient(top, #666666, #000000)!important;
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#666666,endColorstr=#000000,GradientType=0)!important; */
}


.blk {
    display:inline-block;
    vertical-align:top;
    width: 97%;
}


.text .inline-button {
    color: #ffffff!important;
    border-radius: 7px!important;
    line-height: 22px!important;
    height: 22px!important;
    vertical-align: top!important;
    margin-top: 1px!important;
    margin-left: 7px!important;
    margin-right: 7px!important;
    text-decoration:none!important;
}
.text .button {
    text-decoration:none!important;
    /* color: #ffffff!important; */
}
.button {
    font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande", "qMmpSPro W3", "Hiragino Kaku Gothic Pro", Osaka, "CI", Meiryo, "lr oSVbN", sans-serif!important;
}


.tag-article-summary {
  padding: 10px!important;
  border: 1px solid #808080;
  border-radius: 8px;
  color: black!important;
}

.blog {
  padding-right: 20px;
}

.parts .partstopd {
display:none!important;
}

#tag_cloud {
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#nv ul {
	list-style-type: none;
	margin-top: 0px;
}
#nv .cat {
	position: relative;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: solid 1px #ccc;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	width: 100px;
	height: 18px;
	float: left;
	color: #B5ECF5;
	cursor: default;
}
#nv .sub {
	white-space: nowrap;
	position: relative;
	z-index: 10000;
	background-color: #111111;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 16px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	height: 24px;
	color: #B5ECF5;
	background: -webkit-linear-gradient(left, #000000, #666666)!important;
	background:    -moz-linear-gradient(left, #000000, #666666)!important;
	background:      -o-linear-gradient(left, #000000, #666666)!important;
	background:      -ms-linear-gradient(left, #000000, #666666)!important;
	background:      linear-gradient(left, #000000, #666666)!important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000,endColorstr=#666666,GradientType=1)!important;
}
.submenu {
	position:absolute;
	top: 39px;
	display:none;
	left: -41px;
	/* width: 550px; */
}


#nv a {
	font-size:16px;
	color: #fff;
}
#nv .cat_end {
	border-left: solid 1px #ccc;
	padding: 10px;
	width: 100px;
	height: 20px;
	float: left;
}



.date {
	/* display: none; */
	text-align: right;
	padding-right: 20px;
	margin-bottom: -19px;
	margin-top: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: none!important;
	font-size: 8px!important;
	color: #5a5a5a!important;
	font-weight: normal!important;
}

.sidetitle {
	color: #ffffff!important;
	font-weight: bold!important;
	background: url(https://winofsql.jp/image/leside.gif) no-repeat;
}

h3 {
font-family: Arial, Helvetica, Verdana, "qMmpSPro W3", "Hiragino Kaku Gothic Pro", Osaka, "CI", Meiryo, "lr oSVbN", sans-serif!important;
}

.parts {
	border:1px solid #c0c0c0;
	padding:20px;
	width:90%;
	margin: 0 20px 20px 0;
}
.parts a {
	box-shadow: none;
}
.EXL {
	font-size:16px!important;
}
.text .li {
	margin-bottom: -15px!important;
	display: block!important;
	margin-left: 20px;
}
.partstopd {
	display: inline!important;
	box-shadow: none!important;
	margin-left: -20px;
}

.listCategoryArticle li {
	margin-bottom: 5px;
}

.partstopd {
	display: none;
}

#rsoftlink {
	padding: 15px 0 15px 2px;
}
#rsoftlink a {
	color: navy;
}

.blogbody H3 {
	border: solid 2px #28661C;
}
.blog {
	border-right: solid 0px #ffffff!important;
}

#container,#content {
	width: 930px!important;
}

#content {
	margin: 0 0 30px 0!important;
}

#links {
/*	position: absolute!important;
	left: 751px!important;
	top:100px!important; */
	width: 300px!important;
	float: none;
}


/* */

.ul {
	margin-left:20px;
	margin-top:2px;
}

/*.bookmark iframe {
	height: 20px!important;
}*/

.tag-body {
	margin-right:60px!important;
}


pre {
	white-space: pre;
	white-space: pre-wrap;
/*	white-space: pre-line; */
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap;
	word-wrap: break-word;
}

.bookmark div {
	float:left!important;
}


.li img {
   display:none;
}
.li a {
   margin-left: -5px;
}
