/**
 * Reset Detaults.
 */
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,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
img{vertical-align: top}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration: none;}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
ul,ol {list-style-type: none;}
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}#yui3-css-stamp.cssfonts{display:none}
tr,td,th,h1,h2,h3,h4,h5,h6{font-weight: normal; text-align: left}
body{
	font-size:13px;
	line-height:1.231;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	*font-size:small;
	*font:x-small;
	font-weight: normal;
}

/**
 * Utility classes.
 */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix { display: inline-table;}
* html .clearfix { height: 1%;}
.clearfix { display: block;}

.t-left { text-align: left;}
.t-center { text-align: center;}
.t-right { text-align: right;}

.f-left { float: left;}
.f-right { float: right;}

.bold { font-weight: bold;}
.t-black{color: #001937;}

/**
 * Configure And Utility Per Project.
 */
html, body {
	height: 100%;
	width: 100%;
	color: #fff;
	background: #f4f4f4;
	word-break: break-all;
}

html {
	overflow-y:scroll;
}

body {
	line-height: 1.5;
	/* for ios */
	-webkit-text-size-adjust: none;
}

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

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #111;
}

.long-dash {
	-webkit-transform: scale(2.0, 1.0) translateX(5px);
	-moz-transform: scale(2.0, 1.0) translateX(5px);
	-ms-transform: scale(2.0, 1.0) translateX(5px);
	-o-transform: scale(2.0, 1.0) translateX(5px);
	transform: scale(2.0, 1.0) translateX(5px);
	display: inline-block;
}

.font-xxxl {
	font-size: 18px;
}

.font-xxl {
	font-size: 16px;
}

.font-xl {
	font-size: 15px;
}

.font-l {
	font-size: 14px;
}

.font-m {
	font-size: 13px;
	line-height: 24px;
}

.font-s {
	font-size: 12px;
	line-height: 1.9;
}

.font-xs {
	font-size: 11px;
}

.font-xxs {
	font-size: 10px;
}

.opacity-zero {
	opacity: 0;
}