@charset "utf-8";

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

p {margin-bottom: 2em;
}

a:link {color: #0F0AD1;
text-decoration: underline;
}

a:visited {color: #4C2472;
text-decoration: underline;
}

a:hover{
    color: #941D55;
    text-decoration: none;
}


#wrap {
width: 1090px;
margin-right: auto;
margin-left: auto;
padding: 20px 5px 10px 5px;
margin-top: 50px;
margin-bottom: 10px;
border-radius: 20px;
background-color: #FFF;
text-align: left;
line-height: 170%;
color: #333333;
}

/*　ヘッダ　*/
header {
margin: 10px 30px;
width: 1040px;
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;
}

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

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

img {
   max-width: 100%;
}

/* メインコンテンツ */
#main {background-color: #FFF;
width: 728px;
padding: 10px 5px 0 5px;
margin-right: 5px;
float: left;
}

h1{color: #FF0000;
border-radius: 10px;
font-size: 130%;
width: 99%;
margin: 10px 1px 10px 1px;
padding: 5px 0 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;
}

article {padding: 20px;
}

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

.ads {
    clear: both;
}
.adsensenaka {
    margin: 5px 10px 5px 0;
width: 100%;
}
.adsenseshita {
    float: left;
    margin: 5px 10px 5px 0;
width: 336px;
}
.adsshita {
    float: left;
    margin: 5px 0 5px 10px;
width: 336px;
}
.adsnaka {
    margin: 5px 0 5px 10px;
width: 100%;
}
.amazonnaka {
    float: left;
    margin: 5px 10px 5px 0;
width: 336px;
}
.amazonnakaright {
    float: left;
    margin: 5px 0 5px 10px;
width: 336px;
}
.ads:after {
     content: '';
     display: block;
     clear: both;
}

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

.zu{
    display: inline-block;
    background-color: #FFF;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    height: auto;
max-width: 100%;
    background-size: contain;
}


.imagesmart{
display: none;
}

.imageleft {
	width: 320px;
	margin: 10px;
	float:left;
}

.imageright {
	width: 320px;
	margin: 10px;
	display: inline;
}

.imageright:after {
     content: '';
     display: block;
     clear: both;
}

.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;
margin: 20px 0 10px 0;
border: 1px #00FFFF solid;
border-radius: 10px;
}

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

.menuannai {
display:none;
}

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

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

.reibun{
color: #FF0000;
}

label .clickshite {
text-decoration:underline; color:color: #0F0AD1;
}

label .clickshite:hover{
color: #941D55;
    text-decoration: none;
}

.red {
color: #FF0000;
}

/* サイドバー */
#sidebar {background-color: #FFF;
width: 340px;
float: right;
}

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

.sponside {
text-align: center;
}

.koukokuside{
margin-bottom: 10px;
width: 340px;
}

.amazonside{
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;
padding-top: 5px;
font-size: 150%;
color: #FF0000;
background-color: #F0F8FF;
border: 1px solid #B0C4DE;
text-align: center;
}

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

label:hover{
	color: #555555;
    text-decoration: none;
}

input[type="checkbox"].ExpandCheckBox {
  display: none;
}
 
input[type="checkbox"].ExpandCheckBox + div.panel {
  display: none;
}
 
input[type="checkbox"].ExpandCheckBox:checked + div.panel {
  display: block;
}

.clickshite{
color: #0F0AD1;
}

.tapshite{
  display: none;
}

.sidesticky {
  margin-bottom: -100000px;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

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