@charset "utf-8";

/*

M2Plus theme adapted for Movable Type default templates 
name: M2Plus Standard Style  
designer: JMAC  
designer_url: http:/www.m2plus.com
layouts: layout-wtt, layout-twt, layout-wt, layout-tw
*/


/* Default ---------------------------------------------------------------- */

/* Global */

body {
    font: normal 13px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
}


/* Header */

#header {
    margin-bottom: 15px;
}

#header-inner {
    position: relative;
}

#header-name {
    margin: 0 0 5px;
    line-height: 1;
}

#header-description {
    margin: 0;
    font-size: 14px;
    line-height: 1.125;
}

#header a {
    text-decoration: none;
}

#header a:hover {
    text-decoration: underline;
}

/* M2plus top logo (JMAC 2010.11) */
/* aoki (JMAC 2017.08) */
#head_banner_searchbox {
    text-align: right;
    width: 320px;
    float: right;
}

#head_banner_searchbox table.gsc-search-box td.gsc-input {
    padding: 0 !important;
	margin:0;
}
#head_banner_searchbox input[type="text"] {
    height: 30px;
    padding: 0!important;
    width: 270px;
	border: none !important;
	margin-left:80px;
}
#head_banner_searchbox input[type="submit"] {
    float: right;
    height: 30px;
    margin-left: 0 !important;
    width: 20px;
}

div#head_bannerlogo {
	margin-top: 0px;
	margin-bottom: 6px;
	margin-right: 20px;	/* see header-conntent */
}

div.head_bannerlogo_left {
	float: left;
	padding-bottom: 10px;
	padding-top: 20px;
	text-align: left;
	/* width: 30%; */
	width: 18%;
}
div.head_bannerlogo_right {
	height: 50px;
	margin-left: 30%;
	margin-bottom: 0px;
	padding-right: 0px;
	text-align: right;
	color: #000000;
}

ul.function_box{
	text-align: right;
	}

ul.favorite{
	position: relative;
	top: 5px;
	right: 155px;
	font-size: 14px;
	display: inline;
	}

ul.favorite li{
	list-style: none;
	vertical-align:middle;
	}
	
ul.favorite li span{
	text-decoration: none!important;
	}

ul.favorite li span img{
	position: relative;
	top: 2px;
	}
	
ul.favorite li span:hover{
	text-decoration: underline!important;	
	}

@media only screen and (max-device-width: 480px) {
	ul.favorite li{
		font-size: 14px;
		margin-top: 3px;
	}
}

ul.function_box li.favotext{
	display: inline;
	margin-right: 10px;
	padding-left: 19px;
	background: url(./pa_logo.png) no-repeat 0% 100%;
	list-style: none;
	}

@media only screen and (max-device-width: 480px) {
	ul.function_box li.favotext{
		font-size: 11.5px;
	}
}
	
ul.function_box li.prime_b{
	display: inline;
	}
	
ul.function_box li.prime_b a img{
	margin-right: 1px;
	position: relative;
	top: 4px;
	}

ul.function_box li.prime_b a:hover img{
	opacity: 0.6;
	}	

div#head_bannerlogo_member {
    font-size: 12px; 
    padding-top: 3px;
    text-align: right;
}

#head_bannerlogo_names {
	font-size: 12px;
}

#head_bannerlogo_namem {
	font-size: 12px;
}

#head_bannerlogo p{
	-webkit-text-size-adjust: 100%!important;
}

div#seasonal_keywors dl dd ul li{
	display: inline-block;
}

/* --- header banner menu (JMAC 2010.11) --- */

table#head_banner_menutable {
    width: 100%;
    height: 32px;
    border-collapse: collapse;
}
table#head_banner_menutable td {
    border: solid 1px #000000;
    text-align: center;
    font-size: 14px;
}

table#head_banner_menutable td.menu_link {
    background-color: #CCCCCC;
}
table#head_banner_menutable td.menu_link a {
    color: #666666;
}

table#head_banner_menutable td.menu_here {
    background-color: #666666;
}
table#head_banner_menutable td.menu_here a {
    color: #FFFFFF;
}

table#head_banner_menutable td.menu_search {
    background-color: #666666;
}


/* --- Common error message class (JMAC 2010) --- */

.error_message {
	font-size: 16px;
	color: red;
	margin: 0px;
	padding: 0px;
}

/* Content */

.asset-name {
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.asset-name a {
    text-decoration: none;
}

.asset-name a:hover {
	color: #BA1064;
}

.asset-content {
    margin: 5px 0px 5px 1em;
}

.asset-more-link {
    font-weight: bold;
    margin-top: -0.5em;
}

.asset-meta {
    border-top: 1px solid #ccc;
}

/* no use 2011.03.10 
.asset-footer {
    border-top: 1px solid #ccc;
}
*/

.content-nav {
    margin: 5px 0 10px;
}

.archive-title {
    margin: 5px 0 30px;
    font-size: 26px;
    font-weight: bold;
}

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    margin: 0;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
}

.search-results-header {
    margin-bottom: .25em;
}

.asset-more-link,
.asset-meta,
.typelist-thumbnailed {
    font-size: 11px;
}

/* Footer */

#footer-content,
#footer-content a {
    color: #666666;
}


/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}


/* Global ----------------------------------------------------------------- */
body {
	color: #333333;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #fff; 
	-webkit-font-smoothing: antialiased;
}

a {
	color: #333333; 
}

a:hover {
    text-decoration: none;
	color: #BA1064;
}

.h1 a {
    color: #666666; 
}

.h1 a:hover {
    text-decoration: none;
	color: #BA1064;
}

/* Layout ----------------------------------------------------------------- */

#container-inner,
#content {
    background-color: #fff;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

#header-inner {
    padding-right: 0;
    padding-left: 0;
}
#beta-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 0;
}

#content { 
    margin-top: 5px;  
    margin-bottom: 30px; 
}

#container-inner {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

#header-inner,
#content-inner,
#footer-inner {
    position: relative;
    width: 940px;
    margin: 0 auto;
}


/* Header ----------------------------------------------------------------- */

#header { 
    border-color: #FFFFFF;  
    background: #FFFFFF; 
}

/* headerの宣言が重複している上、リンクが全て白地に白塗りになるのでカット */
/*
#header a {
    color: #fff;
    font-weight: bold;
}
*/

#header-content {
    margin: 4px 20px 0px 0px;
    clear: both;
}

#header-name {
    color: #fff; 
    font-size: 34px;
    font-weight: bold;
}

#header-description {
    color: #fff;  
}

/* JMAC 2010.11 */
#header .pseudo_link {
	color: #666666;
	text-decoration: underline;
}
#header .pseudo_link:hover {
	text-decoration: none;
	cursor: pointer;
	color: #BA1064;
}

input#search.ti.focus {
        background : #fff;
}
input#search.ti {
        background : #fff url(handglass12.png) left center no-repeat;
}
input#menu_search.ti.focus {
        background : #fff;
}
input#menu_search.ti {
        background : #fff url(handglass12.png) left center no-repeat;
}
#search {
        background : #fff url(handglass12.png) left center no-repeat;
}

#search:focus {
        background : #fff;
}


/* Content ---------------------------------------------------------------- */

.asset-name,
.asset-name a,
.archive-title {
    color: #000;
}

.asset-footer {
    border-top-color: #ddd;
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    color: #333;
}

.comment,
.trackback {
    border-color: #ddd;
}


 .asset-name a {
    margin-bottom: 8px;
}

.asset-name a:hover {
	color: #BA1064;
}

.archive-list-item {
    margin-bottom: 5px;
}

/* -- Main contents area (JMAC 2010) -- */

div.alpha_block {
	color: #333333;
}

div.alpha_block .alpha_pagehead {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	border-bottom: solid 1px #999999;
}

div.alpha_block div.alpha_pagelink {
	margin-bottom: 8px;
	text-align: right;
	padding-right: 4px;
	font-size: 11px;
}

div.alpha_pagelink .pagelink_list {
	font-size: 11px;
	color: #666666;
}

div.alpha_block .alpha_head {
    margin-top: 8px;
    margin-bottom: 15px;
    padding: 5px 15px;
    border: solid 1px #999999;
    color: #333333;
}

div.alpha_block img.alpha_header {
    margin-top: 8px;
    margin-bottom: 15px;
}

div.alpha_block .alpha_foot {
    text-align: right;
    padding-right: 5px;
    font-size: 12px;
}

div.alpha_block .block_title {
	border-left: solid 14px #BA1064;
	border-right: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 8px;
	margin-bottom: 2px;
	margin-left: -6px;
	margin-right: -6px;
	font-size: 22px;
	font-weight: bold;
	font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	color: #666666;
}

div.alpha_block .pseudo_link {
	color: #666666;
}

div.alpha_block .pseudo_link:hover {
	text-decoration: none;
	cursor: pointer;
	color: #BA1064;
}

/* -- Top page [eyecatch] in main area (JMAC 2010) -- */

div#alpha_eyecatch {
    background-color: #FFFFFF;;
    text-align: center;
    height: 210px;
}

/* -- Top page [campaign] in main area (JMAC 2011) -- */

div#alpha_campaign_left {
    float: left;
    margin-top: 10px;
}

div#alpha_campaign_right {
    float: right;
    margin-top: 10px;
}

/* -- Top page [news] in main area (JMAC 2010) -- */

div.alpha_news_entry {
    margin-left: 5px;
    margin-right: 15px;
}

div.alpha_news_entry .news_title {
	font-size: 14px;
	margin-bottom: 0px;
}

div.alpha_news_entry .news_body {
	font-size: 12px;
	margin-bottom: 15px;
}

div.alpha_news_entry .news_icon {
        vertical-align: -20%;
}

/* -- Top page [bbs] in main area (JMAC 2010) -- */

div.alpha_bbs_entry {
    margin-left: 5px;
    margin-right: 15px;
}

div.alpha_bbs_entry .bbs_title {
	font-size: 14px;
}

div.alpha_bbs_entry .bbs_body {
	font-size: 12px;
	border-bottom: solid 1px #CCCCCC;
}

div.alpha_bbs_entry .bbs_bodydate {
	font-size: 11px;
	color: #999999;
}

/* -- Top page [staff blog] in main area (JMAC 2010) -- */

div.alpha_staffblog_entry {
    margin-left: 5px;
    margin-right: 15px;
    margin-top: 10px;
}

div.alpha_staffblog_entry .staffblog_title {
    margin-bottom: 5px;
    font-size: 14px;
}

div.alpha_staffblog_entry .staffblog_info {
    font-size: 10px;
    color: #999999;
}
.staffblog_info a {
    color: #999999;
}

div.alpha_staffblog_entry .staffblog_author {
    font-size: 12px;
    padding-right: 3px;
}

div.alpha_staffblog_entry .staffblog_body {
	margin-top: 10px;
	border-bottom: solid 1px #CCCCCC;
	font-size: 12px;
	padding-right: 3px;
	padding-top: 4px;
	padding-bottom: 16px;
}

/** -- main contents area [item] (JMAC 2010) -- */
div#alpha_item {
}
div#alpha_item h2 {
	font-size: 14px;
}

div#alpha_item_main {		/* 商品メイン画像と説明エリア */
	margin-top: 12px;
}

#alpha_item_mainimage {			/* 商品メイン画像 */
	width: 160px;
}
#alpha_item_mainimage img {
}

#alpha_item_maindisplay {	/* 商品説明表示エリア メイン */
	padding-top: 4px;
	width: 300px;
}

#alpha_item_bookinfo {		/* 書籍情報 */
}

#alpha_item_compatibility {	/* 対応機種 */
	height: 24px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 2px;
}
#alpha_item_compatibility img {
	margin-right: 4px;
}

#alpha_item_name { /* store ブログのみ */
	margin-bottom: 8px;
}

#alpha_item_priceblock {	/* 価格・ポイント情報ブロック */
	padding-top: 4px;
	margin-bottom: 0.1em;
}

#alpha_item_hanbai {			/* 販売ボタン等ブロック */
	padding-left: 4px;
}

#alpha_item_hanbai img {		/* 販売・立ち読みボタン画像 */
	 vertical-align: middle;
}

#alpha_item_favoritebutton {
	display: block;
	margin-top: 2px;
	cursor:pointer ; 
}

#alpha_item_buybutton{
	cursor:pointer ;	
}

#alpha_item_trialokbutton{
	cursor:pointer ;	
}

#alpha_item_preliminary {	/* 発売前表記 */
	margin-left: -4px;
	padding-top: 4px;
	padding-left: 0px;
	padding-right: 12px;
	padding-bottom: 3px;
	line-height: 150%;
}

#alpha_item_attentions {	/* 製品注意書き */
	padding-top: 6px;
	padding-left: 24px;
	padding-right: 16px;
	padding-bottom: 6px;
	text-indent: -0.8em;
}

.shotenguide {
        color: #666;
}

#alpha_item_trialcaution {
	margin-left: 1.0em;
        text-indent: -0.5em;
}

/*
#alpha_item_usefunction {
        padding-top:  6px;
}
*/

#alpha_item_usefunction table {
        margin-left: 12px;
}

#alpha_item_usefunction_lbldiv{
        margin-bottom: 2px;
}
#alpha_itemcomment {
        margin-right: 5px;
        text-align: right;
}
#alpha_itemcomment_label {
        float: left;
}
#alpha_itemcomment_link {
        float: right;
        margin-top: 24px;
        font-size: 11px;
}
#alpha_item_usefunction_lbltbl {
        width: 100%;
        padding: 1px 5px;
}

#alpha_item_usefunction_label {
        width: 50%;
}
#alpha_item_usefunction_declaration {
        text-align: right;
        width: 50%;
}
#alpha_item_usefunction_declaration a{
        margin-bottom: 2px;
}

#alpha_item_usefunction_caution {
        margin-left: 24px;
        margin-top: 6px;
        font-size: 11px;
        text-indent: -0.8em;
}

#alpha_item_attentions p {
	margin: 0px;
/*	padding-top: 2px; */
}
#alpha_item_attentions a {
    color: #CC0022;
}

#alpha_item_communication {	/* facebook */
	padding-top: 4px;
	padding-left: 8px;
}

#alpha_item_catch {		/* 商品キャッチ */
	padding: 8px;
}
#alpha_item_catch p {
	margin: 2px;
}

#alpha_item_catch_shadow {	
	margin-top: 10px;
	/* margin-left: 12px;  */
	/* margin-right: 12px; */
	padding-right: 1px;
	border-right: solid 1px #DDDDDD;
	padding-bottom: 2px;
	border-bottom: solid 1px #DDDDDD;
}
#alpha_item_catch_shadow2 {
	height: 3px;
	position: absolute;
	border-left: solid 2px white;
}

div#alpha_item_crosssell {	/* クロスセルエリア */
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	margin-top: 16px;
	margin-bottom: 16px;
	padding-top: 8px;
	padding-bottom: 4px;
}

div#alpha_item .item_detail_tab {
	margin-left: 4px;
	margin-right: 4px;
}

div#alpha_item .tab_head {
	margin: 0px;	
	padding: 0px;
}

div#alpha_item .tab_head li {
	float: left;
	list-style: none;
}

div#alpha_item .tab_body {
	border: solid 1px #999999;
	padding: 4px;
	height: 400px;
   overflow: auto;
}

div#alpha_item .tab_hidden {
	display: none;
}

div#alpha_item_comment {
	margin-top: 24px;
}

.alpha_itemtaiou_icon { /* 対応機種のアイコン領域 */
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 12px;
}

.alpha_itemtaiou_desc { /* 対応機種タブの表部分 */
	padding-top: 6px;
	padding-bottom: 2px;
}

hr.alpha_itemtaiou { /* 対応機種タブ内のセパレータ */
	background-color: #999999;
	width: 98%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6px;
}

/** --- main contents [breadcrumbs] (JMAC 2011.0916) --- */
	
div#alpha_item_breadcrumbs {
        color: #333;
        font-size: 12px;
        font-weight: normal;
}

div#alpha_item_breadcrumbs a{
        text-decoration: underline;
}

div#alpha_item_closeup .closeup_img {
        height: 117px;
        width: 148px;
}

div#alpha_item_closeup_pic1 {
        margin-right:7.5px;
}

div#alpha_item_closeup_pic2 {
        margin-right:7.5px;
}

/** --- main contents [New Products] (JMAC 2010) --- */
div#alpha_newitems {
	color: #333333;
}

/** --- main area item list (JMAC 2010) --- */

#alpha_itemlist_list table {
	border-collapse: collapse;
	width: 99%;
}

#alpha_itemlist_list td {
	vertical-align: top;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 4px;
	width: 49%;
	overflow: hidden;
}

#alpha_itemlist_list .item_odd {
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}
#alpha_itemlist_list .item_even {
	border-bottom: solid 1px #CCCCCC;
}
#alpha_itemlist_list .item_odd_bottom {
	border-right: solid 1px #CCCCCC;
	border-bottom: none;
}
#alpha_itemlist_list .item_even_bottom {
	border-bottom: none;
}

#alpha_itemlist_list .item_screenshot {
    margin-bottom: 8px;
}

#alpha_itemlist_list h2 {
	margin-left: 16px;
	margin-right: 16px;
}

#alpha_itemlist_main_control {
        text-align: right;
}

/** --- main area item list [breadcrumbs] (JMAC 20110916 add) --- */
div#alpha_category_breadcrumbs {
        color: #333;
        font-size: 12px;
        font-weight: normal;
        margin-bottom: 5px;
}

div#alpha_category_breadcrumbs a{
        text-decoration: underline;
}

/* --- main contents area [item comment] (JMAC 2010) -- */
div#alpha_comment {
}

div#alpha_comment .comment_count {
	padding: 4px 0px;
}

div#alpha_comment_disable {
	color: #666666;
}

div#alpha_comment .comment_link {
	color: #333333;
}
div#alpha_comment .comment_link:hover {
	text-decoration: none;
	cursor: pointer;
	color: #BA1064;
}

div#alpha_comment .comment_rating {
	color: #BA1064;
}

div#alpha_comment .comment_reply {
	margin-left: 2em;
}

div#alpha_comment .comment_body {
	margin-left: 1em;
}

div#alpha_comment_form {
	margin: 4px 8px 4px 20px;
}

div#alpha_comment .comment_data {
	margin-left: 8px;
	margin-bottom: 12px;
	padding-left: 8px;
	border-bottom: solid 1px #CCCCCC;
}

div#alpha_comment .comment_date {
	color: #999999;
}

div#alpha_comment_enable{
	margin-left: 16px;
}

div#alpha_comment_goindex a {
	color: #666;
}

div#alpha_comment_goindex a:hover {
	color: #BA1064;
}

/* Widget ----------------------------------------------------------------- */

/* common settings [ margin left and right ] */

.widget-header,
.widget-content,
.wgt_link {
    margin-right: 12px;
    margin-left: 12px;
    border: solid 1px #FFFFFF;	/* for IE6 */
}

/* common settings [ font ] */

.widget-header {
    color: #111111;
    font-family: trebuchet ms; 
    font-size: 14px;
    font-weight: normal;
}
.widget-header a {
    color: #333;
    font-weight: normal;
}

.widget-content {
    color: #333333;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 15px;
    line-height: 140%;
}

.widget-content a {
    color: #666666;
}

.widget-content a:hover {
    color: #BA1064;
}

/* individual settings */

.widget-header {
    padding: 0;
    margin-bottom: 5px;
    padding-bottom: .1em; 
}

#content .widget-powered .widget-content {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
} 

.widget-header a {
    text-decoration: none;
}

.widget-header a:hover {
	color: #BA1064;
}

/* "Powered By" Widget */

.widget-powered .widget-content {
    padding: 10px;
    text-align: center;
}


/* Calendar Widget */

.widget-calendar .widget-content table {
    font-size: 10px;
}


/* Footer Widgets */

#footer .widget {
    margin: 10px 0;
}

#footer .widget-content {
    padding-right: 0;
    padding-left: 0;
}

#footer .widget-powered .widget-content {
    padding: 0;
    text-align: left;
}

/* -- Widget Basic Design (JMAC 2010) -- */
div.wgt_block {
    border: solid 1px #999999;
    margin-bottom: 7px;
    padding-top: 0px;
    width: 99%;	/* for IE6 */
    line-height: 120%;
}

div.wgt_block .wgt_header {
	margin-bottom: 7px;
}

div.wgt_block hr {
	background-color: #CCCCCC;
	margin-top: 2px;
	margin-bottom: 5px;
}

div.wgt_block div.wgt_link {
    margin-top: -3px;
    padding-top: 0px;
    margin-bottom: 12px;
    font-size: 12px;
}

div.wgt_block .pseudo_link {
	font-size: 12px;
	color: #666666;
}
div.wgt_block .pseudo_link:hover {
	text-decoration: none;
	cursor: pointer;
	color: #BA1064;
}

div.wgt_blog_banner {
	border: 0px;
	margin-bottom: 7px;
	padding-top: 0px;
	width: 99%;
	text-align: center;
}

td.wgt_blog_banner a {
	display: block;
	text-align: center;
	margin-bottom: 7px;
	width: 188px;
	height: 50px;
}

/*
td.wgt_blog_banner a:hover {
	background: url(/mt-static/themes/m2plus/m2plus-blog-on.png) no-repeat;
}
*/

td.wgt_bbs_banner a {
	display: block;
	text-align:center;
	margin-bottom: 7px;
	width: 188px;
	height: 50px;
}

td.wgt_leftside_banner a {
        display: block;
        text-align:center;
        margin-bottom: 7px;
        width: 188px;
        height: 50px;
}

/*
td.wgt_bbs_banner a:hover {
	background: url(/mt-static/themes/m2plus/m2plus-bbs-on.png) no-repeat;
}
*/

/* -- Logo & facebook Widget (JMAC 2011) -- */
div#wgt_logo_facebook {
	margin-left: 40px;		/* 画像横幅分ずらす */
	padding-left: 5px;
	padding-top: 15px;
}

/* -- Common Item block in Widgets (JMAC 2010) -- */
div.wgt_block div.wgt_item {
    clear: both;
    border-bottom: solid 1px #CCCCCC;
    margin-bottom: 6px;
    padding-bottom: 6px;
}

div.wgt_item a {
    color: #333333;
}

img.wgt_item_imgsmall {
    width: 30px;
    height: 40px; 
    margin-right: 5px;
    margin-bottom: 10px;
}
img.wgt_item_imgmiddle {
    width: 60px;
    height: 80px;
    margin-right: 4px;
}

div.wgt_item_infomiddle{
    margin-left: 60px;
}
div.wgt_item_infosmall{
    margin-left: 30px;
}

dl.wgt_item_rank{
    margin-bottom: 2px;
}
dl.wgt_item_rank dt {
    float: left;
    width: 1.3em;
    font-size: 14px;
    color: #333333;
}
dl.wgt_item_rank dd {
    margin-left: 1.8em;
    font-size: 12px;
}

div.wgt_item_compatibility {
    margin-left: 1.5em;
    margin-top: 6px;
    margin-bottom: 4px;
}
div.wgt_item_compatibility img {
    margin-left: 3px;
}

div#alpha_item_compat_iconlist {
    margin-right: 15px;
}

div.wgt_item_price {
    margin-left: 1em;
}
div.wgt_item_price span.item_price {
    color: #CC0022;
    font-size: 12px;
}

/* Bestseller Widget */
#wgt_bestapp_content { /* for home blog */
	margin-bottom: 0px;
}
#wgt_bestebook_content { /* for home blog */
	margin-bottom: 0px;
}
#wgt_bestseller_content { /* for appstore, ebook and store blog */
	margin-bottom: 0px;
}
#wgt_bestread_content {
	margin-bottom: 0px;
}
#wgt_trialrank_content {
	margin-bottom: 0px;
}
#wgt_bestapp_content   .wgt_item,
#wgt_bestebook_content .wgt_item,
#wgt_bestseller_content .wgt_item {
	min-height: 80px;    /* icon image height (40px) + padding */
/* for IE 6 */
	height: auto !important;
	height: 80px;
}

#wgt_bestread_content .wgt_item {
	min-height: 80px;    /* icon image height (40px) + padding */
/* for IE 6 */
	height: auto !important;
	height: 80px;
}

#wgt_trialrank_content .wgt_item{
	min-height: 80px;	/* icon image height (40px) + padding */
/* for IE 6 */
	height: auto;
	height: 80px;
}

.wgt_bestseller_control {
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
}

.wgt_bestread_control {
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
}

.wgt_trialrank_control {
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* Recent checked items Widget */
#wgt_recentapp_content {
	margin-bottom: 0px;
}
#wgt_recentebook_content {
	margin-bottom: 0px;
}
#wgt_recentstore_content {
	margin-bottom: 0px;
}

#wgt_recentapp_content   .wgt_item,
#wgt_recentebook_content .wgt_item,
#wgt_recentstore_content .wgt_item {
	min-height: 46px;    /* icon image height (40px) + padding */
/* for IE 6 */
	height: auto !important;
	height: 46px;
}

.wgt_recent_control {
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
}


/* Before Login Widget for home (JMAC 2010.11) */

div#wgt_beforelogin {
    text-align: center;
}

/* Login Widget for each stores (JMAC 2010.11) */

div#wgt_login_userinfo {
    text-align: right;
    font-size: 14px;
    color: #000000;
}

div#wgt_login_control {
    text-align: right;
    font-size: 13px;
}
div#wgt_login_control .pseudo_link {
	color: #666666;
}
div#wgt_login_control .pseudo_link:hover {
	text-decoration: none;
	cursor: pointer;
	color: #BA1064;
}

/* UserInfo Widget (JMAC 2010.11) */

div#wgt_afterlogin {
    text-align: center;
}

div#wgt_afterlogin_links {
    text-align: left;
    width: 80%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
}

div#afterlogin_point {
	font-size: 14px;
}

/* --- Popup Widget (JMAC 2011) ---*/
div.wgt_popup {
	position: absolute;
}

/* --- Category Widget (JMAC 2011) --- */

div#wgt_category {
	overflow: visible;
	z-index: 999;	/* for mouse hover */
}
div#wgt_category div {
	overflow: visible;
}

ul#wgt_category_topmenu {
}
ul#wgt_category_topmenu li {
}
ul#wgt_category_topmenu img {
	margin-right: 4px;
}
li#wgt_category_menu_search {
        margin-bottom: 12px;
        font-size: 12px;
}

#wgt_category_searchform {
        margin-top: 2px;
}

#menu_search {
        background : #fff url(handglass12.png) left center no-repeat;
}
#menu_search:focus {
        background : #fff;
}

.wgt_category_subtitle {
	padding-top: 2px;
	padding-left: 4px;
	color: #000000;
}
div.wgt_category_submenu {
	width: 168px;
	border: solid 1px #999999;
	background-color: #FFFFFF;
	line-height: 160%;
}
ol.wgt_category_sublist {
	list-style:none;
	margin-left: 0px;
	padding-left: 4px;
}
ol.wgt_category_sublist li {
	margin-left: 0px;
	padding-left: 4px;
}

/* --- Shopping cart Widget (JMAC 2010) --- */
div#wgt_cart {
	padding-top: 0px;
	text-align: center;
}

h3#wgt_cart_header {
	margin-top: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-color: #666666;
	color: #FFFFFF;
	font-size: 14px;
}

div#wgt_cart_payment {
	margin-top: 5px;
	margin-bottom: 2px;
}

div#wgt_cart_summary {
	padding-bottom: 6px;
	border-bottom: solid 1px #CCCCCC;
}

div#wgt_cart_summary p {
	margin-bottom: 1px;
	font-size: 14px;
}
*#wgt_cart_totalprice {
	color: #CC0022;
}

div#wgt_cart_summary .wgt_cart_note {
	font-size: 10px;	
}

div#wgt_cart .cart_block_right {
	text-align: right;
	margin-top: -20px;
	padding-top: 0px;
	padding-bottom: 2px;
}

div#wgt_cart div.cart_iteminfo {
	padding-left: 4px;
	line-height: 150%;
}

div.cart_item .cart_itemincrease {
	margin-left: 8px;
	font-size: 10px;
}
div.cart_item .cart_itemdecrease {
	margin-left: 2px;
	font-size: 10px;
}
div.cart_item .cart_itemname {
	font-size: 13px;
}
div.cart_item .cart_subtotal {
	color: #CC0022;
}
div#wgt_cart .cart_item {
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
}
div#wgt_cart .cart_item a:hover{
	color: #BA1064;
}
div#wgt_cart .cart_remove {
	color: #333333;
}
div#wgt_cart .cart_remove:hover {
	text-decoration: none;
	cursor: pointer;
	color: #BA1064;
}

div#wgt_cart_listcontrol {
	text-align: left;
	padding-left: 4px;
}

div#wgt_cart div.cart_itemlabel {
	text-align: center;
	padding-bottom: 4px;
}
div#wgt_cart div.cart_itemlabel span {
	color: #666666;
}

div#wgt_cart_removeallblock {
	text-align: right;
	margin-top: -2px;
}

/* Footer ----------------------------------------------------------------- */

#footer { 
    background-color: #FFFFFF;
/* JMAC 2011 */
    border-top: solid 1px #BA1064;
    padding-top: 0px;
}

#footer-content {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 15px;
/*    border-top: solid 1px #999999;  */
}

/* -- banner footer (JMAC 2010) -- */
#footer_banner_link {
    text-align: center;
}

#footer_banner_link a:hover{
    text-align: center;
    color: #BA1064;
}

#footer_banner_copyright {
    text-align: center;
    margin-top: 10px;
}

div.footer_m2pluslogo {
    text-align: center;
}

.footer_m2pluslogo img#foot_m2pluslogo {
    width: 140px;
    height: 32px;
}

/* Utilities -------------------------------------------------------------- */

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}


#header-inner,
#content-inner,
#footer-inner,
.asset-body {
    height: 1%;
}

/* -- login dialog ( use jquery-ui styles also ) -- */
div#head_login h2 {
	font-size: 14pt;
	color: #0033FF;
}

div#head_login #login_input {
	padding-top: 16px; 
	padding-bottom: 16px; 
}

div#head_login #login_input table {
	border: none;
	margin-left: auto;
	margin-right: auto;
}
div#head_login #login_input table td {
	text-align: left;
	padding-right: 4px;
}

div#head_login #login_input hr {
	background-color: #999999;
	margin-top: 12px;
	margin-bottom: 12px;
}

div#head_login #login_messages #login_errormessages {
	color: #FF0000;
}

div#head_login #login_footer{
	text-align: center;
	margin-top: 12px;
}
div#head_login .link_text {
	font-size: 14px;
	color: #660000;
}
div#head_login .link_text:hover {
	text-decoration: none;
	cursor: pointer;
	color: #BA1064;
}

/* -- new regist dialog ( use jquery-ui styles also ) -- */
div#head_regist h2 {
	font-size: 14pt;
	color: #993300;
}

div#head_regist h3 {
	font-size: 12pt;
	color: #333333;
}

div#head_regist textarea {
	margin-bottom: 8px;
}

div#head_regist #regist_errormsg {
	color: red;
}
div#head_regist #regist_message {
	color: #000066;
}

div#head_regist table {
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border: none;
	border-collapse: collapse;
}

div#head_regist table th {
	width: 24%;
	text-align: left;
	padding-left: 4px;
	padding-right: 8px;
	border-bottom: solid 1px #999999;
	color: #333333;
}
div#head_regist table td {
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: solid 1px #999999;
	color: #333333;
}
div#head_regist table .input_category {
	padding-top: 4px;
	padding-left: 1px;
	color: #666666;
}

div#head_regist .validate_ok {
	background-color: transparent;
}
div#head_regist .validate_ng {
	background-color: #FFDDDD;
}

div#head_regist .required {
	color: #CC0033;
	font-size: 10px;
}

/* Custom Styles ---------------------------------------------------------- */

#header-nav-inner {
    position: relative;
    width: 900px;
    margin: 0 auto;
}

hr.btmhr {
    margin-top: -10px;
    height: 1px;
    color: #ccc;
    background-color: #ccc;
}

div.hentry {
    margin-top: 10px;
}

/*
#search_result_title {
    font-weight: bold;
     color: #333;
}
*/

/* JMAC 2017.08 aoki---------------------------------------------------------- */
.rightBox{
	width:70%;
	height:84px;
	float:right;
	padding:0;
}

.searchBox{
width: 400px;
height: 50px;
// float:right;
background: url(searchBg2.png) top right no-repeat;
margin: 18px 0 8px 0;
padding: 0;
}

ul.otherLink{width:650px;
height:19px;
float:right;
list-style:none;
margin:2px 0 0 0;}

ul.otherLink li{height:18px;
margin:0 0 0 10px;
float: right;}


/* googleカスタム検索 */
#head_banner_searchbox .gsc-search-box .gsc-input-box,
#head_banner_searchbox .gsc-search-box .gsc-input-box-hover,
#head_banner_searchbox .gsc-search-box .gsc-input-box-focus {
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

/* 検索ボタンの背景をボタンのように見せかける */
#head_banner_searchbox .gsc-search-box .gsc-search-button {
	position: relative;
	background: none;
	cursor: pointer;
    border: none;
    opacity: 0;
}
 
/* 検索ボタンの背景部分にテキストを表示させる */
#head_banner_searchbox .gsc-search-box .gsc-search-button:before {
	position: absolute;
	background:none;
}
 
/* 検索ボタンを透明化し背景のみを表示させる */
#head_banner_searchbox .gsc-search-box input.gsc-search-button-v2,
#head_banner_searchbox .gsc-search-box input.gsc-search-button {
	width: 100%;
	height: 30px;
	padding: 0 !important;
	opacity: 0;
	filter: alpha(opacity=1);/* ie 6 7*/
	-ms-filter: "alpha(opacity=1)";/* ie 8*/
}

.cse form.gsc-search-box, form.gsc-search-box{
	padding: 1px 0 0 0 !important;
    margin-bottom: 6px;
}

.gsc-clear-button{display:none;}

.snsBox{width:70px;
height:30px;
float:right;
margin:0 0 10px 0;}

.snsBox img{margin-left:5px;}

/* 購入ボタンtest 20180911 */

.m2plus-button {
    font-family: “Font Awesome 5 Free”;
    display: inline-block;
    padding: 4px 0 5px 0;
    width: 90%;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    white-space: nowrap;
    color: #fff;
    background-color: #ba1064;
    border: solid 1px #ba1064;
    box-shadow: 0px 4px #861529;
    margin-bottom: 8px;
}
.m2plus-button:hover {
    background-color: #d71675;
    text-decoration: none;
}
.m2plus-button:focus {
    outline: 0;
}
.m2plus-button:active {
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
}
.m2plus-button i {
    margin-right: 5px;
}

/* 立ち読み・お気に入り・近日発売ボタン 20190605 */
.m2plus-subbutton{
	zoom: 1;
	width: 270px;
}
.m2plus-subbutton:after{
	content: "";
	clear: both;
	display: block;
}

.m2plus-browsing-button{
	font-family: “Font Awesome 5 Free”;
	display: inline-block;
	padding: 4px 0 5px 0;
	width: 47%;
	border-radius: 4px;
	text-decoration: none;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
	white-space: nowrap;
	color: #ba1064;
	background-color: #fff;
	border: solid 1px #ba1064;
	margin:0 0 8px 8px ;
	float: right;
}
.m2plus-browsing-button:hover {
	background-color: #DB5597;
	border: solid 1px #DB5597;
	text-decoration: none;
	color: #fff;
	transition: 0.3s;
}

.m2plus-browsing-button i {
	margin-right: 5px;
}

.m2plus-favorite-button{
	font-family: “Font Awesome 5 Free”;
	display: inline-block;
	padding: 4px 0 5px 0;
	width: 47%;
	border-radius: 4px;
	text-decoration: none;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
	white-space: nowrap;
	color: #444;
	margin:0 0 8px 5px ;
	float: left;
	border:none !important;
}
.m2plus-favorite-button:hover {
	background-color: #eee;
	text-decoration: none;
	transition: 0.3s;
}
.m2plus-favorite-button i {
	margin-right: 5px;
	 color: #ba1064;
}

.m2plus-prereleasebutton{
	display: inline-block;
	padding: 4px 0 5px 0;
	width: 90%;
	border-radius: 4px;
	text-decoration: none;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	white-space: nowrap;
	color: #fff;
	background-color: #f49ab4;
	border: solid 1px #f49ab4;
	margin-bottom: 8px; 
}