﻿@import url("https://www.nazo2.net/css/global_style.css");

/*--------------------------------------
  パンくずリスト
--------------------------------------*/
.pan{
	width: 90%;
	margin: 10px;
	text-align: left;
}

/*--------------------------------------
  メインカラム
--------------------------------------*/
.capture {
	width:96%;
	max-width:400px;
	min-width:300px;
	min-height:247px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.capture_mini{
	width:96%;
	max-width:300px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

/*--------------------------------------
  なぞ解きメール用
--------------------------------------*/
.capture_solve_mystery_mail{
	width:96%;
	max-width:300px;
	border-top-right-radius : 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius : 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top: 30px #000000 solid;
	border-right: 1px #000000 solid;
	border-left: 1px #000000 solid;
	box-sizing:border-box;
}

article {
	margin-left: 20px;
	margin-right: 10px;
	line-height:140%;
}

article p a:link {
	text-decoration: underline;
}

/*--------------------------------------
　関連リンク
--------------------------------------*/
.related{
	width:96%;
	max-width:728px;
	min-width:320px;
}
.related li{
	background:#ccffcc;
	border-bottom: 2px #00b250 solid;
	clear:both;
	height:100px;
	padding:5px 0;
	margin:5px 0 auto;
}
.related li a{
	display:block;
	width:100%;
	height:100px;
	margin:5px 0 auto;
}
.related li img{
	border:2px #cccccc solid;
	width:90px;
	height:90px;
	float:left;
	box-sizing:border-box;
	margin-right:10px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

/*--------------------------------------
  サイドカラム
--------------------------------------*/
.side_box{
	border: 2px #00b250 solid;
	text-align:left;
}
.side_box h2{
	margin:0;
	font-size:20px;
	width: 100%;
	min-height:40px;
	line-height:160%;
	padding-left:5px;
	background:#ccffcc;
	box-sizing:border-box;
	border-left: 10px #00b250 solid;
}
.side_box ul li{
	padding:5px;
	box-sizing:border-box;
	background:#ccffcc;
	border-top: 2px #00b250 solid;
}
.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:#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%;
}

/*--------------------------------------
  タイトルリスト
--------------------------------------*/
.top_title_list, .title_list{
	width:100%;
	max-width:640px;
}

.top_title_list a, .title_list a{
	background:#ccffcc;
	box-sizing:border-box;
	border:2px #00b250 solid;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding:5px 0;
	width:24%;
	margin: 0 0.5%;
	float:left;
	display:block;
	text-align:center;
	margin-bottom:3px;
}

.title_list a{
	width:49%;
}
.top_title_list a img, .title_list a img{
	width:90%;
	max-width:100px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.title_list a img{
	max-width:200px;
}
.top_title_list a, .title_list a{
	color:#333333;
}
/*--------------------------------------
  アプリリンク
--------------------------------------*/
.app_title{
	width:300px;
	text-align:center;	
}
.app_banner{
	width:200px;
	border:2px #cccccc solid;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.gplay{
	width:138px;	
}

/*--------------------------------------
  テキスト
--------------------------------------*/
.red {
	color: #ff3333;
	font-weight:bolder;
}
.large_red {
	color: #ff3333;
	font-weight:bolder;
	font-size:24px;
}
.blue {
	color: #3333ff;
	font-weight:bolder;
}

/*--------------------------------------
  凡庸ボックス
--------------------------------------*/
.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_list{
	width:90%;
	max-width:640px;
	min-width:320px;
	line-height:160%;
	text-align: center;
}
.commonplace_list li{
	width:9%;
	margin:1px 0.5%;
	height:30px;
	float:left;
	border: 2px #00b250 solid;
	box-sizing:border-box; 
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/*--------------------------------------
  凡庸ボタン
--------------------------------------*/
.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;
}
/*--------------------------------------
  答えリスト
--------------------------------------*/
.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;
}

hr {
	color: #00b250;	
	background-color: #00b250;
	border: 1px;
	height: 1px;
	border-color: #00b250;
}

/*--------------------------------------
  広告
--------------------------------------*/
.article_ad {
	margin: 10px 0 20px 0;
	line-height:100%;
	text-align:left;
	color:#666666;
	font-size:14px;
}
.side_ad {
	margin: 7px 0;
	line-height:100%;
	color:#666666;
	font-size:14px;
}
.article_under_ad{
	margin: 15px 5px 0 5px;
	width:300px;
	height:250px;
	float:left;
}



@media screen and (max-width: 640px){

/*--------------------------------------
  メインカラム
--------------------------------------*/
article {
	margin-left: 5px;
	margin-right: 5px;
}

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


.top_title_list a{
	width:49%;
}
/*--------------------------------------
  ボックス
--------------------------------------*/
.app_title, .commonplace_list, .commonplace_button{
	margin:0 auto;
	margin-bottom:3px;
}
/*--------------------------------------
  凡庸リスト
--------------------------------------*/
.commonplace_list li{
	width:19%;
}
/*--------------------------------------
  広告
--------------------------------------*/
.article_ad {
	text-align:center;
}
.article_under_ad{
	margin:0 auto;
	margin-top: 15px;
	width:100%;
	height:auto;
	float:none;
	text-align:center;
}

}