@charset "utf-8";

/*********************
* base
*********************/
body, h1, h2, h3, h4, h5, h6, pre, li, dt, dd, th, td, p {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.95em;
	line-height: 135%;
}

/*********************
* common tags
*********************/
.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { min-height: 1px; }

img {
	border: 0;
}

p {
	padding-bottom: 10px;
}

table {
	font-size:inherit;
	font:100%;
}

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }

h1,h2,h3,h4,h5,h6 { font-weight: bold; }

.alert {
	font-weight: bold;
	color: #FF0000;
}

input {
	margin-bottom: 5px;
}

/*********************
* main structure
*********************/

#container {
	width: 100%;
}

/*********************
* HEADER
*********************/

header {
	width: 100%;
	border-bottom: 10px solid #e47400;
	padding: 15px 0;
}

header .header_inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

header.admin {
	background-color: #e47400;
}

header h1 {
	text-align: center;
	font-size: 1.2em;
	color: #ffffff;
}

header h1 a {
	color: #ffffff;
	text-decoration: none;
}

header h1 a:hover {
	text-decoration: underline;
}

/*********************
* FOOTER
*********************/

footer {
	width: 100%;
	padding: 15px 0;
}

footer p {
	text-align: center;
}

/*********************
* ����
*********************/

#contents {
	width: 100%;
}

#contents_inner {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
}

a img:hover {
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
}

.button a {
	display: block;
	border: 1px solid #e47400;
	border-radius: 7px;
	background-color: #e47400;
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	color: #ffffff;
}

.button a:hover {
	border-color: #72b230;
	background-color: #72b230;
}

input.w70 {
	width: 70px;
}

input.w100 {
	width: 100px;
}

input.w400 {
	width: 400px;
}

input.hankaku {
	ime-mode: disabled;
}

body, h1, h2, h3, h4, h5, h6, pre, li, dt, dd, th, td, p, input, textarea, select {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.95em;
	line-height: 155%;
	margin: 0 4px 2px 0;
	padding: 3px;
	vertical-align:middle;
}

select {
     height: 2em; 
     line-height: 2em;
}

option {
     height: 1.5em; 
}

h2 {
	font-size: large;
	border-left: 15px solid #e47400;
	border-top: 1px solid #e47400;
	border-bottom: 1px solid #e47400;
	border-right: 1px solid #e47400;
	background-color: #fffae2;
	padding: 5px 10px;
	margin: 20px 0 10px 0;
}

h3 {
	font-size: 0.95em;
	border-top: 1px solid #e47400;
	border-bottom: 1px solid #e47400;
	background-color: #fffae2;
	padding: 5px;
	margin: 10px 0 10px 0;
	line-height: 0.95em;
}

/*********************
* �Ǘ�
*********************/
table {
	border-collapse: collapse;	
}

table th,
table td {
	padding: 5px;
	border: 1px solid #333;
}

table th {
	padding: 5px 10px;
	background-color: #e47400;
	color: #FFFFFF;
	white-space: nowrap;
}

table th a {
	color: #FFFFFF;
}

table td {
	text-align: left;
}

.error-message {
	color: #FF0000;
	font-weight: bold;
}

ul.admin_menu {
	
}

ul.admin_menu li {
	float: left;
	list-style-type: none;
}

ul.admin_menu li a {
	display: block;
	width: 200px;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	background-color: #e47400;
	border: 1px solid #FFF;
}

ul.admin_menu li a:hover {
	background-color: #ffa400;
}

.paginate {
	margin: 20px 0;
	text-align: center;
}

.paginate span {
	padding: 0 5px;
}

.paginate span a {
	padding: 3px;
	border: 1px solid #aaa;
	text-decoration: none;
}

.paginate span a:hover {
	background-color: #aaa;
	color: #FFFFFF;
}

a.button {
    background-color: #e47400; /* Green */
    border: none;
    color: white;
	margin: 0 5px;
    padding: 7px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: small;
	border-radius: 5px;		/* CSS3���� */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome�p */
	-moz-border-radius: 5px;	/* Firefox�p */
}

textarea {
	width: 600px;
	height: 250px;
}

button, input[type="submit"] {
	margin: 0;
	padding: 5px;
}

.submit {
	background-color: #e47400;
	color: #FFFFFF;
}

select#katasiki_list {
	width: 600px;
	height: 150px;
	margin: 10px 0;
}

#car_image {
	width: 966px;
	border: 1px solid #999;
}

#car_image div {
	float: left;
	width: 300px;
	border: 1px solid #ccc;
	margin: 5px;
	padding: 5px;
}

#car_image div textarea {
	width: 290px;
	height: 100px;
}

.ui-datepicker select.ui-datepicker-year {
	padding:3px 0!important;
	margin-right:5px!important;
	width:60px!important;
}
/* 月プルダウンの変更 */
.ui-datepicker select.ui-datepicker-month {
	padding:3px 0!important;
	margin-left:5px!important;
	width:56px!important; 
}

.labelauty_list {
    float: left;
    width: 210px;
    margin: 5px;
    padding: 8px 10px;
    font-size: 0.95em;
    line-height: 100%;
    background-color: #e47400;
    color: #ffffff;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	transition-property: background-color;
	transition-duration: 0.25s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

.deleted {
	background-color: #999;
}
