@charset "UTF-8";

/*
 * サイト共通用のCSSです。
 *
 */



/* 連続 br でIE6が改行しないバグ対策　CSS:letter-spacing の影響
----------------------------------------------- */
br { 
    letter-spacing: normal;
}
/* フロート回り込み解除
----------------------------------------------- */
.clear {
    clear: both;
    display: none;
    font-size: 0px;
    line-height: 0%;
    height: 0px
}

/* float対策：背景色表示用
----------------------------------------------- */
.clearfix:after {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    content: ".";
}
.clearfix {
    display: block; /* for IE8 */
}
.both{
    clear:both;
}

.hidden {
    display: none;
}



/* yui 上書き
----------------------------------------------- */
html,
body {   
    /*height: 100%;*/
    background-color: inherit;
}
body {
    font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
ol,ul,dl {
    margin: 0px;
}
h1, h2, h3 {
    margin: 0px;
}
img {
    vertical-align: bottom;
}



/* 基本サイト構造 (空白のままにすること)
----------------------------------------------- */

/* body */
body {}
/* container */
#container {}
/* container_inner */
#container_inner {}
/* header_wrapper */
#header_wrapper {}
/* header */
#header {}
/* main_nav */
#main_nav {}
/* breadcrumb */
#breadcrumb {}
/* contents_wrapper */
#contents_wrapper {}
/* footer_wrapper */
#footer_wrapper {}
/* footer */
#footer {}




/* -----------------------------------------------
 *
 *
 * ここから下を変更すること
 *
 *
----------------------------------------------- */


/* a リンク
----------------------------------------------- */
a {
    text-decoration: none;
    font-size: 12px;
    color: #000;
}
a:link{
}
a:visited{
}
a:hover{
    text-decoration: underline;
}

/* table
----------------------------------------------- */
tr {
    border: none;
}
th {
    background:;
    width: 180px;
}
th,
td {
    padding: 18px 10px;
    border: solid 1px #eaeaea;
}
td {
    width: 525px;
}


/* ボタン
----------------------------------------------- */
.button   {  
    display: inline-block;
    border-top: 1px solid #ccc;  
    border-right: 1px solid #999;  
    border-bottom: 1px solid #999;  
    border-left: 1px solid #ccc;  
    padding: 5px 20px;  
    font-weight: bold;  
    cursor: pointer;  
    color: #666;  
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;
    -webkit-box-shadow: 1px 1px 2px #E7E7E7;  
    -moz-box-shadow: 1px 1px 2px #E7E7E7;  
}
.button:hover {  
    background: -moz-linear-gradient(top, #fff, #e1e1e1 1%, #e1e1e1 50%, #cfcfcf 99%, #ccc);  
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #e1e1e1), color-stop(0.5, #e1e1e1), color-stop(0.99, #cfcfcf), to(#ccc));  
}
.button:active {  
    background: #ccc;  
    padding: 6px 20px 4px;  
}  



/* form
---------------------------------------------- */




/* -----------------------------------------------
 * メイン
----------------------------------------------- */

/* body */
body {
    background: center top url('../images/body_bg.jpg');
}

/* container */
#container {
    min-width: 1020px;
}

/* container_inner */
#container_inner {
    margin: 0px auto;
    border-top: solid 4px #CC3366;
}

/*ヘッダー
----------------------------------------------- */
#header_wrapper {
    width: 1020px;
    margin: 0px auto;    
}
#header {
    width: 1020px;
    height: 700px;
    position: relative;    
}
#header #logo_img {
    width: 846px;
    float: left;
    height: 100px;
    padding-top: 22px;
}
#header #logo_img h1 {
    width: 528px;
}
#header #logo_img div,
#header #logo_img img {
    float: left;
    display: inline;
}
#header #logo_img span {
    display: none;
}

#header_right {
    position: absolute;
    top: 0px;
    right: 4px;
}
#header_right a {
}


/*ナビゲーション
----------------------------------------------- */
#main_nav_wrapper {
    position: relative;
}
#main_nav_wrapper #main_nav {
    position: relative;
    background: url('../images/g_nav_bg.png');
    z-index: 10;
}

#main_nav_wrapper #main_nav ul {
    width: 1020px;
    margin: 0px auto;
    height: 65px;
}

#main_nav_wrapper #main_nav li {
    float: left;
    display: inline;
    list-style-type:none;
    margin: 18px 89px 0 0;
}
#main_nav_wrapper #main_nav li.g_nav06 {
    margin-right: 0px;
}




#main_nav li a:hover {
}




/* コンテンツ
----------------------------------------------- */
/* contents_wrapper */
#contents_wrapper {
    width: 1020px;
    margin: 0 auto;
    clear: both;
}


/* contents */
#contents_top {
    padding: 30px 0 0 0;
}
#contents_top #postage {
    float: left;
    width: 513px;
}
#contents_top #choice {
    float: right;
    width: 458px;
}
#contents_top #choice ul {
}
#contents_top #choice li {
    float: left;
    width: 74px;
    list-style-type: none;
    padding-right: 22px;
}
#contents_top #choice li:nth-child(5) {
    padding-right: 0px;
}

#hr_boarder {
    clear: both;
    margin: 30px auto 40px;
    width: 1013px;
}

#contents_middle #category {
    background: right top no-repeat url('../images/category_border_bg.png');
    width: 515px;
    height: 530px;
    padding: 10px 0 0;
    margin: 10px 0 0;
    float: left;
}
#contents_middle #category li {
    list-style-type: none;
    position: relative;
    height: 120px;
    margin-bottom: 20px;
}
#contents_middle #category li img {
    position: absolute;
    
}
#contents_middle #category li span {
    display: inline-block;
    width: 394px;
    position: absolute;
    top: 60px;
    left: 103px;
}
#contents_middle #category li a{
    font-size: 12px;
    line-height: 24px;
    color: #000;
    font-weight: bold;
}

#contents_middle #guide {
    float: right;
    width: 426px;
}
#contents_middle #guide #guide_addles {
    position: relative;
}
#contents_middle #guide #guide_addles img {
}
#contents_middle #guide #guide_addles span {
    position: absolute;
    top: 30px;
    left: 180px;
    font-size: 12px;
    line-height: 24px;
    color: #000;
    font-weight: bold;
}

#contents_middle #guide .gift {
    margin-top: 30px;
}

#contents_middle #guide #topix_area {
    padding-top: 30px;
}
#contents_middle #guide #topix_area li {
    list-style-type: none;
    height: 40px;
    text-indent: 6px;
}
#contents_middle #guide #topix_area .topix_area_title {
    margin-bottom: 20px;
}
#topix_area li .date {
    display: inline-block;
    overflow: hidden;
    
}
#topix_area li .title {
    display: inline-block;
    width: 270px;
    margin-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}


#scene {
    margin-top: 60px;
}
#scene .senen_headlen {
    height: 20px;
    margin: 30px 0 20px;
}
#scene a {
    display: inline-block;
    margin: 0px 54px 0 0;
}
#scene a.scene4 {
    margin: 0;
}

#recommend {
    
}
#recommend .recommend_headlen {
    height: 20px;
    margin: 20px 0 40px;
}
#recommend a {
    display: inline-block;
    width: 190px;
    height: 160px;
    margin-right: 13px;
    position:relative;
}
#recommend a p {
    width: 150px;
    position: absolute;
    top: 95px;
    left: 60px;
    display: none;
}
#recommend a.recommend5 {
    margin-right: 0px;
}





/* footer
----------------------------------------------- */
#footer_wrapper {
    clear: both;
}

#footer_wrapper #footer_link {
    width: 1020px;
    margin: 20px auto 0px;
    text-align: right;
    margin-bottom: 60px;
}
#footer_wrapper #footer_link a {
    font-size: 9px;
    color: #C36;
    font-weight: bold;
}
#footer_wrapper #footer_link span {
    margin: 0 3px;
}


#footer {
    width: 1020px;;
    margin: 60px auto 100px;
    text-align: center;
}

#footer small {
    display: block;
    line-height: 40px;
}
#footer small a {
    font-weight:;
}


