
* {
	-moz-user-select: text !important;
	-webkit-user-select: text !important;
	-ms-user-select: text !important;
}


.animate.ng-enter{
	transition: all 2s ease-in-out;
	opacity: 0;
}
.animate.ng-enter.ng-enter-active{
	opacity: 1;
}
.animate.ng-leave{
	transition: all 2s ease-in-out;
	opacity: 1;
}
.animate.ng-leave-active{
	opacity: 0;
}


#main{
	min-height: 1000px;
}

.generate{
	margin-bottom: 15px;
}

dd{
	overflow: hidden;
}

ul,li {
	list-style-type : none;
}


textarea {
	white-space: pre-wrap;
}

textarea[cols="10"] {
	width:100px !important;
}

textarea[cols="15"] {
	width:150px !important;
}

textarea[cols="20"] {
	width:200px !important;
}

textarea[cols="25"] {
	width:250px !important;
}

textarea[cols="30"] {
	width:300px !important;
}

textarea[cols="35"] {
	width:350px !important;
}

textarea[cols="40"] {
	width:400px !important;
}

textarea[cols="45"] {
	width:450px !important;
}

textarea[cols="50"] {
	width:500px !important;
}

textarea[cols="55"] {
	width:550px !important;
}

textarea[cols="60"] {
	width:600px !important;
}

textarea[cols="65"] {
	width:650px !important;
}

textarea[cols="70"] {
	width:700px !important;
}

textarea[cols="75"] {
	width:750px !important;
}

textarea[cols="80"] {
	width:800px !important;
}

textarea[cols="85"] {
	width:850px !important;
}

textarea[cols="90"] {
	width:900px !important;
}

textarea[cols="95"] {
	width:950px !important;
}

textarea[cols="100"] {
	width:1000px !important;
}

.row{
	margin: 0 !important;
}

input[type=text] {
	-webkit-user-select: auto;
}

.line_break {
	white-space: pre-line !important;
}

.previw {
	/*margin-left: 305px;*/
}
.previw.ng-enter{
	/*transition: all 1s ease-in-out;*/
	opacity: 0;
}
.previw.ng-enter.ng-enter-active{
	opacity: 1;
}
.previw.ng-leave{
	/*transition: all 1s ease-in-out;*/
	opacity: 1;
}
.previw.ng-leave-active{
	opacity: 0;
}

/**
* 左メニュー
**/

.accordion,
.accordion dt,
.accordion dd {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.accordion {
	margin-bottom: 0px;
}
.accordion dt {
	padding: 15px 5px;
	margin: 1px 10px;
	cursor: pointer;
}

.generate{
    height: 700px;
    position: relative;
    left:0px;
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling:touch;
}

.affix-nav.affix-top{
	position:static;
	width: 25%;
	min-width: 340px;
}

.affix-nav.affix-bottom{
	background-color: #FFF;
    position: fixed;
	width: 25%;
    min-width: 340px;
    left: 0px;
	z-index: 50;
}

.affix-nav.affix-top {
	background-color: #FFF;
    position: fixed;
	width: 25%;
	min-width: 340px;
    left: 0px;
	z-index: 50;
}

.affix-nav.affix {
	background-color: #FFF;
    top: 0;
    position: fixed;
	width: 25%;
	min-width: 340px;
    left: 0px;
	z-index: 50;
}
/*
#gen_main{
	position: relative;
	min-height: 6060px;
}
*/
#side{
	/*position: absolute;*/
	background-color: #FFF;
	padding-left:15px;
	z-index: 50;
}

.arrow-down, .arrow-up{
	position: relative;
}
.arrow-down::after{
	content:"";
	display: block;
	width:10px;
	height:10px;
	border-top:3px solid #333;
	border-right:3px solid #333;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right:10px;
	top:50%;
	margin-top:-7px;
}

.arrow-up::after{
	content:"";
	display: block;
	width:10px;
	height:10px;
	border-top:3px solid #333;
	border-right:3px solid #333;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right:10px;
	top:50%;
	margin-top:-7px;
}
.test{
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.2) inset;
}
.img_size_info{
	min-width: 55px;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	position: absolute;
	left: 0;
	top:0;
}
.img_size_info > span{
	display: block;
	background-color: rgba(0,0,0,0.5);
	color: #FFF !important;
	font-size: 11px !important;
	padding:5px 7px;
	text-align: left;
}
.img_size_info_R{
	min-width: 55px;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	border-left: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	position: absolute;
	right: 0;
	top:0;
}
.img_size_info_R > span{
	display: block;
	background-color: rgba(0,0,0,0.5);
	color: #FFF !important;
	font-size: 11px !important;
	padding:5px 7px;
	text-align: left;
}
.contents_hint{
	position: absolute;
	top: -30px;
	left: 0px;
	margin-bottom: -24px;
	padding: 2px 10px;
	min-width: 11px;
	min-height: 25px;
	color: #F6F6F6;
	text-align: center;
	background: #4682b4;
	z-index: 40;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.contents_hint:after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #4682b4 transparent transparent transparent;
}
.contents_hint_2line{
	position: absolute;
	top: -55px;
	left: 0px;
	margin-bottom: -24px;
	padding: 2px 10px;
	min-width: 11px;
	min-height: 25px;
	color: #F6F6F6;
	text-align: center;
	background: #4682b4;
	z-index: 40;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.contents_hint_2line:after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #4682b4 transparent transparent transparent;
}
.contents_hint_3line{
	position: absolute;
	top: -80px;
	left: 0px;
	margin-bottom: -24px;
	padding: 2px 10px;
	min-width: 11px;
	min-height: 25px;
	color: #F6F6F6;
	text-align: center;
	background: #4682b4;
	z-index: 40;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.contents_hint_3line:after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #4682b4 transparent transparent transparent;
}