@charset "UTF-8";

/* このファイルの内容は変更しないでください。 */

/************************************** Default */
body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em;
}

table {
	border-spacing: 0;
}

* html table {
	border-collapse: collapse;
}

*:first-child+html table {
	border-collapse: collapse;
}

caption,th {
	text-align: left;
	font-weight: normal;
}

table,th,td,img {
	border: 0;
}

tr {
	vertical-align: top;
}

img,input {
	vertical-align: middle;
}

* img {
	vertical-align: bottom;
}

q:before,q:after {
	content: '';
}

ul { 
	list-style: none;
}
/************************************** //Default */

body {
	background: #fff;
	color: #333;
	line-height: 180%;
	text-align: center;
}

a {
	color: #000099;
	overflow: hidden;/* Firfox */
	text-decoration: underline;
}

a:link {
	color: #000099;
	text-decoration: underline;
}

a:visited {
	color: #800080;
	text-decoration: underline;
}

a:active {
	color: #ff0000;
	text-decoration: underline;
}

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

img {
	border: none;
}

li {
	list-style: none;
}

tr {
	vertical-align: top;
}

/************************************** Padding */
.pad1 {
	padding: 1px;
}
.pad2 {
	padding: 2px;
}
.pad3 {
	padding: 3px;
}
.pad4 {
	padding: 4px;
}
.pad5 {
	padding: 5px;
}
.pad10 {
	padding: 10px;
}
.pad20 {
	padding: 20px;
}

/************************************** Margin */

.mar5 {
	margin-bottom: 5px !important;
}
.mar10 {
	margin-bottom: 10px !important;
}
.mar15 {
	margin-bottom: 15px !important;
}
.mar20 {
	margin-bottom: 20px !important;
}
.mar25 {
	margin-bottom: 25px !important;
}
.mar30 {
	margin-bottom: 30px !important;
}
.mar40 {
	margin-bottom: 40px !important;
}
.mar50 {
	margin-bottom: 50px !important;
}

/************************************** Align */

.left {
	display: block;
	text-align: left !important;
}
.center {
	display: block;
	text-align: center !important;
}
.right {
	display: block;
	text-align: right !important;
}
.boxleft {
	display: block;
	float: left;
}
.boxright {
	display: block;
	float: right;
}
/************************************** FontSize */
.fsize8 {
	font-size: 8px !important;
}
.fsize9 {
	font-size: 9px !important;
}
.fsize10 {
	font-size: 10px !important;
}
.fsize11 {
	font-size: 11px !important;
}
.fsize12 {
	font-size: 12px !important;
}
.fsize13 {
	font-size: 13px !important;
}
.fsize14 {
	font-size: 14px !important;
}
.fsize15 {
	font-size: 15px !important;
}
.fsize16 {
	font-size: 16px !important;
}
.fsize16 {
	font-size: 17px !important;
}
.fsize18 {
	font-size: 18px !important;
}

/************************************** Color */

.red {
	color: #FF0000;
}
.wine {
	color: #cc1414;
}


/************************************** Clear */

/* Modern browsers like Firefox, Safari, Opera */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* IE 7 and MacIE*/
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/** hasLayout true for IE */
*{zoom:1;}

*{ *letter-spacing: 0 }

/************************************** ContactForm */
.errTxt {
	color: #FF0000;
}


.disnon {
  display: none;
}