@charset "UTF-8";
/* ******************************************************************

	--home.css--

	1. Layout setting

****************************************************************** */


/*==================================================================
	1. Layout setting
===================================================================*/

.example {
	margin: 25px;
}
.example__left {
	float: left;
	width: 290px;
	text-align: center;
}
.example__code {
	padding: 1px 20px 0 20px;
	overflow: auto;
	max-height: 400px;
	border-right: 4px solid #DDE0DA;
	border-bottom: 4px solid #DDE0DA;
	background-color: #fff;
}
.example h2 {
	overflow: hidden;
}
.example h2 span {
	float: left;
	display: block;
}
.example__tabs {
	display: block;
	font-size: 14px;
	vertical-align: top;
}
.example__tabs a {
	color: #36c;
	cursor: pointer;
	margin: 0 5px 2px;
	border-bottom: 1px dotted #36c;
}
.example__tabs a.active {
	color: #333;
	cursor: default;
	margin: 0;
	padding: 0 5px 2px;
	border-bottom: 0;
	background-color: rgba(0,0,0,.1);
	*background-color: #eee;
}
.btn {
	cursor: pointer;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	position: relative;
	overflow: hidden;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif,"Lucida Grande","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Verdana,"ＭＳ Ｐゴシック","MS PGothic","VL Pゴシック","Takao Pゴシック","IPA Pゴシック",Arial, Helvetica, sans-serif;;
	vertical-align: middle;
	margin-left: 17px;
}
.btn:hover,.btnStyle:hover {
	cursor: pointer;
}
.btnStyle{
    padding: 5px 10px;
}
.btn input {
	top: 0px;
	right: 0px;
	z-index: 2;
	position: absolute;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	font-size: 30px;
	cursor: pointer;
	float:left;
	display:block;
	width:100%;
}
.btn-txt {
	position: relative;
}
.btn .progress {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .5;
	position: absolute;
}
.progress .bar {
	width: 0;
	top: 0;
	left: 0;
	bottom: 0;
	position: absolute;
}
.progress-small {
	height: 5px;
	padding: 1px;
	
}
.progress-small .bar {
	width: 0;
	height: 100%;
	position: static;
}
.userpic {
	width: 200px;
	height: 200px;
	border: 2px solid #aaa;
	display: inline-block;
	position: relative;	
	background-size: cover;
}
.userpic .btn {
	margin-top: 150px;
}
.userpic__preview {
	position: absolute;
}
.btn_browse_small {
	padding: 5px 10px;
	font-size: 16px;
}

.btn_browse_small[aria-disabled] {
	opacity: .5;
}
.btn_choose {
	color: #fff;
	border: 2px solid rgba(255,255,255,.4);
	padding: 5px 10px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	background-color: rgba(0,0,0,.4);
	*background-color: #aaa;
}
.btn__inp {
	top: -10px;
	right: -10px;
	cursor: pointer;
	filter: alpha(opacity=0);
	opacity: 0;
	font-size: 50px;
	position: absolute;
}
.btn__progress {
	top: 0;
	left: 0;
	height: 100%;
	opacity: .5;
	position: absolute;
	background-color: #f60;
}
.fileprogress {
	padding: 1px;
	height: 5px;
	box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
	-o-border-radius: 10px;
	behavior: url(PIE.htc);
	background-color: rgba(0,0,0,.5);
}
.fileprogress__bar {
	width: 0;
	height: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
	-o-border-radius: 10px;
	behavior: url(PIE.htc);
	background-color: orange;
}
.userpic {
	width: 200px;
	height: 200px;
	border: 2px solid rgba(0,0,0,.3);
	display: inline-block;
	position: relative;
}
.userpic .btn {
	margin-top: 150px;
}
.userpic__preview {
	position: absolute;
}
.b-upload {
	white-space: nowrap;
}
.b-upload__name,
.b-upload__size {
	display: inline-block;
	position: relative;
	overflow: hidden;
	max-width: 150px;
	vertical-align: middle;
}
.b-upload__size {
	color: #666;
	font-size: 12px;
}
.b-upload .js-files:after {
	clear: both;
	content: '';
	display: block;
}
.b-upload__dnd {
	padding: 30px;
	border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	-o-border-radius: 5px;
	behavior: url(PIE.htc);
	margin-bottom: 10px;
	background-color: rgba(0,0,0,.1);
}
.b-upload__dnd_hover {
	color: #fff;
	background-color: orange;
}
.themodal-overlay {
	position: fixed;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	z-index: 100000;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
}
.lock {
	overflow: hidden;
}
.popup {
	margin: 25px;
	float: left;
	display: inline-block;
	box-shadow: 0 0 5px #000;
	background-color: #fff;
}
.popup__body {
	margin: 10px 10px 5px;
}