@charset "UTF-8";

a:link { color: #99a2a5; text-decoration:none;-webkit-transition: 1s ease-in-out;} 
a:visited { color: #222222; text-decoration:none;-webkit-transition: 1s ease-in-out;} 
a:active { color: #99a2a5; text-decoration:underline;}
a:hover { color: #99a2a5;text-decoration:underline;} 

.nonborder { 
border:none; 
outline:none; 
}

*{box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box
}

ul{
margin:0;
}

pre{
padding:0;
}

body {
font-size:13px;
font-family:'YuGothic', '游ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', Meiryo, メイリオ, 'MS PGothic', Helvetica, Arial, sans-serif;
text-align:left;
color:#222222;
line-height:1.8em;
position:relative;
-webkit-text-size-adjust: none;
background-color:#f4f4f4;
}

#container{
width:100%;
margin:0 auto;
padding:0;
}

#header-container{
width:22%;
height:100%;
margin:0;
padding:50px 40px;
position:fixed;
top:0;
left:0;
background-image:url(https://blog-imgs-76-origin.fc2.com/m/y/s/mysticdiary/manhattan2.jpg);
background-position:center top;
background-repeat:no-repeat;
background-size:cover;
background-color:#ffffff;
-webkit-animation: headerMotion 1.3s;
-moz-animation: headerMotion 1.3s;
-o-animation: headerMotion 1.3s;
animation: headerMotion 1.3s;
}

#header-container header{
margin:0;
padding:0;
}

#main-container{
width:78%;  
padding:50px;
margin:0;
float:right;
}

/* header */

h1,h2,h3,h4{
font-weight:normal;
margin:0;
}


h1{
padding:0;
margin:0;
font-size:17px;
line-height:1.2em;
font-family: 'Open Sans', sans-serif;
font-weight:400;
letter-spacing:2px;
}

.intro{
margin:0;
font-size:12px;
color:#ffffff;
}

h1 a:link,h1 a:visited{
color:#ffffff;
}

h1 a:hover{
color:#cccccc;
text-decoration:none;
}

h2{
font-size:17px;
padding:0 0 20px 0;
margin:0;
line-height:1.5em;
}

h3{
font-size:15px;
padding:5px 20px;
margin-bottom:20px;
text-align:right;
background-color:#333333;
color:#ffffff;
}

h4{
font-size:20px;
padding:0 0 20px 0;
font-family: 'Open Sans', sans-serif;
font-weight:400;
letter-spacing:2px;
}

h4 a{
color:#222222;
text-decoration:none;
}

.comtitle a,.tbtitle a{
padding:0;
color:#222222;
}

.comtitle a:hover,.tbtitle a:hover{
padding:0;
color:#222222;
}

.comtitle{
padding:0;
}

.tbtitle{
margin-top:10px;
}

.comment header{
margin:0;
}

/* nav */

.topnav{
margin:20px 0 0 0;
padding:0;
}

.topnav ul{
margin:0;
}

.topnav li {
padding:0;
margin:0 20px 0 0;
float:left;
}

.topnav li a:link,.topnav li a:visited{
color:#ffffff;
font-size:15px;
}

.topnav li a:hover{
color:#cccccc;
text-decoration:none;
}

#page-top {
position: fixed;
bottom: 20px;
right: 20px;
font-size:77%;
z-index:99999;
}

#page-top a {
background-color:#ffffff;
text-decoration: none;
color:#222222;
width:50px;
height:50px;
padding:12px 0 0 0;
text-align: center;
display: block;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
font-family: 'Open Sans', sans-serif;
font-weight:400;
letter-spacing:2px;
border:2px #222222 solid;
}

#page-top a:hover {
text-decoration: none;
background:#333333;
color:#ffffff;
}

.postnav{
text-align:center;
padding:0 0 50px 0;
letter-spacing:2px;
}

.pagenav{
margin:0;
padding:0 15px 50px 15px;
clear:both;
font-size:13px;
font-family: 'Open Sans', sans-serif;
font-weight:400;
letter-spacing:2px;
}

.pagenav a{
text-decoration:none;
color:#222222;
}

.new a{
padding:5px 20px;
border:2px #222222 solid;
background-color:#ffffff;
float:left;
}

.old a{
padding:5px 20px;
border:2px #222222 solid;
background-color:#ffffff;
float:right;
}

.new a:hover,.old a:hover{
background-color:#333333;
color:#ffffff;
}


/* maincontents */

#notpermanent{
width:100%;
padding:0;
margin:0;
}

.item {
width:33.3%;
margin:0 0 50px 0;
padding:0 15px;
border-radius: 5px;        
-webkit-border-radius: 5px;    
-moz-border-radius: 5px;
-webkit-animation: itemanime 1.3s;
-moz-animation: itemanime 1.3s;
-o-animation: itemanime 1.3s;
animation: itemanime 1.3s;
}

.itemwidth{
padding:0;
}

.itempost{
position:relative;
border-bottom-left-radius: 5px; 
border-bottom-right-radius: 5px; 
-webkit-border-bottom-left-radius: 5px; 
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
padding:50px 30px;
background-color:#ffffff;
}

.itempost2{
position:relative;
border-radius: 5px; 
-webkit-border-radius: 5px; 
-moz-border-radius: 5px;
padding:50px 30px;
background-color:#ffffff;
}

.itempost time,.itempost2 time{
width:50px;
height:50px;
background-color:#333333;
color:#ffffff;
position:absolute;
top:-25px;
left:50%;
margin-left:-25px;
border-radius: 25px;        
-webkit-border-radius: 25px;    
-moz-border-radius: 25px;
text-align:center;
font-family: 'Open Sans', sans-serif;
font-weight:400;
letter-spacing:2px;
}

.month{
margin-top:5px;
}

.day{
margin-top:-5px;
}

.item img{
width:100%;
-ms-interpolation-mode: bicubic;
display:block;
border-top-left-radius: 5px; 
border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px; 
}
 
.cm{
float:right;
padding:0;
}

#permanentarea{
padding:0 15px;
}

section#permanent{
width:70%;
margin:0;
padding:30px;
float:left;
background-color:#ffffff;
border-radius:5px;        
-webkit-border-radius:5px;    
-moz-border-radius:5px;
-webkit-animation: itemanime 1.3s;
-moz-animation: itemanime 1.3s;
-o-animation: itemanime 1.3s;
animation: itemanime 1.3s;
}

/* blogpost */

.blogpost{
padding:0 0 10px 0;
margin-bottom:40px;
position:relative;
border-bottom:1px #cccccc dashed;
}

.blogpost time{
width:50px;
height:50px;
background-color:#333333;
color:#ffffff;
position:absolute;
top:0px;
left:-30px;
margin-left:-25px;
border-radius: 25px;        
-webkit-border-radius: 25px;    
-moz-border-radius: 25px;
text-align:center;
}

.blogpost header{
width:100%;
padding:0 0 0 25px;
margin-bottom:10px;
}

.blogpost img{
max-width: 100%;
height: auto;
width /***/:auto;　
-ms-interpolation-mode: bicubic;
}

.blogpost p{
margin:0;
}

.fc2_footer{
margin:20px 0 0 0;
}

.fc2button-facebook iframe {
width:105px !important;
}

.relate_dl{
padding:20px;
margin:20px 0;
background-color:#f4f4f4;
border-radius: 5px;        
-webkit-border-radius: 5px;    
-moz-border-radius: 5px; 
}

.relate_dt{
padding:0 0 10px 0;
*padding:0 0 5px 0;
}

#maincontents blockquote{
border:1px #222222 dotted;
background-color:#f4f4f4;
font-size:13px;
padding:10px;
margin:10px;
border-radius: 5px;        
-webkit-border-radius: 5px;    
-moz-border-radius: 5px; 
}

#titlelistarea{
padding:0 15px;
}

.titlelist{
width:70%;
margin:0;
padding:30px;
float:left;
background-color:#ffffff;
border-radius:5px;        
-webkit-border-radius:5px;    
-moz-border-radius:5px;
-webkit-animation: itemanime 1.3s;
-moz-animation: itemanime 1.3s;
-o-animation: itemanime 1.3s;
animation: itemanime 1.3s;
}

.searcharea{
padding:0;
margin:0;
}

.searcharea h4{
width:100%;
margin:0 0 20px 0;
text-align:center;
}

.none { 
display:none;
}

.block { 
display:block;
padding:0 2.5%;
}

pre code{
display:block;
overflow:auto;
background-color:#f4f4f4;
padding:10px;
border-radius: 5px;        
-webkit-border-radius: 5px;    
-moz-border-radius: 5px;
}

/* list-style */

.blogpost ul,.searcharea ul,.relate_dl ul,.plugcontent ul{
margin:0 0 0 1.5em;
}

.blogpost ul li,.searcharea li,.relate_dl ul li,.plugcontent ul li{
list-style-type:circle;
list-style-position:outside;
margin:0;
padding:0;
position:relative;
height:100%;
}

/* footer-style */

.bottomfooter{
width:100%;
height:auto;
font-size:12px;
padding:0;
margin-top:30px;
font-family: 'Open Sans', sans-serif;
font-weight:400;
letter-spacing:2px;
}

.comfooter{
font-size:12px;
padding:10px 0;
margin:0;
text-align:right;
font-family: 'Open Sans', sans-serif;
font-weight:400;
letter-spacing:2px;
}

.tbfooter{
font-size:12px;
padding:10px 0;
border-bottom:1px #cccccc dashed;
margin:0;
text-align:right;
font-family: 'Open Sans', sans-serif;
font-weight:400;
letter-spacing:2px;
}

.titlelistfooter{
font-size:12px;
font-style:italic;
padding-bottom:10px;
margin-bottom:10px;
font-family: 'Open Sans', sans-serif;
font-weight:400;
letter-spacing:2px;
}

/* comment */

.pcomment,.trackback{
padding:20px 0;
margin: 0;  
}

.comment{
padding:20px 0;
margin: 0;  
}

#editarea{
padding:0 15px;
}

.ecomment{
width:70%;
margin:0;
padding:30px;
float:left;
background-color:#ffffff;
border-radius:5px;        
-webkit-border-radius:5px;    
-moz-border-radius:5px;
-webkit-animation: itemanime 1.3s;
-moz-animation: itemanime 1.3s;
-o-animation: itemanime 1.3s;
animation: itemanime 1.3s;
}

.ctriangle{
width:100%;
margin-bottom:20px;
position:relative;
} 

.triangle{
position:absolute;
width:0;
height:0;
left:50px;
top:10px;
border-top:20px solid transparent;/*下*/
border-right: 20px solid  transparent;/*左*/
border-left: 20px solid transparent;/*右*/
border-bottom: 20px solid #f4f4f4;/*上*/
}

.cbody{
margin:20px 0 0 0;
padding:20px 20px 10px 20px;
background-color:#f4f4f4;
border-radius: 5px;        
-webkit-border-radius: 5px;    
-moz-border-radius: 5px; 
}

.pcomment p,.ecomment p{
padding:5px 0;
}

.pcomment label,.ecomment label{
color:#222222;
font-family: 'Open Sans', sans-serif;
font-weight:400;
letter-spacing:2px;
}

input:-webkit-autofill {
background-color:none;
}

#name,#title,#email,#website{
width:60%;
padding:5px 0;
border:none;
outline:none;
border:2px #222222 solid;
}

textarea{
width:99%;
height:150px;
scrollbar-base-color:#ffffff;
scrollbar-track-color:#ffffff;
overflow:auto;
border:none;
outline:none;
border:2px #222222 solid;
-webkit-appearance: none;
border-radius:0;
}

#password{
width:30%;
padding:5px 0;
border:none;
outline:none;
border:2px #222222 solid;
}

#ppost,#ecom,#dcom{
color: #ffffff;
padding:3px 15px 5px 15px;
margin:0 0 10px 0;
background-color:#333333;
height: 40px;
width: auto;
font-size:15px;
font-family: 'Open Sans', sans-serif;
font-weight:400;
letter-spacing:2px;
}

.trackback{
word-break: break-all;
}

/* sidebar */

#sidebar{
width:26%;
margin:0;
float:right;
-webkit-animation: itemanime 1.3s;
-moz-animation: itemanime 1.3s;
-o-animation: itemanime 1.3s;
animation: itemanime 1.3s;
}

.plugcontent{
padding:0;
margin:0 0 60px 0;
}

.plugcontent ul{
}

.plugin-tag{
/*
word-break: keep-all;
*/
word-break: break-all;
}

/* bottomfooter */

#footer-container{
width:22%;
margin:0;
font-size:12px;
padding:20px 40px 0 40px;
position:fixed;
bottom:10px;
left:0;
color:#ffffff;
-webkit-animation: itemanime 1.3s;
-moz-animation: itemanime 1.3s;
-o-animation: itemanime 1.3s;
animation: itemanime 1.3s;
}

#footer-container footer{
padding:0;
overflow:hidden;
margin:0;
}

#footer-container a:link,#footer-container a:visited{
color:#ffffff;
}

#footer-container a:hover{
color:#cccccc;
}

/* calender */

table.calender {
width:100%;
margin:0 auto;
font-size: 100%;
}

table.calender caption {
margin-bottom: 10px;
margin:0 auto;
}

table.calender th,
table.calender td {
padding: 0.1em;
border-bottom: 1px dashed #cccccc;
text-align: center;
}

table.calender td a {
display: block;
background-color:#91aba2;
color: #ffffff;
}

table.calender td a:hover {
background-color:#9a9794;
color: #000000;
}

table.calender th#sun {
color: #ee9074;
}

table.calender th#sat {
color: #77b8bc;
}

#change_mobile{
display:none;
}

#change_mobile_body{
display:none;
}

/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width:980px) {


#header-container{
width:100%;
height:250px;
margin:0;
padding:50px 50px;
position:static;
background-image:url(https://blog-imgs-76-origin.fc2.com/m/y/s/mysticdiary/manhattan2.jpg);
background-position:center center;
background-repeat:no-repeat;
background-size:cover;
}

#main-container{
width:100%;  
padding:50px 35px 100px 35px;
margin:0;
float:none;
}

#footer-container{
width:100%;
margin:0;
font-size:12px;
padding:20px 50px;
position:static;
background-color:#333333;
text-align:center;
color:#ffffff;
}

#footer-container a:link,#footer-container a:visited{
color:#cccccc;
}

#footer-container a:hover{
color:#eeeeee;
}

}

/************************************************************************************
smaller than 768
*************************************************************************************/
@media screen and (max-width: 768px) {

.item {
width:49.9%;
margin:0 0 50px 0;
padding:0 15px;
border-radius: 5px;        
-webkit-border-radius: 5px;    
-moz-border-radius: 5px;
}

section#permanent{
width:100%;
margin:0;
padding:30px;
float:none;
}

#sidebar{
width:100%;
margin:50px 0 0 0;
float:none;
}

.titlelist{
width:100%;
margin:0;
padding:30px;
float:none;
}

.ecomment{
width:100%;
margin:0;
padding:30px;
float:none;
}

input[type="button"],input[type="submit"] , input[type="text"], input[type="email"], input[type="url"], input[type="password"]{
-webkit-appearance: none;
border-radius:0;
}

}

/************************************************************************************
smaller than 568
*************************************************************************************/
@media screen and (max-width: 568px) {

/* disable webkit text size adjust (for iPhone) */
html {
-webkit-text-size-adjust: none;
}

.topnav li {
padding:2px 7px;
margin:0 5px 0 0;
}

#header-container{
padding:50px 25px;
}

#main-container{
width:100%;  
padding:50px 10px 50px 10px;
margin:0 auto;
float:none;
}

.item {
width:100%;
margin:0 0 50px 0;
padding:0 15px;
border-radius: 5px;        
-webkit-border-radius: 5px;    
-moz-border-radius: 5px;
}

#footer-container{
padding:20px 25px;
}

/*videos */
.video embed,.video object,
.video  iframe {
width: 100%;
height: auto;
min-height:300px;    
}

}

/****************************************************************
   itemanime
*****************************************************************/

@-webkit-keyframes itemanime {
  0% {
   opacity: 0;
   -webkit-transform: translateY(60px);
  }
  50% {
   opacity: 0;
   -webkit-transform: translateY(20px);
  }
  80% {
   opacity: 1;
  }
  100% {
   -webkit-transform: translateY(0);
  }
}

@-moz-keyframes itemanime {
  0% {
   opacity: 0;
   -moz-transform: translateY(60px);
  }
  50% {
   opacity: 0;
   -moz-transform: translateY(20px);
  }
  80% {
   opacity: 1;
  }
  100% {
   -moz-transform: translateY(0);
  }
}

@-o-keyframes itemanime {
  0% {
   opacity: 0;
   -o-transform: translateY(60px);
  }
  50% {
   opacity: 0;
   -o-transform: translateY(20px);
  }
  80% {
   opacity: 1;
  }
  100% {
   -o-transform: translateY(0);
  }
}

@keyframes itemanime {
  0% {
   opacity: 0;
   transform: translateY(60px);
  }
  50% {
   opacity: 0;
   transform: translateY(20px);
  }
  80% {
   opacity: 1;
  }
  100% {
   transform: translateY(0);
  }
}

/***************************************************************
   headerMotion
****************************************************************/

@-webkit-keyframes headerMotion {
  0% {
   opacity: 0;
   -webkit-transform: translateY(-100px);
  }
  50% {
   opacity: 0;
   -webkit-transform: translateY(-100px);
  }
  100% {
   opacity: 1;
   -webkit-transform: translateY(0);
  }
}

@-moz-keyframes headerMotion {
  0% {
   opacity: 0;
   -moz-transform: translateY(-100px);
  }
  50% {
   opacity: 0;
   -moz-transform: translateY(-100px);
  }
  100% {
   opacity: 1;
   -moz-transform: translateY(0);
  }
}

@-o-keyframes headerMotion {
  0% {
   opacity: 0;
   -o-transform: translateY(-100px);
  }
  50% {
   opacity: 0;
   -o-transform: translateY(-100px);
  }
  100% {
   opacity: 1;
   -o-transform: translateY(0);
  }
}

@keyframes headerMotion {
  0% {
   opacity: 0;
   transform: translateY(-100px);
  }
  50% {
   opacity: 0;
   transform: translateY(-100px);
  }
  100% {
   opacity: 1;
   transform: translateY(0);
  }
}

/* ====ページナビ(前・次のページ/前・次の記事+HOME)==== */
.pagenavi {
margin-top:10px;
margin-bottom:10px;
}

.pagenavi-first {
  width: 100%;
  margin: 0 0 0px;
  padding: 0px 0 0;
  background: none repeat scroll 0% 0% #000000;
}
.pagenavi-number a {
padding: 5px 10px;
color:#FFFFFF;
font-size:13px;
background-color: #E56574;
border-radius: 3px;
line-height:200%;
margin:0px 2px;
}
.pagenavi-number a:hover {
padding: 5px 10px;
color:#FFFFFF;
font-size:13px;
background: #DE3A4A;
line-height:200%;
margin:0px 2px;
}
.pagenavi b {
font-weight: normal;
padding: 5px 10px;
color:#FFFFFF;
font-size:13px;
background-color: #DE3A4A;
border-radius: 3px;
line-height:200%;
margin:0px 2px;
}

.entry_tag {margin: 0 15px 0 15px; font-size: 83%;}
.entry_tag {margin-top: 0.5em;}
.entry_tag li {display: inline; padding: 0; margin: 0 0.1em 3px 0;}
.entry_tag a {
 white-space: nowrap; display: inline-block; padding: 2px 3px;
 border-radius: 2px; background: #b3bbc3; color: #ffffff;
}
.entry_tag a:hover {background: #333333;}

.image-resize {
  border : 1px solid #333;
  margin : 1px;
}

div.centeringtext p {  
    display: table-cell;  
    vertical-align: middle;  
    margin: 0;  
}  
   
/*for IE6 */  
* html .centeringtext p {  
    display: inline;  
    zoom: 1;  
}  
   
/*for IE7 */  
*:first-child+html .centeringtext p {  
    display: inline;  
    zoom: 1;  
}

.hakusyu {
  overflow: hidden;
  width: auto;
  margin: 0 5px 10px 0;
  text-align: right;
}
.hakusyu li {
  display: inline;
  margin-left: 0em;
  padding-right: 0.3em;
  border-right: 0px solid #999999;
}

.video-wrap {
position: relative ;
margin-top: 1.2em ;
margin-bottom: 1.2em ;
padding-top: 69px ;
padding-bottom: 50% ;
overflow: hidden ;
}
.video-wrap iframe,  
.video-wrap object,  
.video-wrap embed {
position: absolute ;
top: 0 ;
left: 0 ;
height: 100% ;
width: 100% ;
}

#fc2clap_rank_table { /* 外枠 */
	border-collapse: collapse;
	width: 280px;
	color: #8E8E8E;
	font-family: "Verdana","Impact","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ Pro W3","Osaka";
	font-size: small;
	border: 1px solid #000000;
	vertical-align: baseline;
	margin: 0 1px;
	table-layout: auto;
}

#fc2clap_rank_table tr.fc2clap_rank { /* 上部拍手ランキングタイトル */
	background-color: #c9bbac;
	text-align: center;
	border: 1px solid #000000;
	padding: 3px 0;
}

#fc2clap_rank_table span.fc2clap_rank_main { /* 下部拍手ランキングタイトル */
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 0;
	font-size: 11px;
}

#fc2clap_rank_table tr.fc2clap_rank_item { /* 見出し内 */
	background-color: #F1F1EF;
	font-weight: bold;
	text-align: center;
	color: #4D4D4D;
	border: 1px solid #000000;
	padding: 3px 0;
	font-size: 11px;
}

#fc2clap_rank_table td.fc2clap_rank_items_rank { /* 見出し（順位） */
	border: 1px solid #000000;
	width: 10%;
	font-size: 11px;
}

#fc2clap_rank_table td.fc2clap_rank_items_title { /* 見出し（タイトル） */
	border: 1px solid #000000;
	width: 70%;
	font-size: 11px;
}

#fc2clap_rank_table td.fc2clap_rank_items_clap { /* 見出し（拍手数） */
	border: 1px solid #000000;
	width: 20%;
	font-size: 11px;
}

#fc2clap_rank_table td.fc2clap_rank_items1 { /* 順位 */
	border: 1px solid #000000;
	text-align: center;
	font-size: 11px;
}

#fc2clap_rank_table span.fc2clap_rank_namber { /* 順位数文字色 */
	color: #000000;
	font-weight: bold;
}

#fc2clap_rank_table tr.fc2clap_rank_form { /* 各順位横１行 */
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 3px 0;
}

#fc2clap_rank_table td.fc2clap_rank_clap { /* 拍手数 */
	text-align: right;
	width: 26%;
	border:1px solid #000000;
	font-size: 11px;
}

#fc2clap_rank_table span.fc2clap_name { /* 拍手数配色 */
	color: #FF0000;
	font-weight: bold;
}

#fc2clap_rank_table td.fc2clap_rank_items { /* タイトル */
	border: 1px solid #000000;
	font-size: 12px;
}

#fc2clap_rank_table span.fc2clap_rank_title a { /* タイトル文字色 */
	color: #000000;
}

/* FC2relate
----------------------------------------------- */
.relate_dl {
 margin: 2.0em 0 0.5em !important;
 padding: 0 !important;
 border: 0 none !important;
 background: none !important;
}
.relate_dl .relate_dt {
 margin: 0 !important;
 padding: 0.5em 0.5em !important;
 border: 1px #d9d9d9 solid !important; /* 線の色 */
 line-height: 1.1 !important;
 background: #fafafa !important; /* 背景色 */
}
.relate_dl .relate_dd {
 margin: 0 !important;
 padding: 0 !important;
 border: 0 none !important;
 background: none !important;
}
.relate_dl .relate_ul {
 margin: 1em 0 1em 2em !important;
 padding: 0 !important;
}
.relate_dl .relate_ul li {
 margin: 0 0 0.5em !important;
 padding: 0 !important;
 border: 0 none !important;
}

/* ranking
-------------------------------------------------------- */
* {
     marign : 0;
     padding : 0;
}

#ranking {
     width : 720px;
}
 
#ranking1 {
     width : 310px;
     float : left;
}
 
#ranking2 {
}

/* info
---------------*/

ul.info {
	background-color: #222;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	color: #fff;
	line-height: 1.7;
	list-style: none;
	margin: 1em 0 0;
	padding: 5px 10px 10px;
}

ul.info a {
	color: #fff;
	line-height: 1.7;
	text-decoration: none;
}

ul.info a:hover {
	text-decoration: underline;
}

ul.info li {
	border-bottom: 1px dotted #444;
	padding-top: 5px;
}

#fam_news {
	margin-bottom: 10px;
}
#fam_news ul{
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
}
#fam_news ul li{
	border-bottom: 1px dashed #C4C4C4;
	padding: 5px 20px;
	/* アローアイコン */
	background-image: url(images/news_arrow.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#fam_news ul li a {
	/* テキストサイズ */
	font-size: 100%;
	color: #333;
	text-decoration: none;
}

.fam_rec {
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.fam_rec a {
	/* バナーの横幅 */
	width: 250px;
	/* バナーの縦幅 */
	height: 208px;
	float: left;
	display: block;
	margin-left: 2px;
	margin-right: 2px;
	border: 2px solid #BBB;
	overflow: hidden;
}
.fam_rec a div span {
	/* テキストサイズ */
	font-size: 100%;
	/* バナーの横幅 -10px */
	width:240px !important;
	/* バナーの横幅の半分をマイナスで指定 */
	margin-left:-125px !important;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix { zoom: 1; }
.clear {
	clear: both;
}
*:first-child+html .clearfix { zoom: 1; }