﻿@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.1
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/




.tagline {
  text-align:left;
}

.logo{
	text-align:left;
}



#sidebar {
    font-size: 14px;
}




.sidebar h3 {
  background-color: #043c78;
  padding: 6px;
  margin: 8px 0;
  border-radius: 2px;
  font-size: 15px;
}






#footer {
	background-image: url( https://m-f-studio.com/wp-content/uploads/2020/05/foot4.png );
	background-repeat:repeat-x;
}






/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
