@charset "utf-8";

@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?sv9mym');
	src: url('../fonts/icomoon.eot?sv9mym#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?sv9mym') format('truetype'),
		url('../fonts/icomoon.woff?sv9mym') format('woff'),
		url('../fonts/icomoon.svg?sv9mym#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*======================================

	1-1.Yahoo UI Library Fonts CSS
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

	Font-size Adjustment

	77% = 10px	| 	112% = 16px	|	167% = 22px
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/

body {
	font-size: 13px;
	font-size: small;
	font: x-small;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

select,
input,
textarea {
	font-size: 99%;
}

table {
	font-size: inherit;
	font: 100%;
}

.bold {
	font-weight: bold;
}

.black {
	color: #000;
}

.red {
	color: red;
}

p {
	margin-bottom: 16px;
	line-height: 1.8em;
	font-size: 12px;
}

/*======================================
	1-2.Universal selector
=======================================*/

* {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

a:link {
	/* color: black; */
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	/* color: black; */
}

a:hover {
	/* color:#ED9FB1; */
	text-decoration: none;
}