html,body {height:100%;}
body 				{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif, 'Droid Serif',"Helvetica Neue", Helvetica,;
	-webkit-transition-property: font-size;
	-moz-transition-property: font-size;
	transition-property: font-size;
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s;
	-webkit-transition-timing-function: linear, ease-in;
	-moz-transition-timing-function: linear, ease-in;
	transition-timing-function: linear, ease-in;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	margin-bottom: 70px;
	position: relative;
}
.push {
	clear:both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h2 {
  font-size: 14px;
  line-height: 36px;
}

h3 {
  font-size: 17px;
  line-height: 30px;
}

h4 {
  font-size: 16px;
  line-height: 20px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
}

h6 {
  font-size: 12px;
  line-height: 20px;
}

h1 small {
  font-size: 24px;
}

h2 small {
  font-size: 18px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}


textarea{
  width: 90%;
}

#overview {
}

#header_inner {
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	height: 70px;
	overflow:hidden;
	position: absolute;
	top: 0;
	left: 0;
	border-top: solid 5px #001e62;
	box-sizing: border-box;
	text-align: center;
	max-width: 100%;
}
#header_inner .logo {
	margin: 13px 0 0;
}
#header_inner .logo a {
	display: inline-block;
	text-decoration:none;
}

#information {
	position: absolute;
	top: 1px;
	right: 12px;
	height:16px;
	overflow:hidden;
}
#information ul li{
	float:left;
	margin-left:35px;
}
#information ul li a{
}
/* headerSearch */
#headerSearch {
	height:20px;
	width:242px;
	z-index:1001;
}
#headerSearch-searchform {
	width: 240px;
	background: transparent;
	display: block;
	height: 16px;
}
#headerSearch-keywords	{
	position: absolute;
	top: 25px;
	right: 12px;
	width: 120px;
	height: 16px;
	padding-left:6px;
	border:1px solid #AFAFAF;
	background: #f5f5f5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.25);
}
#headerSearch-searchBtn	{
	position: absolute;
	top: 30px;
	right: 18px;
}

#corp_image_wrap {
	//height: 377px;
	height: 320px;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	padding: 138px 0 0;
}
#corp_image_wrap .ttl {
	max-width: 750px;
	margin: 0 auto;
	text-align: center;
	font-size: 59px;
	font-weight: normal;
	color: #fff;
	text-shadow: none;
}
#corp_image_wrap .ttl span {
	display: block;
	background: #001e62;
	margin: 10px 0 0;
	height: 30px;
}
#corp_image_wrap .ttl span img {
	vertical-align: top;
}

/* navbar */
.navbar .nav {
	margin: 10px 0;
	text-align: center;
	font-size: 0;
	float: none;
}
.navbar .nav>li {
	float: none;
	display: inline-block;
	margin: 0 10px;
	font-size: 16px;
}
.navbar .nav > li > a {
	display: inline-block;
	padding: 10px 25px;
	text-shadow: none;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
    background: #fff;
}
.navbar-static-top .navbar-inner {
	-webkit-box-shadow: none;
	box-shadow: none;
    border-bottom: none;
}
.navbar-static-top .navbar-inner .container {
 	max-width: 100%;
}
.navbar-fixed-top + .container,
.navbar-fixed-top + .container-head + .container {
	margin-top: 57px;
}

/* container */
.container {
	background: #fff;
	margin: 0 auto;
}
.container .row {
	margin-left: 0;
}

#center_contents > .box {
	margin: 0 0 50px;
}
#center_contents > .box + .box {
	padding: 30px 0 0;
	border-top: dashed 1px #999;
}
#center_contents > .box > hr {
  margin: 50px 0 0;
  border-top: dashed 1px #999;
  border-bottom: none;
}
.doc #center_contents > .box {
	margin: 0 0 40px;
}
.doc #center_contents > .box + .box {
	padding: 25px 0 0;
}
.BlockTitle {
	margin: 0 0 30px;
	padding: 0 0 10px;
	font-size: 24px;
	text-align: center;
	position: relative;
}
.BlockTitle:after {
	content: "";
	display: block;
	background: #c63527;
	width: 30px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.BlockTitle.has-sub:after {
	display: none;
}
.BlockTitle span {
 	display: block;
	line-height: 1;
	color: #c63527;
	font-size: 10px;
}
.subTitle {
	border-left: solid 4px #c63527;
	margin: 0 0 10px;
	padding: 0 0 0 5px;
	line-height: 1.4;
}
.txt + .subTitle {
	margin-top: 50px;
}

#center_contents > .box table + .link-btn,
#center_contents > .box p + .link-btn {
	margin-top: 50px;
}
#center_contents > .box .link-btn {
	text-align: center;
}
#center_contents > .box .link-btn a {
	display: inline-block;
	background: #f2f2f2;
	min-width: 135px;
	height: 40px;
	line-height: 38px;
	padding: 0 18px;
	color: #001e62;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 14px;
	font-weight: bold;
	border: solid 1px #dddddd;
	box-sizing: border-box;
}
#center_contents > .box .link-btn a:hover {
	background: #001e62;
	color: #fff;
	border-color: #001e62;
}
#center_contents .link-btn.close-btn {
	margin-bottom: 130px;
}
.container-head {
	display: none;
}
.container ul.breadcrumb {
	padding:10px 10px 0;
	margin-left:10px;
}
.wrap {
	height:40px;
}
#main-content {
	padding:20px 0 30px;
}
body.home #main-content {
	padding:20px 0 30px;
}

#center_contents {
	margin: 0;
	padding-top:35px;
	box-sizing: border-box;
}
#center_contents a {
	padding: 0 3px;
}
#center_contents a:hover {
	background: #001e62;
	color: #fff;
	text-shadow: none;
}
#center_contents .box p:last-child {
  margin-bottom: 0;
}
#center_contents #xoonips_breadcrumbs {
	margin: 0 0 35px;
}
#center_contents .item {
	margin: 0 0 50px;
	padding: 0 0 30px;
	border-bottom: dashed 1px #ddd;
}
#center_contents .item .itemTitle a {
	display: inline;
	font-size: 100%;
}
/*
#center_contents .item .itemHead {
	background: none;
	margin: 0 0 30px;
	text-align: center;
	color: #333;
	font-size: 24px;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	line-height: 1.4;
}
*/
#center_contents .item .itemInfo {
	background: none;
	padding: 0;
}
#center_contents .item .itemInfo ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#center_contents .item .itemInfo ul li {
	padding: 0 0 0 15px;
	position: relative;
	font-size: 13px;
	color: #999;
}
#center_contents .item .itemInfo ul li + li {
	margin: 5px 0 0;
}
#center_contents .item .itemInfo ul li:before {
	content: "";
	display: block;
	background: #dddddd;
	width: 7px;
	height: 7px;
	position: absolute;
	top: 6px;
	left: 0;
	border-radius: 50%;
}
#center_contents .item .itemInfo ul li a {
	font-size: 14px;
	margin-right: 10px;
}


#side_bar {
	margin: 0;
	padding-top:35px;
}
#side_bar .row {
	margin: 0;
}
#right_bar .row,
#side_bar .row + .row {
	margin-top: 20px;
	padding-top: 20px;
	border-top: dashed 1px #999;
}
#xoonips_treecontrol {
	margin: 0 0 15px !important;
	font-size: 0;
}
#xoonips_treecontrol .formButton {
	display: inline-block;
	background: #f2f2f2;
	width: 47%;
	width: calc(50% - 8px);
	height: 40px;
	line-height: 38px;
	color: #001e62;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 15px;
	box-sizing: border-box;
	border: solid 1px #dddddd;
}
#xoonips_treecontrol .formButton:hover {
	background: #001e62;
	color: #fff;
	border-color: #001e62;
}
#xoonips_treecontrol .formButton + .formButton {
	margin: 0 0 0 15px;
}
#side_bar .row .ui-tabs {
	border: none;
}
#side_bar .row .ui-widget-header {
	background: #fff;
	padding: 0;
	border: none;
}
#side_bar .row .ui-state-active,
#side_bar .row .ui-widget-content .ui-state-active,
#side_bar .row .ui-widget-header .ui-state-active {
	background: none;
	border: none;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	background: #001e62;
	padding: 8px 15px !Important;
	line-height: 1;
	color: #fff;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 15px;
	font-weight: normal;
	text-shadow: none;
}
#side_bar .row .ui-tabs-panel {
	width: 100% !important;
	border: solid 1px #001e62;
	border-radius: 0;
	box-sizing: border-box;
}
#side_bar table.gsc-search-box td.gsc-input {
	padding: 0;
	width: 210px;
}
#side_bar input.gsc-input {
	background: #f2f2f2 !important;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0 15px;
	border: solid 1px #dddddd;
	box-sizing: border-box;
}
#side_bar table.gsc-search-box .gsc-search-button {
	width: 40px;
}
#side_bar input.gsc-search-button {
	background: url(images/search-icon-white.png) center center no-repeat #001e62;
	width: 40px;
	min-width: 1px;
	height: 40px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
#side_bar div.gsc-clear-button {
	background-image: url(images/clear.png);
}
#side_bar .row a[rel="nofollow"] {
	display: inline-block;
	background: #f2f2f2;
	width: 47%;
	width: calc(50% - 8px);
	height: 40px;
	line-height: 38px;
	color: #001e62;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 15px;
	box-sizing: border-box;
	border: solid 1px #dddddd;
	position: relative;
}
#side_bar .row a[rel="nofollow"] + a[rel="nofollow"] {
	margin: 0 0 0 15px;
}
#side_bar .row a[rel="nofollow"] img {
	display: none;
}
#side_bar .row a[rel="nofollow"]:before {
	display: block;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#side_bar .row a[rel="nofollow"]:first-of-type:before {
	content: "日本語";
}
#side_bar .row a[rel="nofollow"]:last-of-type:before {
	content: "English";
}
#side_bar .row a[rel="nofollow"]:hover {
	background: #001e62;
	color: #fff;
	border-color: #001e62;
}

#right_bar {
	margin: 0;
	padding-top:35px;
}
#right_bar div:first-child {
	background: #f2f2f2;
	padding: 20px;
	border: solid 1px #ddd;
}
#right_bar div:first-child a {
	padding: 0 3px;
}
#right_bar div:first-child a:hover {
	background: #001e62;
	color: #fff;
}
#right_bar div + div {
	margin: 20px 0 0;
}
#right_bar table td {
	padding: 5px 0;
}

#footer ,
footer {
	text-align:center;
	line-height:40px;
	font-size: 90%;
}
#footer a ,
footer a {
	text-decoration:none;
}
#footer .link {
	margin: 0 0 15px;
}
#footer_menu {
	background: #001e62;
	padding: 26px 10px;
	color: #fff;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 14px;
	line-height: 1.4;
	box-sizing: border-box;
}
#footer .container {
	line-height:1.5;
	text-align:left;
}

pre {overflow: auto; font-size: 12px; }


/* XOOPS Code & Quote */
.xoopsCode {
  font-family: "Courier New",Courier,monospace;
	font-size:12px;
	width:80%;
  padding: 6px;
	margin:10px;
	margin-bottom:0;
	word-break: break-all;
	overflow: auto;
}
.xoopsQuote {
	width:80%;
  padding: 3px;
	overflow: auto;
}

.xoopsCode pre{
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
}

/* for xugj_date */
.new1 {
	margin-left:5px;
	font-weight:bold;
	color:red;
}
.new2 {
	margin-left:5px;
	color:red;
}

#theme_login_block_div ,
#theme_login_block {
	width:260px;
	height:260px;
}
#privatemessages {
	list-style:none;
}

#usermenu li ,
ul#privatemessages li,
#mainmenu li {
	width:98%;
	margin:0;
}
#usermenu li a,
ul#privatemessages li a,
#mainmenu li a{
	padding:4px 10px;
}
#usermenu li a.menuSub,
#mainmenu li a.menuSub{
	padding:2px 0 2px 20px;
	font-size:85%;
}


/* for xpresMe */
#xpress_wrap #xpress_content .xpress-post {
	float:left;
  width: 460px;
	min-height:150px;
  margin-left: 20px;
	padding-bottom:30px;
}
/* for xpresMe .end */


#socialbutton_div {
	clear:both;
}


/* bootstrap add */

h1,h2,h3,h4,h5,h6 {
	margin-bottom:7px;
}

h1,h2,h3 {
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-weight:bold;
}


#mainmenu > li > a.active,
#mainmenu > li > a.active:hover ,
#usermenu > li > a.active,
#usermenu > li > a.active:hover ,
.nav-list > li > a.active,
.nav-list > li > a.active:hover ,
.bulletin #mainmenu li.lastChild a {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

[class*="span"] {
	padding-bottom:20px;
  margin-left: 20px;
}

a.menu-bg {
  display: block;
  outline: 0;
	line-height:20px;
  text-decoration: none;
  background-color: #dcdcdc;
}

/* bootstrap add .end */

@media (max-width: 767px) {
  body {
    padding-right: 0px;
    padding-left: 0px;
  }
	.navbar {
	  margin-bottom: 0px;
	}
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 100%;
  }
	.navbar {
	  margin-bottom: 0px;
	}
}

@media (max-width: 480px) {
	.navbar {
	  margin-bottom: 0px;
	}
}

@media (min-width: 1520px) {
	.row {
	  margin-left: -10px;
	  *zoom: 1;
	}
}

@media (max-width: 979px) {
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px 5px 5px 20px;
  }
}

@media (min-width: 980px) {
	.navbar {
	  margin-bottom: 0px;
	}
}

@media (min-width: 980px) and (max-width: 1500px) {
	.row {
	  margin-left: -20px;
	  *zoom: 1;
	}
}

//KOARA CSS
.item {border: 1px solid #cccccc;}
.itemHead {padding: 3px; background-color: #efefef; color: #001e62;}
//.itemInfo {text-align: right; padding: 3px; background-color: #efefef}
.itemInfo {padding: 3px; background-color: #efefef}
.itemTitle a {font-size: 130%; font-weight: bold; font-variant: small-caps; color: #001e62; background-color: transparent;}
.itemPoster {font-size: 90%; font-style:italic;}
.itemPostDate {font-size: 90%; font-style:italic;}
.itemStats {font-size: 90%; font-style:italic;}
.itemBody {padding-left: 5px;}
.itemText {margin-top: 5px; margin-bottom: 5px; line-height: 1.5em;}
.itemText:first-letter {font-size: 133%; font-weight: bold;}
.itemFoot {text-align: right; padding: 3px; background-color: #efefef}
.itemAdminLink {font-size: 90%;}
.itemPermaLink {font-size: 90%;}

th {background-color: #330033; color: #FFFFFF; padding : 2px; vertical-align : middle; font-family: Verdana, Arial, Helvetica, sans-serif;}

td#headerlogo {width: 100%; background-color: #FFFFFF; margin 0px; vertical-align: middle;}
td#headerbar {border-bottom: 1px solid #dddddd; background-image: url(./images/hbar.gif);}

td#leftcolumn {width: 285px; border-right: 1px solid #cccccc; font-size:12px;}
td#leftcolumn th {background-color: #330033; color: #FFFFFF; vertical-align: middle;}
td#leftcolumn div.blockTitle {padding: 3px; background-color: #330033; color: #FFFFFF; font-weight: bold;}
td#leftcolumn div.blockContent {padding: 1px; line-height: 120%; line-height: 120%;}


td#centercolumn {font-size: 12px; padding: 0px 0px 0px 3px;}

td#centercolumn th {background-color: #330033; color: #FFFFFF; vertical-align: middle;}
td#centerCcolumn {padding: 0px 3px 1px 3px;}
td#centerCcolumn legend.blockTitle {padding: 3px; color: #639ACE; font-weight: bold; margin-top: 0px; margin-right: 0px;  margin-left: 0px;}
td#centerCcolumn div.blockContent {border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; border-bottom: 1px solid #dddddd; padding: 3px; margin-right: 0px;  margin-left: 0px; margin-bottom: 2px; line-height: 120%;}

td#centerLcolumn {width: 50%; padding: 0px 3px 0px 0px;}
td#centerLcolumn legend.blockTitle {padding: 3px; color: #639ACE; font-weight: bold; margin-top: 0px;}
td#centerLcolumn div.blockContent {border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; border-bottom: 1px solid #dddddd; padding: 3px; margin-left: 3px; margin-right: 2px; margin-bottom: 2px; line-height: 120%;}

td#centerRcolumn {width: 50%; padding: 0px 3px 0px 0px;}
td#centerRcolumn legend.blockTitle {padding: 3px; color: #639ACE; font-weight: bold; margin-top: 0px;}
td#centerRcolumn div.blockContent {border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; border-bottom: 1px solid #dddddd; padding: 3px; margin-left: 2px; margin-right: 3px; margin-bottom: 2px; line-height: 120%;}

div#content {text-align: left; padding: 0px 0px;}

td#rightcolumn {width: 170px; border-left: 1px solid #cccccc; font-size:12px;}
td#rightcolumn th {background-color: #330033; color: #FFFFFF; vertical-align: middle;}
td#rightcolumn div.blockTitle {padding: 3px; background-color: #330033; color: #FFFFFF; font-weight: bold;}
td#rightcolumn div.blockContent {padding: 3px; line-height: 120%;}

tr#footerbar {text-align:center; background-image: url(./images/hbar.gif);}

td#mainmenu a {background-color: #CEC7D6; display: block; margin: 0; padding: 4px;}
td#mainmenu a:hover {background-color: #ffffff;}
td#mainmenu a.menuTop {padding-left: 3px; border-top: 1px solid silver; border-right: 1px solid #666666; border-bottom: 1px solid #666666; border-left: 1px solid silver;}
td#mainmenu a.menuMain {padding-left: 3px; border-right: 1px solid #666666; border-bottom: 1px solid #666666; border-left: 1px solid silver;}
td#mainmenu a.menuSub {padding-left: 9px; border-right: 1px solid #666666; border-bottom: 1px solid #666666; border-left: 1px solid silver;}

td#usermenu a {background-color: #CEC7D6; display: block; margin: 0; padding: 4px; border-right: 1px solid #666666; border-bottom: 1px solid #666666; border-left: 1px solid silver;}
td#usermenu a:hover {background-color: #ffffff;}
td#usermenu a.menuTop {border-top: 1px solid silver;}
td#usermenu a.highlight {background-color: #fcc;}

form[action="export.php"] a {
	line-height: 30px;
}
#xoonips_order_itemcount_form {
	margin: 0;
	background: #f2f2f2;
	height: 40px;
	line-height: 40px;
}
#xoonips_order_itemcount_form td {
	background: none;
	padding: 0 5px;
	line-height: 1;
	height: 40px;
	font-size: 12px;
	border: none;
	vertical-align: middle;
}
#xoonips_order_itemcount_form td select {
	height: 30px;
	line-height: 30px;
	margin: 0;
	font-size: 12px;
}
#xoonips_order_itemcount_form td select[name="orderby"] {
	width: 90px;
}
#xoonips_order_itemcount_form td select[name="itemcount"] {
	width: 60px;
}
#xoonips_order_itemcount_form + p {
	background: #f2f2f2;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
}
@media (min-width: 1520px) {
	#xoonips_order_itemcount_form {
		float: right;
	}
	#xoonips_order_itemcount_form + p {
		height: 40px;
		line-height: 40px;
		padding: 0 5px;
	}
}
#xoonips_order_itemcount_form + p + div[align="right"] {
	clear: both;
}
table[cellspacing="5"] .odd,
table[cellspacing="5"] .even {
    background: url(images/table-border.png) left bottom repeat-x;
	padding: 0 0 27px;
    border-top: solid 20px #fff;
}
table[cellspacing="5"] td[width="65"] {
	width: auto !important;
}
table[cellspacing="5"] td[width="65"][style="vertical-align:middle; text-align:center;"],
table[cellspacing="5"] td[width="65"][style="text-align: center; vertical-align: middle;"] {
	width: 130px !important;
	text-align: left !important;
	vertical-align: top !important;
}
table[cellspacing="5"] td[width="65"] img {
	display: inline-block;
	background: #f2f2f2;
	width: 120px;
	padding: 7px 20px;
	color: #f2f2f2;
	vertical-align: top;
	border: solid 1px #ddd;
	box-sizing: border-box;
}
#center_contents table[cellspacing="5"] a {
	padding: 0;
}
#center_contents table[cellspacing="5"] td[style="vertical-align:middle; text-align:center; width: 65px;"] a:hover,
#center_contents table[cellspacing="5"] td[style="vertical-align:middle; text-align:center; width: 65px;"] a:visited,
#center_contents table[cellspacing="5"] td[style="width: 65px; text-align: center; vertical-align: middle;"] a:hover,
#center_contents table[cellspacing="5"] td[style="width: 65px; text-align: center; vertical-align: middle;"] a:visited{
	background: none;
}
table[cellspacing="5"] a img {
	background: #fff;
}


.topicHead {
	display: none;
}

.bulletin_block_category_new {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bulletin_block_category_new li {
	padding: 0 0 0 15px;
	position: relative;
	font-size: 13px;
	color: #999;
}
.bulletin_block_category_new li + li {
	margin: 5px 0 0;
}
.bulletin_block_category_new li:before {
	content: "";
	display: block;
	background: #dddddd;
	width: 7px;
	height: 7px;
	position: absolute;
	top: 6px;
	left: 0;
	border-radius: 50%;
}
.bulletin_block_category_new li a {
	font-size: 14px;
	margin-right: 10px;
}


.outer {border: 1px solid silver;}
.head {background-color: #f2f2f2; padding: 10px; font-weight: bold; width: 180px;}
.even {background-color: #dee3e7; padding: 5px;}
.odd {background-color: #E9E9E9; padding: 5px;}
.foot {background-color: #c2cdd6; padding: 5px; font-weight: bold;}
div#pagetitle {font-size: 14px; font-weight: bold;}
tr.even td {background-color: #dee3e7; padding: 5px;}
tr.odd td {background-color: #E9E9E9; padding: 5px;}
.outer {
	border: none;
}
.outer > tbody > tr > td,
.outer > tbody > tr > th {
	padding-bottom: 11px;
	background: url(images/table-border.png) left bottom repeat-x;
	border-top: solid 4px #fff;
}
.outer > tbody > tr > .head {
	padding-bottom: 14px;
	background-color: #f2f2f2;
}

.outer pre {
	margin: 0;
	background: #fff;
	border-radius: 0;
}
.outer td table tr td[valign="top"] {
	width: 145px;
	font-weight: bold;
}
.outer td table tr td table {
	width: auto;
}
.outer td table tr td table tr td:first-child {
	font-weight: bold;
}

.outer td table tr td + td {
  padding-left: 20px;
}

.outer select[name="com_mode"],
.outer select[name="com_order"] {
	margin: 0;
}

#center_contents .outer td .fancybox {
	display: inline-block;
	background: #f2f2f2;
	padding: 7px 20px;
	color: #f2f2f2;
	border: solid 1px #ddd;
}
#center_contents .outer td .fancybox:visited {
	color: #f2f2f2;
}
#center_contents .outer td .fancybox:hover {
	background: #001e62;
	border-color: #001e62;
}

#center_contents .outer td .xoonips_no_print_span {
	padding: 0;
}
#center_contents .outer td .formButton,
#center_contents .outer td .formButtonNh {
	display: inline-block;
	background: #f2f2f2;
	width: 100%;
	max-width: 80px;
	height: 30px;
	line-height: 28px;
	margin: 0;
	padding: 0 8px;
	text-align: center;
	color: #001e62;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 12px;
	font-weight: bold;
	box-sizing: border-box;
	border: solid 1px #dddddd;
	border-radius: 0;
}
#center_contents .outer td .formButtonNh {
	max-width: none;
	cursor:default;
}
#center_contents .outer td .formButton:hover {
	background: #001e62;
	color: #fff;
	border-color: #001e62;
}

#xoonips_detailform .no_print_div {
	margin: 0 0 10px;
}
.no_print_span {
	margin: 0 10px 0 0;
}
.no_print_div .formButton,
.no_print_span .formButton {
	display: inline-block;
	background: #f2f2f2;
	min-width: 40px;
	height: 30px;
	line-height: 28px;
	color: #001e62;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 15px;
	box-sizing: border-box;
	border: solid 1px #dddddd;
	vertical-align: middle;
}
.no_print_div .formButton:hover {
	background: #001e62;
	color: #fff;
	border-color: #001e62;
}

div.errorMsg { background-color: #FFCCCC; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}
div.confirmMsg { background-color: #DDFFDF; color: #136C99; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}
div.resultMsg { background-color : #CCCCCC; color: #333333; text-align: center; border-top: 1px solid silver; border-left: 1px solid silver; font-weight: bold; border-right: 1px solid #666666; border-bottom: 1px solid #666666; padding: 10px;}

div.xoopsCode { background: #FFFFFF; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; padding: 0px 6px 6px 6px;}
div.xoopsQuote { background: #FFFFFF; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; padding: 0px 6px 6px 6px;}


.comTitle {font-weight: bold; margin-bottom: 2px;}
.comText {padding: 2px;}
.comUserStat {font-size: 10px; color: #330033; font-weight:bold; border: 1px solid silver; background-color: #ffffff; margin: 2px; padding: 2px;}
.comUserStatCaption {font-weight: normal;}
.comUserStatus {margin-left: 2px; margin-top: 10px; color: #330033; font-weight:bold; font-size: 10px;}
.comUserRank {margin: 2px;}
.comUserRankText {font-size: 10px;font-weight:bold;}
.comUserRankImg {border: 0;}
.comUserName {}
.comUserImg {margin: 2px;}
.comDate {font-weight: normal; font-style: italic; font-size: smaller}
.comDateCaption {font-weight: bold; font-style: normal;}
