@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: -300px -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;
	padding: 0px 0px 5px 12px;
	line-height: 1.2;
	font-weight: bold;
	font-size: 153.9%;
	color: #9fcfff;
	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 =====*/

#PressAtt {

	padding: 20px 30px;

	clear: both;

	width: 860px;	

}

#PressAtt h2 {

	color: #9fcfff;

	font-size: 120%;

	font-weight: bold;

	margin-bottom: 10px;

}

#PressAtt dl {

	margin-bottom: 20px;

}

#PressAtt dt {

	color: #9fcfff;

	line-height: 1.7;

}

#PressAtt dt span {

	text-decoration: underline;

}

#PressAtt p {

	line-height: 1.5;

}

#PressAtt ul {

	margin: 0 0 10px 15px;

}

#PressAtt li {

	line-height: 1.5;

}





/*===== ■4. Download Button =====*/

#BtnDownload {

	padding: 0px 0px 0px 40px;

}











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











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











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











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













/*===== ■*.Clear Release  =====*/

#********************** {

	/zoom: 1;

}



#**********************:after {

	content: '';

	display: block;

	clear: both;

}

