@charset "UTF-8";
*{
	font-size:15px;
}

.wrapper{
	background-image:url(/img/contact_bg_pic.jpg);
}
.polkadot{
	background-image: url(/img/about/brand_bg.png);
}
section{
	width:804px;
	margin:0 auto;
}
h1{
	text-align:center;
	font-size:34px;
	color:#155679;
	font-weight:normal;
    margin-bottom:10px;
	padding-top:32px;
}
p.detail{
	font-size:12px;
	margin-bottom: 34px;
    background-image: url(/img/forandroid.png);
}
.red{
	color:#FF0000;
}
table{
	background-image:url(/img/contact/box.png);
    width: 804px;
	background-repeat:no-repeat;
	height: 770px;
}
th{
    width: 307px;
    font-weight: normal;
    color: #4b51a7;
    vertical-align: middle;
}
td{
	height:57px;
}
input{
    border: 2px solid #8296C1;
    height: 22px;
    margin: 15px 0 0 12px;
    width: 320px;
}
input.long{
	width:450px;
}
select{
    height: 28px;
    margin: 15px 0 0 12px;
    width: 456px;
    border-radius: 0;
    border: 0;
    outline: 2px solid #8296C1;
    outline-offset: -1px;
}
textarea{
    border: 2px solid #8296C1;
    height: 140px;
    margin: 15px 0 14px 12px;
    width: 450px;
	resize:none;
}
#btn_contents{
    text-align: center;
    margin-top: 64px;
    padding-bottom: 44px;
}
#btn_contents img{
	cursor: pointer;
}