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;
}

/*--------------------------------------
  凡庸ボタン
--------------------------------------*/
.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;
	overflow: hidden;

}
#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{
	width:100%;
	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{
	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;
}

/*--------------------------------------
  リンク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;
}
/*--------------------------------------
　難易度
--------------------------------------*/
.level, .level_mini{
	margin:2px 0;
	display:inline-block;
	color:#ffffff;
	font-weight:bolder;
	font-size:18px;
	border: 1px #ff4500 solid;
	background: #ff4500;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.level .star, .level_mini .star{
	display:inline-block;
	color:#ffa500;
	background: #ffffff;
	font-size:20px;
	border: 1px #ffffff solid;
	margin:2px;
	padding:0 2px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.level_mini{
	line-height:120%;
	margin:2px 5px;
	font-size:16px;

}
.level_mini .star{
	font-size:18px;
}

/*--------------------------------------
  広告
--------------------------------------*/
.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;	
}




/*--------------------------------------
  サイドバー
--------------------------------------*/
.side_banner img{
	width:90%;
	max-width:320px;
	margin:0 auto;
	margin-top:5px;
}
.side_box{
	padding:5px 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width:100%;
	background:#1ec63d;
	border: 3px #1ec63d solid;
	box-sizing:border-box;
}
#side .side_menu {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin:0 auto;
	padding:0;
	text-align:center;
	background:#1ec63d;
	width:100%;
	max-widht:320px;
}
#side .side_menu li{
	border: 1px #1ec63d solid;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	box-sizing:border-box;
	width:48%;
	max-width:200px;
	height:148px;
	margin:1%;
	padding:7px 5px;
	font-size:16px;
	line-height:110%;
	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%;
}
#side .side_feed {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width:100%;
	text-align:left;
	font-size:14px;
	line-height:130%;
	background:#ccffcc;
	border: 3px #1ec63d solid;
	box-sizing:border-box;
}
#side .side_feed li{
	width:100%;
	margin:2px 0.5%;
	padding:5px;
	box-sizing:border-box;
	height:70px;
	border-top: 1px #00b250 solid;
	overflow:hidden;
}
#side .side_feed .ranking li{
	height:90px;
}
#side .side_feed span{
	color:#ff3333;
	font-weight:bold;
}
#side .side_feed h2 {
	text-align:center;
	font-size:16px;
}
#side .side_feed h2 a{
	color:#ff6666;
	font-weight:bold;
}
#side .side_feed img{
	float:left;
	max-width:90px;
	max-height:60px;
	margin-right:5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


/*--------------------------------------
  メニュー
--------------------------------------*/
#menu li{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	min-height:250px;
	margin:2px;
	padding:0;
	text-align:center;
	float:left;
	overflow:hidden;
	box-sizing:border-box;
	border: 1px #00b250 solid;
	width:49%;
	background:#ccffcc;
}
#menu li h2 {
	font-size:18px;
	font-weight:bold;
	height:36px;
	line-height:100%;
	margin:0;
	margin-top:8px;
}
#menu li h2 img{
	vertical-align: -2px;
	margin-right: 5px;
	width: 20px;
	height:20px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#menu li h2 a{
	color:#444444;
}
#menu li p {
	margin:2px;
	line-height:140%;
}
#menu li .capture{
	width:38%;
	margin:0;
	padding:5px;
	float:left;
	box-sizing:border-box;	
}
#menu li .contents{
	width:60%;
	margin:0;
	padding:0;
	float:left;
}

#menu li .capture img{
	width:100%;
	height:auto;
	box-sizing:border-box;
	border: 1px #999999 solid;
	border-radius: 25%;
	-webkit-border-radius: 25%;
	-moz-border-radius: 25%;
}
#menu .s_box {
	width:24.3%;
	min-height:280px;
}
#menu .s_box img{
	height:100px;
}
.category_capture{
	float:left;
	width:200px;
	margin:15px;
	border:2px #cccccc solid;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
#menu .tag{
	margin:1px;
}

.description p{
	padding:10px;
}

/*--------------------------------------
　前後のページ
--------------------------------------*/

.next{
	float:left;
	width:50%;
	text-align:right;
	box-sizing:border-box;
}	
.previous{
	float:left;
	width:50%;
	box-sizing:border-box;
	text-align:left;
}
.next img, .previous img{
	vertical-align:-10px;
	width:32px;
	height:32px;
}
.previous img{
	transform: scale(-1, 1);
}
/*--------------------------------------
　チュートリアル
--------------------------------------*/
.tutorial img{
	vertical-align:-9px;
	width:100px;
	margin-right:5px;
	margin-top:5px;
}
.tutorial .start_mini{
	vertical-align:-7px;
}




/*--------------------------------------
  掛け合い
--------------------------------------*/
.contents_box{
	max-width:640px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	padding:10px 6px;
	box-sizing:border-box;
	background:#ccffcc;
	border:2px #00b250 solid;
	font-size:18px;
}
.my, .you{
	width:80%;
	font-size:18px;
	font-weight:bold;
	border-style:solid;
	border-color:#333333;
	border-width:2px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background:#ffffff;
}
.you{
	text-align: right;
}
.image_left{
	float:left;
	margin-right:10px;
	width: 64px;
	height:64px;
}
.image_right{
	float:right;
	margin-left:10px;
	width: 64px;
	height:64px;
	transform: scale(-1, 1);
}

/*--------------------------------------
　答えBOX
--------------------------------------*/
.answer{
	background-color:#1ec63d;
	padding:10px;
	text-align:left;
	width:26%;
	box-sizing:border-box;
	margin-right:0;
	font-size:18px;
	float:left;
}
.answer div{
	background-color:#ffffff;
	padding-bottom:10px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:2px #1ec63d solid;
	box-sizing:border-box;
}
.answer h2{
	width:100%;
	height:50px;
	color:#333333;
	border-bottom:2px #1ec63d solid;
	font-size:22px;
	margin:0;
	padding:14px 0 0 4%;
	box-sizing:border-box;
}
.answer h3{
	font-size:24px;
	color:#990000;
	font-weight:bolder;
	margin-left:10px;
	text-decoration:underline;
}
.answer p{
	line-height:160%;
	margin:5px 10px;
}


#main article .answer_box, #main article .hint_box{
	width:100%;
	max-width:640px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;	
	padding:10px 6px;
	box-sizing:border-box;
	background-color:#ffcccc;
	border:2px #ff3333 solid;
	overflow: hidden;
}
#main article .hint_box{
	background:#ccffcc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border:2px #00b250 solid;
	margin-bottom:3px;
}
#main article .answer_box h3{
	font-size:20px;
	color:#990000;
	font-weight:bolder;
	text-decoration:underline;
	border-bottom:0;
}
#main article .hint_box h3 {
	font-size:20px;
	margin:0 5px;
	border:none;
}
#main article .hint_box h3 img{
	vertical-align:-10px;
	margin-right:5px;
}
#main article .answer_box p{
	color:#333333;
	line-height:160%;
	margin:5px 0;
}
.answer_box a, .hint_box a, .contents_box a{
	color:#ffffff;
	font-weight:bolder;
}

/*--------------------------------------
  ヒントと答え
--------------------------------------*/
.button {
	width:320px;
	margin:3px 0;
}
.button a, .side_item a, .button label{
	color:#ffffff;
	float:left;
	display:block;
	width:145px;
	height:40px;
	text-align:center;
	text-decoration:none;
	margin:5px 7px;
	font-weight:900;
	font-size:18px;
	line-height:200%;
}
.hinto{
	background:url(https://nazo2.cloud/img/banner/hint.png);
}
.kotae{
	background:url(https://nazo2.cloud/img/banner/answer.png);
}

.big_hint, .give_up{
	margin: 0 auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-weight:bolder;
	display:block;
	text-align:center;
	box-shadow: 2px 2px 3px 1px #777;
	-moz-box-shadow: 2px 2px 3px 1px #777;
	-webkit-box-shadow: 2px 2px 3px 1px #777;
}

.big_hint{
	width:280px;
	height:40px;
	background:#339933;
	border-bottom: solid 2px #006600;
	line-height:210%;
	font-size:20px;
}
.give_up{
	width:140px;
	height:30px;
	background:#ff6633;
	border-bottom: solid 1px #cc3300;
	line-height:190%;
	font-size:16px;
}



/*--------------------------------------
　10問ボックス
--------------------------------------*/
.question_list h3{
	width:40%;
	min-width:240px;
	height:30px;
	padding:5px;
	margin-bottom:0;
	border: 1px #009900 solid;
	background:#009900;
	color:#ffffff;
	box-sizing:border-box;
	overflow:hidden;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
}
.question_list ul{
	width:100%;
	background:#ccffcc;
	max-width:640px;
	border: 2px #009900 solid;
	box-sizing:border-box;
	border-radius: 0px 10px 10px 10px  / 0px 10px 10px 10px ;
	-webkit-border-radius:  0px 10px 10px 10px  / 0px 10px 10px 10px ;
	-moz-border-radius: 0px 10px 10px 10px  / 0px 10px 10px 10px ;
}
.question_list ul li{
	min-height:70px;
	border-bottom: 2px #009900 solid;
	padding: 1px;
	box-sizing:border-box;
	line-height:150%;
}
.question_list ul li:last-child {
	border:none;
}

.question_list ul li div{
	display:inline-block;
	color:#ffffff;
	font-weight:bolder;
	font-size:14px;
	border: 1px #ff4500 solid;
	background: #ff4500;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.question_list ul li .star{
	display:inline-block;
	color:#ffa500;
	background: #ffffff;
	font-size:16px;
	border: 1px #ffffff solid;
	margin:1px;
	padding:0 1px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.question_list ul li img{
	vertical-align: -4px;
	margin-right: 5px;
	width: 24px;
	height:24px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.question_list ul li strong{
	color:#555555;
	font-weight:bolder;
}
.question_list ul li p{
	color:#990000;
	font-weight:bolder;
}
.question_list ul li p span{
	color:#3333ff;
}

/*--------------------------------------
  プリントボタン
--------------------------------------*/
.print_button{
	width: 320px;
	border: 2px solid #0099CC;
	margin:2px;
	padding:3px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	box-sizing:border-box;
	position: relative;
}
.print_button img{
	float:left;
	margin-right:10px;
}
.print_button span{
	display:inlin-block;
	padding:5px;
	font-size:13px;
	background:#0099CC;
	color:#ffffff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	bottom:5px;
	right: 5px;
}

/*--------------------------------------
　関連コンテンツ
--------------------------------------*/
.relation{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px #00b250 solid;
	width:100%;
	max-width:720px;
	text-align:left;
	font-size:16px;
	line-height:130%;
	background:#ccffcc;
	box-sizing:border-box;
}
.relation h3{
	margin:3px 0;
}
.relation li{
	float:left;
	width:49%;
	height:110px;
	margin:2px 0.5%;
	padding:5px;
	box-sizing:border-box;
	border-top: 1px #00b250 solid;
	overflow:hidden;
}
.relation li img{
	float:left;
	width:auto;
	height:100px;
	margin-right:5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
/*--------------------------------------
　ひらがな切り替えボタン  
--------------------------------------*/
.kana{
	display:inline-block;
	margin-left:10px;
	vertical-align:4px;
}
.kana a{
	display:block;
	height:18px;
	line-height:120%;
	margin:0;
	padding:4px;
	text-align:center;
	font-size:18px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
	border: 2px #33cc33 solid;
	color:#ffffff;
	background:#33cc33;
}
/*--------------------------------------
  文字探しのUL
--------------------------------------*/
.moji_list{
	width:310px;
	height:240px;
	padding:0;
	margin:5px 0;
	margin-left:20px;
	text-align:center;
	font-size:20px;
	border: 2px #009900 solid;
	background-color:#ccffcc;
	float:left;
}
.moji_list li{
	float:left;
	width:10%;
	height:30px;
	min-height:30px;
}
.moji_list_hard{
	width:310px;
	height:240px;
	padding:0;
	margin:5px 0;
	margin-left:20px;
	text-align:center;
	font-size:20px;
	border: 2px #009900 solid;
	background-color:#ccffcc;
	float:left;
}
.moji_list_hard li{
	float:left;
    	width: calc((100% * 1/14) );
	height:24px;
	min-height:24px;
}
.side_item {
	width:auto;
	margin-left:20px;
	float:left;
}

/*--------------------------------------
  シェア
--------------------------------------*/
.share{
	width:320px;
	font-size:14px;
	text-align:center;
	font-weight:bold;
}
/*--------------------------------------
  ページャー
--------------------------------------*/
.pager li{
	height:40px;
}

.pager img{
	vertical-align: -2px;
	margin-right: 5px;
	width: 20px;
	height:20px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
/*--------------------------------------
  モードメニュー　問題ボックス
--------------------------------------*/
article p{
	text-align:left;
	padding-left:5px;
	box-sizing:border-box;
}
#qbox p{
	color:#990000;
	font-size:28px;
	padding:0 5px;
	max-width:600px;
	font-weight:bolder;
	box-sizing:border-box;
	line-height:160%;
	animation-name:fadeRightAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
}


@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

}

.category_menu a{
	color:#ffffff;
	font-size: 18px;
	font-weight:bolder;
	text-align: center;
	float:left;
	display: block;
	margin: 1px 1px auto;
	height: 55px;
	width: 242px;
	line-height: 55px;
	text-decoration: none;
	box-sizing:border-box;
	background: url(https://nazo2.cloud/img/banner/button_green.png);
}
.back_number {
	margin:5px 2px 0 0;
	font-size:16px;
}
.back_number a{
	font-weight: bold;
	text-align: center;
	width:60px;
	box-sizeing:border-box;
	padding: 6px 0;
	background-color: #00bb00;
	color: #fff;
	margin:0 2px 5px 2px;
	box-shadow: 2px 2px 3px 1px #666;
	-moz-box-shadow: 2px 2px 3px 1px #666;
	-webkit-box-shadow: 2px 2px 3px 1px #666;
	text-shadow: 1px 1px 2px #000;
	float:left;
	display :block;
}
#modemenu{
	min-width: 488px;
}

#modemenu a{
	color:#ffffff;
	font-size: 20px;
	font-weight:bolder;
	text-align: center;
	float:left;
	display: block;
	margin: 1px 1px auto;
	height: 55px;
	width: 242px;
	line-height: 55px;
	text-decoration: none;
	background: url(https://nazo2.cloud/img/banner/button_green.png);
}

/*--------------------------------------
  私は誰でしょう
--------------------------------------*/
.watashi_question {
	float:left;
	width:60%;
}
.watashi_img {
	float:left;
	width:40%;
}
/*--------------------------------------
  動画アイコン
--------------------------------------*/
.movie{
	width:40px;
	height:40px;
	vertical-align:-10px;
}

/*--------------------------------------
  広告
--------------------------------------*/
.ad_side {
	width:90%;
	margin:0 auto;
	margin-top:5px;
	margin-bottom:5px;
}
.ad_footer {
	margin: 7px 0;
	line-height:100%;
	color:#666666;
	font-size:14px;
}

.ad_article_center {
	max-width:800px;
	min-height:250px;
	margin-bottom:15px;
	line-height:100%;
	color:#666666;
	font-size:13px;
}
.ad_mojisagashi {
	width:60%;
	margin-top:5px;
}


@media screen and (max-width: 960px){
/*--------------------------------------
  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;
}

/*--------------------------------------
　チュートリアル
--------------------------------------*/
.tutorial {
	background:#ddffdd;
}
/*--------------------------------------
  パンくずリスト
--------------------------------------*/
.pan{
	margin:5px 10px;
	font-size:13px;
}
/*--------------------------------------
  メニュー
--------------------------------------*/
#menu li{
	float:none;
	min-height:240px;
	margin:2px 0;
	width:100%;
}
#menu .s_box {
	float:left;
	width:49%;
	height:210px;
	min-height:210px;
	margin-right:0.5%;
}
.answer{
	float:none;
	width: 100%;
	margin: 0 auto;
	margin-bottom:10px;
}
.category_menu a{
	float:none;
	margin:0 auto;
	margin-top:2px;
	width:100%;
	-moz-background-size: 100% 100%;
	 background-size: 100% 100%; 
}
.category_capture{
	float:none;
	margin:0 auto;
	display:block;
}

.print_button{
	margin: 0 auto;
	margin-top:2px;
}
.back_number {
	width:320px;
	margin:0 auto;
}
/*--------------------------------------
  アーカイブ
--------------------------------------*/
#archive li{
	margin:0 auto;
	margin-bottom:10px;
}
#archive li .capture{
	float:none;
}
#archive li .contents{
	width:100%;
	margin:0 auto;
	float:none;
}

/*--------------------------------------
  ボタンとシェア
--------------------------------------*/
.button{
	margin:0 auto;
}
.share, .tag{
	margin:3px 0 auto;
}

/*--------------------------------------
  関連コンテンツ
--------------------------------------*/
.relation li{
	float:none;
	width:100%;
	margin:2px 0;
}
/*--------------------------------------
  私は誰でしょう
--------------------------------------*/
.watashi_question, .watashi_img {
	float:none;
	width:100%;
}
/*--------------------------------------
  広告
--------------------------------------*/
.ad_article_center {
	text-align: center;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
}

@media screen and (max-width: 320px){
/*--------------------------------------
  広告
--------------------------------------*/
.ad_article_center {
	overflow: hidden;
	width:320px;
}
/*--------------------------------------
  文字探しのUL
--------------------------------------*/
.moji_list{
	margin-left:3px;
}
}