@charset "UTF-8";
/*////////////////////////////////////////////////////////////
mansion100% home.css for Homepage

Copyright (C) NEXT Co,. Ltd. All right reserved.
------------------------------------------------------------

    0. Import External CSS
    1. Body
    2. Header
        2-2. Breakdown List
        2-3. Utility Nav
        2-4. Global Search
    3. Search TOC
        3-1. Common
        3-2. Time
        3-3. Area
        3-4. Recommend
        3-5. Latest Comment: Mansion
    4. Theme TOC
        4-1. Common
        4-2. Flash Banner
        4-3. TOC Content 01
        4-4. TOC Content 02
    5. Check TOC

////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
    0. Import External CSS
   ------------------------------------------------------------ */
@import "common.css";

/* ------------------------------------------------------------
    1. Body
   ------------------------------------------------------------ */
body#homepage {
    background: url(/images/bcg_body.png) no-repeat center top;
}

/* ------------------------------------------------------------
    2. Header
   ------------------------------------------------------------ */
body#homepage div#header {}

/*  2-1. Copy, Login Message
   ------------------------------------------------- */
body#homepage div#header .siteName {
    padding: 0 0 0 5px;
}

body#homepage div#header p.copy,
body#homepage div#header p.copy02,
body#homepage div#header p.copy03 {
    position: absolute;
    top: 57px;
    left: 174px;
}

body#homepage div#header p.copy02 {
    top: 92px;
}

body#homepage div#header p.copy03 {
    top: 38px;
}

body#homepage div#header p.speInfo {
    position: absolute;
    top: 43px;
    left: 174px;
}

body#homepage div#header p#user {
    position: absolute;
    top: 17px;
    left: 176px;
    width: 135px;
}

/*  2-2. Breakdown List
   ------------------------------------------------- */
body#homepage div#blockBreakdownAll {
    position: absolute;
    top: 0;
    right: 0;
    width: 131px;
    height: 75px;
    padding: 12px 0 31px 0;
    background: url(/images/bcg_breakdown_all.jpg) no-repeat left top;
    font-size: 10px !important;
    line-height: 10px;
}

body#homepage div#blockBreakdownAll h2 {
    display: block;
    height: 10px;
    margin: 0 10px 10px;
    padding: 0;
}

body#homepage dl#blockBreakdownAll dt img {
    display: block;
}

body#homepage div#blockBreakdownAll table {
    width: 111px;
    margin: 0 10px;
}

body#homepage div#blockBreakdownAll table th {
    width: 60px;
    padding: 3px 0;
    border-bottom: 1px solid #ffffff;
}

body#homepage div#blockBreakdownAll table td {
    padding: 3px 0;
    border-bottom: 1px solid #ffffff;
    font-size: 10px;
    letter-spacing: 1px;
    text-align: right;
    white-space: nowrap;
}

body#homepage div#blockBreakdownAll table td span {
    font-weight: bold;
}

/*  2-3. Utility Nav
   ------------------------------------------------- */
body#homepage div#header dl.navUtility {
    position: absolute;
    top: 5px;
    left: 445px;
    width: 530px;
}

body#homepage div#header dl.navUtility dd ul {
    padding: 0;
}

body#homepage div#header dl.navUtility dd ul li {
    padding-right: 3px;
}

body#homepage div#header dl.navUtility dd ul li#unavAbout {
    padding: 8px 0 0 5px;
}


/*  2-4. Global Search
   ------------------------------------------------- */
body#homepage div#blockGlobalSearch {}

/* ------------------------------------------------------------
    3. Search TOC
   ------------------------------------------------------------ */
div#itemSearchToc {
    float: left;
    position: relative;
    width: 403px;
    padding-left: 12px;
    background: url(/images/box_toc_mdl_01.gif) repeat-y 12px 0;
}

/*  3-1. Common
   ------------------------------------------------- */
div#itemSearchToc h2 {
    position: absolute;
    top: 0;
    left: -1px;
    width: 416px;
    background: url(/images/box_toc_top_01.gif) no-repeat 13px 0;
}

div#itemSearchToc h3 {
    margin-bottom: 8px;
}

div#itemSearchToc div.formSearch {
    position: relative;
    padding: 0 13px 10px 0;
}

div#itemSearchToc div.formSearch select,
div#itemSearchToc div.formSearch p.txtSuppl {
    float: left;
    margin: 3px 3px 0 0;
}

div#itemSearchToc div.formSearch p.txtSuppl {
    margin-top: 6px;
}

div#itemSearchToc div.formSearch p.btnSubmit {
    float: right;
}

/*  3-2. Time
   ------------------------------------------------- */
div#itemSearchToc div#tocTime {
    position: relative;
    width: 367px;
    margin: 0 6px;
    padding: 38px 0 0 24px;
    background: url(/shared/images/bcg_line_01.gif) repeat-x 0 100%;
}

div#itemSearchToc div#tocTime ul li {}

div#itemSearchToc div#tocTime ul li select {
    margin-bottom: 8px;
}

div#itemSearchToc div#tocTime ul li.rowSubmit {
    margin-bottom: 0;
    padding-bottom: 0;
}

div#itemSearchToc div#tocTime p.btnSubmit {
    clear: both;
    float: none;
	position: absolute;
	bottom: 15px;
	right: 13px;
}


/*  3-3. Area
   ------------------------------------------------- */
div#itemSearchToc div#tocArea {
    position: relative;
    width: 367px;
    margin: 0 6px;
    padding: 20px 0 15px 24px;
    background: url(/shared/images/bcg_line_01.gif) repeat-x 0 100%;
}

div#itemSearchToc div#tocArea div.formSearch {
    padding-bottom: 2px;
}

/*  3-4. Recommend
   ------------------------------------------------- */
div#itemSearchToc div#tocRecommend {
    position: relative;
    width: 379px;
    padding: 10px 0 119px 24px;
    background: url(/images/bcg_toc_recommend_01.gif) no-repeat 6px 6px;
}

div#itemSearchToc div#tocRecommend p.txtLead01 {
    position: absolute;
    top: 35px;
    right: 20px;
    margin: 0;
}

div#itemSearchToc div#tocRecommend p.btnSubmit {
    position: absolute;
    bottom: 25px;
    right: 19px;
}

div#itemSearchToc div#tocRecommend p.imgLink {
    position: absolute;
	top: 34px;
	left: 17px;
}

div#itemSearchToc div#tocRecommend p.imgLink a {
    display: block;
	width: 235px;
	height: 115px;
}

/*  3-5. Latest Comment: Mansion
   ------------------------------------------------- */
div#itemSearchToc div.contentLatestComment {
    float: none;
    width: 373px;
    margin: 0;
    padding: 0 16px 20px 14px;
    background: url(/images/box_toc_btm_01.gif) no-repeat 0 100%;
}

div#itemSearchToc div.contentLatestComment ol {
    width: 373px;
}

div#itemSearchToc div.contentLatestComment ol ul,
div#itemSearchToc div.contentLatestComment ol li {
    width: 333px;
}

/* ------------------------------------------------------------
    4. Theme TOC
   ------------------------------------------------------------ */
div#itemThemeToc {
    float: right;
    position: relative;
    width: 542px;
    margin-bottom: 2px;
    padding-left: 18px;
    background: url(/images/box_toc_mdl_02.gif) repeat-y 18px 0;
}

/*  4-1. Common
   ------------------------------------------------- */
div#itemThemeToc h2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 560px;
    background: url(/images/box_toc_top_02.gif) no-repeat 18px 0;
}

div#itemThemeToc h3 {
    margin-bottom: 8px;
    padding: 38px 0 0 30px;
}

div#itemThemeToc div#themeTocContent {
    padding: 0 25px 20px;
    background: url(/images/box_toc_btm_02.gif) no-repeat left bottom;
}

/*  4-2. Flash Banner
   ------------------------------------------------- */
div#itemThemeToc div.swfTheme01 {
    margin-bottom: 10px;
}

/*  4-3. TOC Content 01
   ------------------------------------------------- */
div#itemThemeToc div.contentToc01 {
    margin-bottom: 10px;
}

/* --- Latest Theme --- */
div#itemThemeToc div.latestTheme {
    float: left;
    width: 274px;
    margin-right: 11px;
}

div#itemThemeToc div.latestTheme dl {
    width: 250px;
    padding: 5px 12px 10px;
    background: url(/images/box_latest_theme_btm_01.gif) no-repeat 0 100%;
}

div#itemThemeToc div.latestTheme dl dt {
    margin-top: 10px;
    color: #666666;
    font-size: 77%;
    line-height: 1.1;
}

div#itemThemeToc div.latestTheme dl dd a {
    font-size: 93%;
}

div#itemThemeToc div.latestTheme dl dd span {
    font-size: 85%;
}

/* --- Latest Comment --- */
div#itemThemeToc div.contentLatestComment {
    float: left;
    width: 206px;
    margin: 0;
    font-size: 93%;
}

div#itemThemeToc div.contentLatestComment h3 {
    padding: 0;
}

div#itemThemeToc div.contentLatestComment ol {
    width: 206px;
}

div#itemThemeToc div.contentLatestComment li {
    width: 176px;
    padding-left: 30px;
    background-position: 0 5px;
}

div#itemThemeToc div.contentLatestComment li ul {
    width: 176px;
}

div#itemThemeToc div.contentLatestComment li ul li{
    padding: 0;
}

/*  4-4. TOC Content 02
   ------------------------------------------------- */
div#itemThemeToc div.contentToc02 {
    width: 511px;
    margin: 0 -9px;
    padding: 2px 0 0;
    background: url(/images/bcg_theme_toc_top_01.gif) no-repeat 0 0;
}

div#itemThemeToc div.contentToc02 div.innerContentToc02 {
    width: 495px;
    padding: 8px 8px 10px;
    background: url(/images/bcg_theme_toc_btm_01.gif) no-repeat 0 100%;
}

/* --- Other Useful Info: Fusui, Otoku --- */
div#itemThemeToc div.otherUsefulInfo {
    float: left;
    width: 277px;
}

/* Mansion Fusui */
div#itemThemeToc div.otherUsefulInfo div.mansionFusui {
    margin-bottom: 7px;
    padding-bottom: 12px;
    background: url(/images/box_fusui_btm_01.gif) no-repeat 0 100%;
}

div#itemThemeToc div.otherUsefulInfo div.mansionFusui h4 {
    margin-bottom: 5px;
}

div#itemThemeToc div.otherUsefulInfo div.mansionFusui p.description,
div#itemThemeToc div.otherUsefulInfo div.mansionFusui p.link01 {
    width: 263px;
    margin-left: 7px;
}

div#itemThemeToc div.otherUsefulInfo div.mansionFusui p.description {
    margin-bottom: 10px;
    font-size: 93%;
}

div#itemThemeToc div.otherUsefulInfo div.mansionFusui p.link01 {
    margin-top: 5px;
    padding-left: 8px;
    background: url(/shared/images/ico_arrow_04.gif) no-repeat 0 5px;
	font-size: 85%;
}

/* Otoku Mansion */
div#itemThemeToc div.otherUsefulInfo div.otokuMansion {}

/* --- Pickup Ranking --- */
div#itemThemeToc div.pickupRanking01 {
    float: right;
    width: 200px;
    padding: 0 0 10px 0;
    border: 1px solid #eeeeee;
    background: #ffffff;
}

div#itemThemeToc div.pickupRanking01 h5 {
    padding: 3px 5px;
    font-weight: bold;
}

div#itemThemeToc div.pickupRanking01 table {
    width: 200px;
}

div#itemThemeToc div.pickupRanking01 table th {
    width: 35px;
    padding: 2px 0;
    text-align: center;
}

div#itemThemeToc div.pickupRanking01 table td.property {
    width: 165px;
    font-size: 77%;
    font-weight: bold;
}

div#itemThemeToc div.pickupRanking01 table td.count {
    width: 2.5em;
}

div#itemThemeToc div.pickupRanking01 table td.count p {
    margin-right: 3px;
    background: url(/shared/images/bcg_comment_02_l.gif) no-repeat 0 1px;
    text-align: center;
}

div#itemThemeToc div.pickupRanking01 table td.count span {
    display: block;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 1px;
    background: url(/shared/images/bcg_comment_02_r.gif) no-repeat 100% 1px;
    font-size: 10px;
}

div#itemThemeToc div.pickupRanking01 p.moreLink {
    margin-right: 5px;
    padding-top: 10px;
}

/* ------------------------------------------------------------
    5. Check TOC
   ------------------------------------------------------------ */
div#itemCheckToc {
    float: right;
    position: relative;
    width: 542px;
    height: 85px;
    margin-top: 5px;
    margin-bottom: 2px;
    padding-left: 12px;
    background: url(/images/bcg_check_toc.gif) no-repeat 12px 0;
}

div#itemCheckToc h2 {
    position: absolute;
    top: 0;
    left: -1px;
    width: 416px;
}

div#itemCheckToc ul li {
    position: absolute;
    top: 35px;
    left: 60px;
}

div#itemCheckToc ul li.lastChild {
    left: 308px;
}

