/*
Theme Name: nomarumaru2 Child
Template: nomarumaru2
Description: ver20180831以上対応
Version: 20180831
*/



/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {


	/*-- ここまで --*/
}
	
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {


	/*-- ここまで --*/
}	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {


	/*-- ここまで --*/
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {

	
	/*-- ここまで --*/
}
.marker{
	background:-webkit-linear-gradient(transparent 50%,#ff9 50%);
	background:linear-gradient(transparent 50%,#ff9 50%);
}
.post table tr td,
table tr td /* テーブル */
	 {
		font-size: 12px;
		line-height: 20px;
}

table.table-1 {
	font-size: 0.8rem;
	border-collapse: separate;
	border-spacing: 0;
	line-height: 1.8;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.table-1 th {
	font-size: 0.8rem;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	/*border-right: 1px solid #ccc;*/
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
	vertical-align:middle;
	min-width:100px;
}
table.table-1 td {
	font-size: 0.8rem;
	padding: 5px;
	/*border-right: 1px solid #ccc;*/
	border-bottom: 1px solid #ccc;
	vertical-align:middle;
	word-break: break-all;
}
table.table-1 td a{
	font-size: 0.8rem;
	line-height: 2.0;
}
table.table-1 td.center{
	text-align: center;
}
table.table-1 td.right{
	text-align: right;
}
table.table-1 td .red {
	color:red;
}
table.table-1 td .blue {
	color:blue;
}
/* adsense */
.top-rectangle {
	clear: both;
	/*margin:0 0 10px 0;*/
}
.double-rectangle {
	text-align: center;
	overflow: hidden;
	margin-bottom: 10px;
}
.left-rectangle {
	float: left;
	margin-left: 0px;
	width:336px;
	height:280px;
	margin-bottom: 0px;
}
.right-rectangle {
	float: left;
	margin-left: 10px;
	width:336px;
	height:280px;
	margin-bottom: 0px;
}
p.ads3 {
	font-size: 0.8rem;
	margin:0 0;
	text-align: center;
}
.comment-form-email,
.comment-form-url,
.comment-notes,
.form-allowed-tags{
	display:none;
}
@media screen and (max-width: 500px){
     .adsbygoogle {
         overflow: visible;
     }
}


