/* CSS Document */
body {
	background-color: #000;
	color: #ffffff;
    font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 12px;
}
.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
* html .clearfix {
}
:first-child + html .clearfix {
}

.ui-left {
	text-align: left;
}
.ui-right {
	text-align: right;
}
.ui-center {
	text-align: center;
}
.ui-notice {
	color: #fc0;
    font-size: 1.2em;
}

.form-control {
    color: #050505;
}

/**
 * ボタン
 */
.btn-default {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#44474c+0,000000+100 */
	background: #44474c; /* Old browsers */
	background: -moz-linear-gradient(top,  #44474c 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #44474c 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #474b4f 0%, #232323 100%) repeat scroll 0 0;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44474c', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    border-color: #444;
    color: #FFF;
}
.btn-default:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#323538+0,0f0f0f+100 */
	background: #323538; /* Old browsers */
	background: -moz-linear-gradient(top,  #323538 0%, #0f0f0f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #323538 0%,#0f0f0f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #323538 0%,#0f0f0f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323538', endColorstr='#0f0f0f',GradientType=0 ); /* IE6-9 */

	border-color: #006F93;
	color: #FFF;
}
.btn-default:active, 
.btn-default.active, 
.open > .dropdown-toggle.btn-default {
	background: #323538; /* Old browsers */
	background: -moz-linear-gradient(top,  #323538 0%, #0f0f0f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #323538 0%,#0f0f0f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #323538 0%,#0f0f0f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323538', endColorstr='#0f0f0f',GradientType=0 ); /* IE6-9 */

	border-color: #006F93;
	color: #FFF;
}
.btn-default:focus, .btn-default.focus {
   background: #323538; /* Old browsers */
	background: -moz-linear-gradient(top,  #323538 0%, #0f0f0f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #323538 0%,#0f0f0f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #323538 0%,#0f0f0f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323538', endColorstr='#0f0f0f',GradientType=0 ); /* IE6-9 */

	border-color: #006F93;
	color: #FFF;
}
.btn-default:active:hover, 
.btn-default.active:hover, 
.open > .dropdown-toggle.btn-default:hover, 
.btn-default:active:focus, .btn-default.active:focus, 
.open > .dropdown-toggle.btn-default:focus, 
.btn-default.focus:active, 
.btn-default.active.focus, 
.open > .dropdown-toggle.btn-default.focus {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f0f0f+100,323538+100 */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#443c1e+0,0f0f0f+100 */
background: #443c1e; /* Old browsers */
background: -moz-linear-gradient(top,  #443c1e 0%, #0f0f0f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #443c1e 0%,#0f0f0f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #443c1e 0%,#0f0f0f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#443c1e', endColorstr='#0f0f0f',GradientType=0 ); /* IE6-9 */

	border-color: #936700;
	color: #FFF;
}
/****/
.btn-primary {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#50a4e5+0,398bce+100 */
	background: #50a4e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #50a4e5 0%, #398bce 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #50a4e5 0%,#398bce 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #50a4e5 0%,#398bce 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50a4e5', endColorstr='#398bce',GradientType=0 ); /* IE6-9 */

    border-color: #2e6da4;
    color: #fff;
}
.btn-primary:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3087c9+0,226191+100 */
	background: #3087c9; /* Old browsers */
	background: -moz-linear-gradient(top,  #3087c9 0%, #226191 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #3087c9 0%,#226191 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #3087c9 0%,#226191 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3087c9', endColorstr='#226191',GradientType=0 ); /* IE6-9 */
	border-color: #468CCC;
	color: #fff;
}
.btn-primary:active, 
.btn-primary.active, 
.open > .dropdown-toggle.btn-primary {
    background: #246899; /* Old browsers */
	background: -moz-linear-gradient(top,  #246899 0%, #16405e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #246899 0%,#16405e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #246899 0%,#16405e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#246899', endColorstr='#16405e',GradientType=0 ); /* IE6-9 */
    border-color: #204d74;
    color: #fff;
}
.btn-primary:active:hover, 
.btn-primary.active:hover, 
.open > .dropdown-toggle.btn-primary:hover, 
.btn-primary:active:focus, .btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary.focus:active, 
.btn-primary.active.focus, 
.open > .dropdown-toggle.btn-primary.focus {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#246899+0,16405e+100 */
	background: #246899; /* Old browsers */
	background: -moz-linear-gradient(top,  #246899 0%, #16405e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #246899 0%,#16405e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #246899 0%,#16405e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#246899', endColorstr='#16405e',GradientType=0 ); /* IE6-9 */
	border-color: #4560BC;
	color: #fff;
}
/****/
.btn-danger {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e24f4f+0,cc3939+100 */
	background: #e24f4f; /* Old browsers */
	background: -moz-linear-gradient(top,  #e24f4f 0%, #cc3939 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e24f4f 0%,#cc3939 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e24f4f 0%,#cc3939 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e24f4f', endColorstr='#cc3939',GradientType=0 ); /* IE6-9 */
	border-color: #A52E2E;
	color: #fff;
}
.btn-danger:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c62f2f+0,8e2222+100,c62f2f+100 */
	background: #c62f2f; /* Old browsers */
	background: -moz-linear-gradient(top,  #c62f2f 0%, #8e2222 100%, #c62f2f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c62f2f 0%,#8e2222 100%,#c62f2f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c62f2f 0%,#8e2222 100%,#c62f2f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c62f2f', endColorstr='#c62f2f',GradientType=0 ); /* IE6-9 */
	border-color: #CC4646;
	color: #fff;
}
.btn-danger:active, 
.btn-danger.active, 
.open > .dropdown-toggle.btn-danger {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#992424+0,5b1616+100,c62f2f+100 */
	background: #992424; /* Old browsers */
	background: -moz-linear-gradient(top,  #992424 0%, #5b1616 100%, #c62f2f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #992424 0%,#5b1616 100%,#c62f2f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #992424 0%,#5b1616 100%,#c62f2f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#992424', endColorstr='#c62f2f',GradientType=0 ); /* IE6-9 */
	border-color: #752020;
	color: #fff;
}
.btn-danger:active:hover, 
.btn-danger.active:hover, 
.open > .dropdown-toggle.btn-danger:hover, 
.btn-danger:active:focus, 
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger.focus:active, 
.btn-danger.active.focus, 
.open > .dropdown-toggle.btn-danger.focus {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#992424+0,5b1616+100 */
	background: #992424; /* Old browsers */
	background: -moz-linear-gradient(top,  #992424 0%, #5b1616 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #992424 0%,#5b1616 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #992424 0%,#5b1616 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#992424', endColorstr='#5b1616',GradientType=0 ); /* IE6-9 */
	border-color: #BC5145;
	color: #fff;
}
/****/

.btn-warning {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc228+0,c69435+100 */
	background: #ffc228; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffc228 0%, #c69435 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffc228 0%,#c69435 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffc228 0%,#c69435 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc228', endColorstr='#c69435',GradientType=0 ); /* IE6-9 */
	border-color: #EC9900;
	color: #fff;
}
.btn-warning:active, 
.btn-warning.active, 
.open > .dropdown-toggle.btn-warning {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc228+0,c69435+100 */
	background: #ffc228; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffc228 0%, #c69435 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffc228 0%,#c69435 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffc228 0%,#c69435 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc228', endColorstr='#c69435',GradientType=0 ); /* IE6-9 */
	border-color: #EC9900;

	color: #fff;
}
.btn-warning:hover, 
.btn-warning:focus, 
.btn-warning.focus {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e59c00+0,a05824+100 */
	background: #e59c00; /* Old browsers */
	background: -moz-linear-gradient(top,  #e59c00 0%, #a05824 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e59c00 0%,#a05824 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e59c00 0%,#a05824 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e59c00', endColorstr='#a05824',GradientType=0 ); /* IE6-9 */
	border-color: #FFB324;
	color: #fff;
}
/****/
.btn-active {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#73d841+46,3e9313+100 */
	background: #73d841; /* Old browsers */
	background: -moz-linear-gradient(top,  #73d841 46%, #3e9313 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #73d841 46%,#3e9313 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #73d841 46%,#3e9313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73d841', endColorstr='#3e9313',GradientType=0 ); /* IE6-9 */
	border-color: #269732;
	color: #fff;
}
.btn-active:hover {
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5fc62b+0,2f7705+100 */
background: #5fc62b; /* Old browsers */
background: -moz-linear-gradient(top,  #5fc62b 0%, #2f7705 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #5fc62b 0%,#2f7705 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #5fc62b 0%,#2f7705 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fc62b', endColorstr='#2f7705',GradientType=0 ); /* IE6-9 */


	border-color: #16D145;
	color: #fff;
}
.btn-active:active, 
.btn-active.active, 
.open > .dropdown-toggle.btn-active {
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#73d841+46,3e9313+100 */
	background: #73d841; /* Old browsers */
	background: -moz-linear-gradient(top,  #73d841 46%, #3e9313 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #73d841 46%,#3e9313 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #73d841 46%,#3e9313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73d841', endColorstr='#3e9313',GradientType=0 ); /* IE6-9 */
	border-color: #16D145;
	color: #fff;
}
.btn-active:focus,
.btn-active.focus {
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#73d841+46,3e9313+100 */
	background: #73d841; /* Old browsers */
	background: -moz-linear-gradient(top,  #73d841 46%, #3e9313 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #73d841 46%,#3e9313 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #73d841 46%,#3e9313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73d841', endColorstr='#3e9313',GradientType=0 ); /* IE6-9 */
	border-color: #16D145;
	color: #fff;
}

.btn-active:active:hover, 
.btn-active.active:hover, 
.open > .dropdown-toggle.btn-active:hover, 
.btn-active:active:focus, .btn-active.active:focus,
.open > .dropdown-toggle.btn-active:focus,
.btn-active.focus:active, 
.btn-active.active.focus, 
.open > .dropdown-toggle.btn-active.focus {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#73d841+46,3e9313+100 */
	background: #73d841; /* Old browsers */
	background: -moz-linear-gradient(top,  #73d841 46%, #3e9313 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #73d841 46%,#3e9313 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #73d841 46%,#3e9313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73d841', endColorstr='#3e9313',GradientType=0 ); /* IE6-9 */
	border-color: #16D145;
	color: #fff;
}
/****/
.btn-passive {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e03e3e+46,aa0505+100 */
	background: #e03e3e; /* Old browsers */
	background: -moz-linear-gradient(top,  #e03e3e 46%, #aa0505 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e03e3e 46%,#aa0505 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e03e3e 46%,#aa0505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e03e3e', endColorstr='#aa0505',GradientType=0 ); /* IE6-9 */
	border-color: #AB1212;
	color: #fff;
}
.btn-passive:active, 
.btn-passive.active, 
.open > .dropdown-toggle.btn-passive {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e03e3e+46,aa0505+100 */
	background: #e03e3e; /* Old browsers */
	background: -moz-linear-gradient(top,  #e03e3e 46%, #aa0505 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #e03e3e 46%,#aa0505 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e03e3e 46%,#aa0505 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e03e3e', endColorstr='#aa0505',GradientType=0 ); /* IE6-9 */
	color: #fff;
}
.btn-passive:hover, 
.btn-passive:focus, 
.btn-passive.focus {
    color: #fff;
}

.input-group-addon {
    color: #D0D0D0;
    font-size: 14px;
}

.powerdby.header {
    height: 1.5em;
    text-align: right;
}
#article {
	margin: 0 auto;
    padding-left: 2px;
    padding-right: 2px;
}
#article > .contents {
	background-color: #1c1c1c;
    padding: 8px;
}
#article > .contents h1 {
    background-color: #000000;
    font-size: 1.25em;
    font-weight: normal;
    margin-top: 10px;
    padding: 10px 0;
    text-align: center;
}

.breadcrumb {
	color:#FFF;
    background-color: #0f0f0f;
    border-radius: 4px;
    list-style: outside none none;
    margin-bottom: 20px;
    padding: 8px 15px;
}
.breadcrumb > li + li::before {
    color: #FFF;
    content: "≫ ";
    padding: 0 5px;
}
.breadcrumb > .active {
    color: #FFF;
}
.breadcrumb a {
   color: #FFF;
   text-decoration: none;
}
.breadcrumb a:hover {
   color:#6F6;
   text-decoration: underline;
}

.content .controls {
    text-align: right;
	padding: 4px 6px 6px 8px;
	line-height:1.5;
}
.content .controls .btn {
	margin-bottom: 10px;
}
.content .controls a {
	color:#FFF;
	text-decoration: none;
}
.ui-content-notice {
    color: #fc0;
    font-size: 1.2em;
    text-align: center;
}
.ui-content-warning {
    color: #ff4d94;
    font-size: 1.2em;
    text-align: center;
}

.panel-mag {
	background-color: #202020;
    background-image: url("/common/contents/magnum8/img/header_leftcorner.png");
    background-position: left top;
    background-repeat: no-repeat;
    border: 1px solid #000;
	border-radius: 0px;
    box-shadow: 0 0 7px 0 #000;
	margin-bottom: 12px;
	padding-bottom:4px;
}
.panel-mag > .panel-heading {
 /*   background-color:#000; */
    border-color:#000;
    color:#FFF;
	padding:10px;
}
.panel-mag .panel-body {
	background-color: #303030;
    border: 1px solid #151515;
	margin: 5px 3px 5px 3px;
    padding: 8px;
}
.panel-mag > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #202020;
}
.panel-mag > .panel-heading .badge {
    background-color: #333;
    color: #f5f5f5;
}
.panel-mag > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-mag h2 {
   	font-size: 1.2em;
    font-weight: normal;
    text-align: center;
    width: 100%;
	margin: 0;
}

.btn-close {
	background: #222222 ;
    border: 1px solid #444444;
    color: #eeeeee;
}
.btn-close:hover, .btn-close:focus, .btn-close:active{
	color: #FFF;
}

.table-sc .navi {
	width:40px;
	vertical-align: middle;
}
.table-sc > tbody > tr > td {
	border: none;
}
.member {
	margin: 0px 0px 5px 0px;
	padding: 0 4px;
	border:solid 1px #666;
	background-color:#111;
}
.member .thumbOutline {
	height: 120px;
	width: 80px;
	margin-bottom:8px;
	position: relative;
}
.member .thumbOutline img {
	height: 120px;
	width: 80px;
	top: 0;
	left: 0;
	position: absolute;
}
.member .thumbOutline .visibleImg {
	width: 80px;
	height: 120px;
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
}
.member .media-body {
	overflow:visible;
}
.member:nth-child(2n+1) {
	background-color:#222;
}
.member .schedule {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow-y: auto;
	height: 216px;
	/* [disabled]background-color:#C66; */
}
.member .schedule .date {
	font-size: 12px;
	background-image: url("/common/contents/magnum8/img/trans01.png");
	border: 1px solid #444;
	float: left;
	height: 210px;
	width: 13%;
	min-width: 122px;
	margin: 0 3px 5px 0px;
	padding: 3px;
	text-align: center;
}
@media (max-width: 768px) {
	.member .schedule .date {
		width: 90%;
		margin-left: auto;
		margin-right:auto;
		height:auto;
	}
}
.member .schedule .date .sat {
	background-color: #444488;
}
.member .schedule .date .sun {
	background-color: #884444;
}
.member .schedule .datestr {
	background-color: #444444;
    font-size: 16px;
    margin-bottom: 12px;
}
.member .schedule .date .input-group-addon {
    background-color: #121212;
    border: 1px solid #222;
    border-radius: 2px;
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    padding: 2px;
    text-align: center;
}
.member .schedule .date .sc_from, .member .schedule .date .sc_to {
	color:#000;
	font-weight: normal;
	padding: 2px 4px;
	margin:0;
	font-size:16px;
	ime-mode:disabled;
}

.form-control.selector {
	font-size: 12px;
	color: #FFF;
	background-color:#000;
	border: 1px solid #222;
	padding: 2px 2px;
}

.bootstrap-select {
  z-index: 111110;
}
#messageModal .modal-footer {
	text-align:center;
}

.template {
	display:none;
}
.pagenavi {
	text-align:center;
	margin-bottom: 15px;
}
.pagination {
	margin: 20px 0 8px 0;
}
.pagination > li > a, .pagination > li > span {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	border: 1px solid #444;
	color: #CCFFDD;
	float: left;
	line-height: 1.42857;
	margin-left: -1px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#54555e+0,2b2b2b+100 */
	background: #54555e; /* Old browsers */
	background: -moz-linear-gradient(top,  #54555e 0%, #2b2b2b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #54555e 0%,#2b2b2b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #54555e 0%,#2b2b2b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54555e', endColorstr='#2b2b2b',GradientType=0 ); /* IE6-9 */
    border-color: #666;
    color: #CCFFDD;
    z-index: 3;
}
.pagination > li > span.inactive, .pagination > li > span.inactive:hover{
	color:#666;
}
.pagination > li > select {
	display: inline;
	background: #003939;
	border: 1px solid #36F;
	color: #FFFFCC;
	float: left;
	line-height: 1.42857;
	margin-left: -1px;
	padding: 3px 12px;
	position: relative;
	text-decoration: none;
	height: 31px;
	width: auto;
}
.pagination-navi {
	text-align: center;
}
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}


/**
 * モーダル
 */
.modal-content {
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(1, 1, 1, 0.5);
	outline: 0 none;
	position: relative;
	background-color: #1D1D1D;
}
.modal-content .close {
    color: #fff;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.8;
 	text-shadow: 0 1px 0 #222;
}
.modal-header {
	padding: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}


/**
 * テーブル
 */
.table .table {
    background-color: transparent;
}
.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td {
    border-top: 1px solid #444;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #191919;
}
.table-striped > tbody > tr:nth-of-type(2n) {
	background-color: #252525;
}
.table-bordered {
    border: 1px solid #444;
}
.table-bordered > thead > tr > th, 
.table-bordered > tbody > tr > th, 
.table-bordered > tfoot > tr > th, 
.table-bordered > thead > tr > td, 
.table-bordered > tbody > tr > td, 
.table-bordered > tfoot > tr > td {
    border: 1px solid #444;
}

.table.mag-heading {
	background-color: transparent;
	margin-bottom: 0;
}
.table.mag-heading > thead > tr > th, 
.table.mag-heading > tbody > tr > th, 
.table.mag-heading > tfoot > tr > th, 
.table.mag-heading > thead > tr > td, 
.table.mag-heading > tbody > tr > td, 
.table.mag-heading > tfoot > tr > td {
	border: none;
	padding: 3px;
	vertical-align: middle;
}
.table.mag-heading .lcrL {
	width: 15%;
	padding-left: 0;
	text-align: left;
}
.table.mag-heading .lcrC {
	width: 70%;
	text-align: center;
}
.table.mag-heading .lcrR {
	width: 15%;
	padding-right: 0;
	text-align: right;
}


/**
 * プログレスバー
 */
.progress {
	background-color: #333;
}

/**
 * datepicker
 */
.datepicker.dropdown-menu {
	 background-color: #121212;
	 border: 1px solid rgba(255, 255, 255, 0.15);
	 box-shadow: 0 6px 12px rgba(255, 255, 255, 0.176);
 }
.datepicker table tr td.old, 
.datepicker table tr td.new {
    color: #999999;
}
.datepicker table tr td.day:hover, 
.datepicker table tr td.focused {
    background: #323232 none repeat scroll 0 0;
    cursor: pointer;
}
.datepicker .datepicker-switch:hover, 
.datepicker .prev:hover, 
.datepicker .next:hover, 
.datepicker tfoot tr th:hover {
    background: #323232 none repeat scroll 0 0;
}
.datepicker table tr td span:hover, 
.datepicker table tr td span.focused {
    background: #323232 none repeat scroll 0 0;
}