/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
::-moz-selection {
    background: #8bcdff;
    color: black;
}
 
::selection {
    background: #8bcdff;
    color: black;
}
/***
table 色々初期化
***/

table#wpform1 input[type="text"], table#wpform1 input[type="number"], table#wpform1 input[type="email"], table#wpform1 select, table#wpform1 textarea {
	width:auto;
	margin:0;
	display:inline;
}
table#wpform1 tr{
	margin:0;
	padding:0;
}
table#wpform1 td{
	margin:0;
	padding:0;
	font-size:1.2em;
	vertical-align: middle;
}
table#wpform1 tr:nth-child(odd){
	background-color:#FFF;
	color:#719430;
}

/*****
table いろいろ付加
*****/
table#wpform1 td{
	padding:10px;
}
table#wpform1 td.ftitle{
	text-align:center;
	background-color:#efefef;
}
table#wpform1 td.ftitle span.hissu{
	font-size:0.8em;
	color:#d50e0e;
}
table#wpform1 td.fnaiyo span.kbiko{
	font-size:0.8em;
	color:#999;
}
table#wpform1 select{
	width:80px;
}
table#wpform1 td.span2{
	text-align:center;
}
table#wpform1 input[type="text"],
textarea {
	background:#FFF;
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
}
table#wpform1 input[type="text"]:focus,
textarea:focus {
	box-shadow: 0 0 7px #EEA34A;
	border: 1px solid #EEA34A;
}

table.avia-table-1 td{
	font-size:16px;
}

@media only screen and (max-width: 767px) {
.avia-fullscreen-slider .avia-slideshow {
height: 300px !important;
}
h2 {
	font-size:28px !important;
}
}

/*Add your own styles here:*/