@charset "UTF-8";

body {
	color: #333333;
	background-color: #dae5ed;
}


/* Link Setting */
a {
	color: #0095ff;
}

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

#menu-bar ul li.current a:after {
  border-bottom-color: #0095ff;
}
#menu-bar ul li.current a,
.box a,
a.box {
	color: #0095ff;
}

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


/* header - Blog Title */
h1.blog-title {
	font-size: 20px;
	color: #ffffff;
	height: 40px;
	vertical-align: middle;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #2e9eef),color-stop(1, #188fe6));
	background-image: -moz-linear-gradient(top,#2e9eef 0%,#188fe6 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#2e9eef, endcolorstr=#188fe6))";
	background-image: linear-gradient(top,#2e9eef,#188fe6);
}

h1.blog-title a {
	color: #ffffff;
}


.menu-bar-outer {
  background: rgba(255,255,255,0.8);
}

/* Box Setting */
.box {
	color: #333333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	background-color: rgba(255,255,255,0.8);
	border-color: transparent;
	border-width: 1px;
}

.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: #4e4e4e;
}

.outside-border {
	border-color: #b2b2b2;
}



/* 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: #1d93e8;
}

/* 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;
}



