@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*Syntaxhiligherのクラス*/

pre {
    background:#ffffff;
    boder:#ffffff; 
}

pre.terminal {
  border: 1px dashed #333;
	font-style: normal;
	background: #ffffff;
	padding: 5px 15px 5px 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.console {
    background: #000000;
    padding: 5px 0px 5px 10px;
    color: #ffffff;
}

.syntaxhighlighter table td.gutter .line {
  padding: 10px 0 10px 0 !important; /* custom: #4 */
}



/**********************
* ヘッダーメニューを左寄せ *
***********************/

/*
.navi-in {
	float: left;
}
*/

ul.menu-header {
	text-align: center;
}
 

/**********************
* header文字サイズ変更 *
***********************/
/* スマホ・タブレットビュー */
#header .site-name-text {
	font-size: 200%;
}

#header .tagline {
	font-size: 120%;
}


/**********************
* テーブルカスタマイズ *
***********************/


table th {
	text-align: center; 
	color: #fff; 
	background-color: #a599cb;
}


/**********************
 * フォトボックス *
***********************/


.photo-box {
	width:100%;
	float: left;
	margin: 0px 0 18px 0;	
}
.photo-box p{
	line-height: 144%;
	padding: 0px;
	font-size: 13px;
	margin: 0px 0px 0px 0;
	text-align: center;
}
.photo-box .box-left {	
	float: left;
	margin: 0 0 0px 0;	
}

.photo-box .box-left img {
	margin: 0px 0px 0px 0px;
	border: 1px solid #BDC1A3;
  
}
.photo-box .box-left p{
	line-height: 144%;
	padding: 0px;
	font-size: 13px;
	margin: 0px 0px 0px 0;
	text-align: center;
}
.photo-box .box-right p{
	line-height: 144%;
	padding: 0px;
	font-size: 13px;
	margin: 0px 0px 0px 0;
	text-align: center;
}
.photo-box .box-right {	
	float: right;
	margin: 0 0 0px 0;
}


.photo-box .box-right img {
	margin: 0px 0px 0px 0px;
	border: 1px solid #BDC1A3;	
	clear: both;
}

h3 .widget-title{	
	float: right;
	margin: 0 0 0px 0;
}


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

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

.photo-box .box-left {	
	margin-bottom: 20px;
}
	
	.photo-box .box-right {	
	float: left;
	margin: 0 0 0 0;
}

}

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

	.photo-box .box-left img {	
	width: 100%;
	}

		.photo-box .box-right img {	
	width: 100%;
	}

	
}
