@charset "utf-8";

/* ■Reset■---------------------------------------- */

/* General
---------------------------------------- */
html {
	overflow-y: scroll;
}

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;
}

/*
p, blockquote, q, pre, address, hr, code, samp,
dl, ol, ul, form, table, fieldset, menu {
	margin-bottom: 1.5em;
}

address,caption,em,strong,th{
	font-style: normal;
	text-align:left;
}
*/

/* Structure
---------------------------------------- */
html {
	font-size: 100%;
}

body {
	background: #fff;
	color: #333;
	font-family:  "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	line-height: 1.6;
	font-size: 93%; 
font-style:normal;
}

html > body {
    font-size: 12px;
}

/* Text
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

center {
	text-align: center;
}

abbr,acronym{
	border: 0;
}

em {
    font-style:normal;
}

em, strong {
    font-weight: bold;
}

sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}

p {
	word-wrap:break-word;
}

/* Link
---------------------------------------- */

a {
    color: #336699;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/* Image
---------------------------------------- */
img {
	vertical-align: bottom;
	border:none;
}
/* List
---------------------------------------- */

ol, ul {
    list-style: none;
}

li {
	margin-left: 2em;
}

dt {
	font-weight: bold;
}


/* Form
---------------------------------------- */
fieldset {
	padding: 1em;
    border: 0 none;
}

label {
	margin-right:0.4em;
}

legend {
	font-weight: bold;
}

textarea {
	text-align: left;
}

input{
    vertical-align:baseline;  
	}

input,select{
	vertical-align:-0.1em;
	margin-right:0.2em;
}

/* Table
---------------------------------------- */
table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
}

th {
	font-weight: bold;
}


/* Other
---------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


