﻿body {
	color: #333333;
	font-size: 18px;
	margin: 0px;
	text-align: center;
	overflow-x: hidden;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

a:link {
	color: #006666;
	font-weight:500;
	text-decoration: none;
}
a:visited {
	color: #669999;
}
a:active {
	color: #003333;
}
a:hover {
	color: #003333;
	text-decoration: underline;
}

header {
	width: 100%;
	height: 120px;
	background: url(img/banner/index.jpg);
	margin: 0 0 5px 0;
	padding: 1px;
}

h1 a {
	font-size: 45px;
	margin: 10px 1%;
	color: #ffffff;
	text-decoration: none;
	float: left;
	text-shadow:	2px  2px 5px red,
			-2px  2px 5px red,
			 2px -2px 5px red,
			-2px -2px 5px red;}

#topb {margin-top:20px;  margin-right:5px;  float:right;  color:#3333ff;
	text-shadow:	 1px  1px 2px #f0fff0,
			-1px  1px 2px #f0fff0,
			 1px -1px 2px #f0fff0,
			-1px -1px 2px #f0fff0;}

.last {font-size:13px;  font-weight:bolder;  margin:2px;  margin-left:25px;  text-align:left;}

nav#top {
	margin: 2px 2px 24px 16px;
	text-align: left;
}

#primary {
	width: 69%;
	margin: 0 0.5%;
	text-align: left;
	float: left;
	padding-left:10px;
	box-sizing:border-box;
}
#primary h2{
	line-height:100%;
	margin:0;
}
.question_table{
	width:50%;
	margin:0;
	padding:0;
	float: left;
}


/*--------------------------------------
  サイドバー
--------------------------------------*/
#secondary {
	width: 29%;
	text-align: left;
	max-width:300px;
	margin: 0 0.5%;
	padding-top:0px;
	font-size: 18px;
	color: #663300;
	float: left;
}
.side_bar {
	width:100%;
	text-align:center;
	padding:0;
	border: 2px #7080b1 solid;
	box-sizing:border-box;
}

.sideimg {
	width:90%;
	border: 1px #dddddd solid;
	box-sizing:border-box;
}

/*--------------------------------------
  グローバルメニュー
--------------------------------------*/
.global_menu_vertical h2{
	text-align: left;
	font-size:20px;
}
.global_menu_vertical ul{
	margin:10px;
	text-align:left;
	font-size:16px;
}
.global_menu_vertical ul li{
	border-top: 1px solid #dddddd;
}
.global_menu_vertical li img{
	margin-right:3px;
	vertical-align: -3px;
}

footer p{
	font-size:16px;
}
#pr {width:100%;  font-size:14px;  margin-top:20px;}
#com {width:100%;  height:30px;  padding-top:10px;  font-weight:bolder;}

/* 問題 */
.mondai {
	width:80%;
	padding: 20px;
	font-weight: bolder;
	font-size: 24px;
	color: #000099;
	text-align: left;
	background-color: #eeeeff;
	border: 1px solid #CCC;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
    box-shadow: 0 1px 1px #CCC;
}

/*解答*/
.question_table{
	width:50%;
	margin:0;
	padding:0;
	float: left;
	text-align:center;
}
.question_table form {
	font-weight:bolder;
	font-size:20px;
	padding:20px 0;
	width:90%;
	background-color: #ccccff;
	border: 1px solid #CCC;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
    box-shadow: 0 1px 1px #CCC;
}
/*解答*/
.answerin {

	padding: 10px;
	font-size: 24px;
	color:#000099;
	border:solid 1px #ccc;
	width:180px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input:focus {
    border:solid 1px #000099;
}
.answerbutton {
	padding: 17px 5px 12px 5px;
	border:solid 1px #ccc;
	font-size: 16px;
	text-transform:uppercase;
	font-weight:bold;
	color:#333399;
	cursor:pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#aaa));
	background-image: -webkit-linear-gradient(top, #ddd, #aaa);
	background-image: -moz-linear-gradient(top, #ddd, #aaa);
	background-image: -ms-linear-gradient(top, #ddd, #aaa);
	background-image: -o-linear-gradient(top, #ddd, #aaa);
	background-image: linear-gradient(top, #ddd, #aaa);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd', endColorstr='#aaa',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);

	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.8);

}

.abox {
	padding: 10px 0px 10px 5px;
	border:solid 2px #ff0000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* 答え */
div.kotae{
	width: 254px;
	height: 70px;
	background: url(img/banner/botan-red.jpg);
	line-height: 20px;
	font-weight: bolder;
	margin: 0 auto;
}
a.kotae {
	display: block;
	width: 254px;
	height: 70px;
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	padding-top: 20px;
}
div.kotaebody{
	font-size: 20px;
	font-weight: bolder;
	display:none;
}

 /* プリーズボタン */
.please{
	margin: 5px 20px 5px 50px;
	width: 80px;
	height: 70px;
	text-align: center;
	float:left ;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 2px solid;
	border-color: #90ccd1 #333333 #333333 #90ccd1;
}
 /* ソーシャル */
.sns {margin:15px 3px}

 /* ヒントボタン */
a.item{
	display: block;
	width: 80px;
	height: 70px;
	font-size: 14px;
	line-height: 14px;
}
a.item:hover {
	background-color: #90ccd1;
}
img.item {
	margin: 3px 0px 0px 0px;
}

 /* ヒントボックス */
#hinto {width:90%;  margin:5%;  text-align:left;  padding:0px;   background:url(img/banner/box.gif);
 	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	border: 2px #7080b1 solid;     /* 枠線の装飾 */}

p {line-height:26px; }


ul{width:95%;  list-style-type:none;  margin-left:30px;  padding:0px;  text-align:left;  font-size:20px;}
li{height:40px;}


 /* メニュー */
.menu{
	width:33%;
	margin:2px 0.11%;
	padding:0;
	text-align:center;
	float:left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px #7080b1 solid;
	box-sizing:border-box;
}
.menu h2 {
	text-align:center;
	font-size:20px;
	height:40px;
	color:#333333;
	background-color:#7080b1;
	margin:0px;
	padding-top:10px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}
.menu ul {
	list-style-type: none;
	margin-left: 6px;
	text-align: left;
	font-size: 16px;
}
.menu li {
	height: 30px;
}

.menu ul li img{
	width:18px;
	height:18px;
	vertical-align:-3px;
	margin-right:5px;
}

 /* カテゴリメニュー */
.category{
	width:100%;
}
.category li{
	font-size:16px;
	width:33.3333%;
	float: left;
}


strong {font-size:24px;}

.red  {color:#ff3333;  font-weight:bolder;}

HR {color:#00b250;  background-color:#7080b1;  border:1px;  height:1px;}



/*ボタン*/
IMG.botan{vertical-align:-3px;  margin-right:5px;}
IMG.hinto{vertical-align:-10px;  margin:0px 5px;} 
IMG.kotae{vertical-align:-4px;  margin:0px 5px;} 
IMG.new{margin:0px 5px;}

p.mb {font-size:16px;  padding:1px;  margin:1px;  text-align:center; 　line-height:150%;  color:#3333ff;}

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

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