@charset "utf-8";

/*-----------------------------------

common_lc.css
2015年リニューアルレイアウト

-----------------------------------*/

body {
    margin: 0;
    padding: 0;
    background: #fbf8f4;
    font: normal 13px/1.4 "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    color:#555;
}

a,
a:hover {
    color: #555;
    text-decoration: none;
}

/*
グローバルヘッダ
-----------------------------------*/
#header {
    position: relative;
    padding: 3px 0 40px;
    background: #fff;
    border-top: 3px solid #e38bb0;
}
#header:after {
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    display: block;
    height: 1px;
    background: #e38bb0;
    content: " ";
	margin-top: 20px;
}
#header .wrap {
    position: relative;
    width: 990px;
    margin: 0 auto;
}

#tagline {
    float: left;
    font-size: 12px;
    font-weight: normal;
	padding-top:7px;
}
#support_nav { float: right;}
#support_nav li {
    float: left;
    margin-right: 5px;
    padding-right: 3px;
    border-right: 1px solid #999;
    font-size: 10px;
}
#support_nav li:last-child {
    padding: 0;
    border: none;
}
#support_nav a {
    color: #555;
    text-decoration: none;
}
#logo {
    width: 100%;
    padding: 21px 0;
    font-size: 12px;
    text-align: center;
}
#logo img {
    display: block;
    margin: 0 auto;
}
#header .search {
    position: absolute;
    right: 0;
    bottom: 21px;
    width: 260px;
    border: 1px solid #d0cbc3;
    border-radius: 3px;
}
#header .search_word {
    width: 224px;
    height: 26px;
    padding: 0 3px;
    border: none;
    line-height: 26px;
}
#header .search_submit {
    width: 22px;
    height: 22px;
    overflow: hidden;
    border: none;
    background: url(/images/common/ico_search.png) no-repeat left top;
    color: transparent;
}

#nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: #e38bb0;
}
#nav.fixed {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 999;
}
#nav ul {
    display: table;
    width: 990px;
    height: 40px;
    margin: 0 auto;
}
#nav li {
    display: table-cell;
    box-sizing: border-box;
    min-width: 71px;
    height: 40px;
    vertical-align: middle;
}
#nav .main.current {
    border-top: 1px solid #e38bb0;
    border-bottom: 1px solid #e38bb0;
    background: #f4d1df;
}
#nav .sub {
    background: url(/images/common/bg_nav_sub.png) repeat left top;
}
#nav a {
    display: block;
    height: 40px;
    padding: 0 3px;
    background: url(/images/common/bg_nav_separate.png) no-repeat left center;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    text-shadow: 2px 2px 2px #ab6280;
    text-align: center;
}
#nav .main + .sub.current { padding-left: 1px; }
#nav .main + .sub a { background: none; }
#nav .main.current a {
    height: 38px;
    color: #b66f8d;
    text-shadow: none;
}
#nav .sub.current a {
    height: 35px;
    border-bottom: 5px solid #e38bb0;
}

/*
コンテンツ
-----------------------------------*/
#container {
    width: 990px;
    margin: 0 auto;
}

#main {
    float: left;
    width: 670px;
}
#main .box {
    margin-bottom: 21px;
    padding: 10px;
    background: #fff;
    box-shadow: 2px 2px 2px #f0e3d1;
}
#main .wrap { margin-bottom: 34px; }

#side {
    float: right;
    width: 300px;
}
#side .box {
    margin-bottom: 21px;
    padding: 13px 10px 0;
    background: #fff;
}
#side .banner { margin-bottom: 21px; }


#pkz {
    margin: 13px 0;
    list-style: none;
    font-size: 12px;
    line-height: 1.2;
}
#pkz li { display: inline-block; }
#pkz a {
    padding-right: 8px;
    background: url(/images/common/ico_arrow_next.png) no-repeat right 0.3em;
    color: #e38bb0;
}

/*
見出し
-----------------------------------*/
#main .headline {
    padding: 0 8px 8px 20px;
    border-bottom: 2px solid #e38bb0;
    background: url(/images/common/bg_headline.png) no-repeat left top;
    font-size: 20px;
    font-weight: normal;
}

#main .heading {
    margin-bottom: 13px;
    padding: 0 8px 0 13px;
    background: url(/images/common/bg_heading.png) no-repeat left top;
    background-size: 6px auto;
    font-size: 18px;
    font-weight: normal;
}
#main .special .heading {
    padding: 5px 8px 6px 13px;
    background: url(/images/common/bg_special_heading.png) no-repeat left top;
    text-align: center;
}


#main .sub_head {
    margin-bottom: 8px;
    padding: 5px 8px;
    background: url(/images/common/bg_sub_head.png) repeat left top;
    font-size: 14px;
    font-weight: normal;
}
#main .sub_head a {
    display: block;
    background:  url(/images/common/ico_arrow_right.png) no-repeat right center;

}
#side .headline {
    margin: 0 -10px;
    padding: 0 8px 13px 12px;
    background: url(/images/common/bg_side_headline.png) no-repeat left bottom;
    font-size: 15px;
    font-weight: normal;
}
#side .special .headline {
    margin: 0 0 1px;
    padding: 13px 8px 8px 8px;
    background: url(/images/common/bg_special_headline.png) repeat-x left bottom;
}


/*
コンテンツヘッダー
-----------------------------------*/
#contents_header {
    position: relative;
    margin: 34px 0;
}
#contents_header .image,
#contents_header .image img {
    float: left;
    width: 200px;
    max-width: 200px;
}
#contents_header .description,
#contents_header .readmore {
    margin-left: 213px;
    font-size: 16px;
    line-height: 1.5;
}

/*
コラム
-----------------------------------*/
.column_list .image {
    float: left;
    margin-right: 8px;
}
#main .column_list .item {
    float: left;
    box-sizing: border-box;
    width: 325px;
    padding-top: 21px;
    font-size: 14px;
}
#main .column_list .item:nth-child(odd) { padding-right: 5px; }
#main .column_list .item:nth-child(even) { padding-left: 5px; }
#main .column_list .text { margin-left: 158px; }

#side .column_list .item {
    min-height: 75px;
    padding: 13px 0;
    border-bottom: 1px dashed #d9d5cf;
}
#side .column_list .item:last-child { border: none; }
#side .column_list .image { width: 75px; }
#side .column_list img { width: 100%; }
#side .column_list .title,
#side .column_list .text {
    display: block;
    margin-left: 83px;
}

/*
メールマガジン
-----------------------------------*/
#mail_magazine .item {
    float: left;
    box-sizing: border-box;
    width: 325px;
    padding-top: 21px;
    font-size: 14px;
}
#mail_magazine .item:nth-child(odd) { padding-right: 5px; }
#mail_magazine .item:nth-child(even) { padding-left: 5px; }

#mail_magazine .image {
    float: left;
    width: 100px;
    margin-right: 8px;
}
#mail_magazine img { width: 100%; }
#mail_magazine .title {
    min-height: 78px;
    font-size: 18px;
    font-weight: bold;
}

#mail_magazine .tag {
    display: inline-block;
    min-width: 90px;
    padding: 3px 5px 2px;
    border-radius: 3px;
    background: #e38bb0;
    color: #fff;
    font-size: 12px;
    text-align: center;
}



/*
おすすめ記事
-----------------------------------*/
.recpage{
	margin-top:10px;
}
.recpage a{
	display:block;
	margin-top:2px;
	margin-bottom:5px;
}
.recpage a:last-child{
	margin-bottom:0px;
}
.recpage a img{
	height:80px;
	width:auto;
	display:inline-block;
	vertical-align:middle;
}
.recpage a p{
	display:inline-block;
	vertical-align:middle;
	margin-left:5px;
	color:#e38bb0;
	width:524px;
	font-size:14px;
	text-decoration:underline;
}



/*
イチオシ商品
-----------------------------------*/
.item_list .item {
    float: left;
    width: 100px;
    margin-right: 34px;
    padding-bottom: 13px;
    font-size: 12px;
}
.item_list .item:last-child { margin-right: 0; }
.item_list img {
    display: block;
    width: 100px;
    margin-bottom: 5px;
}
.item_list a { display: block; }
.item_list .title {
    color: #e38bb0;
    font-weight: bold;
}
.item_list .item p { margin-top: 5px; }



/*
ソーシャル
-----------------------------------*/
.social_box {
    height: 320px;
    margin-bottom: 21px;
}
.social_box .twitter-timeline { float: left; }
.social_box .fb-page {
    float: right;
    width: 325px;
}

#main .social .fb-like,
#main .social .twitter-share-button { vertical-align: middle; }


/*
ランキング
-----------------------------------*/
#ranking ol {
    list-style: none;
}
#ranking li {
    padding: 8px 0;
    border-bottom: 1px dashed #d9d5cf;
}
#ranking li:last-child { border: none; }
#ranking a {
    display: block;
    padding-left: 20px;
}
#ranking .rank {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 -20px;
    border-radius: 8px;
    background: #e38bb0;
    color: #fff;
    text-align: center;
}

/*
スライダー
-----------------------------------*/
.bx-controls {
    margin-top: 1px;
    background: url(/images/common/bg_bxslider.png) repeat left top;
}
#side .bx-prev { background: url(/images/common/btn_prev.png) no-repeat 8px center; }
#side .bx-next { background: url(/images/common/btn_next.png) no-repeat 8px center; }

/*
カテゴリ一覧（サイド）
-----------------------------------*/
#category ul { padding: 10px 0; }
#category li {
    margin-bottom: 3px;
    background: #f9f2e8;
}
#category .current { background: url(/images/common/bg_category_current.png) repeat left top; }
#category li a {
    display: block;
    padding: 8px;
}

/*
アンケート（サイド）
-----------------------------------*/
#side_question .title {
    padding-top: 8px;
    color: #e38bb0;
    font-size: 12px;
    font-weight: bold;
}
#side_question dd { border-bottom: 1px dashed #d9d5cf; }
#side_question dd:last-child { border-bottom: none; }
#side_question a {
    display: block;
    padding: 3px 0 5px;
}

#side_question .for_mens .heading {
    margin: 13px 0 0;
    padding: 8px 0;
    border-top: 2px solid #4671a5;
    border-bottom: 1px solid #4671a5;
    background: url(/images/common/bg_for_mens.png) repeat left top;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 3px #385a84;
}
#side_question .for_mens .heading span { font-size: 11px; }
#side_question .for_mens .title { color: #4671a5; }

/*
人気の動画
-----------------------------------*/
#side_movie ul { padding: 10px 0; }
#side_movie li {
    width: 270px;
    margin: 0 auto 13px;
}
#side_movie li:last-child { margin-bottom: 0; }
#side_movie img { width: 100%; }


/*
右サイドおすすめバナー
-----------------------------------*/
#side .special { margin-bottom: 21px; }
#side .special img { vertical-align: bottom; }
#side .special p {
    padding: 5px;
    background: url(/images/common/bg_special_p.png) repeat left top;
}

/*
バックナンバー
-----------------------------------*/
#backnumber .year { margin-top: 1px; }
#backnumber .year:first-of-type { margin-top: 10px; }
#backnumber .year:last-of-type { padding-bottom: 10px; }
#backnumber .toggle_control {
    margin-bottom: 3px;
    padding: 5px;
    background: #e3e0db url(/images/common/ico_arrow_down.png) no-repeat 260px center;
    font-weight: normal;
}
#backnumber .toggle_control.open { background-image: url(/images/common/ico_arrow_up.png); }
#backnumber .toggle_view {
    display: none;
    margin: 0 8px;
}
#backnumber .toggle_view a {
    display: block;
    padding: 2px 0;
}

/*
SEO
-----------------------------------*/
#site_description .title {
    margin-bottom: 8px;
    border-bottom: 1px solid #e38bb0;
    font-size: 16px;
}
#site_description img { float: left; }
#site_description p { margin-left: 134px; }

/*
ボタン・タグ
-----------------------------------*/
.button {
    display: inline-block;
    box-sizing: border-box;
    min-width: 130px;
    padding: 3px 3px 2px;
    border-radius: 3px;
    background: #e38bb0;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.button:hover { color: #fff; }
.button_next {
    padding-right: 8px;
    background: #e38bb0 url(/images/common/ico_arrow_w_right.png) no-repeat 16px center;
}
.button_more {
    padding-right: 8px;
    background: #e38bb0 url(/images/common/ico_arrow_w_down.png) no-repeat 112px center;
}
.button_more.close {
    background: #e38bb0 url(/images/common/ico_arrow_w_up.png) no-repeat 112px center;
}
.button_more:hover {
    filter: alpha(opacity=75);
    opacity:0.75;
}

/* カテゴリタグ */
.category_tag {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.category_tag a {
    display: block;
    box-sizing: border-box;
    min-width: 100px;
    padding: 1px 3px 0;
    border: 1px solid #e9a2c0;
    border-radius: 3px;
    color: #e38bb0;
    font-size: 12px;
    text-align: center;
}

/* キーワードタグ */
.word_list li {
    display: inline-block;
    margin: 13px 0 0;
}
.word_tag {
    display: inline-block;
    margin-right: 10px;
    box-sizing: border-box;
    padding: 5px 8px 4px;
    border: 1px solid #e9a2c0;
    border-radius: 3px;
    color: #e38bb0;
    background: #fcf9f4;
    color: #555;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}

/* ソーシャルボタン */
.button_tw,
.button_fb {
    position: relative;
    display: block;
    height: 50px;
    margin-bottom: 13px;
    padding: 5px 5px 5px 50px;
    font-size: 15px;
    line-height: 40px;
}
.button_tw:before,
.button_fb:before {
    position: absolute;
    top: 5px;
    left: 5px;
    dislay: block;
    width: 40px;
    height: 40px;
    content: " ";
}
.button_tw { background: #5ea9dd; }
.button_tw:before { background: url(/images/common/ico_tw.png) no-repeat left top; }
.button_fb { background: #3b579d; }
.button_fb:before { background: url(/images/common/ico_fb.png) no-repeat left top; }


/*
ページネート
-----------------------------------*/
#main a.prev {
    padding-left: 13px;
    background: #fbf8f4 url(/images/common/ico_arrow_prev.png) no-repeat 8px center;
}
#main a.next {
    padding-right: 13px;
    background: #fbf8f4 url(/images/common/ico_arrow_next.png) no-repeat 50px center;
}
#main .prev,
#main .next {
    box-sizing: border-box;
    width: 66px;
    padding: 10px 5px 9px;
    border: 1px solid #e38bb0;
    border-radius: 3px;
    line-height: 1.2;
}

/* ページ送りあり */
.pagination {
    margin: 34px 0 0;
    text-align: center;
}
.pagination a {
     display: inline-block;
    box-sizing: border-box;
    width: 34px;
    padding: 10px 5px 9px;
    border: 1px solid #e38bb0;
    border-radius: 3px;
    background: #fbf8f4;
     text-align: center;
    line-height: 1.2;
}
.pagination .current {
    background: #e38bb0;
    color: #fff;
}

/*　前へ、次へのみ */
.page_control {
    display: table;
    width: 100%;
    margin: 34px 0;
    font-size: 14px;
}
.page_control a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.page_control .contents {
    color: #e38bb0;
    text-decoration: underline;
}


/*
もっと見る
-----------------------------------*/
#main .close{
	margin-top:20px;	
}
#main .more {
    border-top: 2px solid #e38bb0;
}
#main .more a {
    display: block;
    padding: 13px;
    background :#f9e8ef url(/images/common/ico_arrow_right.png) no-repeat 630px center;
    text-align: center;
}

#main .readmore {
    display: none;
}

#main .readmore + .box_button {
    float: right;
    width: 130px;
}
#main .readmore + .box_button .button { margin: 0; }

#side .more {
    padding: 8px 0 10px;
    text-align: right;
}
#side .more a {
    padding-right: 13px;
    background : url(/images/common/ico_arrow_right.png) no-repeat right center;
    text-align: center;
}
#main .mores .mangas{
	margin-top:30px;
}
#main .mores .mangas .links{
	margin-bottom:8px;
}
#main .mores .mangas img{
	width:120px;
	float:left;
	margin-right:5px;
}
#main .mores .mangas img:hover ,#main .mores .mangas p:hover{
	opacity:0.8;
}

/*
フッター
-----------------------------------*/
#pagetop {
    width: 990px;
    margin: 34px auto 0;
    text-align: right;
}

#footer {
    margin-top: -40px;
    border-top: 1px solid #e38bb0;
    background: #fff;
    font-size: 12px;
}
#footer .wrap {
    width: 990px;
    margin: 0 auto;
    padding: 21px 0;
}
#footer .wrap + .wrap { border-top: 1px solid #e38bb0; }

#footer .sitemap {
    float: left;
    width: 260px;
}
#footer .category { width: 390px; }
#footer .about { width: 300px; }
#footer .sitemap p { font-size: 14px; }
#footer .sitemap li {
    float: left;
    width: 130px;
    margin-top: 3px;
}
#footer .about li { width: 150px; }

#footer #logo_lc {
    float: right;
    width: 230px;
}
#footer #logo_lc img { width: 100%; }
#footer #logo_lc + p { margin-top: 13px; }
#footer small {
    clear: both;
    display: block;
    padding-top: 8px;
    text-align: center;
}