/*
Theme Name:   sonaeteru Child
Theme URI:    http://underscores.me/
Description:  sonaeteru の子テーマ
Author:       Underscores.me (Child theme generated)
Author URI:   http://underscores.me/
Template:     sonaeteru
Version:      1.0
License:
License URI:
Tags:         custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Text Domain:  sonaeteru-child
*/

/* 親テーマのスタイルを読み込んだ後に、独自のスタイルを記述します */

/* input[type="tel"] / input[type="email"] に枠線スタイルを適用（親テーマはtextのみ対象のため） */
input[type="tel"],
input[type="email"] {
  width: 100%;
  padding: 2px;
  margin: 10px auto 5px;
  border: 1px solid #aaaaaa;
  background: #ffffff;
  border-radius: 1px;
  box-sizing: border-box;
  vertical-align: baseline;
}
input[type="tel"]:focus,
input[type="email"]:focus {
  border-color: #1690ee;
  box-shadow: 0 0 5px rgba(22, 144, 238, 0.5);
  outline: none;
}

