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

h2 {
    text-align: center;
    padding-top: 75px;
    padding-bottom: 25px;
    border-bottom: 1px solid #fdd000;
    position: relative;
    z-index: 2;
    width: 1000px;
    margin: 0 auto 50px;
    color: #fdd000;
    font-size: 4.5rem;
}

.discription{
	color: #fdd000;
    font-size: 2.5rem;
    text-align: center;
    margin-top: 5px;
}

.m_img{
	text-align:center;
	    width: 500px;
	    margin:0 auto;
}

.txt_result01{
	    color: #fdd000;
    font-size: 5.5rem;
    display: inline-block;
    font-weight: 700;
    vertical-align: bottom;
    margin-bottom:10px;
    letter-spacing:-3px;
}

.txt_result02{
	    color: #fdd000;
    font-size: 3rem;
}

.win .txt_result{
	height: 80px;
}

.win.chrome .txt_result{
	height: 75px;
}

.mac .txt_result{
	    height: 90px;
}

#output_screen{
	position:absolute;
	z-index:8;
}

.inputs{
	width: 500px;
    margin: 50px auto;
   }
	
input {
    height: 40px;
    background: rgba(255,255,255,0.4);
    border: none;
    padding: 11px;
    text-align: center;
    color: #fdd000;
    /* margin: 60px auto; */
    display: inline-block;
}

#input_area01{
    height: 40px;
    background: rgba(255,255,255,0.4);
    border: none;
    padding: 11px;
    text-align: center;
    color: #fdd000;
    /* margin: 60px auto; */
    display: inline-block;
    font-size:20px;
    width:60%;
    vertical-align: bottom;
}

input#input_area02{
	width:28%;
}
    
#html-content-holder{
    margin: 0 auto;
        padding: 160px 30px 204px;
    box-sizing: border-box;
    background: url(../../images/main/bg_bla02.jpg) no-repeat -210px !important;
    background-size: cover;
    width: 500px;
    height: 500px;
    border: 1px #fdd000 solid;
        word-break: break-all;
            position: relative;
    }
  
  .in_logo{
  	position: absolute;
    bottom: 15px;
    right: 15px;
  }
   
:placeholder-shown {
    color: #fdd000; }
::-webkit-input-placeholder {
    color: #fdd000; }
:-moz-placeholder {
    color: #fdd000; opacity: 1; }
::-moz-placeholder {
    color: #fdd000; opacity: 1; }
:-ms-input-placeholder {
    color: #fdd000; }

.btns_btn{
 	width: 48%;
 	margin-right:1%;
	height: 50px;
	font-size: 1.6rem;
	color: #000;
	background: #fdd000;
	border: none;
	border-radius: 5px;
	    display: block;
	text-align:center;
	box-sizing:border-box;
	padding-top:13px;
	margin:0 auto;
}
    
#download.result,#return.result{
 	width: 48%;
 	margin-right:1%;
	height: 50px;
	font-size: 1.6rem;
	color: #000;
	background: #fdd000;
	border: none;
	border-radius: 5px;
	    display: inline-block;
	text-align:center;
	box-sizing:border-box;
	padding-top:13px;
}

#download.result{
	margin-top:30px;
}
   

.btns_btn.preview.result,#input_area01.result,input#input_area02.result{
	display:none;
}

.btns_btn:last-child{
	margin:0;
}

a:hover{
	opacity:0.6;
}

.btns{
	width:600px;
	margin:0 auto;
}

#modal-content {
    width: 50%;
    margin: 0;
    padding: 10px 20px;
    border: 2px solid #aaa;
    background: #fff;
    position: fixed;
    display: none;
    z-index: 2;
}

.modal-content {
 width: 50% ;
 margin: 0 ;
 border: 2px solid #aaa ;
 background: #fff ;
 position: fixed ;
 display: none ;
 z-index: 2 ;
}
  
#modal-overlay {
 z-index: 1 ;
 display: none ;
 position: fixed ;
 top: 0 ;
 left: 0 ;
 width: 100% ;
 height: 120% ;
 background-color: rgba( 0,0,0, 0.75 ) ;
}


.button-link {
 color: #00f ;
 text-decoration: underline ;
}

.sns_btns{
	width: 620px;
    margin: 43px auto;
   }
   
  #return{
  	display:none;
  }