/*
Theme Name: Metro CreativeX 子テーマ
Theme URI:    
Description: Metro CreativeX 子テーマ
Author: themeisle
Author URI: https://themeisle.com
Template: metro-creativex
Version: 1.0.0
Tags: gray, dark, white, black, purple, red, green, yellow, blue, two-columns, responsive-layout, fluid-layout, custom-menu, custom-header, custom-background, editor-style, featured-images, threaded-comments, translation-ready, post-formats, custom-colors
License: GNU General Public License v3.0
License URI: license.txt
Metro CreativeX is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.
*/

/*-- Contact Form 7用 --*/
.wpcf7 .wpcf7-not-valid {
    background: pink;
}
.wpcf7 .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}
.wpcf7 .wpcf7-mail-sent-ok {
    color: #3A87AD;
    background-color: #D9EDF7;
    border: 1px solid #BCE8F1;
}

input[type=checkbox], input[type=radio]  {
	height: 1em;
	width: 1em;
	background: #fff;
	outline: none;
	border: none;
	-webkit-appearance: checkbox;
	border-radius: 0;
}