﻿@charset "utf-8";

/*==========================================
File name: reset.css
Editors: IT-Force Inc.
Ver3.11 2015/03/26
========================================== */

ins,del {
	display: block;
	}
p ins,p del,
ul ins,ul del,
ol ins,ol del,
dl ins,dl del,
table ins,table del {
	display: inline;
	}

body,
div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
form,fieldset,
p,blockquote,
table,thead,tbody,tfoot,caption,th,td {
	margin: 0;
	padding: 0;
	}

ol,ul {
	list-style-type: square;
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
	line-height: 2em;
	}

table{
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,
img{
	border: 0 none;
	-ms-interpolation-mode: bicubic;
	}
abbr,acronym {
	border-bottom: 1px dashed;
	}

h1,h2,h3,h4,h5,h6 {
	font-size: 101%;
	}
h1,h2,h3,h4,h5,h6,
em,strong {
	font-weight: ;
	}
em {
	font-style: normal;
	}
address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
	}
table {
	font-size: 101%;
	}
select,
input,
textarea {
	font-weight:;
	margin:5px 0px 5px 0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
var,code,samp,kbd {
	font-family: monospace;
	}
textarea {
	overflow: auto;
	font-size:100%;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border:0;
	padding:4px 4px 8px 4px;
	font-size:1em;
	border:solid 1px #ccc;
	margin:0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	}

caption,
th {
	text-align: left;
	}

input {
	vertical-align: middle;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

a,
input[type="submit"] {
	cursor: pointer;
	}

input[type="text"]:focus,
textarea:focus {
   background:#ffffcc;
   font-size:100%;
   font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

textarea {
	border:#7F9DB9 1px solid;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
textarea:focus,
input[type="password"]:focus {
	border:2px solid #207ce5;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
	
hr {
	display: none;
	}

img {
	border: 0;
}

RP,RT {
	font-size:70%;
}
/********
画像フロート
********/
.float-left {
	float:left;margin-right:2em;margin-bottom:0em;margin-top:0px;
 }
.float-right {
	float:right;margin-left:2em;margin-bottom:1em;margin-top:0em;
 }