/* ----------------------------------------------INITIALIZE */

/* body */
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.8em;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
	text-align: center;
	color: #000;
}

/* header(midashi) */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

/* paragraph */
p {
	margin: 0;
	padding: 0;
}

/* anchor */
a {
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

area {
	outline: none;
}

/* list */
dl, ul, ol, li, dt, dd {
	margin: 0;
	padding: 0;
}

/* image */
img {
	border: 0;
	vertical-align: bottom;
}

/* address */
address {
	font-style: normal;
	text-align: center;
}

/* emphasis */
em {
	font-style: normal;
	color: #dd0035;
}

/* strong */
strong {
	font-weight: bold;
	font-style: normal;
}

form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
}

td {
	padding: 4px 8px;
}


th {
	padding: 4px 8px;
	font-weight: normal;
}

.form-control {
  height: 30px;

  padding: 3px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
select.form-control {
	padding: 10px;
	line-height: 1.5em;
	height: 40px;
}


.cf:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.cf { display: inline-table; }

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

/* IE7 */
*+html .cf {
	height: 1%;
}


.cf2:before,
.cf2:after {
    content: " ";
    display: table;
}

.cf2:after {
    clear: both;
}

.cf2 {
    *zoom: 1;
}
img.onmus {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	transition-duration: 800ms;
	transition-property: opacity;
}
img.onmus:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
