@charset "UTF-8";

/*
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161112
*/

/* Simplicity子テーマ用のスタイルを書く */



/*
#navi ul {
	background-color: #404040;
}
#navi ul li a {
  	font-size: 16px;
  	height: 28px;  
	color: #FFFFFF;
}
#navi ul li a:hover {
	background-color: #999999;

}
#footer-navi ul{
	background-color: #404040;
  	text-align: center;
  	padding-left: 0;
} 
/*

/* フッター(footer)*/
#footer {
	clear: both;
	color: #FFFFFF;
	padding: 5px;
	background-color: #666666;
}
#footer a {
	color: #FFFFFF;
}
#footer h3{
	color: #FFFFFF;
}

/* ContactForm7のスタイルを書く */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"]
{
    background-color: #FFFFE0;
    color: #000;
    width: 60%;
}
.wpcf7 textarea
{
    background-color: #FFFFE0;
    color: #000;
    width: 100%;
}
input[type="submit"]
{
   font-size: 100%;
    background: #008000;
    color: #ffffff;
    border-radius: 4px;
    width: 80%;
    height:50px;
}
