@charset "utf-8";

/* 制作物一覧表示トグル */

/* 一覧表：デフォルトで表示 */
#w_contents #alltable {
	display: none;
}

/* 一例：デフォルト非表示 */
#w_contents #examples {
	display: block;
}

#w_contents.alltable #alltable,
#w_contents.examples #examples {
	display: block;
}

#w_contents.examples #alltable,
#w_contents.alltable #examples {
	display: none;
}


/* トグルメニュー */
ul#works_tabmenu {
	padding-left: 0;
}

ul#works_tabmenu li {
	background-image: url(img/li_arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	list-style-type: none;
}

/* メニュー：一例の時(デフォ) */
ul#works_tabmenu li.exa {
	font-weight: bold;
}

/* メニュー：全部の時 */
#w_contents.alltable ul#works_tabmenu li.all {
	font-weight: bold;
}

#w_contents.alltable ul#works_tabmenu li.exa {
	font-weight: normal;
}


/* 一例：各ブロック */
div.site {
	min-height:180px;
	height: auto !important;
	height: 180px;
	margin-bottom: 20px;
}

/* 一例：サイト説明ブロック */
div.sitesummary {
	float: left;
}
.sitesummary h3 {
	font-weight: normal;
}

/* 一例：サイトサムネール */
img.thumb {
	float: left;
	margin-right: 10px;
}

/* 一例：実装関係 */
div.site ul.doing {
	padding: 0;
	margin: 10px 0 0 0;
	height: 100px;
}

ul.doing li {
	list-style-type: none;
	margin: 0;
	width: 80px;
	float: left;
	text-align: center;
	font-size: 60%;
}

div.site ul li img {
	margin-bottom: 5px;
}

/* 一例：その他の付加価値的実装 */
ul.plus {
	font-size: 80%;
	background-image: url(img/ico_plus.png);
	background-repeat: no-repeat;
	padding-left: 75px;
	clear: left;
	margin: 0;
	min-height:30px;
	height: auto !important;
	height: 30px;
}

ul.plus li {
	background-image: url(img/li_arrow.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-bottom: 3px;
	list-style-type: none;
}


/* 付加価値実装例 */
div.plus_examples {
	margin-top: 30px;
	overflow: auto;
}

.plus_examples img {
	float: left;
	margin-right: 1em;
}

.plus_examples p {
	font-size: 90%;
}

.plus_examples p em {
	display: block;
}

/* ページ内参照 */
.plus_examples:target em {
	background-color: #ffeeac;
}
