@charset "utf-8";
/* CSS Document */
/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
	font-style: normal;
}

img, fieldset {
	border: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
}

table{
	border-collapse: separate;
}

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

ul,dl {
	list-style: none;
}

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

a:hover {
	color: #CCC;
}
/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

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

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
/*body*/
body {
	font-size: 62.5%;
	line-height: 1.8em;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	background: url(../images/bg.jpg) left top no-repeat #FFF;
	color: #333;
}

h1 {
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	color: #666;
	margin: 100px auto;
}

h2 {
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	color: #666;
	margin: 50px auto 30px auto;
}

img {
	margin: 50px auto 50px auto;
	display: block;
}

ul {
	list-style-type: none;
	padding-left: 0;
	text-align: center;
	overflow: hidden;
	font-size: 1.4em;
}

ol {
	margin-left: 20px;
}

ul li {
	margin: 20px 0px;
}

.mh20 li {
	margin: 20px 0px;
}

.submit {
	text-align: center;
}

.stext {
	font-size: 10px;
}

.abs {
	font-size: 8px;
	margin-left: 2px;
	color: #f00;
}

/*footer*/

#footer {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	line-height: 2em;
	position: relative;
	overflow: hidden;
	clear: both;
}

#footer address {
	margin: 10px auto;
	line-height: 1.5em;
}

#footer li {
	margin: 10px 0px;
}
address {
	clear: both;
	font-family: 'Raleway', sans-serif;
	font-size: 10px;
	text-align: center;
}

/************************************************************************************
CONTAINER
*************************************************************************************/
#container {
	margin: 0px auto;
	padding: 0px 10px;
	max-width: 500px;
	font-size: 1.4em;
}

#container tr {
	display: block;
	margin: 10px 0px;
}

#container th {
	width: 6em;
}

#caster {
	margin: 0px auto;
	padding: 0px 10px;
	max-width: 350px;
	font-size: 1.4em;
}

#caster tr {
	display: block;
	margin: 10px 0px;
}

#caster th {
	width: 6em;
}


#inquiry {
	margin: 0px auto;
	padding: 0px 10px;
	max-width: 500px;
	font-size: 1.4em;
}

#inquiry table {
	width: 100%;
	line-height: 3em;
}