@charset "utf-8";

@media print {
	.non-print {
		display:none;
	}
}
/* ----------------------------------------------------------Global Reset */
* {
	background-color: transparent;
	font-style: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
html {
/*	height:100%;*/
}
body {
	border: 0;
/*	height: 100%;*/
	line-height: 150%;
	/*background: #fff;*/
	/*font-size: 80%;*/
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color: #646464;
}
a img {
	border: none;
}
textarea {
	resize: none;
}
hr {
	display:none;
}
textarea, select option, input[type=text], input[type=password] {
	background-color:#fff;
	font-size:100%;
}
select {
	margin-right:0.5em;
}
input[type=text], input[type=password] {
	height:22px;
	line-height:22px;
}
input[type=file] {
	height:26px;
}
input[type=submit], input[type=button] {
	cursor:pointer;
}
.input_radio {
	display:block;
	float:left;
	margin:3px 3px 0 0;
	vertical-align:middle;
}
.input_check {
	display:block;
	float:left;
	margin:0 3px 0 0;
	vertical-align:middle;
}
.input_radio_words {
	display:block;
	float:left;
	margin-right:10px;
}
.left_area_input_bottom_margin {
	margin-bottom:5px;
}
/* ----------------------------------------------------------common class */
a.icon {
	display:inline;
	background:url(../img/common/spacer.gif) left center no-repeat;
	padding:3px 0 0 15px;
}
a.plus {
	background-image:url(../img/common/ico_plus.gif);
}
a.plus_s {
	background-image:url(../img/common/ico_plus_s.gif);
}
a.trash {
	background-image:url(../img/common/ico_trash.png) !important;
	background-repeat:no-repeat !important;
}
.cleaner {
	clear:both;
}
.clear_after, #container, #header, #main_container, #footer, #contents_container, #thumb_container, #header_container, #tabs_area, .srch_detail_ul, #srch_input_area, #material_detail, .godetail {
	zoom:100%;
}
.clear_after:after, #container:after, #header:after, #main_container:after, #footer:after, #contents_container:after, #thumb_container:after, #header_container:after, #tabs_area:after, .srch_detail_ul:after, #srch_input_area:after, #material_detail:after, .godetail:after {
	content:"";
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}
.wordBreak {
	white-space:normal;
	word-break:break-all;
	-ms-word-break:break-all;
	word-wrap:break-word;
	overflow:hidden;
}
.h1 .sort_area {
	position:absolute;
	right:0px;
	top:8px;
}
.separator_dotted {
	border-bottom:dotted #CCC 1px;
	height:5px;
	width:auto;
	margin-bottom:5px;
}
.separator_solid {
	border-bottom:solid #CCC 1px;
	height:5px;
	width:auto;
	margin-bottom:5px;
}
.show_on_purchase {
	width:30px !important;
	height:30px !important;
	border:none !important;
	display:block;
	margin:0 auto;
}
.notes {
	font-size:85% !important;
	font-weight:normal !important;
	line-height:1.3em !important;
}/*注釈*/
.shadow_none {
    text-shadow:none !important;
}
.font_bold {
	font-weight:bold !important;
}
.font_normal {
	font-weight:normal !important;
}
.font_100 {
	font-size::100%;
}
.font_red {
	color:#FF0000 !important;
}
.font_blue {
	color:#5F89B3 !important;
}
.left_float {
	float:left !important;
}
.right_float {
	float:right !important;
}
.center_margin {
	margin-left:auto !important;
	margin-right:auto !important;
	float:none !important;
}
/* ----------------------------------------------------------link */
a:link {
	text-decoration:underline;
	color:#3399FF;
}
a:hover {
	color:#0033CC;
}
/* ----------------------------------------------------------list */
ul {
    list-style: none outside none;
}
ul.list_headerimag li, a.list_headerimage {
    background-image: url(../img/common/bg_list_header.png) !important;
	background-repeat:no-repeat !important;
	background-position:left 4px !important;
    padding-left: 16px !important;
}
ul.list_reset {
    margin: 0;
}
ul.list_reset li {
    background-image:none !important;
    padding-left: 0 !important;
}
a.list_headerimage {
	background-position:left 1px !important;
}
/* ----------------------------------------------------------button */
.bt_type01 a, a.bt_type01, .bt_type01 a span, a.bt_type01 span, .bt_type01 span, input.bt_type01 {
	background-image:url(../img/common/bg_gradation_white_type04_under.png);
	background-repeat:repeat-x;
	background-position:left -10px;
	/*height:23px;*/
	line-height:23px;
	font-size:105%;
	padding:0 5px;
	display:block;
	overflow:hidden;
	position:relative;
	color:#fff !important;
	text-decoration:none;
	text-align:center;
}
.bt_type02 a, a.bt_type02, input.bt_type02, .bt_type02 input[type=submit], .bt_type02 input[type=button] {
	background-image:url(../img/common/bg_gradation_white_type03_under.png);
	background-repeat:repeat-x;
	background-position:left -10px;
	width:100%;
	height:23px;
	line-height:23px;
	font-size:12px !important;
	display:block;
	overflow:hidden;
	border-style:solid;
	border-width:1px;
	color:#fff !important;
	text-decoration:none;
	text-align:center;
	text-shadow: #666 -1px -1px 0px; /* FireFox, Webkit, Opera */
}
input.bt_type02, .bt_type02 input[type=submit], .bt_type02 input[type=button] {
	height:25px;
}
.bt_type03 a, a.bt_type03, .bt_type03 a span, a.bt_type03 span, input.bt_type03 {
	background-image:url(../img/common/bg_gradation_white_type04_under.png);
	background-repeat:repeat-x;
	background-position:left top;
	height:23px;
	line-height:23px;
	font-size:105%;
	display:block;
	overflow:hidden;
	position:relative;
	border:solid 1px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#fff !important;
	text-decoration:none;
	text-align:center;
}
.bt_type04 a, a.bt_type04, .bt_type04 a span, a.bt_type04 span, input.bt_type04 {
	background-image:url(../img/common/bg_gradation_white_type03_under.png);
	background-repeat:repeat-x;
	background-position:left top;
	height:23px;
	line-height:23px;
	font-size:105%;
	padding:0 8px;
	display:block;
	overflow:hidden;
	position:relative;
	border:solid 1px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#fff !important;
	text-decoration:none;
	text-align:center;
}
.bt_type02 a span, a.bt_type02 span {
	display:inline-block;
	overflow:hidden;
	height:22px;
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#666666,offx=-1,offy=-1)"; /* IE8 */
}
.bt_type01 a:hover, a.bt_type01:hover, .bt_type02 a:hover, a.bt_type02:hover, .bt_type03 a:hover, a.bt_type03:hover, .bt_type_for_img:hover, .g_navi a:hover, input.bt_type01:hover, input.bt_type02:hover, input.bt_type03:hover, input.bt_type04:hover, .bt_type02 input:hover, button.groupMake:hover, button.groupDelete:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
a.bt_reset {
	background-image:none !important;
	background-color:transparent !important;
	width:auto !important;
	height:auto !important;
	line-height:normal !important;
	font-size:inherit !important;
	display:inline !important;
	overflow:visible !important;
	border-style:none !important;
	border-width:0 !important;
	color:#3399FF !important;
	text-decoration:underline !important;
	text-align:left !important;
	text-shadow:none !important;
}

/* -------------------------------color set */
.color_gray01 a, a.color_gray01, input.color_gray01, .color_gray01 input[type=submit], .color_gray01 input[type=button],
.button_bar button.color_gray01 {
	background-color:#aaa;
	border-color:#999;
}
.color_gray01 span {
	background-color:#ccc;
	border-color:#999;
}
.color_gray02 a, a.color_gray02, input.color_gray02, .color_gray02 input[type=submit], .color_gray02 input[type=button],
.button_bar button.color_gray02 {
	background-color:#555;
	border-color:#555;
}
.color_gray03 a, a.color_gray03, input.color_gray03, .color_gray03 input[type=submit], .color_gray03 input[type=button],
.button_bar button.color_gray03 {
	background-color:#eee;
	border-color:#bbb;
	color:#666 !important;
}
.color_gray04 a, a.color_gray04, input.color_gray04, .color_gray04 input[type=submit], .color_gray04 input[type=button],
.button_bar button.color_gray04 {
	background-color:#333;
	border-color:#333;
}
.color_green01 a, a.color_green01, input.color_green01, .color_green01 input[type=submit], .color_green01 input[type=button],
.button_bar button.color_green01 {
/*	background-color:#70B437;
	border-color:#70B437;*/
	background-color: #57634B;
	border-color: #57634B;
}
.color_orange01 a, a.color_orange01, input.color_orange01 , .color_orange01 input[type=submit], .color_orange01 input[type=button]{
	background-color:#F28E46;
	border-color:#F28E46;
}
.color_blue01 a, a.color_blue01, input.color_blue01, .color_blue01 input[type=submit], .color_blue01 input[type=button],
.button_bar button.color_blue01 {
	background-color:#1D93B2;
	border-color:#1D93B2;
}
.color_blue02 a, a.color_blue02, input.color_blue02, .color_blue02 input[type=submit], .color_blue02 input[type=button] {
/*	background-color:#508CAA;
	border-color:#508CAA;*/
	background-color:#53839B;
	border-color:#53839B;
}
.color_blue03 a, a.color_blue03, input.color_blue03, .color_blue03 input[type=submit], .color_blue03 input[type=button],
.button_bar button.color_blue03 {
	background-color:#96BACC;
	border-color:#96BACC;
}
.color_pink01 a, a.color_pink01, input.color_pink01, .color_pink01 input[type=submit], .color_pink01 input[type=button] {
	background-color:#CC7979;
	border-color:#CC7979;
}
.color_other01 a, a.color_other01, input.color_other01, .color_other01 input[type=submit], .color_other01 input[type=button] {
	background-color:#D3AC54;
	border-color:#D3AC54;
}
.disabled input[type=button] {
	background-color:#ccc;
	border-color:#ccc;
	color:#999 !important;
	cursor:default;
	filter: alpha(opacity=80) !important;
	-moz-opacity:0.8 !important;
	opacity:0.8 !important;
	text-shadow: #fff 1px 1px 0px; /* FireFox, Webkit, Opera */
}

.size_type01 {
}
.size_type02 {
	width:14em !important;
}
.size_type03 {
	width:16em !important;
}
/* ----------------------------------------------------------h1 etc */
h1, .h1 p {
	font-weight:bold;
	line-height:1.5em;
	font-size:120%;
	color:#999;
	margin-bottom:0;
	padding:0;
}
.h1 {
	padding:5px 10px 4px;
	margin-bottom:0;
	width:auto;
/*	background-color: #ccc;
	background-image:url(../img/common/bg_gradation_white_type05_under.png);*/
	background-color: #E0E0E0;
background-image: url(../img/common/bg_gradation_white_type04_under.png);
	background-repeat:repeat-x;
	background-position:left top;
	border-bottom:solid 1px #ccc;
	/*-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;*/
	position:relative;
}

h2 {
	font-weight:bold;
	line-height:1.5em;
	font-size:125%;
	color:#666;
	margin-bottom:15px;
	padding:0;
}
.h2 {
	padding:7px 10px 5px;
	margin-bottom:15px;
	width:auto;
	border:solid 1px #e5e5e5;
	background-color:#bbb;
	background-image:url(../img/common/bg_gradation_type05_under.png);
	background-repeat:repeat-x;
	background-position:left -70px;
	color:#fff;
}
.h2 h2 {
	font-size:100%;
	margin-bottom:0;
	color:#fff;
}
h3 {
	font-size:100%;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:15px;
	line-height:1.3em;
	background-color:#e0e0e0;
	background-image:url(../img/common/bg_gradation_white_type04_under.png);
	background-repeat:repeat-x;
	background-position:left top;
	border:solid 1px #e5e5e5;
	border-left:solid 7px #999;
	border-bottom-color:#999;
	padding:5px 8px 3px;
}
h4 {
	font-weight:bold;
	line-height:1.4em;
	margin-bottom:5px;
	font-size:100%;
}
/* ----------------------------------------------------------wrapper */
#wrapper {
/*	margin: -30px auto;
	min-height:100%;
	height:auto !important;
	border:solid 1px #aaa;
	border-width:0 1px;*/
}
/* ----------------------------------------------------------container */
#container {
	width:100%;
	/*max-width:1272px;*/
	min-width:862px;
	padding:0;
}
#main_container {
	padding:50px 0 30px;
	margin:0 auto;
}
#contents_container, #thumb_container {
	padding:15px 0 5px;
	/*border:solid 1px #e5e5e5;
	border-bottom:none;*/
	margin-bottom:15px;
	background-color:#f5f5f5;
	background-image:url(../img/common/bg_gradation_white_type05_upper.png);
	background-repeat:repeat-x;
	background-position:left bottom;
}
#thumb_container {
	padding-left:15px;
}
/* ----------------------------------------------------------header & footer */
#header, #footer {
	width:100%;
	min-width:850px;
	height:30px;
	color:#fff;
	font-size:85%;
	line-height:1em;
	position:relative;
	z-index: 500;
}
#header_container, #footer_container {
	position:relative;
	background-image:url(../img/common/bg_gradation_type01_under.png);
	background-repeat:repeat-x;
	background-color:#555;
	height:34px;
	background-color:#f2f2f2;
	top:20px;
	border-bottom: solid 1px #CCC;
}
/* -------------------------------header & footer navi */
#header .header_navi, #footer .footer_navi {
	position:absolute;
	bottom:0;
	list-style:none;
	display:block;
	margin:0;
}
#header .header_navi li, #footer .footer_navi li {
	float:left;
	display:block;
}
#header .header_navi a, #footer .footer_navi a {
	color:#fff;
	display:block;
	margin:0;
	height:22px;
	padding:0 10px;
	line-height:24px;
	border-style:solid;
	border-width:0 1px;
	border-left-color:#999;
	border-right-color:#333;
	text-decoration:none;
}
#header .header_navi li:hover, #footer .footer_navi li:hover {
	background-color:#333;
}
#header .header_navi li.active, #footer .footer_navi li.active, #header .header_navi li.active:hover, #footer .footer_navi li.active:hover {
	background-image:url(../img/common/bg_gradation_type01_under.png);
	background-repeat:repeat-x;
	background-color:#333;
}
/* -------------------------------footer only */
#footer_container {
	top:auto;
}
#footer .footer_navi {
	top:0;
}
#footer .footer_navi a {
	padding:0 5px;
}
#footer .copyright {
	text-align:right;
	padding:8px 10px 0 0;
}
/* -------------------------------header navi pulldown */
.pulldown_mark {
	font-size:70%;
	color:#ccc;
	display:inline-block;
	position:relative;
	top:-1px;
	padding-left:2px;
}
.pulldown {
	padding:15px 10px;
	background-color:#333;
	position:absolute;
	display:none;
	z-index:2;
	width:auto;
	
	/*-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow:2px 2px 3px #666;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=3,enabled=true)";*/
}
.pulldown li {
	float:none !important;
}
.pulldown li a {
	border:none !important;
	border-bottom:dotted 1px #999 !important;
	white-space:nowrap;
}
.pulldown li:hover {
	background-color:#555 !important;
}
#header .header_navi li:hover .pulldown {
	display:block;
}
/* -------------------------------header user infomation */
#header .header_info {
	position:absolute;
	bottom:0;
	right:0;
	height:30px;
	padding:0 0 0 10px;
	line-height:33px;
	background-color:#444;
	background-image:url(../img/common/bg_gradation_type03_under.png);
	background-repeat:repeat-x;
	background-position:left -5px;
}
#header .header_info span {
	display:inline-block;
	margin-right:10px;
}
/* -------------------------------header infomation */
#header .information {
	position:absolute;
	padding:6px 0;
	height:14px;
	text-align:right;
	/*background-color:#888;*/
	border-bottom: solid 1px #CCC;
	background-color: #F2F2F2;
	right:0px;
	top:0px;
	width:100%;
	background-image:url(../img/common/bg_gradation_white_type04_under.png);
	background-repeat:repeat-x;
	background-position:left -10px;

}
#header .information a, #header .header_info a {
	color:#eee;
	text-decoration:underline;
}
#header .information a:hover, #header .header_info a:hover {
	background-color:#888 !important;;
}
/* ----------------------------------------------------------pager */
.navi{
	float:right;
	line-height: 20px;
	padding:5px 15px 15px;
}
.navi a {
	text-decoration: none !important;
	float: left;
	height: 20px;
	display: block;
	background: none;
	overflow:hidden;
}
a[href][title="prev"], a[href][title="first"] {
	margin-right:10px;
}
a[href][title="next"], a[href][title="last"] {
	margin-left:10px;
}
.navi .separator {
	padding:0 8px;
	float:left;
}
.navi a:hover {
	text-decoration: underline !important;
}
.navi_firstPage, .navi_lastPage, .navi_prev, .navi_next {
	float: left;
	height: 20px;
	text-indent: -9999px;
	text-align: center;
	overflow: hidden;
	color: #fff;
}
.navi_firstPage {
	width:60px;
	background:url(../img/common/navi_firstPage.png) no-repeat;
}
.navi_lastPage {
	width:60px;
	background:url(../img/common/navi_lastPage.png) no-repeat;
}
.navi_prev {
	width:60px;
	background:url(../img/common/navi_prev.png) no-repeat;
	margin:0;
}
.navi_next {
	width:60px;
	background:url(../img/common/navi_next.png) no-repeat;
	margin:0;
}
.navi .nowPage {
	font-weight: bold;
	font-size: 150%;
	padding: 0;
	float:left;
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------BLACK Design */

/* -------------------------------background color */
.button_bar {
	zoom:100%;
}
.button_bar:after {
	content:"";
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}
.information {
	display:none;
}
.main {
	background-color:#696A6C !important;
	margin:0 !important;
}
.material_detail_table {
	text-align:left;
	/*font-size:9pt;*/
	color:#666;
	margin-bottom:44px !important;
}

html, body {
	background:none !important;
	background-color:#303131 !important;
}
.pager_box, .h1, #header, #footer {
	background:none !important;
    background-color: #696A6C !important;
	color:#fff;
}
.h2 {
    border:none;
    background-color:#696A6C;
	background-image:none;
	border-bottom:solid 1px #000 !important;
}
/* -------------------------------border color */
.h1, #header_container, #footer_container {
	border-color:#000 !important;
}
/* -------------------------------font color */
body, .h1 p, #header, #footer {
	color: #fff !important;
}
/* -------------------------------link color */
a:link, a:visited {
    color:#CBE2E4;
}
a:hover {
    color: #A7CED1;
}
.srch_thumb_list_header a:link, .srch_thumb_list_header a:visited, .pager_box a:link {
    color:#CBE2E4 !important;
}
.srch_thumb_list_header a:hover, .pager_box a:hover {
    color: #A7CED1 !important;
}
/* ----------------------------------------------------------container */
#wrapper {
	margin: 0 auto -41px;
	border-color:#000;
}
#main_container {
	padding:0 0 38px;
}
#thumb_container {
	padding-left:1px;
}
#header {
	height:39px !important;
	background:none !important;
}
#header_container {
	top:0;
	height:41px;
	position:fixed;
	width:100%;
	background:none;
	background-image:url(../img/common/bg_gradation_type01_b_under.png);
	background-position:left top;
	background-repeat:repeat-x;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	border:solid 1px #000;
	border-width:1px 1px 0;
	z-index:2;
}
.button_bar {
	height:41px !important;
	padding: 10px 0 0 !important;
	background:none !important;
	background-image:url(../img/common/bg_gradation_type01_b_upper.png) !important;
	background-position:left top !important;
	background-repeat:repeat-x !important;
	-moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
	border:solid 1px #000 !important;
	border-width:0 1px !important;
}
.pager_footer {
    bottom: 39px;
}
.login_out {
	position:absolute;
	top:6px;
	right:10px;
}
.header_info {
	position:absolute;
	top:6px;
	right:65px;
}
.gray_box {border:solid 1px #000 !important;}
/* ----------------------------------------------------------pager */
.pager_box .navi {
}
.pager_box a, .pager_box .nowPage, .pager_box .separator {
	display:inline-block;
	padding:0 6px;
}
.pager_box .separator {
	padding:0 1px;
}
.pager_box a, .pager_box .separator {
	padding-top:5px;
	height:auto;
	line-height:normal;
}
.pager_box a {
	font-size:110%;
}
a[href][title="prev"], a[href][title="first"] {
	margin-right:2px;
	padding:0;
}
a[href][title="prev"] {
	margin-right:6px;
}
a[href][title="next"], a[href][title="last"] {
	margin-left:6px;
	padding:0;
}
a[href][title="last"] {
	padding:5px 6px 0;
	margin:0;
}
/* -------------------------------header navi */
#header .header_navi li, #footer .footer_navi li {
    background-color: #696A6C;
    background-image:url(../img/common/bg_gradation_white_type04_under.png) !important;
	background-position:left -20px !important;
	border-radius:4px;
	border:solid 1px #4F4F52;
	min-width:8em !important;
	text-align:center;
	margin:2px 1px;
}
#header .header_navi a, #footer .footer_navi a {
    color: #fff;
    border:none;
}
#header .header_navi li.active, #footer .footer_navi li.active, #header .header_navi li.active:hover, #footer .footer_navi li.active:hover {
    background-image: url('../img/common/bg_gradation_type01_under.png');
    background-repeat: repeat-x;
    background-color: #728A98 !important;
}
#header .header_navi li .caution_red {
	color:#FF0 !important;
}
/* -------------------------------header navi pulldown */
.pulldown_mark {
	color:#ccc;
	right:-10px;
}
.pulldown {
	background-color:#696A6C;
	border:solid 1px #000;
}


/* -------------------------------button hover color */
#header .header_navi li:hover, #footer .footer_navi li:hover, .pulldown li:hover {
	background-color:#637984 !important;
}
.bt_type01 a:hover, a.bt_type01:hover, .bt_type02 a:hover, a.bt_type02:hover, .bt_type03 a:hover, a.bt_type03:hover, .bt_type_for_img:hover, .g_navi a:hover, input.bt_type01:hover, input.bt_type02:hover, input.bt_type03:hover, input.bt_type04:hover, .bt_type02 input:hover, a img:hover, .load_prev:hover, .load_next:hover {
	filter: alpha(opacity=100) !important;
	-moz-opacity:1 !important;
	opacity:1 !important;
	background-color:#637984 !important;
}
a.thumb:hover img {
    filter: alpha(opacity=80) !important;
	-moz-opacity:0.8 !important;
	opacity:0.8 !important;
	background-color:transparent !important;
}


/* ----------------------------------------------------------material search_index */
#search_word {
	border-radius:4px !important;
	padding:0 5px;
}
#srch_input_area, .srch_thumb_list_header {
	background-color:#696A6C !important;
	background-image:none !important;
	border-color:#000 !important;
	color:#fff !important;
}
#thumb_container .thumb_box_edit{/*サムネイル 7個（ミニマム）*/
	background-color:#696A6C !important;
}
#thumb_container .thumb_box_edit .thumb, .thumb_box_edit	.thumb img {
    width: 102px !important;
    height: 102px !important;
    border:none !important;
}
#thumb_container .thumb_box_inner {
	border-color:#303131 !important;
}
.srch_detail_area {
	margin:0 !important;
	border:none !important;
	padding:0 !important;
	background:none !important;
}
.srch_detail_ul {
	background:none !important;
    background-color: #696A6C !important;
	padding:1px 0 0 140px !important;
}
.srch_detail_ul li {
	margin:1px !important;
	display:block;
	float:left;
	background:none !important;
	border:none !important;
}
.srch_detail_ul li.srch_detail_title {
	border:none !important;
	padding-left:6px;
}
.srch_thumb_list_header {
	padding-left:8px !important;
}
/* -------------------------------detail search active */
.color_gray01 span, .color_gray04 span, .color_blue03 span {
    background-color: #728A98;
    background-image:url(../img/common/bg_gradation_white_type04_under.png);
}

/* -------------------------------button */
.color_gray04 a, a.color_gray04, input.color_gray04, .color_gray04 input[type="submit"], .color_gray04 input[type="button"],
.color_gray02 a, a.color_gray02, input.color_gray02, .color_gray02 input[type="submit"], .color_gray02 input[type="button"] {
    background-color: #696A6C !important;
    color: #fff !important;
}
.bt_type01 a, a.bt_type01, .bt_type01 a span, a.bt_type01 span, .bt_type01 span, input.bt_type01, .bt_type01 input[type="submit"], .bt_type01 input[type="button"],
.bt_type02 a, a.bt_type02, input.bt_type02, .bt_type02 input[type="submit"], .bt_type02 input[type="button"] {
	background-image:url(../img/common/bg_gradation_white_type04_under.png);
    background-position: left -20px;
	border-radius:4px !important;
	border:solid 1px #4F4F52 !important;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	text-shadow:none !important;
	padding:0 5px !important;
}
.bt_type02 a span, a.bt_type02 span {
    display: inline;
}
.disabled input[type=button], .disabled input[type=submit], input.disabled {
	background-color:#ccc !important;
	filter: alpha(opacity=80) !important;
	-moz-opacity:0.8 !important;
	opacity:0.8 !important;
}
.load_prev, .load_next {
    margin: 1px 3px 3px 1px !important;
    background-position: 0px -20px !important;
    background-color: #696A6C !important;
}
.button_bar button {
	border-radius:4px !important;
	border:solid 1px #4F4F52 !important;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	text-shadow:none !important;
	padding:0 5px !important;
}
a.bt_reset {
	background-image:none !important;
	background-color:transparent !important;
	width:auto !important;
	height:auto !important;
	line-height:normal !important;
	font-size:inherit !important;
	display:inline !important;
	overflow:visible !important;
	border-style:none !important;
	border-width:0 !important;
	color:#CBE2E4 !important;
	text-decoration:underline !important;
	text-align:left !important;
	text-shadow:none !important;
}
/* -------------------------------- IE,Opera用（色のみ）*/
html,body {
	scrollbar-face-color: #66676a;
	scrollbar-track-color:#5c5d5f;
	scrollbar-arrow-color:#2f2f2f;
	scrollbar-highlight-color:#8e8e91;
	scrollbar-shadow-color: #4f4f52;
	scrollbar-3dlight-color: #5c5d5f;
	scrollbar-darkshadow-color: #4f4f52;
}
/* ----------------------------------------------------------character_item */
.character_item {
	width: 100%;
}
.character_item .parts_group{
	overflow:hidden;
	background-color:#fff;
	padding:10px 10px 0;
}
.character_item .parts_group h4 {
	border-bottom:dotted 1px #ccc;
	background-color:#f8f8f8;
	padding:2px 0 0 5px;
	margin-bottom:10px;
}
.character_item .group_name{
	font-weight: bold;
	
}
.character_item .group_items{
	float:left;
	width:620px;
}
.character_item .group_item{
	float: left;
	width: 112px;
	margin: 0 10px 10px 0;
}
.character_item .group_item img, .character_item .group_face img{
	width:110px;
	height:110px;
	border: solid 1px #cccccc;
}
.character_item .group_item p{
	margin-top: 5px;
	text-align: center;
	font-size: 84%;
	line-height: 1.2em;
}
.character_item .group_face{
	float:left;
	width:600px;
	padding: 10px 10px 0 10px;
	margin: 0 0 10px 0;
	background:#eee;
	position: relative;
}
.character_item .group_face span{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 0 0 10px;
	vertical-align: 5px;
	font-weight: bold;
}
.character_item .group_face .separate{
	margin: 9px 20px 10px 0;
	border-bottom: 1px dotted #999;
}
.character_item .group_face .group_item{
	width:108px;
}
.character_item .group_face .group_item img{
	width:106px;
	height:106px;
}
.character_item .group_face span{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-weight: bold;
	vertical-align: 5px;
	margin: 0 0 0 10px;
}

a.colorframe {
	position: relative;
	display: block;
	height: 112px;
}
a.colorframe img{
	position: absolute;
	top: 0;
	z-index: 5;
}
a.colorframe .play {
	background: url(../img/common/bt_thumb_play_s.png) no-repeat center center;
	z-index: 10;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	cursor: pointer;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
a.colorframe .play:hover {
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}
/* -------------------------------character_detail_popup */
.chara_popup {
	background-color:#000 !important;
}
.chara_popup .parts_group{
	overflow:hidden;
	background-color:#fff !important;
	padding:10px 10px 0 !important;
}
.chara_popup h3 {
	background:none !important;
	background-color: #000 !important;
	border:none !important;
	border-bottom:solid 1px #000 !important;
	border-right:solid 3px #000 !important;
	color:#fff !important;
	position:fixed;
	z-index:100;
	width:100%;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	height:30px !important;
	line-height:30px !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
}
.chara_popup #popup_container {
	padding:30px 0 0;
}
.chara_popup .group_item p {
	display:block !important;
	color:#666 !important;
	margin-top: 5px !important;
	text-align: center !important;
	font-size: 84% !important;
	line-height: 1.2em !important;
}
.chara_popup .parts_group h4 {
	color:#666 !important;
}