@charset "utf-8";

*:before,*:after {
  box-sizing: border-box;
	}
html {
	margin:0;
	padding:0;
	width:100%;
	background-image:url(../csstest/img3/pattern34.svg); 
	background-size:2%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #363636;
  font-size: 15px;
	}
body {
	margin:0;
	padding:0;
	background:url(../csstest/img4/bg5-top.png) repeat-x;
	box-sizing:border-box;
	counter-reset: renban; 
	counter-reset: renban2; 
	}

/* ----------h2 header >> ---------- */	
h2	{
	text-align: center;
	margin: 0;
	padding:0;
	}
.header {
	width:100%;
	padding: 5px 15px;
	font-weight:400;
	color: #444;
	background: url(../csstest/images/dot-4-4-orange2.gif);
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	position:relative;
	top:-4px;
	clear:both;
	}

.header:before {
	display: block;
	color: #444;
	font-size:22px;
	line-height:44px;
	text-align: center;
	content: "ツール紹介やプログラム集：CSSの小技・まとめ（２）";
	text-shadow: none;
}
.header2 {
	color: #444;
	}
/* ----------header navi >> ---------- */	
.container {
	width:90%;
	max-width:980px;
	margin:0 auto;
	}
.header-top {
	width:100%;
	height:22px;
	margin-top:0;
	padding-top:3px;
	}
.header-navi {
	width:440px;
	float:right;
	}
.header-navi img,.main-navi img {
	margin:0 2px 0 8px;
	position:relative;
	top:3px;
	}
.main-navi img {
	margin:0 2px 0 10px;
	}
.header-navi a,.main-navi a {
	font-size:13px;
	color:#444;
	text-decoration: none;
	}
.header-navi a:hover {
	color:#39f;
	}
.main-navi {
	width:100%;
	padding:0;
	display:none;
	}
.main-navi ul {
	width:100%;
	padding:0 4%;
	margin:5px 0;
	}
.main-navi ul li {
	width:44%;
	display:inline-block;
	margin:3px 2% 2px 0;
	}
.main-navi ul li a {
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:3px;
	background:#fff;
	display:block;
	}
.main-navi ul li a:hover {
	background:#eff;
	color:#37d;
	}
h3.lead	{
	width:95%;
	height:36px;
	text-align:left;
	background: url(../img9/title-bg2.png) repeat-x;
	border:1px solid #e0e0e0;
	border-bottom:1px solid #999;
	border-left:8px solid #89f;
	border-radius:4px;
	font-size:16px;
	color:#67f;
	line-height:2.3;
	margin:10px 0 6px 10px;
	padding:0 0 0 25px;
	}
.item {
  background: rgba(255,255,255,1);
	margin:5px auto;
  padding: 5px 12px;
  border-radius: 3px;
  border: 1px solid #cfcfcf;
	}
.item2 {
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #aaa;
	}
.item p {
	width:95%;
	text-align:left;
	line-height:1.5;
	margin:10px 0 6px 18px;
	}
#footer	{
	position: fixed;
	_position: absolute;
	bottom: 0;
	left:0;
	width:100%;
	height:26px;
	background: #fff url(../csstest/images/logo-ss3footer-bg.png) repeat-x;
}
#footer span	{
	display:block;
	width:300px;
	margin:0 auto;
	font-size:12px;
	color:#777;
	padding:5px 0 0 0;
}

/* -------------------- */
.cont01	{
	width:94%;
	margin:15px auto;
	color:#444;
	text-align: left;
	font-size: 15px;
	line-height:1.5;
	box-sizing: border-box;
	}
h3	{
	font-size:20px;
	marigin:10px 0 5px 5px;;
	padding:0;
	}
.cont01 h3	{
	margin:15px 0 5px 5px;
	font-size:16px;
	color:#26c;
	font-weight:400;
	}
.cont01 h3.top5	{
	margin:5px 0 5px 5px;
	}
.cont01 h3.c_15a	{
	margin:20px 0 -10px 5px;
	font-size:17px;
	color:#47f;
	font-weight:800;
	}
.cont01 p	{
	margin:5px 0 0 10px;
	}
.cont01 span.kanren	{
	display:inline-block;
	margin:0 0 0 20px;
	padding:0 3px;
	border:1px solid #ccc;
	}
.cont01 span.c15f	{
	display:inline-block;
	margin:2px 0 2px 20px;
	color:#15f;
	}
.cont01 span.code code {
	color:#26b;
	}
.cont01 a	{
	color:#62c;
	text-decoration:none;
	}
.cont01 a:hover	{
	color:darkred;
	text-decoration:underline;
	}

/*-----------------*/	
.banner-wrap	{
	position:relative;
	top:15px;
}
.banner-set	{
	width:75%;
	margin: 0 auto;
	position:relative;
	left:10px;
}
.banner-set	h3 {
	text-align:center;
	margin:15px 0 5px 0;
	color:#0F74F6;
	font-size:16px;
}
.banner-set ul li	{
	float:left;
	margin: 3px 4px;
	list-style-type: none;
}

#wrap3	{
	max-width: 600px;
	margin:80px auto 20px auto;
	text-align: center;
	color: #189a19;
	z-index:20;
	font-size:13px;
}
#wrap3 a	{
	color: #189a19;
	text-decoration: none;
}
#wrap3 a:hover	{
	color: orangered;
	text-decoration: underline;
}
.relation {
	width:90%;
	margin:25px auto;
	}
.relation img {
	margin:0 10px 0 0;
	}
.relation a {
	color:#378;
	text-decoration:none;
	}
.relation a::before {
	content: url("../img/kanren_p.gif");
	position:relative;
	top:2px;
	}
.relation a:hover {
	color:#b57;
	text-decoration:underline;
	}
/*.relation::before {
	content: url("../img/kanren_p.gif");
	position:relative;
	top:2px;
	}*/
.box {
	box-sizing: border-box;
	width:100%;
	margin:5px auto;
	text-align:left;
	border:1px solid #bbb;
	font-size:14px;
	color:#222;
	}
.table {
	box-sizing: border-box;
	display:table;
	width:100%;
	margin:0 0 15px 0;
	}
.left,.right {
	box-sizing: border-box;
	width:50%;	
	padding:6px 8px;
	display:table-cell;
	}
ul.list1 {
	margin:0;
	padding:0;
	width:100%;
	}
ul.list1 li {
	list-style-type:disc;
	margin:0 0 0 25px;
	}
ul.list1 a {
	color:#379;
	}
ul.list1 a:hover {
	color:#96b;
	}
h3.lead	{
	box-sizing: border-box;
	width:94%;
	margin:5px auto;
	text-align:left;
	background: url("../img9/title-bg2.png") repeat-x;
	border:1px solid #bbb;
	border-bottom:1px solid #888;
	border-left:6px solid #59d;
	font-size:16px;
	font-weight:400;
	color:#000;
	line-height:2.2;
	padding:0 0 0 20px;
	}
.l-float {
	float:left;
	}
.r-float {
	float:right;
	}
.clb {
	clear:both;
	}	
/*-------------------*/
.bor-c-6cf {
	border:1px solid #6cf;
	}
.mar-t0 {
	margin-top:0;
	}
.mar-t10 {
	margin-top:10px;
	}
.mar-t10-r {
	margin:0 0 5px 5px;
	}


	