@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Last up date:   2014.04.18
Style Info:     Reset & Base css
------------------------------------------------------------------------ */  
   
/* ----------------------------------------------------------------reset */  
/*base*/
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, tr, embed, object, a, img {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/*font*/
h1, h2, h3, h4, h5, h6, p {
	font-style: normal;
	font-weight: normal;
	line-height: 170%;
}
/*others*/
table {
	border-spacing: 0;
}
* html table {
	border-collapse: collapse;
}
*:first-child+html table {
	border-collapse: collapse;
}
th, td {
	vertical-align: middle;
	border-collapse: collapse;
}
/*
table, th, td, tr, img {
	border: 0;
}
*/
img {
	vertical-align: bottom;
}
input {
	vertical-align: middle;
}
q:before, q:after {
	content: '';
}
ul {
	list-style: none;
}
/* ------------------------------------------------------------------base*/ 
/*body*/
body {
	height: 100%;
	text-align: center;
	color: #333;
	word-break: break-all;
	font: 62.5%/1.7 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background: #FFF;
}
/*link*/ 
a {
	color: #03c;
}
a img {
	border-style: none;
}
a:visited {
	color: #606;
}
a:hover {
	color: #6E8BCC;
}
/*font-size*/
h1, h2, h3, h4, h5, p {
	font-size: 1.2em; /* 12px */
}
li {
	font-size: 1.2em; /* 12px */
}
ol {
}
table {
	font-size: 1.2em; /* 12px */
}
*/
