@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.arad{text-align:center;
margin:30px 0 0 0;}
.manzai tr:nth-child(odd) td {  
    background-color: #EAF6FD;
	position: relative;
	display: block;
 	margin: 0.5em 15px 0.5em 0;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
 	border: solid 1px #555;
 	box-sizing: border-box;
	border-radius: 10px;
}
.manzai tr:nth-child(even) td {  
    background-color: #EFEFEF;
	text-align:right;
	position: relative;
	display: block;
 	margin: 0.5em 15px 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
 	border: solid 1px #555;
 	box-sizing: border-box;
	border-radius: 10px;
}
.hidari{
background-color: #EAF6FD;
}
.migi{
background-color: #EFEFEF;
}
.manaka{
background-color: #e6cfe6;
}
.boke{
    background-color: #EAF6FD;
	position: relative;
	display: block;
 	margin: 0.5em 15px 0.5em 0;
	padding: 7px 10px;
 	border: solid 1px #555;
 	box-sizing: border-box;
	border-radius: 10px;
}
.tukkomi{
		text-align:right;
    background-color: #EFEFEF;
	position: relative;
	display: block;
 	margin: 0.5em 15px 0.5em 0;
	padding: 7px 10px;
 	border: solid 1px #555;
 	box-sizing: border-box;
	border-radius: 10px;
}
.mannaka{
		text-align:center;
    background-color: #e6cfe6;
	position: relative;
	display: block;
 	margin: 0.5em 15px 0.5em 0;
	padding: 7px 10px;
 	border: solid 1px #555;
 	box-sizing: border-box;
	border-radius: 10px;
}
.togaki{
	text-align:center;
	position: relative;
	display: block;
 	margin: 0.5em 15px 0.5em 0;
	padding: 7px 10px;
 	border: solid 1px #555;
 	box-sizing: border-box;
	border-radius: 10px;
}
.ticontents {
    color: #fff;
    background-color: #114400;
    margin: 10px 0 10px 0;
    padding: 15px;
    border: 9px solid #a60;
    border-radius: 3px;
    box-shadow: 2px 2px 4px #666, 2px 2px 2px #111 inset;
    text-shadow: 0px 0px 2px #000;
    line-height: 1.9;
}
.geinin {
    color: #ffb1b3;
    font-weight: bold;
    border: 2px solid #ffb1b3;
	padding:0 3px;
}
.neta {
    color: #eee8aa;
    border-bottom: 2px solid#eee8aa;
	padding:0 3px;
}
.btl {
    max-width: 600px;
    text-align: left;
    margin:20px auto 20px auto;
    color: #ffffff !important;
    height: auto;    
}
.btl > img{
    display:inline !important;
}
.btl :before {
	content:" \f08e 　";
        font-family: FontAwesome;
}
.btl a {
 text-decoration: none !important;
 color: #ffffff !important;
 display:block;
 padding: 10px;
 background-color: #00bfff;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;  
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.btl a:hover {
 text-decoration: none !important;
 color:#666666 !important;
 background-color: #fff;
 border:2px solid #F00;
}
 .article h2 {
    font-size: 22px;
    text-align:center;
    background-color: #fafbff;
    padding: 20px 0px;
    border-top: 2px solid #234777;
    border-bottom: 2px solid #234777;
}
.comment-form-email,.comment-form-url{ display:none; }

.article h2:before {
    content: none;
    left: 0;
    top: 0;
}

/* ----- 先頭文字だけ大きく ----- */
.article h2:first-letter {
    font-size: 1.7em;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

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

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

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