
/* between contents empty space */
.empty {width:100%; float:left; clear:both; display:block; position: relative;}
.empty:after {content:""; width:100%; float:left; color:#888; text-align:center;}

.empty_10 {height:10px;}
.empty_20 {height:20px;}
.empty_30 {height:30px;}
.empty_50 {height:50px;}
.empty_80 {height:80px;}


/* line */
.between_line {width:100%; float:left; clear:both; display:block; position: relative;}
.between_line > .div_wrap {}
/*.between_line > .div_wrap:after {content:""; margin-left:-0.6em; white-space:pre;}*/
.between_line > .div_wrap > div {width:100%; height:1px;}
.between_line > .div_wrap > div:after {content:"";}
.between_line > .div_wrap > .axebox {width:30px; position:absolute; right:0; font-size:11px; line-height:12px;}

	.line_style001 {border-top:2px solid black;}

  	.line_prev01 {border-top:3px solid #000000;}
  	.line_prev02 {border-top:3px dashed #000000;}
  	.line_prev03 {border-top:4px dotted #000000;}

  	.line_prev04 {border-top:3px solid #cbcbcb;}
  	.line_prev05 {border-top:3px dashed #cbcbcb;}
  	.line_prev06 {border-top:4px dotted #cbcbcb;}

  	.line_prev07 {border-top:3px solid #09589c;}
  	.line_prev08 {border-top:3px dashed #09589c;}

  	.line_prev09 {border-top:3px solid #41b7c5;}
  	.line_prev10 {border-top:3px dotted #41b7c5;}

  	.line_prev11 {background:#0055a0; height:2px !important; overflow:hidden; position:relative;}
  	.line_prev11:before {content:""; background:#cf910f; position:absolute; width:20%; height:3px; left:0;}
  	.line_prev11:after {content:""; background:#3bb8c7; position:absolute; width:70%; height:3px; right:0;}



@media(max-width:599px) {
	.empty_50 {height:30px;}

	.line_prev01, .line_prev02, 
	.line_prev04, .line_prev05,
	.line_prev07, .line_prev08,
	.line_prev09, .line_prev10 {border-top-width:2px;}

}

