@charset "utf-8";

@import "reset.css";
@import "default.css";
@import "base.css";
@import "editor.css";
@import "module.css";

/*
Theme Name:
Version: 2.1

Tags: one-column, two-columns,Green,right-sidebar,Red,Blue,Orange,Pink,Purple,Gray,White,Black,Eye Catch,Widget,custom-background,custom-colors,custom-header,custom-menu
*/

/*----------------------------------------------------------------
Designed by DesignPlus CO.,LTD. All Rights Reserved.
----------------------------------------------------------------*/


.tags {
  padding: 0;
  margin: 0;
}

.custom {
  width: 100%;
  margin: 0 auto;
}
.tags a:focus { outline: 0; }
.tags a {
  background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.12) 0%, rgba(0,0,0,0.1) 99%, rgba(0,0,0,0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.12)), color-stop(99%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0.1)));
  background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.12) 0%,rgba(0,0,0,0.1) 99%,rgba(0,0,0,0.1) 100%);
  background-image: -o-linear-gradient(top,  rgba(255,255,255,0.12) 0%,rgba(0,0,0,0.1) 99%,rgba(0,0,0,0.1) 100%);
  background-image: -ms-linear-gradient(top,  rgba(255,255,255,0.12) 0%,rgba(0,0,0,0.1) 99%,rgba(0,0,0,0.1) 100%);
  background-image: linear-gradient(top,  rgba(255,255,255,0.12) 0%,rgba(0,0,0,0.1) 99%,rgba(0,0,0,0.1) 100%);

  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;

  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;

  border: 1px solid;
  border-left: 0;
  position: relative;
  display: inline-block;
  margin: 0 15px 5px 0;
  padding: 0 10px;
  height: 25px;

  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
  text-decoration: none;

}
.tags a:before {
  background-image: -moz-linear-gradient(rgba(255,255,255,0.12) 0%, rgba(0,0,0,0.1) 99%, rgba(0,0,0,0.1) 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0.12)), color-stop(99%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0.1)));
  background-image: -webkit-linear-gradient(rgba(255,255,255,0.12) 0%,rgba(0,0,0,0.1) 99%,rgba(0,0,0,0.1) 100%);
  background-image: -o-linear-gradient(rgba(255,255,255,0.12) 0%,rgba(0,0,0,0.1) 99%,rgba(0,0,0,0.1) 100%);
  background-image: -ms-linear-gradient(rgba(255,255,255,0.12) 0%,rgba(0,0,0,0.1) 99%,rgba(0,0,0,0.1) 100%);
  background-image: linear-gradient(rgba(255,255,255,0.12) 0%,rgba(0,0,0,0.1) 99%,rgba(0,0,0,0.1) 100%);

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(/* IE6–IE9 */
  M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476, sizingMethod='auto expand');
  zoom: 1;

  -webkit-box-shadow: 1px 0px 0 rgba(255,255,255,0.5) inset;
  -moz-box-shadow: 1px 0px 0 rgba(255,255,255,0.5) inset;
  box-shadow: 1px 0px 0 rgba(255,255,255,0.5) inset;

  content: '';
  z-index: -1;
  position: absolute;
  height: 18px;
  width: 18px;
  left: -10px;
  top: 3px;

  border: 1px solid;
  border-right: 0;
  border-top: 0;
}
.tags a:after {
  background: #fff;
  border: 1px solid #888;
  border-radius: 5px;
  content: '';
  position: absolute;
  height: 5px;
  width: 5px;
  top: 9px;
  left: 0;
}
.tags a:hover {
  background-image: -moz-linear-gradient(top,  rgba(255,255,255,0.25) 0%, rgba(0,0,0,0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.25)), color-stop(100%,rgba(0,0,0,0.1)));
  background-image: -webkit-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.1) 100%);
  background-image: -o-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.1) 100%);
  background-image: -ms-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.1) 100%);
  background-image: linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.1) 100%);
}
.tags a:hover:before {
  background-image: -moz-linear-gradient(rgba(255,255,255,0.25) 0%, rgba(0,0,0,0.1) 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0.25)), color-stop(100%,rgba(0,0,0,0.1)));
  background-image: -webkit-linear-gradient(rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.1) 100%);
  background-image: -o-linear-gradient(rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.1) 100%);
  background-image: -ms-linear-gradient(rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.1) 100%);
  background-image: linear-gradient(rgba(255,255,255,0.25) 0%,rgba(0,0,0,0.1) 100%);
}
.tags a:active {
  background-image: -moz-linear-gradient(top,  rgba(0,0,0,0.14) 0%, rgba(255,255,255,0.12) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.14)), color-stop(100%,rgba(255,255,255,0.12)));
  background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0.14) 0%,rgba(255,255,255,0.12) 100%);
  background-image: -o-linear-gradient(top,  rgba(0,0,0,0.14) 0%,rgba(255,255,255,0.12) 100%);
  background-image: -ms-linear-gradient(top,  rgba(0,0,0,0.14) 0%,rgba(255,255,255,0.12) 100%);
  background-image: linear-gradient(top,  rgba(0,0,0,0.14) 0%,rgba(255,255,255,0.12) 100%);
}
.tags a:active:before {
  background-image: -moz-linear-gradient(rgba(0,0,0,0.14) 0%, rgba(255,255,255,0.12) 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,0.14)), color-stop(100%,rgba(255,255,255,0.12)));
  background-image: -webkit-linear-gradient(rgba(0,0,0,0.14) 0%,rgba(255,255,255,0.12) 100%);
  background-image: -o-linear-gradient(rgba(0,0,0,0.14) 0%,rgba(255,255,255,0.12) 100%);
  background-image: -ms-linear-gradient(rgba(0,0,0,0.14) 0%,rgba(255,255,255,0.12) 100%);
  background-image: linear-gradient(rgba(0,0,0,0.14) 0%,rgba(255,255,255,0.12) 100%);
}

.tags .inset {
  color: rgba(0,0,0,0.5);
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

/* === Customs ========== */

.tags a,
.tags a:before { background-color: #b7b7b7;}
.tags a,
.tags a:after,
.tags a:before { border-color: #777; }
.tags a.inset { color: #454545; /* Here you can override the default rgba(0,0,0,0.5); */ }



#waku4{
	width: 640px;
	margin: 0px 0px 0px 0px;
	background:#faebd6;
	border:1px dotted #ff9d42;
	padding: 10px 0px 10px 20px;
	-moz-border-radius:7px; -khtml-border-radius:7px; -webkit-border-radius:7px; border-radius:7px;
}

/* 「人気記事ナンバリング」*/
.popular-post li img,
.wpp-list li img {
	float:left;
	margin-left:-25px;
	margin-bottom:20px;
}

#container #wrap #wrap-in #side .kizi02 #twibox ul li .popular-post ul li a,
#container #wrap #wrap-in #side .wpp-list li a {
	font-size: 14px;
	line-height: 22px;
	font-weight: none;
	color: #3E454C;
	text-decoration: none;

}

#container #wrap #wrap-in #side .kizi02 #twibox ul li .popular-post ul li a:hover,
#container #wrap #wrap-in #side .wpp-list li a:hover {
	color: #900;
	text-decoration: underline;

}

.popular-post,
.wpp-list {
	counter-reset: wpp-ranking;
	font-size: 18px;
	text-decoration: underline;
}

.popular-post ul li:before,
.wpp-list li:before {
	color:#FFF;
	content: counter(wpp-ranking, decimal);
	counter-increment: wpp-ranking;
	text-align:center;
	opacity:0.999;
	float:left;
	line-height:25px;
	width: 25px;
	height: 25px;
	background-color:#029EBC;
	border-radius: 2px;
	-moz-border-radius: 2px;

}

/* headline */
.headline1 {
	margin:0 0 10px 0;
	padding:10px 8px;
	border-width:0 0 0 5px;
	border-color: #80CEDD;
	border-style:solid;
	background:#029EBC;
	color:#EBF7FA;
	line-height:140%;
	font-weight:bold;
	font-size:18px;
}

/* ----------------------------------------------------------------------
 side content
---------------------------------------------------------------------- */
.side_widget { margin:0 0 50px 0; font-size:11px; }
.three_column .side_widget { margin:0 0 35px 0; }
.side_widget ul { margin:0; }
.side_widget li ul { margin:10px 0 0 0; }
.side_widget li { line-height:170%; margin:10px 0 10px 0; padding:10px 0 0 9px; }
.side_widget a { }
.side_widget img { height:auto; max-width:100%; width:auto; }