@charset "utf-8";

/* =======================================

	contact.css
	Last Up Date 2014/01/07

 -----------------------------------------
	INDEX
 -----------------------------------------
	1. .contents_main
	
	2. 
	
	3. 
	
	4. 
	
	5. 

========================================== */


/* .contents_main
========================================== */

/*
 * contactForm_slideBtn
 */
#contactForm_slideBtn{
	font-size: 123%;
	cursor: pointer;
    color: #0000ff;
    text-align: center;
    padding-top: 10px;
}
#contactPage .section {
    margin-bottom: 40px;
}

.confirm_container{
    margin-top: 17px;
    margin-bottom: 15px;
}

a.btn_form_open{
    line-height: 19px;
    padding: 4px 12px;
    color: #fff;
    text-decoration: none;
    background-color: #0081db;
    border: none;
    /* Firefox v1.0+ */
    -moz-border-radius: 5px;
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-border-radius: 5px;
    /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
    border-radius: 5px;
}
