﻿html {
	scroll-behavior: smooth;
}
BODY {
	color: #333333;
	margin: 0;
	padding:0;
	text-align: center;
	overflow-x: hidden;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	line-height:160%;
}
/*--------------------------------------
  リンク
--------------------------------------*/
a:link, a:visited, a:active {
	color: #2099aa;
	font-weight:500;
	text-decoration: none;
}
a:hover {
	color: #ff7f50;
	text-decoration: underline;
}
/*--------------------------------------
  デフォルト
--------------------------------------*/
ul, li{
	list-style-type:none;
	padding:0;
	margin:0;
}
hr {
	color: #00b250;	
	background-color: #00b250;
	border: 1px;
	height: 1px;
	border-color: #00b250;
}
.red {
	color: #ff3333;
	font-weight:bolder;
}
.large_red {
	color: #ff3333;
	font-weight:bolder;
	font-size:24px;
}
.blue {
	color: #3333ff;
	font-weight:bolder;
}
.large_blue {
	color: #3333ff;
	font-weight:bolder;
	font-size:24px;
}
.small{
	font-size: 16px;
	color: #333333;
}
.marker {
	background: linear-gradient(transparent 60%, #afeeee 60%);
}
.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;
}

/*--------------------------------------
  凡庸ボタン
--------------------------------------*/
.commonplace_button{
	display:block;
	width:90%;
	max-width:400px;
	min-width:300px;
	line-height:160%;
	padding: 5px;
	text-align: center;
	border: 2px #00b250 solid;
	box-sizing:border-box; 
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom:3px;
}

/*--------------------------------------
  凡庸ボタン2
--------------------------------------*/
.submit {
	margin: 0 auto;
	margin-bottom:5px;
	width:90%;
	max-width:300px;
	height:40px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#339933;
}
.submit a {
	width:100%;
	height:46px;
	line-height:230%;
	display:block;
	color:#ffffff;
	font-size:18px;
	font-weight:bolder;
	text-align:center;
}

/*--------------------------------------
  ヘッダー
--------------------------------------*/
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 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 h2 img{
	vertical-align:-20px;
	width:140px;
	height:auto;
}

#main article h3{
	padding:0 5px;
	box-sizing:border-box;
	border-bottom: 2px #00b250 solid;
}
#main p{
	line-height:140%;
	padding:10px 8px;
	box-sizing:border-box;	
}





/*--------------------------------------
  サイドカラム
--------------------------------------*/
#side {
	width: 26%;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 18px;
	float:left;
	background:#1ec63d;
}

#side .side_banner img{
	width:90%;
	max-width:320px;
	margin:0 auto;
	margin-top:5px;
}
.side_box, .top_box{
	width:94%;
	padding:5px 0;
	text-align:left;
	color:#663300;
	background:#ffffff;
	margin:0 auto;
	margin-top:5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px #ffffff solid;
	box-sizing:border-box;
	font-size:16px;
}
#side .side_box li{
	min-height:40px;
}
#side .side_box img{
	vertical-align: -2px;
	margin-right: 5px;
	width: 20px;
	height:20px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.image_side_box{
	border: 2px #00b250 solid;
	text-align:left;
	background:#ccffcc;
}
.image_side_box h2{
	margin:0;
	font-size:20px;
	width: 100%;
	min-height:40px;
	line-height:160%;
	padding-left:5px;
	box-sizing:border-box;
	border-left: 10px #00b250 solid;
}
.image_side_box ul li{
	position: relative;
	padding:5px;
	box-sizing:border-box;
	border-top: 2px #00b250 solid;
}
.image_side_box ul li img{
	width:50px;
	margin-right:10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	vertical-align:-10px;
}
#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:#1ec63d;
	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%;
}


/*--------------------------------------
  リンクBOX
--------------------------------------*/
.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;
}

/*--------------------------------------
　フッターリンク
--------------------------------------*/
#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;
}
/*--------------------------------------
　フォローボタン
--------------------------------------*/
.follow {
	position:absolute;
	top: 2px;
	right:5px;
}
.follow img {
	height: 36px;
}
/*--------------------------------------
  広告
--------------------------------------*/
.footer_ad{
	margin:0 auto;
	margin-bottom:5px;
	max-width:620px;
}
.double_ad{
	margin: 15px 5px 0 5px;
	width:300px;
	height:250px;
	float:left;
}
/*--------------------------------------
  PCのみ
--------------------------------------*/
.is_mobile{
	display:none;	
}



.question img, .answer img{
	max-width:640px;
	min-width:300px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.formula {
	font-size:36px;
}




/*--------------------------------------
  トップリスト
--------------------------------------*/
.top_category_list li{
	position: relative;
	max-width:310px;
	margin:0 5px;
	float:left;
}
.top_category_list li img{
	width:100%;
	max-width:200px;
	margin-bottom:5px;
	border:2px #cccccc solid;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.top_category_list li p{
	text-align:center;
	margin:0;
}
.top_category_list li .new{
	color:#ff3333;
	text-shadow: 3px 3px 1px #cccccc;
	font-size:20px;
	font-weight: 900;
	position:absolute;
	top:5px;
	left:15px;
}
/*--------------------------------------
  カテゴリトップ
--------------------------------------*/
.category_title{
	width:300px;
	text-align:center;	
}
.category_capture{
	width:200px;
	border:2px #cccccc solid;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
/*--------------------------------------
  カテゴリリスト
--------------------------------------*/
.category_list{
	max-width:600px;
	text-align:center;	
}
.category_list li{
	clear:both;
	padding:10px;
	margin-bottom:5px;
	background:#99ff99;
	border:2px #00b250 solid;
	box-sizin:border-box;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;	
}
.category_list a{
	color:#333333;	
}
.category_list li h2, .category_list li h3{
	margin:0;
	text-align:left;
	font-size:18px;
}
.category_list img{
	float:left;
	width:150px;
	margin-right:10px;
	border:2px #cccccc solid;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.category_list p{
	margin:5px 0 0 0;
	text-align:left;
	box-sizin:border-box;	
}
/*--------------------------------------
  凡庸ボックス
--------------------------------------*/
.commonplace_box{
	width:96%;
	max-width:400px;
	min-width:310px;
	line-height:160%;
	background:#00b250;
	box-sizing:border-box;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 4px #00b250 solid;
	text-align: center;
}
.commonplace_box h2, .commonplace_box h3, .commonplace_box p{
	color:#ffffff;
	margin:4px 0;
	padding:10px 5px;
	box-sizing:border-box;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 4px #00b250 solid;
}
 .commonplace_box p{
	background:#ccffcc;
	color:#333333;
}

/*--------------------------------------
  凡庸ボタン
--------------------------------------*/
.commonplace_button{
	display:block;
	width:90%;
	max-width:400px;
	min-width:300px;
	line-height:160%;
	padding: 5px;
	text-align: center;
	border: 2px #00b250 solid;
	box-sizing:border-box; 
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom:3px;
}
.pager {
	padding-left:44px;
}
.pager .next, .pager .go_answer{
	float:left;
	display:block;
	width:145px;
	height:40px;
	text-align:center;
	text-decoration:none;
	margin:5px 5px;
	color:#ffffff;
	font-weight:900;
	font-size:20px;
	line-height:200%;
}
.go_answer {
	background:url(https://nazo2.cloud/img/banner/answer.png);
}
.next {
	background:url(https://nazo2.cloud/img/banner/hint.png);
}


/*--------------------------------------
  答えリスト
--------------------------------------*/
.answer_list{
	width:90%;
	max-width:640px;
	min-width:320px;
	line-height:160%;
	text-align:left;
	border:2px #00b250 solid;
	box-sizing:border-box; 
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.answer_list li{
	padding:3px;
	box-sizing:border-box; 
	width:100%;
	height:30px;
	border-bottom: 1px #00b250 solid;
}
.background{
	background:#ddffdd;
}

/*--------------------------------------
  シェアボタン
--------------------------------------*/
.share {
	margin-top:10px;
	max-width:400px;
	text-align:center;
}

 /* フォローボタン */
.followbutton {
	float:right;
	margin-top: 1px;
	margin-bottom: 0;

}
.followbutton img {
	width: 120px;
	height: 48px;
}

/*--------------------------------------
  広告
--------------------------------------*/
.article_ad {
	margin: 10px 0 20px 0;
	line-height:100%;
	text-align:left;
	color:#666666;
	font-size:14px;
}
.ad_side {
	margin: 5px 0;
	line-height:100%;
	color:#666666;
	font-size:14px;
	min-height:250px;
}

.footer_ad{
	margin:0 auto;
	margin-bottom:5px;
	max-width:620px;
}
.double_ad{
	margin: 15px 5px 0 5px;
	width:300px;
	height:250px;
	float:left;
}

.article_under_ad{
	width:96%;
	margin: 10px 0 20px 0;
	max-width:728px;
	min-width:320px;
	line-height:100%;
	color:#666666;
	font-size:14px;
}




@media screen and (max-width: 640px){
/*--------------------------------------
  mobileのみ
--------------------------------------*/
.is_pc{
	display:none;
}
/*--------------------------------------
  メインカラム
--------------------------------------*/
#main, #side{
	float:none;
	width: 100%;
	margin: 0;
}
#main h2{
	font-size:20px;
}
#main article h2 img{
	vertical-align:-14px;
	width:100px;
	height:auto;
}

/*--------------------------------------
　フォローボタン
--------------------------------------*/
.follow {
	 position:static;
}
.follow img {
	height:40px;
}
/*--------------------------------------
　フッターリンク
--------------------------------------*/
#info li {
	width:50%;
}
/*--------------------------------------
  凡庸ボタン
--------------------------------------*/
.commonplace_button{
	margin:0 auto;
	margin-bottom:3px;
}

/*--------------------------------------
  メインカラム
--------------------------------------*/
.question img, .answer img{
	width:100%;
	margin:0 auto;
}

/*--------------------------------------
  パンくずリスト
--------------------------------------*/
.pan{
	font-size:13px;
}

.top_title_list a{
	width:49%;
}
/*--------------------------------------
  トップリスト
--------------------------------------*/
.top_category_list{
	width:320px;
	margin:0 auto;
}

.top_category_list li{
	max-width:140px;
	margin:5px;
}

/*--------------------------------------
  ボックス
--------------------------------------*/
.app_title, .commonplace_list, .commonplace_button{
	margin:0 auto;
	margin-bottom:3px;
}
/*--------------------------------------
  凡庸リスト
--------------------------------------*/
.commonplace_list li{
	width:19%;
}

/*--------------------------------------
  広告
--------------------------------------*/
.article_under_ad{
	text-align:center;
}
}