/****************************
HTMLの共通の設定
****************************/
body 	{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	display:block;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	border-width : 0px 0px 0px 0px;
	}
ul, ol, li {
	margin: 0;
	list-style: none;
	padding-top: 30;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
/********** 入力部品 ************/
input[type='text'],input[type='password']{
	max-width: 400px;
	padding: 5px;
	border-radius: 5px;
	font-size:16px;
	border: 1px solid #ccc;
  	appearance: none;
  	-webkit-appearance: none;
  	-moz-appearance: none;
}
input[type="radio"],input[type="checkbox"]{
	width: 1.4em;
	height: 1.4em;
	vertical-align:middle;
}
textarea{
	padding: 5px;
	border-radius: 5px;
	font-size:16px;
	border: 1px solid #ccc;
  	appearance: none;
  	-webkit-appearance: none;
  	-moz-appearance: none;
}
select{
	padding: 5px;
	border-radius: 5px;
	font-size:16px;
	border: 1px solid #ccc;
  	appearance: none;
  	-webkit-appearance: none;
  	-moz-appearance: none;
}
/********** その他 ************/
.spaceline {
	width:100%;
	height:12px;
	}
.break{
	clear:both;
	}
.listmark{
	vertical-align: middle;
	}

/****************************
ヘッダー
****************************/
#TOPMENU {
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 3px;
	width: 100%;
	height: 52px;
	background-image:linear-gradient(#FAFAFA,#DCDCDC);
	border : 1px solid #999999;
	border-width:1px 0px 1px 0px;
	}
#MENULIST {
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding: 2px;
	display: block;
	width: 100%;
	clear: both;
	}
#TOPMENU #MENULIST ul li {
	float: left;
	height: 48px;
	width: 12.3%;
	display: block;
	color: #555555;
	line-height: normal;
	padding: 0px;
	margin:0px;
	font-weight: bold;
	}
/*== ボタン、リンク ==*/
.HEADMENU {
	line-height:140%;
	cursor:pointer;
	font-size : 15px;
	height:100%;
	width:100%;
	padding: 0px;
	margin: 0px;
	color     :#555555;
	transition: all 0.7s ease-out;
	background-image:linear-gradient(#FAFAFA,#ECECEC);
	border : 1px solid #999999;
	border-width:0px 0px 0px 1px;
	}
.HEADMENU:hover {
	color     :#FFFFFF;
	background-image:linear-gradient(#999999,#CCCCCC);
	}
.HEADMENULAST {
	line-height:140%;
	cursor:pointer;
	font-size : 15px;
	height:100%;
	width:100%;
	padding: 0px;
	margin: 0px;
	color     :#555555;
	transition: all 0.7s ease-out;
	background-image:linear-gradient(#FAFAFA,#ECECEC);
	border : 1px solid #999999;
	border-width:0px 1px 0px 1px;
	}
.HEADMENULAST:hover {
	color     :#FFFFFF;
	background-image:linear-gradient(#999999,#CCCCCC);
	}
/****************************
文字のフォント
****************************/
.TITLE {
	font-size : 22px;
	color     : #555555;
	}
.WORD {
	font-size : 13px;
	color     : #666666;
	}
.WORD2 {
	font-size : 14px;
	color     : #666666;
	}
.WORDL {
	font-size : 15px;
	font-weight : bold;
	color     : #666666;
	}
.WORDYMD {
	font-size : 11px;
	color     : #6666FF;
	}
.WORDS {
	font-size : 11px;
	color     : #FF6666;
	}
.WORDERR {
	font-size : 20px;
	color     : #FF0000;
	}
.WORDR {
	font-size : 13px;
	color     : #EE6666;
	}
.WORDB {
	font-size : 13px;
	color     : #6666EE;
	}
.TODAY {
	font-size : 13px;
	font-weight : bold;
	color     : #000000;
	}
.SUNDAY {
	font-size : 12px;
	color     : #FF3333;
	}
.SATURDAY {
	font-size : 12px;
	color     : #3333FF;
	}
.HOLIDAY {
	font-size : 12px;
	color     : #FF3333;
	}
.CADAY{
	font-size : 12px;
	color     : #777777;
	}
.MENU A:hover{
	color:#ffffff;
	background:orange;
	}
/*== TABLE色 ==*/
.TITLETD {
	background-color: #E9E9E9;
	}
.INTDM {
	background-color: #F9F9F9;
	}
.INTD {
	background-color: #FFFFFF;
	}
.ERRTD {
	background-color: #FFFFFF;
	}
.TODAYTD {
	background-color: #CCCCFF;
	}
.SUNDAYTD {
	background-color: #FFEEEE;
	}
.HOLIDAYTD {
	background-color: #FFEEEE;
	}
.SATURDAYTD {
	background-color: #EEEEFF;
	}
.CATD {
	background-color: #FAFAFA;
	}
/*== ボタン、リンク ==*/
.KANRIBT {
	line-height:160%;
	cursor:pointer;
	font-size : 16px;
	text-align:center;
	vertical-align:middle;
	width:200px;
	padding: 3px 10px 3px 10px;
	margin: 2px;
	color     :#555555;
	transition: all 0.7s ease-out;
	background-image:linear-gradient(#FAFAFA,#CCCCCC);
	border : 1px solid #999999;
	border-width:0px 1px 1px 0px;
	border-radius:3px;
	}
.KANRIBT:hover {
	color     :#FFFFFF;
	background-image:linear-gradient(#999999,#CCCCCC);
	}
.BT {
	display: inline-block;
	background: transparent;
	text-transform: uppercase;
	font-weight: 500;
	font-style: normal;
	font-size: 12.5px;
	letter-spacing: 0.3em;
	color: rgba(150,90,50,0.7);
	border-radius: 0;
	padding: 2px 5px 2px 5px;
	transition: all 0.7s ease-out;
	background: linear-gradient(270deg, rgba(233,190,106,0.8), rgba(146,111,52,0.8), rgba(34,34,34,0), rgba(34,34,34,0));
	background-position: 1% 50%;
	background-size: 300% 300%;
	text-decoration: none;
	margin: 2px;
	border: none;
	border: 1px solid rgba(150,90,50,0.3);
}
.BT:hover {
	color: #FFFFFF;
	background-position: 99% 50%;
}
.CABT {
	cursor:pointer;
	font-size : 13px;
	color     :#555555;
	background-color:#E9FFE9;
	border-width:0px 1px 1px 0px;
	border-color:#EFEFEF;
}
.KLINK {
	display: inline-block;
	background: transparent;
	text-transform: uppercase;
	font-weight: 500;
	font-style: normal;
	font-size: 12.5px;
	letter-spacing: 0.3em;
	color: rgba(150,90,50,0.7);
	border-radius: 0;
	padding: 2px 5px 2px 5px;
	transition: all 0.7s ease-out;
	background: linear-gradient(270deg, rgba(233,190,106,0.8), rgba(146,111,52,0.8), rgba(34,34,34,0), rgba(34,34,34,0));
	background-position: 1% 50%;
	background-size: 300% 300%;
	text-decoration: none;
	margin: 2px;
	border: none;
	border: 1px solid rgba(150,90,50,0.3);
}
.KLINK:hover {
	color: #FFFFFF;
	background-position: 99% 50%;
}
.KANRILINK {
	display: inline-block;
	background: transparent;
	text-transform: uppercase;
	font-weight: 500;
	font-style: normal;
	font-size: 12.5px;
	letter-spacing: 0.3em;
	color: rgba(150,90,50,0.7);
	border-radius: 0;
	padding: 2px 5px 2px 5px;
	transition: all 0.7s ease-out;
	background: linear-gradient(270deg, rgba(233,190,106,0.8), rgba(146,111,52,0.8), rgba(34,34,34,0), rgba(34,34,34,0));
	background-position: 1% 50%;
	background-size: 300% 300%;
	text-decoration: none;
	margin: 2px;
	border: none;
	border: 1px solid rgba(150,90,50,0.3);
	}
.KANRILINK:hover {
	color: #FFFFFF;
	background-position: 99% 50%;
	}
.PAGE {
	cursor:pointer;
	font-size : 13px;
	color     :#555555;
	background-color:#FFFFFF;
	border-width:0px 1px 1px 0px;
	border-radius:2px;
}
.PAGE:hover {
	font-weight : bold;
	color     :#FFFFFF;
	background-color:#E9E9FF;
}
.PAGE2 {
	cursor:pointer;
	font-size : 14px;
	font-weight : bold;
	color     :#555555;
	background-color:#FFE9E9;
	border-width:0px 1px 1px 0px;
	border-radius:2px;
}
.SORT {
	cursor:pointer;
	font-size : 13px;
	color     :#555555;
	background-color:#FFFFFF;
	border-width:0px 1px 1px 0px;
	border-radius:2px;
}
.SORT:hover {
	font-weight : bold;
	color     :#FFFFFF;
	background-color:#A9C9FF;
	border-width:0px 1px 1px 0px;
	border-radius:2px;
}
.SORT2 {
	cursor:pointer;
	font-size : 14px;
	font-weight : bold;
	color     :#CCCCCC;
	background-color:#EFEFEF;
	border-width:0px 1px 1px 0px;
	border-radius:2px;
}
/*== 上へボタン ==*/
#return-top {
	height: 40px;
	line-height: 40px;
	background-color: #0099FF;
	border-radius: 30%;
	bottom: 11px;
	color: #fff;
	font-size: 14px;
	outline: 0;
	position: fixed;
	right: 10px;
	text-decoration:none;
	text-align: center;
	width: 50px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#return-top:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
/****************************
メインコンテンツ
****************************/
#contents {
	position: relative;
	width: 100%;
	}
/*** PCサイズ ***/ 
@media(min-width:769px){
	#maincontents {
		width: 98%;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
}
/*** タブレットサイズ ***/ 
@media(max-width:768px) and (min-width: 321px){
	#maincontents {
		width: 98%;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
}
/****************************
ボックス
****************************/
#titlebox {
	float: center;
	display:inline-block;
	width:98%;
	font-size:14px;
	text-align:center;
	margin:5px;
	padding:5px;
	background:#DDEFFF;
	border : 1px solid #99AAFF;
	border-width:1px 1px 1px 1px;
	border-radius:3px;
	}
.leftbox {
	width:100%;
	text-align:left;
	}

.CUSTMERBOX{
	float: left;
	width: 49%;
	display: block;
	text-align:left;
	padding:0px;
	margin: 1px;
	color : #555555;
	}
.submitbox{
	float: left;
	width: 98%;
	display: block;
	text-align:center;
	padding:1px;
	margin: 2px;
	color : #555555;
	}
#ERRBOX {
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 3px;
	width: 80%;
	font-size:16px;
	color:#FF0000;
	text-align:left;
	}
