﻿@charset "utf-8";

/*--- reset */
html,body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: auto !important;
	width: 100px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
html,body {
	min-height: 1500px;
	}
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
img{
  vertical-align:bottom;
}
li {
	list-style-type: none;
}

/*--- default */
body {
	background: #fff;
	color: #333333;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:14px;
	line-height: 1.6;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/*---
10px｜71.4%
11px｜78.6%
12px｜85.7%
13px｜93%
14px｜100%
15px｜107%
16px｜114.3%
17px｜121.4%
18px｜128.6%
19px｜135.7%
20px｜143%
21px｜150%
22px｜157%
23px｜164%
24px｜172%
25px｜178.6%
26px｜185.7%
*/

a:link {
	color: #1c7dc1;
	text-decoration:none;
	}

a:visited {
	color: #1c7dc1;
	}

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

a:active {
	color: #1c7dc1;
	}

.centerize {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

.center {
	text-align: center;
	}

.right {
	text-align: right;
	}

.left {
	text-align: left;
	}

.rightBox {
	float: right;
	}

.leftBox {
	float: left;
	}

img.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}

img.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}

.clear {
	clear: both;
}

.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb0 {margin-bottom: 0px !important;}


