@charset "utf-8";

/*----------------------------------------------------
	Structure Module
----------------------------------------------------*/

html {
	height:100%;
}

body {
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","メイリオ",'Meiryo',Helvetica,Arial,verdana,sans-serif;
	background:url(../images/common/bg.gif) repeat;
	font-size:12px;
	color:#fff;
	text-align:center;
	line-height:1.65;
	letter-spacing:1px;
	min-width:976px;
	
	-webkit-text-size-adjust:none;
}

/*---------------------------------------------------- 
	Headings Module
----------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}


/*----------------------------------------------------
	Phrasing Module
----------------------------------------------------*/

p {
	margin:0;
	padding:0;
}

em,
address {
	font-style:normal;
}

em {
	font-weight:bold;
}


/*----------------------------------------------------
	Hypertext Module
----------------------------------------------------*/

a {
	text-decoration:none;
	outline:none;
	-webkit-tap-highlight-color:rgba(0,203,255,0.2); 
}

a:link,
a:visited {
	color:#fff;
}

a:hover {
	color:#fff;
	text-decoration:underline;
}


/*----------------------------------------------------
	Image Module
----------------------------------------------------*/

img {
	border:0;
	vertical-align:bottom;
	
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;	
}


/*----------------------------------------------------
	Embedded Module
----------------------------------------------------*/

object,
embed {
	outline:none;
}


/*----------------------------------------------------
	List Module
----------------------------------------------------*/

ul,ol,dl,dt,dd,li {
	margin:0;
	padding:0;
}

ul li {
	list-style:none;
}

ol li {
	margin-left:15px;
}


/*----------------------------------------------------
	Table Module
----------------------------------------------------*/

table {
	border-collapse:collapse;
	border-spacing:0;
}
	
th,td {
	font-weight:normal;
	vertical-align:top;
}


/*----------------------------------------------------
	Forms Module
----------------------------------------------------*/

form{
	margin:0;
	padding:0;
}

textarea{
	width:350px;
	font-size:12px;
}

