@charset "utf-8";

/* contents */

/* contact */
#contact {
	position:relative;
	width:100%;
	padding-top:40px;
	background:url(../../common/img/bg02.png) center 30px repeat-x;
}

#contact .inner {
	width:1000px;
	min-height:400px;
	margin:0 auto;
	padding:40px 0;
}

#contact h2 {
	width:980px;
	margin:0 auto;
	font-size:36px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	text-align:center;
}
#contact h2:after {
	content:"";
	display:block;
	height:1px;
	width:980px;	margin:0 auto;
	background:#ee23ae;
	background:-webkit-gradient(linear, left top, right bottom, from(#ee23ae), to(#d20b21));
	background:-moz-linear-gradient(left, #ee23ae, #d20b21);
	background:linear-gradient(left, #ee23ae, #d20b21);
}

#contact h3 {
	width:980px;
	margin:0 auto 40px;
	padding:10px 0 0;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}


#contact .tx {
	width:840px;
	margin:0 auto 60px;
	font-size:14px;
}
#contact h4 {
	margin:50px 0 16px;
	padding:0 0 0 10px;
	font-weight:bold;
	font-size:18px;
	border-left:4px solid #D01126;
}

#contact .tx a {
	color:#F00004;
	text-decoration:underline;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;	
}
#contact .tx a:hover {
	color:#B80205;
	text-decoration:none;
}

