@charset "utf-8";
/* CSS Document */

/*初期設定*/
* {
	margin:0;
	padding:0; 
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
}

div, p, td, h1, h2, h3, h4, h5, h6, span {
	word-wrap:break-word;
	word-break:break-all;
}
html {
	overflow-y:scroll;
}
html, body {
	height:auto;
}
img {
	border:0;
	max-width:100%;
}

/*フィールド表示設定*/
input[type="tel"],
input[type="email"],
input[type="text"],
input[type="password"]{
	font-size: 12px;
	padding: 0px 3px;
	margin-right: 0.5em;
	height: 22px;
}
textarea {
	font-size:12px;
	padding:1px 3px;
	border: 1px solid #a7a7a7;
}
input[readonly="readonly"],
select:disabled,
textarea:disabled,
input[type="checkbox"]:disabled,
input[type="radio"]:disabled{
	background:rgb(235, 235, 228);
}
label{
	margin-right:1em; 
	position:relative;
}
select{
	border: 1px solid #a7a7a7;
	margin-right: 5px;
}
/*文字設定
----------------------------------------------------------------------------------------------------------*/
p {margin:0 8px 8px 8px;}

/*見出し設定1（各ページタイトルに使用）*/
h1 {
	background: rgba(210, 210, 210, 0.7);
	font-size:130%;
	color: #333;
	margin-bottom: 5px;
	margin-right: 0;
	margin-left: 0;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 7px;	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

/*見出し設定2（ＭＹページで使用）*/
h2 {
	font-size:120%;
	color: #333;
	margin-bottom: 5px;
	padding: 4px;
	padding-left: 10px;
	min-height: 18px;
	line-height: 20px;
	background-position: left top;
	background-color: #EBEBEB;
	border-left-width: 14px;
	border-left-style: solid;
	border-left-color: #868686;
	background-color: rgba(255, 255, 255, 0.9);
}
/*見出し設定3（各ページの小見出しとして使用）*/
h3 {
	font-size:110%;
	margin:14px 0 8px 8px;
	text-align:left;
}

/*見出し設定4（各ページ内で使用）*/
h4 {
	font-size:100%;
	background: #eee;
	margin-bottom: 5px;
	margin-top: 15px;
	padding: 5px 0;
	padding-left: 10px;
	text-align: left;
	border-left: 8px solid #CC0000;
	background-color: rgba(255, 255, 255, 0.9);}

h6{
	font-size:100%;
	width:99%;
	float:left;
	margin:10px auto;
}

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