@charset "utf-8";
/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
*/

/*------------------------
グローバルメニュー幅調整
------------------------*/
@media only screen and (min-width: 1024px) {

nav#mainNav ul li a {
	padding-left:40px;
	padding-right:40px;
}

}/*@media only screen and (min-width: 1024px) */



/*------------------------
スマホh1重なり防止
------------------------*/

@media only screen and (max-width: 900px) {
h1.title span, .post h1::before {
font-size: 24px;
}
}


/*アレンジ強調枠組み
----------------------------*/
.round {
	border: 2px solid #ff0000;
	margin-bottom:15px;
}

.round2 {
	border: 2px solid #0080ff;
	margin-bottom:15px;
}

.round3 {
	border: 2px solid #00D936;
	margin-bottom:15px;
}

.round p, .round2 p, .round3 p{
	padding:1em;
}

.tl {
    background-color: #ff0000;
    padding-bottom:5px;
}

.tl2 {
    background-color: #0080ff;
    padding-bottom:5px;
}

.tl3 {
    background-color: #00D936;
    padding-bottom:5px;
}

.tl span, .tl2 span, .tl3 span {
  padding: 0.5em;
  color: #fff;
}


/*表組み<th>セル色変更
----------------------------*/

.post table.orange th {
background: #FF8000;
}
.post table.red th {
background: #FF0000;
}
.post table.blue th {
background: #0080ff;
}
.post table.green th {
background: #00D936;
}

/*新HOLOCF7送信テキストずれ対応*/
.wpcf7-spinner {
	position: absolute!important;
	margin: 0 auto!important;
}