@charset "utf-8"; 
/*******************************************************
 *まんが王倶楽部、まんが王八王子店、デジタルまんが王
 * 共通スタイル 
 ******************************************************/

* {
	padding: 0px;
	margin:  0px;
}

body {
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
	line-height: 1.2;
	font-family: Arial, sans-serif;
	text-align:center;
}

a:link		{ color: #0000cd;	text-decoration: underline; }
a:visited	{ color: #0000cd;	text-decoration: underline; }
a:hover		{ color: #d2691e;	text-decoration: underline; }
a:active	{ color: #ff0000;	text-decoration: underline; }

ul, ol, dl {
	list-style:none;
}

li {
	list-style:none;
}

img {
	border-style:none;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* heml .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.float_l { float:left; }
.float_r { float:right; }
.float_none { clear:both; }

.full_width {
	width:100%;
}

input:-moz-placeholder {
	color: silver;
}
input:placeholder {
	color: silver;
}

button:hover {
	cursor:pointer;
}

.env_box {
	width:100%;
	font-size:0.8em;
	color:black;
	background-color: #666;
}

.env_color_local   { background-color:#90ee90; }
.env_color_test    { background-color:#ffc0cb; }
.env_color_staging { background-color:#b0c4de; }
.env_color_real		 { display:none; }

div.g_env_local    {	width:100%; font-size:0.8em; background-color:#90ee90;  }
div.g_env_test     {	width:100%; font-size:0.8em; background-color:#ffc0cb;  }
div.g_env_staging  {	width:100%; font-size:0.8em; background-color:#b0c4de;  }
div.g_env_real     {	display:none;  }


/* jQuery用 */

.ui-state-default {
	background-image:none;
}

.days_holiday {
	color: #b05050;
	background-color:#ffd8d8;
	background-image:none;
}

.days_weekend {
	color: #406898;
	background-color:#c0d3f0;
	background-image:none;
}

.days_daily {
 color: #585858;
 background-color:#f8f8f8;
}

/** リキッドレイアウト用 */
div.lqd_header {
	width:98%;
}
/*
ul.brand_logo {
	width:372px;
}
ul.brand_logo li {
	float:left;
	margin-right:4px;
}
*/
#global_header {
	width:960px;
	height:47px;
	background-color:whitesmoke;
}

#global_header ul.brand_logo {
	float:left;
	text-align:center;
}

#global_header li {
	display:inline-block;
}

#global_header ul.brand_logo li {
	color:white;
	width:120px;
	height:47px;
	float:left;
	margin-right:4px;
}

#global_header ul.brand_logo a {
	color:white;
	text-decoration:none;
	display:block;
}
#global_header ul.brand_logo a:hover {
	color:gold;
}

#global_header .user_function {
	display:block;
	height:47px;
	margin-right:auto;
	float:right;
	font-size:9pt;
}

#global_header ul.user_function li {
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-left:6px;
	border-bottom:solid 1px silver;
	border-right:solid 1px silver;
	background-color:white;
	padding:0px 4px 0px 4px;
	height:21px;
	list-style:none;
	vertical-align:bottom;
	margin:auto;
	margin-bottom:2px;
	margin-right:1px;
	white-space:nowrap;
}

#global_header ul.user_function img{
	vertical-align:middle;
	margin:2px 4px 0px 0px;
}

#global_header ul.user_function a {
	color: mediumblue;
	text-decoration:none;
	padding-right:2px;
	display:block;
}


#global_header ul.user_function li.nologin {
/*
	background-color:gainsboro;
*/
}

#global_header ul.user_function li.nologin a{
	color:gray;
}

#global_header ul.user_function li.cart_button {
	background-color:gold;
}

div.header_cart_lang {
	min-width: 450px; 
	width: 450px\9; /* IE8 and below */
	height: 40px; 
	float:right;
}

.header_cart_box {
	background-color:gold;
	/*
	width:200px;
	*/
	
	height:30px;
	float:left;
	margin:4px auto;
	border-radius:8px;
	border:solid 2px #ffa500;
}

.header_cart_box a {
	display:block;
	overflow:visible;
	font-size:10pt;
	padding:4px 4px 0px 8px;
	text-decoration:none;
}

.header_cart_box img {
	vertical-align:middle;
}

span#qty_download {
	display:inline-block;
	color:white;
	background-color:#E53947;
	width:2em;
	font-weight:bold;
	text-align:center;
	margin-right:2px;
	padding:1px;
	border-radius:0.4em;
}
span#qty_normal {
	display:inline-block;
	color:white;
	background-color:#65ab31;
	width:2em;
	font-weight:bold;
	text-align:center;
	margin-right:2px;
	padding:1px;
	border-radius:0.4em;
}


div#cart_popup {
	position:absolute;
	font-size:9pt;
	display:none;
	background-color:white;
	width:250px;
	margin-top:  8px;
	margin-left: 0px;
	border-left   :solid 2px whitesmoke;
	border-top    :solid 2px whitesmoke;
	border-right  :solid 2px darkgray;
	border-bottom :solid 2px darkgray;
	z-index:10;
	overflow: visible;
	white-space: normal;
}

#cart_popup dd {
	padding:2px 2px 2px 4px;
	font-size:9pt;
	border-bottom:solid 1px silver;
}
#cart_popup .title {
	color:black;
	display:inline;
}
#cart_popup .price {
	color:crimson;
	float:right;
}

#cart_popup dl.cart_download {
	border:solid 1px #E53947;
	margin-bottom:1px;
}
#cart_popup dl.cart_normal {
	border:solid 1px #228b22;
}

#cart_popup dl.cart_download dt {
	color:white;
	font-weight:bold;
	background-color:#E53947;
	padding: 2px;
}

#cart_popup dl.cart_normal dt {
	color:white;
	font-weight:bold;
	background-color:#228b22;
	padding: 2px;
}



.ajax_order img{
	float:left;
	width:16px;
	height:16px;
	vertical-align:middle;
}

.ajax_order button {
	text-align:center;
	font-weight:bold;
	font-size:0.8em;
	width:10em;
	margin:2px auto;
	padding:2px;
	z-index:9;
	white-space:nowrap;
}

.ajax_order hover {
	background-color:yellow;
}

.ajax_order_denied {
	width:120px;
	text-align:center;
	font-weight:bold;
	/*background-color:gainsboro;*/
}

.ajax_order_denied img{
	display:block;
	float:left;
	width:16px;
	height:16px;
	vertical-align:middle;
}

.ajax_order_delete {
	background-color:pink;
}

span.tenpo_comment {
	font-weight:bold;
	color:#0000ff;
}


/*** トピック ***/

.center_box {
	background-color:#ffffff;
	width:100%;
}

div.topic_fullbox1 {
	width:100%;
	margin-top:15px;
	padding: 0px 0px 0px 0px;
}

div.topic_fullbox2 {
	border: solid 1px;
	width:100%;
	padding: 0px 0px 0px 0px;
	float:left;
}

div.topic_fullbox3 {
	border-top: solid 1px;
	width:100%;
	padding: 0px 0px 0px 0px;
	float:left;
}

div.topic_fullbox400 {
	width:100%;
	padding: 0px 0px 0px 0px;
	float:left;
}
div.topic_fullbox400_2 {
	border: solid 1px;
	width:100%;
	padding: 0px 0px 0px 0px;
	float:left;
}

div.topic_box400_1 {
	width:295px;
	padding: 0px;
	margin-top: 1px;
	float:left;
}
div.topic_box400_2 {
	border-left: 1px;
	width:283px;
	padding: 0px;
	margin-top: 0px;
	float:right;
}
div.title_box400 {
	border-bottom: 1px;
	font-size:20px;
	padding: 1px 0px 0px 1px;
}
div.data_box400 {
	font-size:15px;
	width:275px;
	padding: 3px 0px 0px 1px;
}

div.topic_fullbox200 {
	width:100%;
	padding: 0px 0px 0px 0px;
	float:left;
}

div.topic_box200_1 {
	width:35%;
	padding: 0px;
	margin-top: 1px;
	margin-bottom: 10px;
	float:left;
}

div.topic_box200_2 {
	border-left: 1px;
	width:64%;
	padding: 0px;
	margin-top: 0px;
	float:right;
}

div.title_box200 {
	border-bottom: 1px;
	font-size:20px;
	padding: 1px 0px 0px 1px;
}
div.data_box200 {
	font-size:15px;
	width:100%;
	padding: 3px 0px 0px 1px;
}

div.topic_box1 {
	width:105px;
	padding: 0px;
	margin-top: 1px;
	float:left;
}
div.topic_box2 {
	border-left: 1px;
	width:80%;
	padding: 0px;
	margin-top: 1px;
	float:right;
}

div.title_box {
	background-color:#BCE954;
	border-bottom: 1px;
	font-size:20px;
	width:99.8%;
	padding: 1px 0px 0px 1px;
}

div.data_box {
	font-size:15px;
	width:99%;
	padding: 3px 0px 0px 1px;
}

div.comment_box {
	width:98%;
	padding: 2px;
	margin-top: 1px;
}

/*** 処理経過表示クラス ***/
/*** ▼base.cssより移植 ***/
td.on {
	font-size: 10px;
	font-weight: bold;
	background-color: #000000;
	width: 80px;
	color: #ffffff;
}

td.off {
	font-size:10px;
	background-color: #cccccc;
	width: 80px;
	color: #ffffff;
}
/*** ▲base.cssより移植 ***/

/** カートの進行 **/
.cart_progress {
	background-color:white;
	padding:10px;
	margin:8px;
	font-size:16pt;
}

.cart_progress li {
	float:left;
	font-size:12pt;
	font-weight:bold;
	color: #000000;
	text-align:center;
	padding:8px;
	min-width:30px;
	border-radius:         10px;  /* CSS3草案 */  
	-webkit-border-radius: 10px;  /* Safari,Google Chrome用 */  
	-moz-border-radius:    10px;  /* Firefox用 */  
}

.cart_progress li.on {
	color: #ffffff;
	background-color:#000000;
	width:6em;
}

.cart_progress li.off {
	color: #ffffff;
	background-color:#cccccc;
	width:6em;
}



.header_wrapper {
	width:100%;
	height:71px;
	background-color:whitesmoke;
}

.header_logo_area {
	width:372px;
	height:71px;
	background-color:transparent;
	float:left;
}

.header_logo_area div.description{
	width:100%;
	color:#696969;
	background-color:transparent;
	font-size:9pt;
	height:24px;
}
.header_logo_area ul {
	width:100%;
}
.header_logo_area ul li {
	float:left;
	margin-right:4px;
}

ul.dropmenu {
	float:right;
	margin:0px auto;
	padding-left:1em;
}

ul.dropmenu li{
	float:left;
	width:140px;
	height:28px;
	overflow:visible;
	background-color:#464646;
	list-style-type:none;
	border-bottom:1px solid #666;
	text-align:center;
	word-wrap:break-word;
	z-index:15;
}

ul.dropmenu li a {
	display:block;
	/*
	width:127px;
	*/
	height:100%;
	line-height:28px;
	font-size:9pt;
	color:#fff;
	text-decoration:none;
	border-left: 1px solid #666666;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #666666;
	z-index:15;
}
ul.dropmenu li a:hover {
	color:orange;
}
ul.dropmenu li a img {
	vertical-align:middle;
	margin-right:4px;
}

ul.dropsub {
	display:none;
	float:none;
}


ul.dropsub li {
	height:38px;
	background-color:lightgrey;
	
	line-height:38px;
	position:relative;
	text-align:left;
	text-indent:0.5em;
	/*
	background-color:#999;
	*/
}
ul.dropsub li a {
	color:#464646;
	line-height:38px;
	z-index:15;
}

ul.dropsub li a:hover {
	color:orange;
	background-color:#464646;
/*
	background-color:#666666;
*/
}

.mgo_translate_wrapper {
	/*
	background-color:#464646;
	border-left: 1px solid #666666;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #666666;
	*/
	min-width:178px;
	height:26px;
	margine:4px 4px;
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
	float:right;
	overflow:visible;
}


