@charset "utf-8";
/*
Theme Name: SxW based on NC White
Theme URI: http://www.sabotem.com/
Description: NC Whiteをベースとしたテーマ
Author: sabotem
Version: 1.0
*/
/* !CSSリセット部分 */
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
li {
  list-style-position: outside;
  margin-left: 1.3em;
}
/* ClearFix */
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
/* !グローバル*/
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #666666;
  font-size: 13px;
  line-height: 18px;
}
body,
select,
input,
textarea {
  color: #333;
}
a:link {
  color: #0066cc;
}
a:visited {
  color: #743399;
}
a:active,
a:hover {
  color: #ff4b33;
}
a img {
  border: none;
}
/*
Standard Classes
Author:Takuro Hishikawa
*/
strong {
  font-weight: bold;
}
.nomargin {
  margin: 0 !important;
}
.noborder {
  border: 0 !important;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
.clearboth {
  clear: both;
}
.clearleft {
  clear: left;
}
.clearright {
  clear: right;
}
img.alignleft,
.floatleft {
  float: left;
  margin: 0 10px 10px 0;
}
img.alignright,
.floatright {
  float: right;
  margin: 0 0 10px 10px;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
.kadomaru2px {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}
/* !レイアウトと配色 */
body {
  text-align: center;
  background: #f0f0f0;
}
#page {
  width: 1038px;
  min-height: calc(100vh - 20px);
  margin: 0 auto;
  padding: 10px;
  text-align: left;
  background: #FFF;
  border-color: #EEEEEE;
  border-style: solid;
  border-width: 0 10px;
}
#header {
  width: 1036px;
  /* 左右ボーダー分 */
  border: 1px solid #999999;
  height: 300px;
  margin-bottom: 10px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}
#content {
  width: 728px;
  float: right;
}
#aside {
  width: 300px;
  float: left;
}
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  color: #20140A;
  letter-spacing: 0.1em;
}
/* !ヘッダー */
#header {
  background-color: #EEEEEE;
  overflow: hidden;
}
#BlogName {
  line-height: 300px;
  width: 1038px;
  text-align: center;
  display: block;
}
#BlogName a {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #20140a;
  /* text-shadow: 1px 1px 0px #755026; */
  user-select: none;
  font-size: 50px;
  position: relative;
  z-index: 3;
}
#BlogDesc {
  position: absolute;
  height: 1em;
  text-align: center;
  line-height: 1em;
  width: 1038px;
  margin-top: -100px;
}
#links {
  position: relative;
  top: -300px;
  left: 980px;
  width: 50px;
}
#TadaNoCircle1,
#TadaNoCircle2 {
  border: solid 1px #412811;
  opacity: 0.7;
  *display: none;
  _display: none;
  user-select: none;
}
#TadaNoCircle1 {
  width: 500px;
  height: 500px;
  -webkit-border-radius: 250px;
  -moz-border-radius: 250px;
  border-radius: 250px;
  position: relative;
  z-index: 2;
  top: -450px;
  left: -87px;
  background-color: #DDD;
}
#TadaNoCircle2 {
  width: 300px;
  height: 300px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  position: relative;
  z-index: 1;
  top: -700px;
  left: 610px;
  background-color: #CCC;
}
/* !サイドバー */
.widget-container {
  margin: 0 0 10px 0;
  border: solid 1px #eaeaea;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  padding: 10px;
}
.widget-container img {
  max-width: 280px;
}
.goods li:first-child {
  margin: 0;
}
.goods li {
  list-style: none;
  margin: 10px 0 0 0;
}
.goods li a {
  text-align: center;
  display: block;
}
.widget-title {
  color: #222;
  font-weight: bold;
  border-bottom: solid 1px #b72a54;
  padding-left: 10px;
  line-height: 35px;
  background: #EEE;
  margin: -10px -10px 10px -10px;
}
/* !記事部分 */
article {
  margin-bottom: 10px;
  border: solid 1px #EEE;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  padding: 20px;
}
article a {
  font-weight: bold;
}
article img {
  max-width: 684px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  border: 1px #DDD solid;
}
article p {
  margin: 0 0 1.5em 0px;
  font-size: 15px;
  line-height: 1.65;
}
article li {
  font-size: 15px;
  line-height: 1.65;
}
article h2 {
  font-size: 20px;
  background: #EEE;
  line-height: 35px;
  margin: 2em -5px 5px -5px;
  padding-left: 5px;
  font-weight: normal;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  border: solid 1px #DDD;
}
article h3 {
  font-weight: bold;
  font-size: 19px;
}
article h4 {
  font-weight: normal;
}
.entry-header h1 {
  font-size: 24px;
  line-height: 110%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #EEE;
}
.entry-header h1 a {
  text-decoration: none;
  color: #20140A;
}
.RSSButton {
  text-align: center;
}
.ninja_onebutton {
  padding: 0px !important;
  margin-left: 10px;
}
.ninja_onebutton_output div {
  padding: 0!important;
}
.ArticleFooter {
  text-align: right;
  border-top: solid 1px #EEE;
  margin: 0 -10px;
  padding-top: 10px;
}
article span.category a {
  background: #CCC;
  color: #FFF;
  border-radius: 2px;
  font-size: 11px;
}
blockquote {
  margin: 0 10px;
  padding: 10px;
  border: solid 1px #EEE;
}
blockquote p {
  margin: 0;
  padding: 0;
}
/* !AppInfo */
.AppInfo {
  background: #FFF;
  box-shadow: inset 0 0 5px #EEEEEE;
  margin: 0 10px;
  height: 99px;
  line-height: 99px;
}
.AppInfo a strong {
  height: 99px;
  line-height: 99px;
}
.AppIcon {
  margin: 12px;
}
/* #disqus_thread, .zenback{width: 349px;float: left;} */
/* !広告 */
.ad728 {
  margin-left: -10px;
}
