@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

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

.kakaku {
	font-size: 25px;
	font-weight: normal;
	color: #000;
	text-align: center;
	margin-top: 10px;
}

.square_btn {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 2px;
    position: relative;
    display: inline-block;
	padding: 0.3em 1em 0.2em 1em;
    text-decoration: none;
    color: #FFF;
    background: #ffac4d;/*背景色*/
    border-bottom: solid 2px #d89141;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	margin-top: 10px;
	margin-bottom: 10px;
}

.square_btn:hover {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
  color: #fff;
}

.square_btn:before {
  font-family: "FontAwesome";
  content: "\f07a";
  padding-right: 10px;
}

a:hover {
  color: #6da8ff;
}

.midashi1{
  color: #c65451;/*文字色*/	
  font-size: 23px;
  border-bottom: dashed 2px #c65451;
  letter-spacing: 5px;
  padding: 10px 0;
}

.midashi2{
  position: relative;
  color: white;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 2px;
  background: #e89396;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
  margin-bottom:15px;
}

.midashi2:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f144";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}

.midashi3 {
  color: #ef5d5e;
  font-weight: normal;
  font-size:20px;
  letter-spacing: 3px;
  padding: 0.25em;
  border-top: solid 2px #ef5d5e;
  border-bottom: solid 2px #ef5d5e;
  background: -webkit-repeating-linear-gradient(-45deg, #f7e1e2, #f7e1e2 3px,#fad6d7 3px, #fad6d7 7px);
  background: repeating-linear-gradient(-45deg, #f7e1e2, #f7e1e2 3px,#fad6d7 3px, #fad6d7 7px);
  margin-bottom: 30px;
}

.midashi4{
  position: relative;
  color: white;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 2px;
  background: #e89396;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
  margin-bottom:15px;
}

.midashi4:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f0a4";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}

.midashi5{
  position: relative;
  color: white;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 2px;
  background: #e89396;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
  margin-bottom:15px;
}

.midashi5:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f046";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}

.midashi6{
  position: relative;
  color: white;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 2px;
  background: #e89396;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
  margin-bottom:15px;
}

.midashi6:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f201";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}

.midashi7 {
position: relative;/*相対位置*/
padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
line-height: 1.4;/*行高*/
color: #ff6a6a;/*文字色*/
border-top: dotted 1px gray;
border-bottom: dotted 1px gray;
background: #fffff4;
	margin-bottom:12px;
}

.midashi7:before{ font-family: FontAwesome;/*忘れずに*/
content: "\f138";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 1em;/*サイズ*/
left: 0.25em;/*アイコンの位置*/
top: 0.5em;/*アイコンの位置*/
color: #ff6a6a; /*アイコン色*/
}

dl {
  background: #fee7e6;
  border-radius: 8px;/*角の丸み*/
  box-shadow: 0px 0px 5px silver;/*5px=影の広がり具合*/
  padding: 0.5em 0.5em 0.5em 2em;
}
dt {
  font-size: 120%;
  letter-spacing: 5px;
  color: #c65451;
}
dd {
  margin: 7px 5px 14px 5px;
}
dt dd {
  line-height: 1.5;
  padding: 0.5em 0;
}

.box2 {
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: normal;
  color: #e49079;/*文字色*/
  background: #FFF;
  border: solid 3px #e49079;/*線*/
  border-radius: 10px;/*角の丸み*/
}
.box2 p {
  margin: 0;
  padding: 0;
}

.box8 {
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #232323;
  background: #fff8e8;
  border-left: solid 10px #ffc06e;
}
.box8 p {
  margin: 0; 
  padding: 0;
}

.box7{
  padding: 0.5em 1em;
  margin: 2em 0;
  color: #474747;
  background: #fef4e9;/*背景色*/
  border-left: double 7px #cf6042;/*左線*/
  border-right: double 7px #cf6042;/*右線*/
}
.box7 p {
  margin: 0; 
  padding: 0;
}

.box26 {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #95ccff;
  border-radius: 8px;
}
.box26 .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #FFF;
  color: #95ccff;
  font-weight: bold;
}
.box26 p {
  margin: 0; 
  padding: 0;
}

.box27 {
  position: relative;
  margin: 2em 0;
  padding: 0.8em 1em;
  border: solid 3px #e89396;
}
.box27 .box-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 19px;
  height: 25px;
  line-height: 29px;
  vertical-align: middle;
  font-size: 17px;
  letter-spacing: 5px;
  background: #e89396;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.box27 p {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}

.box28 {
    position: relative;
    margin: 2em 0;
    padding: 35px 10px 7px;
    border: dashed 2px #e89396;
	border-radius: 8px;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
	padding: 0 9px;
	height: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-size: 17px;
    background: #e89396;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 0;
}

/* 記事日付部分の背景色 */
.post-meta {
  background-color: #ffffff;
  color: #434343;
  font-size: 15px;
}

/* シンプリシティー2　記事区切り */
#main .entry {
  border-bottom: 2px dotted #ddd;
  padding-bottom: 20px;
}

#main .related-entry {
  border-bottom: 2px dotted #ddd;
  padding-bottom: 20px;
}


/* simplicity2 続きを読む右へ移動 */
.entry-read a{
  color:#fff;
  font-size:17px;
  background-color:#ffac4d;
  border:1px solid #ffac4d;
  border-radius:2px;
  padding:5px 10px 5px 7px;
  text-decoration:none;
  float: right;
}

.entry-read a:hover{
  color:#fff;
  background-color:#ffac4d;
  border:1px solid #ffac4d;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  transition:all 0.3s;
}

.entry-read a:before{
  margin-right: 6px;
  font-family:"FontAwesome";
  content:"\f138";
}

.related-entry-read a{
  color:#fff;
  font-size:17px;
  background-color:#ffac4d;
  border:1px solid #ffac4d;
  border-radius:2px;
  margin-top:20px;
  padding:5px 10px 5px 7px;
  text-decoration:none;
  float: right;
}

.related-entry-read a:hover{
  color:#fff;
  background-color:#ffac4d;
  border:1px solid #ffac4d;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  transition:all 0.3s;
}

.related-entry-read a:before{
  margin-right: 6px;
  font-family:"FontAwesome";
  content:"\f138";
}

/* simplicity2 タグクラウド */
.tagcloud a {
  font-size: 14px !important; /* 文字サイズ */
  line-height: 1em;
  background: #1a4b8d; /* 背景色 */
  color: #fff; /* 文字色 */
  display: inline-block;
  white-space: nowrap;
  padding: 8px 8px; /* 文字周り余白 */
  margin-top: 3px; /* タグ余白 */
  border-radius: 4px; /* 角を丸くする */
  text-decoration: none;
}
.tagcloud a:hover {
  background: #142843; /* マウスホバー背景色 */
  color: #fff !important; /* マウスホバー文字色*/
}

/* アイコンを入れる「Font Awesome」*/

.tagcloud a:before {
  font-family: "FontAwesome";
  content: "\f02b";
  padding-right: 4px;
}

/* サイドバー見出し */
#sidebar h3{
  position: relative;
  padding: 0.5em;
  background: #1a4b8d;
  color: white;
  margin-bottom: 30px;
}

#sidebar h3::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 20px #142843;
}

#related-entries h2 {
  color: #1a4b8d;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 3px;
  padding: 0.25em;
  border-top: solid 2px #1a4b8d;
  border-bottom: solid 2px #1a4b8d;
  background: -webkit-repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px,#f6f6f6 3px, #f6f6f6 7px);
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px,#f6f6f6 3px, #f6f6f6 7px);
}

.sns-follow-msg {
  letter-spacing: 3px;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #1a4b8d;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #1a4b8d;/*左線*/
}
.sns-share-msg {
  letter-spacing: 3px;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #1a4b8d;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #1a4b8d;/*左線*/
}


#archive-title{
  position: relative;
  color: white;
  background: #1a4b8d;
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
}

#archive-title:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f02c";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}

.entry-card-large-content h2 a:hover{
  color:#626262;
}

.related-entry-content h3 a:hover{
  color:#626262;
}

.navigation a:hover{
  color:#6da8ff;
}