@charset "UTF-8";

/* ===================================
	File Name   : contact.css
	Description : Contact Page Layout CSS
	Editors     : NS Sakamoto
	Create Date : 2012/02/14

	Update Description :
		2012/02/14 Append - Basic Styles [Sakurai]
		2012/02/14 File Create
====================================== */

/*========== Style Contents ==========

	1. Individual Redefinition
	2. Press Contact
	3. 
	4. Download Button
	5. 
	6. 
	7. 
	*. Clear Release
	
====================================== */





/*===== ■1. Individual Redefinition =====*/
/* Global Navigation */
#GlobalNavi li#BtnContact a,
#GlobalNavi li#BtnContact a:hover {background-position: -600px -201px;}


/* Title Setting */
h1 em {
	background: url(img/ttl_press-contact.jpg) no-repeat;
	width: 851px;
	height: 30px;
}






/*===== ■2. Press Contact =====*/
#PressContact ul {
	padding: 0px 0px 30px;
}

#PressContact ul li {
	margin: 0px 0px 10px;
	padding: 5px 20px;
}

#PressContact ul li strong {
	display: block;
	float: left;
	background: url(../common/img/arrow_right-blue.jpg) no-repeat 0px 7px;
	padding: 0px 0px 5px 12px;
	line-height: 1.2;
	font-weight: bold;
	font-size: 153.9%;
	color: #003366;
	width: 100%;
}

#PressContact ul li strong em {
	font-weight: bold;
	font-size: 153.9%;
}

#PressContact ul li p {
	float: left;
	padding: 0px 0px 5px 12px;
	width: 300px;
	line-height: 1.3;
	font-size: 93%;
	margin: 0px 0px 30px 0;

}



/*===== ■3. Material Link =====*/





/*===== ■4. Download Button =====*/
#BtnDownload {
	padding: 0px 0px 0px 40px;
}





/*===== ■5. =====*/





/*===== ■6.  =====*/





/*===== ■7.  =====*/





/*===== ■8.  =====*/






/*===== ■*.Clear Release  =====*/
#********************** {
	/zoom: 1;
}

#**********************:after {
	content: '';
	display: block;
	clear: both;
}
