@charset "utf-8";

html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0; box-sizing:border-box;}
table{border-collapse:collapse;border-spacing:0;box-sizing:border-box;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;box-sizing:border-box;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}
a {	-webkit-tap-highlight-color: rgba(255,255,555,0.5); }

/* 
 * structure CSS
 */

body {
	/*ed background: #f3f3ef;*/
	background: #FFF;
	font-size:160%;
}

#wrapper {
	background: #FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.4em;
	width: 100%;
}

#header {
	width: 100%;
}

#header-inner {
	padding-top: 16px;
	margin: 0 auto 12px;
}

#menu {
	width: 100%;
	height: 44px;
	margin-bottom: 0px;
	background-color:#3C9737;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
	border:0;
}


#menu-inner {
	height: 32px;
	margin: 0 auto;
	overflow: hidden;
}

#container {
	width: 100%;
	margin-bottom: 20px;
}

#container-inner {
	margin: 0 auto;
}

#locus {
	margin-top:20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.contents {
	position: relative;
	background: #ffffff;
	clear: both;
	float: right;
	font-size: 90%;
	line-height: 1.6em;
	width: 705px;
	padding: 40px 25px 0 25px;
	margin: 0 0px 0 0;
	border-top: solid 3px #72af2c;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	position:relative;
	-webkit-box-shadow: 1px 1px 3px #ccc;
	-moz-box-shadow: 1px 1px 3px #ccc;
	box-shadow: 1px 1px 3px #ccc;
	overflow: hidden;
}
.page .contents {
	padding: 30px 25px 30px 25px;
}
.contents_s {
	font-size: 90%;
	line-height: 1.6em;
	clear: left;
	margin-top: 30px;
}

.posts {
	position: relative;
	background: #ffffff;
	clear: both;
	float: right;
	font-size: 90%;
	line-height: 1.6em;
	width: 705px;
	padding: 30px 25px 30px 25px;
	margin: 0 0px 0 0;
	border-top: solid 3px #72af2c;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	position:relative;
	-webkit-box-shadow: 1px 1px 3px #ccc;
	-moz-box-shadow: 1px 1px 3px #ccc;
	box-shadow: 1px 1px 3px #ccc;
	overflow: hidden;
}
.posts a{word-break: break-all;}
.posts a:link,.posts a:visited{ color:#95c360; text-decoration:underline;}
.posts a:hover{ color:#3D963A; text-decoration:underline;}


.category .posts {
	padding: 30px 25px 30px 25px;
}
.contents p a{word-break: break-all;}


#side {
	float: left;
	width: 223px;
	margin: 0 0px 0 0px;
}

#to_top {
	clear: both;
	padding-top: 70px;
	margin-bottom: -2px;
	text-align: right;
}

#to_top a {
	outline: none;
}

#footer {
	width: 100%;
	background-color:#72AF2D;
}

.footer-inner {
	margin: 0 auto;
	overflow: hidden;
}

#wrapper img {
	vertical-align: bottom;
}

#pagenavi {
	margin: 10px 0px;
}

.wp-pagenavi {
	text-align: center;
}

#header-inner:after,
#menu-inner:after,
#container-inner:after,
.footer-inner:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

/*grobal menu*/
.navbar-default .navbar-nav > li > a {
    color: #FFF;
	padding:0;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	background-color:#F3F3EF;
    color: #3C9737;
	border-top:1px solid #ccc;
	border-bottom:0;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus{
	background-color:#F3F3EF;
    color: #3C9737;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
.navbar-default .navbar-nav>.active>a:hover{
    color: #3C9737;
	background-color:#F3F3EF;
}

/*----------------------------------------------------*/ 
/* width
------------------------------------------------------*/ 
.emw1{width:1em !important;}
.emw2{width:2em !important;}
.emw3{width:3em !important;}
.emw4{width:4em !important;}
.emw5{width:5em !important;}
.emw6{width:6em !important;}
.emw7{width:7em !important;}
.emw8{width:8em !important;}
.emw9{width:9em !important;}
.emw10{width:10em !important;}
.emw11{width:11em !important;}
.emw12{width:12em !important;}
.emw13{width:13em !important;}
.emw14{width:14em !important;}
.emw15{width:15em !important;}
.emw16{width:16em !important;}
.emw17{width:17em !important;}
.emw18{width:18em !important;}
.emw19{width:19em !important;}
.emw20{width:20em !important;}

.w10{width:10% !important;}
.w20{width:20% !important;}
.w30{width:30% !important;}
.w40{width:40% !important;}
.w50{width:50% !important;}
.w60{width:60% !important;}
.w70{width:70% !important;}
.w80{width:80% !important;}
.w90{width:90% !important;}
.w100{width:100% !important;}

.td10 td:first-child,.td10 th:first-child{width:10% !important;}
.td20 td:first-child,.td20 th:first-child{width:20% !important;}
.td30 td:first-child,.td30 th:first-child{width:30% !important;}
.td40 td:first-child,.td40 th:first-child{width:40% !important;}
.td50 td:first-child,.td50 th:first-child{width:50% !important;}
.td60 td:first-child,.td60 th:first-child{width:60% !important;}
.td70 td:first-child,.td70 th:first-child{width:70% !important;}
.td80 td:first-child,.td80 th:first-child{width:80% !important;}
.td90 td:first-child,.td90 th:first-child{width:90% !important;}

/*----------------------------------------------------*/ 
/* height
------------------------------------------------------*/ 
.emh1{height:1em !important;}
.emh2{height:2em !important;}
.emh3{height:3em !important;}
.emh4{height:4em !important;}
.emh5{height:5em !important;}
.emh6{height:6em !important;}
.emh7{height:7em !important;}
.emh8{height:8em !important;}
.emh9{height:9em !important;}
.emh10{height:10em !important;}
.emh11{height:11em !important;}
.emh12{height:12em !important;}
.emh13{height:13em !important;}
.emh14{height:14em !important;}
.emh15{height:15em !important;}
.emh16{height:16em !important;}
.emh17{height:17em !important;}
.emh18{height:18em !important;}
.emh19{height:19em !important;}
.emh20{height:20em !important;}


/*----------------------------------------------------*/ 
/* margin
------------------------------------------------------*/ 
.bm0 {	margin-bottom:0 !important;}
.bm5 {	margin-bottom:5px !important;}
.bm10 {	margin-bottom:10px !important;}
.bm15 {	margin-bottom:15px !important;}
.bm20 {	margin-bottom:20px !important;}
.bm25 {	margin-bottom:25px !important;}
.bm30 {	margin-bottom:30px !important;}
.bm35 {	margin-bottom:35px !important;}
.bm40 {	margin-bottom:40px !important;}
.bm45 {	margin-bottom:45px !important;}
.bm50 {	margin-bottom:50px !important;}
.bm60 {	margin-bottom:60px !important;}
.bm70 {	margin-bottom:70px !important;}
.bm80 {	margin-bottom:80px !important;}
.bm90 {	margin-bottom:90px !important;}

.tm0 {	margin-top:0 !important;}
.tm5 {	margin-top:5px !important;}
.tm10 {	margin-top:10px !important;}
.tm15 {	margin-top:15px !important;}
.tm20 {	margin-top:20px !important;}
.tm25 {	margin-top:25px !important;}
.tm30 {	margin-top:30px !important;}
.tm35 {	margin-top:35px !important;}
.tm40 {	margin-top:40px !important;}
.tm45 {	margin-top:45px !important;}
.tm50 {	margin-top:50px !important;}

.lm0 {	margin-left:0 !important;}
.lm5 {	margin-left:5px !important;}
.lm10 {	margin-left:10px !important;}
.lm15 {	margin-left:15px !important;}
.lm20 {	margin-left:20px !important;}
.lm25 {	margin-left:25px !important;}
.lm30 {	margin-left:30px !important;}
.lm35 {	margin-left:35px !important;}
.lm40 {	margin-left:40px !important;}
.lm45 {	margin-left:45px !important;}
.lm50 {	margin-left:50px !important;}
.lm60 {	margin-left:60px !important;}
.lm70 {	margin-left:70px !important;}
.lm80 {	margin-left:80px !important;}
.lm90 {	margin-left:90px !important;}
.lm100 { margin-left:100px !important;}

.rm0 {	margin-right:0 !important;}
.rm5 {	margin-right:5px !important;}
.rm10 {	margin-right:10px !important;}
.rm15 {	margin-right:15px !important;}
.rm20 {	margin-right:20px !important;}
.rm25 {	margin-right:25px !important;}
.rm30 {	margin-right:30px !important;}
.rm35 {	margin-right:35px !important;}
.rm40 {	margin-right:40px !important;}
.rm45 {	margin-right:45px !important;}
.rm50 {	margin-right:50px !important;}
.m0 {	margin:0 !important;}
.m5 {	margin:5px !important;}
.m10 {	margin:10px !important;}
.m15 {	margin:15px !important;}
.m20 {	margin:20px !important;}
.m25 {	margin:25px !important;}
.m30 {	margin:30px !important;}
.m35 {	margin:35px !important;}
.m40 {	margin:40px !important;}
.m45 {	margin:45px !important;}
.m50 {	margin:50px !important;}

.lmem0 { margin-left:0 !important;}
.lmem1 { margin-left:1em !important;}
.lmem2 { margin-left:2em !important;}
.lmem3 { margin-left:3em !important;}
.lmem4 { margin-left:4em !important;}
.lmem5 { margin-left:5em !important;}
.lmem6 { margin-left:6em !important;}
.lmem7 { margin-left:7em !important;}
.lmem8 { margin-left:8em !important;}
.lmem9 { margin-left:9em !important;}
.lmem10 { margin-left:10em !important;}
.lmem10 { margin-left:11em !important;}
.lmem11 { margin-left:12em !important;}
.lmem12 { margin-left:13em !important;}
.lmem13 { margin-left:14em !important;}
.lmem14 { margin-left:15em !important;}

/* 
 * header CSS
 */

#header-inner #logo {
	float: left;
	width: 230px;
	height: 54px;
	margin-right: 98px;
}

#header-inner #logo a {
	outline: none;
}

#header-inner #header_menu {
	float: right;
}

#header-inner #header_links {
	float: left;
}

#header-inner #header_links li {
	background: transparent  url("img/arrow.gif") no-repeat 0% 50% scroll;
	font-size: 11px;
	line-height: 24px;
	float: left;
	display: block;
	padding-left: 10px;
	margin-right: 10px;
}

#header-inner #header_links a:link    {color: #656564; text-decoration: none;}
#header-inner #header_links a:visited {color: #3C9737; text-decoration: none;}
#header-inner #header_links a:hover   {color: #656564; text-decoration: underline;}
#header-inner #header_links a:active  {color: #656564; text-decoration: underline;}

#header-inner #font_size {
	color: #656564;
	font-size: 11px;
	line-height: 24px;
	float: left;
	margin-right: 10px;
}

#header-inner #font_size_con {
	float: left;
	display: block;
	line-height: 22px;
	width: 71px;
	margin-right: 10px;
}

#header-inner #font_size_con li {
	float: left;
	display: block;
	cursor: pointer;
}

#header-inner #font_size_con li img {
	vertical-align: middle;
}

.cse-search-form {
	float: right;
	line-height: 22px;
	width: 150px !important;
	padding-top: 2px !important;
}

.cse-search-form, x:-moz-any-link, x:default {
	padding-top: 0px !important;
}

.cse-search-form table.gsc-search-box td.gsc-input {
	padding: 0 !important;
}

.cse-search-form input[type="text"] {
	background: #ffffff !important;
	width: 130px;
	height: 20px; !important;
	padding: 0 !important;
}

.cse-search-form input.gsc-input {
}

.cse-search-form input[type="button"] {
	background: transparent url("img/search.jpg") no-repeat 0% 0% scroll;
	border: 0 none;
	color: #ffffff;
	width: 20px;
	min-width: 20px;
	height: 20px; !important;
	text-indent: -50px;
	padding: 0 !important;
	margin-left: 0 !important;
	outline: none;
}

.gsc-input {
	vertical-align: top !important;
}

.gsib_a {
     padding: 0px !important; 
}

.gsc-search-button {
	vertical-align: top !important;
	height: 20px !important;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
}

.gsc-input, x:-moz-any-link, x:default {
	vertical-align: middle !important;
}

.gsc-search-button, x:-moz-any-link, x:default {
	vertical-align: middle !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
	padding: 2px 3px !important;
}

.gsc-clear-button {
	display: none;
}

.contents #cse td {
	background: none;
	padding: 0px;
	border: none;
}

.contents #cse .gsc-control-cse {
	background: none;
	padding: 0px;
	border: none;
}

.contents #cse input[type="text"] {
    background: #ffffff !important;
    width: 100%;
    height: 36px;
    padding: 0 0 0 5px !important;
    color: #000;
}

.contents #cse input[type="button"] {
    background: transparent url("img/search_s.jpg") no-repeat 0% 0% scroll;
    border: 0 none;
    color: #ffffff;
    width: 36px;
    height: 36px !important;
    text-indent: -60px;
    padding: 0 !important;
    margin-left: 0 !important;
    outline: none;
	text-indent:100%;
	min-width:36px;
	overflow:hidden;
	white-space: nowrap;
}


#header-inner #universal_passport {
	clear:right;
	float: right;
}
#header-inner .header_right {
	float: right;
}
#header-inner .header_right #up_text {
	background: transparent url("img/universal_arrow.gif") no-repeat 0% 50% scroll;
	color: #656564;
	font-size: 11px;
	line-height: 24px;
	float: left;
	display: block;
	padding-left: 10px;
	margin-right: 10px;
}

#header-inner #universal_passport #up_text {
	background: transparent url("img/universal_arrow.gif") no-repeat 0% 50% scroll;
	color: #b4b4b3;
	font-size: 11px;
	line-height: 24px;
	float: left;
	display: block;
	padding-left: 10px;
	margin-left: 10px;
}

#header-inner #universal_passport #up_text a:link    {color: #b4b4b3; text-decoration: none;}
#header-inner #universal_passport #up_text a:visited {color: #3C9737; text-decoration: none;}
#header-inner #universal_passport #up_text a:hover   {color: #b4b4b3; text-decoration: underline;}
#header-inner #universal_passport #up_text a:active  {color: #b4b4b3; text-decoration: underline;}

#header-inner #universal_passport #internal {
	float: left;
	display: block;
	font-size: 11px;
	line-height: 24px;
  margin-left: 10px;
}

.header_right{
  clear: right;
  float: right;
}
#universal_passport+.header_right{
  clear: none;
  float: right;
}
.header_right .up_text {
	background: transparent url("img/universal_arrow.gif") no-repeat 0% 50% scroll;
	color: #b4b4b3;
	font-size: 11px;
	line-height: 24px;
	float: left;
	display: block;
	padding-left: 10px;
	margin-left: 10px;
}
.header_right .up_text a{
	color: #656564;
}


@media screen and (max-width: 767px) {
  .header_right{
    display: none;
  }
}

/* 
 * menu CSS
 */

#menu-inner li {
	float: left;
	height: 32px;
}

#menu-inner li a {
	outline: none;
}

#sub-menu {
	border:1px solid #ccc;
	position: relative;
	height: 55px;
	margin: 0 auto 10px;
	border: solid 1px #ccc\9;
	-webkit-box-shadow: 1px 1px 3px #ccc;
	-moz-box-shadow: 1px 1px 3px #ccc;
	box-shadow: 1px 1px 3px #ccc;
	overflow: hidden;
  margin-top: 10px;
}
#sub-menu ul {
	height: 55px;
	overflow: hidden;
}

#sub-menu li {
	float: left;
	display: block;
}
#sub-menu li a{
	display:block;
	text-decoration:none;
	padding:12px 12px 0px 12px;
}
/*#sub-menu li a.ps:hover{background:url(img/menu/head-ps.png) left top no-repeat;}
#sub-menu li a.cs:hover{background:url(img/menu/head-cs.png) left top no-repeat;}
#sub-menu li a.gd:hover{background:url(img/menu/head-gd.png) left top no-repeat;}
#sub-menu li a.cp:hover{background:url(img/menu/head-cp.png) left top no-repeat;}
#sub-menu li a.gp:hover{background:url(img/menu/head-gp.png) left top no-repeat;}
*/
#sub-menu li a.ps:hover{background-color:#F9BE00;}
#sub-menu li a.cs:hover{background-color:#ED6D02;}
#sub-menu li a.gd:hover{background-color:#E8318D;}
#sub-menu li a.pt:hover{background-color:#B200B2;}
#sub-menu li a.cp:hover{background-color:#1BBBED;}
#sub-menu li a.gp:hover{background-color:#0081BA;}

#sub-menu li a .mttl{
	font-size:14px;
	font-weight:bold;
	color:#000;
	line-height:1.2;
	vertical-align: middle;
}
#sub-menu li a .mttl:before{
	content: "";
	margin-right: 12px;
	width: 20px;
	height: 15px;
	display: inline-block;
	border-radius: 4px;
	vertical-align: middle;
	margin-bottom: 1px;
}
#sub-menu li a.ps .mttl:before{background-color:#F9BE00;}
#sub-menu li a.cs .mttl:before{background-color:#ED6D02;}
#sub-menu li a.gd .mttl:before{background-color:#E8318D;}
#sub-menu li a.pt .mttl:before{background-color:#B200B2;}
#sub-menu li a.cp .mttl:before{background-color:#1BBBED;}
#sub-menu li a.gp .mttl:before{background-color:#0081BA;}

/*
#sub-menu li a.ps .mttl{background:url(img/menu/head-ps.png) left top no-repeat;}
#sub-menu li a.cs .mttl{background:url(img/menu/head-cs.png) left top no-repeat;}
#sub-menu li a.gd .mttl{background:url(img/menu/head-gd.png) left top no-repeat;}
#sub-menu li a.cp .mttl{background:url(img/menu/head-cp.png) left top no-repeat;}
#sub-menu li a.gp .mttl{background:url(img/menu/head-gp.png) left top no-repeat;}
*/
#sub-menu li a:hover .mttl{
	/*background:url(img/menu/head-white.png) left top no-repeat;*/
	color:#FFF;
}
#sub-menu li a:hover .mttl:before{
	background-color: #FFF;
}

#sub-menu li a .msttl{
	padding-left:32px;
	font-size:9px;
	color:#999;
	line-height:1.4;
}

#sub-menu li a:hover .msttl{
	color:#FFF;
}
#sub-menu li a .line{
	text-decoration:none;
	padding-top:1px;
	font-size:10px;
	color:#999;
}
#sub-menu li a.ps .line{border-top:1px solid #F9BE00;}
#sub-menu li a.cs .line{border-top:1px solid #ED6D02;}
#sub-menu li a.gd .line{border-top:1px solid #E8318D;}
#sub-menu li a.pt .line{border-top:1px solid #B200B2;}
#sub-menu li a.cp .line{border-top:1px solid #1BBBED;}
#sub-menu li a.gp .line{border-top:1px solid #0081BA;}
#sub-menu li a:hover .line{
	border-top:1px solid #FFF;
	color:#FFF;
}


/* 
 * locus CSS
 */

#locus li {
	font-size: 70%;
	float: left;
	display: block;
	padding-right: 10px;
	margin-right: 0px;
}
#locus li:before {
	font-size: 70%;
	content:"＞";
	display:inline;
	color:#999;
	margin-right:10px;
}
#locus li.last {
	color: #72af2c;
	background: none;
}
#locus li:first-child:before{
	display: none;
}
#locus a:link    {color: #9fa0a0; text-decoration: none;}
#locus a:visited {color: #3C9737; text-decoration: none;}
#locus a:hover   {color: #9fa0a0; text-decoration: underline;}
#locus a:active  {color: #9fa0a0; text-decoration: underline;}



/* 
 * side CSS
 */

#side a {
	outline: none;
}
#side #past_list a:hover {
    background: #e1ebcd url("img/side_arrow_r.png") no-repeat 12px 49% scroll;
    color: #231815;
    text-decoration: none;
}
#side #past_list a:link,#side #past_list a:visited {
    background: #ffffff url("img/side_arrow.png") no-repeat 12px 49% scroll;
    color: #666464;
    text-decoration: none;
}

.side-menu,
#yt_list {
	position:relative;
	width: 223px;
	background: #ffffff;
	border-top: solid 3px #72af2c;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	-webkit-box-shadow: 1px 1px 3px #ccc;
	-moz-box-shadow: 1px 1px 3px #ccc;
	box-shadow: 1px 1px 3px #ccc;
	overflow: hidden;
}

#yt_list {
	margin-bottom: 30px;
}

.side-menu .sm_parent li,
#yt_list .yt_parent li,
#yt_list .year_parent li {
	overflow: hidden;
}

.side-menu .sm_heading, #yt_list .yt_heading, #yt_list .year_parent a, #past_list a {
	background: #ffffff url("img/side_arrow.png") no-repeat 12px 49% scroll;
	font-size: 90%;
	line-height: 1.2em;
	display: block;
	width: 100%;
	padding: 10px 5px 10px 24px;
	border-bottom: solid 1px #cfcfcf;
	text-decoration: none;
}


#side .last {
	border-bottom: none !important;
}

.side-menu .sm_parent>li>a:link    {background: #ffffff url("img/side_arrow.png") no-repeat 12px 49% scroll; color: #666464; text-decoration: none;}
.side-menu .sm_parent>li>a:visited {background: #ffffff url("img/side_arrow.png") no-repeat 12px 49% scroll; color: #666464; text-decoration: none;}
.side-menu .sm_parent>li>a:hover   {background: #e1ebcd url("img/side_arrow.png") no-repeat 12px 49% scroll; color: #231815; text-decoration: none;}
.side-menu .sm_parent>li>a:active  {background: #e1ebcd url("img/side_arrow.png") no-repeat 12px 49% scroll; color: #231815; text-decoration: none;}

.side-menu .sm_parent ul>li>a:link {background: #ffffff url("img/side_arrow_c_r.gif") no-repeat 20px 49% scroll; color: #666464; text-decoration: none;}
.side-menu .sm_parent ul>li>a:visited {background: #ffffff url("img/side_arrow_c_r.gif") no-repeat 20px 49% scroll; color: #666464; text-decoration: none;}
.side-menu .sm_parent ul>li>a:hover  {background: #e1ebcd url("img/side_arrow_c_r.gif") no-repeat 20px 49% scroll; color: #231815; text-decoration: none;}
.side-menu .sm_parent ul>li>a:active {background: #e1ebcd url("img/side_arrow_c_r.gif") no-repeat 20px 49% scroll; color: #231815; text-decoration: none;}





#yt_list .year_parent a:link    {background: #ffffff url("img/side_arrow.png") no-repeat 10px 49% scroll; color: #666464; text-decoration: none;}
#yt_list .year_parent a:visited {background: #ffffff url("img/side_arrow.png") no-repeat 10px 49% scroll; color: #666464; text-decoration: none;}
#yt_list .year_parent a:hover   {background: #e1ebcd url("img/side_arrow_r.png") no-repeat 10px 49% scroll; color: #231815; text-decoration: none;}
#yt_list .year_parent a:active  {background: #e1ebcd url("img/side_arrow_r.png") no-repeat 10px 49% scroll; color: #231815; text-decoration: none;}
#past_list a:link    {background: #ffffff url("img/side_arrow.png") no-repeat 10px 49% scroll; color: #666464; text-decoration: none;}
#past_list a:visited {background: #ffffff url("img/side_arrow.png") no-repeat 10px 49% scroll; color: #666464; text-decoration: none;}
#past_list a:hover   {background: #e1ebcd url("img/side_arrow_r.png") no-repeat 10px 49% scroll; color: #231815; text-decoration: none;}
#past_list a:active  {background: #e1ebcd url("img/side_arrow_r.png") no-repeat 10px 49% scroll; color: #231815; text-decoration: none;}

.side-menu .sm_now {background: #e1ebcd url("img/side_arrow_r.png") no-repeat 10px 49% scroll !important; color: #231815 !important; text-decoration: none !important;}

.side-menu .sm_child,
#yt_list .yt_child {
	width: 100%;
	border-bottom: solid 1px #cfcfcf;
}

.side-menu .sm_c_heading,
#yt_list .yt_child a {
	background: #ffffff url("img/side_arrow_c.gif") no-repeat 20px 49% scroll;
	font-size: 76%;
	line-height: 1.2em;
	display: block;
	width: 100%;
	padding: 7px 5px 7px 30px;
}

/*
.side-menu .sm_parent a    {background: #ffffff url("img/side_arrow.png") no-repeat 12px 49% scroll; color: #666464; text-decoration: none;}
.side-menu .sm_parent a:hover   {background: #e1ebcd url("img/side_arrow_r.png") no-repeat 10px 49% scroll; color: #231815; text-decoration: none;}
.side-menu .sm_parent a:active  {background: #e1ebcd url("img/side_arrow_r.png") no-repeat 10px 49% scroll; color: #231815; text-decoration: none;}*/

#yt_list .year_parent a    {background: #ffffff url("img/side_arrow.png") no-repeat 10px 49% scroll; color: #666464; text-decoration: none;}
#yt_list .year_parent a:hover   {background: #e1ebcd url("img/side_arrow_r.png") no-repeat 10px 49% scroll; color: #231815; text-decoration: none;}
#yt_list .year_parent a:active  {background: #e1ebcd url("img/side_arrow_r.png") no-repeat 10px 49% scroll; color: #231815; text-decoration: none;}

.side-menu .sm_now {background: #e1ebcd url("img/side_arrow_r.png") no-repeat 10px 49% scroll !important; color: #231815 !important; text-decoration: none !important;}

.side-menu .sm_child,
#yt_list .yt_child {
	width: 100%;
	border-bottom: solid 1px #cfcfcf;
}

.side-menu .sm_c_heading,
#yt_list .yt_child a {
	background: #ffffff url("img/side_arrow_c.gif") no-repeat 20px 49% scroll;
	font-size: 76%;
	line-height: 1.2em;
	display: block;
	padding: 7px 5px 7px 30px;
	text-decoration: none;
}

.side-menu .sm_child a:link    {background: #ffffff url("img/side_arrow_c_r.gif") no-repeat 20px 49% scroll; color: #666464; text-decoration: none;}
.side-menu .sm_child a:visited {background: #ffffff url("img/side_arrow_c_r.gif") no-repeat 20px 49% scroll; color: #666464; text-decoration: none;}
.side-menu .sm_child a:hover   {background: #e1ebcd url("img/side_arrow_c_r.gif") no-repeat 20px 49% scroll; color: #231815; text-decoration: none;}
.side-menu .sm_child a:active  {background: #e1ebcd url("img/side_arrow_c_r.gif") no-repeat 20px 49% scroll; color: #231815; text-decoration: none;}

#yt_list .yt_child a:link    {background: #ffffff url("img/side_arrow_c.gif") no-repeat 20px 49% scroll; color: #666464; text-decoration: none;}
#yt_list .yt_child a:visited {background: #ffffff url("img/side_arrow_c.gif") no-repeat 20px 49% scroll; color: #666464; text-decoration: none;}
#yt_list .yt_child a:hover   {background: #e1ebcd url("img/side_arrow_c_r.gif") no-repeat 20px 49% scroll !important; color: #231815; text-decoration: none;}
#yt_list .yt_child a:active  {background: #e1ebcd url("img/side_arrow_c_r.gif") no-repeat 20px 49% scroll !important; color: #231815; text-decoration: none;}


.side-menu .sm_parent ul a {background: #ffffff url("img/side_arrow_c.gif") no-repeat 20px 49% scroll; color: #666464; text-decoration: none;}

.side-menu .sm_parent ul a:hover {background: #e1ebcd url("img/side_arrow_c_r.gif") no-repeat 20px 49% scroll; color: #231815;}
.side-menu .sm_parent ul a:active  {background: #e1ebcd url("img/side_arrow_c_r.gif") no-repeat 20px 49% scroll; color: #231815;}




.side-menu .sm_c_now {background: #e1ebcd url("img/side_arrow_c_r.gif") no-repeat 20px 49% scroll !important; color: #231815 !important; text-decoration: none !important;}

#yt_list .yt_title {
	background: #e1ebcd;
	font-size: 90%;
	line-height: 1.2em;
	display: block;
	padding: 10px 5px 10px 24px;
	border-bottom: solid 1px #cfcfcf;
}

#side #fac_list {
	background: #e1ebcd;
	font-size: 90%;
	line-height: 1.2em;
	display: block;
	width: 100%;
	padding: 10px 5px 10px 24px;
	border-bottom: solid 1px #cfcfcf;
}

/* 
 * footer CSS
 */

#footer-menu {
	display: block;
	margin-bottom: 5px;
	overflow: hidden;
}

#footer-menu li {
	background: transparent url("img/arrow.gif") no-repeat 0% 50% scroll;
	font-size: 11px;
	line-height: 24px;
	float: left;
	display: block;
	padding-left: 10px;
	margin-right: 10px;
}

#footer-menu a:link    {color: #656564; text-decoration: none;}
#footer-menu a:visited {color: #656564; text-decoration: none;}
#footer-menu a:hover   {color: #656564; text-decoration: underline;}
#footer-menu a:active  {color: #656564; text-decoration: underline;}

.footer-inner #footer-ld {
	/*ed width: 950px;*/
	border-top: solid 1px #c9c9c7;
	padding-top: 10px;
	margin-bottom: 15px;
	overflow: hidden;
}

.footer-inner #footer-logo {
	float: left;
	width: 194px;
	margin-right: 20px;
}

.footer-inner #footer-data {
	color: #FFF;
	font-size: 11px;
	line-height: 16px;
	float: left;
	padding-top: 6px;
}
.copy{ display:block;color: #FFF;}
/* 
 * mg CSS
 */

.mg_10 {margin-bottom: 10px !important;}
.mg_15 {margin-bottom: 15px !important;}
.mg_20 {margin-bottom: 20px !important;}
.mg_25 {margin-bottom: 25px !important;}
.mg_30 {margin-bottom: 30px !important;}
.mg_35 {margin-bottom: 35px !important;}
.mg_40 {margin-bottom: 40px !important;}
.mg_45 {margin-bottom: 45px !important;}
.mg_50 {margin-bottom: 50px !important;}


/* 
 * main CSS
 */

.contents .posts_list,
.posts .posts_list {
	margin-bottom: 20px;
}

.contents .posts_list li,
.posts .posts_list li {
	padding-bottom: 5px;
	overflow: hidden;
}

.contents .posts_list .time,
.posts .posts_list .time {
	display: block;
	float: left;
	width: 85px;
	margin-right: 15px;
}

.contents .posts_list .title,
.posts .posts_list .title {
	display: block;
	float: left;
	width: 550px;
}

.contents .posts_list .title a,
.posts .posts_list .title a {
	border-bottom: dotted 1px #000000;
}

.contents .posts_list .title a:link    {color: #000000; text-decoration: none;}
.contents .posts_list .title a:visited {color: #000000; text-decoration: none;}
.contents .posts_list .title a:hover   {color: #000000; text-decoration: none;}
.contents .posts_list .title a:active  {color: #000000; text-decoration: none;}
.posts  .posts_list .title a:link    {color: #000000; text-decoration: none;}
.posts  .posts_list .title a:visited {color: #000000; text-decoration: none;}
.posts  .posts_list .title a:hover   {color: #000000; text-decoration: none;}
.posts  .posts_list .title a:active  {color: #000000; text-decoration: none;}

.contents #news_list {
	background: transparent url("img/index/news_list_arrow.gif") no-repeat 0% 40% scroll;
	float: right;
	font-size: 14px;
	padding-left: 10px;
}

.contents #news_list a:link    { color: #95c360; text-decoration: none; }
.contents #news_list a:visited { color: #95c360; text-decoration: none; }
.contents #news_list a:hover   { color: #95c360; text-decoration: none; }
.contents #news_list a:active  { color: #95c360; text-decoration: none; }

.contents .nb_list,
.posts .nb_list {
	overflow: hidden;
}

.contents .nb_list .time,
.posts .nb_list .time {
	display: block;
	float: left;
	width: 85px;
	margin-bottom: 5px;
	margin-right: 15px;
}

.contents .nb_list .title,
.posts .nb_list .title {
	display: block;
	float: left;
	width: 555px;
	margin-bottom: 5px;
}

.contents .nb_list a,
.posts .nb_list a {
	border-bottom: dotted 1px #000000;
}

.contents .nb_list a:link    {color: #000000; text-decoration: none;}
.contents .nb_list a:visited {color: #000000; text-decoration: none;}
.contents .nb_list a:hover   {color: #000000; text-decoration: none;}
.contents .nb_list a:active  {color: #000000; text-decoration: none;}
.posts .nb_list a:link    {color: #000000; text-decoration: none;}
.posts .nb_list a:visited {color: #000000; text-decoration: none;}
.posts .nb_list a:hover   {color: #000000; text-decoration: none;}
.posts .nb_list a:active  {color: #000000; text-decoration: none;}

.category-title {
	padding-top: 10px;
}



.contents h1 {
	font-size: 180%;
	line-height: 1.2em;
	margin-bottom: 40px;
}

.contents h2 {
	clear: both;
	color: #72af2c;
	font-size: 122%;
	line-height: 1.2em;
	padding-bottom: 3px;
	margin-bottom: 25px;
	border-bottom: solid 1px #72af2c;
}

.contents h3 {
	clear: both;
	background: #f3f3ef;
	font-size: 114%;
	line-height: 1.2em;
	padding: 5px 10px;
	margin-bottom: 25px;
}

.contents h4 {
	clear: both;
	background: transparent url("img/h4.gif") no-repeat 0% 30% scroll;
	font-size: 100%;
	line-height: 1.2em;
	padding-left: 15px;
	margin-bottom: 10px;
}

.contents strong {
	font-weight: bold;
}

.contents del {
	text-decoration: line-through;
}

.contents a:link    {color: #000000; text-decoration: underline;}
.contents a:visited {color: #000000; text-decoration: underline;}
.contents a:hover   {color: #000000; text-decoration: underline;}
.contents a:active  {color: #000000; text-decoration: underline;}

.contents p.parag {
	font-size: 90%;
	margin-bottom: 25px;
}

.contents .left_text {
	float: left;
	width: 390px;
	margin-right: 20px;
}

.contents .right_img {
	float: right;
	width: 240px;
}

.contents .right_text {
	float: right;
	width: 390px;
	margin-left: 20px;
}

.contents .left_img {
	float: left;
	width: 240px;
}

.contents .three_img {
	margin-bottom: 25px;
	overflow: hidden;
}

.contents .three_img li {
	float: left;
	width: 200px;
	margin-right: 27px;
}

.contents .three_img li.last {
	margin-right: 0px;
}

.contents table,
.posts table {
	font-size: 90%;
	width: 100%;
	margin-bottom: 25px;
}

.contents caption,
.posts caption {
	font-weight: bold;
	margin-bottom: 5px;
}

.contents th,
.posts th {
	padding: 7px 15px;
	border: solid 1px #787878;
}

.contents th.col_th {
	background: #c0d595;
	text-align: center;
}

.contents th.row_th {
	background: #e1ebcd;
}

.contents td,
.posts td {
	word-wrap:break-word;
	background: #f3f3ef;
	padding: 7px 15px;
	border: solid 1px #787878;
}
.contents td a,
.posts td a,
.contents th a,
.posts th a {
	word-break: break-word;
}

.contents .links {
	margin-bottom: 30px;
}

.contents .links li {
	font-size: 100%;
	line-height: 1.6em;
	background: transparent url("img/links_arrow.gif") no-repeat 0% 7px scroll;
	padding-left: 10px;
	margin-bottom: 10px
}

.contents p.links {
	font-size: 100%;
	line-height: 1.6em;
	background: transparent url("img/links_arrow.gif") no-repeat 0% 7px scroll;
	padding-left: 10px;
	margin-bottom: 10px
}

.contents .links a {
	border-bottom: dotted 1px #000000;
}

.contents .links a:link    {color: #000000; text-decoration: none;}
.contents .links a:visited {color: #000000; text-decoration: none;}
.contents .links a:hover   {color: #000000; text-decoration: none;}
.contents .links a:active  {color: #000000; text-decoration: none;}


.contents .block:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.contents .l_block {
	float: left;
	width: 49%;
	margin-bottom: 15px;
	margin-right: 2%;
}

.contents .r_block {
	width: 49%;
	float: right;
	margin-bottom: 15px;
}

.contents .e_block {
	background: #eeefef;
	padding: 25px;
	margin-bottom: 30px;
}

.contents .e_block em {
	font-size: 114%;
	font-weight: bold;
}

.contents .te_al_r {
	width: 655px;
	text-align: right;
}

.contents .banner_block {
	width: 100%;
	padding: 20px;
	border: solid 1px #e7e7e7;
}

.contents .banner_block:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.contents .l_banner {
	float: left;
	width: 290px;
}

.contents .r_banner {
	float: right;
	width: 290px;
}


.contents .l_block_c {
	float: left;
	width: 320px;
	margin-bottom: 15px;
	margin-right: 15px;
}


.contents .card {
	clear: both;
	margin-bottom: 20px;
}

.contents .card:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.contents .c_both {
	position: relative;
	background: #f7f7f5;
	width: 100%;
	float:left;
	padding: 15px;
	margin-bottom: 15px;
	border: solid 1px #ccc;
}
.contents .c_left {
	position: relative;
	background: #f7f7f5;
	float: left;
	width: 49%;
	padding: 15px;
	margin-bottom: 15px;
	margin-right:2%;
	border: solid 1px #ccc;
}

.contents .c_right {
	position: relative;
	background: #f7f7f5;
	float: left;
	width: 49%;
	padding: 15px;
	margin-bottom: 15px;
	border: solid 1px #ccc;
	overflow: hidden;
}
.contents .c_left:after,.contents .c_right:after{
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.contents .l_block_c {
	float: left;
	width: 320px;
	margin-bottom: 15px;
}

.contents .c_right_r {
	position: relative;
	background: #f7f7f5;
	float: right;
	width: 290px;
	padding: 15px;
	margin-bottom: 15px;
	border: solid 1px #ccc\9;
	-webkit-box-shadow: 0px 0px 5px #666;
	-moz-box-shadow: 0px 0px 5px #666;
	box-shadow: 0px 0px 5px #666;
	overflow: hidden;
}
.contents .card a {
	outline: none;
}

.contents .card a:link    { color: #000000; text-decoration: none; }
.contents .card a:visited { color: #000000; text-decoration: none; }
.contents .card a:hover   { color: #000000; text-decoration: underline; }
.contents .card a:active  { color: #000000; text-decoration: underline; }

.contents .c_title {
	background: transparent url("img/block_arrow.gif") no-repeat 0% 40% scroll;
	font-size: 110%;
	font-weight: bold;
	width: 280px;
	padding-left: 10px;
	margin-bottom: 10px;
}

.contents .c_title_nm {
	background: transparent url("img/block_arrow.gif") no-repeat 0% 40% scroll;
	font-size: 110%;
	font-weight: bold;
	width:100%;
	padding-left: 10px;
}

.contents .c_img {
	float: left;
	width: 120px;
}
.contents .c_both .c_img {
	float: left;
	width: 285px;
}
.contents .c_text {
	font-size: 80%;
	line-height: 1.4em;
	float: left;
	width: 155px;
	margin-left:10px;
}
.contents .c_both .c_text {
	font-size: 80%;
	line-height: 1.4em;
	float: left;
	width: 305px;
}
.contents .c_text_l {
	font-size: 80%;
	line-height: 1.4em;
	float: left;
	width: 155px;
	margin-left:10px;
}

.contents .c_text_l li {
	background: transparent url("img/c_text_dot.gif") no-repeat 0% 0% scroll;
	padding-left: 9px;
}

.contents .ar_list {
	margin-left: 10px;
}

.contents .ar_list li {
	font-size: 100%;
	line-height: 1.6em;
	background: transparent url("img/links_arrow.gif") no-repeat 0% 50% scroll;
	padding-left: 10px;
	margin-bottom: 5px
}

.contents .ar_list a {
	border-bottom: dotted 1px #000000;
}

.contents .ar_list a:link    {color: #000000; text-decoration: none;}
.contents .ar_list a:visited {color: #3C9737; text-decoration: none;}
.contents .ar_list a:hover   {color: #000000; text-decoration: none;}
.contents .ar_list a:active  {color: #000000; text-decoration: none;}

.contents .hs {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 20px;
}

.contents .hs_m {
	display: block;
	font-size: 110%;
	font-weight: bold;
	margin-top: 20px;
}

.contents .dt_l {
	float: left;
	width: 390px;
	margin-bottom: 20px;
	margin-right: 20px;
}

.contents .dt_l .dt_l_text {
	width: 390px;
	height: 160px;
}

.contents .dt_l .dt_l_link {
	height: 20px;
	text-align: right;
}

.contents .dt_l .dt_l_link img {
	vertical-align: top !important;
}

.contents .dt_r {
	float: left;
	width: 240px;
	margin-bottom: 20px;
}

.contents .bc {
	position: relative;
	width: 655px;
	margin-bottom: 35px;
}

.contents .branch {
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 400px;
	padding: 7px 0;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #cfcfcf;
}

.contents .cdt {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 230px;
}

.contents .dit_ts {
	text-align: right;
	margin-bottom: 35px;
}

.contents .data_box {
	float: left;
	width: 320px;
	margin-right: 30px;
}
.contents .data_box_r {
	float: left;
	width: 320px;
	margin-right:0px;
}

.contents .url {
	display: block;
	line-height: 1.6em;
	background: transparent url("img/links_arrow.gif") no-repeat 0% 50% scroll;
	padding-left: 10px;
	margin-bottom: 15px
}

.contents .url a {
	border-bottom: dotted 1px #000000;
}

.contents .url a:link    {color: #000000; text-decoration: none;}
.contents .url a:visited {color: #3C9737; text-decoration: none;}
.contents .url a:hover   {color: #000000; text-decoration: none;}
.contents .url a:active  {color: #000000; text-decoration: none;}

.contents .img_box {
	float: left;
	width: 300px;
}
.contents .img_box img{
	max-width:100%;
}
.contents .img_box_l {
	float: left;
	width: 300px;
	margin-right: 30px;
}


.contents .pdf {
	background: transparent url("img/pdf.jpg") no-repeat 0% 0% scroll;
	padding-left: 30px;
	margin-bottom: 20px;
}

.contents .pdf:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.contents .nmb {
	margin-bottom: 0px;
}

.contents .pdf .pdf_title {
	margin-bottom: 5px;
	border-bottom: dotted 1px #000000;
}

.contents .pdf .pdf_title a:link    {color: #000000; text-decoration: none;}
.contents .pdf .pdf_title a:visited {color: #3C9737; text-decoration: none;}
.contents .pdf .pdf_title a:hover   {color: #000000; text-decoration: none;}
.contents .pdf .pdf_title a:active  {color: #000000; text-decoration: none;}

.contents .pdf .pdf_title_n {
	margin-bottom: 5px;
}

.contents .dot {
	margin-bottom: 5px;
}

.contents .dot a {
	border-bottom: dotted 1px #000000;
}

.contents .dot a:link    {color: #000000; text-decoration: none;}
.contents .dot a:visited {color: #3C9737; text-decoration: none;}
.contents .dot a:hover   {color: #000000; text-decoration: none;}
.contents .dot a:active  {color: #000000; text-decoration: none;}

.contents .dotted {
	margin-bottom: 5px;
	border-bottom: dotted 1px #000000;
}

.contents a.dotted:link    {color: #000000; text-decoration: none;}
.contents a.dotted:visited {color: #3C9737; text-decoration: none;}
.contents a.dotted:hover   {color: #000000; text-decoration: none;}
.contents a.dotted:active  {color: #000000; text-decoration: none;}


.contents .pdf_schedule {
	clear: left;
	display: block;
	color: #666464;
	font-size: 90%;
}

.contents .pdf img {
	vertical-align: middle !important;
}

.contents .pdf_m {
	clear: both;
}
.contents .pdf .msit {
	margin-bottom: 5px;
	border-bottom: dotted 1px #000000;
}

.contents .pdf a.msit:link    {color: #000000; text-decoration: none;}
.contents .pdf a.msit:visited {color: #3C9737; text-decoration: none;}
.contents .pdf a.msit:hover   {color: #000000; text-decoration: none;}
.contents .pdf a.msit:active  {color: #000000; text-decoration: none;}

.contents .pdf_title_in {
	display: inline-block;
}

.contents .pdf_msit {
	display: inline-block;
	background: transparent url("img/pdf.jpg") no-repeat 0% 0% scroll;
	padding-left: 30px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.contents .nm_left {
	margin-right: 30px;
}

.contents .pdf_msit a {
	margin-bottom: 5px;
	border-bottom: dotted 1px #000000;
}

.contents .pdf_msit a:link    {color: #000000; text-decoration: none;}
.contents .pdf_msit a:visited {color: #3C9737; text-decoration: none;}
.contents .pdf_msit a:hover   {color: #000000; text-decoration: none;}
.contents .pdf_msit a:active  {color: #000000; text-decoration: none;}

.contents .mimg img {
	vertical-align: middle !important;
}

.contents .st_block {
	background: #fef4d6;
	padding: 25px;
	margin-bottom: 30px;
}

.contents .st_block_nm {
	background: #fef4d6;
	padding: 25px;
}

.contents .st_block em {
	font-size: 114%;
	font-weight: bold;
}

.contents .st_block em a         {border-bottom: dotted 1px #000000;}
.contents .st_block em a:link    {color: #000000; text-decoration: none;}
.contents .st_block em a:visited {color: #3C9737; text-decoration: none;}
.contents .st_block em a:hover   {color: #000000; text-decoration: none;}
.contents .st_block em a:active  {color: #000000; text-decoration: none;}

#pageTop {
	width:47px;
	height:47px;
    float: none;
    clear: both;
    text-align: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1;
	opacity:0.8;
}
/* 
 * WP CSS
 */

.contents .alignleft,
.contents img.alignleft,
.posts .alignleft,
.posts img.alignleft {
	display: block;
	float: none;
	margin-right: auto;
}

.contents .alignright,
.contents img.alignright,
.posts .alignright,
.posts img.alignright {
	display: block;
	float: none;
	margin-left: auto;
}

.contents .aligncenter,
.contents img.aligncenter,
.posts .aligncenter,
.posts img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.contents .wp-caption,
.posts .wp-caption {
	background: #f3f3f3;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 655px !important;
	text-align: center;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:5px 5px;
}

.contents .wp-caption img,
.posts .wp-caption img {
	margin: 0;
}

.contents .wp-caption-dd,
.posts .wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.contents .mceIEcenter,
.posts .mceIEcenter {
	text-align: center;
}

.contents img.size-auto,
.contents img.size-full,
.contents img.size-large,
.contents img.size-medium,
.contents .attachment img,
.posts img.size-auto,
.posts img.size-full,
.posts img.size-large,
.posts img.size-medium,
.posts .attachment img {
	max-width: 100%;
	height: auto;
}

.contents .fl-caption,
.posts .fl-caption {
	overflow: hidden;
	_zoom: 1;
}

.contents .fl-caption .wp-caption,
.posts .fl-caption .wp-caption {
	float: left;
	margin-right: 10px;
}



/* 
 * visual CSS
 */

.contents .pdf_mark,
.posts .pdf_mark {
	font-size: 100%;
	line-height: 1.6em;
	background: transparent url("img/pdf.jpg") no-repeat 0% 0% scroll;
	padding-left: 30px;
	margin-bottom: 10px;
}

.contents .pdf_mark a,
.posts .pdf_mark a {
	border-bottom: dotted 1px #000000;
}

.contents .pdf_mark a:link    {color: #000000; text-decoration: none;}
.contents .pdf_mark a:visited {color: #3C9737; text-decoration: none;}
.contents .pdf_mark a:hover   {color: #000000; text-decoration: none;}
.contents .pdf_mark a:active  {color: #000000; text-decoration: none;}

.posts .pdf_mark a:link    {color: #000000; text-decoration: none;}
.posts .pdf_mark a:visited {color: #3C9737; text-decoration: none;}
.posts .pdf_mark a:hover   {color: #000000; text-decoration: none;}
.posts .pdf_mark a:active  {color: #000000; text-decoration: none;}

.contents .arrow_mark,
.posts .arrow_mark {
	font-size: 100%;
	line-height: 1.6em;
	background: transparent url("img/links_arrow.gif") no-repeat 0% 7px scroll;
	padding-left: 10px;
	margin-bottom: 10px;
}

.contents .arrow_mark a,
.posts .arrow_mark a {
	border-bottom: dotted 1px #000000;
}

.contents .arrow_mark a:link    {color: #000000; text-decoration: none;}
.contents .arrow_mark a:visited {color: #3C9737; text-decoration: none;}
.contents .arrow_mark a:hover   {color: #000000; text-decoration: none;}
.contents .arrow_mark a:active  {color: #000000; text-decoration: none;}

.posts .arrow_mark a:link    {color: #000000; text-decoration: none;}
.posts .arrow_mark a:visited {color: #3C9737; text-decoration: none;}
.posts .arrow_mark a:hover   {color: #000000; text-decoration: none;}
.posts .arrow_mark a:active  {color: #000000; text-decoration: none;}

.contents .lightbox {
	margin-left: 10px;
	border: none !important;
}

.contents .lightbox img {
	vertical-align: -3px !important;
}



/* 
 * etc CSS
 */

.red {
	color: red;
}

#past_news {
	background: transparent url("img/index/news_list_arrow.gif") no-repeat 0% 45% scroll;
	float: right;
	font-size: 80%;
	padding-left: 10px;
	margin-top: 20px;
}

#past_news a:link    { color: #95c360; text-decoration: none; }
#past_news a:visited { color: #3C9737; text-decoration: none; }
#past_news a:hover   { color: #95c360; text-decoration: none; }
#past_news a:active  { color: #95c360; text-decoration: none; }

/* 
 * single CSS
 */

.posts h1 {
	font-size: 86%;
	margin-bottom: 30px;
	border-bottom: solid 1px #c8c5c4;
	line-height:2;
}
.category .posts h1,.archive .posts h1 {
	clear: both;
    color: #72af2c;
    font-size: 122%;
    line-height: 1.2em;
    padding-bottom: 3px;
    margin-bottom: 25px;
    border-bottom: solid 1px #72af2c;
}

.posts h2 {
	font-size: 133%;
	font-weight: bold;
	margin-bottom: 30px;
}

.posts h2 a:link    {color: #000000; text-decoration: none;}
.posts h2 a:visited {color: #000000; text-decoration: none;}
.posts h2 a:hover   {color: #000000; text-decoration: none;}
.posts h2 a:active  {color: #000000; text-decoration: none;}

.posts h3 {
	clear: both;
	background: #f3f3ef;
	font-size: 114%;
	line-height: 1.2em;
	padding: 5px 10px;
	margin-bottom: 25px;
}

.posts h4 {
	clear: both;
	background: transparent url("img/h4.gif") no-repeat 0% 30% scroll;
	font-size: 100%;
	line-height: 1.2em;
	padding-left: 15px;
	margin-bottom: 10px;
}


/********************************************/
@media screen and (max-width: 767px) {
/* 
 * smart phone
 */
#header-inner #header_menu {
	display:none;
}
#header-inner .cse-search-form {
	display:none;
}
#sub-menu{ display:block;}

.sp{ display:block;}

	/*menu*/
	#container {
		padding-top:64px;
		margin-bottom: 15px;
	}
	.container-fluid{
		margin:0;
		padding:0
	}
	.navbar-toggle {
		position: relative;
		float: right;
		padding: 12px 12px 3px 12px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		background-color: #3C9737;
		background-image: none;
		border: 0;
		border-radius: 0px;
		height:62px;
		width:60px;
	}
	.navbar-default .navbar-toggle .icon-bar{
		background-color:#FFF;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
		background-color: #3C9737;
	}
	.sr-only {
		position: relative;
		width: auto;
		height: auto;
		padding: 0px 0 0 0px;
		margin: -3px 0 0 0px;
		color:#FFF;
		font-size:12px;
	}
	.navbar-toggle .icon-bar {
		display: block;
		width: auto;
		height: 5px;
		border-radius: 0px;
	}
	.navbar-toggle .icon-bar+.icon-bar {
		margin-top: 6px;
		margin-bottom:0px;
	}
	.navbar-nav {
		margin: 0px;
	}
	.navbar-nav > li:last-child a{
		border-bottom:none;
	}
	.navbar-nav > li>a{
		display:block;
		padding:10px 10px !important;
		border-bottom:1px dotted #FFF;
		font-size:16px;
	}
	.navbar-default .navbar-nav > li > span {
		color: #FFF;
		padding:0;
		position:relative;
		display:block;
		padding: 10px 10px !important;
		border-bottom: 1px dotted #FFF;
		font-size: 16px;
	}
	.navbar-default .navbar-nav > li.end > span {
		border-bottom:0;
	}
	.navbar-default .navbar-nav > li > span form{
		display: inline-block;
	}
	.navbar-default .navbar-nav > li > span select{
		color:#000;
	}
	.insidelink > a,.insidelink > span{
		background-color: #72af2c;
	}

	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
		border-top:0;
		border-bottom:1px solid #3C9737;
	}
	.navbar-nav > li>a>span{
		font-size:12px;
		margin-left:10px;
	}
	.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
		border-top:0;
	}
	.cse-search-form {
		float: none;
		line-height: 22px;
		width: 100% !important;
		padding-top: 2px !important;
	}
	.cse-search-form input[type="text"] {
		background: #ffffff !important;
		width: 100%;
		height: 36px;
		font-size:16px;
		padding: 0 0 0 5px !important;
		color:#000;
		border-radius:0 !important;
	}
	.cse-search-form input[type="button"]{
		background: transparent url("img/search_s.jpg") no-repeat 0% 0% scroll;
		border: 0 none;
		color: #ffffff;
		width: 36px;
		height: 36px;
		text-indent: -60px;
		padding: 0 !important;
		margin-left: 0 !important;
		outline: none;
	}
	.gsc-search-button{
		height:36px !important;
	}
	.gsc-control-searchbox-only{
		height:36px !important;
	}
	#header {
		width:100%;
		position: fixed;
		top:0;
		left:0;
		z-index:3;
	
	}
	#header-inner{
		padding:5px;
		position: absolute;
		top:0;
		left:0;
		width:240px;
		height:64px;
		margin:0;
		z-index:1;
	}
	#header-inner #logo {
	/*	width: 100%;
		height:inherit;
	*/
	}
	
	#header-inner img{
		width:100%;
		height:inherit;
	}
	/*globalmenu*/
	#menu {
		width: 100%;
		height: 64px;
		margin-bottom: 0px;
		background-color: #FFF;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
		border: 0;
		border-bottom:2px solid #3C9737;
	
	}
	
	#defaultNavbar1{
		position: absolute;
		width:100%;
		top:63px;
		z-index:1;
		
	}
	.navbar-nav{
		background-color:#3C9737;
	}
	.navbar-header {
		float: none !important;
		width:100%;
		margin:0 auto !important;
		
	}
	#locus {
		margin-top:10px;
		margin-bottom: 10px;
		padding-left:10px;
		overflow: hidden;
	}

	#contents {
		width: 96%;
    	margin: 0 2% 15px 2%;
    	padding: 0px;
	}
	.contents {
		width: 96%;
		margin:0 2% 15px 2%;
		padding: 20px 15px 0 15px;
	}
	.page .contents{
		padding: 20px 15px 20px 15px;
	}
	.posts {
		width: 96%;
		margin:10px 2% 15px 2%;
		padding: 20px 15px 20px 15px;
	}
	.category .posts {
		padding: 20px 15px 20px 15px;
	}
	.contents div h1 {
		font-size: 160%;
		line-height: 1.2em;
		margin-bottom: 20px;
	}
	.contents h1 {
		font-size: 160%;
		line-height: 1.2em;
		margin-bottom: 20px;
	}

	.contents h2 {
		margin-bottom: 15px;
		font-size: 18px;
	}
	.contents .posts_list li,
	.posts .posts_list li {
		padding-bottom: 10px;
		border-bottom:1px dotted #CCC;
		margin-bottom:10px;
	}
	.contents .posts_list .time, .posts .posts_list .time {
		display: block;
		float: none;
		width:100%;
		margin-right: 0;
		font-size:12px;
	}
	.contents .posts_list .title, .posts .posts_list .title {
		display: block;
		float:none;
		width:100%;
		font-size:14px;
	}
	.contents .posts_list .title a, .posts .posts_list .title a{
		border-bottom:none;
		display:block;
		font-size:12px;
	}
	
	.contents .c_img {
		margin-left: 10px;
	}
	.contents .c_both .c_img {
		float: none;
		width: 100%;
		text-align:center;
		margin-bottom:10px;
	}	
	.contents .c_text_l {
		font-size: 100%;
		line-height: 1.4em;
		float: none;
		width: auto;
		margin-right:0px;
		margin-left:140px;
		
	}
	.contents .c_text {
		font-size: 100%;
		line-height: 1.4em;
		float: none;
		width: auto;
		margin-right:0px;
		margin-left:140px;
	}
	.contents .c_both .c_text {
		font-size: 100%;
		line-height: 1.4em;
		float: none;
		width: 100%;
		margin:0;
	}
	.contents .c_both{
		float:none;
	}
	.contents .c_left {
		position: relative;
		background: #f7f7f5;
		float: none;
		width: 100%;
		padding: 15px;
		margin-bottom: 15px;
		margin-right:0;
		border: solid 1px #ccc;
	}
	.contents .c_right {
		position: relative;
		background: #f7f7f5;
		float: none;
		width: 100%;
		padding: 15px;
		margin-bottom: 15px;
		border: solid 1px #ccc;
		overflow: hidden;
	}

	.contents .card a{
		display:block;
	
	}
	
	#contents .c_banner img{
		width:100%;
		height:inherit;
	}
	#msb {
		width: 100%;
	}
	
	#side {
		float: none;
		width: 100%;
		margin: 0 0px 0 0px;
	}
	.side-menu, #yt_list {
		position: relative;
		width: 96%;
		margin:0 2%;
		background: #ffffff;
		box-shadow:none;
		border:0;
		/*border-top: solid 1px #ccc;
		border-left: solid 1px #ccc;
		border-right: solid 1px #ccc;
		border-bottom: solid 1px #ccc;
		overflow: hidden;
	*/
	}
	.side-menu .sm_child,
	#yt_list .yt_child {
		width: 100%;
		border-bottom:0;
	}
	.side-menu .sm_heading,
	#yt_list .yt_heading,
	#yt_list .year_parent a {
		padding: 12px 5px 12px 34px;
		font-size:16px;
		background: #ffffff url("img/side_arrow.png") no-repeat 10px 49% scroll;
	}
	.side-menu .sm_parent ul a {
		font-size:16px;
	}
	.side-menu .sm_c_heading, #yt_list .yt_child a {
		font-size: 90%;
		line-height: 1.2em;
		background: #ffffff url("img/side_arrow_c.gif") no-repeat 20px 49% scroll;
	}
	.side-menu .sm_parent ul {
		display:block;
	}
	#past_list a{
	padding: 12px 5px 12px 34px;
    font-size: 16px;
	}
	.footer-inner #footer-data{
		padding:0 10px;
	}
	.footer-inner #footer-data span{
		display:block;
	}
	.footer-inner #footer-logo{
		float:none;
		margin:0 auto 10px auto;
		
	}
	.copy{ font-size:9px;}
	#footer-menu {
		letter-spacing:-.4em;
		text-align: center;
		margin-bottom:20px;
	}
	#footer-menu li {
		letter-spacing:normal;
		float: none;
		display: inline-block;
		padding-left: 10px;
		margin-right: 10px;
	}
	#sub-menu {
		height: auto;
		width: 96%;
    	margin: 10px 2% 10px 2%;
		border-top: 1px solid #CCC;
		border-left: 1px solid #CCC;
		border-right: 0;
		border-bottom: 0;
		/*box-shadow:none;*/
	}
	#sub-menu ul{
		height: auto;
	}
	#sub-menu li {
		width: 50%;
		height: 50px !important;
		border-right: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
	}
	/*#sub-menu li:first-child {
		width:100%;
		text-align:center;
	}*/
	#sub-menu li a{
		padding-top:12px;
		height: 50px !important;
	}
	#sub-menu li a.ps .mttl {
		display:inline-block;
		margin-top:-2px;
	}
	#sub-menu li a .line{
		display:none;
	}
	#sub-menu li a .msttl {
		padding-left: 0px;
		font-size: 9px;
		margin-top:3px;
	}
	#sub-menu li a.ps .msttl  {
		margin-top:0px;
	}
	
	.contents .c_title {
		background: transparent url("img/block_arrow.gif") no-repeat 0% 40% scroll;
		font-size: 110%;
		font-weight: bold;
		width: 100%;
		padding-left: 10px;
		margin-bottom: 10px;
	}

	.contents .c_title_nm {
		background: transparent url("img/block_arrow.gif") no-repeat 0% 40% scroll;
		font-size: 110%;
		font-weight: bold;
		width: 100%;
		padding-left: 10px;
	}

	.contents .banner_block {
		width: 100%;
		padding: 10px;
		border: solid 1px #e7e7e7;
	}
	
	.contents .banner_block:after {
		content: "";
		clear: both;
		height: 0;
		display: block;
		visibility: hidden;
		height: 0.1px;
		font-size: 0.1em;
		line-height: 0;
	}
	
	.contents .l_banner {
		float: none;
		width: 100%;
		margin-bottom:10px;
		text-align:center;
	}
	
	.contents .r_banner {
		float: none;
		width: 100%;
		text-align:center;
	}
	
	
	.contents .l_block_c {
		float: left;
		width: 100%;
		margin-bottom: 15px;
		margin-right: 15px;
	}
	p img {
		max-width: 100%;
		height: inherit;
	}
	.gsc-results .gsc-cursor-box {
		text-align: center;
	}
	.gsc-results .gsc-cursor {
		font-size: 16px;
	}
	.contents .l_block {
		float: none;
		width: 100%;
		margin-bottom: 15px;
		margin-right:0;
	}
	
	.contents .r_block {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	.contents .left_text {
		float: none;
		width: 100%;
		margin-right: 20px;
	}
	.contents .right_text {
		float: none;
		width: 100%;
		margin-left: 20px;
	}
	.contents .alignright, .contents img.alignright, .posts .alignright, .posts img.alignright {
		display: block;
		float: none;
		margin-left: auto;
		margin-right:auto;
	}
	.contents .right_img {
    	float:none;
		width: 100%;
		text-align:center;
		margin-left: auto;
		margin-right:auto;
	}
	.contents .btnarea{
		margin:20px 0;
	}
	.contents .dt_l {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		margin-right: 20px;
	}
	
	.contents .dt_l .dt_l_text {
		width: 100%;
		height:auto;
	}
	.contents .dt_r {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		text-align:center;
	}
	.contents .bc {
		position: relative;
		width: 100%;
		margin-bottom: 35px;
	}
	
	.contents .branch {
		position: relative;
		bottom: 0px;
		left: 0px;
		width: 100%;
		padding: 7px 0;
		border-style: solid;
		border-width: 1px 0px 1px 0px;
		border-color: #cfcfcf;
	}
	
	.contents .cdt {
		position: absolute;
		bottom: 0px;
		right: 0px;
		width: 230px;
	}
	
	.contents .dit_ts {
		text-align: right;
		margin-bottom: 35px;
	}
	
	.contents .data_box {
		float: left;
		width: 320px;
		margin-right: 35px;
	}
	.contents .cdt {
		margin-top:10px;
		position: relative;
	}
	.contents .c_right_r {
		position: relative;
		background: #f7f7f5;
		float: none;
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.contents .c_both {
		padding: 12px;
		width:100%;
		margin-right:0;
		float:none;
	}
	.contents .c_both .c_title {
		background: transparent url("img/block_arrow.gif") no-repeat 0% 40% scroll;
		font-size: 110%;
		font-weight: bold;
		float: none;
		width:100%;
		padding-left: 10px;
		margin-bottom: 10px;
		margin-right: 25px;
	}
	.contents .c_text_l {
		line-height: 1.4em;
		width: 67%;
		margin-right:0px;
		margin-left:0px;
		float:left;
		padding-left:10px;
	}
	.contents .c_text_l li{
		padding-left:9px;
	}
	.contents .c_text {
		line-height: 1.4em;
		width: 67%;
		margin-right:0px;
		margin-left:0px;
		float:left;
		padding-left:10px;
	}
	#contents .c_banner img{
		width:100%;
		height:inherit;
	}
	.contents .c_both .c_text {
		font-size: 100%;
		line-height: 1.4em;
		float: none;
		width: 100%;
		margin:0;
		padding-left:0;
	}
	.contents .c_img {
		
		float:left;
		width: 33%;
		margin-left:0;
	}
	.contents .c_img img{
		width:100%;
		height:inherit;
	}
	.contents .c_title {
		font-size: 130%;
		width: auto;
		padding-left:10px;
	}
	.contents .c_title_nm{
		font-size: 130%;
	}
	.contents h3{
		font-size: 130%;
		line-height: 1.2em;
		padding: 5px 10px;
		margin-bottom: 15px;
	}
	p img{
		max-width: 100%;
    	height: inherit;
	}
	#past_news {
		background: transparent url("img/index/news_list_arrow.gif") no-repeat 0% 45% scroll;
		float: right;
		font-size: 93%;
		padding-left: 10px;
		margin-top: 20px;
	}
	.posts img{
		width:100%;
	}
	.wp-pagenavi a.first, .wp-pagenavi a.last{
		display:none !important;
	}

	.contents .wp-caption, .posts .wp-caption{
		width:100% !important;
	}
	.contents th,
	.posts th {
		padding: 4px 10px;
	}
	.contents td,
	.posts td {
		padding: 4px 10px;
	}
	.nm_left{
		margin-right:0 !important;
	}
	.nm_left+.pdf_msit{
		display:block;
	}
	.contents .pdf .pdf_title_n{
		display:block;
	}
}
@media (min-width: 768px) {
/* 
 * PC TABLET
 */
 
.sp{ display:none !important;}

	.container-fluid{
		margin:0;
		padding:0
	}
	 
	.navbar-header {
		float: none !important;
		width:950px;
		margin:0 auto !important;
	}
	.navbar-nav{
		width:100%;
	}
	.navbar-collapse{
		padding:0;
	}
	
	.navbar-nav > li {
		float: left;
		width:14.285%;
		position: static;
	}
	.navbar-default .navbar-nav > li > a {
		height:50px;
		text-align:center;
		padding-top:10px;
		font-weight:bold;
		border-left:1px solid #3A8336;
		border-right:1px solid #63AC5F;
		font-size:14px;
	}
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
		border-left:0;
		border-right:0;
	}
	.navbar-default .navbar-nav{
		border-left:1px solid #63AC5F;
		position:relative;
	}
	.navbar-default .navbar-nav > li:last-child{
		border-right:1px solid #3A8336;
	}
	.navbar-default .navbar-nav > li > a span {
		display:block;
		font-size:10px;
		text-align:center;
		line-height:1;
		font-weight:normal;
	}
	.navbar-default .navbar-nav > li:hover .dropdown-menu{
		display:block;
	}
	
	.dropdown-menu {
		box-sizing:border-box;
		position: absolute;
		top: 50px;
		width:950px;
		left: -1px;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		padding: 0px 0;
		margin: 2px 0 0;
		font-size: 14px;
		text-align: left;
		list-style: none;
		opacity:0.9;
		background-color: #F4F4F0;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		border-top:0;
		border-left:0;
		border-right:0;
		border-bottom: 1px solid #72AF2C;
		border-radius: 0px;
		-webkit-box-shadow:0 3px 5px rgba(0,0,0,.175);
		box-shadow: 0 3px 5px rgba(0,0,0,.175);
	}
	.dropdown-menu .sub-menu,.dropdown-menu .sub-menu2{
		width:950px;
		margin:0 auto;
		border-top:2px dotted #3B9737;
		clear:both;
		padding:4px 0 4px 10px;
}
	.dropdown-menu ul:first-child{
		border-top: none;
	}

	.dropdown-menu .sub-menu li{
		float:left;
		width:155px;
		letter-spacing:-.4em;
		padding:0px 0;
	}
	.dropdown-menu .sub-menu2 li{
		float:left;
		width:auto;
		letter-spacing:-.4em;
		margin-right:10px;
		padding:0px 0;
	}
	.dropdown-menu .sub-menu li>a:before,.dropdown-menu .sub-menu2 li>a:before{
		content:"■";
		padding-left:5px;
		color:#3B9737;
		display:inline-block;
		letter-spacing:normal;
	}
	.dropdown-menu .sub-menu li.menuline,.dropdown-menu .sub-menu2 li.menuline{
		clear:both;
		border-bottom:2px dotted #3B9737;
		float:none;
		width:auto;
		height:2px;
	}
	.dropdown-menu .sub-menu li.subtitle,.dropdown-menu .sub-menu2 li.subtitle{
		padding:8px 0;
		width:auto;
		letter-spacing:normal;
		font-weight:bold;
	}
	.dropdown-menu .sub-menu2 li.subtitle{
		margin-right:0;
	}
	
	
	
	.dropdown-menu .sub-menu li>a{
		display:block;
		color:#000;
		display:inline-block;
		padding:8px 0;
		letter-spacing:normal;
		width:100%;
	}
	.dropdown-menu .sub-menu2 li>a{
		display: inline-block !important;
		color:#000;
		display:inline-block;
		padding:8px 12px 8px 0;
		letter-spacing:normal;
		width:100%;
		padding-left:10px;
    	text-indent: -9px;
		line-height:1.3;
	}
	.dropdown-menu .sub-menu li>a:hover,.dropdown-menu .sub-menu2 li>a:hover{
		background-color:#CCC;
		text-decoration:none;
	}
	#header-inner {
		width: 950px;
	}
	#menu-inner {
		width: 950px;
	}
	#container-inner {
		width: 950px;
	}
	.single #container-inner {
		padding-top:20px;
	}
	.archive  #container-inner {
		padding-top:20px;
	}
	#locus {
		width: 950px;
	}
	#contents {
		float: right;
		width: 705px;
		margin-left: 20px;
	}
	.contents {
		float: right;
		width: 705px;
		margin-left: 20px;
	}
	#msb {
		font-size: 76%;
		float: left;
		width: 223px;
	}
	.contents_s {
		width: 950px;
	}
	.footer-inner {
		width: 950px;
	}
	.footer-inner #footer-ld {
		width: 950px;
	}
	#catch {
		width: 950px;
	}
	#catch #head_img {
		width: 950px;
	}
	
	#sub-menu,#sub-menu>ul {
		width: 950px;
	}
	#sub-menu li {
		width:16.66666666666667%;
		height:55px !important;
		border-left:1px solid #CCC;
	}
	#sub-menu li:first-child {
		border-left:none;
	}
	#sub-menu li a{
		height: 55px;
	}
	
	/*gmenu*/
	.gm2 .dropdown-menu li{
		width: 185px;
	}
	.gm3 .dropdown-menu li{
		width: 203px;
	}
	.gm5 .dropdown-menu li a{
		padding-right:30px;
		
	}
	
}
.clear{
	clear:both;
}

.error404 .contents{
	min-height:667px;
}

/**2017/9**/

.posts .pdf_mark a:visited,
.posts  .posts_list .title a:visited,
.fragment .posts_list .title a:visited,
.contents .posts_list .title a:visited{
    color: #3C9737 !important;
    text-decoration: none;
}
@media print {
	#header-inner #universal_passport {
		display:none;
	}
	
	
  a[href]:after {
    content:"" !important;
  }
  abbr[title]:after {
    content:"" !important;
  }
}


/*end*/
