@charset "utf-8";
/* インプット */
input[type="text"], input[type="password"] {
	border: 1px solid #A8A8A8;
	background-repeat: repeat-x;
	padding: 1px;
	color: #333333;
	margin-right: 2px;
	height: 19px;
}
/* インプット、ボタン */
input[type="button"], input[type="submit"], input[type="file"], input[type="reset"] {
	padding:3px 20px;
	cursor: pointer;
}
/* 画像ボタン */
button.imgbtn {
	padding: 0px;
	border: none;
	background: transparent;
}
/*テキストエリア*/
textarea {
	border: 1px solid #A8A8A8;
	padding: 1px;
	color: #333333;
}
/*---------------------------------------------
■装飾ボタン（大）
---------------------------------------------*/
/*■共通設定
-------------------------*/
button {
	position: relative;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}
 button::-moz-focus-inner {
 border: none;  /* overrides extra padding in Firefox */
}
button span {
	position: relative;
	display: block;
	white-space: nowrap;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
 margin-top: -1px;
}
}

/*■グリーン
-------------------------*/
button.btn_grn {
	padding: 0 15px 0 0;
	margin-right:0px;
	font-weight:bold;
	font-size:1.2em;
	text-align: center;
	background: transparent url(img/btn/btn_grn.jpg) no-repeat right -135px;
}
button.btn_grn span {
	padding: 5px 0 0 17px;
	margin:0px;
	height:30px;
	background: transparent url(img/btn/btn_grn.jpg) no-repeat left top;
	color:#fff;
}
button.btn_grn:hover {
	background-position: right -180px;
}
button.btn_grn:hover span {
	background-position: 0 -45px;
}
button.btn_grn:active {
	background-position: right -225px;
}
button.btn_grn:active span {
	background-position: 0 -90px;
}
/*■グリーン（影なし）
-------------------------*/
button.btn_grn_nonshadow {
	padding: 0 15px 0 0;
	margin-right:0px;
	font-weight:bold;
	font-size:1.2em;
	text-align: center;
	background: transparent url(img/btn/btn_grn_nonshadow.gif) no-repeat right -135px;
}
button.btn_grn_nonshadow span {
	padding: 5px 0 0 17px;
	margin:0px;
	height:30px;
	background: transparent url(img/btn/btn_grn_nonshadow.gif) no-repeat left top;
	color:#fff;
}
button.btn_grn_nonshadow:hover {
	background-position: right -180px;
}
button.btn_grn_nonshadow:hover span {
	background-position: 0 -45px;
}
button.btn_grn_nonshadow:active {
	background-position: right -225px;
}
button.btn_grn_nonshadow:active span {
	background-position: 0 -90px;
}
/*■ブルー
-------------------------*/
button.btn_blu {
	padding: 0 15px 0 0;
	margin-right:0px;
	font-weight:bold;
	font-size:1.2em;
	text-align: center;
	background: transparent url(img/btn/btn_blu.jpg) no-repeat right -135px;
}
button.btn_blu span {
	padding: 5px 0 0 17px;
	margin:0px;
	height:30px;
	background: transparent url(img/btn/btn_blu.jpg) no-repeat left top;
	color:#fff;
}
button.btn_blu:hover {
	background-position: right -180px;
}
button.btn_blu:hover span {
	background-position: 0 -45px;
}
button.btn_blu:active {
	background-position: right -225px;
}
button.btn_blu:active span {
	background-position: 0 -90px;
}
/*■レッド
-------------------------*/
button.btn_red {
	padding: 0 15px 0 0;
	margin-right:0px;
	font-weight:bold;
	font-size:1.2em;
	text-align: center;
	background: transparent url(img/btn/btn_red.jpg) no-repeat right -135px;
}
button.btn_red span {
	padding: 5px 0 0 17px;
	margin:0px;
	height:30px;
	background: transparent url(img/btn/btn_red.jpg) no-repeat left top;
	color:#fff;
}
button.btn_red:hover {
	background-position: right -180px;
}
button.btn_red:hover span {
	background-position: 0 -45px;
}
button.btn_red:active {
	background-position: right -225px;
}
button.btn_red:active span {
	background-position: 0 -90px;
}
/*■ブラウン
-------------------------*/
button.btn_brw {
	padding: 0 15px 0 0;
	margin-right:0px;
	font-weight:bold;
	font-size:1.2em;
	text-align: center;
	background: transparent url(img/btn/btn_brw.jpg) no-repeat right -135px;
}
button.btn_brw span {
	padding: 5px 0 0 17px;
	margin:0px;
	height:30px;
	background: transparent url(img/btn/btn_brw.jpg) no-repeat left top;
	color:#fff;
}
button.btn_brw:hover {
	background-position: right -180px;
}
button.btn_brw:hover span {
	background-position: 0 -45px;
}
button.btn_brw:active {
	background-position: right -225px;
}
button.btn_brw:active span {
	background-position: 0 -90px;
}

/*---------------------------------------------
■装飾ボタン（小）
---------------------------------------------*/
/*■グリーン
-------------------------*/
button.btn_sub_grn {
	padding: 0 15px 0 0;
	margin-right:2px;
	font-weight:bold;
	font-size:12px;
	text-align: center;
	background: transparent url(img/btn/btn_sub_grn.gif) no-repeat right -135px;
}
button.btn_sub_grn span {
	padding: 0 0 0 14px;
	margin:0px;
	height:19px;
	line-height:19px;
	background: transparent url(img/btn/btn_sub_grn.gif) no-repeat left top;
	color:#fff;
}
button.btn_sub_grn:hover {
	background-position: right -180px;
}
button.btn_sub_grn:hover span {
	background-position: 0 -45px;
}
button.btn_sub_grn:active {
	background-position: right -225px;
}
button.btn_sub_grn:active span {
	background-position: 0 -90px;
}
/*■レッド
-------------------------*/
button.btn_sub_red {
	padding: 0 15px 0 0;
	margin-right:2px;
	font-weight:bold;
	font-size:12px;
	text-align: center;
	background: transparent url(img/btn/btn_sub_red.gif) no-repeat right -135px;
}
button.btn_sub_red span {
	padding: 0 0 0 14px;
	margin:0px;
	height:19px;
	line-height:19px;
	background: transparent url(img/btn/btn_sub_red.gif) no-repeat left top;
	color:#fff;
}
button.btn_sub_red:hover {
	background-position: right -180px;
}
button.btn_sub_red:hover span {
	background-position: 0 -45px;
}
button.btn_sub_red:active {
	background-position: right -225px;
}
button.btn_sub_red:active span {
	background-position: 0 -90px;
}
/*■ブルー
-------------------------*/
button.btn_sub_blu {
	padding: 0 15px 0 0;
	margin-right:2px;
	font-weight:bold;
	font-size:12px;
	text-align: center;
	background: transparent url(img/btn/btn_sub_blu.gif) no-repeat right -135px;
}
button.btn_sub_blu span {
	padding: 0 0 0 14px;
	margin:0px;
	height:19px;
	line-height:19px;
	background: transparent url(img/btn/btn_sub_blu.gif) no-repeat left top;
	color:#fff;
}
button.btn_sub_blu:hover {
	background-position: right -180px;
}
button.btn_sub_blu:hover span {
	background-position: 0 -45px;
}
button.btn_sub_blu:active {
	background-position: right -225px;
}
button.btn_sub_blu:active span {
	background-position: 0 -90px;
}
/*■ブラウン
-------------------------*/
button.btn_sub_brw {
	padding: 0 15px 0 0;
	margin-right:2px;
	font-weight:bold;
	font-size:12px;
	text-align: center;
	background: transparent url(img/btn/btn_sub_brw.gif) no-repeat right -135px;
}
button.btn_sub_brw span {
	padding: 0 0 0 14px;
	margin:0px;
	height:19px;
	line-height:19px;
	background: transparent url(img/btn/btn_sub_brw.gif) no-repeat left top;
	color:#fff;
}
button.btn_sub_brw:hover {
	background-position: right -180px;
}
button.btn_sub_brw:hover span {
	background-position: 0 -45px;
}
button.btn_sub_brw:active {
	background-position: right -225px;
}
button.btn_sub_brw:active span {
	background-position: 0 -90px;
}
/*■ブラック
-------------------------*/
button.btn_sub_brk {
	padding: 0 15px 0 0;
	margin-right:2px;
	font-weight:bold;
	font-size:12px;
	text-align: center;
	background: transparent url(img/btn/btn_sub_brk.gif) no-repeat right -135px;
}
button.btn_sub_brk span {
	padding: 0 0 0 14px;
	margin:0px;
	height:19px;
	line-height:19px;
	background: transparent url(img/btn/btn_sub_brk.gif) no-repeat left top;
	color:#fff;
}
button.btn_sub_brk:hover {
	background-position: right -180px;
}
button.btn_sub_brk:hover span {
	background-position: 0 -45px;
}
button.btn_sub_brk:active {
	background-position: right -225px;
}
button.btn_sub_brk:active span {
	background-position: 0 -90px;
}
/*■イエロー
-------------------------*/
button.btn_sub_yel {
	padding: 0 15px 0 0;
	margin-right:2px;
	font-weight:bold;
	font-size:12px;
	text-align: center;
	background: transparent url(img/btn/btn_sub_yel.gif) no-repeat right -135px;
}
button.btn_sub_yel span {
	padding: 0 0 0 14px;
	margin:0px;
	height:19px;
	line-height:19px;
	background: transparent url(img/btn/btn_sub_yel.gif) no-repeat left top;
	color:#666;
}
button.btn_sub_yel:hover {
	background-position: right -180px;
}
button.btn_sub_yel:hover span {
	background-position: 0 -45px;
}
button.btn_sub_yel:active {
	background-position: right -225px;
}
button.btn_sub_yel:active span {
	background-position: 0 -90px;
}

/*---------------------------------------------
■装飾ボタン（極小）
---------------------------------------------*/
/*■グリーン
-------------------------*/
button.btn_min {
	padding: 0 4px 0 0;
	margin-right:2px;
	font-weight:normal;
	font-size:11px;
	text-align: center;
	background: transparent url(img/btn/btn_min.gif) no-repeat right -135px;
}
button.btn_min span {
	padding: 0 0 0 6px;
	margin:0px;
	height:17px;
	line-height:17px;
	background: transparent url(img/btn/btn_min.gif) no-repeat left top;
	color:#fff;
}
button.btn_min:hover {
	background-position: right -180px;
}
button.btn_min:hover span {
	background-position: 0 -45px;
}
button.btn_min:active {
	background-position: right -225px;
}
button.btn_min:active span {
	background-position: 0 -90px;
}

/*---------------------------------------------
■検索フォーム
---------------------------------------------*/
.search_menu .search_navi {
	float:left;
	width:137px;
	height:27px;
	padding:2px;
	font-size:1.2em;
	font-family:Arial, sans-serif;
	color:#666;
	border:solid 1px #aaa;
	margin:0px;
	border-right-style:none;
	-webkit-border-radius:0;
	-webkit-appearance:none;
	-webkit-border-top-left-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-bottomleft:4px;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	box-shadow:0 1px rgba(0,0,0,0.2) inset;
}
.search_menu .search_btn {
	float:left;
	line-height:27px;
	height:27px;
	padding:2px 13px;
	font-size:1.1em;
	font-weight:normal;
	border:solid 1px #aaa;
	margin:0px;
	color:#fff;
	background-color:#555;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing: content-box;
	-webkit-border-radius:0;
	-webkit-appearance:none;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomright:4px;
	border-top-right-radius:4px;
	border-bottom-right-radius: 5px;
	box-shadow:0 1px rgba(0,0,0,0.2) inset;
}
