/*********************************************/
/********** -基本設定 ************************/
/*********************************************/

/********** --ボディ **********/
body {
    background-color: #E8F1F6;
    text-align:center;}

/***** ---段組スタイル *****/
#wrap{
    background-image: url(../assets/images/common/bg_main.gif);
    background-repeat: repeat-y;
    background-position: center;
    width:820px;
    margin-left:auto;
    margin-right:auto;
    text-align: left;
}

#allwrap{
    width:800px;
    margin:0px 0px;
    padding-left:15px;
}
    
    
#base {
     width: 790px;
 }

/***** ---サイドメニューあり *****/
#side-menu{
    width:180px;
    margin:0px 10px 0px 0px;
    padding:0px;
    float:left;}

#sidemenuwrap{
    margin:0px;
    background: #E3E3E3;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding-bottom: 20px;
}

    
#main-contents{
    width:596px;
    margin:0px;
    float:right;
}


/********** --テキスト **********/
body, td, th, input, select, option, textarea { color: #333333;}

/********** --リンクスタイル **********/
a:link {    color: #205DE8; text-decoration: none;}
a:visited { color: #205DE8; text-decoration: none;}
a:active {  color: #205DE8; text-decoration: none;}
a:hover {   color: #205DE8; text-decoration:underline;}

img{
    border:0;
    color:#FFFFFF;
}



/*********************************************/
/********** -ボディコンテンツ ****************/
/*********************************************/

/********** --ページトップ**********/
p.ptop{
    background-image:url(../assets/images/common/to_pagetop.gif);
    background-position: right center;
    background-repeat:no-repeat;
    padding-right:20px;
    margin:20px 0px;
    text-align:right;
    clear:both;
}


/********** --画像まわりの余白**********/
.yohaku{ margin-right:10px;}

/********** --引用 **********/

blockquote { border: #205DE8 1px solid; background: #efefef;}

blockquote.ranking { border: #8A8A8A 1px dotted; width:786px; margin:10px 0px 25px;padding:3px; background: #ffffff;}


/********** --箇条書き **********/
ol li { list-style-type: decimal;}
ul { list-style-image: url(../assets/images/template/listicon.gif);}
.nasi{
     list-style-image: url();
    list-style-type:none;
     margin:0px;
}

/********** --水平線 **********/
hr {
    color: #CCCCCC;
    background-color: #CCCCCC;
    height: 1px;
    border: 0px;
}

/********** --見出し **********/
h1,h1.hfit{
    color:#004892;
    margin: 0px 0 10px 0;
    padding:5px 0px 10px 0px;
    font-size:25px; 
    text-align: left ;
    background: url("../assets/images/common/h1_bg.gif");
    background-repeat:repeat-x;
    background-position:left bottom;
}
h1.hfit {padding-top:6px;}

h2,h2.hfit {
    color:#004892;
    padding:7px 0px 3px 10px;
    margin:0px 0px 10px 0px;
    text-align: left;
    border-top:1px solid #1A46A2;
    background: #F1F1F1 url("../assets/images/common/h2_bg.gif") ;
    background-position:right top;
    background-repeat:no-repeat;
    font-size:14px;
    }

.history {
    color:#004892;
    padding:7px 0px 3px 10px;
    margin:0px 0px 5px 0px;
    text-align: left;
    border-top:1px solid #1A46A2;
    background: #F1F1F1 url("../assets/images/common/h2_bg.gif") ;
    background-position:right top;
    background-repeat:no-repeat;
    font-size:14px;
    }

h3,h3.hfit{ color:#5D91D3;
    margin: 0px 0px 10px 0px;
    padding-left: 20px;
    text-align: left;
    border-bottom:1px dotted #5D91D3;
    background: url("../assets/images/template/h4_bg.gif") no-repeat left top;
    font-size:14px; 
}





h4 {color:#004892;
    margin: 0px 0 10px 0;
    padding:5px 0px 5px 10px;
    font-size:14px; 
    text-align: left ;
    background: url("../assets/images/common/h3_bg.gif");
    background-repeat:repeat-x;
    background-position:left bottom;}

h5 {
    color:#444444;
    margin: 0px 0px 10px 0px;
    padding-left: 20px;
    text-align: left;
    background: url("../assets/images/template/h5_bg.gif") no-repeat left top;
}



/***** ---見出し装飾なし *****/
.nodeco{
    background:none;
    border:none;
    margin:0px !important;
    padding:0px;
}

/********** --表 **********/
/***** ---パターンA *****/




.table_a {
    border: #999999 1px solid;
    padding: 0px;
}

.table_a caption {
    font-weight: bold;
    color:#444444;
    padding: 3px 3px 3px 15px;
    background: url(../assets/images/template/tablecaption.gif) no-repeat left top;
}
.table_a_th {
    border: #FFFFFF 1px solid ;
    text-align: left;
    font-weight: bold;
    color: #5B90D3;
    background: url(../assets/images/template/tableicon.gif) no-repeat left top; 
    background-color: #E0DEDE;
    padding-left: 20px;
}
.table_a_th2 {
    text-align: left;
    border: #FFFFFF 1px solid;
    font-weight: normal;
    color: #444444;
    padding-left: 10px;
    background-color: #E0DEDE;
}
.table_a_td {
    text-align: left;
    border: #FFFFFF 1px solid;
    font-weight:normal;
    color: #444444;
    padding-left: 10px;




    background-color: #f7f7f7;
}

/***** ---パターンB *****/
.table_b {
    border: #999999 1px solid;
    padding: 0px;
}

.table_b caption {
    font-weight: bold;
    color:#444444;
    padding: 3px 3px 3px 15px;
    background: url(../assets/images/template/tablecaption.gif) no-repeat left top;
}
.table_b_th {
    border: #FFFFFF 1px solid;
    text-align: left;
    font-weight: normal;
    color: #444444;
    background-color: #81B5F6;
}
.table_b_th2 {
    text-align: left;
    border: #FFFFFF 1px solid;
    font-weight: normal;
    color: #444444;
    background-color: #81B5F6;
}
.table_b_td {
    text-align: left;
    border: #FFFFFF 1px solid;
    font-weight:normal;
    color: #444444;
    background-color: #f7f7f7;
}

/***** ---パターンC *****/
.table_c {
    border: #999999 1px solid;
    padding: 0px;
}

.table_c caption {
    font-weight: bold;
    color:#444444;
    padding: 3px 3px 3px 15px;
    background: url(../assets/images/template/tablecaption.gif) no-repeat left top;
}
.table_c_th {
    border: #FFFFFF 1px solid;
    text-align: left;
    font-weight: normal;
    color: #444444;
    background-color: #EF7452;
    padding: 3px 3px 3px 10px;
}
.table_c_th2 {
    text-align: left;
    border: #FFFFFF 1px solid;
    font-weight: normal;
    color: #444444;
    background-color: #EF7452;
}
.table_c_td {
    text-align: left;
    border: #FFFFFF 1px solid;
    font-weight:normal;
    color: #444444;
    background-color: #f7f7f7;
}

/** その他 **/
.table_d caption, .sortable caption, .table_e caption, .table_f caption {
 background: url(../assets/images/template/tablecaption.gif) repeat-x no-repeat left top;
 padding-left:15px;
}
.sortable tbody tr td a span img{border: none;}

/********** --パーツ挿入 **********/
/***** ---ベースA *****/
.listbox_a {
    padding: 0px ;
    margin: 0px;
}

/**********変更前
.listbox_a {
    padding: 0px ;
    border-top: #999999 3px solid;
    border-bottom: #999999 3px solid;
    border-left: #999999 1px solid;
    border-right: #999999 1px solid;
}
**********/

.listset_a1_ul {
    background: #ffffff;
    margin: 0px;
    padding: 0px 30px;
}
/**********変更前
.listset_a1_ul {
    background: #ffffff;
    margin: 0px;
    padding: 3px 30px;
}
**********/


.listset_a1_li {
    margin: 0px;
    padding: 0px;
    color:#666666;
    list-style-image: url(../assets/images/template/listicon_a1.gif);
    line-height:165%;
}

.listset_a2_ul {
    margin: 0px;
    padding: 3px 30px;
}
.listset_a2_li {
    margin: 0px;
    padding: 0px;
    color:#666666;
    list-style-image: url(../assets/images/template/listicon_a2.gif);
    line-height:120%;
}

/***** ---ベースB *****/
.listbox_b {
    padding: 0px ;
    border-top: #999999 3px solid;
    border-bottom: #999999 3px solid;
    border-left: #999999 1px solid;
    border-right: #999999 1px solid;
    margin-bottom: 0px;
}

.listset_b1_ul {
    background: #ffffff;
    margin: 0px;
    padding: 3px 30px;
}
.listset_b1_li {
    margin: 0px;
    padding: 0px;
    color:#666666;
    list-style-image: url(../assets/images/template/listicon_b1.gif);
    line-height:165%;
}

.listset_b2_ul {
    margin: 0px;
    padding: 3px 30px;
}
.listset_b2_li {
    margin: 0px;
    padding: 0px;
    color:#666666;
    list-style-image: url(../assets/images/template/listicon_b2.gif);
    line-height:120%;
}
.listset_b1_li a:link { color: #E9471B;}
.listset_b1_li a:visited { color: #E9471B;}
.listset_b1_li a:hover { color: #E9471B; text-decoration:underline;}

.listset_b2_li a:link { color: #E9471B;}
.listset_b2_li a:visited { color: #E9471B;}
.listset_b2_li a:hover { color: #E9471B; text-decoration:underline;}

/***** ---トピックリスト *****/
/** パターン5 **/
.pagetitle_a {
 padding:3px 0px;
 margin-left:10px;}

.date{
    font-weight:normal;
}

/** パターン6 **/
.pagetitle_b {
 background:url(../assets/images/template/listicon_b1.gif) no-repeat left top;
 padding:3px 0 3px 18px;
 margin-left:10px;}


/*トピックリストのマージン調整*/
.linklist{
    margin:0px;
}

.linklist td,.linklist th{
    margin:0px;
    padding:0px !important;
}



/***** ---サイトマップ *****/
/** パターン3・4 **/
.titletext_level1{
 background:url(../assets/images/template/twin_listicon.gif) no-repeat left top;
 padding-left:15px;}
.titletext_level2{
 background:url(../assets/images/template/twin_listicon.gif) no-repeat left top;
 padding-left:15px;}



/***** ---フレームA *****/
.frame_a_outer {
    padding: 0px ;
    border-top: #999999 3px solid;
    border-bottom: #999999 3px solid;
    border-left: #999999 1px solid;
    border-right: #999999 1px solid;
}
.frame_a_inner {
    background: #ffffff;
    margin:0px;
    padding:2px;
}


/***** ---フレームB *****/
.frame_b_outer {
    padding: 0px;
    border: #999999 2px solid;
}
.frame_b_inner {
    background: #ffffff;
    margin:0px;
    padding:2px;
}

/***** ---周りこみ解除 *****/

.clear{
    clear:both;
}

.clear-fix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;

    font-size:0;
}

.clear-fix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear-fix {height: 1%;}
.clear-fix {display: block;}
/* End hide from IE-mac */


/***** ---Google *****/

.google{
    height:20px;
    text-align:center;
}



/*********************************************/
/********** -各ページスタイル ****************/
/*********************************************/

/********** --トップページ**********/

.main{
    width:576px;
    margin:0px 10px 0px 0px;
    float:left;
}


.rightarea{
    width:200px;
    margin:0px;
    float:right;
}

/***** ---クローズアップ *****/

#closeup{
    margin:0px;
    padding-bottom:5px;
    border-bottom:1px solid #ccc;
}

.cuimg-title{
    margin-left: 5px;
    margin-right: 10px;
    } 


/***** ---最新携帯ニュース *****/

.thumbtd { padding-right:0px; padding-bottom:7px; line-height:130%;}

/***** ---開発情報 *****/
#kaihatu{
    margin:0px;
    padding:0px;
}
#kaihatu-docomo{
    margin:0px 6px 0px 0px;
    padding:0px;
    width:390px;
    float:left;
}

#kaihatu-au{
    margin:0px;
    padding:0px;
    width:390px;
    float:right;
}
    
    


/***** ---新着ニュース *****/

/*一覧をみる、手動*/
.manual-list{
    text-align:right;
    font-size:85%;
    margin-bottom:5px;
}


/***** ---トピックス *****/

.topixarea{
    border-bottom:1px solid #A39FA0;
    padding-bottom:2px;
}
table.topix {
    width: 576px;
    border-collapse: collapse;
    background-color:#fff;
}


table.topix th{
    width:30px;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px dotted #A39FA0;
}
table.topix td {
    padding: 5px 0px 5px 10px;
    border-bottom: 1px dotted #A39FA0;}

.new{
    margin-top:3px;
}


/***** ---新商品エリア *****/
#new-products{
    border:1px solid #cacaca;
    background-color:#f1f1f1;
    margin:10px 0px 0px 0px;
    padding: 4px;
    width:562px;
/*  _width: 570px;*/
    height: 202px;
    }

#newpro-docomo, #newpro-au{
    width: 279px;
    height: 201px;
    text-align: center;
    float: left;
    }
#newpro-docomo{
    background: url(../assets/images/common/newpro_docomo.jpg) left top no-repeat;
    margin-right: 4px;
    }
#newpro-au{
    background: url(../assets/images/common/newpro_au.jpg) left top no-repeat;
    }

#new-products div h2, #new-products div h3{
    display: none;
    }

ul.newpro{
    margin: 0;
    padding: 0;
    padding-top: 53px;
    display: block;
    width: 250px;
    height: 123px;
/*  _height: 177px;*/
    text-align: left;
    }
ul.newpro li{
    display: inline;
    list-style-type: none;
    background: url(../assets/images/common/new_yajirusiau.gif) 8px 3px no-repeat;
    padding-left: 20px;
    }
ul#newpro7 li, ul#newpro9 li{
    background-image: url(../assets/images/common/new_yajirusi.gif);
    }

ul#newpro7{
    height: 44px;
    }
ul#newpro9{
    padding-top: 20px;
/*  _padding-top: 33px;*/
    height: 60px;
/*  _height: 90px;*/
    }

a.white, a.white:hover, a.white:visited{
    color: #ffffff;
    }

    
#newpro-table{  
    margin:5px;
    padding:0px;
    width:564px;
    }

#newpro-table th,#newpro-table td{
    width:279px;
    padding:0px;
}

#newpro-table h2,#newpro-table h3{
    margin:0px;
    padding:0px;
    background:none;
    border:none;
}

.empty{
    width:6px !important;
    }
.dm1{
    background-image:url(../assets/images/common/dm_bg1.gif);
    background-repeat:no-repeat;
    height:50px;
    }
.dm2{
    background-image:url(../assets/images/common/dm_bg2.gif);
    background-repeat:no-repeat;
    height:55px;
    }


.dm1 p,.dm2 p{
    padding:5px 10px;
}

.am{
    background-image:url(../assets/images/common/am_bg1.gif);
    background-repeat:no-repeat;
    height:121px;
    }

.dm1 p,.dm2 p,.am p{
    padding:5px 10px;
}


.db{
    background-image:url(../assets/images/common/db_bg.gif);
    background-repeat:no-repeat;
    height:31px;
    }

.db p{
    color:#fff;
    text-align:center;
    }
    
.ab{    
    background-image:url(../assets/images/common/ab_bg1.gif);
    background-repeat:no-repeat;
    height:31px;
    }
    
.ab p{
    color:#00219A;
    text-align:center;
    }

/***** ---What'sNEW *****/

#whatnew{
    clear:both;
}


/***** ---PRエリア *****/


.pr{
    margin:0px;
}

/***** ---ランキング *****/

.rankingarea{
    width:194px;
    border:1px solid #cacaca;
    background-color:#f1f1f1;
    margin-top:5px;
    padding:2px;
}
.rankingtitle{
    margin:0px;
    border:none;
    background:none;
    padding:0px;
}


.rankingbg{
    width:194px;
    margin-top:2px;
    background-color:#fff;
}

.ranktable{
    width:184px;
    margin:0px 5px; 
    border-collapse: collapse;
    }
    
.ranktable_seihin{
    width:170px;
    margin:0px 0px; 
    border-collapse: collapse;
    }

.ranktable th{
    width:25px;
    text-align:left;
}

.ranktable th,
.ranktable td {
    padding: 5px 0px 5px 0px;
    border-bottom: 1px dashed #67CFF7;
}

.ranktableau{
    width:184px;
    margin:0px 5px; 
    border-collapse: collapse;
    }
.ranktableau_seihin{
    width:184px;
    margin:0px 5px 10px 5px;
    border-collapse: collapse;
    }

.ranktableau th{
    width:25px;
    text-align:left;
}

.ranktableau th,
.ranktableau td {
    padding: 5px 0px 5px 0px;
    border-bottom: 1px dashed #FFAB73;
}
.noborder{
    border:none !important;
}

.rankingbg p{
    width:184px;
    margin:5px 0 0 5px;
    text-align:right;   }

/***** ---右側リンクリスト*****/
.rightarea .linklist{
    margin-top:5px;
}

/***** ---QRコード*****/
.qrcodearea{
    background-image:url(../assets/images/common/qr_bg.jpg);
    background-repeat:no-repeat;
    height:117px;
    margin-top:5px;
    }
.rightarea .qrcodearea p{
    margin:0px;
    padding:0px;
    font-size:0;
}
.qrcodearea .qrimg{
    float:left;
    width:90px;
    padding-top:25px;
    padding-left:8px;

}
.qrcodearea .big{
    font-size:10px;
    color:#6d6d6d;
    padding: 96px 0px 0px 115px;
}
.big a:link {  color: #6d6d6d; text-decoration: none;}
.big a:visited {   color: #6d6d6d; text-decoration: none;}
.big a:active {    color: #6d6d6d; text-decoration: none;}
.big a:hover { color: #6d6d6d; text-decoration:underline;}
/*
.qrcodearea{
    margin-top:5px;
    }
.rightarea .qrcodearea p{
    margin:0px;
    padding:0px;
    font-size:0;
}
.qrcodearea p.big{
    background-image:url(../assets/images/common/qr3.gif);
    background-repeat:no-repeat;
    height:22px;
    font-size:10px;
    color:#6d6d6d;
    padding:0px 0px 9px 90px;
}
p.big a:link {  color: #6d6d6d; text-decoration: none;}
p.big a:visited {   color: #6d6d6d; text-decoration: none;}
p.big a:active {    color: #6d6d6d; text-decoration: none;}
p.big a:hover { color: #6d6d6d; text-decoration:underline;}
    
*/


/*********************************************/
/********** -スキンデザイン*******************/
/*********************************************/

/***** ---yajirusi画像*****/

.yajirusi{
    margin:3px 3px 0px 0px;
}
    
/********** --隠しテキスト **********/
.rmv
 {
    display:block;
    position:absolute;
    top:-9999px;
    left:-9999px;
 }  
/********** --ヘッダー **********/
#header{
 width:786px;
 background: url(../assets/images/common/bg_hedder.gif);
 background-repeat: no-repeat;
 background-position: top center;
 text-align:left;
}

/***** ---ロゴ *****/

.logo{
    background:none;
    height:65px;    
    float: left;
    margin:0px;
    border:none;
    
}
.logo a:hover{ 
    border-style:none;
    }
.logo img{
border:none;
}


/***** ---ヘッダーコピー *****/
#hedcopy{
    background: url(../assets/images/common/bg_hedder_copy.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    height:20px;
}
#hedcopy p{
    text-align:left;
    font-size:10px;
    color:#ffffff;
    padding-left:10px;}


/***** ---ヘッダーメニュー *****/
 .hedmenu {
    height: 20px;
    margin-right: 5px;
    text-align: right;
    font-size: 10px;
    list-style-image:url(../assets/images/common/sitemap_icon.gif);

}

.hedmenutext {
/*
    background-image: url(./common/sitemap_icon.gif);
    background-position: 10px 35%;
    background-repeat: no-repeat;

*/


}

/***** ---サイト内検索 *****/

/* サイト内検索 */
#search,#cse-search-box {
    height: 35px;
    margin-right: 5px;
    padding-top: 5px;
    text-align: right;
}

/* サイト内検索フォーム */
#search p span,#cse-search-box p span {
    font-size: 90%;
    color: #333333;
}

/* サイト内検索フォーム キーワード入力欄 */
#keyword {
    background-color: #FFF;
    color: #999;
}

/* サイト内検索フォーム 検索ボタン */
#search_button {
}

/********** --メインナビゲーション **********/
/***** ---メインメニュー *****/
#mainmenubox{
 width:792px; 
 text-align: left;
 background: #5988CE;
 padding: 1px;
 margin-left: -2px;
 margin-bottom:5px;
}

.text_text{
 font-size:12px; 
 line-height:120%;
 letter-spacing:-0.3px;
 text-align: center;
 width: 82px; 
 /*width: 93px;*/
 padding: 8px 1px 5px 3px;
 margin: 0 auto;
}

/** メインメニュー通常時 **/
.mainmenu{
 font-size:12px; 
 text-align:center;
/* /*text-valign:middle;*/
 border-top: 1px solid #9DC2FB;
 border-bottom: 1px solid #6594DA;
 border-left: 1px solid #9DC2FB;
 border-right: 1px solid #5E8FD8;
 background: url("../assets/images/common/bg_mainmenu.gif");
 cursor: pointer;
}
.mainmenu a:link{
 text-align:center;
 text-decoration:none;
color:#fff;

}
.mainmenu a:visited{
    text-align:center;
    text-decoration:none;
    color:#fff;

}
.mainmenu a:hover{
    text-align:center;
    text-decoration:underline;
}

/** メインメニュー設定なし **/
.mainmenu_off{
 font-size:12px; 
 text-align:center;
 /*text-valign:middle;*/
 border-top: 1px solid #9DC2FB;
 border-bottom: 1px solid #6594DA;
 border-left: 1px solid #9DC2FB;
 border-right: 1px solid #5E8FD8;
 background: url("../assets/images/common/bg_mainmenu.gif");
 cursor: pointer;
}

/** メインメニュー選択時 **/
.mainmenu_on{
 font-size:12px; 
 text-align:center;
 /*text-valign:middle;*/
 border-top: 1px solid #9DC2FB;
 border-left: 1px solid #9DC2FB;
 border-right: 1px solid #5E8FD8;
 background: #FFFFFF url("../assets/images/common/bg_mainmenu_on.gif");
 cursor: pointer;
}
.mainmenu_on a:link{
 color: #333333;
 text-align:center;
 text-decoration:none;
}
.mainmenu_on a:visited{
 color: #333333;
 text-decoration:none;
}

/** メインメニューマウスオーバー時 **/
.mainmenu_hover{
  font-size:12px; 
 text-align:center;
 /*text-valign:middle;*/
 border-top: 1px solid #9DC2FB;
 border-left: 1px solid #9DC2FB;
 border-right: 1px solid #5E8FD8;
 background: #FFFFFF url("../assets/images/common/bg_mainmenu_on.gif");
}
.mainmenu_hover a:link{
 text-align:center;
}
.mainmenu_hover a:hover{
text-decoration:underline;
}

/***** ---メインメニューガイド *****/
#mainmenu_guide{
 width:786px;
 background: #ffffff ;
 border-top: 1px solid #999999;
 border-bottom: 0px solid #999999;
 border-left: 0px solid #999999;
 border-right: 0px solid #999999;
}

.mainmenu_guide_text{
 padding:10px 10px 10px 10px;
 font-size:14px;
 line-height:130%;
 font-weight:bold;
 color:#333333; 
 text-align:left;
}






/***** ---ぱんくず *****/
#crumb {
 width:786px;
 color:#666666; text-align:left;
 background: #E3E3E3;
 border-top: 1px solid #999999;
 border-bottom: 1px solid #999999;
 margin-bottom:10px;
}

.crumb_text {
 font-size:10px;
 line-height:120%;
 /*text-valign:middle;*/
 padding:2px 10px 2px 10px ;
}
.crumb_text a:link {
    text-decoration:none;
}
.crumb_text a:visited {
    text-decoration:none;
}
.crumb_text a:hover {
    text-decoration:underline;
}


/********** --ボディコンテンツ枠 **********/
.main_td{
 background: #FFFFFF;
 padding:0px;
}

/********** --サイド **********/

/***** ---サイドメニュー *****/
.sidemenu {
 margin:0px 10px 2px 10px;
}

.sidemenu_header {
 margin:5px 10px 5px 10px;
}
.sidemenu_footer {
 margin:5px 10px 5px 10px;
}
.sidemenu_td{
}
.sidemenu_table {
 cursor: pointer;
 width:150px;
}
.sidemenu_table_on {
 cursor: pointer;
 width:150px;
}
.sidemenu_table_hover {
 cursor: pointer;
 width:150px;
}

/** サイドメニューtop **/
.sidemenu_top{
 height:10px;
 background: url(../assets/images/template/smenu_bg_head.gif) no-repeat top left;
}
.sidemenu_on_top{
 height:10px;
 background: url(../assets/images/template/smenu2_bg_head.gif) no-repeat top left;
}
.sidemenu_hover_top{
 height:10px;
 background: url(../assets/images/template/smenu3_bg_head.gif) no-repeat top left;
}

/** サイドメニューbottom **/
.sidemenu_btm{
 height:10px;
 background: url(../assets/images/template/smenu_bg_foot.gif) no-repeat bottom left;
}
.sidemenu_on_btm{
 height:10px;
 background: url(../assets/images/template/smenu2_bg_foot.gif) no-repeat bottom left;
}
.sidemenu_hover_btm{
 height:10px;
 background: url(../assets/images/template/smenu3_bg_foot.gif) no-repeat bottom left;
}

/** サイドメニューmiddle **/
.sidemenu_mdl{
 padding:0px 20px 0px 30px;
 font-size:12px;
 line-height:1.3em;
 font-weight:normal;
 color:#205DE8; text-align:center;
 background: url(../assets/images/template/smenu_bg_body.gif) no-repeat left;
}
.sidemenu_mdl a:link{
 color:#205DE8; 
 text-decoration:none;
}
.sidemenu_mdl a:visited{
 color:#205DE8;
 text-decoration:none;
}

.sidemenu_on_mdl{
 padding:0px 20px 0px 30px;
 font-size:12px;
 line-height:1.3em;
 font-weight:normal;
 color:#333333; text-align:center;
 background: url(../assets/images/template/smenu2_bg_body.gif) no-repeat left;
}
.sidemenu_on_mdl a:link{
 color:#333333; 
 text-decoration:none;
}
.sidemenu_on_mdl a:visited{
 color:#333333; 
 text-decoration:none;
}

.sidemenu_hover_mdl{
 padding:0px 20px 0px 30px;
 font-size:12px;
 line-height:1.3em;
 font-weight:normal;
 color:#FFFFFF; text-align:center;
 background: url(../assets/images/template/smenu3_bg_body.gif) no-repeat left;
}
.sidemenu_hover_mdl a:link{
 color:#FFFFFF; 
 text-decoration:none;
}
.sidemenu_hover_mdl a:visited{
 color:#FFFFFF; 
 text-decoration:none;
}


/***** ---トラックバック募集 *****/
div.tb{ 
    margin:20px 0px;
    padding:0px;
    }

div.tb h2{
    margin:0px;
    padding:0px;
    border:none;
    background:none;
}
div.tb h2 img{
/*  vertical-align:bottom;*/
}
div.tb p{
    margin:0px;
    padding:0px 8px;
    background-image:url(../assets/images/common/tb_bg.gif);
}

/***** ---サイドバー *****/
.child_side { width:135px; margin-top:10px; margin-bottom:10px;}

.child_side ol { margin:0px; padding:0px; list-style:none outside; }
.child_side li { margin:0px 2px 0px 2px; padding:3px 0px 0px 13px;
  background:url(../assets/images/template/listicon_a2.gif) no-repeat top left; }

.child_side_header { 
  width:135px; padding:0 0 2px 0;
  background:url(../assets/images/template/side_bg.gif) no-repeat top center; }

.child_side_title {
  text-align:center;
  font-weight:bold;
  font-size:10px;
  color:#333333;
  padding:3px 0;
  overflow:hidden;
/*  word-break:break-all;*/
  letter-spacing:1px;
  border-bottom:1px solid #bbbbbb;
 }
  
.child_side_box {
    width:135px;
    margin:0;
    padding:0;
    overflow:hidden;
/*  word-break:break-all;*/
}

.child_side_text { margin:0; padding:0; font-weight:normal; font-size:10px;
 color:#333333; line-height:1.2; text-align:left; }
.child_side_text a:link { color:#333333; text-decoration:none; }
.child_side_text a:visited { color:#333333; text-decoration:none; }
.child_side_text a:hover { color:#205DE8; text-decoration:none; }


/********** --フッター **********/

/*  新フッター
------------------------*/  


#new-footer{
    font-family:Arial,Helvetica,sans-serif;
    border-top:1px solid #666666;
    background-color:#7c8185;
    padding:7px 0px;
    width:786px;
    font-size:12px;
    letter-spacing: 0;
    min-height:185px;

}

#new-footer h3{
/*    clear:both;*/
    background:none;
    border-bottom:none;
    padding:0;
    margin:0;
    line-height: 1.5em;
    font-size: 12px;
    letter-spacing: 0;
}

#new-footer ul{
list-style-image:none;
}

#new-footer .footerlogo-area{
    background-image:url(../life/img/newfooter_bg.gif);
    background-repeat:repeat-y;
    width:140px;
    float:left;
    padding:8px 0px 8px 7px;
    min-height:175px;
    height: auto !important;
}

#new-footer .contents-link{
    width:100px;
    padding:8px 0px;
    float:left;
    }

#new-footer .contents-link h3{
    font-weight:bold;
    color:#ffffff;
    font-size:12px;
    }
#new-footer .contents-link h3 a:link,#new-footer .contents-link h3 a:visited{
    color:#ffffff;
    text-decoration:none;
    }
    
#new-footer .contents-link h3 a:hover{
    color:#03d8ff;
    text-decoration:underline;
    }

#new-footer .contents-link ul.contents-list{
    list-style-type:none;
    margin:0px 0px 8px;
    padding:0px;
    }
#new-footer .contents-link ul.contents-list li{
    color:#ffffff;
    }   
    
#new-footer .contents-link ul.contents-list li a:link,#new-footer .contents-link ul.contents-list li a:visited{
    color:#d8e2f1;
    text-decoration:none;
    }
    
#new-footer .contents-link ul.contents-list li a:hover{
    color:#a0e5ff;
    text-decoration:underline;

}   

#new-footer .qr-banner-area{
    float:right;
    width:202px;
    margin-right:7px;
    padding:8px 0px;
    }

#new-footer .qr-banner-area img.banner-top{
    margin-bottom:5px;
    }


#footer{
    width:786px;
    height:30px;
    background:#ffffff;
    background-image:url(../life/img/footer_bg.gif);
    background-position:top;
    background-repeat:repeat-x;
    padding-top:5px;
    clear:both;
    }


#footer ul{
    float: left;
    width:480px;
    _width:500px;
    margin: 6px 0px 5px 0px;
    list-style-type: none;
    list-style-image: none;
    padding:0px;
    font-size:10px;
    _font-size:9px;
    }

#footer ul li {
    float: left;
    margin:0px;
}
#footer ul li a{
    color:#ffffff;
    }
    
#footer ul li.t_left a{
    padding-right: 3px;
    border-right: 1px solid #ffffff;    
}

#footer ul li.t_middle a{
    padding-right: 3px;
    padding-left:3px;
    border-right: 1px solid #ffffff;    
    }

#footer ul li.t_right a{
    padding-left:3px;
    }

#footer ul li img{
    margin-right:2px;
    }
#footer ul li.t_left a:link,#footer ul li.t_left a:visited, #footer ul li.t_middle a:link,#footer ul li.t_middle a:visited, #footer ul li.t_right a:link,#footer ul li.t_right a:visited{
    color:#666666;
    text-decoration:none;
    }
#footer ul li.t_left a:hover,#footer ul li.t_middle a:hover,#footer ul li.t_right a:hover{
    color:#666666;
    text-decoration:underline;
    }
#footer p.copyright{
    float: right;
    margin: 6px 10px 5px 0px;
    _margin:6px 5px 5px 0px;
    text-align: right;
    color: #666666;
    font-size:10px;
    _font-size:9px;
    } 

/********** --ポップアップ **********/
.popup_range {
 width:600px;
 border: 1px solid #999999;
 margin-top:10px;
 background-color:#ffffff;
}
 
.popup_header {
 height:30px;
 color: #205DE8;
 background-image:url(../assets/images/template/header.gif);
 background-repeat:no-repeat;
 background-position:top center;
 font-size:12px; font-weight:bold;
/* letter-space:1px; */
 padding:9px 10px 8px 10px;
 border-bottom: 2px solid #999999;
}
 
.popup_main {
 padding:10px 10px 20px 10px;}

.popup_footer {
 background-image:url(../assets/images/template/footer.gif);
 background-repeat:repeat-y;
 background-position:top center;
 font-size:11px;
 /* letter-space:1px;*/
 color:#333333;
 padding:8px 0px 3px 0px;}

.popup_footer .footer_text a:link{
 color: #666666;
 text-decoration:none;
}
.popup_footer .footer_text a:visited{
 color: #666666;
 text-decoration:none;
}
.popup_footer .footer_text a:hover{
 color: #999999;
 text-decoration:none;
}

/**************N705i体験用******************/
.nseries27 p{
  font-size: 15px;
  padding-bottom: 0.5em;
}
.nseries27 .alignLeft{
  clear: both;
  float: left;
  padding-right: 5px;
  width: 295px;
  color: #666;
  padding-bottom: 2px;
}
.nseries27 .alignRight{
  float: right;
  padding-bottom: 5px;
  color: #666;
/*  max-width: 295px;*/
  padding-bottom: 2px;
}
.nseries27 .alignCenter{
  text-align: center;
}
.nseries27 address{
  color: #666;
  font-family: Helvetica, Arial, gothic, sans-serif;
}
.nseries27 em{
  font-weight: bold;
  font-style: normal;
}
.nseries27 hr{
  display: block;
  clear: both;
  color: #fff;
  background-color: #fff;
  border: 5px solid #fff;
}

.nseries28{
  line-height: 160%;
}

.nseries28 span{
  color: red;
}
.nseries28 em{
  color: #000080;
}

/**************ソフトバンク用******************/
ul.seqLI li{
  display: inline;
  height: 2em;
  padding: 2px 2px 2px 1.2em;
  background: url(../assets/images/template/listicon.gif) no-repeat 4px 3px;
/*  overflow: none;*/
}
ul#sftbnk-top li{
  list-style: none;
}

/************** Disney mobile用******************/
#disney *{
  font-family: "Century Gothic";
}
#disney h1{
  font-weight: normal;
}

/************* willcom用 *****************/
ul#willtop_1 li, ul#willtop_2 li{
  list-style: none;
}

/************* マーケティング事務局用 *****************/
p.dropcap:first-letter {
   font-size: 220%;
   float: left;
   line-height: 1;
   background-color: #009900;
   color: white;
   padding: 3px;
   margin-right: 3px;
}


/*********************************************/
/********** -イーモバイルキャンペーン ************************/
/*********************************************/


div#em-campain{
    background-color:#db0010;
    padding-bottom:50px;
    width:786px;
}


#em-campain h1{
    background-image:url(../assets/images/products/em/h1_emcampain2.gif);
    background-repeat:no-repeat;
    width:786px;
    height:242px;
    margin:0px;
    padding:0px;
    }

#em-campain p.copy1{
    background-image:url(../assets/images/products/em/em_copy1_2.gif);
    width:786px;
    height:157px;
    margin:0px;
    padding:0px;
    }

#comparing{
    background-image:url(../assets/images/products/em/comparing_plan2.gif);
    width:786px;
    height:352px;
    margin:0px;
    padding:0px;
    }
.catalog{
    background-image:url(../assets/images/products/em/buttom_bg.gif);
    background-repeat:no-repeat;
    width:786px;
    height:68px;
    clear:both;
    margin:0px;
    padding:0px;
    }

.catalog p.button{
    text-align:right;
    margin:0px;
    padding:0px;    }

#promotion{
    background-image:url(../assets/images/products/em/3_promotion2.gif);
    background-repeat:no-repeat;
    height:245px;
    width:786px;
    margin:0px;
    padding:0px;
}

ul.sample{
    clear:left;
    width:100%;
    margin-top:0px;
    font-size:12px;
    padding-left:0;
    margin-left:0;
}

ul.sample li{
    list-style:none;
    padding:0px 0px;
    width:117px;
    float:left;
    text-align: center;
    border-left: #999999 1px dotted;
    border-right: #999999 1px dotted;
}


/*********************************************/
/*********************************************/
.logo h1{
background-image:none;
_margin-bottom:0px;
_padding-bottom:0px;
}
/*********************************************/

.close-taiken{
line-height:160%;
}


.close-taiken p{
font-size:15px;
padding-bottom:0.5em;
}

/* テーブル
----------------------------------------------- */

.n-table{
    background-color: #94afb8;
    padding: 1px;
    width:595px;
    }

.n-table table{
    width:100%;
    }
    
.n-table table th{
    padding: 8px;
}
.n-table table th.products {
    background-color: #d2dde1;
    background-image: url(../assets/images/nseries/sb_th.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    text-align: left;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #e8eef0;
}

.n-table table th.spec{
    background-color:#f9f9f9;
    text-align:left;
    }
    
.n-table table td{
    background-color:#FFFFFF;
    padding: 8px;
    text-align: left;
}
.n-table table th.special{
    background-image: url(../assets/images/nseries/sb_th.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    text-align: left;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #ffffff;
}
.n-table table th.special,.n-table table td.special{
    background-color:#eaf1e2;
    padding: 8px;
    text-align: left;
}

/* クローズアップトップページ
----------------------------------------------- */

#banner-area .clear-fix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size:0;
}   

#close-keyvisual {
    margin-bottom: 15px;
}
#close-keyvisual img {
    vertical-align: bottom;
}

#banner-area {
    padding: 10px 10px 0px;
    width: 574px;
    border: 1px solid #6ba0ef;
    margin-bottom: 20px;
}
#banner-area .article-list {
    margin-bottom: 15px;
    padding: 0px 0px 15px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999999;
}

#banner-area .article-list-b {
    margin-bottom: 10px;
}

#banner-area img {
    float: left;
    margin-right: 10px;
}
/*---クローズアップ補足---*/
div#closeup-hosoku{

border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
margin-bottom:20px;
padding:10px 0px;
}

div#closeup-hosoku p{
    font-size:80%;
    margin-bottom:0px;
    padding-bottom:0px;
    line-height:130%
}

/*---特長の注釈---*/
.annotation {font-size: 85%;}

