@charset "utf-8";

/*----------------------------------------------------
	Structure Module
----------------------------------------------------*/
html {
	height:100%;
	overflow-y:scroll;
}

body {
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",'Meiryo',Helvetica,Arial,sans-serif;
	font-size:12px;
	color:#333333;
	text-align:center;
	line-height:1.65;
	letter-spacing:1px;
	word-break:break-all;
	-ms-word-break: break-all;
	-webkit-text-size-adjust:100%;
	word-wrap:break-word;
}	

/*----------------------------------------------------
	Headings Module
----------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-weight: normal;
}

/*----------------------------------------------------
	Phrasing Module
----------------------------------------------------*/
p {
	margin:0;
	padding:0;
}
cite,dfn,address,i,em {
	font-style:normal;
}
strong,em,b {
	font-weight:normal;
}
u {
	text-decoration: none;
}
abbr {
	border: 0 none;
}
mark {
	background-color:transparent;
}
q {
	quotes:none;
}

/*----------------------------------------------------
	Hypertext Module
----------------------------------------------------*/
a {
	outline: none;
	text-decoration: underline;
	-webkit-tap-highlight-color:rgba(152,152,152,0.3);
}

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

a:hover {
	text-decoration: none;
}

a:active,
a:focus {
	background-color: transparent;
}

::selection {
	color: #C5C7C9;
	background-color: #fff;
}
::-moz-selection {
	color: #C5C7C9;
	background-color: #fff;
}

/*----------------------------------------------------
	Image Module
----------------------------------------------------*/
img {
	border: 0;
	vertical-align: bottom;
}

/*----------------------------------------------------
	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 {
	list-style: none;
}

/*----------------------------------------------------
	Table Module
----------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,td {
	font-weight: normal;
	vertical-align: top;
}

/*----------------------------------------------------
	Forms Module
----------------------------------------------------*/
form,button,input,select,option,textarea {
	margin:0;
	padding:0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

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

input {
	border:0 none;
	border-radius:0px;
}

button {
	background: none;
	border: 0 none;
	overflow: visible;
}

/*----------------------------------------------------
	HTML5 Reset
----------------------------------------------------*/
html,body,div,span,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
abbr,address,cite,code,
del,dfn,em,img,ins,kbd,q,samp,
small,strong,sub,sup,var,
b,i,
dl,dt,dd,ol,ul,li,
fieldset,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,dialog,figure,footer,header,
hgroup,menu,nav,section,
time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	background:transparent;
}
article,aside,canvas,dialog,details,figure,figcaption,
footer,header,hgroup,menu,main,nav,section,summary {
	display:block;
}
