@charset "utf-8";

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

@import url(../../common/css/common.css);
@import url(../../common/css/model_header_nav.css);
@import url(../../common/css/free-layout-1.5.css);
@import url(common.css);

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


/* Design
=================================================*/
#content-wrapper {
	padding-bottom: 41px;
}

.wrapper {
	clear: both;
}

.wrapper-vertical {
	float: left;
	width: 340px;
}

/* main content - t9 / zoomtext / myemoji / decomail */
#content-wrapper div.section {
	margin: 0;
	padding-bottom: 40px;
}

	#content-wrapper div.section h2 {
		margin-bottom: 13px;
	}
	
	#content-wrapper div.section p {
		margin: 0;
	}

/* lead */
#lead {
	padding-bottom: 10px;
}


/* t9 */
#t9 {}

/* myemoji */
#myemoji {}

	#content #myemoji p.img {
		margin: 12px 0 0 0;
	}
	
/* decomail */
#decomail {}

/* zoomtext */
#zoomtext {
	float: right;
	width: 340px;
}

	#content #zoomtext p.img {
		margin: 12px 0 0 22px;
	}

/* clear
=================================================*/
#content-wrapper div.section:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#content-wrapper div.section {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html #content-wrapper div.section {height: 1%;}
#content-wrapper div.section {display:block;}
/* End hide from IE-mac */


