@charset "UTF-8";

/* -------------------------------- 

	base

-------------------------------- */

#content section {
	width:740px;
	margin:0 auto;
	padding:3rem 0 1.5rem;
}

#content p  {
	line-height:1.8;
	margin-bottom:2.8rem;
	letter-spacing:0.07rem;
}

section h1 {
	background-image: url("../images/contact/title_contact.png") ;
	line-height:2.3rem;
	margin-bottom:3rem;
}

section:nth-child(2) h1 {
	background-image: url("../images/contact/title_press.png") ;
	line-height:2.2rem;
	margin-bottom:3rem;
}

@media  only screen and (-o-min-device-pixel-ratio: 5/4),
				only screen and (-webkit-min-device-pixel-ratio: 1.25),
				only screen and (min-device-pixel-ratio: 1.25),
				only screen and (min-resolution: 1.25dppx)
				{
section h1 {
	background-image: url("../images/contact/title_contact@2x.png") ;
	background-size: contain;
}
}

a.btn {
	width: 48rem;
	display: block;
	color: #fff;
	background: #000;
	margin: 0 auto .5rem;
	padding: 1.75rem 0;
	text-align: center;
}
a.btn:hover {
color: #fff;
opacity: 0.6;
}
a.btn:visited {
color: #fff;
}


/* -------------------------------- 

	DL , UL

-------------------------------- */
#content ul.contact {
	font-size:0;
	margin-top:4rem;
	padding:0;
	text-align:left;
}
#content ul.contact li {
	display:inline-block;
	margin-right:4.5rem;
	margin-bottom:2rem;
	
}
#content ul.contact li:first-child {
	display:block;
}

