@charset "utf-8";
body {
	color: #333333;
	margin: 0;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	overflow-x: hidden;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
/*--------------------------------------
  リンク
--------------------------------------*/
a:link,a:visited,a:active {
	color: #2099aa;
	font-weight:500;
	text-decoration: none;
}
a:hover {
	color: #ff7f50;
	text-decoration: underline;
}
/*--------------------------------------
  img
--------------------------------------*/
article p img{
	border: 1px #bbbbbb solid;
}
.answer img{
	border: none;
}
.thumbnail{
	max-width:460px;
}
/*--------------------------------------
  ヘッダ
--------------------------------------*/
header h1 {
	width: 100%;
	height: 40px;
	background:#1ec63d;
	margin: 0;
	text-align:left;
}
/*--------------------------------------
  パンくずリスト
--------------------------------------*/
.pan{
	width: 90%;
	margin: 10px;
	text-align: left;
	font-size:14px;
}
/*--------------------------------------
  メインカラム
--------------------------------------*/
#main {
	width: 73%;
	text-align: left;
	margin-left: 1%;
	float:right;
}
#main article {
	width:100%;
}
#main article h2{
	width: 100%;
	min-height:40px;
	line-height:160%;
	margin-top: 0;
	margin-bottom:5px;
	padding:0 5px;
	background:#ccffcc;
	box-sizing:border-box;
	border-left: 10px #00b250 solid;
	border-bottom: 2px #00b250 solid;
}
#main article h3{
	padding:0 5px;
	box-sizing:border-box;
	border-bottom: 2px #00b250 solid;
}
#main article a{
	font-weight:bold;
}
#main article h2 a{
	text-decoration: none;
	color:#333333;
}
#main article p{
	max-width:800px;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left:20px;
}
article h4{
	margin-bottom: 0;
}
/*--------------------------------------
  サイドカラム
--------------------------------------*/
#side {
	width: 26%;
	text-align: center;
	margin: 0;
	padding:5px 0;
	font-size: 18px;
	float:left;
	background:#1ec63d;
	box-sizing:border-box;
}
#side h2{
	font-size: 20px;
	text-align: left;
}
#side .side_menu {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 auto;
	padding:0;
	text-align:center;
	overflow:hidden;
	box-sizing:border-box;
	background:#ccffcc;
	width:320px;
}
#side .side_menu li{
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	box-sizing:border-box;
	width:156px;
	height:156px;
	margin:2px;
	padding:7px 5px;
	font-size:16px;
	line-height:110%;
	height:150px;
	float:left;
	background:#ffffff;
}
#side .side_menu li img{
	height:90px;
	width:90px;
	object-fit: cover;
	border-radius: 25%;
	-webkit-border-radius: 25%;
	-moz-border-radius: 25%;
}
.list {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#ccffcc;
	border: 1px #009900 solid;
	padding:10px 0;
}
.list ul {
	width:100%;
	list-style-type: none;
	text-align: left;
	font-size: 16px;
}
.list ul li {
	min-height: 30px;
	line-height: 140%;
	padding:5px;
	box-sizing:border-box;
	border-top: 1px #009900 solid;
}
.list ul li img {
	float:left;
	margin-right: 5px;
	width: 100px;
}
.tag_cloud {
	margin:0 auto;
	padding: 0;
	width:99%;
}
.tag_cloud  a {
	display:inline-block;
	font-weight:bold;
	box-sizing:border-box;
	font-size:15px;
	white-space:nowrap; 
	line-height:210%;
	margin:2px -2px;
	padding:1px 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration:none;
	color:#ffffff;
}
.cat_cloud a:hover {
	color: #ffd700;
}
/*--------------------------------------
　フッターリンク
--------------------------------------*/
#info {
	width:90%;
	max-width:640px;
	margin:0 auto;
}
#info li {
	float:left;
	width:25%;
	line-height:130%;
	text-align:center;
	height:35px;
	font-size:14px;
	padding:8px 5px 0 5px;	
	background-color:#00b250;
	box-sizing:border-box;
	border-bottom:1px #cccccc solid;
	border-right:1px #cccccc solid;
}
#info li a {
	color:#ffffff;
}
/*--------------------------------------
　コピーライト
--------------------------------------*/
.copyright {
	color:#ffffff;
	font-size:14px;
	margin-top:10px;
	padding:10px 0;
	background-color:#00b250;
	border-top:1px #cccccc solid;
}
.copyright a{
	color:#ffffff;
	text-decoration:none;
}
#info li a {
	color:#ffffff;
}
/*--------------------------------------
　文字と背景  
--------------------------------------*/
h4{
	margin-left:10px;
	box-sizing:border-box;
}
.refer{
	background:#ccccff;
	max-width:320px;
	padding:5px;
	box-sizing:border-box;
}
.red{
	color:#ff0000;
	font-weight:bolder;
}
.blue{
	color:#0000ff;
	font-weight:bolder;
}
.marker {
	background: linear-gradient(transparent 60%, #afeeee 60%);
}
.question{
	font-size:20px;
	margin-top:0;
	color:#0000ff;
	font-weight:bolder;
}
.select{
	padding:0 20px;
	font-size:18px;
	margin-top:0;
	color:#ff4500;
	font-weight:bolder;
	box-sizing:border-box;
}
.select a{
	margin:0 0 16px 0;
	background:#ffCC99;
	display:block;
	width:250px;
	padding:6px;
	box-sizing:border-box;
	border: 1px #ff6600 solid;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.answer_box{
	margin:0 auto;
	margin-top:20px;
	margin-bottom:30px;
	width: 96%;
	padding: 5px;
	border-style:solid;
	border-color:#ff6600;
	border-width:2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing:border-box;
	background:#ffCC99;
}
.answer_box .next img{
	vertical-align:-4px;
	border: none; 
}
.answer_box strong img{
	border: none; 
	vertical-align:-20px;
	margin-right:5px;
	width:64px;
}
.answer{
	font-size:20px;
	color:#ff0000;
	font-weight:bolder;
}
.answer_box .next{
	margin:0;
	background:#cccccc;
	color:#333333;
	font-size:14px;
	display:inline-block;
	width:250px;
	padding:6px;
	box-sizing:border-box;
	border: 1px #333333 solid;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.answer_box .answer_big{
	font-size:20px;
}

.copyright_s{
	color:#666666;
	font-size:14px;
}
.link_box{
	font-size:14px;
	margin:10px 0;
	width: 95%;
	padding: 5px;
	border-style:solid;
	border-color:#0066ff;
	border-width:2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing:border-box;
	background:#f0fff0;
}
.link_box img{
	vertical-align:-2px;
	margin-right:3px;
	width: 16px;
	height:16px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border:none;
}
.link_box strong a{
	color:#333333;
}
.image_box img{
	max-width:460px;
	width:460px;
}

/*--------------------------------------
  目次
--------------------------------------*/
.toc{
	font-size:16px;
	margin:10px 0;
	margin-left:20px;
	width: 95%;
	max-width:800px;
	border-style:solid;
	border-color:#0066ff;
	border-width:2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing:border-box;
	background:#f0fff0;
}
.toc div{
	padding: 5px;
	font-size:18px;
	color:#ffffff;
	font-weight:bold;
	background:#0066ff;
}


/*--------------------------------------
  執筆者
--------------------------------------*/
.writer_box{
	font-size:15px;
	max-width:800px;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left:20px;
	width: 95%;
	padding: 5px;
	border-style:solid;
	border-color:#0066ff;
	border-width:2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing:border-box;
	background:#f0fff0;
}
.writer_box .writer_box_left{
	float:left;
	width:30%;
	max-width:100px;
	padding: 5px;
	box-sizing:border-box;
	
}
.writer_box .writer_box_right{
	width:70%;
	float:left;
	padding: 5px;
	box-sizing:border-box;
}
/*--------------------------------------
  引用
--------------------------------------*/
blockquote {
	word-break: break-all;
	position: relative;
	color:#333333;
	font-size:15px;
	margin:5px;
	margin-left:20px;
	width: 95%;
	max-width:800px;
	padding-bottom:0;
	border-style:solid;
	border-color:#0066ff;
	background:#ccddff;
	border-width:2px;
	border-radius: 5px;
	box-sizing:border-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 1px 3px rgba(0,0,0,.2);
}
blockquote p{
	padding-bottom:0;
}
blockquote:before{
	position: absolute;
	top: 15px;
	left: 20px;
	content: '“';
	font-size: 4em;
	opacity: .1;
}
/*--------------------------------------
  トップサムネイル
--------------------------------------*/
.entry_box{
	background:#ccffcc;
	width:95%;
	margin-bottom:3px;
	padding: 1%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px #009900 solid;
}
.entry_thumbnail {
	float:left;
	width:22%;
	margin-right:4%;
	text-align: center;
}
.entry_thumbnail img {
	max-width:150px;
	max-height:150px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.entry_body{
	float:left;
	width:74%;
}
.entry_body h2{
	margin-top:0;
	line-height:120%;
	font-size:20px;
}
.entry_body h2 a{
	font-weight:bold;
}
.entry_body p{
	margin-top:0;
}
/*--------------------------------------
  SNS
--------------------------------------*/
.share {
	width:320px;
	margin:0 auto;
	text-align:center;
}
.youtube_channel{
	margin-left:40px;
}
.twitter_timeline{
	width:100%;
	max-width:520px;
	height:520px;
	border-style:solid;
	border-color:#0066ff;
	border-width:1px;
	margin-left:20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-sizing:border-box;
}
.twitter_timeline h3 img{
	vertical-align: -5px;
	margin-right: 5px;
	width:62px;
	height:62px;
	box-sizing:border-box;
}
.twitter-tweet{
	width:100%;
	max-width:520px;
	border-style:solid;
	border-color:#0066ff;
	border-width:1px;
	margin-left:20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-sizing:border-box;
}
/*--------------------------------------
  アプリストア
--------------------------------------*/
.gplay{
	width:138px;
	border:none;
}
/*--------------------------------------
  コメント
--------------------------------------*/
#comment_box {
	background:#ccffcc;
	width:89%;
	padding: 5%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px #009900 solid;
	margin:0 auto;
}
/*--------------------------------------
　イベントテーブル 
--------------------------------------*/
.event{
	width:100%;
	max-width:720px;
	border-collapse:  collapse;
	margin-left:20px;
	box-sizing:border-box;
}
.event .td_left{
	width:100px;
	background:#ccccff;
	border: solid 1px #9999cc;
	font-weight:bold;
	color:#666666;
	text-align:center;
}
.event td{
	font-size:15px;
	border: solid 1px #9999cc;
	padding:5px;
	word-break: break-all;
}
.event td iframe{
	width:100%;
	max-width:400px;
	height:300px;
	border: 0;
}
.event td a img{
	width:32px;
	height:32px;
	vertical-align: -8px;
	margin-right: 5px;
}
.event_matome{
	width:100%;
	max-width:720px;
	border-collapse:collapse;
	margin-left:20px;
	box-sizing:border-box;
}
.event_matome .td_left{
	width:20px;
	background:#ccccff;
	border: solid 1px #9999cc;
	font-weight:bold;
	color:#666666;
	text-align:center;
}
.event_matome td{
	font-size:14px;
	border: solid 1px #9999cc;
	padding:5px;
	word-break: break-all;
}
.event_matome td img{
	width:200px;
}
/*--------------------------------------
  なぞ２メニュー
--------------------------------------*/
#nazo2_menu {	
	margin:0 auto;
	font-size: 24px;
	text-align: center;
	width: 100%;
}
.full, .half, .arunasi{
	display: block;
	height: 55px;
	line-height: 55px;
	text-decoration: none;
	-moz-background-size: 100% 100%;
	 background-size: 100% 100%; 
}
.arunasi{
	font-size: 20px;
	float:left;
	width: 49%;
	margin: 1px;
	background:url(https://nazo2.cloud/img/banner/button_blue.png);
}
/*--------------------------------------
  記事下関連記事
--------------------------------------*/
.relations {
	width:100%;
	text-align:left;
	font-size:15px;
	line-height:130%;
	overflow:hidden;
	margin-top:-3px;
}
.relations li{
	float:left;
	width:49%;
	margin:2px 0.5%;
	padding:5px;
	box-sizing:border-box;
	height:90px;
	border-top: 1px #00b250 solid;
}
.relations li img{
	float:left;
	width:80px;
	max-height:80px;
	margin-right:5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
/*--------------------------------------
  広告関連
--------------------------------------*/
.side_ad{
	margin-top: 3px;
	margin-bottom:3px;
}
.article_ad{
	max-width:800px;
	margin-left:20px;
}
.article_underad{
	margin: 15px 5px 0 5px;
	width:300px;
	height:250px;
	float:left;
}

hr {
	color:#00b250;
	background-color:#00b250;
	border:1px;
	height:1px;
	border-color:#00b250;
}
ul, li {
	list-style: none;
	margin: 0;
	padding:0;
}
.clear {
	clear: both;
}


textarea {
	width: 100%;
}

input {
	max-width: 100%;
}

/*--------------------------------------
  クラス定義
--------------------------------------*/
.b {
	font-weight: bold;
}
/*--------------------------------------
  画像
--------------------------------------*/
img {
	max-width: 100%!important;
	height: auto;
}
img.float-left {
	float: left;
	margin: 0 10px 0 0;
}
img.float-right {
	float: right;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.cara{
	float:left;
	margin-right:10px;
	border:solid 5px #fff;
	box-shadow: 2px 2px 3px 1px #666;
	-moz-box-shadow: 2px 2px 3px 1px #666;
	-webkit-box-shadow: 2px 2px 3px 1px #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
/*--------------------------------------
  カテゴリー・タグ
--------------------------------------*/
.cat_tag {
	margin-bottom: 24px;
	padding: 0 0 12px 0;
	text-align: left;
	border-bottom: 1px dashed #ccffcc;
	word-break: keep-all;
	line-height: 2em;
}
.cat_tag a {
	font-weight:bold;
	color: #fff;
	background-color: #00b250;
	margin: 0 1px 0 0;
	padding: 3px;
	box-sizing:border-box;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
}
.cat_tag a:hover {
	color: #ffd700;
}

/*--------------------------------------
  プレゼント応募
--------------------------------------*/
.submit {
	margin: 0 auto;
	width:300px;
	height:50px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#339933;
}
.submit a {
	width:300px;
	height:50px;
	line-height:220%;
	display:block;
	color:#ffffff;
	font-size:24px;
	font-weight:bolder;
	text-align:center;
}
h3 img{
	vertical-align: -5px;
	margin-right: 5px;
	
}
/*--------------------------------------
  前の記事・次の記事
--------------------------------------*/
.page_pn {
	font-size:14px;
}

/*--------------------------------------
  ページャー
--------------------------------------*/
.pager{
	text-align: center;
}
a.page-numbers, .pager .current{
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px 8px;
	margin: 10px 2px 0 2px;
}
.pager .current{
	background: #444;
	border: 0;
	color: #fff;
}
/*--------------------------------------
　フォローボタン
--------------------------------------*/
.follow {
	position:absolute;
	top: 2px;
	right:5px;
}
.follow img {
	height: 36px;
}


/*--------------------------------------
  640px以下
--------------------------------------*/
@media screen and (max-width: 640px){
#main, #side{
	float:none;
	width: 100%;
	margin: 0;
}
#main article h2{
	width:100%;
	font-size:20px;
}
#main article p{
	width:100%;
	margin-left:0;
	margin-right:0;
	padding:0 15px;
	box-sizing:border-box;
}
#side ul {
	font-size: 20px;
}
.caption{
	float:none;
}
/*--------------------------------------
  執筆者
--------------------------------------*/
blockquote, .writer_box, .toc{
	width:100%;
	margin-left:0;
	margin-right:0;
}
/*--------------------------------------
　フォローボタン
--------------------------------------*/
.follow {
	 position:static;
}
.follow img {
	height:40px;
}
	
/*--------------------------------------
  なぞ２メニュー640以下
--------------------------------------*/
#nazo2menu {	
	width:320px;
}
/*--------------------------------------
  トップサムネイル 640以下
--------------------------------------*/
.entry_box{
	margin:0 auto;
	margin-bottom:3px;
}
.entry_box p{
	width:100%;
}
/*--------------------------------------
　イベントテーブル 
--------------------------------------*/
.event, .event_matome{
	margin:0 auto;
}
.event .td_left{
	width:60px;
	font-size:14px;
}
	
.relations li{
	float:none;
	width:99%;
}
	
.twitter_timeline{
	margin:0 auto;
}	
	
/*--------------------------------------
  広告 640以下
--------------------------------------*/
#info li {
	width:50%;
}
.article_ad{
	margin:0 auto;
}
.article_underad{
	margin:0 auto;
	margin-top: 15px;
	width:100%;
	height:auto;
	float:none;
}
}
/*--------------------------------------
  320px以下
--------------------------------------*/
@media screen and (max-width: 320px){
	.twitter_timeline, .twitter-timeline{
	width:320px;
	}
.twitter_timeline iframe{
	width:320px;
}
	
}
