﻿@charset "utf-8";

/* 全体 */
body {background-color: #FCFFEC;
margin: 0px;
padding: 0px;
color: #333;
font-size: 17px;
font-family: Verdana, Arial, sans-serif;
}

p {
margin-bottom: 2em;
}

a:link {color: #1a0dab;
text-decoration: none;
}

a:visited {color: #660099;
text-decoration: none;
}

a:hover{
    color: #1a0dab;
    text-decoration: underline;
}


#wrap {
margin:0 auto;
	width:95%;
	overflow:hidden;
line-height: 170%;
}

/*　ヘッダ　*/
header {
margin:0;
width:99%;
background-color: #FFF;
}

.spon {
text-align:center;
}

.adsenseue {
padding-top: 5px;
width: 100%:
}

.sitetitle{color: #FF0000;
font-size: 230%;
  font-weight: bold;
  margin: 20px 0 20px 10px;
  line-height: 100%;
}

.sitetitle a:link {color: #FF0000;
text-decoration: none;
}

.sitetitle a:visited {color: #FF0000;
text-decoration: none;
}

img {
   max-width: 100%;
}

/* メインコンテンツ */
#main {background-color: #FFF;
margin:0;
padding:10px 5px 10px 5px;
width:96%;
text-align:left;
float:none;
	clear:both;
}

h1{color: #FF0000;
border-radius: 10px;
font-size: 130%;
width: 95%;
margin: 10px 1px 10px 1px;
padding: 5px 1px 5px 10px;
background-color: #F0F8FF;
border: 1px solid #B0C4DE;
}

h2{
  color: #9932CC;
	position:relative;
	padding:9px;
	padding-left:10px;
	font-weight: bold;
	font-size: 120%;
}

h2:before{
	content:''; 
	height:15px; 
	width: 100%;
	display:block; 
	position:absolute; 
	top:18px; 
	left:0px; 
	background-color:#00FFFF;
	filter:alpha(opacity=20);
	-moz-opacity:0.20;
	-khtml-opacity: 0.20;
	opacity:0.20;
	box-shadow: 0px 3px 3px 3px rgba(255,255,255, 0.3) inset;
}

h3{
  color: #9932CC;
	position:relative;
	padding:9px;
	padding-left:10px;
	font-weight: bold;
	font-size: 120%;
}

h3:before{
	content:''; 
	height:15px; 
	width: 100%;
	display:block; 
	position:absolute; 
	top:18px; 
	left:0px; 
	background-color:#00FFFF;
	filter:alpha(opacity=20);
	-moz-opacity:0.20;
	-khtml-opacity: 0.20;
	opacity:0.20;
	box-shadow: 0px 3px 3px 3px rgba(255,255,255, 0.3) inset;
}

article {padding: 20px;
}

.important {
  background: linear-gradient(transparent 60%, #FFFF00 40%);
  font-weight: normal;
}

.adsnaka {
display:none;
}

.adsshita {
display:none;
}

.adsshitakienai {
width: 95%;
margin-bottom: 15px;
}

.adsensenaka {
width: 100%;
}

.adsensekijinaka {
width: 100%;
}

.amazonnaka {
width: 100%;
}

.amazonnakaright {
display:none;
}

.adsenseshita {
width: 95%;
margin-bottom: 15px;
}

.adsensekijishita {
width: 100%;
margin-bottom: 15px;
}

.kotae {
border-bottom: double 3px #ff0000;
}

.zu{
    display: inline-block;
    background-color: #FFF;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 5px;
    width: 99%;
    height: auto;
    border: 1px solid #ccc;
    background-size: contain;
}

.shitayajirushi{
  font-size: 200%;
  
  margin-right: 10px;
}

.yajicenter{
  text-align: center;
  margin: 10px 40px 10px 0;
}

.reidai{
color: #FF0000;
margin-right: 5px;
  font-weight: bold;
}

.reidaimondai{
margin: 5px 0 25px 5px;
border-bottom: 1px #000080 solid;
padding-bottom: 8px;
}

.reidaiwaku{
padding: 10px;
border-radius: 10px;
margin: 20px 0 10px 0;
border: 1px #00FFFF solid;
}

.matome{
  color: #FF0000;
  margin: 0 10px 0 10px;
}

ol{
  counter-reset:number;
  list-style: circled-decimal;
  margin:0;
  padding:0;
}
ol li{
  margin-left: 2em;
}

ol li:before{
  counter-increment: number;
  content: counter(number);
}

li.matomelist:before {
  font-weight: bold;
  float: left;
  background: #7FFFD4;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  color: #0000FF;
  text-align: center;
  line-height: 1.5;
  margin-right: 10px;
  margin-left: -2em;
}

li.syutsudailist:before {
  font-weight: bold;
  float: left;
  background: #0000FF;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  color: #7FFFD4;
  text-align: center;
  line-height: 1.5;
  margin-right: 10px;
  margin-left: -2em;
}

li {
  margin-bottom: 15px;
  list-style: none;
}

fieldset{
  margin: 30px 0 30px 0;
}

.shikaku {
border-style: solid;
border-width: 1px;
border-color: #000000;
color:#000000;
padding: 0 2px 0 2px;
}

.menuannai {
color: #FF0000;
}

.checkmark{
   list-style:none;
 }
 .checkmark li{ 
   position:relative;
   font-weight:bold;
   padding-left:1.5em;
   margin-bottom:-29px;
  }
 .checkmark li:before{
   position:absolute;
   content:"";
   width:5px;
   height:10px;
   border-right:2px solid red;
   border-bottom:2px solid red;
   display:inline-block;
   left:0;
   top:0.5em;
   transform:rotateZ(45deg);
  }

li.shokai {
  margin: 5px 5px 5px 1em;
  list-style-type: disc;
}

.box3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #ebf6f7;/*背景色*/
}
.box3 p {
    margin: 0; 
    padding: 0;
}

.social {
border-radius: 10px;
border-color: #DCDCDC;
border-style: solid;
border-width: 1px;
padding: 10px 10px 0 10px;
margin: 10px 0;
line-height: 200%;
letter-spacing: 10px;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

.link-box {
	width: 95%;
	border: 1px solid #d3d3d3;
	margin: 10px;
}

.link-img {
	width: 95%;
	margin: 5px;
}

.link-text-box {
	margin: 0 5px 5px 5px;
}

p.link-title {
	color: #1a0dab;;
}

p.link-description {
	margin-top: -25px;
	color: #7B7B7B;
	font-size: 90%;
}

.kijishitalink-box {
	width: 95%;
	border: 1px solid #d3d3d3;
	margin: 0 5px 5px 5px;
	padding: 5px;
}

.kijishitalink-img {
	width: 95%;
	margin: 5px;
}

.kijishitalink-text-box {
	margin: 0 5px 5px 5px;
}

p.kijishitalink-title {
	color: #1a0dab;
}

p.kijishitalink-description {
	margin-top: -25px;
	color: #7B7B7B;
	font-size: 90%;
}

.star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC; /* グレーカラー 自由に設定化 */
    /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */

/* サイドバー */
#sidebar {background-color: #FFF;
margin:0;
width:99%;
text-align:left;
float:none;
	clear:both;
}

.twitter {
   text-align: center;
}

.btn a {
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

.btn a:hover {
	color: #f2f2f2;
}

.linebtn a {
	padding: 5px 39px 5px 39px;
	background-color: #41C9B4;
	border: 1px solid #41C9B4;
	border-radius: 5px;
}

.linebtn a:hover {
	background-color: #3cb371;
	border: 1px solid #41C9B4;
}

.profbox3 {
    padding: 0.5em 1em;
    margin: 10px;
}

.profname {
    text-align: center;
    font-size: 140%;
    font-weight: bold;
}

.profimg {
   width: 180px;
   height:180px;
    display: block;
margin-left: auto;
margin-right: auto;
}

li.prof {
  margin: 0px 30px 10px 30px;
  text-align: center;
}

.profbody {
    margin: 30px 20px 0px 20px;
}

.kensaku {
margin: 30px 0 30px 0;
}

.sponside {
display:none;
}

.koukokuside{
display:none;
}

.amazonside{
display:none;
}

.amazonsidemondai{
margin: 10px 0 10px 5px;
}

nav {padding: 0px;
}

ul {margin: 0px;
padding: 0px;
}

label li.sidechoumain {
text-decoration:underline; color:red;
}

li.sidechoumain {
  margin: 20px 0 20px 1.5em;
  list-style-type: square;
color: #f00;
}

li.sidemain {
  margin: 20px 0 20px 2em;
  list-style-type: circle
}

li.sidesub {
  margin: 15px 20px 15px 3em;
  list-style-type: disc
}

.sidebar-title {width: 99%;
border-radius: 10px;
margin: 10px 0px 10px 0px;;
font-size: 120%;
color: #FF0000;
background-color: #F0F8FF;
border: 1px solid #B0C4DE;
text-align: center;
}

label {
  text-decoration: underline;
  cursor: pointer;
}

input[type="checkbox"].on-off{
  display: none;
}

input[type="checkbox"].on-off + ul{
  display: none;
}

input[type="checkbox"].on-off:checked + ul{
  display: block;
}

.sidesticky {
    display:none;
}

/* フッタ */
footer {width: 99%;
margin:0 0 50px 0;
height: 50px;
backgroun-color: #FFF;
font-size: 80%;
text-align: center;
clear: both;
}

table.BunsuTbl{        /* 分数を左詰で表示する定義 */
	margin: -30px auto -10px -0.7em;
}
.BnsArea{
    text-align:left;
    margin-left:10px;
}
.Bunsu,.Seisu,.Bunshi,.Bunbo{    /* 分数、整数、分子、分母 */
    font-size:100%;
    color:#333333;
    text-align:center;
    line-height:20px;
    padding:2px 5px 2px 5px;
}
.Bunsu,.Seisu{    /* 分数、整数 */
    margin:0;
    display:inline-block;
}
.Seisu{        /* 整数 */
    padding-top:0px;
    vertical-align:middle;
}
.Atai{        /* 値 */
    color:red;
}
.Bunshi {    /* 分子 */
    border-style:solid;
    border-width:0px 0px 1px 0px;
    border-color:#333333;
    padding-bottom:0px;
}
span.super{    /* 指数 */
    font-size:70%;
    background-color:#333333;
    vertical-align:super;
    padding-left:5px;
    padding-right:5px;
}
span.sub{    /* 添え字 */
    color:#333333;
    font-size:80%;
    /*background-color:#00ffff;*/
    vertical-align:sub;
    padding-left:5px;
    padding-right:5px;
}
