
/* CSS Document */

html{
  font-size:18px;
}

TH{
  font-size:100%;
}
TD{
  font-size:100%;
}
/*
SPAN{
  font-size:100%;
}

PRE{
  font-size:100%;
}
*/

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    font-size: 19px !important;
}

.Contents{
    width:100%;
}

.MenuElement{
}

.NoMenuElement{
    display:none;
}
.NormalStyleElement{

}
.SmartStyleElement{
    display:none;
}

.sitename{
    margin:15px 0 15px;
}
.sitename a{
    font-size: 1.6em;
    color: inherit;
}
 
i{
    font-size: 1.3em;
    color: inherit;
}
 
.navbar .navbar-inner {
    padding: 0;
}
 
.navbar .nav {
    margin: 0;
    display: table;
    width: 100%;
}
 
.navbar-nav > li {
    width: 16%;
}

 
.navbar .nav li a {
    font-weight: bold;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .75);
}

.dropdown-menu > li > a {
    width:100%;
    height: 60px;
    padding-top: 20px;
    text-decoration: none;  
}


.dropdown-menu {
    padding:0px;
}

.navbar .nav li:last-child a {
    border-right: 0;
    border-radius: 0 3px 3px 0;
}

.navbar-default {
    background-color: #296b35;
    height: 90px;
}

.navbar-default .navbar-nav > li > a{
    color:#FFF;
    text-decoration: none;    
}

.navbar-default .navbar-nav > li > a:hover{
    color:#296b35;
    background-color:#8dd199;
}

.navbar-nav > li > a {
    padding-top: 34px;
    padding-bottom: 34px;
}

.navbar .nav li a:first-child{
    border-left:none;
}

.dropdown-menu {
    width:100%;
}

.dropdown:hover > .dropdown-menu{
/*    display: block; */
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.link-menu{
  cursor: pointer;
}


/* CSS Document */
body {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url('img/bg_back.gif');
	background-position:top;
	text-align: center;
	line-height: 1.8;
}

.PageContent H1 {
	text-align:center;
	margin-left: 3%;
	margin-right: 3%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 200%;
	color: #CC6633;
	text-shadow: 3px 3px 5px #FFFFCC;
	border-top: 2px solid #CC9966;
	border-bottom: 2px solid #CC9966;
	background-color:#FFFFF9;
	/*
	background-image: url('img/bg_page_title_or.gif');
	background-position:left bottom;
	background-repeat: repeat-x;
	*/
}

.PageContent H2 {
	margin-top: 10px;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 4px;
	padding-left: 16px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 110%;
	border-left: 4px solid #006600;
	border-bottom: 2px solid #006600;
	background-color: #EEF8EE;
	background-image:none;
	background-position:left top;
	background-repeat:repeat-x;
}
.PageContent H2 A{
	width:100%;
	display:block;
}

.PageContent H3 {
	margin-left: 32px;
	margin-right: 2px;
	margin-top: 4px;
	margin-bottom: 2px;
	padding-left: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: left;
	font-size: 105%;
	background-color: #EEFFEE;
	border-left: 4px #339966 solid;
}
.PageContent H3 A{
	width:100%;
	display:block;
}

.PageContent H4 {
	color: #339966;
	margin-top: 10px;
	margin-bottom: 4px;
}

.PageContent P {
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.PageContent img{
	width: 100%;
	height: auto;
}

.PageContent iframe{
	width:100%;
}

table {
	margin-right: auto;
	margin-left: auto;
	border-collapse:collapse;
	border-spacing:0px;
	empty-cells: show;
	width: 100%;
}

caption {
	white-space: nowrap;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #FCFCFC;
	caption-side: top;
}

div {
	margin-right: auto;
	margin-left: auto;
}

th {
	padding: 2px;
}

td {
	padding: 2px;
}

span {
	
}

PRE {
	margin-top: 0pt;
	margin-bottom: 0pt;
}

FORM {
	margin-top: 0pt;
	margin-bottom: 0pt;
}

INPUT {
	border: 1px solid #666666;
	font-size: 90%;
}

TEXTAREA {
	border: 1px solid #666666;
	font-size: 110%;
}

SELECT {
	border: 1px solid #666666;
	font-size: 110%;
}

UL {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 20px;
	margin-right: 4px;
	padding-left: 0px;
}

OL {
	margin-top: 4px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 4px;
	padding-left: 0px;
}

LI {
	
}

DL {
	
}

dt {
	text-align: left;
	font-weight: bold;
	margin: 4px 4px 4px 4px;
}

dd {
	text-align: left;
	margin: 4px 4px 4px 20px;
}

A:{
	text-decoration: underline;
	color: #0000CC;
}

A:link {
	text-decoration: underline;
	color: #0000CC;
}

A:visited {
	text-decoration: underline;
	color: #0000CC;
}

A:hover {
	color: #FF6600;
}

A:active {
	color: #CC0000;
	background-color: #FFFFFF;
}

A:focus {
	color: #CC0000;
	background-color: #FFFFFF;
}

hr {
	height: 3px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px #EEEEEE solid;
}

.yoyaku_sts_00 {
	color: #3333EE;
}

.yoyaku_sts_01 {
	color: #0033FF;
}

.yoyaku_sts_ {
	color: #0033FF;
}

.yoyaku_sts_02 {
	color: #FF0000;
}

.yoyaku_sts_03 {
	color: #888888;
}

.yoyaku_sts_10 {
	color: #FF6666;
}

.yoyaku_sts_11 {
	color: #888888;
}

.yoyaku_sts_12 {
	color: #FF0000;
}

.yoyaku_sts_03 {
	color: #888888;
}

.yoyaku_sts_tori {
	color: #338833;
	font-weight: bold;
}

.yoyaku_sts_other {
	color: #0033FF;
}

#frameBody {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	border:1px solid #000000;
	background-color: #FFFFFF;
}

#frameTitleHeader {
	width: 100%;
	background-color: #FFFFFF;
}

#frameOuterContents {
	width: 100%;
}

#previewModeState {
	text-align: right;
	font-size: 120%;
	font-weight: bold;
	background-color: #FF9999;
	color: #FFFFFF;
}

#previewModeState A {
	text-decoration: underline;
	color: #0000CC;
}

#previewModeState A:link {
	text-decoration: underline;
	color: #0000CC;
}

#previewModeState A:visited {
	text-decoration: underline;
	color: #0000CC;
}

#previewModeState A:hover {
	color: #00CC00;
}

#previewModeState A:active {
	color: #CC0000;
	background-color: #FFFFFF;
}

#previewModeState A:focus {
	color: #CC0000;
	background-color: #FFFFFF;
}

#frameTitleBg {
	width: 100%;
	background-color:#FFFFFF;
	background-image:url('img/title_bg.gif');
}

#frameTitle {
	text-align: left;
	float:left;
	width:480px;
    	margin-left:auto;
    	margin-right:auto;
	font-size: 240%;
}

#frameTitleSymbol{
	clear: left;
	text-align: center;
	float:left;
}

#frameTitleEnd {
	clear: both;
}

#frameHeadControl {
	background-color: #666666;
	/*
	background-image: url('img/bg_menu_pk.gif');
	background-position:left top;
	background-repeat:repeat-x;
	border-bottom:1px solid #000000;
	*/
}

#customHeadInfo{
	float:left;
	color:#FFFFFF;
}
#customHeadInfo A: {
	color:#FFFFFF;
	text-decoration:none;
}
#customHeadInfo A:link {
	color:#FFFFFF;
	text-decoration:none;
}
#customHeadInfo A:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#customHeadInfo A:hover {
	color:#FFFFEE;
	text-decoration:none;
}
#customHeadInfo A:active {
	color:#FFEEEE;
	text-decoration:none;
}
#customHeadInfo A:focus {
	color:#FFEEEE;
	text-decoration:none;
}

#fontSizeSelect {
	text-align: right;
	font-size: 90%;
	float: right;
	color: #FFFFFF;
	font-weight: bold;
}

#fontSizeSelect A {
	font-weight: normal;
	border: 1px solid #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
	background-color: #EEEEFF;
	color: #0000FF;
}

#fontSizeSelect A:link {
	font-weight: normal;
	border: 1px solid #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
	background-color: #EEEEFF;
	color: #0000FF;
}

#fontSizeSelect A:visited {
	font-weight: normal;
	border: 1px solid #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
	background-color: #EEEEFF;
	color: #0000FF;
}

#fontSizeSelect A:hover {
	font-weight: normal;
	border: 1px solid #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #FFAA66;
}

#fontSizeSelect A:active {
	font-weight: normal;
	text-decoration: none;
	color: #CC0000;
	background-color: #FFFFFF;
}

#fontSizeSelect A:focus {
	font-weight: normal;
	text-decoration: none;
	color: #CC0000;
	background-color: #FFFFFF;
}

#styleControl {
	margin-left:32px;
	text-align: left;
	font-size: 90%;
	float: right;
	color: #FFFFFF;
	font-weight: bold;
}

#styleControl A {
	font-weight: normal;
	border: 1px solid #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
	background-color: #EEEEFF;
	color: #0000FF;
}

#styleControl A:link {
	font-weight: normal;
	border: 1px solid #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
	background-color: #EEEEFF;
	color: #0000FF;
}

#styleControl A:visited {
	font-weight: normal;
	border: 1px solid #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
	background-color: #EEEEFF;
	color: #0000FF;
}

#styleControl A:hover {
	font-weight: normal;
	border: 1px solid #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #FFAA66;
}

#styleControl A:active {
	font-weight: normal;
	text-decoration: none;
	color: #CC0000;
	background-color: #FFFFFF;
}

#styleControl A:focus {
	font-weight: normal;
	text-decoration: none;
	color: #CC0000;
	background-color: #FFFFFF;
}

#toSmartStyle{
}
.SmartStyleButton{
	font-size:40pt;
	border:1px solid #666666;
	background: -moz-linear-gradient(top, #FFF, #CCC);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CCC));
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;
	background-color: #F3F3F3;
	color:#999999;
	padding:8px;
}
.SmartStyleButton A{
	text-decoration:none;
	color:#999999;
}

#toNormalPage {
	float: left;
	font-size: 90%;
	border-top: 1px #999966 solid;
	border-bottom: 1px #FEFEFF solid;
	border-left: 1px #999966 solid;
	border-right: 1px #999966 solid;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #FEFEFF;
	margin-bottom: 0px;
	color: #666666;
}

#toKidsPage {
	float: left;
	font-size: 90%;
	border-top: 1px #999966 solid;
	border-bottom: 1px #999966 solid;
	border-left: 1px #999966 solid;
	border-right: 1px #999966 solid;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #FFF3F3;
	margin-bottom: 0px;
	color: #666666;
}

#headControlEnd {
	clear: both;
}

#loginStatus {
	clear: right;
	text-align: left;
	font-size: 80%;
	border: 1px #666699 solid;
	color: #CC6633;
	float: right;
	background-color: #FFFFFF;
	padding: 2px;
	margin: 2px;
	white-space: nowrap;
	line-height:1.2;
}

#menuControl {
	font-size: 80%;
	float: right;
	white-space: nowrap;
	padding: 2px;
	color: #FFFFFF;
	display:none;
}

#menuControl A {
	text-decoration: none;
	color: #FFFFFF;
}

#menuControl A:link {
	text-decoration: none;
	color: #FFFFFF;
}

#menuControl A:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#menuControl A:hover {
	text-decoration: none;
	color: #CC3300;
	background-color: #FFFFEE;
}

#menuControl A:active {
	text-decoration: none;
	color: #CC0000;
	background-color: #FFFFFF;
}

#menuControl A:focus {
	text-decoration: none;
	color: #CC0000;
	background-color: #FFFFFF;
}

#frameHeadMenu {
	clear: both;
	text-align: left;
	width: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: #225522;
	background-image: url('img/bg_menu_gr2.gif');
	background-position:left top;
	background-repeat:repeat-x;
}

#headMenu {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	margin-right:0px;
	list-style-type: none;
	line-height:1;
	background-color:transparent;
	font-weight:bold;
}

#headMenu li {
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top:0px;
	padding-bottom:0px;
	border-left: 1px solid #336633;
	border-right: 1px solid #003300;
	text-align: center;
	white-space: nowrap;
	line-height:1.1;
}

#headMenu A {
	display: block;
	padding:4px;
	text-decoration: none;
	color: #FFFFFF;
}

#headMenu A:link {
	text-663333: none;
	color: #FFFFFF;
}

#headMenu A:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#headMenu A:hover {
	text-decoration: none;
	color: #336633;
	background-color: #EEFFEE;
}

#headMenu A:active {
	text-decoration: none;
	color: #CC0000;
	background-color: #FFFFFF;
}

#headMenu A:focus {
	text-decoration: none;
	color: #CC0000;
	background-color: #FFFFFF;
}

#headMenuBottom{
	clear: both;
}

#headMenuEnd {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url('img/shadow_d.gif');
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
	height: 8px;
}

#frameMainMenu {
	float:left;
	width:25%;
	min-width: 120px;
	text-align: left;
}
#frameMainMenu A{
	width:100%;
	display:block;
}


#frameContents {
	float: right;
}

#frameFooter {
	clear: left;
	clear: right;
	clear: both;
	width: 100%;
}

#frameFooterMenu {
	clear: both;
	text-align: left;
	width: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: #225522;
	background-image: url('img/bg_menu_gr2.gif');
	background-position:left top;
	background-repeat:repeat-x;
}

#footerMenu {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	margin-right:0px;
	list-style-type: none;
	line-height:1;
	background-color:transparent;
	font-weight:bold;
}

#footerMenu li {
	float: right;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top:0px;
	padding-bottom:0px;
	border-left: 1px solid #336633;
	border-right: 1px solid #003300;
	text-align: center;
	white-space: nowrap;
	line-height:1.1;
}

#footerMenu A {
	display: block;
	padding:4px;
	text-decoration: none;
	color: #FFFFFF;
}

#footerMenu A:link {
	text-663333: none;
	color: #FFFFFF;
}

#footerMenu A:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#footerMenu A:hover {
	text-decoration: none;
	color: #336633;
	background-color: #EEFFEE;
}

#footerMenu A:active {
	text-decoration: none;
	color: #CC0000;
	background-color: #FFFFFF;
}

#footerMenu A:focus {
	text-decoration: none;
	color: #CC0000;
	background-color: #FFFFFF;
}

#footerMenuBottom{
	clear: both;
}

#footerMenuEnd {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url('img/shadow_d.gif');
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
	height: 8px;
}

#footerBody {
	clear:both;
	background-color:#FFFFFF;
}

#frameCounter{
	text-align:right;
	margin-right:20px;
}

#breadClumbList {
	margin: 10px;
	text-align: left;
}

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

#sslMsg {
	padding: 4px;
	margin-right: 10%;
	margin-left: 10%;
	margin-Top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#headMsg {
	padding: 4px;
	margin-right: 10%;
	margin-left: 10%;
	margin-Top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

#midMsg {
	padding: 4px;
	margin-right: 10%;
	margin-left: 10%;
	margin-Top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

#footMsg {
	padding: 4px;
	margin-right: 10%;
	margin-left: 10%;
	margin-Top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

#mainMsg {
	margin-right: 10%;
	margin-left: 10%;
	margin-Top: 10px;
	margin-bottom: 10px;
	text-align: center;
	border: 1px #EEEEEE solid;
	background-color: #FEFEFE;
	font-size: 120%;
	padding: 20px;
}

.NoticeText {
	color: #CC3300;
	font-size: 100%;
}

.WarnText {
	color: #EE3300;
	font-size: 100%;
}

.ProcessResult {
	background-color: #FFFFFF;
	border: 2px solid #99CC99;
	padding: 4px;
	text-align: left;
	margin-right: 10%;
	margin-left: 10%;
	margin-Top: 10px;
	margin-bottom: 10px;
}

.ProcessResultList {
	margin-Top: 4px;
	margin-bottom: 4px;
}

.ProcessResultList_Info {
	color: #006600;
}

.ProcessResultList_Warn {
	color: #996633;
}

.ProcessResultList_Error {
	color: #FF0000;
	font-weight: bold;
}

.WaitMark {
	color: #996666;
	text-align: center;
	font-size: 110%;
	vertical-align: middle;
}

.WaitMark img {
	vertical-align: middle;
}

.MainMenuBox {
	margin: 4px;
	padding: 0px;
	font-size:90%;
	line-height:1.5;
	border:1px solid #333333;
	/*
	border-radius: 10px;  
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;
	*/
	background-color:#FFFFFF;
	background-image:url('img/side_menu_bg_sv.gif');
	background-position:left top;
	background-repeat:repeat-y;
}

.MainMenuBox H2 {
	border-top:0px;
	border-left:0px;
	border-bottom:0px;
	border-right:0px;
	padding-top: 2px;
	padding-bootom: 2px;
	padding-left:16px;
	margin: 0px;
	color: #FFFFFF;
	background-color:#666666;
	background-image:none;
}

.MainMenuBox H3 A {
	text-decoration:none;
	color:#000066;
}
.MainMenuBox H3 A:link {
	text-decoration:none;
	color:#000066;
}
.MainMenuBox H3 A:visited {
	text-decoration:none;
	color:#000066;
}
.MainMenuBox H3 A:hover {
	text-decoration:none;
	color:#FF6633;
}
.MainMenuBox H3 A:active {
	text-decoration:none;
	color:#FF0000;
	background-color:#FFFFFF;
}
.MainMenuBox H3 A:focus {
	text-decoration:none;
	color:#FF0000;
	background-color:#FFFFFF;
}

.MainMenuBox UL {
	list-style: none;
	list-style-image: url('img/list_mark_b.gif');
}
.MainMenuBox li {
	margin-left:10px;
}

.MainMenuInnerBox1 {
	padding: 4px;
	margin: 4px;
}
.MainMenuInnerBox1 H3 {
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
	line-height:1.2;
	background-color: #EEEEEE;
	background-image:none;
	background-position:left top;
	background-repeat:repeat-x;
	border-top:0px solid #999999;
	border-left:0px solid #999999;
	border-bottom:2px solid #999999;
	border-right:2px solid #999999;
	font-size:90%;
	border-radius: 10px;  
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;
}
.MainMenuInnerBox1 UL {
	list-style: none;
	list-style-image: url('img/list_mark_b.gif');
}

.MainMenuInnerBox2 {
	padding: 4px;
	margin: 4px;
}
.MainMenuInnerBox2 H3 {
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
	line-height:1.2;
	background-color: #EEEEEE;
	background-image:none;
	background-position:left top;
	background-repeat:repeat-x;
	border-top:0px solid #999999;
	border-left:0px solid #999999;
	border-bottom:2px solid #999999;
	border-right:2px solid #999999;
	font-size:90%;
	border-radius: 10px;  
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;
}
.MainMenuInnerBox2 UL {
	list-style: none;
	list-style-image: url('img/list_mark_b.gif');
}

.MainMenuInnerBox3 {
	padding: 4px;
	margin: 4px;
}
.MainMenuInnerBox3 H3 {
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
	line-height:1.2;
	background-color: #EEEEEE;
	background-image:none;
	background-position:left top;
	background-repeat:repeat-x;
	border-top:0px solid #999999;
	border-left:0px solid #999999;
	border-bottom:2px solid #999999;
	border-right:2px solid #999999;
	font-size:90%;
	border-radius: 10px;  
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;
}

.MainMenuInnerBox3 UL {
	list-style: none;
	list-style-image: url('img/list_mark_b.gif');
}



.SearchMenuBox {
	margin: 4px;
	font-size:90%;
	line-height:1.5;
	border:1px solid #000033;
	/*
	border-radius: 10px;  
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;
	*/
}

.SearchMenuBox H2 {
	border-top:0px;
	border-left:0px;
	border-bottom:0px;
	border-right:0px;
	padding-top: 2px;
	padding-bootom: 2px;
	padding-left:16px;
	margin: 0px;
	color: #FFFFFF;
	background-color:#666666;
	background-image:none;
}

.SearchMenuBox UL {
	list-style: none;
	list-style-image: url('img/list_mark_b.gif')
}

.LibMenuBox {
	margin: 4px;
	font-size:90%;
	line-height:1.5;
	border:1px solid #000033;
	/*
	border-radius: 10px;  
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;
	*/
}

.LibMenuBox H2 {
	border-top:0px;
	border-left:0px;
	border-bottom:0px;
	border-right:0px;
	padding-top: 2px;
	padding-bootom: 2px;
	padding-left:16px;
	margin: 0px;
	color: #FFFFFF;
	background-color:#666666;
	background-image:none;
}

.LibMenuBox UL {
	list-style: none;
	list-style-image: url('img/list_mark_b.gif')
}


.MainMenuList_Level1 {
	margin: 10px;
	padding-left: 10px;
}

.MainMenuList_Level2 {
	margin: 10px;
	padding-left: 10px;
}

.MainMenuList_Level3 {
	margin: 10px;
	padding-left: 10px;
}

.FormTable {
	border: 2px #666666 solid;
	background-color: #FFFFEE;
	color: #663333;
}

.FormTable .refValueField{
	width:240px;
}

.FormTable .NoticeText {
	color: #CC6600;
	font-size: 80%
}

.FormTable .SubmitCell {

}

.SubmitButton {
	border: 3px outset #999933;
	background-color: #FFFFCC;
	color: #000000;
	font-size: 110%;
	font-weight: bold;
}

.NormalButton {
	border: 3px outset #999999;
	background-color: #EEEEEE;
	color: #00000;
	font-size: 110%;
}

.ColHead {
	text-align:left;
	width: 200px;
	white-space: normal;
}

.RowHead {
	white-space: nowrap;
}

.TitleLibName {
	text-align:left;
	margin-left: 3%;
	margin-right: 3%;
	padding-left: 30px;
	padding-right: 10px;
	font-size: 180%;
	color: #CC3333;
	background-color: transparent;
	background-image: none;
	text-shadow: 3px 3px 5px #EEEEEE;
	border:0px;
	line-height:1.2;
}

.MainInfoTable {
	border: 1px solid #333333;
	width: 94%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.MainInfoTable .NoticeText {
	color: #CC6600;
	font-size: 80%;
}

.MainInfoTable .InfoText {
	color: #336633;
	font-weight: bold;
}

.MainInfoTable .WarnText {
	color: #EE3300;
	font-weight: bold;
}

.MainInfoTable th {
	border: 1px solid #000000;
	background-color: #339966;
	color: #FFFFFF;
}

.MainInfoTable .SubHead {
	border: 1px solid #333333;
	white-space: nowrap;
	color: #000000;
	font-weight:normal;
	background: #CCFFCC;
	background-color: #CCFFCC;
}

.MainInfoTable th A :{
	text-decoration: underline;
	color: #EEEEFF;
}

.MainInfoTable th A:link {
	text-decoration: underline;
	color: #EEEEFF;
}

.MainInfoTable th A:visited {
	text-decoration: underline;
	color: #EEEEFF;
}

.MainInfoTable th A:hover {
	color: #FFCC33;
}

.MainInfoTable th A:active {
	color: #CC0000;
	background-color: #FFFFFF;
}

.MainInfoTable th A:focus {
	color: #CC0000;
	background-color: #FFFFFF;
}

.MainInfoTable td {
	border: 1px solid #999999;
}

.MainInfoTable .tdClass1 {
	
}

.MainInfoTable .tdClass2 {
	background-color: #F9F9F9;
}

.MainInfoTable th .Title{
	float:left;
}

.MainInfoTable th .SubLink{
	float:right;
}

.MainInputTable {
	border: 1px solid #333333;
	width: 94%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.MainInputTable .inputValueField{
	width:320px;
}

.MainInputTable .NoticeText {
	color: #CC6600;
	font-size: 80%;
}

.MainInputTable .InfoText {
	color: #336633;
	font-weight: bold;
}

.MainInputTable .WarnText {
	color: #EE3300;
	font-weight: bold;
}

.MainInputTable th {
	border: 1px solid #333333;
	white-space: nowrap;
	background-color: #FFFFEE;
	color: #663333;
}

.MainInputTable .SubHead {
	border: 1px solid #333333;
	font-size: 90%;
	white-space: nowrap;
	background-color: #EEEEEE;
	color: #663333;
}

.MainInputTable th A :{
	text-decoration: underline;
	color: #0000FF;
}

.MainInputTable th A:link {
	text-decoration: underline;
	color: #0000FF;
}

.MainInputTable th A:visited {
	text-decoration: underline;
	color: #0000FF;
}

.MainInputTable th A:hover {
	color: #FFCC33;
}

.MainInputTable th A:active {
	color: #CC0000;
	background-color: #FFFFFF;
}

.MainInputTable th A:focus {
	color: #CC0000;
	background-color: #FFFFFF;
}

.MainInputTable td {
	border: 1px solid #999999;
}
.MainInfoTable TD A .FullSize{
	display: block;
	width:100%;
}
.MainInputTable .tdClass1 {
	
}

.MainInputTable .tdClass2 {
	background-color: #F9F9F9;
}

.MainInputTable .SubmitCell {

}

.LibImage {
	vertical-align: middle;
	text-align: center;
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
}

.LibInfoTable {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: auto;
	margin-right: auto;
}

.LibInfoTable th {
	border: 1px solid #CCCCCC;
	white-space: nowrap;
	background-color: #EEEEEE;
	color: #000000;
}
.LibInfoTable .ColHead {
	width:100px;
}

.LibInfoTable td {
	border: 1px solid #CCCCCC;
}

.LibInfoTable .ItemFoot {
	text-align: right;
}

.LibInfoFoot {
	clear: both;
}

.MoveAnchorList {
	text-align: center;
}

.ReturnUpperAnchor {
	text-align: right;
	margin-right: 20px;
}

.SubInfoTable {
	margin-top: 4px;
	margin-bottom: 10px;
	width: 94%;
}

.SubInfoTable th{
	border: 1px solid #333333;
	white-space: nowrap;
	color: #FFFFFF;
	background-color: #339966;
}

.SubInfoTable .NarrowCol{
	width:20%;
}

.SubInfoTable td {
	border: 1px solid #999999;
}

.SubInfoTable .tdClass1 {
	
}

.SubInfoTable .tdClass2 {
	background-color: #F9F9F9;
}

.SubInfoTable .NullCell{
	border: 0px;
	background:transparent;
	background-color:transparent;
}

.SearchCondTable {
	border: 1px solid #CCCCCC;
}

.GenreSelectTable {
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}

.GenreSelectTable TD {
	border: 1px solid #336633;
	vertical-align: middle;
	background-color: #F3FFF3;
	padding:0px;
}

.GenreSelectTable A {
	display: block;
	vertical-align: middle;
	padding:8px;
	margin:0px;
}

.KanSelectTable {
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}

.KanSelectTable TD {
	border: 1px solid #336633;
	vertical-align: middle;
	background-color: #F3FFF3;
	padding:0px;
}
.KanSelectTable TD.Selected {
	border: 1px solid #663333;
	vertical-align: middle;
	background-color: #FFCCCC;
	padding:0px;
}
.KanSelectTable A {
	display: block;
	vertical-align: middle;
	padding:8px;
	margin:0px;
}

#syosPrevBackNavi {
	float: left;
	margin-left: 3%;
}

#toAllDetails {
	float: right;
	margin-right: 3%;
}

#syosInfoTable {
	clear: both;
}

.SubMenuLibImage {
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}

.SubMenuLibInfoTable {
	margin-left: 2%;
	margin-right: 2%;
}

.SubMenuLibInfoTable TH {
	text-align: left;
}

.SubMenuLibInfoTable TD {
	text-align: left;
	margin-left: 10px;
}

.SubMenuLibInfoTable .SubItem {
	font-size: 80%;
}

.SubMenuLibInfoTable .ItemFoot {
	text-align: right;
}

.PageContent {
	margin-left: 3%;
	margin-right: 3%;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px dotted #669966;
	border-bottom: 1px dotted #669966;
}

.ItemContent {
	margin-right: 20px;
	margin-left: 20px;
	margin-Top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.TopImage{
	width:100%;
	text-align:center;
}

.MoveAddressMsg {
	margin-right: 10%;
	margin-left: 10%;
	margin-Top: 10px;
	margin-bottom: 10px;
	background-color: #FFF0F0;
	border: 1px solid #EEEEEE;
	text-align: center;
	padding: 20px;
}

.GuideContent {
	padding: 4px;
	margin-right: 20px;
	margin-left: 20px;
	margin-Top: 2px;
	margin-bottom: 2px;
	text-align: left;
}

.GuideImage {
	margin: 10px;
	text-align: center;
}

.GuideFoot {
	margin-bottom: 20px;
	text-align: center;
}

.LinkContent {
	padding: 4px;
	margin-left: 50px;
	margin-right: 20px;
	text-align: left;
	margin-Top: 2px;
	margin-bottom: 2px;
}

.EventListMonth {
	margin-left: 60px;
	margin-right: 20px;
	text-align: left;
	margin-top: 2;
	margin-bottom: 2;
	color: #336633;
}

.EventList {
	text-align: left;
	margin-left: 60px;
	margin-right: 20px;
	list-style-image: url('img/p_01.gif')
}

.EventList LI {
	border-bottom: 1px solid #EEEEEE;
}

.EventMonth {
	margin-left: 5%;
	margin-right: 5%;
	/*
	border-left: 4px solid #336633;
	border-bottom: 1px solid #336633;
	background-color: #F6FFF6;
	text-align:left;
	*/
}

.EventTable {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 5%;
	margin-right: 5%;
	width: 85%;
}

.EventDay {
	width: 20%;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #FFFFEE;
	color:#663300;
}

.EventTitle {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding: 4px;
	text-align: left;
	background-color: #FFFFEE;
	border: 1px solid #999999;
	color:#336633;
}

.EventContent {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 8px;
	text-align: left;
}

.EventSubItemTitle {
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: left;
	font-weight: bold;
	color:#336633;
}

.EventSubItemContent {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 10px;
	text-align: left;
}

.EventPdfFile {
	margin-Top: 2px;
	margin-bottom: 2px;
	text-align: center;
	font-size: 80%;
	color: #CC6633;
}

.EventImageFile {
	margin-Top: 2px;
	margin-bottom: 2px;
	text-align: center;
}

.EventFoot {
	clear: both;
}

.PdfTitle {
	margin-Top: 2px;
	margin-bottom: 2px;
	text-align: left;
}

.PdfTitle img {
	vertical-align: middle;
}

.PdfFileProp {
	text-align: right;
	margin-right:40px;
	font-size: 80%;
	font-weight: normal;
	color: #CC6633;
}

.PdfContent {
	padding: 4px;
	margin-left: 50px;
	margin-right: 50px;
	margin-Top: 2px;
	margin-bottom: 2px;
	text-align: left;
}

.TopInfoBox{
	margin-top:20px;
	margin-bottom:20px;
	line-height:1.4;
}
.TopInfoBox H3{
	border:0px;
	border-left:4px solid #CC3333;
	padding:1px;
	padding-left:16px;
	background-color:#FFEEEE;
}

.TopInfoTitle{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	border-left:solid 4px #CC3300;
	border-bottom:solid 2px #CC3300;
	color: #CC3300;
	background-image:none;
	background-color:#FFEEEE;
}

.TopEventBox{
	margin-top:20px;
	margin-bottom:20px;
	line-height:1.4;
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;
}
.TopEventBox H3{
	border:0px;
	border-left:4px solid #336633;
	padding:1px;
	padding-left:16px;
	background-color:#EEFFEE;
}

.TopEventTitle{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	border-left:solid 4px #006600;
	border-bottom:solid 2px #006600;
	color: #006600;
	background-image:none;
	background-color:#EEFFEE;
}

.TopNewBookBox{
	margin-top:20px;
	margin-bottom:20px;
	line-height:1.4;
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;
}
.TopNewBookBox H3{
	border:0px;
	border-left:4px solid #CC6633;
	padding:1px;
	padding-left:16px;
	background-color:#FFFFEE;
}

.TopNewBookTitle{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	border-left:solid 4px #DD6633;
	border-bottom:solid 2px #DD6633;
	color: #DD6633;
	background-image:none;
	background-color:#FFEECC;
}

.InfoListBody {
	
}

.InfoList {
	text-align: left;
	margin-left: 60px;
	margin-right: 20px;
	list-style-image: url('img/p_01.gif')
}

.infoList LI {
	border-bottom: 1px dashed #CCCCCC;
}

.InfoListFoot {
	text-align: right;
	margin-right: 40px;
}

.InfoBox {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 2px;
	margin-left: 10%;
	margin-right: 10%;
}

.InfoBox H3 {
	background-color: #FFEEEE;
	border: 1px solid #996633;
	margin: 0px;
}

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

.TopNewbook{

}
.TopNewbookTable{
  border:1px solid #CC9933;
  text-align:left;
  width:92%;
  margin-bottom:8px;
}
.TopNewBookTitleInfo{
  padding:2;
  border:1px solid #996633;
  background-color:#FFEECC;
  text-align:left;
  font-weight:normal;
}
.TopNewBookSubInfoHeader{
  color:#666699;
  font-weight:bold;
}
.TopNewBookSubInfo{
  padding:2;
  border:1px solid #999999;
  background-color:#FFFFEE;
  text-align:left;
}
.TopNewBookContents{
  padding:2;
  border:1px solid #999999;
  background-color:#FFFFFF;
  text-align:left;
}
.TopNewBookFoot {
	text-align: right;
	margin-right: 40px;
}


.RefBunruiTable {
	border: 1px solid #999999;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 60%;
	background-color: #FFFFEE;
}

.RefBunruiTable UL {
	list-style: none;
	list-style-image: url('img/list_mark_y.gif')
}

.RefBunruiList1 {
	
}

.RefBunruiList2 {
	
}

.RefExampleTable1 {
	border: 1px solid #999999;
	width: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.RefExampleTable1 th {
	border: 1px solid #999999;
	white-space: nowrap;
	background-color: #EEFFEE;
	color: #003300;
}

.RefExampleTable1 td {
	border: 1px solid #CCCCCC;
}

.RefExampleTable2 {
	border: 1px solid #999999;
	width: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.RefExampleTable2 th {
	border: 1px solid #999999;
	white-space: nowrap;
	background-color: #FFFFEE;
	color: #333300;
}

.RefExampleTable2 td {
	border: 1px solid #CCCCCC;
}

.CalendarFrameTable {
	margin-top: 10px;
	margin-bottom: 10px;
}

.CalendarFrameTable TD {
	text-align: center;
	vertical-align: top;
}

.CalendarTable {
	border: 1px solid #000066;
	margin: 8px;
}

.CalendarTitle {
	color: #FFFFFF;
	border: 1px solid #000066;
	background-color: #003366;
	font-weight: bold;
	text-align: center;
}

.CalendarWeek {
	border: 1px solid #000066;
	padding: 3;
	color: #003366;
	background-color: #D7FCFF;
	text-align: center;
	font-weight: bold;
}

.CalendarDay {
	border: 1px solid #000066;
	padding: 3;
	color: #000000;
	background-color: #FFFFFF;
	text-align: right;
}

.CalendarHoliday {
	border: 1px solid #000066;
	color: #CC0000;
	background-color: #FFEEEE;
	text-align: right;
}

.NowDateDsp {
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}

.CalendarPrevNext {
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
}

.CalendarSubInfoTable {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: auto;
	margin-right: auto;
}

.CalendarSubInfoTable th {
	border: 1px solid #CCCCCC;
	white-space: nowrap;
	background-color: #EEEEEE;
	color: #000000;
}

.CalendarSubInfoTable td {
	border: 1px solid #CCCCCC;
}

.CalendarFoot {
	clear: both;
}

.SearchCharInputTable {
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

.SearchCharInputTable TD {
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
}

.SearchInputTD1 {
	background-color: #FFFFCC;
}

.SearchInputSpaceTD {
	background-color: #EEEEEE;
}

.SearchInputTD2 {
	background-color: #CCFFCC;
}

.SearchInputTD3 {
	background-color: #EEEEFF;
}

.SearchInputSpecialTD {
	background-color: #FFFFFF;
}

.SearchCharInputTable .ButtonText {
	font-size: 150%;
}

.SearchCharInputTable A {
	display: block;
	width: 100%;
	height: 100%;
}

.SearchCharInputTable A:hover {
	background-color: #FFEEEE;
}

.SiteMapPageTable1 {
	border: 1px solid #333333;
	width: 92%;
	margin-top:10px;
	margin-bottom:10px;
}

.SiteMapPageTable1 th {
	border: 1px solid #333333;
	background-color: #F9FFF9;
	text-align: left;
	white-space: nowrap;
}

.SiteMapPageTable1 td {
	border: 1px solid #666666;
}

.SiteMapPageTable2 {
	border: 1px solid #333333;
	width: 92%;
	margin-top:10px;
	margin-bottom:10px;
}

.SiteMapPageTable2 th {
	border: 1px solid #333333;
	background-color: #FFF9F9;
	text-align: left;
	white-space: nowrap;
}

.SiteMapPageTable2 td {
	border: 1px solid #666666;
}

.SiteMapPageItem_Level1 {
	margin-left: 0px;
}

.SiteMapPageItem_Level2 {
	margin-left: 20px;
}

.SiteMapPageItem_Level3 {
	margin-left: 40px;
}

.SiteMapPageItem_Level4 {
	margin-left: 60px;
}

.SiteMapPageItem_Level5 {
	margin-left: 80px;
}

.SiteMapPageItem_Level6 {
	margin-left: 100px;
}

#frameTagMobileInfo{
	border:1px solid #663366;
	margin-top:10px;
	margin-bottom:10px;
	line-height:1.4;
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;
}

#frameTagMobileInfo H2{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	border-left:0px;
	border-bottom:1px solid #663366;
	background-color:#FFFFFF;
	background-image:url('img/bg_menu_lpu.gif');
	background-position:left top;
	background-repeat:repeat-x;
	padding-left:16px;
	color:#663366;
	-webkit-border-top-left-radius: 10px;  
	-webkit-border-top-right-radius: 10px;  
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

#mobileInfoContent{
	text-align:left;
}

#mobileUrl{
	text-align:left;
}

#mobileBarcode{
	text-align:center;
	float:left;
	width:140px;
}

#mobileInfoFoot{
	clear:both;
}

#frameTagMenuMobileInfo{
	margin: 4px;
	padding: 0px;
	font-size:90%;
	line-height:1.2;
	border:1px solid #333333;
	/*
	border-radius: 10px;  
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;
	*/
	background-color:#FFFFFF;
	background-image:url('img/side_menu_bg_sv.gif');
	background-position:left top;
	background-repeat:repeat-y;
}

#frameTagMenuMobileInfo H2{
	border-top:0px;
	border-left:0px;
	border-bottom:0px;
	border-right:0px;
	padding-top: 2px;
	padding-bootom: 2px;
	padding-left:16px;
	margin: 0px;
	color: #FFFFFF;
	background-color:#666666;
	background-image:none;
}

#menuMobileInfoContent{
	text-align:left;
	margin:8px;
}

#menuMobileUrl{
	text-align:left;
	margin:8px;
}

#menuMobileBarcode{
	text-align:center;
}

#menuMobileInfoFoot{

}

#footLibInfo{
	float:right;	
}

.hiddenPoint{
	margin:0px;
	padding:0px;
	font-size:1px;
	background-color:#FFFFFF;
}

#customHeadElement{
	float:left;
	color:#FFFFFF;	
}
#customHeadElement A {
	color:#FFFFFF;
}
#customHeadElement A:link {
	color:#FFFFFF;
}
#customHeadElement A:visited {
	color:#FFFFFF;
}
#customHeadElement A:hover {
	color:#FFCC99;
}
#customHeadElement A:focus {
	color:#CC0000;
	background-color:#FFFFFF;
}
#customHeadElement A:active {
	color:#FFFFFF;
	background-color:#FFFFFF;
}

#customTopElement{
	background-color:#FFFFFF;
	margin-left:3%;
	margin-right:3%;
	margin-top:8px;
	margin-bottom:8px;
	padding:8px;
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;
}

#sslSeal{
	float:left;
}

#footerBottom{
	clear:both;
}

.gaiyouTable {
	margin-left:2%;
	margin-right:auto;
	width:90%;
	margin-bottom:20px;
}

.gaiyouTable TH {
	border: 1px #999999 solid;
	text-align:left;
	width:200px;
}

.gaiyouTable TD {
	border: 1px #999999 solid;
}

.PdfTitle img {
	width: 32px;
	margin-right: 9px;
}

.page-top{
	height: 150px;
}


#top_search_bt .panel{
	background-color:rgba(76, 174, 76, 1);
	padding: 0px 20px 8px 20px;
}

.btn_submit_top{
	float: left;
	margin-top: 6px;
	margin-left: -20px;
}

.search_title{
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: -5px;
}

#wrapper #contents .container{
    width:100%  !important;
}

h2{
	margin-top: 10px;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 4px;
	padding-left: 16px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: left;
	font-size: 150%;
	border-left: 4px solid #006600;
	border-bottom: 2px solid #006600;
	background-color: #EEF8EE;
	background-image: none;
	background-position: left top;
	background-repeat: repeat-x;
}

h3{
    padding-left: 16px;
    padding-right: 0px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    text-align: left;
    font-size: 150%;
    border-left: 4px solid #006600;
    background-color: #EEF8EE;
    background-image: none;
    background-position: left top;
    background-repeat: repeat-x;
}

.navbar{
	margin-bottom:0px;
    display: block !important;
}

.tbl-bgd {
    width: 100%;
}

#title_info {
    width: 100%;
}

.tbl_news-event {
    width: 97%;
}

.tbl_news-event li{
	list-style: none;
}

#title_event {
    width: 100%;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #3C3C3C;
    background-color: #58a566;;
}

.tbl_evitem {
    width: 100%;
    margin: 30px 0 0 0px;
}

.tbl_evitem ul{
    list-style:none;
}

#wrapper {
    margin: 0 auto;
}

.breadcrumbs{
    margin-bottom: 10px;
}

#side-flame{
    margin-bottom: -1px;
}

.side_tbl td:last-child {
    border-bottom: none;
}

.side_tbl tr{
	border-bottom: solid 1px #e6e6e6;
    width: 100%;
}

.side_tbl tr a{
	color: #333;
	text-decoration: none;
}

.search_title_sub{
    font-size: 0.7em;
}


.dp_pc{
	display:block;
}

.dp_sp{
	display:none;
}


@media screen and (min-width: 1201px) {

}

@media screen and (min-width: 991px) and (max-width: 1200px) {
	/* 画面サイズの横幅が 991px より大きく、1200より小さい場合に適用 */

    .slider_top {
	width: 100%;
    }
    
    #top_wrap {
	width: 100%;
    }
    
    #search-to_lmo {
	width: 100%;
    }

    .tbl-bgd {
	width: 100%;
    }
    
    #title_info {
	width: 100%;
    }
    
    #title_event {
	width: 100%;
    }

    #contents-home {
	width: 75%;
	margin: 0 0 0 0px;
	float: right;
    }
    
    .navbar-nav > li {
	width: 16%;
    }
    
    #side-L {
    	float:left;
    }
    
    .side_tbl {
	width: 100%;
    }

    .footer_goto_top {
	width: 100%;
    }

    .page-top_div {
	width: 100%;
    }

    #search-to_lmo {
	width: 100%;
    }

    .navbar-default .navbar-nav > li > a {
	max-height: 88px;
    }

    #side-flame {
	margin-bottom: 10px;
    }


       
}

@media screen and (min-width: 769px) and (max-width: 990px) {
	/* 画面サイズの横幅が 769px より大きく、990より小さい場合に適用 */

    .dp_pc{
	    display:none;
    }
    
    .dp_sp{
	    display:block;
    }

    #top_wrap {
	width: 100%;
    }

    #wrapper {
	width: 100%;
    }

    #contents {
	width: 100%;
	margin-bottom: 10px;
    }

    #contents-home {
	width: 65%;
    }
    .side_tbl {
	width: 100%;
    }

    .footer_goto_top {
	width: 100%;
    }

    .page-top_div {
	width: 100%;
    }

    #search-to_lmo {
	width: 100%;
    }

    .navbar-nav > li > a {
	padding-top: 24px;
	padding-bottom: 24px;
    }

    .navbar-default .navbar-nav > li > a {
	min-height: 88px;
    }

    #side-flame {
	margin-bottom: 10px;
    }



}

@media screen and (min-width: 481px) and (max-width: 769px) {
	/* 画面サイズの横幅が 481px より大きく、990より小さい場合に適用 */

    #contents {
	width: 100%;
	margin-bottom: 10px;
    }

    .navbar-nav > li {
	width: 100%;
    }

    .navbar-default .navbar-nav > li > a {
	color:#3C3C3C;
	background-color: #88d496;
    }

    .navbar-default .navbar-nav > li > a:hover {
	color:#3C3C3C;
	background-color: #58a566;
    }

    .dp_pc{
	    display:none;
    }
    
    .dp_sp{
	    display:block;
    }

    #contents-home {
	width: 100%;
    }

    .slider_top {
	width: 100%;
    }
    
    #top_wrap {
	width: 100%;
    }
    
    #search-to_lmo {
	width: 100%;
    }

    .tbl-bgd {
	width: 100%;
    }
    
    #title_info {
	width: 100%;
    }
    
    #title_event {
	width: 100%;
    }

    .navbar-default {
	height: 110px;
    }
    
    .navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
    }
    
    .navbar-collapse.in {
	overflow-y: none !important;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a{
	background-color: #cfedd6;
	color: #323232;
	height: 40px;
	padding-top: 10px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{
	background-color:#FFF;
	color: #888;
    }
    
    #top_search_bt .panel {
	position: relative;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
	position: absolute;
	width: 100%;
    }

    .nav-close{
	background-image: url('../images/top/mobile_menu.png');
	background-size: 60px;
	width: 70px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: center center;
    }

    .nav-open{
	background-image: url('../images/top/mobile_menu_r.png');
	background-size: 60px;
	width: 70px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: center center;
    }

	
    .navbar-default {
	height: 53px;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #84e696;
    }

    #contents-home {
	float: none;
	margin: 0 0 0 0px;
	margin-bottom: 10px;
    }

    #side-L {
	width: 100%;
	margin: 0 0 0 0px;
    } 

    #side-L-innner {
	width: 100%;
    }

    .side_tbl {
	width: 100%;
    }

    .footer_goto_top {
	width: 100%;
    }

    .page-top_div {
	width: 100%;
    }

    #side-flame {
	margin-bottom: 10px;
    }

    #wrapper {
	width: 100%;
    }



}

@media screen and (max-width: 480px) {
   /* 表示領域が480px以下の場合に適用するスタイル */

    #contents {
	width: 100%;
	margin-bottom: 10px;
    }

    .navbar-nav > li {
	width: 100%;
    }

    .navbar-default .navbar-nav > li > a {
	color:#3C3C3C;
	background-color: #88d496;
    }

    .navbar-default .navbar-nav > li > a:hover {
	color:#3C3C3C;
	background-color: #58a566;
    }
    
    
    .dp_pc{
	    display:none;
    }
    
    .dp_sp{
	    display:block;
    }

    .color_change {
	width: 100%;
    }

    #wrapper{
    	width: 100%;
    }

    #top_wrap {
	width: 100%;
    }

    .footer_goto_top {
	width: 100%;
    }
    
    .page-top_div {
	width: 100%;    
    }

    .navbar-header{
	margin-top: 0px;
    }

    #top_search {
	width: 100%;    
    }

    #contents-home {
	width: 100%;
    }

    #search-to_lmo {
	width: 100%;
    }

    .tbl-bgd {
	width: 100%;
    }
    
    .slider_top {
        width: 100%;
    }
    
    .top_form{
        width: 100%;
    }
    
    #title_info{
        width: 100%;
    }
   
    #title_event{
        width: 100%;
    }
    
    #container{
        width: 100%;
		margin-left:0px;
		margin-right:0px;
    }
    
    #f_address{
        width: 100%;
		margin-left:10px;
		margin-right:10px;        
    }

    #copyright {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 10px;
		padding-right: 10px;
    }
    
    .tbl-bgd {
		margin: 0 0px 20px 0;
    }
    
    .navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
    }
    
    .navbar-collapse.in {
		overflow-y: none !important;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a{
		background-color: #cfedd6;
		color: #323232;
		height: 40px;
		padding-top: 10px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{
		background-color:#FFF;
		color: #888;
    }
    
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
		position: absolute;
		width: 100%;
		z-index: 1;
    }

    h1#logo a {
	width: 100%;
	background-size: 100%;
    }
    
    .footer_inner {
	width: 100%;
	padding-right: 30px;
    }

    .tbl_evitem {
	width: 90%;
	margin: 30px 0 0 15px;
    }

    .nav-close{
	background-image: url('../images/top/mobile_menu.png');
	background-size: 60px;
	width: 70px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: center center;
    }

    .nav-open{
	background-image: url('../images/top/mobile_menu_r.png');
	background-size: 60px;
	width: 70px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: center center;
    }

    .navbar-default {
	height: 53px;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #84e696;
    }

    #contents-home {
	float: none;
	margin: 0 0 0 0px;
    }
   
    #side-L {
	width: 100%;
	margin: 0 0 0 0px;
    } 

    #side-L-innner {
	width: 100%;
    }
    
    .side_tbl {
	width: 100%;
    }
    
    .footer_goto_top {
	width: 100%;
    }
    
    .page-top_div {
	width: 100%;
    }
    
    #side-flame {
	margin-bottom: 10px;
    }


    .dropdown-menu {
	display: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
    }

	.tbl_news-event td{
		width:100%;
		float:left;
	}

	td.info_date{
		border-bottom: none;
	}


   
}




@media print {

	/**
	 * Bootstrap Print v1.0.0 (https://github.com/onocom/bootstrap-print)
	 * Copyright (c) 2017 Ono Takashi
	 * Licensed under MIT (https://github.com/onocom/bootstrap-print/blob/master/LICENSE)
	 */
	 
	@page {
		margin: 8mm;
		margin: 10mm 8mm 10mm 8mm;
	}
	
	* {
		-webkit-print-color-adjust: exact !important;
		background-attachment: initial !important;
		overflow-y: visible !important;
	}

	html {
		overflow: visible !important;
		zoom: 0.7 !important;
	}

	body {
		min-width: 1240px !important;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	.container-fluid,
	.container {
		min-width: 1170px !important;
	}
	
	.row {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
	
	
	.dl-horizontal dt {
		float: left;
		width: 160px;
		overflow: hidden;
		clear: left;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dl-horizontal dd {
		margin-left: 180px;
	}
	
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.form-inline .form-control-static {
		display: inline-block;
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn,
	.form-inline .input-group .form-control {
		width: auto;
	}
	.form-inline .input-group > .form-control {
		width: 100%;
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio label,
	.form-inline .checkbox label {
		padding-left: 0;
	}
	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right;
	}
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px;
	}
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px;
	}
	
	.navbar-header {
		float: left;
	}
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}
	.navbar-right .dropdown-menu-left {
		right: auto;
		left: 0;
	}
	.navbar {
		border-radius: 4px;
	}
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-collapse.collapse {
		display: block;
		height: auto;
		padding-bottom: 0;
		overflow: visible;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
		
	.nav-justified {
		width: 100%;
	}
	.nav-justified > li {
		float: none;
	}
	.nav-justified > .dropdown .dropdown-menu {
		top: auto;
		left: auto;
	}
	.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	.nav-justified > li > a {
		margin-bottom: 0;
	}
	
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		position: static;
	}
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
	.container > .navbar-header,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	.navbar-static-top {
		border-radius: 0;
	}
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: -15px;
	}
	.navbar-toggle {
		display: none;
	}
	.navbar-nav {
		float: left;
		margin: 0;
	}
	.navbar-nav > li {
		float: left;
	}
	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	.navbar-form .form-control-static {
		display: inline-block;
	}
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle;
	}
	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn,
	.navbar-form .input-group .form-control {
		width: auto;
	}
	.navbar-form .input-group > .form-control {
		width: 100%;
	}
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.navbar-form .radio label,
	.navbar-form .checkbox label {
		padding-left: 0;
	}
	.navbar-form .radio input[type="radio"],
	.navbar-form .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
	.navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px;
	}
	.navbar-left {
		float: left;
	}
	.navbar-right {
		float: right;
		margin-right: -15px;
	}
	.navbar-right ~ .navbar-right {
		margin-right: 0;
	}
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.container .jumbotron,
	.container-fluid .jumbotron {
		padding-right: 60px;
		padding-left: 60px;
	}
	.jumbotron h1,
	.jumbotron .h1 {
		font-size: 63px;
	}
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	}
	.modal-sm {
		width: 300px;
	}
	.modal-lg {
		width: 900px;
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px;
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px;
	}
	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px;
	}
	.carousel-indicators {
		bottom: 20px;
	}
	
	
	
	
	
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		float: left;
	}
	.col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
		width: 100%;
	}
	.col-lg-11, .col-md-11, .col-sm-11, .col-xs-11 {
		width: 91.66666667%;
	}
	.col-lg-10, .col-md-10, .col-sm-10, .col-xs-10 {
		width: 83.33333333%;
	}
	.col-lg-9, .col-md-9, .col-sm-9, .col-xs-9 {
		width: 75%;
	}
	.col-lg-8, .col-md-8, .col-sm-8, .col-xs-8 {
		width: 66.66666667%;
	}
	.col-lg-7, .col-md-7, .col-sm-7, .col-xs-7 {
		width: 58.33333333%;
	}
	.col-lg-6, .col-md-6, .col-sm-6, .col-xs-6 {
		width: 50%;
	}
	.col-lg-5, .col-md-5, .col-sm-5, .col-xs-5 {
		width: 41.66666667%;
	}
	.col-lg-4, .col-md-4, .col-sm-4, .col-xs-4 {
		width: 33.33333333%;
	}
	.col-lg-3, .col-md-3, .col-sm-3, .col-xs-3 {
		width: 25%;
	}
	.col-lg-2, .col-md-2, .col-sm-2, .col-xs-2 {
		width: 16.66666667%;
	}
	.col-lg-1, .col-md-1, .col-sm-1, .col-xs-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12, .col-md-pull-12, .col-sm-pull-12, .col-xs-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11, .col-md-pull-11, .col-sm-pull-11, .col-xs-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10, .col-md-pull-10, .col-sm-pull-10, .col-xs-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9, .col-md-pull-9, .col-sm-pull-9, .col-xs-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8, .col-md-pull-8, .col-sm-pull-8, .col-xs-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7, .col-md-pull-7, .col-sm-pull-7, .col-xs-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6, .col-md-pull-6, .col-sm-pull-6, .col-xs-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5, .col-md-pull-5, .col-sm-pull-5, .col-xs-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4, .col-md-pull-4, .col-sm-pull-4, .col-xs-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3, .col-md-pull-3, .col-sm-pull-3, .col-xs-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2, .col-md-pull-2, .col-sm-pull-2, .col-xs-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1, .col-md-pull-1, .col-sm-pull-1, .col-xs-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0, .col-md-pull-0, .col-sm-pull-0, .col-xs-pull-0 {
		right: auto;
	}
	.col-lg-push-12, .col-md-push-12, .col-sm-push-12, .col-xs-push-12 {
		left: 100%;
	}
	.col-lg-push-11, .col-md-push-11, .col-sm-push-11, .col-xs-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10, .col-md-push-10, .col-sm-push-10, .col-xs-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9, .col-md-push-9, .col-sm-push-9, .col-xs-push-9 {
		left: 75%;
	}
	.col-lg-push-8, .col-md-push-8, .col-sm-push-8, .col-xs-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7, .col-md-push-7, .col-sm-push-7, .col-xs-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6, .col-md-push-6, .col-sm-push-6, .col-xs-push-6 {
		left: 50%;
	}
	.col-lg-push-5, .col-md-push-5, .col-sm-push-5, .col-xs-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4, .col-md-push-4, .col-sm-push-4, .col-xs-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3, .col-md-push-3, .col-sm-push-3, .col-xs-push-3 {
		left: 25%;
	}
	.col-lg-push-2, .col-md-push-2, .col-sm-push-2, .col-xs-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1, .col-md-push-1, .col-sm-push-1, .col-xs-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0, .col-md-push-0, .col-sm-push-0, .col-xs-push-0 {
		left: auto;
	}
	.col-lg-offset-12, .col-md-offset-12, .col-sm-offset-12, .col-xs-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11, .col-md-offset-11, .col-sm-offset-11, .col-xs-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10, .col-md-offset-10, .col-sm-offset-10, .col-xs-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9, .col-md-offset-9, .col-sm-offset-9, .col-xs-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8, .col-md-offset-8, .col-sm-offset-8, .col-xs-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7, .col-md-offset-7, .col-sm-offset-7, .col-xs-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6, .col-md-offset-6, .col-sm-offset-6, .col-xs-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5, .col-md-offset-5, .col-sm-offset-5, .col-xs-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4, .col-md-offset-4, .col-sm-offset-4, .col-xs-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3, .col-md-offset-3, .col-sm-offset-3, .col-xs-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2, .col-md-offset-2, .col-sm-offset-2, .col-xs-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1, .col-md-offset-1, .col-sm-offset-1, .col-xs-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0, .col-md-offset-0, .col-sm-offset-0, .col-xs-offset-0 {
		margin-left: 0%;
	}
	
	.visible-xs,
	.visible-sm,
	.visible-md {
		display: none !important;
	}
	.visible-lg {
		display: block !important;
	}
	.visible-xs-block,
	.visible-xs-inline,
	.visible-xs-inline-block,
	.visible-sm-block,
	.visible-sm-inline,
	.visible-sm-inline-block,
	.visible-md-block,
	.visible-md-inline,
	.visible-md-inline-block {
		display: none !important;
	},
	.visible-lg-block,
	.visible-lg-inline,
	.visible-lg-inline-block {
		display: block !important;
	}
	
	.hidden-xs,
	.hidden-sm,
	.hidden-md {
		display: block !important;
	}
	.hidden-lg {
		display: none !important;
	}

	a[href]:after {
		content: "" !important;
	}
	
	abbr[title]:after {
		content: "" !important;
	}

	.sitename{
		display: block !important;
	}

}