@charset "UTF-8";
/* 
Theme Name: goldcard
Theme URI: http://#
Version: 0.0.0.0
Author: shin
Author URI: http://#
*/
@media screen and (min-width:700px){
  #all_item{ width:1024px; }
  #maincontent{ width:700px; float:left; margin-left:310px;background-color:#FFFFFF;}
  #sidebar{ width:300px;background-color:#FFFFFF;
              position: fixed; /* スクロールしても位置を固定 */
          }
}
@media screen and (max-width:700px){
  #maincontent{ width:98%; background-color:#FFF0F0;}
  #sidebar{ width:98%; background-color:#FFF0F0;}
}
#maincontent{
  border-color: #550000;
  border-style: solid;
  border-width : 2px;
  padding:3px;
}
#sidebar{
  border-color: #550000;
  border-style: solid;
  border-width : 2px;
  overflow:hidden;
  font-size: 0.9em;
  padding:3px;
}
#all_item{
  margin: 0 auto;
}

.new-entry-thumb{
  width:20%;
  float:left;
}
.new-entry-content{
  width:79%;
  float:left;
}
.new-entry{
  margin-top:10px;
}
.pagenum{
 	border: 1px solid #4b6b73;
	padding:2px;
}
/* body----------------------------------------------------------------------------------------------------*/
body{
    word-wrap:break-word;
    background-color: #E0E0E0;
    font-family:Avenir,"Open Sans","Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
a{text-decoration:none;}
h1{	margin: 0px;}
h2 {
    	font-weight: normal;
	margin: 0px;
	font-size: 1.5em;
	background-color: #F0F0FF;
	border: 3px solid #4b6b73;
}
h2 a{ color: #800000;}
h3{
	font-size: 120%;
	font-weight: bold;
	color:#696969;
	border-bottom: 1px solid #333333;
	border-left: 10px solid #4b6b73;
	padding:7px;
	margin:0px 0px 10px 0px;
}
img{
	max-width:90%;
	height:auto;
}
ul{ list-style-type: none; margin:5px; padding:0px;}
li{list-style-type: none;}

.itemhead{color:gray;margin-left: 10px;;font-size: 0.7em;}
.itembody{padding:10px; margin-bottom:5px;    line-height:1.3;}
  .textRes0{ margin-left: 0px;border: 2px dashed; background-color: #f5fff5; border-color: #F0F0F0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  .textRes1{ margin-left: 20px; border: 2px dotted; background-color: #f5fff5; border-color: #E0E0E0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }
  .textRes2{ margin-left: 40px; border: 2px dashed; background-color: #f5fff5; border-color: #D0D0D0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }

  .txtS{    font-size: 1.0em;  }
  .txtM{    font-size: 1.2em;  }
  .txtL{    font-size: 1.4em;  }
  .txtColor1{    color:#000000;  }
  .txtColor2{    color:#703020;  }
  .txtColor3{    color:#0000E0;  }
  .txtColor4{    color:#F09090;  }
  .txtColor5{    color:#700070;  }
  .txtColor6{    color:#007070;  }
  .txtColor7{    color:#707000;  }
  .txtColor8{    color:#E00000;  }

  .txtColor9{    color:#606060;  }
  .txtColor10{    color:#A03030;  }
  .txtColor11{    color:#A000C0;  }
  .txtColor12{    color:#00B0C0;  }
  .txtColor13{    color:#B0C000;  }
  .txtColor14{    color:#6010F0;  }

  .txtBold{    font-weight:bold;  }
  .txtNormal{    font-weight:normal;  }


.linkframe{
  width:99%;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color:#FFFFFF;
  overflow: auto;
}
.linkframe iframe{
  height:200px;
  width:99%;
//frameborder="0";
  scrolling="no";
}
