/* CSS Document */

img{
	 vertical-align:top;
	 border:0;
		}

#about {
	width:1016px;
	color:#333333;
	text-decoration:none;
	font-weight:normal;
	line-height:1.5em;
	text-align:left;
	padding:0;
	margin:0 0 20px;
	}

#about .page-title {
	color:#000000;
    font-family: "Futura LT W01 Book";
    font-size:48px;
	letter-spacing:-0.03em;
    padding:20px 0 60px;
    text-align: center;
	}

#about .text_title {
	font-size:160%;
	font-weight:bold;
	color:#000;
	margin:10px;
	}
	
#about #favorite-item,
#about #favorite-brand {
	margin:80px 0 0;
	}

#about #lead_text {
	text-align:center;
	}

#about .text_lead {
	font-size:130%;
	line-height:1.6em;
	margin:0 0 5px;
	}
	
#about .text_big {
	font-size:160%;
	font-weight:bold;
	color:#E50083;
	margin:0px 0 20px 0;
	padding-bottom:10px;
	border-bottom:solid 2px #000;
	}
	
#about .text_middle {
	font-size:130%;
	font-weight:bold;
	line-height:1.6em;
	margin:0 0 5px;
	}
	
#about .text_small {
	font-size:90%;
	line-height:1.3em;
	}
	
#about .title {
	font-size: 140%;
	font-weight: bold;
	color:#000;
	margin: 0 0 10px 0;
	}
	
#about h3 {
	margin:0 0 5px;
	font-size:110%;
	font-weight: bold;
	}
	
#about p {
	font-size:120%;
	line-height:1.4em;
	margin:0;
	}

#about .imgCol {
	margin:10px 0 15px;
	}

#about .page-section h2 {
	font-size:120%;
	font-weight:bold;
	color:#E50083;
	margin:0 0 10px;
	padding:0 0 10px;
	border-bottom:1px solid #000;
	}

#about .page-section h3 {
	margin:0 0 5px;
	font-size:110%;
	font-weight: bold;
	}

#about .block {
	margin:50px 0;
	}


/* link */
#about a {text-decoration: underline; color: #000;}
#about a:hover {text-decoration: none; color:#333333;}
#about a:visited {text-decoration: underline; color:#333;}


#about .page-section a {text-decoration: underline;}
#about .page-section a:hover {color: #999;}

#about .page-section .btn-black a {
	display: block;
	padding: 10px 16px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background-color: #000;
	}

#about .page-section .btn-black a:after {
	display: block;
	position: absolute;
	width: 12px;
	height: 100%;
	top: 0;
	right: 15px;
	content: "";
	background: url(../images/icon_arrow_white.gif) no-repeat 0 50%;
	}

#about .page-section {
	text-align:center;
	display: block;
	}
	
#about .page-section .btn-center {
	text-align:center;
	display: block;
	}

#about .page-section .btn-center a {
	display: inline-block;
	font-size: 1.17em;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding: 11px 41px;
	background: #E50083;
	}

#about .page-section .btn-center-black {
	text-align:center;
	display: block;
	margin:10px 0;
	}

#about .page-section .btn-center-black a {
	display: inline-block;
	font-size: 1.17em;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding: 11px 41px;
	background: #000;
	}