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


.lisket-form-maker-form * {
    font-size: 14px;
}

.lisket-form-maker-form table {
    width: 100%;
    border-collapse: collapse;
}

.lisket-form-maker-form table tr td,
.lisket-form-maker-form table tr th {
    padding: 10px;
}

.lisket-form-maker-form table tr th {
    font-weight: bold;
    text-align: center;
    width: 35%;
}

.lisket-form-maker-form th span {
    font-size: 0.8em;
    color: #c90000;
    margin-left: 0.3em;
}
.lisket-form-maker-form span.example {
    font-size: 13px;
    margin-left: 0.5em;
}

.lisket-form-maker-form input[type='text'],
.lisket-form-maker-form input[type='email'] {
    border: 1px solid #aaa;
	padding: 5px 10px;
}
.lisket-form-maker-form textarea {
    width: 94.5%;
    height: 200px;
	border: 1px solid #aaa;
	padding: 5px 10px;
}
.lisket-form-maker-form input[type='text'],
.lisket-form-maker-form input[type='email'] {
    width: 50%;
}
.lisket-form-maker-form input[type='text'].full {
    width: 100%;
}
.lisket-form-maker-form input[type='radio'],
.lisket-form-maker-form input[type='checkbox'] {
    margin-right: 0.3em;
    cursor: pointer;
}
.lisket-form-maker-form label {
    cursor: pointer;
    margin-right: 10px;
}


.button_Search {
	font-family: "Verdana","�q���M�m�p�S pro W3","Hiragino Kaku Gothic pro W3",���C���I,Meiryo,"�l�r �o�S�V�b�N",sans-serif;
	background-color:#ededed;
	font-size:15px;
	font-weight: normal;
	text-decoration:none;
	color:#454545;
	text-shadow: 1px 1px 0 #fff;
	width: auto;
	cursor: pointer;
	margin: 0px 15px;
	padding: 5px 30px;
	background-image: linear-gradient(bottom, #f2f2f2 0%, #ededed 100%);
	background-image: -o-linear-gradient(bottom, #f2f2f2 0%, #ededed 100%);
	background-image: -moz-linear-gradient(bottom, #f2f2f2 0%, #ededed 100%);
	background-image: -webkit-linear-gradient(bottom, #f2f2f2 0%, #ededed 100%);
	background-image: -ms-linear-gradient(bottom, #f2f2f2 0%, #ededed 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, #f2f2f2),
	color-stop(1, #ededed)
	);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;	
	-webkit-box-shadow: inset 0px 1px 0px #ededed, 0px 2px 0px 0px #aaa, 0px 5px 3px #ddd;
	-moz-box-shadow: inset 0px 1px 0px #ededed, 0px 2px 0px 0px #aaa, 0px 5px 3px #ddd;
	-o-box-shadow: inset 0px 1px 0px #ededed, 0px 2px 0px 0px #aaa, 0px 5px 3px #ddd;
	box-shadow: inset 0px 1px 0px #ededed, 0px 2px 0px 0px #aaa, 0px 5px 3px #ddd;
}
p.button_Search {
	display:inline;
	
}
p.button_Search a {
	display: inline-block;
	width: 100px;
	
	padding: 5px 30px;
	
}

