@charset "UTF-8";
/* //////////////////////////////////////////////////
[Base] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	0. Resetting default margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas {
	margin: 0;
	padding: 0;
}
article, aside, figure, figcaption,footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
	display: block;
}

/* --------------------------------------------------
	1. HTML, Body, Anchor
-------------------------------------------------- */
html { overflow-y: scroll; } /* for mozilla: always display scrollbar */

body {
	color: #333;
	font-family: Myriad, Helvetica, Arial, "Meiryo", "メイリオ", sans-serif; 
	_font-family: 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 13px;
	*font-size: 82%;
	line-height: 1.6;
	word-wrap: break-word;
	background:url(../img/white.gif) repeat;
}
html.osMac body, body.osMac {
	font-family: Myriad, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo","メイリオ",  sans-serif;
}
body.en {
	word-break: normal; 
}

a { color: #333; }	
a:link, a:visited { text-decoration: underline; }
a:hover, a:active  { text-decoration: none; }

:selection {
	text-shadow: none !important;
}

/* --------------------------------------------------
	2. Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	color: black;
	font-size: 100%;
}

/* p {} */

/* --------------------------------------------------
	3. List
-------------------------------------------------- */
li { list-style: none; }

/* --------------------------------------------------
	4. Table
-------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	font-family: inherit;
}
caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

/* --------------------------------------------------
	5. Form
-------------------------------------------------- */
fieldset { border: none; }
input, textarea, select, label {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
}
label { cursor: pointer; }
textarea { overflow: auto; }
legend { display: none; }

/* --------------------------------------------------
	6. Other
-------------------------------------------------- */
img {
	border: none;
	vertical-align: top;
}
object {
	vertical-align: middle;
	outline: none;
}
em, strong {
	font-weight: bold;
	font-style: normal;
}
small { font-size: 100%; }
abbr, acronym {
	border: none;
	font-variant: normal;
}
q:before, q:after { content: ''; }
address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}
code, pre { font-family: monospace; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
hr { display: none; }

/* ------------------------------------------------------------
	7. For IE6/7
------------------------------------------------------------ */

/* for IE7: page zoom bug fix */
*:first-child+html body,
*:first-child+html br { letter-spacing: 0; }

/* //////////////////////////////////////////////////
[Layout] 
////////////////////////////////////////////////// */

/* --------------------------------------------------
	0. Container
-------------------------------------------------- */
#container {
	position: relative;
	overflow: hidden;
}
#containerCover {
	position: relative;
	z-index: 30;
	max-width: 1420px;
	min-width: 300px;
	margin: 0 auto;
	background:url(../img/wa2.png) no-repeat 50% -120px;
}



/* Media Queries
----------------------------------- */
@media screen and (max-width: 950px) {
	#siteHeaderInnr {
		padding: 0 30px;
	}
}
@media screen and (max-width: 680px) {
	#siteName {
		float: none;
		margin: 20px auto 10px;
	}
	#siteHeaderContent {
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 480px) {
	#siteHeaderInnr {
		min-width: 300px;
		padding: 0 5px;
	}

}


/* table
----------------------------------- */
table.module {
	width: 100%;
	border: solid 1px #ccc;
}
table.module caption {
	display: none;
}
table.module th,
table.module td {
	padding: 12px 15px;
	border-bottom: dashed 1px #222;
}
table.module th {
	border-right: solid 1px #ccc;
	background: #eee;
	color: #777;
}
table.module td {
	border-right: solid 1px #ccc;
}
table.materialTbl {
	width: 100%;
	border: solid 1px #ccc;
}
table.materialTbl caption {
	display: none;
}
table.materialTbl th,
table.materialTbl td {
	padding: 12px 15px;
	border-right: solid 1px #bbb;
	color: black;
}
table.materialTbl thead th {
	background: #ccc;
	font-weight: bold;
	text-align: center;
}
table.materialTbl tbody tr {
	border-bottom: dashed 1px #bbb;
	background: rgba(255, 255, 255, 0.8);
}
table.materialTbl tbody th {
	font-weight: bold;
	text-align: right;
}
table.materialTbl tbody th.heading {
	text-align: left; 
} 
table.materialTbl tbody td {
	text-align: right;
} 


.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* meca.js */
.btn,
.imgpngWrapSpan {
	cursor: pointer;
}

.clearfix:after {
	content : '';
	display : block;
	clear : both;
	height: 0;
}

#content,
.group {
	*zoom: 1;
}
