body{
	background-image:url('../img/main_bg2.jpg');
}

body,h1,h2,h3,h4,h5,h6,
ul,li,dl,dt,dd,div,p,form{
	font-family: Arial, "EE EゴシチE", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
ul,dl,ol {
	list-style-type: none;
}

.clear {
	clear: both;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロチEレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
div{
    zoom:1;/*for IE 5.5-7*/
}

.f-size14 {
	font-size: 14px;
}
.f-size16 {
	font-size: 16px;
}
/*-----------------------------------------------------------------------------

-----------------------------------------------------------------------------*/

#page-contents{
	margin: 0 auto 0;
	padding: 0;
	background:url(../img/common_bg.jpg) top center no-repeat;
}
#page-contents a{
	color: #FF4000;
}

#page-main-contents {
	float: left;
	width: 630px;
	margin: 100px 9px 0 84px;
	display: inline;
	background: url(../img/page_contents_bg.gif) top center repeat-y;
	color: #3F3F3F;
}
#page-main-contents h2 {
	margin: 0 0 20px 0;
	text-align: center;
}
#page-main-contents h3 {
	margin: 0 0 20px 60px;
}
#page-main-contents p {
	margin: 0 50px 0 60px;
	line-height: 160%;
}
#page-main-contents p.sec01 {
	margin-top: 20px;
	margin-bottom: 20px;
}
#page-main-contents p.sec02 {
	margin-top: 20px;
	margin-bottom: 40px;
}
#page-main-contents .send-result {
	margin: 100px 50px 100px 60px;
	line-height: 160%;
}
#page-main-contents p span {
	color: #FF7F00;
}
.dotLine  {
	margin: 0 0 20px 0;
	text-align: center;
	clear: both;
}
#page-side {
	float: left;
	width: 250px;
	margin: 50px 0 0 0;
}
#side-nav-box {
	background: url(../img/side_nav_bg.gif) repeat-y;
}
ul#side_list {
	margin: 0;
	width: 200px;
	padding: 0 0 0 20px;
}
ul#side_list li {
	list-style-type: none;
	margin: 0 0 2px 0;
	padding: 5px 0 5px 0;
	background: url(../img/side_list_bg.gif) repeat-y;
	position: relative;
}
ul#side_list li a{
	padding: 0 0 0 10px;
	color: #fff;
	text-decoration: none;
	display: block;
}
ul#side_list li a:hover{
	color: #FF7F00;
	text-decoration: underline;
}
ul#side_list li.mega {
	z-index: 200;
	margin: 0 0 2px 0;
	padding: 5px 0 5px 10px;
	background: #110000 url(../img/side_navi_arrow.gif) center right no-repeat;
	cursor: pointer;
}
ul#side_list li.mega2 {
	z-index: 100;
	margin: 0 0 2px 0;
	padding: 5px 0 5px 10px;
	background: #110000 url(../img/side_navi_arrow.gif) center right no-repeat;
	cursor: pointer;
}

ul#side_list li.mega a:hover,
ul#side_list li.mega2 a:hover {
	text-decoration: underline;
}

ul#side_list li.mega div , ul#side_list li.mega2 div{
	display: none;
	width: 190px;
	top: 25px;
	left: 0;
	padding: 5px 10px 10px 10px;
	position: absolute;
	background: #110000;
	border: 1px solid #333;
}

ul#side_list li.hovering div {
	display: block;
}
ul#side_list li.mega div h3 {
	margin: 10px 0 10px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px dashed #333;
	color: #FF7F00;
	font-weight: bold;
}
ul#side_list li.mega div h4 {
	margin: 0;
	padding: 0;
}

ul#side_list li.mega div ul.pulldown-list,
ul#side_list li.mega2 div ul.pulldown-list{
	list-style-type: none;
	margin: 5px 0 15px 0;
	padding: 0;
	background: none;
}
ul#side_list li.mega div ul.pulldown-list li,
ul#side_list li.mega2 div ul.pulldown-list li{
	list-style-type: none;
	margin: 0 0 2px 0;
	padding: 0;
	background: none;
	display: inline;
}
ul#side_list li.mega div ul.pulldown-list li a,
ul#side_list li.mega2 div ul.pulldown-list li a {
	padding: 0 0 0 10px;
	color: #fff;
	text-decoration: none;
	display: block;
	background: none;
}
ul#side_list li.mega div ul.pulldown-list a:hover,
ul#side_list li.mega2 div ul.pulldown-list a:hover {
	color: #FF7F00;
	text-decoration: underline;
}


#side-nav-footer img {
	border: none;
	vertical-align: bottom;
}

#mailinglist-box {
	width: 218px;
	background: url(../img/mailing_form_bg.gif) no-repeat;
	margin: 0;
	padding: 40px 10px 0 10px;
	text-align: center;
	height: 110px;
}
#mailinglist-box p {
	margin: 0 0 9px 0;
}
#mailinglist-box p#malmaga_email {
	margin: 0 0 3px 0;
}
#mailinglist-box input {
	margin: 0;
	vertical-align: middle;
}
#mailinglist-box input.ml01.default-value {
	color: #666;
}
#mailinglist-box input.ml01 {
	width: 170px;
	padding: 5px 0 0 5px;
	border: 1px solid #666;
	background: #000;
	color: #CCC;
	height: 22px;
}
#mailinglist-box img#mailing_pop {
	position: absolute;
	top: -200px;
	left: -120px;
	/*visibility: hidden;*/
	display: none;
}

#gallery-box {
	padding: 12px 0 68px 15px;
	background: url(../img/gallery_bg.gif) no-repeat;
}

#mobilebox {
	padding: 35px 0 60px 120px;
	background: url(../img/mobile_bg.jpg) no-repeat;
}

#page-contents-fooer {
	clear: both;
	height: 31px;
	background:url(../img/page_contents_footer_bg.gif) 4px 0 no-repeat;
}
#header-page {
	height: 393px;
	margin: 0 auto 0;
	padding: 0;
	background: url(../img/header_contents01_bg.jpg) top center no-repeat;
}
#header-page h1{
	margin: 0 auto;
	text-align: center;
}
#header-page h1 img{
	margin: 160px auto 0;
}
#contents-wrapper {
	background: url(../img/content_page_bg.jpg) 0 0 no-repeat;
}
#footer{
	clear: both;
}
/*-----------------------------------------------------------------------------
staff.html
-----------------------------------------------------------------------------*/
dl#staff-list01 {
	margin: 20px 0 0 60px;
}

dl#staff-list01 dt {
	clear: both;
	float: left;
	width: 90px;
	margin: 0 0 10px 0;
	line-height: 160%;
	color: #FF7F00;
}
dl#staff-list01 dd {
	margin: 0 50px 10px 90px;
	line-height: 160%;
}
dl#staff-list01 dd span, 
ul.staff-list02 span {
	color: #FF7F00;
}
ul.staff-list02,
ul.staff-list03,
ul.staff-list04 {
	margin: 20px 0 0 150px;
	line-height: 160%;
}
ul.staff-list03 {
	margin: 20px 0 20px 150px;
}
ul.staff-list03 li.button {
	padding-top: 20px;
	text-align: center;
}
ul.staff-list02 li {
	margin: 0 50px 10px 0;
	line-height: 160%;
}
ul.staff-list02 li strong {
	font-size: 14px;
}
ul.staff-list03 li {
	margin: 0 50px 0 14px;
	text-indent: -12px;
	line-height: 160%;
}
ul.staff-list04 li {
	margin: 0 50px 20px 0;
	line-height: 160%;
}
ul.staff-list04 li strong {
	font-size: 14px;	
}

dl#staff-form {
	margin: 0 0 0 60px;
	clear: both;
}
dl#staff-form dt {
	clear: both;
	float: left;
	width: 90px;
	margin: 0 0 5px 0;
	line-height: 160%;
	color: #FF7F00;
}
dl#staff-form dd {
	margin: 0 0 5px 90px;
	line-height: 160%;
	vertical-align: top;
}
dl#staff-form dd span {
	color: #FF7F00;
}
dl#staff-form dd input.default-value,
dl#staff-form dd textarea.default-value{
	color: #666;
}
dl#staff-form dd input,
dl#staff-form dd textarea{
	margin: 0 0 5px 0;
	padding: 3px;
	background: #F7F7EF;
}
dl#staff-form dd input.sf01,
dl#staff-form dd input.sf02,
dl#staff-form dd input.sf03,
dl#staff-form dd input.sf04,
dl#staff-form dd input.sf01,
dl#staff-form dd textarea {
	border: 1px solid #CCC;
}
dl#staff-form dd input.sf01 {
	width: 100px;
}
dl#staff-form dd input.sf02 {
	width: 300px;
}
dl#staff-form dd input.sf03 {
	width: 300px;
}
dl#staff-form dd input.sf04 {
	width: 50px;
}
dl#staff-form dd textarea.sf05 {
	width: 350px;
	height: 50px;
	font-size: 12px;
}
dl#staff-form dd textarea.sf05-2 {
	width: 170px;
	height: 50px;
	font-size: 12px;
}
ul#staff-form-bottom li {
	margin: 0 50px 0 0;
	line-height: 160%;
}
ul#staff-form-bottom {
	margin: 20px 0 20px 150px;
	line-height: 160%;
}
/*-----------------------------------------------------------------------------
camaera.html
-----------------------------------------------------------------------------*/
#header-camera {
	height: 393px;
	margin: 0 auto 0;
	padding: 0;
	background: url(../camera/images/header_contents02_bg.jpg) top center no-repeat;
}
#header-camera h1{
	margin: 0 auto;
	text-align: center;
}
#header-camera h1 img{
	margin: 160px auto 0;
}
#contents-wrapper-camera {
	background: url(../camera/images/content_camera_bg.jpg) 0 0 no-repeat;
}

/*-----------------------------------------------------------------------------
xmas_anc.html
-----------------------------------------------------------------------------*/
#header-xmasAnc {
	height: 393px;
	margin: 0 auto 0;
	padding: 0;
	background: url(../xmas_anc/images/header.jpg) top center no-repeat;
}
#header-xmasAnc h1{
	margin: 0 auto;
	text-align: center;
}
#header-xmasAnc h1 img{
	margin: 160px auto 0;
}
dl.xmas-list01 {
	clear: both;
	margin: 20px 0 30px 60px;
}

dl.xmas-list01 dt {
	clear: both;
	float: left;
	width: 90px;
	margin: 0 0 5px 0;
	line-height: 160%;
	color: #FF7F00;
}
dl.xmas-list01 dd {
	margin: 0 50px 5px 90px;
	line-height: 160%;
}
dl.xmas-list01 dd span {
	color: #FF7F00;
}
dl.xmas-list01 dd strong {
	font-size: 18px;
	font-weight: normal;
}
/*-----------------------------------------------------------------------------
xmas.html
-----------------------------------------------------------------------------*/
#header-Xmas {
	height: 393px;
	margin: 0 auto 0;
	padding: 0;
	background: url(../xmas/images/header.jpg) top center no-repeat;
}
#header-Xmas h1{
	margin: 0 auto;
	text-align: center;
}
#header-Xmas h1 img{
	margin: 160px auto 0;
}
dl.jaja-list {
	margin: 20px 0 30px 60px;
}

dl.jaja-list dt {
	clear: both;
	float: left;
	width: 120px;
	margin: 0 0 5px 0;
	line-height: 160%;
	color: #FF7F00;
}
dl.jaja-list dd {
	margin: 0 50px 5px 130px;
	line-height: 160%;
}
dl.jaja-list dd span {
	color: #FF7F00;
}
dl.jaja-list dd strong {
	font-size: 18px;
	font-weight: normal;
}
/*-----------------------------------------------------------------------------
live_info.html
-----------------------------------------------------------------------------*/
#page-main-contents h2.cap01 {
	margin: 0 0 0 60px;
	text-align: left;
}
.live-box {
	clear: both;
	margin: 0 0 15px 60px;
}
h3.liveInfo {
	font-size: 22px;
}
.area {
	float: left;
	width: 100px;
	display:inline;
	padding: 0 0 0 10px;
	color: #FF7F00;
}
dl.jazz-live01 {
	float: left;
	width: 430px;
	margin: 0 0 0 10px;
}

dl.jazz-live01 dt {
	clear: both;
	float: left;
	width: 130px;
	margin: 0 0 5px 0;
	padding: 0 0 0 22px;
	background: url(../live_info/images/arrow.gif) 0 50% no-repeat;
}
dl.jazz-live01 dd {
	margin: 0 0 5px 110px;
}
dl.jazz-live01 dd span  {
	color: #FF7F00;
}
dl#live-form {
	margin: 0 0 25px 60px;
}
dl#live-form dt {
	clear: both;
	float: left;
	width: 100px;
	margin: 0 0 5px 0;
	line-height: 160%;
	color: #FF7F00;
	width: 110px;
}
dl#live-form dd {
	margin: 0 0 5px 120px;
	padding-right: 30px;
	line-height: 160%;
	vertical-align: top;
}
dl#live-form dd span {
	color: #FF7F00;
}
dl#live-form dd.button {
	padding-top: 20px;
	text-align: center;
}

dl#live-form dd input.default-value,
dl#live-form dd textarea.default-value{
	color: #666;
}
dl#live-form dd input,
dl#live-form dd textarea,
dl#live-form dd select{
	margin: 0 0 5px 0;
	padding: 3px;
	background: #F7F7EF;
}
dl#live-form dd input.lf01,
dl#live-form dd input.lf02,
dl#live-form dd input.lf02-2,
dl#live-form dd input.lf03,
dl#live-form dd input.lf04,
dl#live-form dd input.lf04-2,
dl#live-form dd textarea,
dl#live-form dd select {
	border: 1px solid #CCC;
}
dl#live-form dd input.lf01 {
	width: 100px;
}
dl#live-form dd input.lf02 {
	width: 300px;
}
dl#live-form dd input.lf02-2 {
	width: 250px;
}
dl#live-form dd input.lf03 {
	width: 300px;
}
dl#live-form dd input.lf04 {
	width: 50px;
}
dl#live-form dd input.lf04-2 {
	width: 20px;
}
dl#live-form dd textarea.lf05 {
	width: 350px;
	height: 50px;
	font-size: 12px;
}
dl#live-form dd select.liveRegion optgroup {
	font-style: normal;
}
/*result.html
-----------------------------------------------------------------------------*/
#page-main-contents h2.liveTilte {
	margin: 0 0 10px 60px;
	text-align: left;
	font-size: 16px;
	color: #FF4000;
}
dl.liveEvent-list01 {
	clear: both;
	margin: 20px 0 30px 60px;
}

dl.liveEvent-list01 dt {
	clear: both;
	float: left;
	width: 110px;
	margin: 0 0 5px 0;
	line-height: 160%;
	color: #FF7F00;
}
dl.liveEvent-list01 dd {
	margin: 0 50px 5px 120px;
	line-height: 160%;
}
dl.liveEvent-list01 dd span {
	color: #FF7F00;
}
dl.liveEvent-list01 dd strong {
	font-size: 18px;
	font-weight: normal;
}
#page-main-contents div.status-button {
	text-align: center;
	padding-bottom: 20px;
}

/*-----------------------------------------------------------------------------
xmas_grand_hotel.html
-----------------------------------------------------------------------------*/
#header-XmasGrandHotel {
	height: 393px;
	margin: 0 auto 0;
	padding: 0;
	background: url(../xmas_grand_hotel/images/header.jpg) top center no-repeat;
}
/*-----------------------------------------------------------------------------
lilac.html
-----------------------------------------------------------------------------*/
#header-lilac {
	height: 393px;
	margin: 0 auto 0;
	padding: 0;
	background: url(../lilac/images/header_contents03_bg.jpg) top center no-repeat;
}

ul.lilac-list01 span {
	color: #FF7F00;
}
ul.lilac-list01 {
	margin: 20px 0 40px 150px;
	line-height: 160%;
}
ul.lilac-list01 li {
	margin: 0 50px 10px 0;
	line-height: 160%;
}
ul.lilac-list01 li strong {
	font-size: 14px;
}
.artist-wrap {
	margin: 0 0 20px 0;
	overflow: hidden;
	_zoom: 1;
}
.artist {
	margin: 0 0 10px 0;
}
.artist-wrap img.artist {
	float: left;
	margin: 0 10px 0 60px;
	border: 1px solid #CCC;
	vertical-align: top;
}
.artist-wrap img.artist-photo {
	margin: 0 10px 10px 0;
	vertical-align: middle;
}
#page-main-contents .artist-wrap p {
	margin: 0 50px 0 60px;
	line-height: 180%;
}
#page-main-contents .artist-wrap p.sec01 {
	margin: 20px 50px 20px 60px;
	line-height: 180%;
}
/*-----------------------------------------------------------------------------
jazzbank.html
-----------------------------------------------------------------------------*/
.artist-wrap img.bank {
	clear: both;
	float: left;
	margin: 0 10px 5px 60px;
	border: 1px solid #CCC;
	vertical-align: top;
}
.artist-wrap-box {
	clear: both;
	margin: 0 0 20px 0;
	overflow: hidden;
	_zoom: 1;
}
/*-----------------------------------------------------------------------------
woongsan.html
-----------------------------------------------------------------------------*/
#header-wsgh {
	height: 393px;
	margin: 0 auto 0;
	padding: 0;
	background: url(../woongsan/images/header_wshotel_bg.jpg) top center no-repeat;
}
/*-----------------------------------------------------------------------------
crypton.html
-----------------------------------------------------------------------------*/
#header-crypton {
	height: 393px;
	margin: 0 auto 0;
	padding: 0;
	background: url(../crypton/images/header_crypton_bg.jpg) top center no-repeat;
}

/*-----------------------------------------------------------------------------
whiterock.html
-----------------------------------------------------------------------------*/
#header-wrmt {
	height: 393px;
	margin: 0 auto 0;
	padding: 0;
	background: url(../whiterock/images/header_wrmt_bg.jpg) top center no-repeat;
}
#header-wrmt2 {
	height: 393px;
	margin: 0 auto 0;
	padding: 0;
	background: url(../northjam/images/header_wrmt2_bg.jpg) top center no-repeat;
}
#header-wrmt3 {
	height: 393px;
	margin: 0 auto 0;
	padding: 0;
	background: url(../parkjazzlive/images/header_wrmt3_bg.jpg) top center no-repeat;
}
#header-wrmt4 {
	height: 393px;
	margin: 0 auto 0;
	padding: 0;
	background: url(../mediakit/images/header_wrmt4_bg.jpg) top center no-repeat;
}
#header-wrmt5 {
	height: 393px;
	margin: 0 auto 0;
	padding: 0;
	background: url(../privacy/images/header_wrmt5_bg.jpg) top center no-repeat;
}
#header-wrmt6 {
	height: 393px;
	margin: 0 auto 0;
	padding: 0;
	background: url(../obihiro/images/header_wrmt3_bg.jpg) top center no-repeat;
}
#header-wrmt7 {
	height: 393px;
	margin: 0 auto 0;
	padding: 0;
	background: url(../promotion/images/header_wrmt_bg.jpg) top center no-repeat;
}
#header-wrmt8 {
	height: 393px;
	margin: 0 auto 0;
	padding: 0;
	background: url(../shuffle_club/images/header_wrmt_bg.jpg) top center no-repeat;
}
#wr-artist-wrap {
	width: 570px;
	margin: 0 -120px 0 50px;
}
.artist-box {
	float: left;
	width: 150px;
	margin: 0 40px 20px 0;
	display: inline;
}
.artist-box img {
	margin: 0 0 5px 0;
	border: none;
	vertical-align: top;
}
#page-main-contents .artist-box p {
	margin: 0;
	line-height: 140%;
}

#artist-wrap {
	float: left;
	width: 191px;
	margin: 0 10px 0 60px;
	display: inline;
}
#artist-wrap img {
	margin: 0;
	vertical-align: top;
	border: 1px solid #CCC;
}
#page-main-contents .artist-wrap #artist-wrap p {
	line-height: 120%;
	margin: 3px 0 0 0;
	padding: 0 0 0 5px;
	font-size: 10px;
}
/*-----------------------------------------------------------------------------
aboutus.html
-----------------------------------------------------------------------------*/
table.meibo {
	width: 500px;
	margin: 0 auto;
	margin-bottom: 10px;
	background: #999;
}
table.meibo th {
	padding: 10px;
	background: #000;
	letter-spacing: 0.5em;
	text-align: center;
	font-weight: normal;
	color: #FFF;
}
table.meibo th.first-title {
	width: 55px;
}
table.meibo th.second-title {
	width: 100px;
}
table.meibo td {
	padding: 10px;
	background: #F7F7EF;
	vertical-align: top;
}
/*-----------------------------------------------------------------------------
sponsor.html
-----------------------------------------------------------------------------*/
#header-other {
	height: 393px;
	margin: 0 auto 0;
	padding: 0;
	background: url(../img/header_other_bg.jpg) top center no-repeat;
}
ul#b-banner {
	width: 500px;
	margin: 0 0 35px 70px;
	overflow: hidden;
	_zoom: 1;
}
ul#b-banner li {
	float: left;
	width: 241px;
	margin: 0 5px 15px 0;
	display: inline;
}
ul#b-banner li.square {
	width: 160px;
}

ul#b-banner li img {
	margin: 5px 0 0 0;
}

ul#s-banner {
	width:@350px;
	margin: 0 0 50px 70px;
	overflow: hidden;
	_zoom: 1;
}

ul#s-banner li {
	float: left;
	width: 168px;
	margin: 0 5px 15px 0;
	display: inline;
}
 ul#s-banner li img{
	margin: 3px 0 0 0;
}
ul#txt-spsr {
	margin: 0 0 50px 70px;
}
ul#txt-spsr li {
	margin: 0 10px 0 0;
	display: inline;
	line-height: 180%;
}
ul#txt-spsr li a {
	color: #3F3F3F;
}

/*-----------------------------------------------------------------------------
schedule.html
-----------------------------------------------------------------------------*/

table.scj-schedule {
	width: 540px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: #999;
}
table.scj-schedule th {
	padding: 10px 0 10px;
	background: #000;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}
table.scj-schedule th.schedule-title {
	font-size: 14px;
	background: #CC0000;
}
table.scj-schedule th.schedule-title2 {
	color: #3F3F3F;
	background: #F7F7EF;
}
table.scj-schedule th.title01 {
	width: 70px;
}
table.scj-schedule th.title02 {
	width: 40px;
}
table.scj-schedule th.title03 {
	width: 50px;
}
table.scj-schedule td {
	padding: 5px;
	background: #F7F7EF;
	text-align: center;
}
table.scj-schedule td.artist-title {
	padding: 5px 5px 5px 10px;
	text-align: left;
}
.blue-txt {
	color: #0066FF;
}
.red-txt{
	color: #FF0000;
}
/*-----------------------------------------------------------------------------
link.html
-----------------------------------------------------------------------------*/
.links {
	clear: both;
	margin: 0 50px 15px 60px;
}
.links li {
	margin: 0 15px 15px 0;
	overflow: hidden;
	_zoom: 1;
}

.links li img {
	float: left;
	margin: 0 10px 5px 0;
}
/*-----------------------------------------------------------------------------
kickoff.html
-----------------------------------------------------------------------------*/
#header-kick {
	height: 393px;
	margin: 0 auto 0;
	padding: 0;
	background: url(../kickoff/images/header_bg.jpg) top center no-repeat;
}
dl.kick-form,
dl.kick-form02 {
	margin: 0 0 30px 60px;
	clear: both;
}
dl.kick-form dt,
dl.kick-form02 dt{
	clear: both;
	float: left;
	width: 100px;
	margin: 0 0 5px 0;
	line-height: 160%;
	color: #FF7F00;
}
dl.kick-form dd {
	margin: 0 0 5px 110px;
	line-height: 160%;
	vertical-align: top;
}
dl.kick-form02 dt{
	width: 120px;
}
dl.kick-form02 dd {
	margin: 0 0 5px 130px;
	line-height: 200%;
	vertical-align: top;
}
dl.kick-form dd input.default-value{
	color: #666;
}
dl.kick-form dd input{
	margin: 0 0 5px 0;
	padding: 3px;
	background: #F7F7EF;
}

dl.kick-form dd input.kf01 {
	width: 100px;
}
dl.kick-form dd input.kf02 {
	width: 300px;
}
dl.kick-form dd input.kf03 {
	width: 30px;
}
dl.kick-form dd input.kf01,
dl.kick-form dd input.kf02,
dl.kick-form dd input.kf03 {
	border: 1px solid #CCC;
}

