@media screen and (min-width:600px){	/*　pc用　*/

	html{
		font-size: 10pt; 
		font-family:'Verdana',Helvetica,Arial,'ヒラギノ角ゴ Pro W3','メイリオ','�E��E� �E�ゴシチE��',sans-serif;
	}
	
	body { 
	 font-size:14px;
	}

	
	h1 {
	font-size: 22px;
	font-weight: bold;
	}
	h2 {
		font-size: 18px;
		color: #737373;
		margin: 3px 0px 3px 3px;
	}
	h3 { 
		font-size: 18px;
			color: #737373;
		margin: 3px;
	}

	.space7{ height: 7px; }	
	.pc-space{ height: 30px; }
	
	.pc-none{ display: none; }
	.sp-none{ display: block; }
	
	.gad_pc{ display: block; }
	.gad_sp{ display: none; }
	
	.sp-space{ display: none; }
	
	#waku {
		display:flex;
 }
	#main {
		width:75%;
		padding: 10px 35px;
		line-height: 150%;
	}      
	
	#menu {
		width:25%;
	  vertical-align: top;	     /* 上揃ぁE*/
	  border-left: 2px solid #EAEAEA;
	  padding: 6px;
	}
	
	#menu hr{
		border:none;
		border-top:dashed 2px #CCCCCC;
		height:1px;
		color:#FFFFFF;
		width:100%;
	}
	  .ttl-note{
    font-size: 14px;
  }


}


 /* すべて　pc sp */
 
form { margin: 1px; }

.space{ height: 30px; }
.space15{ height: 15px; }


/* ▼シェアボタン */

.share {
	display:table;
	table-layout:fixed;
	margin-left: auto;
}
.share div {
	display:table-cell;
	vertical-align:top;
}

/* ツイッターボタン */
a.twitter-share-button {
	width: 70px!important;
}

/* ▼google ad */

.ggl-ad {
	display:table;
	table-layout:fixed;
	margin: 10px;
}
.ggl-ad div {
	display:table-cell;
	vertical-align:middle;
	padding: 10px;
}



#staff{
word-break: break-all;
}

