@charset "utf-8";

/* CSS Document */


/* ==========================================================================
   clearfix
   ========================================================================== */

.clearfix {
    zoom: 1;
    /*for IE 5.5-7*/
}

.clearfix:after {
    /*for modern browser*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.white {
    color: #FFF;
}

.red {
    color: red;
}

a:hover {
    text-decoration: none;
}

.center_al {
    text-align: center;
}

.left_al {
    text-align: left;
}


/* ==========================================================================
   ロールオーバー
   ========================================================================== 

a:hover img {filter: alpha(style=0,opacity=80);opacity: 0.7;}*/

.on_m:hover img {
    filter: alpha(style=0, opacity=80);
    opacity: 0.7;
}
.on_m2:hover{
    filter: alpha(style=0, opacity=80);
    opacity: 0.7;
}

/* ==========================================================================
   米印リストのインデント
   ========================================================================== */

.note {
    line-height: 1.4em;
}

.note dt {
    position: relative;
    font-size: 0.9em;
}

.note dt span {
    position: absolute;
}

.note dd {
    padding-left: 1.2em;
    font-size: 0.9em;
}

html,
body {
    height: 100%;
}

html {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* ==========================================================================
   全体の設定
   ========================================================================== */

body {
    background-color: #FFF;
    font-size: 14px;
    color: #666666;
}

#wrap {
    background-image: url(../img/common/content_bg.png);
    background-position: top center;
    background-repeat: no-repeat;
}


/* ==========================================================================
   ヘッダー
   ========================================================================== */

#line_header {
    background-image: url(../img/common/header_bg.gif);
    background-position: top;
    background-repeat: repeat-x;
}

#line_header header {
    width: 980px;
    margin: 0 auto;
    padding: 0 0;
    text-align: left;
    border-bottom: 2px solid #2bbdff;
}

#header_info {
    height: 29px;
    padding-top: 5px;
    position: relative;
    color: #FFF;
    text-align: right;
    margin-bottom: 15px;
}

#sns {
    right: 280px;
    position: absolute;
    height: 26px;
    width: 295px;
    padding: 3px 5px 0 5px;
}

#sns li {
    float: left;
    width: 110px;
}

#top_navi {
    right: 0;
    position: absolute;
    height: 26px;
    width: 340px;
    padding: 3px 5px 0 5px;
}

#top_navi li {
    display: inline;
}

#top_navi li a {
    color: #FFF;
}

#logo_area {
    height: 70px;
}

header h1 {
    float: left;
    margin-right: 50px;
}

header p {
    float: right;
}
#logo_area p.txt_type {
	margin: 0px 60px 0 0;
	font-size:1.3em;
	font-weight:bold;
	color:#2bbdff;
	font-style:italic;
}
#right_side {
    background-image: url(../img2/dot.png);
    background-repeat: repeat-y;
    margin-left: 5px!important;
    padding-left: 20px;
}

hr {
    border: 0px solid #ffffff;
    border-bottom: 2px solid #8cdaff;
    margin: 10px 0;
}

.flex-control-nav {
    display: none;
}

.flexslider {
    margin: 0 0 10px;
    /* background: #fff; */
    border: 0px solid #fff;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    /*border: 1px solid #b2b2b2;*/
    zoom: 1;
}

.title_div {
    font-size: 120%;
    font-weight: bold;
    color: #ffffff;
    padding: 5px;
    background-color: #2bbdff;
    margin-bottom: 10px;
}
.title_span {
	float: right;
	font-size: 90%;
	margin-bottom: 10px;
}
.main2_img {
	padding: 0 4px;
}
.title_div span {
    float: right;
    font-size: 90%;
}

.title_div2 {
    font-size: 120%;
    font-weight: bold;
    color: #ffffff;
    padding: 5px;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
    background-image: url(../img/common/title_bar.gif);
    background-repeat: repeat-x;
    background-position: left center;
}

.title_div2 span {
    background-color: #ffffff;
    color: #000000;
}

#buy .amazon {
    background-image: url(../img2/amazon.png);
}

#buy .rakuten {
    background-image: url(../img2/rakuten.png);
}

#buy .tsutaya {
    background-image: url(../img2/tsutaya.png);
}

#buy a {
    padding: 5px;
}

.yoyaku {
    background-image: url(../img2/try.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
}

.overview {
    background-color: #f3fbff;
    padding: 10px;
    box-sizing: border-box;
    margin-top: -22px;
    border-bottom: 2px solid #8ddaff;
    margin-bottom: 10px;
}

.new_table {
    width: 100%;
}

.new_table td {
    padding: 5px;
    padding-top: 0px;
    width: 50%;
    position: relative;
}

.new_table td img {
    max-width: 100%;
}

.sub_title {
    font-size: 120%;
    font-weight: bold;
    color: #2bbdff;
    margin-bottom: 5px;
    border-bottom: 1px dashed #2bbdff;
    padding-right: 31px;
    padding-top: 5px;
    min-height: 31px;
}

.sub_time {
    font-size: 100%;
    color: #2bbdff;
    margin-bottom: 5px;
}

.new_read_btn {
    width: 100%;
    display: block;
    padding: 5px 0;
    text-align: center;
    background-color: #ffb400;
    color: #ffffff;
    float: left;
    /*margin-top: -20px;*/
    border-radius: 5px;
    font-size: 160%;
    text-decoration: none;
    font-weight: bold;
    /*position: absolute;*/
    bottom: 0px;
}

.new_read_btn:hover {
    opacity: 0.6;
}

.top_title {
    background-image: url(../img2/star.png)!important;
    background-repeat: no-repeat;
    border-left: 2px solid #1cb5ff;
    border-bottom: 1px solid #d9d9d9!important;
    padding-left: 28px!important;
}

#ep_list h4 {
    width: 580px;
    font-size: 1.1em;
    color: #1cb5ff;
}

.readbtn2 {
    width: 120px;
    display: block;
    float: right;
    padding: 5px 0;
    text-align: center;
    border-radius: 5px;
    /*font-size: 160%;*/
    text-decoration: none;
    font-weight: bold;
    position: absolute;
    right: 40px;
    background-color: #1cb5ff;
    color: #ffffff!important;
}


.twitterbtn{
    width: 31px;
    display: block;
    float: right;
    text-align: center;
    text-decoration: none;
    position: absolute;
    right: 0px;
}
.sub_title .twitterbtn{
	top:0;
}

.twitterbtn:hover{
background-color: #FFF!important;
}


#ep_list a:hover {
    background-color: #1cb5ff;
}

.readbtn2:hover {
    opacity: 0.6!important;
}

.flexbox {
    margin-right: -34px;
}

.flexbox li {
    float: left;
    margin-right: 38px;
    margin-bottom:10px;
    /*height: 270px;*/
}

.img {
    width: 300px;
    margin: 0 auto;
    position: relative;
}
li.hr {
	height:1px;
	width: 980px;
	border-top:dotted 1px #dadada;
}
#right_side_sub {
    float: left;
    width: 250px;
    margin-left: 20px;
}

#right_side_sub {
    background-repeat: repeat-y;
    margin-left: 5px!important;
    padding-left: 20px;
}

#right_side_sub img {
    max-width: 100%;
}
#right_side_sub img.cimg {
    max-width: 100%;
    border: 1px solid #b2b2b2;
    box-shadow: 1px 1px 3px 0 #bebcb8;
}
.time_sub {
    font-size: 110%;
}

.img_sub {
    margin-bottom: 10px;
}

.tw_tweet {
    width: 74px!important;
}

.fb_like {
    width: 149px!important;
}

.title_date {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    font-weight: bold;
    bottom: 6px;
    padding-left: 5px;
    box-sizing: border-box;
    width: 302px;
}

.img img {
    border: 1px solid #b2b2b2;
    max-width: 100%;
    box-shadow: 1px 1px 3px 0 #bebcb8;
}

.img_link {
    display: block;
    position: relative;
}

.flexbox2 {
    margin-right: -34px;
}

.flexbox2 li {
    float: left;
    margin-right: 9px;
    height: 165px;
}

.img2 {
    width: 238px;
    margin: 0 auto;
}

.img2 img {
    max-width: 100%;
    border: 1px solid #b2b2b2;
}

.img img:hover,
.img2 img:hover {
    opacity: 0.8;
}

.cf:after {
    content: "";
    clear: both;
    display: block;
}

.firstlink {
    width: 145px;
    text-align: center;
    padding: 10px 0;
    background-color: #2bbdff;
    color: #ffffff;
    float: left;
    margin-top: -20px;
    border-radius: 5px;
    font-size: 110%;
    text-decoration: none;
    font-weight: bold;
}

.newlink {
    width: 145px;
    text-align: center;
    padding: 10px 0;
    background-color: #ffb400;
    color: #ffffff;
    margin-top: -20px;
    border-radius: 5px;
    font-size: 110%;
    float: right;
    text-decoration: none;
    font-weight: bold;
}
.morelink{
	clear:both;
	text-align:center;
	margin-bottom:20px;
	
}

.morelink span{
    width: 350px;
    text-align: center;
	height:50px;

    color: #ffffff;

    font-size: 120%;
    text-decoration: none;
    font-weight: bold;
	display: block;
	margin: 10px auto;
	cursor:pointer;
	background-image:url(../img/top/morebtn_off.png);
	background-repeat:no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}


.morelink span.active{

	background-image:url(../img/top/morebtn_on.png);

}



.foot_table {
    width: 100%;
    margin-top: 20px;
}

.foot_table td {
    width: 50%;
}

.foot_table .r_table img {
    /*border: 1px solid #b2b2b2;*/
}

#comic_sns {
    float: right;
}


/* ==========================================================================
   ヘッダーナビ
   ========================================================================== */

.line {
    background-image: url(../img/common/nav_bg.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}

.line nav {
    text-align: center;
    background-image: url(../img/common/nav_bg.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}

.line_sdw {
    background-image: url(../img/common/nav_bg.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}

.line nav ul {
    display: block;
    width: 873px;
    margin: 0 auto;
    height: 46px;
    clear: both;
    display: block;
}

.line nav li {
    display: block;
    float: left;
}

#menu01 a,
#menu02 a,
#menu03 a,
#menu04 a,
#menu05 a,
#menu06 a,
#menu07 a {
    background-image: url(../img/common/gnavi.png);
    background-repeat: no-repeat;
    height: 46px;
    width: 109px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 7px;
}

#menu09 a {
    background-image: url(../img/common/gnavi.png);
    background-repeat: no-repeat;
    height: 46px;
    width: 108px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 7px;
}

#menu08 a {
    background-image: url(../img/common/gnavi.png);
    background-repeat: no-repeat;
    height: 46px;
    width: 110px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 7px;
}

#menu01 a {
    background-position: 0px 0px;
}

#menu02 a {
    background-position: -109px 0px;
}

#menu03 a {
    background-position: -218px 0px;
}

#menu04 a {
    background-position: -327px 0px;
}

#menu05 a {
    background-position: -436px 0px;
}

#menu06 a {
    background-position: -545px 0px;
}

#menu07 a {
    background-position: -654px 0px;
}

#menu08 a {
    background-position: -763px 0px;
}

#menu09 a {
    background-position: -872px 0px;
}

#menu01 a:hover,
#menu01 .current {
    background-position: 0px -46px;
}

#menu02 a:hover,
#menu02 .current {
    background-position: -109px -46px;
}

#menu03 a:hover,
#menu03 .current {
    background-position: -218px -46px;
}

#menu04 a:hover,
#menu04 .current {
    background-position: -327px -46px;
}

#menu05 a:hover,
#menu05 .current {
    background-position: -436px -46px;
}

#menu06 a:hover,
#menu06 .current {
    background-position: -545px -46px;
}

#menu07 a:hover,
#menu07 .current {
    background-position: -654px -46px;
}

#menu08 a:hover,
#menu08 .current {
    background-position: -763px -46px;
}

#menu09 a:hover,
#menu09 .current {
    background-position: -872px -46px;
}


/* ==========================================================================
   コンテンツ
   ========================================================================== */

#content {
    width: 980px;
    padding: 20px 10px 0px;
    background-color: #FFF;
    margin: 0 auto;
}

#content2 {
    width: 980px;
    padding: 10px 10px 50px;
    background-color: #FFF;
    margin: 0 auto;
}


/* ==========================================================================
   左カラム
   ========================================================================== */

#left_side {
    float: left;
    width: 690px;
    margin-right: 10px;
}


/* ==========================================================================
   左カラム　バナーエリア
   ========================================================================== */

#banner_area .long,
#banner_area .mini {
    margin-bottom: 7px;
}

#banner_area .mini2 {
    float: left;
    margin-bottom: 7px;
}

#banner_area .mini3 {
    float: left;
    margin-bottom: 7px;
    margin-right: 10px;
}

#banner_area .rec {
    float: left;
    margin-right: 10px;
}


/* ==========================================================================
   左カラム　ニュースエリア
   ========================================================================== */

#news_area {
    margin: 12px 0 0;
    clear: both;
}

#news_area table img {
    border: 1px solid #b2b2b2;
}

.top_title {
    display: block;
    background-image: url(../img/common/title_bar.gif);
    background-repeat: repeat-x;
    background-position: left center;
    margin-bottom: 10px;
    font-size: 18px;
}

.top_title span {
    display: block;
    background-image: url(../img/common/star.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 24px;
    background-color: #FFF;
}

#news_area .top_title span {
    width: 160px;
}

#news_body {
    border-radius: 2px;
    border: #d9d9d9 solid 1px;
    height: 200px;
    overflow: scroll;
    overflow: hidden;
}

#news_body ul {
    margin: 0 auto;
    width: 690px;
    height: 200px;
    overflow: auto;
    overflow-y: scroll;
}

#news_body ul li {
    border-bottom: 1px #CCCCCC solid;
    padding: 10px 5px;
}

#news_body ul li time {
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
}

.detail {
    margin-top: 10px;
    height: 15px;
    text-align: right;
    font-size: 12px;
    position: relative;
}

.detail a {
    position: absolute;
    right: 0;
    display: block;
    color: #666666;
    text-decoration: none;
    background-image: url(../img/common/arrow.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
}

.detail a:hover {
    text-decoration: underline;
}

#news_area .detail a {
    width: 60px;
}


/* ==========================================================================
   左カラム　ランキング
   ========================================================================== */

#ranking_area .top_title span {
    width: 205px;
}

#ranking_area {
    margin-bottom: 12px;
    padding-bottom: 10px;
}

table.ranking td {
    padding: 0 9px;
}

li {
    list-style-type: none;
}

li,
ul {
    padding: 0;
}

.ranking li.rank {
    margin-bottom: 3px;
    padding-left: 5px;
    font-weight: bold;
    color: #828282;
}

.ranking li.rank1 {
    padding-left: 7px;
    margin-bottom: 3px;
    font-weight: bold;
    color: #828282;
    background-image: url(../img/top/crown.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

.ranking li.img {
    width: 118px;
    height: 78px;
    overflow: hidden;
    background-color: #eaeff5;
}

.ranking li.img img {
    width: 118px;
}

.ranking li.title {
    font-size: 12px;
    height: 15px;
}

.ranking li.subtitle {
    font-size: 11px;
    color: #9b9b9b;
    height: 20px;
}


/* ==========================================================================
   左カラム　新着コミック
   ========================================================================== */

#newcomics_area .top_title span {
    width: 160px;
}

#newcomics_area {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: #CCC 1px solid;
}

table.newcomics td {
    padding: 0 9px;
    vertical-align: top;
}


}
li {
    list-style-type: none;
}
li,
ul {
    padding: 0;
}
.newcomics li.new {
    height: 14px;
    margin-bottom: 3px;
    padding-left: 5px;
    font-weight: bold;
    color: #828282;
    background-image: url(../img/top/new.gif);
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.newcomics ul {
    width: 118px;
}
.newcomics li.new_off {
    height: 14px;
    margin-bottom: 3px;
    padding-left: 5px;
    font-weight: bold;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.newcomics li.img {
    width: 118px;
    height: 78px;
    overflow: hidden;
    background-color: #eaeff5;
    background-color: #eaeff5;
    border: 1px #CCCCCC solid;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.newcomics li.img img {
    width: 118px;
}
.newcomics li.img img:hover {
    filter: alpha(style=0, opacity=80);
    opacity: 0.7;
}
.newcomics li.title {
    font-size: 12px;
    overflow: auto;
}
.newcomics li.subtitle {
    font-size: 11px;
    color: #9b9b9b;
    line-height: 1.1em;
}

/* ==========================================================================
   左カラム　カレンダー
   ========================================================================== */
#calender_area .top_title {
    display: block;
    background-image: url(../img/common/star.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 24px;
    background-color: #FFF;
    border-bottom: 2px solid #95deff;
    margin-bottom: 15px;
    position: relative;
}
#calender_area {
    border-bottom: #CCC 1px solid;
    margin-bottom: 30px;
}
#calender_area .top_title span {
    display: inline;
    padding: 0;
    background: none;
    font-size: 1.3em;
}
#calender_area .top_title a {
    display: block;
    width: 140px;
    position: absolute;
    right: 0px;
    bottom: 0;
}
table.calender {
    border-collapse: collapse;
    border-spacing: 0;
}
table.calender td {
    padding: 5px 10px 5px 0;
}
table.calender td.right {
    padding: 5px 0;
}
.calender li {
    list-style-type: none;
}
.calender li,
ul {
    padding: 0;
}
.calender li.day {
    font-weight: bold;
    color: #828282;
}
.calender li.img {
    width: 90px;
    height: 60px;
    background-color: #eaeff5;
    border: 1px #CCCCCC solid;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.calender li.title {
    font-size: 12px;
    height: 15px;
}
.calender li.subtitle {
    font-size: 11px;
    color: #9b9b9b;
    height: 20px;
}

/* ==========================================================================
   左カラム　カレンダー 一週間
   ========================================================================== */
#calender_area h3 {
    margin-top: 10px;
    height: 38px;
}
#sun,
#mon,
#tue,
#wed,
#thu,
#fri,
#sat,
#end,
#yomikiri {
    padding: 5px 0;
}
#sun img,
#mon img,
#tue img,
#wed img,
#thu img,
#fri img,
#sat img,
#end img,
#yomikiri img {}
#sun img:hover,
#mon img:hover,
#tue img:hover,
#wed img:hover,
#thu img:hover,
#fri img:hover,
#sat img:hover,
#end img:hover,
#yomikiri img:hover {
    filter: alpha(style=0, opacity=80);
    opacity: 0.7;
}
#sun {
    background-color: #EBEBEB;
}
#mon {
    background-color: #f0f0cd;
}
#tue {
    background-color: #f8ecec;
}
#wed {
    background-color: #d6eaf1;
}
#thu {
    background-color: #d6f1d9;
}
#fri {
    background-color: #fff7d5;
}
#sat {
    background-color: #f8f5ef;
}
#end {
    background-color: #c1e5fb;
}
#yomikiri {
    background-color: #efdbff;
}

/* ==========================================================================
   右カラム
   ========================================================================== */
#right_side {
    float: left;
    width: 250px;
    margin-left: 20px;
}

/* ==========================================================================
   右カラム　動画
   ========================================================================== */
#video {
    margin-bottom: 10px;
}

/* ==========================================================================
   右カラム　ツイッター
   ========================================================================== */
.right_title img {}
#twitter_area {
    width: 250px;
    margin-bottom: 20px;
}

/* ==========================================================================
   右カラム　バナー
   ========================================================================== */
.line2 {
    margin: 10px 0;
}
#info_area div {
    padding: 10px 0;
    width: 250px;
    margin-bottom: 20px;
    border: #d9d9d9 1px solid;
    text-align: center;
}
#info_area li {
    padding-bottom: 10px;
    border-bottom: #d9d9d9 1px dotted;
    margin-bottom: 10px;
}

/* ==========================================================================
   フッター
   ========================================================================== */
#line_footer {
    background-image: url(../img/common/footer_bg.gif);
    background-position: top center;
    background-repeat: repeat-x;
    clear: both;
    background-color: #b2b2b2;
}
#line_footer footer {
    width: 980px;
    padding: 0 10px;
    margin: 0 auto;
}
#line_footer footer nav {
    padding-top: 10px;
    height: 30px;
    position: relative;
}
#line_footer footer nav ul li {
    color: #333333;
    display: inline;
    font-size: 12px;
}
#line_footer footer nav ul li a {
    color: #333333;
}
#top_link {
    display: block;
    position: absolute;
    top: -30px;
    right: 0px;
    cursor: pointer;
}
#u_menu {
    padding-top: 15px;
    text-align: right;
    color: #FFF;
}
#u_menu ul li {
    display: inline;
}
#u_menu a {
    color: #FFF;
}
#copy {
    padding-top: 10px;
    font-size: 11px;
}

/* ==========================================================================
   →カラム　ニュースエリア
   ========================================================================== */
#news_body_r {
    border-radius: 2px;
    border: #d9d9d9 solid 1px;
    height: 290px;
    font-size: 0.8em;
    overflow: scroll;
    overflow: hidden;
}
#news_body_r ul {
    margin: 0 auto;
    height: 290px;
    overflow: auto;
    overflow-y: scroll;
}
#news_body_r ul li {
    border-bottom: 1px #CCCCCC solid;
    padding: 10px 5px;
}
#news_body_r ul li time {
    margin-bottom: 5px;
    font-weight: bold;
    display: block;
}


.endtitle li:nth-child(n + 9) {
	display:none;
}



/* ==========================================================================
   detail コミック
   ========================================================================== */
#comic_list {
margin-top: 20px;
    clear: both;
margin-bottom: 20px;
}

#comic_list .top_title {
    display: block;
    background-image: url(../img/common/star.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 24px;
    background-color: #FFF;
    border-bottom: 2px solid #95deff;
    margin-bottom: 0px;
    position: relative;
	margin-bottom:10px;
}

#comic_list .item{
    width: 320px;
    padding: 6px;
    border-radius: 5px;
    float: left;
    margin: 5px;
    display: block;
    background-color:#f3fbff;
	
}


#comic_list .item h3{
	min-height:80px;	
}

#comic_list .item li img{
	width:100%;

	
}
#comic_list .item_right{
width: 160px;
    float: right;
    text-align: left;
}
#comic_list .book_box{
		height:225px;
		width:152px;
		display:block;
		overflow:hidden;
	float:left;
	margin-right:5px;
}

#comic_list .item .book{
	width:100%;

}



/* ==========================================================================
   電子書籍書店
   ========================================================================== */
   
#store_list {
margin-top: 20px;
    clear: both;
	margin-bottom:40px;
}

#store_list li{
	float:left;
    margin: 0 0 8px 15px;
}