@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------------------
 ***                                                                Container
----------------------------------------------------------------------------*/
body {}
/*ヘッダ背景画像*/
#wrap {background: url(/common_images/back_header04b.jpg) center top repeat-x;background-size: cover;}


/*----------------------------------------------------------------------------
 ***                                                                  Header
----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------
 ***                                                              contentsArea
----------------------------------------------------------------------------*/
/*ランキング枠色*/
#engRankUl li{
	border-color:#ff4500;
}
/*ランキングコメント文字色*/
#engRankUl .setsuDd{
	color: #EF8346;
}
/*ランキング公式リンクボタン*/
#engRankUl .koushikiA{background:#ffa500; color:#FFF;}

/*注目ボタン*/
#engRankUl .osu2Span{display: inline-block;
    background: #87cefa;
    color: #FFF;
    padding: 0 4%;
    font-size: 70%;
    line-height: 1.4em;
    border-radius: 2em;}

/*----------------------------------------------------------------------------
 ***                                               contentsArea -  mainSection
----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------
 ***                                               contentsArea - rightSection
----------------------------------------------------------------------------*/
.rightSection{}
.rightSectionInner {}


/*----------------------------------------------------------------------------
 ***                                               contentsArea - leftSection
----------------------------------------------------------------------------*/
.leftSection{}
.leftSectionInner {}


/*----------------------------------------------------------------------------
 ***                                                                  footer
----------------------------------------------------------------------------*/
#footerArea{}
#footerAreaInner{}
/*フッタの色*/
#pageFooter{background: linear-gradient(#febc5a, #EF8346);}


/*----------------------------------------------------------------------------
 ***                                                              ページトップ
----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------
 ***                                                                   section
----------------------------------------------------------------------------*/
.section {}
.sectionInner {}



@media screen and (max-width: 2200px) and (min-width: 769px){
	/*基本的にこちらにPC晩の変形を追記*/
	
/*注目ボタン*/
#engRankUl .osu2Span{padding: 0.2em 3% 0.1em 3%; vertical-align: top;}

}
@media screen and (max-width: 2200px) and (min-width: 900px){

}





















