@charset "utf-8";

/* ----------------------------------------------

	JSdoit / code STYLE
	author   : (C)KAYAC http://www.kayac.com/

---------------------------------------------- */

#container {
    position: relative;
    z-index: 1;
}

article.code{
	width: 950px;
	margin: 0 auto;
}

/* ----------------------------------------------

 code detail

---------------------------------------------- */
#codeDetail{
	width: 950px;
	margin: 25px auto 0;
}

#codeDetail > aside,
#codeDetail > section {
	margin-bottom: 35px;
	position: relative;
	z-index: 1;
}

#codeDetail fieldset {
	width: 100%;
}

/* ----------------------------------------------
 code
---------------------------------------------- */
#codeDetail > .code {
	position: relative;
	z-index: 2;
}

/* header
---------------------------------------------- */
#codeDetail > .code > header{
	margin-bottom: 5px;
}

#codeDetail > .code header .main{
	float: left;
	width: 720px;
}

#codeDetail > .code header .main > h1{
	font-size: 15px;
	margin-bottom: 8px;
	text-shadow: 0 0 1px rgba(0,0,0,.01);
}

#codeDetail > .code header .counts{
	width: 220px;
	float: right;
}

#codeDetail > .code header .parent{
	font-size: 11px;
	background: url(../img/common/ico/ico_fork_02.png) 10px 50% no-repeat #eee;
	padding: 6px 8px 6px 25px;
	margin-bottom: 10px;
	box-shadow: 0 1px 1px rgba(0,0,0,.2) inset;
	border-radius: 3px;
	color: #555;
	line-height: 21px;
}

#codeDetail > .code header .parent a{
	color: #444;
}

#codeDetail > .code header .parent .diff{
	color: #777;
	font-size: 10px;
	margin-left: 4px;
}

#codeDetail > .code header .parent a:hover{
	color: #000;
}

#codeDetail > .code header .author .image{
	display: table-cell;
	vertical-align: middle;
	height: 30px;
	zoom: 1;
	padding-right: 10px;
}

#codeDetail > .code header .author{
	line-height: 1;
	font-size: 11px;
	display: table-cell;
	vertical-align: middle;
	height: 30px;
	zoom: 1;
}

#codeDetail > .code header .author .name{
	display: table-cell;
	vertical-align: middle;
	height: 30px;
	zoom: 1;
}

#codeDetail > .code header .author .name .btnFollow{
	margin-left: 5px;
	line-height: 1;
	padding: 3px 10px;
	font-size: 10px;
}

#codeDetail > .code header .author .connection,
#codeDetail > .code header .author .connection .follow,
#codeDetail > .code header .author .connection .following{
	display: table-cell;
	vertical-align: middle;
	height: 30px;
	zoom: 1;
}

#codeDetail > .code header .author .connection .following .btnType5{
	display: none;
}

#codeDetail > .code header .author .connection .following:hover .btnType2{
	display: none;
}

#codeDetail > .code header .author .connection .following:hover .btnType5{
	display: inline-block;
}

#codeDetail > .code header .author .connection .btnFollow{
	margin-left: 5px;
	line-height: 1;
	padding: 3px 10px;
	font-size: 10px;
}

#codeDetail > .code header .license,
#codeDetail > .code header time{
	display: table-cell;
	vertical-align: middle;
	height: 30px;
	zoom: 1;
	color: #999;
	padding-left: 10px;
}

#codeDetail > .code header .author time a,
#codeDetail > .code header .author .license a{
	color: #999;
}
]
#codeDetail > .code header h1{
	line-height: 1.25;
	font-size: 17px;
	margin-bottom:7px;
	text-shadow: 0 0 1px rgba(255,255,255,.01);
}

#codeDetail > .code header h1 a,
#codeDetail > .code header .author a{
	color: #000;
}

/* counts
---------------------------------------------- */
#codeDetail > .code header .counts{
	position: relative;
	z-index: 20;
}

#codeDetail > .code header .counts a:hover,
#codeDetail > .code header .counts a{
	color: inherit;
	text-decoration: none;
}

#codeDetail > .code header .counts > div{
	float: right;
	margin-left: 6px;
	position: relative;
	z-index: 1;
}
#codeDetail > .code header .counts .favorite{
	width: 118px;
	display: block;
	margin-bottom: 4px;
}

#codeDetail > .code header .counts .favorite.btnSmall{
	padding: 0;
}

#codeDetail > .code header .counts .favorite dl{
	padding: 0 7px 0 25px;
}

#codeDetail > .code header .counts .favorite dt{
	line-height: 23px;
	float: left;
	font-size: 10px;
	position: absolute;
}

#codeDetail > .code header .counts .favorite dd{
	line-height: 23px;
	float: right;
	font-size: 13px;
	width: 65px;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: right;
}

#codeDetail > .code header .counts .favorite .favoriteIcon {
	display: block;
	position: absolute;
	left: 6px;
	top: 1px;
	color: grey;
}

#codeDetail > .code header .counts .favorite .favoriteIcon img {
	position: relative;
}

#codeDetail > .code header .counts .pv{
	width: 118px;
	display: block;
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	background: url(../img/common/ico/ico_pageview.png) 7px 50% no-repeat;
}

#codeDetail > .code header .counts .pv dl{
	padding: 0 7px 0 22px;
}

#codeDetail > .code header .counts .pv dt{
	line-height: 33px;
	float: left;
	position: absolute;
	font-size: 10px;
}

#codeDetail > .code header .counts .pv dd{
	line-height: 33px;
	float: right;
	font-size: 13px;
	width: 60px;
	text-align: right;
}

#codeDetail > .code header .counts .fork{
	width: 72px;
	height: 61px;
	display: block;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 0 6px;
	color: #fff;
}

#codeDetail > .code header .counts .fork:hover{
	color: #fff;
}

#codeDetail > .code header .counts .fork dt{
	border-bottom: 1px solid rgba(0,0,0,.23);
	font-weight: bold;
	line-height: 30px;
	font-size: 17px;
}

#codeDetail > .code header .counts .fork dd{
	border-top: 1px solid rgba(255,65,65,.35);
	line-height: 29px;
}

/* fullscreen
---------------------------------------------- */
#codeDetail > .code .fullscreen{
	text-align: right;
	margin-bottom: 5px;
}

#codeDetail > .code .fullscreen .labelPrivate{
	float: left;
	font-size: 10px;
	display: inline-block;
	background: url(/img/common/ico/ico_private.png) 10px 50% no-repeat #ffffc6;
	padding: 5px 10px 5px 25px;
	line-height: 1;
}

#codeDetail > .code .fullscreen .inner{
	float: right;
	width: 465px;
}

#codeDetail > .code .fullscreen .btnBase{
	padding: 4px 8px;
	font-size: 10px;
	color: #000;
	font-weight: bold;
}

#codeDetail > .code .fullscreen .controller{
	float: left;
}

#codeDetail > .code .fullscreen p{
	display: inline-block;
}

#codeDetail > .code .fullscreen .btnFullscreen span{
	background: url(/img/common/ico/ico_full_screen_02.png) 0 50% no-repeat;
	padding-left: 15px;
}

#codeDetail > .code .fullscreen .btnSmartphone span{
	background: url(/img/common/ico/ico_smartphone.png) 0 50% no-repeat;
	padding-left: 13px;
}

#codeDetail > .code .fullscreen .btnStart span{
	background: url(/img/common/ico/ico_arow_w_r_2.png) 0 50% no-repeat;
	padding-left: 8px;
}

#codeDetail > .code .fullscreen .btnStop span{
	background: url(/img/common/ico/ico_stop_01.png) 0 50% no-repeat;
	padding-left: 9px;
}

#codeDetail > .code .fullscreen .btnReload span{
	background: url(/img/common/ico/reload_01.png) 0 50% no-repeat;
	padding-left: 15px;
}

/* viewer
---------------------------------------------- */
#codeDetail > .code .viewer{
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
	width: 100%;
}

#codeDetail > .code .viewer > div.areaCodeViewer{
	position: relative;
	border: 1px solid #ccc;
	height: 465px;
}

/* codeUtilties
---------------------------------------------- */
#codeUtilties{
	margin-top: 10px;
	margin-bottom: 10px;
}

#codeUtilties .utilDetails{
	position: relative;
	margin-top: 10px;
	z-index: 1;
	border: 1px solid #dadada;
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #ddd;
	padding: 15px;
	border-radius: 3px;
	background: #f8f8f8;
	box-shadow: 0 1px 1px rgba(0,0,0,.2) inset;
}

#codeUtilties .blockCodeUtil{
	z-index: 1;
	display: none;
}

#codeUtilties .blockCodeUtil.active{
	display: block;
}

#codeUtilties .blockCodeUtil .blockInputFormStyle1{
	padding: 0;
}

#codeUtilties .blockCodeUtil .blockInputFormStyle1 .valid:after{
	content: "Good";
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	position: absolute;
	color: #138e2d;
	top: 0;
	right: 0;
	line-height: 1;
}

#codeUtilties .blockCodeUtil .col2{
	width: 100%;
}

#codeUtilties .blockCodeUtil .col2 > div{
}

#codeUtilties .blockCodeUtil .col2 > div + div{
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px dotted #ccc;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-box-flex: 1;
	box-flex: 1;
}

#codeUtilties div.widgetDesignBox .image {
	width: 110px;
	height: 116px;
	overflow: hidden;
}

#fork_button_sub{
	font-weight: bold;
}

/* utils
---------------------------------------------- */
#codeUtilties .utils{
	position: relative;
	z-index: 2;
}

#codeUtilties .utils li{
	float: left;
	margin-right: 10px;
}

#codeUtilties .utils .btnGroup li{
	margin-right: 0;
}

#codeUtilties .utils li img{
	vertical-align: text-bottom
}

#codeUtilties .utils li:last-child{
	margin-right: 0;
}

/* games
---------------------------------------------- */
#codeUtilties .games{
}

#play_on_games_button{
	position: relative;
	z-index: 1;
}

#play_on_games_button span{
	background: url(/img/code/game/ico_games.png) 0 50% no-repeat;
	padding-left: 20px;
}

#play_on_games_button .arrow{
	display: none;
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 50%;
	margin-left: -31px;
}

#play_on_games_button.complete .arrow{
	display: block;
}

#codeUtilties .games .msgComplete{
	font-weight: bold;
	padding: .5em 1em;
	margin-bottom: 1em;
	background: #B5EBC0;
	border: 1px solid #138e2d;
	border-radius: 30px;
	color: #053C11;
	position: relative;
	z-index: 1;
	display: none;
}

#codeUtilties .games .device{
}

#codeUtilties .games .device table{
	width: 100%;
}

#codeUtilties .games .device table th{
	text-align: center;
	width: 112px;
	padding: 15px 15px 15px 0;
	vertical-align: middle;
	font-size: 11px;
	border-bottom: 1px dotted #ccc;
}

#codeUtilties .games .device table th p.image{
	display: block;
}

#codeUtilties .games .device table td{
	padding: 15px 0 15px 15px;
	border-bottom: 1px dotted #ccc;
}

#codeUtilties .games .device table tr:first-child td,
#codeUtilties .games .device table tr:first-child th{
	padding-top: 0;
}

#codeUtilties .games .device table td label{
	font-size: 12px;
	margin-bottom: 10px;
	display: inline-block;
}

#codeUtilties .games .device table td .detail{
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	opacity: .3;
	pointer-events: none;
}

#codeUtilties .games .device table td .detail.active{
	opacity: 1;
	pointer-events: auto;
}

#codeUtilties .games .device table td .detail textarea{
	height: 75px;
}

#codeUtilties .games .device table td .device1 li{
	float: left;
	width: 285px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#codeUtilties .games .device table td .device1 li:nth-child(odd){
	clear: both;
}

#codeUtilties .games .device table td .device1 li .icon{
	display: inline-block;
	width: 51px;
	margin-right: 10px;
}

#codeUtilties .games .device table td .device1 li .icon img{
	vertical-align: middle;
}

#codeUtilties .games .device table td .device1 li input{
	display: inline-block;
	margin-left: 10px;
	width: 160px;
}

#codeUtilties .games .screen li{
	display: inline-block;
	margin-right: 20px;
}

/* author
---------------------------------------------- */
#codeUtilties .author{
}

#codeUtilties .author a{
	color: inherit;
}

#codeUtilties .author .image{
	float: left;
}

#codeUtilties .author .information{
	float: left;
}

#codeUtilties .author .information .user{
	float: left;
	margin-right: 15px;
}

#codeUtilties .author .information .user p{
	display: inline-block;
}

#codeUtilties .author .information .user .btnSmall{
	font-size: 10px;
	line-height: 1;
}

#codeUtilties .author .information .user .name{
	font-weight: bold;
	margin-right: 5px;
	font-size: 16px;
}

#codeUtilties .author .information .user .following .btnDelete{
	display: none;
}

#codeUtilties .author .information .user .following:hover .btnFollow{
	display: none;
}

#codeUtilties .author .information .user .following:hover .btnDelete{
	display: inline-block;
}

#codeUtilties .author .information .metas{
	margin-bottom: 10px;
}

#codeUtilties .author .information .metas li{
	float: left;
	margin-right: 10px;
}

#codeUtilties .author .information .metas:empty{
	display: none;
}

#codeUtilties .author .information .metas a{
	opacity: .3;
	color: #000;
	font-weight: bold;
}

#codeUtilties .author .information .metas a:hover{
	opacity: .6;
}

#codeUtilties .author .information .discription{
	clear: both;
	margin-top: 15px;
}

/* socialFeedback
---------------------------------------------- */
#codeUtilties .socialFeedback{
}

#codeUtilties .socialFeedback li{
	float: left;
	margin-right: 12px;
	height: 20px;
}

#codeUtilties .socialFeedback li.plusone,
#codeUtilties .socialFeedback li.twitter{
	margin-right: 0;
}

#codeUtilties .socialFeedback li.grow{
	width: 88px;
}

#codeUtilties .socialFeedback li.stumbleupon{
	position: relative;
	top: 1px;
}


#codeUtilties .socialFeedback li img{
	vertical-align: text-bottom
}

#codeUtilties .socialFeedback li:last-child{
	margin-right: 0;
}

/* embed
---------------------------------------------- */
#codeUtilties .embed li{
	display: inline-block;
	margin-right: 15px;
}

#codeUtilties .embed .image{
	float: left;
}

#codeUtilties .embed .image+div{
	float: left;
}

/* qrcode
---------------------------------------------- */
#codeUtilties .qrcode ul{
	margin-top: 10px;
}

#codeUtilties .qrcode li{
	font-size: 11px;
	list-style: disc inside;
}

#codeUtilties .col2>div{
	float: left;
}

/* discussion
---------------------------------------------- */
#codeUtilties .discussion ul{
	margin-top: 10px;
}

#codeUtilties .discussion ul li+li{
	margin-top: 1px;
}

#codeUtilties .discussion ul li a{
	display: block;
	color: inherit;
	text-decoration: none;
}

#codeUtilties .discussion ul li a:after{
	content: " »";
}

#codeUtilties .discussion ul li a:hover{
	text-decoration: underline;
}

#codeUtilties .discussion ul li a span.answer{
	display: inline-block;
	padding: 5px 10px;
	background: #DA1D11;
	color: #fff;
	margin-right: 10px;
	font-weight: bold;
	text-decoration: none;
}

#codeUtilties .discussion ul li a span.answer.empty{
	background: #ccc;
	color: #333;
}

/* fork
---------------------------------------------- */
#codeDetail > .code .fork{
	text-align: center;
}

#codeDetail > .code .fork p{
	display: inline-block;
	vertical-align: top;
}

#codeDetail > .code .fork .btnBase{
	min-width: 180px;
	font-size: 20px;
	margin: 0 10px;
	line-height: 1;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#codeDetail > .code .fork a.btnBase{
	color: #000;
}

/* stream
---------------------------------------------- */
#codeDetail > .stream .twtr-hd{
	padding: 0 !important;
	background: #fff !important;
	display: none;
}

#codeDetail > .stream .twtr-hd h3{
	padding: 0 !important;
	font-size: 20px !important;
	border-bottom: 1px solid #aaa !important;
	margin-bottom: 15px !important;
	padding-bottom: 5px !important;
	line-height: 1 !important;
	color: #999 !important;
	background: #fff !important;
	font-weight: bold !important;
}

#codeDetail > .stream .twtr-bd{
	padding: 0 !important;
}

#codeDetail > .stream .twtr-ft{
	display: none;
}

#codeDetail > .stream .twtr-widget{
	font-family: Myriad, Helvetica, Arial, "Meiryo", "メイリオ", sans-serif !important;
	font-size: 11px !important;
}

/* discussion
---------------------------------------------- */
#codeDetail > .discussion .post{
	text-align: center;
}

#codeDetail > .discussion ul {
	margin-bottom: 10px;
}

#codeDetail > .discussion ul li+li{
	margin-top: 1px;
}

#codeDetail > .discussion ul li a{
	display: block;
	color: inherit;
	text-decoration: none;
}

#codeDetail > .discussion ul li a:after{
	content: " »";
}

#codeDetail > .discussion ul li a:hover{
	text-decoration: underline;
}

#codeDetail > .discussion ul li a span.answer{
	display: inline-block;
	padding: 5px 10px;
	background: #DA1D11;
	color: #fff;
	margin-right: 10px;
	font-weight: bold;
	text-decoration: none;
}

#codeDetail > .discussion ul li a span.answer.empty{
	background: #ccc;
	color: #333;
}

/* Parent
---------------------------------------------- */
#boxForked {
	float: left;
	padding-top: 5px;
}
#boxForked,
#boxForked a {
	color: #988484;
	text-decoration: none;
	font-size: 93%;
	word-wrap: break-word;
}
#boxForked .user a {
	color: #F00;
}
#boxForked dl {
}
#boxForked dl dt {
	font-weight: bold;
}
#boxForked dl dt,
#boxForked dl dd {
	display: inline;
}
#boxForked p.diff {
	margin-left: 50px;
	padding: 10px 0 10px 25px;
	background: url(/img/code/icon_forked.png) no-repeat 0 0;
}
#boxForked p.diff a:link {
    color:#CC0000;
	text-decoration:underline;
}
#boxForked p.diff a:hover,
#boxForked p.diff a:active {
	text-decoration:none;
}
.boxCodeInner {
	position: relative;
	height: 100%;
}

/* Share
---------------------------------------------- */
.code {
    position:relative;
}
.boxShare {
	position: absolute;
	right:0;
	padding: 10px 0 0px;
}
.boxShare dl.listBoxShare {
}
.boxShare dl.listBoxShare dt {
	float: left;
	margin: 0 4px;
}
.boxShare dl.listBoxShare dt.sns {
	color: #F00;
	padding-left: 14px;
	background: url(/img/common/ico/ico_add.png) no-repeat 0 50%;
}
.boxShare dl.listBoxShare dd {
	float: left;
	margin: 0 8px 0 0;
}
.boxShare dl.listBoxShare dt.embed span {
	padding: 0 13px;
	display: block;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 85%;
	line-height: 18px;
	background: -moz-linear-gradient(top, #fff, #ddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
}
.boxShare dl.listBoxShare dt.embed span:hover {
	background: -moz-linear-gradient(top, #fafafa, #d0d0d0);
	background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#d0d0d0));
	border: 1px solid #bbb;
}
.boxShare dl.listBoxShare dd.embed {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	float: none;
	display: none;
}
.boxShare dl.listBoxShare dd.embed div.widgetDesignBox {
	background: #fff;
	border: 1px solid #ccc;
	font-size: 85%;
	position: absolute;
	top: 32px;
	left: 0;
	width: 250px;
	padding: 10px;
}
.boxShare dl.listBoxShare dd.embed div.widgetDesignBox div.select {
	line-height: 1.8;
}
.boxShare dl.listBoxShare dd.embed div.widgetDesignBox div.image {
	float: left;
	margin-right: 10px;
	width: 57px;
	height: 58px;
}

.boxShare dl.listBoxShare dd.embed div.widgetDesignBox div.image img {
	position: absolute;
	width: 57px;
	height: 58px;
}
.boxShare dl.listBoxShare dd.embed div.widgetDesignBox textarea {
	clear: both;
	overflow: hidden;
	margin-top: 10px;
	border: 1px solid #ccc;
	background: #fff;
	width: 238px;
	padding: 4px;
	height: 70px;
}
.boxShare dl.listBoxShare dd.showEmbed {
	display: block;
	z-index: 1;
}

.boxShare dl.listBoxShare dd.sns a {
	margin: 0 4px 0 0;
}
.boxShare dl.listBoxShare dd.shareFb {
    margin-left:-15px;
}
/* Header Information
---------------------------------------------- */

article.code .headerInfo {
	position: relative;
	width: 100%;
	clear:both;
	padding-top:20px;
}
#content article.code .headerInfo h1 {
	padding: 25px 170px 5px 0;
	background: url(/img/common/bdr/bdr_3-4x1.png) repeat-x 0 0;
	font-size: 28px;
	font-weight: bold;
	word-wrap: break-word;
	clear:both;
}
#content article.code .headerInfo .description {
    border:1px solid #ccc;
	padding:5px;
	margin-bottom:8px;
	font-family:monospace;
	font-size:93%;
	background:#f5f5f5;
}
article.code .headerInfo div.btnAddFav {
	position: absolute;
	top: 46px;
	right: 0;
}
article.code .headerInfo div.btnAddFavDes {
	top:27px;
}
article.code .headerInfo  p.user {
	position: absolute;
	top: 12px;
	padding-right: 10px;
	background: #FFF;
}
article.code .headerInfo  p.user span,
article.code .headerInfo  p.user a {
	line-height: 30px;
}

/* Add Fav
---------------------------------------------- */
#boxAddFav {
	display: none;
	width: 380px;
	position: absolute;
	z-index: 15;
	right: 0;
	padding: 10px;
	background: #fff;
}
#boxAddFav form {
	margin-top: 0;
}
#boxAddFav dl dd {
	float: right;
	width: 279px;
}
#boxAddFav dd input {
	width: 270px;
}
#boxAddFav dd.btns input {
	width: 80px;
}

#codeDetail > .code header .counts .listTags a:hover{
	color: #fff;
}

/* meta data
---------------------------------------------- */
ul.data li {
	margin-right: 10px;
}

/* diff
---------------------------------------------- */
#diff_container {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
display: none;
overflow: hidden;
z-index: 2000;
background-color: black;
}
#diff_container .left,
#diff_container .right {
float: left;
width: 49.9%;
}
#diff_container textarea {
width: 100%;
}
#diff_controller {
position: fixed;
top: 10px;
right: 10px;
display: none;
z-index: 3000;
}


/* ----------------------------------------------

 Code

---------------------------------------------- */
.boxCode {
	clear: both;
	position: absolute;
	top: 0;
	right: 465px;
	bottom: 0;
	left: 0;
	height: 465px;
	background: #FFF;
	overflow: hidden;
}

/* ----------------------------------------------
 Editor
---------------------------------------------- */
.boxCode header {
	box-shadow: 0 1px rgba(255,255,255,1) inset;
	-moz-box-shadow: 0 1px rgba(255,255,255,1) inset;
	-webkit-box-shadow: 0 1px rgba(255,255,255,1) inset;
	border-bottom: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	background-image: linear-gradient(
		center bottom,
		#ccc 0%,
		#ddd 100%
	);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #ccc),
		color-stop(1, #ddd)
	);
	background-image: -moz-linear-gradient(
		center bottom,
		#ccc 0%,
		#ddd 100%
	);
	background-color: #cdcdcd;
}

.boxCode header > ul {
	padding: 4px 7px 0;
}

.boxCode header > ul > li {
	font-size: 10px;
	font-weight: bold;
	line-height: 23px;
	float: left;
	padding: 1px 10px 0;
	margin-right: 9px;
	border-radius: 4px 4px 0 0;
	cursor: pointer;
}

.boxCode header > ul > li:hover{
	border: 1px solid #c4c4c4;
	border-bottom: none;
	padding: 0 9px;
	background-color: rgba(255,255,255,.3);
	box-shadow: 0 0 3px rgba(255,255,255,1) inset;
}

.boxCode header > ul > li.active {
	border: 1px solid #c4c4c4;
	border-bottom: none;
	padding: 0 9px;
	background-color: rgba(255,255,255,.75);
	box-shadow: 0 0 3px rgba(255,255,255,1) inset;
}

.boxCode header > ul > li.description span {
	background-image: url(/img/common/ico/ico_readme.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 16px;
}

.boxCode header > ul > li small {
	font-weight: normal;
	margin-left: 5px;
	color: #333;
}

.boxCode section{
	position: relative;
	height: 436px;
	margin: 0;
}
.boxCode .code{
	position: relative;
	z-index: 10;
	color: #888;
	height: 415px;
	overflow: hidden;
}

#boxCodeHTML,
#boxCodeHTML .editorBox{
	height: 432px;
}

.boxCode .code pre{
}

/* edit javascript
---------------------------------------------- */
.boxCode #boxEditJS {
	display: none;
}
.boxCode #boxEditJS {
	position: relative;
	width: auto;
}
.boxCode #boxEditJS h2 {
	cursor: default;
}

.boxCode ul.tabCode {
	padding-top: 2px;
	font-size: 11px;
	background: #fff;
	border-bottom: 1px solid #bcbbbb;
	border-right: 1px solid #bcbbbb;
	padding-left: 9px;
}
.boxCode ul.tabCode li {
	position: relative;
	float: left;
	line-height: 15px;
	padding: 3px 10px;
	color: #333;
	font-size: 10px;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #ccc;
	border-bottom: none;
	margin-right: 4px;
}
.boxCode ul.tabCode li:hover {
  border: 1px solid #aaa;
  border-bottom: none;
}
.boxCode ul.tabCode li span {
	display: block;
	max-width: 65px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.boxCode ul.tabCode li.selected {
	padding: 3px 20px 3px 10px;
	background: #eee;
}
.boxCode ul.tabCode li.initialTab {
	padding: 3px 10px;
}
.boxCode ul.tabCode li:hover {
}
.boxCode ul.tabCode li span.close a {
	display: none;
	position: absolute;
	top: 2px;
	right: 0;
	width: 16px;
	text-align: center;
}
.boxCode ul.tabCode li.selected span.close a {
	display: block;
}
.boxCode ul.tabCode li.initialTab    span.close a,
.boxCode ul.tabCode li.initialTabCSS span.close a {
	display: none;
}
.boxCode ul.tabCode li.btnAddLib {
	float: left;
	margin-left: 3px;
	width: auto;
	min-width: 0px;
	font-weight: bold;
	box-shadow: 0 -1px 1px rgba(255,255,255,.95) inset, 0 1px 1px rgba(255,255,255,.95) inset, 1px 0 1px rgba(255,255,255,.95) inset, -1px 0 1px rgba(255,255,255,.95) inset;
	-webkit-box-shadow: 0 -1px 1px rgba(255,255,255,.95) inset, 0 1px 1px rgba(255,255,255,.95) inset, 1px 0 1px rgba(255,255,255,.95) inset, -1px 0 1px rgba(255,255,255,.95) inset;
	-moz-box-shadow: 0 -1px 1px rgba(255,255,255,.95) inset, 0 1px 1px rgba(255,255,255,.95) inset, 1px 0 1px rgba(255,255,255,.95) inset, -1px 0 1px rgba(255,255,255,.95) inset;
	background-image: linear-gradient(
		center bottom,
		#eeecec 0%,
		#fff 100%
	);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #eeecec),
		color-stop(1, #fff)
	);
	background-image: -moz-linear-gradient(
		center bottom,
		#eeecec 0%,
		#fff 100%
	);
	background-color: #fff:
}
.boxCode ul.tabCode li.btnAddLib:hover:after {
	content: "Add Library";
	font-weight: normal;
	margin-left: 4px;
}
.boxCode #boxEditJS .code {
	clear: both;
}
.boxCode #boxEditCSS .code {
	clear: both;
}
.editorBox {
height: 416px;
border-right:1px solid #ccc;
}
.editorBox textarea {
background-color: #fff;
color: #000;
width: 100%;
height: 100%;
}
.transparent {
width: 100%;
height: 100%;
display: none;
position: absolute;
z-index: 1;
}
.transparent img {
width: 100%;
height: 100%;
}
.hilightError {
background-color: #EF96AA;
color: black;
}
.hilightWarning {
background-color: #EFE479;
color: black;
}
#hilightMessage {
position: absolute;
z-index: 10;
}

/* edit HTML
---------------------------------------------- */
.boxCode #boxEditHTML {
	display: none;
}
.boxCode #boxEditHTML h2 {
}
#containerRead .boxCode #boxEditHTML {
	margin-top: -20px; /* これがないとずれる謎の部位 */
}



/* edit CSS
---------------------------------------------- */
.boxCode #boxEditCSS {
	display: none;
}
.boxCode #boxEditCSS h2 {
}


/* edit Description
---------------------------------------------- */
.boxCode #boxCodeDescription{
	border-right: 1px solid #ccc;
	height: 436px;
}

.boxCode #boxCodeDescription{
	height: 432px;
}

.boxCode #boxEditDescription .editorBox {
	padding: 10px;
	font-size: 11px;
	background: #fcfcfc;
	color: #000;
	overflow: auto;
	overflow-y:scroll;
	border-right: 1px solid #ccc;
}


/* ----------------------------------------------

 Viewer

---------------------------------------------- */

.boxViewer {
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
	width: 465px;
	height: 465px;
}
.boxViewer .boxThumbViewer,
.boxViewer #boxThumbViewer{
	position: absolute;
	top: 0;
	left: 0;
	width: 465px;
	height: 465px;
}
.boxViewer .boxThumbViewer p.btnPlayViewer,
.boxViewer #boxThumbViewer p.btnPlayViewer {
	position: absolute;
	top: 0;
	left: 0;
	width: 465px;
	height: 465px;
}
.boxViewer iframe {
	border: none;
}



p.btnFullScreen {
	position: absolute;
	top: -20px;
	right: 0;
	width: 200px;
	text-align: right;
}
p.btnFullScreen a {
	padding-left: 17px;
	background: url(/img/common/ico/ico_full_screen.png) no-repeat 0 0;
	color: #F00;
	font-size: 85%;
	text-decoration: none;
}
p.btnFullScreen a:hover {
	text-decoration: underline;
}
ul#listPlayer {
    text-align:right;
	margin-bottom:20px;
	width:950px;
}
ul#listActions {
	clear: both;
	position: relative;
	width: 100%;
	margin: 0 0 30px;
}
ul#listActions li.btnDl {
	position: absolute;
	top: 2px;
	right: 0;
	width: 200px;
}
ul#listActions li.btnDl ul {
	text-align: right;
}
ul#listActions li.btnDl ul li {
	display: block;
	margin-bottom: 6px;
}



/* ----------------------------------------------

 Section

---------------------------------------------- */

#content section h1 {
}

/* Talk
---------------------------------------------- */
#sectTalk {
	margin: 0 0 30px;
}
#sectTalk .boxFormTalk {
	float: left;
	width: 553px;
	padding-top: 0;
	margin-right: 15px;
	border: none;
}
#sectTalk .boxFormTalk p.inputTalk {
	margin: 0 0 10px;
}
#sectTalk .boxFormTalk p.inputTalk textarea {
	width: 547px;
	height: 100px;
	font-size: 93%;
}
#sectTalk .boxFormTalk p.btnInputTalk input {
	width: 150px;
	font-size: 116%;
	height: 24px;
	line-height: 24px;
}
#sectTalk p.notes {
	font-size: 108%;
}

#sectTalk .unitTalk{
	margin: 0 0 10px;
	padding: 0 0 5px;
	background: url(/img/common/bdr/bdr_3-4x1.png) repeat-x 0 100%;
}
#sectTalk p.comment{
	float: left;
	width: 531px;
	margin: 0 0 10px;
	padding: 10px;
	border: 1px solid #e8f0f1;
	background: #f1fdfe;
	font-size: 93%;
	line-height: 1.8;
	word-wrap: break-word;
}
#sectTalk ul {
	width: 387px;
	float: left;
	padding-left: 10px;
}
#sectTalk ul li {
	margin: 0 0 2px;
	font-size: 93%;
	color: #888;
}
#sectTalk ul li span.delete a {
	margin-left: 8px;
	padding-left: 12px;
	background: url(/img/common/btn/btn_close_1.png) no-repeat 0 3px;
}

/* Tags
---------------------------------------------- */
#sectTags {
	float: left;
	width: 455px;
	margin: 0 40px 30px 0;
}
#sectTags ul.listTag {
	padding: 0 10px 20px;
	background: none;
}
#sectTags ul.listTag li {
	display: inline;
	margin: 0 5px 0 0;
	font-size: 108%;
}
#sectTags ul.listTag li a {
	white-space: nowrap;
}

*+html ul.listTag li {
	float: left;
}
*+html ul.listTag li a {
	white-space: normal;
}

/* Keywords
---------------------------------------------- */
#sectKeywords {
	float: left;
	width: 455px;
	margin: 0 0 30px;
}
ul.listKeywords {}
ul.listKeywords li {
	display: inline;
	margin: 0 5px 0 0;
	font-size: 108%;
}
ul.listKeywords li a {
	white-space: nowrap;
}

*+html ul.listKeywords li {
	float: left;
}
*+html ul.listKeywordsli a {
	white-space: normal;
}

/* Favorite by
---------------------------------------------- */
section.favorite div.unitgroup {
	float: left;
	width: 1000px;
	margin: 0 0 5px;
}
section.favorite div.unitFavBy {
	float: left;
	width: 150px;
	margin: 0 8px 5px 0;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}
section.favorite  div.unitFavBy span.thumb {
	margin-right: 5px;
}

/* Forked
---------------------------------------------- */
section.forked .unitCodeGroup.col4 .unitCode:nth-child(4n){
	margin-right: 0;
}

section.forked .unitCodeGroup.col4 .unitCode:nth-child(5n){
	margin-right: 33px;
}



/* ----------------------------------------------

 Blogparts

---------------------------------------------- */

/* Layout
---------------------------------------------- */
#containerBp {
	width: 100%;
}
#containerBp #boxShowCode {
	top: 0;
	margin: 0;
	width: 465px;
}
#containerBp .headerInfo {
	position: absolute;
	top: 465px;
	left: 0;
	padding: 13px 100px 13px 20px;
	width: 275px;
	height: 55px;
}
#containerBp .headerInfo h1 {
	display: inline;
	margin-right: 5px;
	font-size: 124%;
	vertical-align: middle;
}
#containerBp .headerInfo h1 a {
	color: #300;
	text-decoration: none;
}
#containerBp .headerInfo h1 a:hover {
	text-decoration: underline;
}
#containerBp .headerInfo p.user {
	display: inline;
	font-size: 93%;
	vertical-align: middle;
}
#containerBp .headerInfo p.user span.thumb {
	margin: 0 6px;
	vertical-align: top;
}
#containerBp .headerInfo ul.data {
	padding-top: 5px;
}

#containerBp #btnFork {
	display: inline-block;
	position: absolute;
	height: 60px;
	width: 80px;
	top: 0pt;
	right: 15px;
}

#containerBp #btnFork span {
	position: relative;
	top: 22px;
	font-size: 1.2em;
}


#containerBp .boxViewer {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 465px;
	height: 465px;
	margin: 0;
	top: 0;
	background-color: window;
}
#containerBp ul#listActions {
	position: absolute;
	top: 465px;
	left: 383px;
	width: 80px;
}
#containerBp ul#listActions li {
	position: absolute;
	top: 0;
	left: 0;
}
#containerBp ul#listActions li input {
	width: 80px;
	height: 60px;
	padding-left: 30px;
	line-height: 60px;
	vertical-align: middle;
	background-position: 20px 50%;
	background-repeat: no-repeat;
	text-align: left;
}
#containerBp ul#listActions li input#btnStop {
	display: none;
	background-image: url(/img/common/ico/ico_bp_stop.png);
}
#containerBp ul#listActions li input#btnPlay {
	background-image: url(/img/common/ico/ico_bp_play.png);
}
#containerBp p.navHomepage {
	position: absolute;
	top: 4px;
	left: 400px;
	z-index: 99;
	width: 31px;
	height: 12px;
	line-height: 1;
}

/* Event JAM
---------------------------------------------- */
#containerBpWide .boxCode {
    margin:0;
}
#containerBpWide .boxViewer {
    margin:0;
}

/* Event 9leap
---------------------------------------------- */
#codeDetail > .code .fork p.btn9leap{
	display: none;
}

.btn9leap .btnType6{
	position: relative;
	z-index: 1;
	line-height: 21px !important;
	font-size: 14px !important;
	padding-left: 28px;
	padding-right: 10px !important;
}

.btn9leap .btnType6:after{
	background: url(/img/event/enchant/ico_enchant.png) 0 0 no-repeat;
	width: 29px;
	height: 30px;
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -15px;
}

.btn9leap .blockNote{
	display: block;
	padding-top: 10px;
	width: 180px;
	margin: 0 auto;
}

/* ----------------------------------------------

 media queries

---------------------------------------------- */

@media only screen and (min-width: 1300px) {
	#codeDetail{
		width: 1230px;
	}
}


/* View Diff Button */

.viewDiffBtn {
	display: inline-block;
	float: right;
	padding: 2px 4px;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555), to(#000));
	background-image: -webkit-linear-gradient(#555 0%, #000 100%);
	background-image: -moz-linear-gradient(#555 0%, #000 100%);
	background-image: -o-linear-gradient(#555 0%, #000 100%);
	background-image: linear-gradient(#555 0%, #000 100%);
	border: 1px solid black;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
	color: #fff!important;
	font-size: 10px;
	line-height: 15px;
}

.viewDiffBtn:hover {
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#777), to(#333));
	background-image: -webkit-linear-gradient(#777 0%, #333 100%);
	background-image: -moz-linear-gradient(#777 0%, #333 100%);
	background-image: -o-linear-gradient(#777 0%, #333 100%);
	background-image: linear-gradient(#777 0%, #333 100%);
}

.viewDiffBtn:active {
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(#555));
	background-image: -webkit-linear-gradient(#000 0%, #555 100%);
	background-image: -moz-linear-gradient(#000 0%, #555 100%);
	background-image: -o-linear-gradient(#000 0%, #555 100%);
	background-image: linear-gradient(#000 0%, #555 100%);
}

.viewDiffBtn:hover,
.viewDiffBtn:focus,
.viewDiffBtn:active {
	color: #fff!important;
	text-decoration: none;
}