@charset "utf-8";
/* ==========================================================================
  custom styles
  ========================================================================== */
*{
	margin: 0;
	padding: 0;
}
html, body {
	position: relative;
	height: 100%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "Verdana", "Arial", "sans-serif";
}
.navbar {
	background-color: #26354D;
	font-weight: bolder;
}
.navbar-collapse a {
	cursor: pointer;
}
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -20px;
}
#push, #footer {
	height: 20px;
}
#foopushter {
	width: 10px;
}
#footer {
	background-color: #26354D;
}
.navbar-inverse .navbar-brand {
	color: #FFF;
}
.navbar-inverse .navbar-nav > li > a {
	color: #FFF;
	height: 44px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse {
	height: 44px;
}
.icon_l {
	font-size: 17px;
}
.separator_header {
	border-left: solid #131A26 1px;
	border-right: solid #2D3E5A 1px;
	height: 44px;
	width: 1px;
	margin-right: 0px;
}
.separator {
	margin: 0;
	padding: 0;
	display: inline-block;
	border-left: solid #999999 1px;
	border-right: solid #FFF 1px;
	height: 23px;
	margin-left: 2px;
	margin-right: 5px;
}
span.fa-code: before {
	font-family: FontAwesome;
	content: "\f121";
}
.navbar2 {
	background-color: #D5D5D5;
	border-bottom: solid #9D9D9D 1px;
	margin-bottom: 0;
}
.breadcrumb {
	background-color: #D5D5D5;
	padding: 8px 0;
	margin: 0;
	color: #000;
}
.breadcrumb > .active {
	color: #000;
}
.breadcrumb ui {
	margin-bottom: 0;
}
.c-top {
	margin-top: 30px;
}
.modal-header {
	background-color: #459ABA;
	color: #fff;
	padding: 5px 10px;
}
.modal-header .close {
	margin-top: 1px;
	color: #fff;
}
.modal-body {
	border-bottom: solid #CCCCCC 1px;
}
.modal-footer {
	margin-top: 1px;
	border-top: solid #FFFFFF 1px;
	background-color: #eee;
	padding: 10px 10px;
}
.badge_info {
	width: 80px;
	height: 30px;
}
.private_badge {
	position: relative;
	top: 50px;
	left: 55px;
	visibility: hidden;
	width: 80px;
	height: 30px;
	font-size: 12px;
	padding: 10px;
	background-color: #000;
	color: #FFF;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
.ad_url, .page_url {
	cursor: pointer;
}

.edit_message {
	padding: 2px;
	margin-bottom: 15px;
	color: #006699;
	background-color: #e1f5ff;
	border-top: solid #aad7e1 1px;
	border-bottom: solid #aad7e1 1px;
}

/**********************/
@media (min-width: 768px)
.bs-docs-header {
	padding-top: 30px;
	padding-bottom: 60px;
	font-size: 18px;
	text-align: left;
}
.bs-docs-header {
	font-size: 18px;
}
.bs-docs-masthead, .bs-docs-header {
	position: relative;
	padding: 15px 15px;
	color: #000;
	text-align: center;
	text-shadow: 0 1px 0 rgba(150,150,150,.1);
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data: image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(150,150,150,0.65) 0%, rgba(150,150,150,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(150,150,150,0.65)), color-stop(100%,rgba(150,150,150,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(150,150,150,0.65) 0%,rgba(150,150,150,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(150,150,150,0.65) 0%,rgba(150,150,150,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(150,150,150,0.65) 0%,rgba(150,150,150,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(150,150,150,0.65) 0%,rgba(150,150,150,0) 100%); /* W3C */
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */
}
.bs-docs-header2{
	padding: 15px 15px;
	color: #000;
	text-align: center;
	text-shadow: 0 1px 0 rgba(150,150,150,.1);
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data: image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(150,150,150,0.65) 0%, rgba(150,150,150,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(150,150,150,0.65)), color-stop(100%,rgba(150,150,150,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(150,150,150,0.65) 0%,rgba(150,150,150,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(150,150,150,0.65) 0%,rgba(150,150,150,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(150,150,150,0.65) 0%,rgba(150,150,150,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(150,150,150,0.65) 0%,rgba(150,150,150,0) 100%); /* W3C */
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */
}
.pull-left { display: block; }
.pull-right { display: block; }
.btn-fat { padding: 8px 16px; }
.attention_txt { color: #FF6600; }
.important_txt { color: #CC0000; }
.name_txt { color: #395693; }
.clear {
	clear: both;
	height: 5px;
}

/**********************/
.description ul {
	margin: 0;
	padding: 0px;
	margin-left: 14px;
	text-align: left;
	font-size: 14px;
	text-shadow: none;
	color: #333;
}
.popover {
	padding: 0px;
}
.popover-title {
	height: 45px;
	background-color: #eee;
	color: #999;
	border-bottom: solid #CCC 1px;
}
.pop-footer {
	border-top: solid #CCC 1px;
	width: 100%;
	height: 45px;
	padding: 10px;
	color: #999;
	background-color: #eee;
}
/**********************/
.adBlock {
	width: 200px;
	float: left;
	margin-left: 5px;
}
.adBlock .panel-info {
	border-color: #D5D5D5;
}
.adBlock .panel-info> .panel-heading {
	color: #000;
	background-color: #D5D5D5;
	padding: 2px 5px;
	border-color: #999999;
}
.adBlock .panel-title {
	font-size: 12px;
}
.ad_title {
	margin-top: -10px;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}
.adBlock .panel-body {
	background-color: #eee;
	padding: 10px 5px;
	font-size: 10px;
}
.adBlock .panel-body .ad_closed {

}
.adBlock .panel-body .img {
	width: 160px;
	height: 170px;
	text-align: center;
	margin: 0px auto;
}
.adBlock .panel-body .img img {
	margin-top: -20px;
	max-width: 160px;
	max-height: 160px;
	border: solid #CCC 1px;
}
.adBlock .caption {
	margin-top: -20px;
	color: #666;
}

.adBlock .panel-footer {
	padding: 10px 5px;
	background-color: #F9F9F9;
}
.adBlock .panel-footer .minibtn{
	height: 30px;
	width: 35px;
	margin-top: 5px;
	margin-left: 5px;
	padding-right  : 0px;
	padding-left  : 0px;
}
#adURL .close, #pageURL .close {
	margin: -1px;
}
.cp_url .img {
	width: 250px;
	height: 250px;
	text-align: center;
	margin: 0px auto;
}
.cp_url .img img {
	max-width: 250px;
	max-height: 250px;
	border: solid #CCC 1px;
}
.new_ed_menu {
	text-align: left;
	margin-top: 5px;
	margin-left: 10px;
	font-weight: bolder;
}
.pamph_btn {
	color: #006699;
}
.add_position {
	background-color: #eee;
	height:55px;
	padding:15px;
}
.add_btn {
	padding:15px 30px
}
#add_master .modal-body {
	padding:0;
}
/**********************/
.pageBlock {
	min-width: 160px;
	float: left;
	margin-left: 5px;
}
#adName {
	font-size: 20px;
}
.f10 {
	font-size: 10px;
}
.pageBlock .panel-info {
	border-color: #D5D5D5;
}
.pageBlock .panel-info> .panel-heading {
	color: #000;
	background-color: #D5D5D5;
	padding: 2px 5px;
	border-color: #999999;
}
.pageBlock .panel-title {
	font-size: 14px;
	vertical-align: middle;
}
.pageBlock .panel-title .pnum{
	vertical-align: 40%;
}
.pageBlock .panel-title .minibtn {
	height: 27px;
	width: 30px;
	margin-top: -7px;
	margin-left: 5px;
	padding-right  : 0px;
	padding-left  : 0px;
}
.pageBlock .panel-body {
	min-height: 196px;
	background-color: #eee;
	padding: 10px 5px;
	font-size: 10px;
}
.jpgBlock .panel-body {
}
.templateBlock .panel-body {
	background-color: #dfefff;
}
.pdfBlock .panel-body {
}
.pageBlock .panel-body .img {
	width: 130px;
	height: 130px;
	text-align: center;
	margin: 0px auto;
}
.pageBlock .private_badge {
	left: 46px;
}
.pageBlock .panel-body .img img {
	margin-top: -20px;
	max-width: 120px;
	max-height: 120px;
	border: solid #CCC 1px;
}
.pageBlock .caption {
	margin-top: -20px;
	color: #666;
	text-align: center;
}
.pageBlock .caption h5{
	font-size :12px;
}
.pageBlock .panel-footer {
	padding: 10px 5px;
	background-color: #F9F9F9;
}
.pageBlock .panel-footer .minibtn {
	height: 27px;
	width: 30px;
	margin-top: 5px;
	margin-left: 5px;
	padding-right  : 0px;
	padding-left  : 0px;
}
.dropdown-menu li {
	cursor: pointer;
}
/**********************/
#side_btn {
	border-bottom: solid #CCC 1px;
	padding-bottom: 10px;
}
#sc_menu {
	padding: 10px;
	height: 100%;
}
#sc_menu  .nav {
	margin-top: 10px;
}
#sc_menu  .nav > li > a: hover, .nav > li > a: focus {
	background-color: #d9eaf0;
}

#sc_main {
	border-left: solid #CCC 1px;
}
#sc_main form{
	padding: 10px;
	overflow: auto;
}
#sc_main ul {
	list-style-type: none;
	padding: 5px;
}
#sc_main ul li{
	padding: 5px;
}
.setting_title {
	width: 200px;
	padding-right: 10px;
	text-align: right;
	text-justify: newspaper;
}
#sc_main .panel-info {
	border-color: #D5D5D5;
}
#sc_main .panel-info > .panel-heading {
	color: #fff;
	background-color: #459aba;
	border: solid #CCC 1px;
}
/**********************/
#edit_main {
	padding: 10px;
	height: 100%;
	border-top: solid #CCC 1px;
}
#edit_base {
	padding: 10px;
	height: 100%;
	border-top: solid #CCC 1px;
}
#edit_main .panel-primary {
	border-color: #D5D5D5;
}
#edit_main .panel-primary > .panel-heading {
	color: #fff;
	background-color: #459aba;
	border: solid #CCC 1px;
}
#edit_main .panel-primary > .panel-footer {
	padding: 10px;
	color: #29A3E3;
	background-color: #e3e3e3;
}
#edit_base .panel-primary {
	border-color: #D5D5D5;
}
#edit_base .panel-primary > .panel-heading {
	color: #fff;
	background-color: #459aba;
	border: solid #CCC 1px;
}
/***********/
.pamphlets {
	margin: 5px auto;
	text-align: center;
}
.pamphList {
	text-align: center;
	margin: 5px auto;
	list-style-type: none;
	padding: 5px;
}
.pamph {
	margin: 5px;
	padding: 5px;
	float: left;
	width: 170px;
/*	height: 220px;*/
	text-align: center;
	background-color: #f0f0f0;
	border: solid #CCC 1px;
}
.pamph .img {
	width: 130px;
	height: 130px;
	text-align: center;
	margin: 0px auto;
}
.pamph .img img {
	max-width: 120px;
	max-height: 120px;
	border: solid #CCC 1px;
}
.pamph .caption {
	color: #666;
	margin-top: 10px;
	text-align: center;
}
.uploaded_box {
	background-color: #f0f0f0;
	border: solid #CCC 1px;
}
.uploaded_box: after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.uploadResult {
}
.uploaded_box .upimg {
	margin: 5px;
	padding: 5px;
	float: left;
	width: 140px;
	height: 140px;
	text-align: center;
}
.upimg .img {
	width: 130px;
	height: 130px;
	text-align: center;
	margin: 0px auto;
}
.upimg .img img {
	max-width: 120px;
	max-height: 120px;
	border: solid #CCC 1px;
}
.modal-body #thumbImg {
	border: solid #CCC 1px;
	margin: 5px;
	padding: 5px;
	float: left;
	width: 160px;
	height: 160px;
	text-align: center;
}
.modal-body #thumbImg img {
	max-width: 150px;
	max-height: 150px;
	border: solid #CCC 1px;
}
.thumbnail {
	width: 170px;
}

.thumbnail .thumbnail_outline{
	max-width    : 120px;
	min-height   : 120px;
	text-align   : center;
	margin-right : auto;
	margin-left  : auto;
}

.thumbnail img {
	max-width  : 120px;
	max-height : 120px;
	border     : solid #CCC 1px;
}
/******************/
#loader {
	width : 50px;
	height: 50px;
	display: none;
	position: fixed;
	_position: absolute; /* IE6対策 */
	top: 50%;
	left: 50%;
	margin-top: -25px; /* heightの半分のマイナス値 */
	margin-left: -25px; /* widthの半分のマイナス値 */
	z-index: 1000000;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url("../img/gif-load.gif");
}
#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: #666;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 900000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/*************/
.modal-advertisement-body {
}
.tp_close {
	position:absolute;
	top: -10px;
	right: -10px;
	z-index: 100;
}
#modal-sampleTemplate {
	border: solid #CCC 2px;
}

/*************/
.btn_gra {
	height:50px;
	border-top: solid #CCC 1px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(150,150,150,.1);
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data: image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(230,230,230,0.65) 0%, rgba(230,230,230,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,230,230,0.65)), color-stop(100%,rgba(230,230,230,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(230,230,230,0.65) 0%,rgba(230,230,230,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(230,230,230,0.65) 0%,rgba(230,230,230,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(230,230,230,0.65) 0%,rgba(230,230,230,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(230,230,230,0.65) 0%,rgba(230,230,230,0) 100%); /* W3C */
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */
}
.btn_gra a{
	margin-top:10px;
	margin-right:10px;
}

#settingForm article {
	margin-bottom : 20px;
}
 .ui-tooltip, .arrow:after {
	background: black;
	color:#fff;
}
.ui-tooltip {
	position:absolute;
  font-size: 12px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
	margin-top: -30px;
}
 .arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}
.arrow.top {
	top: -10px;
	bottom: auto;
}
.arrow.bottom {
	bottom: -10px;
	top: auto;
}
.arrow.left {
	left: 20%;
}
.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	tranform: rotate(45deg);
}
.arrow.top:after {
	bottom: -20px;
	top: auto;
}
.pageBlock .panel-body .layout_img {
	width: 140px;
	height: 170px;
	text-align: center;
	margin: 0px auto;
}
.pageBlock .panel-body .layout_img img {
	margin-top: -20px;
	max-width: 170px;
	max-height: 170px;
	border: solid #CCC 1px;
}
/*************/
.TmpPageList .pageBlock2 {
	width: 170px;
	float: left;
	margin-left: 5px;
}
.TmpPageList .pageBlock2 .panel-info {
	border-color: #D5D5D5;
}
.TmpPageList .pageBlock2 .panel-body {
	min-height: 160px;
	background-color: #eee;
	padding: 10px 0px;
	font-size: 10px;
	text-align:center;
}
.TmpPageList .pageBlock2 .panel-body .img {
	width: 170px;
	height: 170px;
	text-align: center;
	margin: 0px auto;
}
.TmpPageList .pageBlock2 .panel-body .img img {
	max-width: 170px;
	max-height: 170px;
	border: solid #CCC 1px;
}
.TmpPageList .pageBlock2 .caption {
	margin-top: -20px;
	color: #666;
	text-align: center;
}
.TmpPageList .pageBlock2 .caption h5{
	font-size :12px;
}
.TmpPageList .pageBlock2 .panel-footer {
	padding: 10px 5px;
	background-color: #F9F9F9;
}
.TmpPageList .pageBlock2 .panel-footer .minibtn {
	height: 27px;
	width: 30px;
	margin-top: 5px;
	margin-left: 5px;
	padding-right  : 0px;
	padding-left  : 0px;
}




.sb_thumb {
	height : 150px;
	width : 200px;
	text-align  : center;
}

.sb_thumb img {
	border: 1px solid #ccc;
	max-height: 120px;
	max-width: 120px;
}

.bgHeader{
	background-color : #eee;
	line-height      : 180%;
	padding-top      : 15px;
	padding-bottom   : 15px;
	padding-left     : 24px;
	padding-right    : 24px;
	margin-top       : 10px;
	margin-bottom    : 10px;
}

#sbArea_0 li{
	margin-right : 8px;
}

#sbArea_1 li{
	margin-right : 8px;
}

#sbArea_2 li{
	margin-right : 8px;
}

.storage_block .modal-body {
	background-color: #EEE;
	padding: 0px;
}

.storage_block .modal-body .tab-content {
	background-color: #FFF;
}

.storage_container{
	height:320px;
	overflow:auto;
}

.storage_container ul{
	margin-top : 20px;
}
/******************/
#pdf_making {
	position:absolute;
	top:50px;
	left:43%;
	height:40px;
	width:40px;
	margin:auto;
	background-color:#FFF;
	opacity:0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	font-size:9px;
	padding:5px;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display:none;
}
/******************/

#insertion-guide-btn{
	font-size : 12px;
	color     : #395c75;
}

#insertion-main{
    text-align: center;
}

#insertion-navi{
	margin-top : 30px;
}

#onInsertionGuideMovie{
	margin-top : 85px;
}
