@charset "UTF-8";

/*==========================================================================================
 Site : タイコーレンタカー|予約フォーム|base.css
 Date : 2013/10/24
 Auter: Oyanagi Nakako
==========================================================================================*/

/*=============================
	Reset
==============================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
    font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

nav ul, ul {
    list-style:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:400;
}

caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}

pre {
	background:#EEE;
	border:1px solid #DDD;
	clear:both;
	overflow:auto;
	margin:15px 0;
	padding:5px;
}

em {
	font-style:italic;
}

a img {
	border:none;
}

strong { 
	font-weight: bold; 
}

/*=============================
	Base
==============================*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

* { -webkit-text-size-adjust: none; }

html {
	overflow-y: scroll;
}

body {
	font: 13px 'ヒラギノ丸ゴ Pro W6', 'Hiragino Maru Gothic Pro','Verdana','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
	color: #555;
	font-weight:400;
	line-height: 1.8em;
	background:#FDF5E2;
	border-top: solid 6px #ffa500;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-size:100%;
	font-weight: 700;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a {
	text-decoration: none;
}

strong { 
	font-weight: bold; 
}

/*=============================
	clearfix clear
==============================*/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clear {clear:both; }

/*=============================
	link
==============================*/
a {
	color: #f00;
	text-decoration:underline;
	cursor:pointer;
}

a:hover {
	color: #ff6600;
}

a img {
	border: none;
}

/*==========================================================================================
	Rayout
==========================================================================================*/
body {
	padding-top:15px;
}
.wrap {
	background:#fff;
	-webkit-border-radius: 8px; 
	   -moz-border-radius: 8px; 
	        border-radius: 8px;
}
#header {
	padding:0 10px;
	overflow:hidden;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}

#contents {
	overflow:hidden;
	background:#fff;
}

#main {
	padding:10px 10px 30px;
}

#side {
	padding:10px 10px 30px;
}

#footer {
	width: 100%;
	overflow:hidden;
	background-color: #fff;
}

/*==========================================================================================
	Heading
==========================================================================================*/
h1.entry {
	font-size: 154%;
	font-weight: bold;
	padding:10px 0 17px 35px;
	margin-bottom: 10px;
	border-top: solid 1px #ffa500;
	background:url(../img/h1-entry.png) no-repeat 0 bottom;
	background-color: #FFF6C8;
}
h2 {
	font-size: 116%;
	background:url(../img/h2.png) no-repeat 0;
	line-height: 1.3;
	padding: 5px 5px 3px 27px;
	margin: 20px 0 0 0;
}
#main h3 {
}
#side h2 {
	font-size: 116%;
	background:url(../img/h2.png) no-repeat center left;
	padding: 12px 5px 8px 25px;
	margin:0 0 10px;
	border-bottom:1px solid #ddd;
}
#side h3 {
	padding: 5px 5px 3px 27px;
	margin:3px 0 0 ;
	background:url(../img/h2.png) no-repeat 0;
}

/*==========================================================================================
	header
==========================================================================================*/
#header .wrap {
	background-color:#fff;
}

#header h1 {
	margin-bottom: 7px;
	font-size:85%;
	font-weight:normal;
}
#logo img {
	width:100%;
	height:auto;
}

/*==========================================================================================
	footer 
==========================================================================================*/
#footer {
	background-color:#fff;
	font-size:85%;
	text-align: center;
	border-top: solid 3px #ffa500;
	border-bottom: solid 10px #ffa500;
}
.log-text {
	margin: 0 auto 30px auto;
	padding-top: 30px;
}
/*==========================================================================================
	mailform Table
==========================================================================================*/

table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

table tr {
	display:block;
	border-bottom: 1px solid #ccc;
}
table tr.odd { background:#E8EEF9; }
table tr.even { background:#fff; }

table tr:last-child { border-bottom:none; }

table td,
table th{
	display:block;
	padding: 5px;
}
table th{
	font-weight: bold;
	vertical-align:middle;
}

/*==========================================================================================
	Form
==========================================================================================*/

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="date"],
select,
textarea {
	padding: 5px;
	font-size: 1.3em;
	color: #666;
	border: solid 1px #ccc;
	margin-bottom:5px;
	width: 90% !important;
	-webkit-border-radius: 3px; 
	   -moz-border-radius: 3px; 
	        border-radius: 3px;
	-webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
}

input[type="text"],
input[type="tel"],
input[type="email"]{
	display:block;
}

input[type="date"],
input[type="number"]{
	display:inline-block;
}

input[type="number"]{
	width:70% !important;
}

textarea{
	display:block;
}
input[type="button"], 
input[type="submit"], 
input[type="reset"], 
button { 
	align-items: flex-start;
	text-align: center;
	cursor: default;
	color: buttontext;
	padding: 2px 6px 3px;
	border: 2px outset buttonface;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	background-color: buttonface;
	box-sizing: border-box;
}

.buttons th {
	text-align:center;
	width:100%;
}

button {
	display:inline-block;
	font-size: 24px;
}
/*==========================================================================================
	iframe
==========================================================================================*/
iframe {
	background:#fff;
	border: solid 1px #ccc;
	-webkit-border-radius: 3px; 
	   -moz-border-radius: 3px; 
	        border-radius: 3px;
	width:100%;
}

/*-----------------------------------
	screens bigger than 481【forTab】
-----------------------------------*/
@media only screen and (min-width:481px) {
	/*==========================================================================================
	header
	==========================================================================================*/
	#logo img {
		width:auto;
		height:auto;
	}

}

/*-----------------------------------
	screens bigger than 770【forPC】
-----------------------------------*/
@media only screen and (min-width:770px) {
	
	/*==========================================================================================
		Rayout
	==========================================================================================*/
	.wrap {
		width:960px;
		margin:0 auto;
	}
	#main {
		width:650px;
		float:left;
	}
	#side {
		background:#fff;
		width:270px;
		padding-right:10px;
		float:right;
	}
	
	/*==========================================================================================
		Table
	==========================================================================================*/
	table tr {
		overflow:hidden;
	}
	table td,
	table th{
		display:inline-block;
	}
	table th { 
		width:25%;
		float:left;
	}
	table td {
		width:65%;
		border-left:1px solid #ccc; 
	}
}