﻿@charset "utf-8";

/*--		__reset
----------------------------------------------------*/
html,body,a,abbr,acronym,address,area,b,bdo,big,blockquote,button,caption,cite,code,col,colgroup,dd,
del,dfn,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,hr,i,img,ins,kbd,label,legend,li,map,object,ol,
p,param,pre,q,samp,small,span,strong,sub,sup,table,tbody,td,textarea,tfoot,th,thead,tr,tt,ul,var {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img,abbr,acronym,fieldset {
	border: 0;
}
q:before,q:after {
	content: '';
}
code,pre {
	white-space: pre;
}
dfn {
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
ins {
	text-decoration: none;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
li {
	list-style-type: none;
}

/*--		__default
----------------------------------------------------*/
html {
	overflow-y: scroll;
}
body {
	background: #ffffff;
	color: #000000;
	font: 14px Meiryo, メイリオ, Arial,MS PGothic,Helvetica,Garuda,sans-serif;
	*font-size: small;
	*font: x-small;
}
table {
	font-size: inherit;
	font: 100%;
}
pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}
select,input,button,textarea,button {
	font: 99% arial,helvetica,clean,sans-serif;
}
hr,legend {
	display: none;
}
img {
	vertical-align: middle;
}
fieldset {
	display: inline;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/*--		__class
----------------------------------------------------*/

.marginT60 { margin-top: 60px !important; }
.marginB60 { margin-bottom: 60px !important; }
.marginB10 { margin-bottom: 10px !important; }
.marginB20 { margin-bottom: 20px !important; }

.marginR5 { margin-right: 5px; }
.marginL5 { margin-left: 5px; }

.paddingL70 { padding-left: 70px; }
.paddingL180 { padding-left: 180px; }

.colorR { color: #c61300 !important; }
.txtR { text-align: right; }