@charset "UTF-8";

body {
	color: #333;/*変更*/
	background: url(https://parts.blog.livedoor.jp/img/lite2/usr/matomegray/bg.gif) repeat left top #ccc;/*変更*/
}


/* Link Setting */
a {
	color: #0033cc;/*変更*/
}

a:not([href]) {
	color: #0033cc;
}

#menu-bar ul li.current a:after {
  border-bottom-color: #0033cc;
}
#menu-bar ul li.current a,
.box a,
a.box {
	color: #0033cc;/*変更*/
}

.box a:not([href]),
a.box:not([href]) {
	color: #0033cc;
}


/* header - Blog Title */
h1.blog-title {
	font-size: 20px;
	color: #fff;
	height: 85px;
	vertical-align: middle;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	word-wrap: break-word;

	/* background image
		background-image: url(https://parts.blog.livedoor.jp/img/lite2/usr/matomegray/bg_header.png);/*変更*/
		background-repeat: repeat-x;
		background-position: left bottom;
		-webkit-background-size: auto auto;
		-moz-background-size: auto auto;
		-o-background-size: auto auto;
		-ms-background-size: auto auto;
		background-size: auto auto;*/
		background-color: #333;/*変更*/
		background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(72, 72, 72)),color-stop(1, rgb(0, 0, 0)));
		background-image: -moz-linear-gradient(-90deg,rgb(72, 72, 72) 0%,rgb(0, 0, 0) 100%);
		background-image: linear-gradient(-90deg,rgb(72, 72, 72) 0%,rgb(0, 0, 0) 100%);
}

h1.blog-title a {
	color: #fff;/*変更*/
}


.menu-bar-outer {
  background: #fff;
}

/* Box Setting */
.box {
	color: #303030;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
	background-color:#fff;
}

.box-padding {
	padding: 10px;
}

.box-margin {
	margin-right: 10px;
	margin-left: 10px;
}

.box-border {
	border-color: #cccccc;
	border-style: solid;
}

.title-color {}

#menu-bar ul li a,
.sub-color {
	color: #1f3c78;
}

.outside-border {
	border-color: #64769a;
}



/* Article List Reset  */
ul.article-list-outer.box-margin {
	margin: 0;
}

ul.article-list-outer.box-padding {
	padding: 0;
}

ul.article-list-outer.box-border,
ul.article-list-gallery li.article-list-outer-2.box-border {
	border-style: none;
}

ul.article-list-outer.box {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}


/* plugin - Article List (Basic Type) */
ul.article-list-basic li.article-list {
	/*border-style: solid;*/
}

span.article-calendar-month {
	background: #726e6f;
}

/* plugin - Article List (Gallery Type) */
ul.article-list-gallery li.article-list-outer-2 div.article-list {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	/*border-style: solid;*/
}

ul.article-list-gallery li.article-list-outer-2:nth-child(2n+3) div.article-list {
	margin-left: 5px;
}

ul.article-list-gallery li.article-list-outer-2:nth-child(even) div.article-list {
	margin-right: 5px;
}

/* article - pre & blockquote */
div.article-body-outer div.article-body pre,
div.article-body-outer div.article-body blockquote {
	background-color: rgba(0,0,0,0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

