@charset "utf-8";

/*開発用*/
.line {
    /*border: 1px solid #ff0000 !important;*/
}

/*********************************** font ***********************************/
/*https://google-webfonts-helper.herokuapp.com/fonts/open-sans?subsets=latin*/
/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/CSS/fonts/open-sans-v18-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''), url('/CSS/fonts/open-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('/CSS/fonts/open-sans-v18-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('/CSS/fonts/open-sans-v18-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('/CSS/fonts/open-sans-v18-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('/CSS/fonts/open-sans-v18-latin-regular.svg#OpenSans') format('svg');
    /* Legacy iOS */
    font-display: swap;
}

/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    /*font-weight: 600;*/
    /*※hack 700=boldとして使う*/
    font-weight: 700;
    src: url('/CSS/fonts/open-sans-v18-latin-600.eot');
    /* IE9 Compat Modes */
    src: local(''), url('/CSS/fonts/open-sans-v18-latin-600.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('/CSS/fonts/open-sans-v18-latin-600.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('/CSS/fonts/open-sans-v18-latin-600.woff') format('woff'),
        /* Modern Browsers */
        url('/CSS/fonts/open-sans-v18-latin-600.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('/CSS/fonts/open-sans-v18-latin-600.svg#OpenSans') format('svg');
    /* Legacy iOS */
    font-display: swap;
}

body {
    /*opensans=数値用, win=meiryo, mac=hiragino*/
    /*font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Arial, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", osaka, sans-serif;*/

    /*黒丸●が英語フォントで小さくなるのでHelvetica,Arialを後ろに*/
    font-family: "Open Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/*********************************** 画像 ***********************************/
span.img {
    display: inline;
    background-image: url("../img/common_v20210901.sprite.png");
    background-repeat: no-repeat;
}

/*globalmenu用*/
span.img_book {
    background-position: 0 -805px;
    padding: 5px 9px;
}

a:hover span.img_book,
li.current span.img_book {
    background-position: -40px -805px;
}

span.img_eye {
    background-position: -80px -805px;
    padding: 5px 11px;
}

a:hover span.img_eye,
li.current span.img_eye {
    background-position: -120px -805px;
}

span.img_pie,
#usermenu a:hover span.img_pie {
    background-position: -160px -805px;
    padding: 5px 11px;
}

a:hover span.img_pie,
li.current span.img_pie {
    background-position: -200px -805px;
}

span.img_wish,
#usermenu a:hover span.img_wish {
    background-position: 0 -845px;
    padding: 3px 11px;
}

a:hover span.img_wish,
li.current span.img_wish {
    background-position: -40px -845px;
}

span.img_user,
span.img_user_blue {
    background-position: -240px -805px;
    padding: 8px 11px;
}

span.img_user_blue {
    background-position: -280px -805px;
}

span.img_userss {
    background-position: -79px -845px;
    padding: 6px 11px;
}

#myaa span.img_userss {
    background-position: -120px -845px;
}

span.img_userbg {
    background-position: 0 -950px;
    padding: 12px 20px;
    float: left;
}

span.img_arrowd {
    background-position: 0 -883px;
    padding: 0px 5px;
}

span.img_new {
    background-position: 0 -915px;
    margin-left: 2px;
    padding: 1px 12px;
}

span.img_mag {
    background-position: 0 -630px;
    padding: 3px 14px;
}

span.img_src {
    background-position: 0 -699px;
    padding: 1px 10px;
}

span.img_exlink {
    background-position: 0 -235px;
    padding: 0px 0 2px 13px;
    margin-left: 5px;
}

span.img_emailadd {
    background-position: 0 -138px;
    padding: 0 0 15px 195px;
}

span.img_emailadd_s {
    background-position: -210px -134px;
    padding: 3px 0 6px 125px;
}

span.img_delete {
    background-position: 0 -307px;
    padding: 3px 8px;
}

span.img_waka {
    background-position: 0 -540px;
    padding: 0px 10px;
}

span.img_waka_s {
    background-position: -30px -539px;
    padding: 2px 7px;
}

span.img_rank {
    background-position: 0 -565px;
    padding: 5px 13px 1px 12px;
}

span.img_bar {
    background-position: 0 -599px;
    padding: 3px 8px;
}

span.img_ribbon {
    background-position: 0 -98px;
    padding: 8px 11px;
}

span.img_bm_hatena,
span.img_bm_buzzurl,
span.img_bm_del,
span.img_bm_livedoor,
span.img_bm_nifty,
span.img_bm_google,
span.img_bm_yahoo {
    display: block;
    float: right;
    width: 18px;
    height: 18px;
    margin: 3px;
}

a:hover span.img_bm_hatena,
a:hover span.img_bm_buzzurl,
a:hover span.img_bm_del,
a:hover span.img_bm_livedoor,
a:hover span.img_bm_nifty,
a:hover span.img_bm_google,
a:hover span.img_bm_yahoo {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

span.img_bm_hatena {
    background-position: 0 -502px;
}

span.img_bm_buzzurl {
    background-position: -150px -502px;
}

span.img_bm_del {
    background-position: -48px -502px;
}

span.img_bm_livedoor {
    background-position: -75px -502px;
}

span.img_bm_nifty {
    background-position: -255px -502px;
}

span.img_bm_google {
    background-position: -100px -502px;
}

span.img_bm_yahoo {
    background-position: -23px -502px;
}

span.zoomin {
    padding: 6px 0 0px 25px;
    background-position: 0 -661px;
}

span.profileimg {
    display: block;
    text-align: center;
    float: right;
    width: 90px;
    height: 140px;
}

/*********************************** 全体 ***********************************/

body,
form,
h1,
h2,
h3,
h4,
h5,
h6,
p,
br,
ul,
li,
hr {
    margin: 0;
    padding: 0;
}

del {
    color: #777;
}

p {
    font-size: 95%;
    margin-top: 1em;
    margin-bottom: 1em;
}

p.topp {
    margin-top: 0.5em;
}

p.min {
    margin-top: 0.7em;
    margin-bottom: 0.7em;
}

p.biko {
    color: #666;
    margin-top: 5px;
    margin-left: 1em;
    padding-bottom: 10px;
}

p.caption {
    text-align: left;
    margin-bottom: 3px;
}

img {
    vertical-align: middle;
}

img.float_r {
    clear: both;
    float: right;
}

img.float_l {
    clear: both;
    float: left;
}

div.spc,
div.spc10,
div.spc15,
div.spc20,
div.spc30,
span.spc {
    display: block;
    clear: both;
    border: 0;
    margin: 0;
}

div.spc,
span.spc {
    padding: 5px 0;
}

div.spc10 {
    padding: 10px 0;
}

div.spc15 {
    padding: 15px 0;
}

div.spc20 {
    padding: 20px 0;
}

div.spc30 {
    padding: 30px 0;
}

div.clear {
    clear: both;
    margin: 0;
    padding: 0;
}

/*div align=center代替*/
.centerouter {
    text-align: center !important;
}

.centerinner {
    margin-left: auto !important;
    margin-right: auto !important;
}

hr {
    clear: both;
    margin: 0;
    padding: 0;
    border-width: 1px 0 0 0;
    height: 1px;
    border-style: dotted;
    border-color: #888;
}

input {
    vertical-align: middle;
    border: 1px solid #767676;
    border-radius: 0;
}

/*for ios,safari*/
input[type="submit"],
input[type="button"] {
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #767676;
    background: #EFEFEF;
    border-radius: 4px;
    color: #000;
}

input.formerr,
textarea.formerr {
    background: #FFDFDF;
}

input.formnone,
textarea.formnone {
    background: #fff;
    border: 0;
    font-size: 100%;
}

input.submita {
    background: #fff;
    border: 0;
    font-weight: bold;
    color: #0066cc;
    text-decoration: underline;
    cursor: pointer;
}

input.submita:hover {
    color: #35aeed;
    text-decoration: none;
}

input.ahover:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

form.rtnval input,
form.rtnval select {
    vertical-align: middle;
    border: 2px solid #34beed;
    margin: 0 3px;
    font-weight: bold;
    ime-mode: disabled;
    height: 35px;
}

form.rtnval input {
    padding: 0 5px;
    text-align: right;
}

form.rtnval input.rtnval_rt {
    border: 2px solid #ccc;
    color: #0066cc;
}

/******** body ********/
html {
    background: #e8f2ff;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    background: #fff;
    font-size: 100%;
    color: #4b4740;
    line-height: 140%;
    /*IE 英数字改行させる*/
    word-break: break-all;
}

table {
    color: #4b4740;
}

/******** リンク ********/
a {
    cursor: pointer;
    text-decoration: none;
}

a:link {
    color: #0066cc;
}

a:visited {
    color: #551a8b;
}

a:hover {
    color: #35aeed;
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

a img {
    border: 0;
    vertical-align: middle;
    border: 2px solid #fff;
}

a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    border: 2px solid #34beed;
}

a.none_a:link,
a.none_a:visited {
    color: #4b4740;
    text-decoration: none;
}

a.none_a:hover {
    color: #34beed;
    text-decoration: underline;
}

a.nounder {
    text-decoration: none !important;
}

/******** font ********/
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0.7em 0;
}

h1 {
    font-size: 130%;
    font-weight: bold;
}

h2 {
    font-size: 130%;
    font-weight: bold;
}

h3 {
    font-size: 120%;
    font-weight: bold;
}

h4 {
    font-size: 100%;
    font-weight: bold;
}

h5 {
    font-size: 95%;
    font-weight: bold;
}

h6 {
    font-size: 80%;
    font-weight: bold;
}

strong {
    font-weight: bold;
    font-style: normal;
}

em {
    color: #ff0000;
    font-style: normal;
    font-weight: bold;
    font-weight: normal;
}

.bold {
    font-weight: bold !important;
}

.normal {
    font-weight: normal !important;
}

.textline {
    text-decoration: line-through;
}

/******** size ********/
.s12 {
    font-size: 12px !important;
    line-height: 140% !important;
}

.s14 {
    font-size: 14px !important;
}

.s16 {
    font-size: 16px !important;
}

.s80 {
    font-size: 80% !important;
    line-height: 110% !important;
}

.s90 {
    /*font-size: 90% !important;*/
    font-size: 95% !important;
}

.s100 {
    font-size: 100% !important;
}

.s110 {
    font-size: 110% !important;
}

.s120 {
    font-size: 120% !important;
}

.s130 {
    font-size: 130% !important;
}

.s140 {
    font-size: 140% !important;
}

.s150 {
    font-size: 150% !important;
}

.s160 {
    font-size: 160% !important;
}

.s180 {
    font-size: 180% !important;
}

.s200 {
    font-size: 200% !important;
}

.s250 {
    font-size: 250% !important;
}

.s300 {
    font-size: 300% !important;
}

.h200 {
    line-height: 200% !important;
}

.w100 {
    width: 100% !important;
}

.w99 {
    width: 99% !important;
}

.w98 {
    width: 98% !important;
}

.w85 {
    width: 85% !important;
}

.w33 {
    width: 33% !important;
}

.w450 {
    width: 450px !important;
}

.w300 {
    width: 300px !important;
}

.w336 {
    width: 336px !important;
}

/******** color ********/
.blk {
    color: #4b4740;
}

.blue {
    color: #005893;
}

.yello {
    color: #FFCC00;
}

.wii {
    color: #34beed;
}

.wiiw {
    color: #35aeed;
    color: #0099FF;
}

.white {
    color: #fff;
}

.gray {
    color: #999;
}

.gray2 {
    color: #666;
}

.gray3 {
    color: #ccc;
}

.gray4 {
    color: #555;
}

.gray5 {
    color: #bbb;
}

.red {
    color: #ff0000;
}

.red_140 {
    color: #ff0000;
    font-size: 140%;
    font-weight: bold;
}

.plus {
    color: #3a932e;
    font-weight: bold;
}

.rtn_plus,
.rtn_plus2,
.rtn_minus,
.rtn_std,
.rtn_etc {
    white-space: nowrap;
    font-weight: bold;
    /*font-weight: 600;*/
}

.rtn_plus,
.rtn_plus2 {
    /*color: #3a932e;*/
    color: #009900;
}

.rtn_plus2 {
    /*color: #35a235;*/
    /*color: #00BB00;*/
    color: #00FF00;
}

.rtn_minus {
    color: #DD1100;
}

.rtn_std {
    color: #a244ff;
}

.bg_gray {
    background-color: #f8f8f8 !important;
}

.bg_blue {
    background-color: #e8f2ff !important;
}

.bg_hl {
    background-color: #FFFFE6 !important;
}

.bg_white {
    background-color: #fff !important;
}

.bg_help {
    background-color: #effafe !important;
}

.bg_wii {
    background-color: #34beed !important;
}

/******** align ********/
.align_c,
th.align_c,
td.align_c {
    text-align: center !important;
}

.align_r,
th.align_r,
td.align_r {
    text-align: right !important;
}

.align_l,
table.align_l,
th.align_l,
td.align_l {
    text-align: left !important;
}

.align_t,
th.align_t,
td.align_t {
    vertical-align: top !important;
}

.align_m {
    vertical-align: middle !important;
}

.nowrap,
.nowrap th,
.nowrap td,
th.nowrap,
td.nowrap {
    white-space: nowrap !important;
}

.wrap {
    white-space: normal !important;
}

.mgn_l_5 {
    margin-left: 5px !important;
}

.mgn_l_05em {
    margin-left: 0.5em !important;
}

.mgn_r_1em {
    margin-right: 1em !important;
}

.mgn_l_2em {
    margin-left: 2em !important;
}

.mgn_l_3em {
    margin-left: 3em !important;
}

/******** table ********/
table.base {
    font-size: 95%;
    border: 1px solid #bbb;
    border-collapse: collapse;
    /*Fox*/
    /*margin-left: 1px;*/
}

table.base th,
table.base td {
    padding: 4px;
    border: 1px solid #bbb;
    empty-cells: show;
}

table.base th {
    background-color: #eee;
    color: #4b4740;
}

table.base caption {
    text-align: left;
    margin-bottom: 3px;
}

table.noborder,
th.noborder,
tr.noborder,
td.noborder {
    border: 0 solid #fff !important;
}

table.noborder_l,
th.noborder_l,
tr.noborder_l,
td.noborder_l {
    border-left: 0 solid #fff !important;
}

table.noborder_r,
th.noborder_r,
tr.noborder_r,
td.noborder_r {
    border-right: 0 solid #fff !important;
}

tr.even {
    background-color: #f8f8f8;
}

/******** list ********/
ul,
li {
    list-style: none;
}

#home ul {
    margin-bottom: 10px;
}

.list li,
.list_no li {
    margin-left: 1.5em;
    list-style-type: disc;
    line-height: 160%;
}

.list_no li {
    list-style-type: decimal;
}

dt {
    font-weight: bold;
    font-size: 100%;
}

dd {
    margin: 8px 0 1em 1em;
    font-size: 95%;
}

.list_amazon li {
    display: block;
    margin: 5px 10px 5px 0;
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    float: left;
    width: 170px;
    text-align: center;
    overflow: hidden;
    line-height: 1.2em;
    height: 15.5em;
}

/******************************* レイアウト *******************************/

/* 共通 */
.colmask {
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 3em;
    padding: 0;
}

/******** 1 column ********/
.fullpage {
    background: #fff;
}

.fullpage .col1 {
    margin-left: 30px;
    margin-right: 20px;
}

/******** 2 column rightmenu (300px) ********/
.rightmenu_px300 {
    background: #fff;
}

.rightmenu_px300 .colleft {
    float: left;
    width: 200%;
    position: relative;
    right: 100%;
    /*margin-left: -360px;*/
    /*20+300+40*/
    margin-left: -376px;
    /*20+336+20*/
}

.rightmenu_px300 .col1wrap {
    float: left;
    width: 50%;
    position: relative;
    left: 50%;
}

.rightmenu_px300 .col1 {
    margin-right: 20px;
    /*margin-left: 400px;40 20+300+40*/
    margin-left: 406px;
    /*30 20+336+20*/
    overflow: hidden;
}

.rightmenu_px300 .col2 {
    float: right;
    position: relative;
    /*width: 300px;*/
    /*left: 320px;20+300*/
    width: 336px;
    left: 356px;
    /*20+336*/
    /*background: #009900;*/
    /*min-height: 280px;*/
}

/******** 2 column leftmenu (300px) ********/
/*loginメニュー画面*/

.leftmenu_300px {
    background: #fff;
}

.leftmenu_300px .colright {
    float: left;
    width: 200%;
    position: relative;
    left: 396px;
    /*l30+w336+30*/
}

.leftmenu_300px .col1wrap {
    float: right;
    width: 50%;
    position: relative;
    right: 396px;
    padding-bottom: 1em;
}

.leftmenu_300px .col1 {
    margin: 0 20px 0 396px;
    position: relative;
    right: 100%;
    overflow: hidden;
}

.leftmenu_300px .col2 {
    float: left;
    width: 336px;
    position: relative;
    right: 366px;
    /*min-height: 280px;*/
}

/******** ヘッダー ********/
/* fixed header */

#ADBOX_TXT_ALL {
    /****固定しない****/
    float: left;
}

#fixhead {
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    background: #e8f2ff;
    padding: 7px 0 5px 30px;
    border-bottom: 1px dotted #ccc;
    height: 25px;
    overflow: hidden;
    z-index: 999999 !important;
    /****固定する****/
    /*position: fixed;
     width: 100%;*/
    /****固定しない****/
    padding-right: 20px;
}

#fixhead_right {
    padding: 0;
    margin: 0;
    font-size: 95%;
    color: #aaa;
    white-space: nowrap;
    width: 180px;
    /****固定する****/
    /*position: fixed;
     top: 0;
     right: 20px;
     padding: 7px 0 5px 0;*/
    /****固定しない****/
    margin-left: auto;
}

#fixhead a img {
    border: 0;
}

#header {
    overflow: hidden;
    clear: both;
    /****固定する****/
    /*padding: 60px 5px 15px 30px;*/
    /****固定しない****/
    padding: 13px 5px 15px 30px;
}

#header table.head {
    width: 100%;
    overflow: hidden;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

#header .head_l {
    /*width: 200px;*/
    width: 23%;
    vertical-align: top;
    float: left;
}

#header a img {
    border: 0;
}

#header .head_l h2 {
    display: none;
}

#header .head_m {
    vertical-align: top;
    text-align: center;
    width: 52%;
    overflow: hidden;
    float: left;
    margin-top: 9px;
}

#header #keyword {
    clear: both;
    /*padding: 6px 10px 0px 15px;*/
    padding: 6px 0px 0px 0px;
    font-weight: bold;
}

#header .head_r {
    vertical-align: top;
    text-align: right;
    font-size: 95%;
    width: 23%;
    float: right;
    margin-top: 9px;
}

#header h1 {
    font-size: 90%;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

#header h1 span {
    color: #ff0000;
    font-weight: bold;
}

#keyword input,
div.fsearch_keyword input {
    font-size: 0.9em;
    vertical-align: middle;
    height: 30px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

div.fsearch_keyword {
    width: 100%;
    padding: 10px 0;
    font-weight: bold;
    overflow: hidden;
}

.input_kwd {
    font-size: 1em !important;
    vertical-align: middle;
    padding-left: 4px;
}

div.fsearch_keyword .input_kwd {
    width: 64% !important;
}

#header .input_kwd {
    width: 98% !important;
}

#headmenu {
    margin-top: 8px;
    color: #4b4740;
    white-space: nowrap;
    text-align: center;
    line-height: 25px;
    height: 55px;
}

/*keyword table*/
table.cnr_w,
table.cnr_i,
table.cnr_f {
    border-collapse: collapse;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    height: 40px;
}

table.cnr_w td.cnr1,
table.cnr_w td.cnr2,
table.cnr_i td.cnr1,
table.cnr_i td.cnr2,
table.cnr_f td.cnr1,
table.cnr_f td.cnr2 {
    background-image: url("../img/common_v20210901.sprite.png");
    background-repeat: no-repeat;
    width: 10px;
}

table.cnr_w td.cnr1 {
    background-position: 0 -750px;
}

table.cnr_w td.cnr2 {
    background-position: right -750px;
}

table.cnr_i td.cnr1 {
    background-position: 0 -800px;
}

table.cnr_i td.cnr2 {
    background-position: right -800px;
}

table.cnr_f td.cnr1 {
    background-position: 0 -850px;
}

table.cnr_f td.cnr2 {
    background-position: right -850px;
}

table.cnr_w td.cnr_c {
    background: #AEE7F7;
    vertical-align: middle !important;
}

table.cnr_i td.cnr_c {
    background: #FFD9D9;
}

table.cnr_f td.cnr_c {
    background: #FFE786;
}

/* fontResizer */
#fontsize {
    display: block;
    float: right;
    text-align: right;
    width: 180px;
}

#fontsize #fontResizer_w {
    display: block;
    /* float: right; */
    height: 20px;
    width: 100px;
    margin: 2px 5px 0 0;
    background: url("../img/common_v20210901.sprite.png") no-repeat right 0;
}

#fontsize a {
    display: block;
    float: right;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #bbb;
    margin-left: -1px;
    color: #0066cc;
    background: #f8f8f8;
}

.smallFont {
    font-size: 14px;
}

.medFont {
    font-size: 16px;
}

.largeFont {
    font-size: 18px;
}

.curFont {
    background: #ddd !important;
    color: #4b4740 !important;
}

.curFont:hover {
    text-decoration: none;
    color: #4b4740 !important;
    cursor: default;
}

/* IE hasLayout対策 */
/** html #header {
 zoom: 1;
 }*/

/********グローバルナビ********/
.globalmenu {
    margin: 10px 0 0 0;
    padding: 0;
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #bbb;
    background: #f8f8f8;
    height: 60px;
}

.globalmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 30px;
    margin-right: 20px;
}

/*Top level*/
.globalmenu ul li {
    display: inline;
    float: left;
    white-space: nowrap;
    width: 16%;
}

.globalmenu ul li.wlong {
    width: 19.6%;
}

.globalmenu ul li a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 60px;
    line-height: 59px;
    background: #f8f8f8;
    font-size: 17px;
    font-weight: bold;
    color: #0066cc;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
}

/*current*/
.globalmenu ul li.current a {
    background: #34beed;
    color: #fff !important;
}

.globalmenu ul li a:link,
.globalmenu ul li a:visited {
    color: #0066cc;
}

.globalmenu ul li a:hover {
    text-decoration: none;
    background: #34beed;
    color: #fff;
}

/*2行*/
.globalmenu ul li a.line2 {
    padding: 12px 0 0 0;
    height: 48px;
    line-height: 20px;
}

.globalmenu ul li a.line2 span.line22 {
    display: block;
    padding-left: 8px;
    font-size: 14px;
    font-weight: normal;
}

/******** パンくず ********/
#pankuzu {
    width: auto;
    font-size: 95%;
    color: #4b4740;
    background-color: #fff;
    margin: 5px 0 10px 30px;
    zoom: 1;
    /* IE hasLayout対策 */
    float: left;
    width: 55%;
    white-space: nowrap;
}

#pankuzu li {
    display: inline;
    list-style: none;
}

#pankuzu_ad {
    float: right;
    width: auto;
    background-color: #fff;
    font-size: 95%;
    margin: 5px 20px 10px 0;
    background-color: #eee;
}

/******** フッター ********/
#footer {
    clear: both;
    width: auto;
    padding: 50px 20px 30px 30px;
    margin: 0;
    background: #e8f2ff;
    /*bodyと連動*/
    text-align: left;
    zoom: 1;
    /* IE hasLayout対策 */
    overflow: hidden;
    font-size: 95%;
    color: #666;
}

#footer table {
    border-collapse: collapse;
    border: 0;
    width: 100%;
}

#footer table th,
#footer table td {
    text-align: left;
    vertical-align: top;
}

#footer table td {
    padding-left: 0.2em;
    line-height: 180%;
}

#footer .none {
    display: none;
}

#footer img {
    border: 0;
}

#copyright {
    clear: both;
    width: auto;
    color: #666;
    font-size: 95%;
    text-align: center;
    background: #e8f2ff;
    padding-bottom: 0.5em;
}

#copyright a {
    color: #666;
}

#copyright #kifu {
    text-align: center;
    margin: 15px 0 30px 0;
    color: #0066cc;
    display: none;
}

#copyright #kifu a {
    color: #0066cc;
}

/******** bookmark ********/
#bookmk {
    clear: both;
    overflow: hidden;
    padding: 15px 20px 15px 30px;
    margin: 0;
    text-align: center;
    float: left;
}

/******** flash ********/
div.needflash {
    border: 2px solid #ff0000;
    margin: 30px;
    padding: 20px;
    color: #ff0000;
    font-weight: bold;
    text-align: center;
}

div.needflash a {
    color: #ff0000;
}

/******** 左右コラム ********/
div.col2_left,
div.col2_right {
    width: 49%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

div.col2_left {
    clear: both;
    float: left;
}

div.col2_right {
    float: right;
}

/******** waku ********/

div #waku_left {
    float: left !important;
    overflow: hidden !important;
    margin-right: 220px;
}

div #waku_right {
    float: right !important;
    overflow: hidden !important;
    width: 220px;
    margin-left: -220px;
}

div .begner {
    padding: 10px;
    margin: 0;
    border: 2px solid #66CC00;
    background: #FFFFE8;
    overflow: hidden;
}

div .wakuwii,
div .wakuwiis {
    padding: 20px;
    margin: 0;
    border: 2px solid #34beed;
    overflow: hidden;
}

div .wakuwiis {
    padding: 10px;
}

.linewii2 {
    border: 2px solid #34beed !important;
}

#wiititle {
    color: #0A9BDA;
    border-left: 10px solid #35aeed;
    padding: 2px 10px;
}

.both {
    margin-left: 2em !important;
    margin-right: 2em !important;
}

/******** ad ********/
#side_adbox {
    border: 2px solid #34beed;
    text-align: center;
    color: #4b4740;
}

#side_adbox hr {
    margin: 5px 0;
    border-top: 2px solid #34beed;
}

#ad_300_1.noad,
#ad_300_2.noad,
#ad_300_3.noad,
#ad_300_4.noad,
#ad.noad #ad_head {
    display: none;
}

#ad_300_1,
#ad_300_2,
#ad_300_3,
#ad_300_4 {
    clear: both;
    margin-bottom: 1.5em;
}

#ad {
    clear: both;
    margin: 0;
    padding: 0;
}

#ad.noad {
    /*padding-bottom:20px;*/
}

#ad_head {
    color: #999;
    margin: 10px 0 15px 0;
    font-size: 95%;
    text-align: center;
}

#textpr {
    clear: both;
    color: #999;
    line-height: 200%;
    text-align: left;
}

#textpr a img {
    border: 0;
}

a.about img {
    border: 3px solid #ccc;
}

a.about:hover img {
    border: 3px solid #34beed;
}

#amazon a img {
    border: 2px solid #34beed;
    margin-bottom: 5px;
}

.aff a img {
    border: 0;
}

.aff a:hover img {
    border: 0;
}

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

/******** タイトル ********/
.c_header,
.c_header_left,
.c_header_tab {
    width: 100%;
    padding: 4px 0 4px 0;
    color: #005893;
    border-bottom: 2px solid #005893;
    font-size: 110%;
    font-weight: bold;
    display: block;
}

.c_header_left {
    float: left;
}

.noline {
    border-bottom: 0 !important;
}

.c_footer {
    width: 100%;
    margin-top: 2em;
    padding: 0.5em 0;
    border-top: 2px solid #005893;
    font-size: 100%;
    display: block
}

/******** 一般 ********/
#contents,
#contents_rightmenu {
    margin: 0;
    padding: 0;
}

/******** ユーザーメニュー ********/
#usermenu {
    border: 2px solid #ccc;
    padding: 15px 10px 10px 15px;
    overflow: hidden;
    font-size: 95%;
    background: #f8f8f8;
}

#usermenu ul li {
    line-height: 200%;
    margin-left: 1em;
}

/******** index ********/

#home h5 {
    color: #888;
    color: #35aeed;
    border-left: 4px solid #35aeed;
    padding-left: 5px;
}

div .home_welcome {
    clear: both;
    padding: 0 0 5px 1em;
}

div .home_welcome h1 {
    font-size: 110%;
}

#home_mag,
#home_news {
    clear: both;
    padding: 0 0 1em 1em;
    margin: 0;
    border-top: 0 solid #ccc;
}

/*世界リターン*/
div#bg_topmap {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    /*width: 336px;*/
    height: 200px;
    max-width: 336px;
    width: 100%;
    background-size: contain;
    background-image: url("../img/bg_topmap336.exp.png");
    background-repeat: no-repeat;
}

div#w_rtn {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 15px 10px 0px 10px;
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 145%;
}

div#w_rtn a {
    color: #fff;
}

div#w_rtn a:hover {
    color: #fff;
    text-decoration: underline;
}

div#w_rtn table {
    line-height: 130%;
}

.smaps,
.smapss,
.smapsss,
.smap,
.smapb,
.smapb2 {
    font-weight: bold;
    /*font-weight: 600;*/
}

.smapsss {
    font-size: 11px !important;
    display: none;
}

.smapss {
    font-size: 16px !important;
}

.smaps {
    font-size: 21px !important;
}

.smap {
    font-size: 22px !important;
}

.smapb {
    font-size: 65px !important;
}

.smapb2 {
    font-size: 40px !important;
    font-weight: normal;
}

/******** study ********/
#study {
    clear: both;
    margin-left: 1em;
    margin-right: 0.5em;
}

#side_mokuji {
    padding: 1em 0em;
    color: #666;
    background-color: #fff;
}

div .menu_study,
div .menu_study_s {
    clear: both;
    margin: 0em 0 0.5em 0;
    padding: 12px;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    overflow: hidden;
}

div .menu_study span {
    font-size: 120%;
    font-weight: bold;
}

div .menu_study span.sub {
    font-size: 95%;
    color: #666;
    font-weight: normal;
}

div .menu_study_s {
    padding: 3px 8px;
    border: 1px solid #ccc;
}

#study h1,
#study h2 {
    margin: 1em 0 1em -0.8em;
}

#study h3 {
    margin: 2em 0 0.5em 0;
}

#study h4,
#study h5,
#study h6 {
    margin: 1.5em 0 0.5em 0;
}

#study .toph {
    margin-top: 1em !important;
}

#study .toph0 {
    margin-top: 0 !important;
}

.zu {
    background-color: #effafe;
    color: #005893;
}

.link {
    clear: both;
    display: inline;
    padding: 1px 3px;
    background-color: #eee;
}

div .waku1,
div .waku2,
div .wakuw2,
div .wakuw3,
div .matome {
    clear: both;
    padding: 12px;
    margin: 1em 0;
    border: 1px solid #ccc;
    overflow: hidden;
}

div .waku2 {
    border: 2px solid #ccc;
}

div .wakuw2 {
    border: 2px solid #0099FF;
}

div .wakuw3 {
    border: 3px solid #0099FF;
}

div .matome {
    border: 2px solid #ccc;
    background-color: #3399FF;
    color: #fff;
}

div .konosite {
    clear: both;
    padding: 12px;
    margin: 1em 0;
    border: 1px solid #f1f1f1;
    background-color: #f1f1f1;
    margin-left: 2em !important;
    margin-right: 2em !important;
    font-size: 95%;
    overflow: hidden;
}

div.important,
#ninii,
.ninii {
    display: inline;
    padding: 0px 3px;
    color: #fff;
    background-color: #ff0000;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    font-weight: normal;
    /*hackメイリオ 位置全体を上にずらす*/
    vertical-align: 1px;
}

div #ninii {
    background-color: #2894FF;
}

/*nglist 背景*/
table.bglist {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    width: 100%;
}

.bglist_tl,
.bglist_tt,
.bglist_tr,
.bglist_l,
.bglist_r,
.bglist_bl,
.bglist_bb,
.bglist_br {
    padding: 0;
    margin: 0;
    background-image: url("../img/bglist_v20090925.exp.png");
}

.bglist_tl {
    background-repeat: no-repeat;
    background-position: left top;
    width: 30px;
}

.bglist_tt {
    background-repeat: repeat-x;
    background-position: -50px 0;
}

.bglist_tr {
    background-repeat: no-repeat;
    background-position: right top;
    width: 30px;
    height: 30px;
}

.bglist_l {
    background-repeat: repeat-y;
    background-position: left -50px;
}

.bglist_r {
    background-repeat: repeat-y;
    background-position: right -100px;
}

.bglist_bl {
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 30px;
}

.bglist_bb {
    background-repeat: repeat-x;
    background-position: -50px bottom;
}

.bglist_br {
    background-repeat: no-repeat;
    background-position: right bottom;
}

table.fuki {
    border-collapse: collapse;
    background-color: #F9FDEA;
}

.fuki_tl,
.fuki_tt,
.fuki_tr,
.fuki_l,
.fuki_r,
.fuki_bl,
.fuki_bb,
.fuki_br {
    padding: 0;
    margin: 0;
    background-image: url("../img/fuki_v20090928.exp.png");
}

.fuki_tl {
    background-repeat: no-repeat;
    background-position: left top;
    width: 40px;
    height: 20px;
}

.fuki_tt {
    background-repeat: repeat-x;
    background-position: -50px top;
}

.fuki_tr {
    background-repeat: no-repeat;
    background-position: right top;
    width: 20px;
}

.fuki_bl {
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 20px;
}

.fuki_bb {
    background-repeat: repeat-x;
    background-position: -50px bottom;
}

.fuki_br {
    background-repeat: no-repeat;
    background-position: right bottom;
}

.fuki_l {
    background-repeat: repeat-y;
    background-position: left -95px;
}

.fuki_r {
    background-repeat: repeat-y;
    background-position: right -50px;
}

dl.nglist dd {
    margin-left: 45px;
}

/******** 検索結果 ********/
#contents_search {
    clear: both;
    width: 100%;
    margin: 0 auto;
}

.search,
.search2 {
    clear: both;
}

.search table,
.search2 table {
    font-size: 95%;
    line-height: 150%;
    width: 100%;
    border: 1px solid #e3e3e3;
    border-collapse: collapse;
    background-color: #fff;
    /*Fox*/
    /*margin-left: 1px;*/
}

/*Fox*/
div .home_index .search table,
div .home_etf .search table,
div .home_index .search2 table,
div .home_etf .search2 table {
    border-collapse: separate;
    border-spacing: 0;
}

.search th,
.search2 th {
    border-bottom: 1px solid #e3e3e3;
    background-color: #eee;
    padding: 6px;
    font-weight: normal !important;
    text-align: left;
    height: 30px;
    white-space: nowrap;
}

.search2 th {
    border: 1px solid #ccc;
    text-align: center;
}

.search2 th.sort {
    background-color: #dfdfdf !important;
    font-weight: bold !important;
}

.search2 th a,
.search2 th a:visited {
    text-decoration: underline;
}

.search td,
.search2 td {
    text-align: left;
    padding: 6px;
    border-bottom: 1px solid #e3e3e3;
}

div .home_index .search td,
div .home_index .search2 td {
    padding: 4px;
}

.search2 td {
    text-align: right;
    border: 1px solid #e3e3e3;
}

.search2 td.sort {
    background-color: #eee !important;
    font-weight: bold !important;
}

#contents_wishlist .search th,
#contents_major_index .search th {
    border-left: 1px solid #e3e3e3;
    font-weight: bold;
}

#contents_wishlist .search td,
#contents_major_index .search td {
    border-left: 1px solid #e3e3e3;
}

div .home_index .search table,
div .home_etf .search table {
    border: 0;
    background-color: #fff;
    /*home_indexテーブルtd高さ*/
    line-height: 120%;
}

div .home_index .search th,
div .home_etf .search th {
    border: 0 solid #fff;
    border-top: 4px solid #fff;
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
}

div .home_index .search th,
div .home_etf .search th,
div .home_index .search td,
div .home_etf .search td {
    /*home_indexテーブル fontsize*/
    /*search table:90%*95%*/
    font-size: 95%;
}

/******** 件数 ********/

#search_result {
    overflow: hidden;
    margin: 0 auto;
    padding: 0 15px 5px 20px;
    text-align: center;
    font-size: 95%;
    color: #4b4740;
    line-height: 1.6em;
    border: 0px solid #ccc;
}

#search_result span {
    color: #ff0000;
    font-size: 130%;
    font-weight: bold;
}

#search_cnt {
    float: left;
    padding: 15px 0 10px 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: auto;
    overflow: hidden;
    line-height: 1.6em;
    color: #4b4740;
    font-size: 95%;
}

#search_cnt span {
    font-size: 120%;
    font-weight: bold;
}

/*tabstyle search*/
#searchpager #pager {
    margin-bottom: -45px;
}

.search table.tabstyle,
.search2 table.tabstyle {
    margin-left: 0;
    border-top: 0;
}

.search table.tabstyle th,
.search2 table.tabstyle th {
    border-top: 0;
}

.search table.tabstyle thead {
    border: 1px solid #ccc;
    border-bottom: 1px solid #e3e3e3;
    border-top: 0px;
}

.search table.tabstyle th {
    padding: 12px 6px 8px 6px;
}

.search2 table.tabstyle th {
    border: 1px solid #ccc;
    border-top: 0;
    padding-top: 3px;
}

/******** インデックス詳細 ********/
#contents_indexinfo,
#contents_indexinfo_rightmenu {
    padding-bottom: 2em;
    margin: 0;
}

/******** タイトル ********/
#c_title,
#c_title_absolute {
    border-bottom: 2px solid #005893;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #fff;
    vertical-align: middle;
}

#c_title span,
#c_title_absolute span {
    padding: 15px 0 4px 0;
    color: #005893;
    font-size: 110%;
    font-weight: bold;
    float: left;
}

#c_title_absolute {
    /*position: absolute;*/
    /*top: 290px;*/
    /*left: 40px;*/
    width: 100%;
    /*min-width: 400px;*/
}

/******** お気に入りボタン ********/
#wishlist_button input.wishbtn,
#wishlist_button a {
    display: block;
    float: right;
    font-weight: bold;
    color: #0066cc;
    cursor: pointer;
    /*font-size: 16px;*/
    margin-bottom: 4px;
    text-decoration: none;
    font-size: 15px !important;
    width: auto !important;
    background: #e8f2ff !important;
    padding: 8px 4px !important;
    border: solid 1px #88bbef !important;
    text-align: center !important;
    line-height: auto !important;
    /*line-height: 43px !important;*/
}

#wishlist_button input.wishbtn:hover,
#wishlist_button a:hover,
#wishlist_button a.nologin {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#wishlist_button a.selected {
    font-weight: normal;
    color: #666;
    opacity: 0.8;
    filter: alpha(opacity=80);
    /*IE*/
    background: #eee !important;
    border: solid 1px #ccc !important;
}

#contents_indexinfo p,
#contents_indexinfo_rightmenu p,
#contents_indexinfo h1,
#contents_indexinfo h3,
#contents_indexinfo_rightmenu h3 {
    margin: 0;
}

#contents_indexinfo h2 {
    font-size: 100%;
    font-weight: normal;
    margin: 0 0 5px 0;
}

#contents_indexinfo h3,
#contents_indexinfo_rightmenu h3 {
    padding: 25px 0 8px 0;
    /*font-size: 120% !important;*/
}

#contents_indexinfo_rightmenu h3 {
    border-bottom: 0 solid #ccc;
}

#contents_indexinfo_rightmenu p {
    padding-left: 1em;
    padding-bottom: 0.2em;
    font-size: 95%;
    color: #666;
}

/*コメント*/
#contents_indexinfo .comm {

    font-size: 95%;
    margin-left: 1em;
    width: auto;
    padding-bottom: 10px;
}

/*概要*/
#indexinfo_gaiyo {
    clear: both;
    /*margin-left: 1px;*/
}

#indexinfo_gaiyo table {
    width: 100%;
    font-size: 95%;
    border: 1px solid #bbb;
    border-collapse: collapse;
    background-color: #fff;
}

#indexinfo_gaiyo th {
    border: 1px solid #ccc;
    background-color: #eee;
    padding: 4px;
    font-weight: normal;
    text-align: left;
    width: 8em;
    white-space: nowrap;
}

#indexinfo_gaiyo td {
    padding: 3px 15px 3px 5px;
    border: 1px solid #ccc;
}

/*パフォーマンス*/
div.indexinfo_pfm table {
    clear: both;
    width: 100%;
    font-size: 95%;
    border: 1px solid #bbb;
    border-collapse: collapse;
    /*Fox*/
    /*margin-left: 1px;*/
}

div.indexinfo_pfm th {
    border: 1px solid #ccc;
    background-color: #eee;
    padding: 4px;
    font-weight: normal;
    height: 25px;
    white-space: nowrap;
}

div.indexinfo_pfm td {
    padding: 4px;
    border: 1px solid #ccc;
    text-align: right;
    empty-cells: show;
}

div.indexinfo_pfm td.title {

    text-align: left;
    background-color: #eee;
}

div.indexinfo_pfm caption {
    text-align: left;
    padding: 1em;
    border: 1px solid #ccc;
    border-bottom: 0;
}

div.indexinfo_pfm caption img {
    margin-right: 3px;
    vertical-align: middle;
}

/*国旗*/
.img_flag {
    float: left;
    border: 1px solid #ccc;
    margin-right: 0.5em;
}

/******** お気に入り/主要リターン ********/

#contents_wishlist,
#contents_major_index {
    clear: both;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}

div.howto {
    clear: both;
    width: auto;
    margin: 0 auto 15px auto;
    padding: 10px;
    font-size: 95%;
    color: #003D79;
}

div.howto span {
    color: #ff0000;
}

#wish_memo {
    text-align: center;
    width: 65%;
    padding: 20px 10px;
    margin: 0 auto 20px auto;
    border: 2px solid #A9A9A9;
    font-size: 100%;
    font-weight: bold;
    background-color: #f5f3ec;
    line-height: 200%;
}

.wish_cnt {
    display: block;
    padding: 8px 0 12px 5px;
    font-size: 95%;
    text-align: center;
}

#delete_all {
    clear: both;
    text-align: right;
    margin: 10px 10px 0 10px;
    font-size: 95%;
}

input.img_delete {
    border: 0;
    width: 20px;
    height: 20px;
    background: url("../img/common_v20210901.sprite.png") repeat-x 0 -310px;
    cursor: pointer;
}

input.img_delete:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

/******** インデックス検索 ********/
div.footer_search {
    clear: both;
    width: 85%;
    margin: 3em auto;
}

div.footer_search .c_header,
.c_header_tab {
    margin-top: 15px;
    font-size: 100%;
    text-align: left;
}

div.navi_index_main {
    clear: both;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

/* IE hasLayout対策 */
/** html div.navi_index_main {
 zoom: 1;
 }*/

div.navi_index {
    clear: both;
    width: auto;
    font-size: 95%;
    line-height: 150%;
    text-align: left;
}

#navi_index_rightmenu {
    padding: 1em 0 2em 0;
    margin: 0;
    border-top: 0 solid #005893;
}

div.navi_index .category_menu {
    clear: both;
    font-weight: bold;
    margin-top: 10px;
    padding: 4px;
    border-bottom: 1px solid #e3e3e3;
    background-color: #f5f3ec;
    margin-bottom: -1px;
}

div.all {
    text-align: center;
    padding: 10px 0 5px 0;
    font-size: 95%;
    line-height: 180%;
}

div.all span {
    color: #ccc;
    margin: 0 3px;
}

div.navi_index div.category {
    padding: 5px 0;
}

div.category .category_name_sub {
    font-weight: bold;
    float: left;
    padding: 3px 1em 3px 5px;
    border-top: 1px solid #e3e3e3;
    white-space: nowrap;
}

div.category .category_name,
div.category .category_name_hidden {
    width: 7em;
    font-weight: bold;
    float: left;
    padding: 3px 0;
    border-top: 1px solid #e3e3e3;
    clear: both;
    white-space: nowrap;
    margin-left: 20px;
}

div.category .category_name_hidden {
    visibility: hidden;
}

div .category_home ul,
div.category ul {
    display: block;
    overflow: hidden;
    padding: 3px 5px;
    border-top: 1px solid #e3e3e3;
    font-weight: bold;
    list-style: none;
}

div .category_home li,
div.category li {
    display: inline;
    font-weight: normal;
    border-right: 0 solid #bbb;
    padding: 0 0.8em 0 0;
}

div .category_home li {
    padding: 0;
    line-height: 160%;
}

div .category_home li a,
div.category li a {
    white-space: nowrap;
}

div .category_home .none,
div.category .none {
    white-space: nowrap;
    color: #bbb;
}

/* IE hasLayout対策 */
/** html div.category ul {
 zoom: 1;
 }
 * html div .category_home ul {
 zoom: 1;
 }*/

/******** ページャ ********/
#pager {
    float: right;
    font-size: 95%;
    padding: 15px 0 15px 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: auto;
    overflow: hidden;
}

/*番号Box 選択済み*/
#pager .box_sel {
    border: 1px solid #808080;
    padding: 0 7px;
    margin-left: 3px;
    text-align: center;
    background: #999;
    color: #fff;
    float: left;
}

/*番号Box 未選択*/
#pager .box_nosel,
#pager .box_point {
    cursor: pointer;
    border: 1px solid #bbb;
    padding: 0 7px;
    margin-left: 3px;
    text-align: center;
    text-decoration: none;
    background: #fff;
    float: left;
}

#pager .box_nosel:hover {
    border: 1px solid #35aeed;
    background: #effafe;
}

#pager .box_point {
    padding: 0 2px;
    border: 0;
    cursor: default;
    color: #666;
}

/*前へ次へ*/
#pager .box_next,
#pager .box_next_sel {
    cursor: pointer;
    margin-left: 3px;
    margin-right: 0;
    /*font-weight: bold;*/
    float: left;
    font-size: 105%;
    border: 1px solid #fff;
    padding: 0 3px;
}

#pager .box_next:hover,
#pager .box_next_sel:hover {
    border: 1px solid #35aeed;
    background: #effafe;
    text-decoration: none;
}

/*前へ次へ 選択済み*/
#pager .box_next_sel {
    color: #ccc;
    visibility: hidden;
}

/******** search_pull ********/
div.pulldown {
    margin: 0;
    padding: 0;
    z-index: 30
}

div.pulldown ul {
    margin: 0;
    padding: 0;
}

div.pulldown li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

div.pulldown li a {
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-weight: normal;
    color: #0066cc;
}

div.pulldown li a:hover {
    color: #35aeed;
}

div.pulldown li a:visited {
    color: #0066cc;
}

/*menu a*/
div.pulldown li a.pull_menu {
    border: 1px solid #ccc;
    padding: 2px 5px;
    background-color: #eee;
}

div.pulldown li a.pull_menu:hover {
    border: 1px solid #35aeed;
    background: #effafe;
}

div.pulldown li a span {
    font-size: 9px;
    vertical-align: top;
}

div.pulldown li a.pull_subm,
div.pulldown li a.pull_subm:hover {
    font-weight: bold;
    cursor: default;
    background: #fff;
    color: #333333;
    white-space: nowrap !important;
}

div.pulldown li a.pull_close,
div.pulldown li a.pull_close:hover {
    font-weight: bold !important;
    background: #888 !important;
    color: #fff !important;
    white-space: nowrap !important;
    text-align: center !important;
    padding: 0.4em 2% !important;
    width: 100% !important;
}

/*pull枠*/
div.pulldown div,
div.pulldown div.pull_hs {
    position: absolute;
    visibility: hidden;
    padding: 0;
    overflow: auto;
    overflow-x: hidden;
    background: #fff;
    border: 1px solid #333;
    height: 200px;
    margin: 0 0 0 -1em;
    /*margin: 0;*/
}

div.pulldown div.pull_hs {
    height: auto;
}

/*pull a*/
div.pulldown div a,
div.pulldown div.pull_wm a,
div.pulldown div.pull_ws a {
    position: relative;
    display: block;
    margin: 0;
    padding: 0.2em 0.8em 0.2em 0.5em;
    text-align: left;
    text-decoration: none;
    background: #fff;
    color: #333;
    border-bottom: 0px dotted #ccc;
    line-height: 110%;
    width: auto;
    white-space: normal;
}

div.pulldown div.pull_wm a {
    width: 120px;
}

div.pulldown div.pull_ws a {
    width: 90px;
}

div.pulldown div a:hover {
    color: #fff;
    text-decoration: none;
    background: #000080;
}

/******** Tab ********/
.tab,
.tab_home {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.tab ul.tabmenu li,
.tab_home ul.tabmenu li {
    display: inline;
    margin: 0;
    text-align: center;
    /*IE*/
    /*zoom: 1;*/
}

.tab ul.tabmenu li a,
.tab_home ul.tabmenu li a {
    float: left;
    margin-right: 5px;
    padding: 5px 12px;
    font-weight: bold;
    /*background:#eee;*/
    background: #ddd;
    text-decoration: none;
    border: 1px solid #aaa;
    border-bottom: 0;
    height: 35px;
    line-height: 35px;
    font-size: 100%;
}

.tab ul.tabmenu li a.selected {
    background: #fff;
    color: #4b4740;
    height: 36px;
    margin-bottom: -2px;
    border: 1px solid #aaa;
    border-bottom: 1px solid #fff;
}

.tab_home ul.tabmenu li a {
    font-weight: normal;
    margin-right: 2px;
    padding: 5px;
    font-size: 95%;
    height: 25px;
    line-height: 25px;
}

.tab ul.tabmenu li a:hover,
.tab_home ul.tabmenu li a:hover {
    background: #fff;
    text-decoration: none;
}

.tab_home ul.tabmenu li a.selected {
    background: #fff;
    color: #4b4740;
    height: 26px;
    margin-bottom: -1px;
}

#tab_footer_search_1,
#tab_footer_search_2,
#tab_footer_search_3,
#tab_footer_search_4,
#tab_major_index_1,
#tab_major_index_2,
#tab_major_index_3,
#tab_major_index_4,
#tab_major_index_5,
#tab_graf_1,
#tab_graf_2,
#tab_graf_3,
#tab_graf_4,
#tab_graf_5,
#tab_major_home_1,
#tab_major_home_2,
#tab_major_home_3,
#tab_major_home_4,
#tab_major_home_5,
#tab_rank_home_1,
#tab_rank_home_2,
#tab_rank_home_3,
#tab_rank_home_4,
#tab_rank_home_5,
#tab_wish_1,
#tab_wish_2,
#tab_wish_3,
#tab_none_home,
#tab_new_home_1 {
    clear: both;
    border: 1px solid #aaa;
    background: #fff;
    color: #4b4740;
    text-align: center;
    padding: 5px 10px 15px 10px;
}

#tab_footer_search_1,
#tab_footer_search_2,
#tab_footer_search_3,
#tab_footer_search_4 {
    padding: 20px 25px;
}

#tab_major_home_1,
#tab_major_home_2,
#tab_major_home_3,
#tab_major_home_4,
#tab_major_home_5,
#tab_none_home,
#tab_new_home_1,
#tab_rank_home_1,
#tab_rank_home_2,
#tab_rank_home_3,
#tab_rank_home_4,
#tab_rank_home_5 {
    padding: 0 0 5px 0;
}

#tab_wish {
    overflow: hidden;
    /*margin-top: -50px;*/
}

/* fund 2tab style */
.tab ul.tabmenu.searchstyle li a {
    margin-right: 8px;
    background: #ddd;
    border: 1px solid #bbb;
    border-bottom: 0;
    padding: 5px 20px;
}

.tab ul.tabmenu.searchstyle li a:hover {
    background: #eee;
    text-decoration: none;
}

.tab ul.tabmenu.searchstyle li a.selected {
    background: #eee;
    color: #4b4740;
    height: 36px;
    margin-bottom: -1px;
}

#tab_searchf_1,
#tab_searchf_2 {
    clear: both;
    background: #fff;
    padding: 0;
    margin: 0;
    border: 0px;
    border-top: 1px solid #bbb;
}

#searchstyle {
    float: left;
    padding: 5px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 35px;
    font-size: 100%;
    text-align: center;
    margin-right: 8px;
    border: 1px solid #bbb;
    border-bottom: 0;
    background: #eee;
    color: #4b4740;
    height: 36px;
    margin-bottom: -1px;
}

/******** jQuery Easy Tooltip ********/
#easyTooltip {
    margin: 0 10px 1em 5px;
    padding: 13px;
    background: #FFFFCC;
    border: 1px solid #ff8c00;
    line-height: 130%;
    font-size: 95%;
    max-width: 380px;
}

a.tooltip {
    color: #4b4740;
    text-decoration: underline;
}

a.tooltip:hover {
    color: #4b4740;
    text-decoration: none;
}

a.tooltip span {
    color: #ff0000;
}

/******** jQuery SimpleToggle ********/
#toggle {
    clear: both;
    overflow: hidden;
    margin: 0 1em;
    text-align: left;
}

h4.trigger {
    padding: 3px 0 3px 24px;
    margin: 0 0 0 0;
    font-size: 95%;
    font-weight: normal;
    float: left;
    background: url("../img/common_v20210901.sprite.png") repeat-x 0 -180px;
    cursor: pointer;
}

h4.trigger a {
    color: #35aeed !important;
    text-decoration: none;
    display: block;
}

h4.trigger a:hover {
    color: #ccc !important;
}

.toggle_container {

    margin: 0;
    margin: 0 0 1.5em 0;
    padding: 0;
    border: 2px solid #34beed;
    background-color: #effafe;
    overflow: hidden;
    font-size: 95%;
    clear: both;
}

.toggle_container .block {
    padding: 15px;
}

.toggle_container h5 {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 110%;
}

/******** jQuery pager ********/
#jpager_1 {
    background-color: #eee;
}

.jpagernav {
    background-color: #f1f1f1;
    padding: 5px;
    font-size: 95%;
    border: 1px solid #eee;
    text-align: center;
    overflow: hidden;
}

.jpagernav a {
    padding: 0 7px;
}

.jpagernav a.highlight {
    color: #333;
    font-weight: bold;
}

/*********************************** auth ***********************************/
/*login table*/
table.loginform_table td {
    border: 3px solid #ccc;
    vertical-align: top;
    text-align: left;
}

/******** validate ********/
.msgerror,
label.error {
    color: #ff0000;
    display: block;
}

input.error {
    background: #FFDFDF;
}

/******** regist/login ********/
#gnavi_line {
    border-top: 2px solid #ccc;
    clear: both;
    width: auto;
    background: #fff;
    margin: 0 20px 0 30px;
}

#leftsidemenu,
#leftsidemenu_noborder {
    border: 1px solid #ccc;
    padding: 12px;
    background: #f8f8f8;
    font-size: 95%;
}

#loginform,
#loginmenu,
#changetable {
    overflow: hidden;
    text-align: left;
    font-size: 100%;
    border: 3px solid #bbb;
    width: 460px;
    padding: 18px;
    background: #fff;
}

#loginmenu {
    border: 0px;
    /*	width:auto;*/
}

#loginform_s {
    overflow: hidden;
    text-align: left;
    font-size: 100%;
}

#changetable {
    border: 0px;
    width: auto;
    margin-left: -18px;
}

#loginerr {
    margin: 10px 0;
    border: 3px solid #ff0000;
    font-weight: bold;
    color: #ff0000;
    text-align: center;
    padding: 15px;
    background: #fff;
}

#loginmssg {
    width: auto;
    padding: 2px 10px 10px 0;
    font-size: 95%;
}

#loginmenu_title {
    padding-bottom: 8px;
    font-weight: bold;
    border-top: 0px solid #005893;
    color: #005893;
    font-size: 1.2em;
    padding-top: 0px;
    border-bottom: 2px solid #005893;
}

#authform .title {
    padding-bottom: 8px;
    font-weight: bold;
}

.mssgbox {
    padding: 20px 5px;
    background: #f2f2f2;
    border: 3px solid #ccc;
    text-align: center;
    width: 310px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* authform一般設定 */
#authform table {
    border-collapse: collapse;
    /*border: 1px solid #0000ff;*/
}

#authform table th,
#authform table td {
    font-weight: bold;
    vertical-align: top;
    text-align: left;
    /*white-space: nowrap;*/
    border: 0px solid #eee;
    padding: 3px 5px;
    color: #005893;
    /*border: 1px solid #ff0000;*/
}

#authform table th {
    padding-top: 11px;
}

#authform .inputarea,
#authform .inputarea_check {
    font-size: 1.1em;
    padding: 3px 4px;
    font-weight: bold;
    /*for passShowHideBtn*/
    width: 260px !important;
    height: 32px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
}

#authform #pass {
    /*for passShowHideBtn*/
    width: 218px !important;
}

#passShowHideBtn {
    position: relative;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background: #999;
    background: #005893;
    /*border: 1px solid #005893;*/
    border-radius: 0 4px 4px 0;
    /*1px左寄せ*/
    margin: 0 1px 0 0;
    float: right;
    font-size: 15px !important;
    font-weight: normal;
    height: 32px !important;
    line-height: 32px !important;
    width: 42px !important;
    text-align: center !important;
    vertical-align: middle !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#passShowHideBtn:hover {
    background: #35aeed;
    /*background: #0066cc;*/
    color: #fff;
}

#authform .inputarea_check {
    background: #fff;
    border: 0;
    border-bottom: 2px solid #005893;
}

.imeoff {
    ime-mode: disabled;
}

.lower {
    text-transform: lowercase;
}

#authform .checkbox {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

#authform .checklabel {
    vertical-align: middle;
    padding-left: 2px;
}

#authform .btn_submit {
    font-size: 1em;
    padding: 0.4em 0.8em;
    margin-top: 0.3em;
}

#authform .btn_submit_rtn {
    font-size: 1em;
    border: 0;
    padding: 0;
    background: #fff;
    color: #0066cc;
    border-bottom: 1px solid #0066cc;
    margin-top: 1.2em;
    margin-right: 10px;
    cursor: pointer;
}

#authform .btn_submit_rtn:hover {
    color: #35aeed;
    border-bottom: 1px solid #35aeed;
}

#authform .biko {
    font-size: 95%;
    font-weight: normal;
    color: #005893;
    padding: 4px;
}

#changetable table {
    width: auto;
    border: 1px solid #bbb;
    border-collapse: collapse;
}

#changetable table th,
#changetable table td {
    padding: 10px;
    border: 1px solid #bbb;
    empty-cells: show;
    font-weight: bold;
    color: #4b4740;
    text-align: left;
}

#changetable table th {
    background-color: #f1f1f1;
    color: #005893;
}

#changetable table td a {
    font-weight: normal;
    margin-left: 20px;
}

#kiyakuBox {
    border: 0px solid #bbb;
    width: 520px;
    padding: 10px;
    overflow: auto;
    text-align: left;
    font-size: 95%;
    background: #fff;
}

#kiyakutitle {
    width: 540px;
    padding: 10px 0;
    text-align: left;
    margin-top: 4em;
    font-size: 95%;
}

/******** ranking menu ********/
#ranking_menu {
    overflow: hidden;
    padding: 6px 0px 0 0;
}

#ranking_menu .tab ul.tabmenu li a {
    font-size: 100%;
    border-bottom: 0;
}

#ranking_menu #tab_footer_search_1,
#ranking_menu #tab_footer_search_2,
#ranking_menu #tab_footer_search_3,
#ranking_menu #tab_footer_search_4 {
    text-align: left;
    padding: 20px 25px 10px 25px;
}

#ranking_menu div.category .category_name,
#ranking_menu div.category .category_name_hidden {
    width: 5em;
    padding: 5px 0;
    margin-left: 1em;
}

#ranking_menu div.category ul {
    padding: 5px 5px;
    border-top: 1px solid #e3e3e3;
}

/******** social + pankuzu ********/
#socialbox {
    margin: 0 20px 0 30px;
    padding: 15px 0 20px 0;
}

#socialbox table td {
    vertical-align: top;
    padding-right: 15px;
}

#pankuzu2 {
    width: auto !important;
    font-size: 95%;
    color: #4b4740;
    clear: both;
    margin: 0;
    padding: 0;
    white-space: nowrap !important;
}

#pankuzu2 li {
    display: inline;
    list-style: none;
}

#addthiswrap {
    float: left;
}

div.addthisbox {
    float: left;
    height: 21px;
    overflow: hidden;
    border: 0px solid #ff0000;
}

div.slice {
    color: #bbb;
    float: left;
    font-size: 14px;
    width: 15px;
    height: 21px;
}

div.slice2 {
    float: left;
    width: 5px;
    height: 21px;
}

.bookmark_ico {
    background-position: 0 0;
    width: 145px;
    height: 20px;
}

.print_ico {
    background-position: 0 -30px;
    width: 55px;
    height: 20px;
}

.email_ico {
    background-position: 0 -60px;
    width: 98px;
    height: 20px;
}

.facebook_ico {
    background-position: 0 -88px;
    width: 16px;
    height: 18px;
}

.mixi_ico {
    background-position: -30px -88px;
    width: 16px;
    height: 18px;
}

.twitter_ico {
    background-position: -60px -88px;
    width: 16px;
    height: 18px;
}

.twitter_ico2 {
    background-position: 0 -120px;
    width: 80px;
    height: 20px;
}

.evernote_ico {
    background-position: -120px -88px;
    width: 16px;
    height: 18px;
}

.hatena_ico {
    background-position: -150px -88px;
    width: 16px;
    height: 18px;
}

.yahoo_ico {
    background-position: -180px -88px;
    width: 16px;
    height: 18px;
}

.google_ico {
    background-position: -210px -88px;
    width: 16px;
    height: 18px;
}

.livedoor_ico {
    background-position: -270px -88px;
    width: 16px;
    height: 18px;
}

.addthis_ico {
    background-position: -240px -88px;
    width: 16px;
    height: 18px;
}

.addthis_ico2 {
    background-position: 0 -148px;
    width: 75px;
    height: 20px;
}

/******** partner ********/
/*pv_txt_one_js*/
#partner_txt_one_box img {
    border: 0;
}

#partner_txt_comm_l,
#partner_txt_comm_m,
#partner_txt_comm_r {
    margin: 0;
    padding: 0;
    float: left;
    height: 55px;
    text-align: left;
    border: 0;
    overflow: hidden;
}

#partner_txt_comm_l {
    background: url("../partner/img/bg_txt_c1_l.exp.png") no-repeat left top;
    width: 54px;
}

#partner_txt_comm_m {
    background: url("../partner/img/bg_txt_c1_m.exp.png") repeat-x left top;
    white-space: nowrap;
    font-size: 120% !important;
    line-height: 22px;
    padding: 6px 15px 0px 10px;
}

/*1行を中央ぞろえ*/
#partner_txt_comm_m {
    white-space: normal;
    line-height: 100%;
    padding: 6px 15px 0px 10px;
    display: table-cell;
    vertical-align: middle;
}

/*1行を中央ぞろえ*/
#partner_txt_comm_m p {
    display: inline-block;
    text-align: left;
}

#partner_txt_comm_r {
    background: url("../partner/img/bg_txt_c1_r.exp.png") no-repeat left top;
    width: 12px;
}

#partner_txt_one_box table,
#partner_txt_one_box table tr,
#partner_txt_one_box table td {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border: 0;
    width: auto;
}

/*pv_img_js*/
#partner_img_box img {
    border: 0;
}

#partner_img_box a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#partner_img_box #partner_comm {
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 50px;
    width: 300px;
    background: url("../partner/img/bg_comm_c1.exp.png") no-repeat left top;
    white-space: normal;
    text-align: left;
}

#partner_img_box #partner_comm #comm {
    overflow: hidden;
    margin: 0;
    padding: 10px 25px 5px 70px;
    font-size: 14px;
    line-height: 18px;
    height: 50px;
    color: #005893;
}

/*pv_txt_all_js*/
#partner_txt_box {
    float: left;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    font-size: 100%;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
}

#partner_txt_box a {
    cursor: pointer;
    text-decoration: underline;
    font-weight: normal;
}

#partner_txt_box a:link,
#partner_txt_box a:visited {
    color: #0066cc;
}

#partner_txt_box a:hover {
    color: #35aeed;
    text-decoration: none;
}

#partner_txt_box a:active {
    text-decoration: none;
}

#partner_txt_box img {
    border: 0;
}

#partner_txt_box img.title_s {
    vertical-align: middle;
    margin-top: -3px;
}

#partner_txt_box a:hover img.title_s {
    opacity: 0.6;
}

/* jquery rotator */
#partner_rotator,
#partner_rotator div {
    overflow: hidden !important;
    margin: 0;
    padding: 0;
    border: 0;
}

#stocklinetooltip {
    margin: 4px;
}

#stocklinetooltip td {
    font-weight: bold;
    padding: 2px 4px;
}

@media screen and (max-width: 1000px) {
    #fixhead_right {
        display: none !important;
    }
}

@media screen and (max-width: 879px) {
    #head {
        margin: 0;
        padding: 0;
        background: #e8f2ff;
    }

    /*検索table上部の一行広告*/
    .ad_serch_tr {
        display: none !important;
    }

    .mobilehide_all {
        display: none !important;
    }

    .mobilehide {
        /*display: none !important;*/
    }

    img {
        max-width: 100% !important;
        height: auto;
    }

    a img {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mgn_l_05em {
        margin-left: 0.25em !important;
    }

    .mgn_l_1em {
        margin-left: 0.5em !important;
    }

    .mgn_r_1em {
        margin-right: 0.5em !important;
    }

    .mgn_l_2em {
        margin-left: 1em !important;
    }

    .mgn_l_3em {
        margin-left: 2em !important;
    }

    #side_adbox,
    #fixhead_right,
    .head_m h1,
    #footer {
        display: none !important;
    }

    .both {
        margin-left: 1em !important;
        margin-right: 1em !important;
    }

    #copyright #kifu {
        display: block !important;
    }

    #usermenu {
        /*display: none;*/
    }

    #fixhead {
        padding: 7px 0 5px 5px;
        /****固定しない****/
        display: none !important;
    }

    #header {
        background: #e8f2ff;
        /****固定する****/
        /*padding: 30px 0 0 0;*/
        /****固定しない****/
        margin: -1% 0 0 0 !important;
        padding: 0 !important;
    }

    #header .head_l {
        margin: 2% 0 0 1%;
        text-align: left;
        float: left;
        /*width: auto !important;*/
        max-width: 100% !important;
        height: auto !important;
        width: 160px !important;
    }

    #header .head_m {
        display: none !important;
    }

    #header .head_r {
        margin: 2% 1% 0 0;
        text-align: center;
        float: right;
        width: auto !important;
    }

    /*globalmenu用*/
    span.img_book,
    span.img_eye,
    span.img_pie,
    span.img_wish,
    span.img_rank {
        display: none !important;
    }

    #myindex_globalmenu {
        padding: 15px 0 0 0 !important;
        margin: 0 0 0 0 !important;
        /*height: 120px;*/
        border-bottom: 0px solid #bbb;
        border-top: 0px solid #bbb;
        background: #e8f2ff;
    }

    #myindex_globalmenu ul {
        margin-left: 0%;
        margin-right: 0%;
    }

    #myindex_globalmenu ul li {
        /*width: 16.6% !important;*/
    }

    #myindex_globalmenu ul li a {
        border-top: 1px solid #bbb;
        border-bottom: 1px solid #bbb;
        margin-top: -1px !important;
        font-size: 16px;
    }

    #myindex_globalmenu ul li a.line2 {
        margin: 0 !important;
        padding: 0 !important;
        height: 60px !important;
        line-height: 59px !important;
        margin-top: -1px !important;
    }

    #myindex_globalmenu ul li a.line2 span.line22 {
        display: none !important;
    }

    /* レイアウト */
    .colmask {
        position: relative;
        clear: both;
        float: none;
        width: 100%;
        overflow: hidden;
        margin-bottom: 1em;
        /*border: solid 2px #00fff0;*/
    }

    /******** 2 column rightmenu (300px) ********/
    .rightmenu_px300 .colleft {
        float: none;
        clear: both;
        width: 98%;
        margin-left: 1%;
        position: relative;
        right: 0%;
        /*border: solid 1px #ff0000;*/
    }

    .rightmenu_px300 .col1wrap {
        float: none;
        clear: both;
        width: 100%;
        position: relative;
        left: 0%;
        /*border: solid 1px #009900;*/
        /*display: none;*/
    }

    .rightmenu_px300 .col1 {
        float: none;
        clear: both;
        width: 100%;
        margin-right: 0%;
        margin-left: 0% !important;
        overflow: hidden;
        left: 0%;
        /*border: solid 1px #ff0000;*/
        /*display: none;*/
    }

    .rightmenu_px300 .col2 {
        margin-top: 20px;
        float: none;
        clear: both;
        width: 100%;
        /*position: relative;*/
        left: 0% !important;
        /*text-align:center;*/
        /*border: solid 1px #000;*/
        /*background: #ff0000;*/
    }

    /******** 2 column leftmenu (300px) ********/
    .leftmenu_300px .colright {
        float: none;
        clear: both;
        width: 98%;
        margin-left: 1%;
        position: relative;
        left: 0;
        /*border: solid 1px #ff0000;*/
    }

    .leftmenu_300px .col1wrap {
        float: none;
        clear: both;
        width: 100%;
        position: relative;
        left: 0%;
        /*border: solid 1px #00ff00;*/
    }

    .leftmenu_300px .col1 {
        float: none;
        clear: both;
        width: 100%;
        margin-right: 0%;
        margin-left: 0%;
        overflow: hidden;
        right: 0%;
        /*border: solid 1px #ff0000;*/
    }

    .leftmenu_300px .col2 {
        margin-top: 20px;
        float: none;
        clear: both;
        width: 100%;
        /*position: relative;*/
        right: 0%;
        /*border: solid 1px #000;*/
    }

    /******** 1 column ********/
    .fullpage .col1 {
        margin-right: 1%;
        margin-left: 1%;
    }

    .colmask .input_kwd,
    div.fsearch_keyword .input_kwd {
        font-size: 1em !important;
        /*padding: 3px 2px !important;*/
        vertical-align: middle;
        width: 80% !important;
    }

    #socialbox {
        /*background: #e8f2ff;*/
        margin: 0 !important;
        padding: 15px 0 20px 5px !important;
    }

    #socialbox table td {
        padding-right: 0 !important;
    }

    #pankuzu2 {
        width: 100% !important;
        white-space: normal !important;
    }

    div.col2_left,
    div.col2_right {
        float: none !important;
        /*clear: both !important;*/
        width: 98% !important;
        padding: 0 0 5px 0 !important;
        margin: 0 0 15px 0 !important;
        overflow: hidden;
        /*border-bottom: solid 1px #eee;*/
    }

    /*study 次へ*/
    span.c_footer div.col2_left {
        clear: both !important;
        float: left !important;
        width: 48% !important;
        padding: 0 !important;
        margin: 0 !important;
        border-bottom: solid 0px #eee;
    }

    span.c_footer div.col2_right {
        float: right !important;
        width: 48% !important;
        padding: 0 !important;
        margin: 0 !important;
        border-bottom: solid 0px #eee;
    }

    div.all {
        text-align: left !important;
        padding: 10px 1% 5px 2% !important;
        font-size: 95%;
    }

    #c_title span,
    #c_title_absolute span {
        font-size: 100% !important;
    }

    /******** お気に入りボタン ********/
    #wishlist_button input.wishbtn,
    #wishlist_button a {
        font-size: 15px !important;
        width: auto !important;
        background: #e8f2ff !important;
        padding: 8px 4px !important;
        border: solid 1px #88bbef !important;
        text-align: center !important;
    }

    #wishlist_button a.selected {
        background: #eee !important;
        border: solid 1px #ccc !important;
    }

    /*コメント*/
    #contents_indexinfo .comm {
        margin-left: 0.5em !important;
        width: auto !important;
    }

    /*パフォーマンス*/
    /*div.indexinfo_pfm table {
     zoom: 0.85;
     -moz-transform:
     scale(0.85,0.85);
     }*/
    div.indexinfo_pfm th {
        padding: 4px 2px !important;
    }

    div.indexinfo_pfm td {
        padding: 4px 2px !important;
    }

    .tab ul.tabmenu li a,
    .tab_home ul.tabmenu li a {
        padding: 5px !important;
        font-size: 90% !important;
    }

    /******** インデックス検索 ********/
    div.footer_search {
        width: 99% !important;
        margin: 1em auto !important;
    }

    #tab_footer_search_1,
    #tab_footer_search_2,
    #tab_footer_search_3,
    #tab_footer_search_4 {
        padding: 10px !important;
    }

    /******** ページャ ********/
    #pager {
        font-size: 90% !important;
    }

    /*番号Box 選択済み*/
    #pager .box_sel,
    #pager .box_nosel,
    #pager .box_point {
        display: none;
    }

    /*購読無料*/
    #contents_major_index .both {
        /*display: none;*/
        margin-left: 3% !important;
        margin-right: 3% !important;
    }

    /*ランキング*/
    .search2 table td {
        padding: 2px !important;
    }

    #study {
        margin-left: 0em !important;
        margin-right: 0em !important;
    }

    #study h1,
    #study h2 {
        margin: 1em 0 1em 0em !important;
    }

    #loginform,
    #loginmenu,
    #changetable {
        width: auto !important;
        padding: 18px 0 18px 8px !important;
    }

    #changetable {
        margin-left: -8px !important;
    }

    #kiyakuBox {
        width: auto !important;
    }

    #kiyakutitle {
        width: auto !important;
        padding-left: 10px !important;
    }

    div.footer_search div.category {
        border: 0px solid #e3e3e3 !important;
        margin-top: 1em !important;
    }

    div.category {
        border: 0px solid #e3e3e3 !important;
        padding-top: 0 !important;
        margin-bottom: 1em !important;
        margin-top: 1em !important;
    }

    div.navi_index .category_menu {
        margin-top: 0 !important;
        /*margin-bottom: 0px !important;*/
    }

    div.category .category_name,
    div.category .category_name_hidden {
        margin-left: 5px !important;
    }

    /*pull枠*/
    div.pulldown div,
    div.pulldown div.pull_hs {
        margin: 0 0 0 -5em !important;
    }

    div.pulldown div.pull_ws a {
        width: 140px !important;
        text-align: right !important;
    }

    div.pulldown div.pull_ws a.pull_close,
    div.pulldown div.pull_ws a.pull_close:hover {
        width: 140px !important;
        text-align: right !important;
        padding: 0.4em 10px !important;
    }

    #copyright {
        padding: 0.5em !important;
    }

    #gnavi_line {
        margin: 0 !important;
        border-top: 15px solid #e8f2ff;
    }

    dl.nglist dd {
        margin-left: 1em !important;
    }

    .bglist_tl {
        width: 15px !important;
    }

    .bglist_tr {
        width: 15px !important;
    }

    .search th,
    .search2 th {
        white-space: normal !important;
    }

    /*adsense関連コンテンツ広告*/
    #adsense_kanren_contents_inner {
        /*max-height: none !important;*/
    }
}

@media screen and (max-width: 599px) {

    .mobilehide,
    #fixhead {
        display: none !important;
    }

    #header {
        background: #e8f2ff;
        /****固定する****/
        /*padding: 30px 0 0 0;*/
        /****固定しない****/
        margin: -1% 0 0 0 !important;
        padding: 0 !important;
    }

    .pv_txt_all_mobilehide {
        display: none !important;
    }

    #myindex_globalmenu ul li {
        width: 33.1% !important;
    }

    #myindex_globalmenu {
        height: 120px !important;
        /*background: #e8f2ff;*/
    }

    /******** 検索結果 ********/
    /*コスト・リターン比較*/
    #tab_searchf_2,
    #a_tab_searchf_2 {
        /* display: none !important;*/
    }
}

/*w320-413*/
@media screen and (max-width: 413px) {
    .mobilehide320 {
        display: none !important;
    }

    /*globalmenu用*/
    span.img_book,
    span.img_eye,
    span.img_pie,
    span.img_wish,
    span.img_src,
    span.img_rank {
        display: none !important;
    }

    #myindex_globalmenu ul li a {
        font-size: 15px;
    }

    div.navi_index .category_menu {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }

    div.category .category_name_sub {
        white-space: normal !important;
        float: none !important;
        clear: both !important;
        width: 100% !important;
        margin: 0 0 0 1em !important;
        padding-top: 0 !important;
        border-top: 1px solid #e3e3e3 !important;
    }

    div.category .category_name,
    div.category .category_name_hidden {
        background: #eee;
        float: none !important;
        clear: both !important;
        width: 100% !important;
        border: 1px solid #e3e3e3 !important;
        padding: 4px !important;
        margin-top: 1em !important;
    }

    div.category ul {
        margin-left: 1em !important;
        border-top: 0px solid #e3e3e3 !important;
        margin-bottom: 1em !important;
    }

    /******** インデックス検索 ********/
    .tab ul.tabmenu li a,
    .tab_home ul.tabmenu li a {
        margin-right: 4px !important;
        padding: 4px !important;
        font-size: 85% !important;
    }

    #tab_graf ul.tabmenu li a {
        padding: 2px !important;
        font-size: 70% !important;
    }

    div.footer_search {
        width: 99% !important;
    }

    #tab_footer_search_1,
    #tab_footer_search_2,
    #tab_footer_search_3,
    #tab_footer_search_4 {
        padding: 10px !important;
    }

    #changetable table th,
    #changetable table td {
        padding: 4px !important;
    }
}

/*検索table上部の一行広告
 max-width: 879pxまでは非表示*/
.ad_serch_tr {
    /*background: #009900;*/
    display: none;
}

/*adsense関連コンテンツ広告*/
#adsense_kanren_contents {
    clear: both;
    margin: 1em 0;
    padding: 0;
    overflow: hidden;
    /*border: 1px solid #ccc;*/
    /*background-color: #f8f8f8;*/
    background-color: #fff;
}

#adsense_kanren_contents_inner {
    /*max-height: 470px;*/
    /*max-height: 628px;*/
    /*1:2=336:336x2*/
    /*max-height: 694px;*/
    overflow: hidden;
}

#adsense_kanren_contents span {
    clear: both;
    display: block;
    /*padding: 6px 8px 15px 8px !important;*/
    /*font-size: 15px !important;*/
    /*color: #666666 !important;*/
    margin: 1em 0;
}

/*adsenseレスポンス広告*/
div.adsensediv {
    clear: both;
    margin: 0;
    padding: 0;
    /*border: 1px solid #000 !important;*/
    /*background: #0066CC;*/
}

/*responsive336*/
.adsense_responsive336 {
    width: 336px;
    height: 280px;
    margin-left: auto;
    margin-right: auto;
}

.adsense_responsive336x600 {
    width: 336px;
    height: auto;
    min-height: 280px !important;
    max-height: 600px !important;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 335px) {

    .adsense_responsive336,
    .adsense_responsive336H600 {
        width: 300px !important;
        height: 250px !important;
        min-height: 250px !important;
        max-height: 250px !important;
    }
}

/*responsive970*/
.adsense_responsive970 {
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    height: auto;
    max-height: 280px;
}

@media (min-width: 336px) {
    .adsense_responsive970 {
        width: 336px;
        /*max-height: 280px;*/
    }
}

@media (min-width: 468px) {
    .adsense_responsive970 {
        width: 468px;
        /*height: 60px;*/
        /*max-height: 280px;*/
    }
}

@media (min-width: 728px) {
    .adsense_responsive970 {
        width: 728px;
        /*max-height: 280px;*/
    }
}

@media (min-width: 970px) {
    .adsense_responsive970 {
        width: 970px;
        /*max-height: 250px;*/
    }
}


/******** jQuery Smoothproducts 2024/1/24 add********/
.gallery {
    clear: both;
    /* background: #a7baf8; */
    position: relative;
    margin: 5px 0;
    padding: 0;
}

/* （クリックで拡大）画像表示 */
.gallery span.zoomguide {
    /* border: 1px solid #333; */
    opacity: 0.9;
    filter: alpha(opacity=90);
    position: absolute;
    left: 5px;
    top: 5px;
    pointer-events: none;
}

.sp-wrap {
    display: none;
    line-height: 0;
    font-size: 0;
    /* background: #eee; */
    /* border: 0px solid #fff; */
    /* border-radius: 0px; */
    position: relative;
    margin: 0;
    padding: 0;
    /* float: left; */
    clear: both;
}

.sp-wrap img {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
}

.sp-thumbs {
    text-align: left;
    display: inline-block;
}

.sp-thumbs img {
    min-height: 50px;
    min-width: 50px;
    max-width: 50px;
}

.sp-thumbs a:link,
.sp-thumbs a:visited {
    width: 50px;
    height: 50px;
    overflow: hidden;
    opacity: 0.4;
    display: inline-block;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.sp-thumbs a:hover {
    opacity: 1;
}

.sp-thumbs a:active,
.sp-current {
    opacity: 1 !important;
    position: relative;
}

.sp-large {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
}

.sp-large a img {
    max-width: 100%;
    height: auto;
}

.sp-large a {
    display: block;
}

.sp-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .9);
    z-index: 500;
    display: none;
    cursor: pointer;
}

.sp-lightbox img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 90%;
    max-height: 90%;
    border: 0px solid #fff;
}

#sp-prev,
#sp-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 501;
    color: #fff;
    padding: 14px;
    text-decoration: none;
    background: #000;
    border-radius: 25px;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    transition: .2s;
}

#sp-prev {
    left: 10px;
}

#sp-prev:before {
    content: '';
    border: 7px solid transparent;
    border-right: 15px solid #fff;
    position: absolute;
    top: 16px;
    left: 7px;
}

#sp-next {
    right: 10px;
}

#sp-next:before {
    content: '';
    border: 7px solid transparent;
    border-left: 15px solid white;
    position: absolute;
    top: 16px;
    left: 18px;
}

#sp-prev:hover,
#sp-next:hover {
    background: #444;
}

@media screen and (max-width: 400px) {

    #sp-prev,
    #sp-next {
        top: auto;
        margin-top: 0;
        bottom: 25px;
    }
}

/* --------------------Smoothproducts */
