@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2.4.0h
Version:    20151225
*/

/* Simplicity子テーマ用のスタイルを書く */

/* AppStoreHelper */
.amz-etr-under{<br>
font-size: 90%;<br>
margin-top: 25px;<br>
margin-bottom: 25px;<br>
line-height: 170%;<br>
overflow:hidden;<br>
clear: both;<br>
}<br>
.amz-title{<br>
font-size: 110%;<br>
font-weight: bold;<br>
}<br>
.amz-left{<br>
margin-top: 5px;<br>
float: left;<br>
}<br>
.amz-right{<br>
width: 320px;<br>
margin-left: 10px;<br>
float: left;<br>
}

/* フォント変更 */
html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family:
    “メイリオ“, Meiryo, Osaka, “ヒラギノ角ゴ Pro W3″, “Hiragino Kaku Gothic Pro”,
    “ＭＳ Ｐゴシック”, “MS PGothic”, sans-serif;
      'Lucida Grande','Hiragino Kaku Gothic ProN',
}
body {
  font-family:
      “メイリオ“, Meiryo, Osaka, “ヒラギノ角ゴ Pro W3″, “Hiragino Kaku Gothic Pro”, “ＭＳ Ｐゴシック”, “MS PGothic”, sans-serif;
  font-size:1em;
}


/************************************
** 見出し（H1-6）
************************************/

.article h2 {
  color:#FFF; /*見出しの文字の色*/
  background-color:#00308C; /*背景の色*/
  padding: 15px 30px;
}

.article h3,
#comment-area h3,
#related-entries h3{
  border-bottom:5px solid #E6EDF6;
}


.article h4, .article h5, .article h6{
  font-size:20px;
  padding:8px 0;
}

.article  h4{
  border-bottom:5px dashed #E6EDF6;
}


/* ボックス */
.nmlbox,.dottbox,.ylwbox,.greenbox,.graybg {
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}

.graybg {
    background-color: #EBEBEB;
}

.bluebg {
    background-color: #E5E9ED;
}

.dottbox {
    border: dotted 1px #666;
}

.nmlbox {
    border: 1px solid #CCCCCC;
}

.ylwbox {
    background-color: #FFEEC0;
    border: 2px solid #F4BB3B;
}

.testtestbox {
    background-color: #E6F7EE;
    border: 2px solid #669933;
}

.greenbox {
    background-color: #E6F7EE;
    border: 2px solid #669933;
}

/* 線 */
.keikou {
    background: linear-gradient(transparent 40%,rgba(255,255,0,0.5) 40%);
    padding-bottom: .2em;
}

.keikou-aka {
    background: linear-gradient(transparent 40%,rgba(255,177,139,1) 40%);
    padding-bottom: .2em;
}

button.button4 {
    background-color: #2BB24C;
    border-style: none;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    padding: 20px 30px;
    width: 100%;
}
button.button4:hover {
    background-color: #4EC83F;
    color: #fff;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="url"]:focus, input[type="tel"]:focus, textarea:focus {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ff69b4;
    box-shadow: 0 0 3px rgba(255, 105, 180, 1);
    color: #444;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #777;
    border-radius: 3px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 20px;
    padding: 6px 12px;
    text-decoration: none;
}
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background: #eee none repeat scroll 0 0;
}
.button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
    position: relative;
    top: 1px;
}

.sankou {
    background-color: #fd7c22;
    color: #ffffff;
    font-size: 12px;
    margin-right: 5px;
    padding: 2px;
}

/* トップページの挨拶文 */
.top_main_widget {
  background-color:#eee;
  padding:10px;
  margin-bottom:10px;
}