/*
Theme Name: tokyo-sangaku-2024
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	line-height: 1.8em;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;

}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
.clearfix {}
.clearfix::after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

/* =Structure
----------------------------------------------- */

html {
	overflow: auto;
}
body {
	padding: 0;
	overflow-x: hidden;
	position: relative;
	min-width: 1000px;
}
#page {
	margin: 0em auto;
}
#branding hgroup {}
#primary {
	margin: 0 0 0 0;
	width: 750px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
#content {min-height:70em;}
#secondary {}
.sub-navi {
	height:auto;
	clear: both;
}
.singular #primary {margin: 0;}
.singular #content,
.left-sidebar.singular #content {
	/* margin: 0 7.6%; 20241222*/
	position: relative;
	width: auto;
}
/* .singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	width: 68.9%;
} */

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 68.9%;
}

/* Showcase */
.page-template-showcase-php #primary,
.left-sidebar.page-template-showcase-php #primary {
	margin: 0;
}
.page-template-showcase-php #content,
.left-sidebar.page-template-showcase-php #content {
	margin: 0 7.6%;
	width: auto;
}
.page-template-showcase-php section.recent-posts {
	float: right;
	margin: 0 0 0 31%;
	width: 69%;
}
.page-template-showcase-php #main .widget-area {
	float: left;
	margin: 0 -22.15% 0 0;
	width: 22.15%;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Right Content */
#primary {
	float: right;
	margin: 0 0 0 0;
	width: 750px;
}
#primary:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.left-sidebar #content {
	width: 750px;
	float:right;
}

/* One column */
.one-column #page {
	max-width: 690px;
}
.one-column #content {
	margin: 0 7.6%;
	width: auto;
}
.one-column #nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.625em;
}

/* Simplify the showcase template */
.one-column .page-template-showcase-php section.recent-posts {
	float: none;
	margin: 0;
	width: 100%;
}
.one-column .page-template-showcase-php #main .widget-area {
	float: none;
	margin: 0;
	width: auto;
}
.one-column .page-template-showcase-php .other-recent-posts {
	border-bottom: 1px solid #ddd;
}
/* Simplify the showcase template when small feature */
.one-column section.featured-post .attachment-small-feature {
	border: none;
	display: block;
	height: auto;
	max-width: 60%;
	position: static;
}
.one-column article.feature-image.small {
	margin: 0 0 1.625em;
	padding: 0;
}
.one-column article.feature-image.small .entry-title {
	font-size: 20px;
	line-height: 1.3em;
}
.one-column article.feature-image.small .entry-summary {
	height: 150px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
}
.one-column article.feature-image.small .entry-summary a {
	left: -9%;
}
/* Remove the margin on singular articles */
.one-column.singular .entry-header,
.one-column.singular .entry-content,
.one-column.singular footer.entry-meta,
.one-column.singular #comments-title {
	width: 100%;
}
/* Simplify the pullquotes and pull styles */
.one-column.singular blockquote.pull {
	margin: 0 0 1.625em;
}
.one-column.singular .pull.alignleft {
	margin: 0 1.625em 0 0;
}
.one-column.singular .pull.alignright {
	margin: 0 0 0 1.625em;
}
.one-column.singular .entry-meta .edit-link a {
	position: absolute;
	left: 0;
	top: 40px;
}
.one-column.singular #author-info {
	margin: 2.2em -8.8% 0;
	padding: 20px 8.8%;
}
/* Make sure we have room for our comment avatars */
.one-column .commentlist > li.comment {
	margin-left: 102px;
	width: auto;
}
/* Make sure the logo and search form don't collide */
.one-column #branding #searchform {
	right: 40px;
	top: 4em;
}
/* Talking avatars take up too much room at this size */
.one-column .commentlist > li.comment {
	margin-left: 0;
}
.one-column .commentlist > li.comment .comment-meta,
.one-column .commentlist > li.comment .comment-content {
	margin-right: 85px;
}
.one-column .commentlist .avatar {
	background: transparent;
	display: block;
	padding: 0;
	top: 1.625em;
	left: auto;
	right: 1.625em;
}
.one-column .commentlist .children .avatar {
	background: none;
	padding: 0;
	position: absolute;
	top: 2.2em;
	left: 2.2em;
}
.one-column #respond {width: auto;}

/* =Global
----------------------------------------------- */
body, input, textarea {
	color: #373737;
	font: 0.75em "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
input{font-size:1.0em;}
body {background: #fff;}
#logobox {
	width:300px;
	height:80px;
	background-color:#f00;
	background:url(/images/headers/toplogo.jpg) no-repeat 0 -3px;
	position: absolute;
	text-indent:-9999px;
	z-index: 100;
}
#logobox a{
	display: block;
	width: 300px;
	height: 80px;
}
#headerinfo{
	width:960px;
	height:80px;
	margin:0 auto;
	position:relative;
}

				/* 文字の大中小  */
.fontsize {
	float:left;
	width:70px;
}
#chgfontsizeoptions {
	width:90px;
	height:20px;
}

#cchangefont li{
	width:200px;
	height:18px;
	background:#f0f;
	display: inline;
	position: absolute;
}
#chgfont{
	position:absolute;
	top:20px;
	right:0;
	width:90px;
	height:20px;
	text-align:center;
}
#chgfontsizeoptions p.cgfontp a {
	width:20px;
	height:20px;
	float:left;
	text-indent:-9999em;
	background:url(/wp/wp-content/themes/systemtrading/images/headers/fontchg.png) no-repeat 0 0;
}
#chgfontsizeoptions p.cgfontp a:hover {
	width:20px;
	height:20px;
	float:left;
	text-indent:-9999em;
	background:url(/wp/wp-content/themes/systemtrading/images/headers/fontchg.png) no-repeat 0px -20px;
}
#chgfontsizeoptions p.cgfonth {
	width:40px;
	line-height:2;
	float:right;
}
#fontMM{
	width: 18px;
	height: 18px;
	background:#ff0;
}
#fontChange li {
	float: left;
	display: block;
	width: 18px;
	height: 18px;
	padding: 0;
	margin-right: 5px;
	text-indent: -9999px;
	cursor: pointer;
	background:url(/images/headers/fontchg.png)  no-repeat;
}

/* 背景位置指定 */
#fontChange li#fontS { background-position: 0 0;}
#fontChange li#fontM { background-position: -22px 0;}
#fontChange li#fontL { background-position: -44px 0;}

/* :hover・.active時 */

#fontChange li#fontS:hover,
#fontChange li#fontS.active {
  background-position: 0 -21px;
}
#fontChange li#fontM:hover,
#fontChange li#fontM.active {
  background-position: -22px -21px;
}
#fontChange li#fontL:hover,
#fontChange li#fontL.active {
  background-position: -44px -21px;
}

#page {	background: #fff;}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.0em;
	line-height: 1.8;
}
ul, ol {margin: 0 0 1.625em 2.5em;}
ul {list-style: square;}
ol {list-style-type: decimal;}
ol ol {list-style: upper-alpha;}
ol ol ol {list-style: lower-roman;}
ol ol ol ol {list-style: lower-alpha;}
ul ul, ol ol, ul ol, ol ul {margin-bottom: 0;}
dl {margin:15px;}
dt {font-weight: bold;}
dd {margin-bottom: 1.625em;}
strong {font-weight: bold;}
cite, em, i {}
em{color: #f00;}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {bottom: 1ex;}
sub {top: .5ex;}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
	height:100%;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
	font-size: 1em;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(/images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 18px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #1982d1;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {text-decoration: underline;}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

/* SecondAssistive text */
.secondassistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#secondaccess a.assistive-text:active,
#secondaccess a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}
/* =Header
----------------------------------------------- */
#headimgmax {
	width:100%;
	position:relative;
	height:175px;
}
#headimg {
	position:relative;
	width:960px;
	height:175px;
	background:url(/images/headers/topimage003.png) no-repeat center center;
}
#branding {
	position: relative;
	z-index: 9999;
	background: url(/images/headers/headerback.png) repeat-x right 0;
}

#headerback{
	width:100%;
	height:80px;
}
/*PICK UPの部分*/
#pickup {
	position:relative;
	top:15px;
	left:700px;
	width:252px;
	height:157px;
}
#thumbnail {
	position:absolute;
	top:35px;
	left:12px;
	width:110px;
	height:110px;
	overflow:hidden;
	border:solid 1px #eee;
}
#thumbnail img {
	width:100%;
	height:100%;
}

#pickupdate {
	width:100px;
	heght:19px;
	padding:40px 22px 98px 130px;
	z-index:2;
	background:url(/images/headers/pickup.png) no-repeat;
}
#pickuptitle {
	position:absolute;
	top:60px;
	left:130px;
	z-index:11;
	width:110px;
	height:76px;
	overflow:hidden;
}
#pickuptitle a {color:#ffa500;}
#site-title {}
#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 270px -2.0em 0;
}
#branding img {
	height: auto;
	margin-bottom: -7px;
}
/*ヘッダー領域変更*/
#headerinner {
	width:960px;
	margin:0 auto;
}

/* =Menu
-------------------------------------------------------------- */
/*ヘッダーインフォ箇所*/
#headeraccess {
	clear: both;
	width: 960px;
	position: absolute;
}
#headeraccess ul {
	font-size: 12px;
	list-style: none;
	padding: 0;
	margin: 53px 10px 0 0;
	float: right;
}
#headeraccess li {
	float: left;
	display: inline;
}
#headeraccess li.menu-item-4856,#headeraccess li.menu-item-4859,#headeraccess li.menu-item-4838 {
	padding:0 5px 0 20px;
	background:url(/images/headers/yaji.png) no-repeat left center;
}
/*ヘッダーinfo*/
.menu-info-container {
	position: absolute;
	top: 0;
	right: 0;
	width: 420px;
	height: 78px;
	margin-top: 0px;
}
.menu-info-container a:hover {
	color:#ccc;
}

/*グローバルナビ箇所*/
#access {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 1.4) 0px 1px 2px;
	clear: both;
	display: block;
	background: #fff url(/images/headers/gnaviback.png) repeat-x right 0;
	height:30px;
}
#accessinner {
	width:960px;
	margin:0 auto;
}
#access ul {
	font-size: 13px;
	list-style: none;
	padding-left: 0;
	width:960px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
#access ul:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#access li {
	float: left;
	position: relative;
	left:-1px;
	border-left: 1px #84aed2 solid;
	border-right: 1px #2c5170 solid;
	width:158px;
	text-align:center;
	height: 30px;
}
#access a {
	color: #eee;
	display: block;
	line-height: 2.4em;
	padding: 0 1.2125em;
	text-decoration: none;
}
/*グローバルナビプルダウンの箇所*/
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 30px;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul li {
	border-right:0;
	width:101%;
	display: none;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
/*グローバルナビプルダウンの箇所*/
#access ul ul a {
	background: #fff;
	border-bottom: 1px dotted #aaa;
	color: #444;
	font-size: 12px;
	font-weight: normal;
	height: auto;
	line-height: 1.5em;
	padding: 5px 20px 5px 10px;
	border-right:0;
	text-align: left;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
	background: #fff url(/images/headers/gnavi_r.png) ;

}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a/*,*/
/*#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a*/ {
	color: #373737;
	background: #fff url(/images/headers/gnavi_r.png) ;
}

/*プルダウンのアクティブ時設定*/
#access ul ul li.current-menu-item > a,
#access ul ul li.current-menu-parent > a,
#access ul ul li.current-menu-ancestor > a,
#access ul ul li.current_page_item > a,
#access ul ul li.current_page_ancestor > a {
	color: #373737;
	background-image:none;
	background-color:#ddd;
}

/*セカンドナビ箇所*/
#secondaccess {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	margin: 5px auto 7px;
	width: 100%;
	background: #fff url(/images/headers/second_navi_n.png) repeat-x right 0;
}

#secondaccess:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#secondaccess ul {
	font-size: 13px;
	list-style: none;
/*	margin: 0 0 0 -0.8125em;*/
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;	/*	追加	*/

}
#menu-item-4834,#menu-item-4835,#menu-item-4836,#menu-item-4837 {
	float:left;
}
#secondaccess li {
	position: relative;
	width:25%;/*グローバルナコンテンツ幅*/
	text-align:center;/*グローバルナビ文字のセンター寄せ*/
	z-index:51;
}
#secondaccess a {
	color: #eee;
	display: block;
	line-height: 2.53;
	padding: 0 1.2125em;
	text-decoration: none;
}

#secondaccess ul ul {
	display: none;
	position: absolute;
	z-index:52;
}
#secondaccess ul ul ul {
	top: 0;
}
#secondaccess ul ul a {
	background: #fff;
	border-left:solid 1px #aaa;
	border-bottom: 1px dotted #aaa;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 5px 10px;
	width: 168px;
	position:relative;
	z-index:53;
}
#secondaccess ul ul ul a {
	background: #fff;
	border-left:solid 1px #aaa;
	border-bottom: 1px dotted #aaa;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 5px 10px;
	margin-left:189px;
	width: 168px;
}
#secondaccess li:hover > a,
#secondaccess ul ul :hover > a,
#secondaccess a:focus {
	background: #efefef;
	color:#333;
}
#secondaccess li:hover > a,
#secondaccess a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #333;
	background: #fff url(/images/headers/second_navi_r3.png) ;

}
#secondaccess ul li:hover > ul {
	display: block;
}
#secondaccess .current-menu-item > a,
#secondaccess .current-menu-ancestor > a,
#secondaccess .current_page_item > a,
#secondaccess .current_page_ancestor > a {
	color: #333;
	background: #fff url(/images/headers/second_navi_r3.png) ;
}
/*プルダウンのアクティブ時設定*/
#secondaccess ul ul li.current-menu-item > a,
#secondaccess ul ul li.current-menu-parent > a,
#secondaccess ul ul li.current-menu-ancestor > a,
#secondaccess ul ul li.current_page_item > a,
#secondaccess ul ul li.current_page_ancestor > a {
	color: #373737;
	background-image:none;
	background-color:#ddd;
}


/* Search Form */
#branding #searchform {
	position: absolute;
	top: 20px;
	/*right: 105px;*/
	right: 0;
	text-align: right;
	background: #fff;
	margin-right: 0px;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
/*	top: 5px;*/
/*	z-index: 1;*/
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}


/* =Content
----------------------------------------------- */

#main {
	clear: both;
	padding: /*0.5em*/ 0 0;
}
#maininner {
	width:960px;
	margin:0 auto;
}

/* 20221220追加 */
.home #maininner.clear:after {
	content: "";
	display: block;
	clear: both;
}

.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;	/*	追加	*/
	padding: 0;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


.entry-title,
.entry-header .entry-meta {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	padding-top: 10px;
}
.entry-title {
	clear: both;
	background: #fff;
	color: #222;
	font-size: 1.8em;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: bold;
	line-height: 1.5em;
	padding:.4em 1.3em .2em 1.3em;
	height:100%;
/* 角丸背景*/
	border: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
/*	-webkit-border-radius: 5px 5px 0px 0px;
/*	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;*/
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}
.entry-title,
.entry-title a {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}
.entry-meta {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	margin: 0px 20px 10px 20px;
	padding: 10px;
}
.entry-content h1,
.comment-content h1 {
	font-size: 1.8em;
	color: #27479E;
	font-weight: normal;
	margin: 10px 0px 20px 0px;
	padding: 0.4em 0.6em;
/* 角丸背景*/
	background: #F1F1F1;
	border: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #353FFF535;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.entry-content h2,
.comment-content h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 20px 0px;
	text-transform: none;
	padding: 0.3em 1.0em;
	border-radius: 5px 5px 5px 5px;
	background: #2273c5;
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.59, #0d66a4), color-stop(0.00, #43a3d8));
	background: -webkit-linear-gradient(top, #43a3d8 0%, #0d66a4 59%);
	background: -moz-linear-gradient(top, #43a3d8 0%, #0d66a4 59%);
	background: -o-linear-gradient(top, #43a3d8 0%, #0d66a4 59%);
	background: -ms-linear-gradient(top, #43a3d8 0%, #0d66a4 59%);
	background: linear-gradient(to bottom, #43a3d8 0%, #0d66a4 59%);
}
.entry-content h3,
.comment-content h3 {
	font-size: 1.4em;
	color: #333;
	font-weight: bold;
	margin: 10px 0px;
	padding: 0.3em 1.0em;
	border-width: 0 0 1px 0;
	border-left: 10px solid #27479E;
	border-bottom: 1px solid #27479E;
}
.entry-content h4,
.comment-content h4 {
	font-size: 1.4em;
	color: #27479E;
	font-weight: normal;
	margin: 20px 0px;
	text-transform: none;
	padding: 0.3em 1.0em;
	border-style: solid;
	border-width: 2px 0;
	border-radius: 5px;
	border-right: 2px solid #27479E;
	border-left: 11px solid #27479E;
}
.entry-content h5,
.comment-content h5 {
	font-size: 1.0em;
	text-transform: none;
	border-radius: 5px;
	margin: 20px 0px;
	padding: 0.3em 1.0em;
	border: 1px solid #CCC;
	background: #f1f1f1;
}
.entry-content h6,
.comment-content h6 {
	font-size: 1.0em;
	text-transform: none;
	border-radius: 5px;
	margin: 5px 0px;
	padding: 0.3em 1.0em;
	border: 1px solid #CCC;
	background: #f1f1f1;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
/*	text-transform: uppercase;*/
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 7px 4px 7px 7px;
	vertical-align:top;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content table li{
	margin-left:20px;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
/*	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
/*	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
*/}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {
	background: #eee url(/images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
	padding: 4.875em 0 0;
	position: relative;
}
.singular.page .hentry {
	padding: 3.5em 0 0;
}
/*　20241222
.singular .entry-title {
	color: #000;
	font-size: 36px;
	font-size: 18px;
	font-weight: bold;
	font-weight: normal;
	line-height: 48px;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
	padding-right: 0;
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
} */
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
}
blockquote.pull.alignleft,
blockquote.pull.alignright {
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
/* .singular .entry-meta .edit-link a {
	bottom: auto;
	left: 50px;
	position: absolute;
	right: auto;
	top: 80px;
} 20241222*/

/* =Aside
----------------------------------------------- */

.format-aside .entry-title,
.format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	padding: 1.625em 0 0;
}

/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}

/* =Gallery
----------------------------------------------- */

.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
}

/* =Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.singular .format-status .entry-content {
	padding: 1.625em 0 0;
}
.format-status img.avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}

/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}

/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image .entry-content p {
	margin: 1em 0;
}
.indexed.format-image .entry-content p:first-child,
.indexed.format-image .entry-content p:first-child a,
.indexed.format-image .entry-content p:first-child img {
	display: block;
	margin: 0;
}
.indexed.format-image .entry-content .wp-caption .wp-caption-text {
	margin: 0;
	padding-bottom: 1em;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	overflow: hidden;
	padding: 4%;
	max-width: 96%;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 2% 2% 0;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}

/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

/* =Showcase
----------------------------------------------- */

h1.showcase-heading {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

/* Intro */
article.intro {
	background: #f9f9f9;
	border-bottom: none;
	margin: -1.855em -8.9% 1.625em;
	padding: 0 8.9%;
}
article.intro .entry-title {
	display: none;
}
article.intro .entry-content {
	color: #111;
	font-size: 16px;
	padding: 1.625em 0 0.625em;
}
article.intro .edit-link a {
	background: #aaa;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;

	padding: 0 8px;
	position: absolute;
	top: 30px;
	right: 20px;
	text-decoration: none;
}
article.intro .edit-link a:hover,
article.intro .edit-link a:focus,
article.intro .edit-link a:active {
	background: #777;
}

/* Featured post */
section.featured-post {
	float: left;
	margin: -1.625em -8.9% 1.625em;
	padding: 1.625em 8.9% 0;
	position: relative;
	width: 100%;
}
section.featured-post .hentry {
	border: none;
	color: #666;
	margin: 0;
}
section.featured-post .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Small featured post */
section.featured-post .attachment-small-feature {
	float: right;
	height: auto;
	margin: 0 -8.9% 1.625em 0;
	max-width: 59%;
	position: relative;
	right: -15px;
}
section.featured-post.small {
	padding-top: 0;
}
section.featured-post .attachment-small-feature:hover,
section.featured-post .attachment-small-feature:focus,
section.featured-post .attachment-small-feature:active {
	opacity: .8;
}
article.feature-image.small {
	float: left;
	margin: 0 0 1.625em;
	width: 45%;
}
article.feature-image.small .entry-title {
	line-height: 1.2em;
}
article.feature-image.small .entry-summary {
	color: #555;
	font-size: 13px;
}
article.feature-image.small .entry-summary p a {
	background: #222;
	color: #eee;
	display: block;
	left: -23.8%;
	padding: 9px 26px 9px 85px;
	position: relative;
	text-decoration: none;
	top: 20px;
	width: 180px;
	z-index: 1;
}
article.feature-image.small .entry-summary p a:hover {
	background: #1982d1;
	color: #eee;
	color: rgba(255,255,255,0.8);
}

/* Large featured post */
section.feature-image.large {
	border: none;
	max-height: 288px;
	padding: 0;
	width: 100%;
}
section.feature-image.large .showcase-heading {
	display: none;
}
section.feature-image.large .hentry {
	border-bottom: none;
	left: 9%;
	margin: 1.625em 9% 0 0;
	position: absolute;
	top: 0;
}
article.feature-image.large .entry-title a {
	background: #222;
	background: rgba(0,0,0,0.8);
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
	background: #eee;
	background: rgba(255,255,255,0.8);
	color: #222;
}
article.feature-image.large .entry-summary {
	display: none;
}
section.feature-image.large img {
	display: block;
	height: auto;
	max-width: 117.9%;
	padding: 0 0 6px;
}

/* Featured Slider */
.featured-posts {
	border-bottom: 1px solid #ddd;
	display: block;
	height: 328px;
	margin: 1.625em -8.9% 20px;
	max-width: 1000px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.featured-posts .showcase-heading {
	padding-left: 8.9%;
}
.featured-posts section.featured-post {
	background: #fff;
	height: 288px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	width: auto;
}
.featured-posts section.featured-post.large {
	max-width: 100%;
	overflow: hidden;
}
.featured-posts section.featured-post {
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
.featured-posts section.featured-post {
	opacity: 0;
	visibility: hidden;
}
.featured-posts #featured-post-1 {
	opacity: 1;
	visibility: visible;
}
.featured-post .feature-text:after,
.featured-post .feature-image.small:after {
	content: ' ';
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	width: 100%;
	height: 45px;
	position: absolute;
	top: 230px;
}
.featured-post .feature-image.small:after {
	top: 253px;
}
#content .feature-slider {
	top: 5px;
	right: 8.9%;
	overflow: visible;
	position: absolute;
}
.feature-slider ul {
	list-style-type: none;
	margin: 0;
}
.feature-slider li {
	float: left;
	margin: 0 6px;
}
.feature-slider a {
	background: #3c3c3c;
	background: rgba(60,60,60,0.9);
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	display: block;
	width: 14px;
	height: 14px;
}
.feature-slider a.active {
	background: #1982d1;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	cursor: default;
	opacity: 0.5;
}

/* Recent Posts */
section.recent-posts {
	padding: 0 0 1.625em;
}
section.recent-posts .hentry {
	border: none;
	margin: 0;
}
section.recent-posts .other-recent-posts {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
}
section.recent-posts .other-recent-posts li {
	padding: 0.3125em 0;
	position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
	border-top: 1px solid #ddd;
	font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
	color: #373737;
	float: left;
	max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
	content: '-';
	color: transparent;
	font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
	border-bottom: 2px solid #999;
	bottom: -2px;
	color: #444;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	padding: 0.3125em 0 0.3125em 1em;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
	border-color: #bbb;
	color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #1982d1;
	border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}

/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}

/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	/*padding: 0 0 1.625em;*/
}

#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
/*	display: block;*/
}
.nav-previous {
	float: left;
	width: 50%;
	margin-bottom: 15px;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
	margin-bottom: 15px;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}
#nav-single .nav-previous {
	padding-right: .5em;
}

/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;	/*	追加	*/
}
.widget {
	/*clear: both;*/
	margin: 0 0 1em 0;
}
.widget-title {	/*サイドバーナビのタイトル*/
	color: #666;
	font-size: 1em;
	padding-left:7%;
	font-weight: 500;
/*	letter-spacing: 0.1em;*/
	line-height: 2.6em;
	background:#2273c5;
	color:#fff;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.59, #0d66a4), color-stop(0.00, #43a3d8));
background: -webkit-linear-gradient(top, #43a3d8 0%, #0d66a4 59%);
background: -moz-linear-gradient(top, #43a3d8 0%, #0d66a4 59%);
background: -o-linear-gradient(top, #43a3d8 0%, #0d66a4 59%);
background: -ms-linear-gradient(top, #43a3d8 0%, #0d66a4 59%);
background: linear-gradient(to bottom, #43a3d8 0%, #0d66a4 59%);

}
.widget ul {
	font-size: 15px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
}
.widget a {
	font-weight: bold;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: none;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_twentyeleven_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}

/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}

/* Widget Image */
.widget_image img {
	border: 0;
	padding: 0;
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* =Comments
----------------------------------------------- */

#comments-title {
	color: #666;



	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(/images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(/images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}


/* =Footer
----------------------------------------------- */

#colophon {
	clear: both;
	margin:0;
	padding:0;
}
#supplementary {
	border-top: 1px solid #ddd;
	padding: 1.625em 7.6%;
	overflow: hidden;
}
#access .menu-footnavi-container ul#menu-footnavi {
	width:600px;
	margin:0 auto;
	box-shadow:0;
	height:30px;
}
#access .menu-footnavi-container ul#menu-footnavi li {
	width:90px;
	display:block;
	color:#fff;
	font-size:12px;
	font-weight:normal;
	line-height:1;
	height:30px;
	border:0;
	padding:5px 0px 5px 0px;
}
#access .menu-footnavi-container ul#menu-footnavi li a {
	width:90px;
	display:block;
	color:#fff;
	font-size:12px;
	font-weight:normal;
	line-height:1;
	height:30px;
	border:0;
	padding:5px 0px 5px 0px;
}
#access .menu-footnavi-container ul#menu-footnavi li a:hover {
	width:100px;
	color:#333;
	font-size:12px;
	font-weight:normal;
	line-height:1;
	height:30px;
	padding:5px 0px 5px 0px;
}


/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {

	margin-right: 0;
}

/* Site Generator Line */
#site-generator {
	width:960px;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	height: 70px;
	margin: 0 auto;
	padding: 1em 0;
}
#site-generator a {
	color: #555;
	font-weight: bold;
	float:right;
}
#site-generator img {
	float: left;
	margin: 0px 15px;
}
#site-generator p {
	margin-top: 12px;
	float:right;
}

/* =Responsive Structure
----------------------------------------------- */

@media (max-width: 800px) {
	/* Simplify the basic layout */
	#main #content {
		/*margin: 0 7.6%;
		width: auto;*/
	}
	#nav-below {
		border-bottom: 1px solid #ddd;
		margin-bottom: 1.625em;
	}
/*	#main #secondary {
		float: none;
		margin: 0 7.6%;
		width: auto;
	}*/
	/* Simplify the showcase template */
	.page-template-showcase-php .featured-posts {
		min-height: 280px;
	}
	.featured-posts section.featured-post {
		height: auto;
	}
	.page-template-showcase-php section.recent-posts {
		float: none;
		margin: 0;
		width: 100%;
	}
	.page-template-showcase-php #main .widget-area {
		float: none;
		margin: 0;
		width: auto;
	}
	.page-template-showcase-php .other-recent-posts {
		border-bottom: 1px solid #ddd;
	}
	/* Simplify the showcase template when small feature */
	section.featured-post .attachment-small-feature,
	.one-column section.featured-post .attachment-small-feature {
		border: none;
		display: block;
		float: left;
		height: auto;
		margin: 0.625em auto 1.025em;
		max-width: 30%;
		position: static;
	}
	article.feature-image.small {
		float: right;
		margin: 0 0 1.625em;
		width: 64%;
	}
	.one-column article.feature-image.small .entry-summary {
		height: auto;
	}
	article.feature-image.small .entry-summary p a {
		left: 0;
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
	}
	/* Remove the margin on singular articles */
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		width: 100%;
	}
	/* Simplify the pullquotes and pull styles */
	.singular blockquote.pull {
		margin: 0 0 1.625em;
	}
	.singular .pull.alignleft {
		margin: 0 1.625em 0 0;
	}
	.singular .pull.alignright {
		margin: 0 0 0 1.625em;
	}
	.singular .entry-meta .edit-link a {
		left: 0;
		position: absolute;
		top: 40px;
	}
	.singular #author-info {
		margin: 2.2em -8.8% 0;
		padding: 20px 8.8%;
	}
	/* Make sure we have room for our comment avatars */
	.commentlist {
		width: 100%;
	}
	.commentlist > li.comment,
	.commentlist .pingback {
		margin-left: 102px;
		width: auto;
	}
	/* And a full-width comment form */
	#respond {
		width: auto;
	}
	/* No need to float footer widgets at this size */
	#colophon #supplementary .widget-area {
		float: none;
		margin-right: 0;
		width: auto;
	}
	/* No need to float 404 widgets at this size */
	.error404 #main .widget {
		float: none;
		margin-right: 0;
		width: auto;
	}

}
@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
/*	body, input, textarea {
		font-size: 13px;
	}
	#site-title a {
		font-size: 24px;
	}
	#site-description {
		font-size: 12px;
	}
	#access ul {
		font-size: 12px;
	}
	article.intro .entry-content {
		font-size: 12px;
	}
	.entry-title {
		font-size: 21px;
	}
	.featured-post .entry-title {
		font-size: 14px;
	}
	.singular .entry-title {
		font-size: 28px;
	}
	.entry-meta {
		font-size: 12px;
	}
	blockquote {
		margin: 0;
	}
	blockquote.pull {
		font-size: 17px;
	}
*/
	/* Reposition the site title and description slightly */
	#site-title {
		padding: 5.30625em 0 0;
	}
	#site-title,
	#site-description {
		margin-right: 0;
	}
	/* Make sure the logo and search form don't collide */
	#branding #searchform {
		top: 1.625em !important;
	}
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		display: block;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
		display: block;
		position: static;
	}
	.singular .hentry {
		padding: 1.625em 0 0;
	}
	.singular.page .hentry {
		padding: 1.625em 0 0;
	}
	/* Talking avatars take up too much room at this size */
	.commentlist > li.comment,
	.commentlist > li.pingback {
		margin-left: 0 !important;
	}
	.commentlist .avatar {
		background: transparent;
		display: block;
		padding: 0;
		position: static;
	}
	.commentlist .children .avatar {
		background: none;
		left: 2.2em;
		padding: 0;
		position: absolute;
		top: 2.2em;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}

}
@media (max-width: 450px) {
	#content .gallery-columns-2 .gallery-item {
		width: 45%;
		padding-right: 4%;
	}
	#content .gallery-columns-2 .gallery-item img {
		width: 100%;
		height: auto;
	}

}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0;
	}
	#page {
		margin-top: 0;
	}
	#branding {
		border-top: none;
	}

}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}

	#branding hgroup {
		margin: 0;
	}

	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
/*	#access {
		display: none;
	}
*/	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}

}


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}

/* =IE8
----------------------------------------------- */

#ie8 section.feature-image.large img {
	width: 100%;
}


#homewindow{
	width:100%;
	height:20em;
	background:#ff0;
	margin-top:10%;
}

/*　固定ページ【TOP画像エリア】　*/

#pagetoppic{
	width:100%;
	height:100%;
}

/*　固定ページ【アクセス】　*/

#infoArea {
	width:648px;
	clear: both;
	display: block;
	margin:0;
	padding:0;
	background-color:#f4eee2;
}
#infoTextArea {
	margin:0;
	padding:0;
}
#infoPicArea {
	float:right;
	padding:0px 0px 0px 0px;
	width:246px;
}

/*　固定ページ【センター概要エリア】　*/

#center_box {
	width:297px;
	height:264px;
	margin:0;
	padding:0;
	background: url(/images/singlepage/center/center_003.png);
	float:left;
}
.center_boxin{
	width:283px;
	height:41px;
	margin:0px 0px 0px 8px;
	padding:38px 0 0 0;
}
.center_boxin2{
	width:283px;
	height:41px;
	margin:10px 0px 0px 8px;
	padding:0;
}
.center_boxin3{
	width:282px;
	height:111px;
	margin:10px 0px 0px 8px;
	padding:0;
}
#center_box2 {
	width:297px;
	height:264px;
	margin:0;
	padding:0;
	background: url(/images/singlepage/center/center_004.png);
	float:right;
}
.center_box2in{
	width:283px;
	height:41px;
	margin:50px 0px 0px 18px;
	padding:0;
	font-size:13px;
}


/*　固定ページ【お問い合わせ先】　*/

#info_gijutsu{
	width:250px;
	height:210px;
	float:left;
	margin:0 0 0 50px;
	padding:0;
	background: url(/images/singlepage/center/info_gijutsu.png);
}
#info_chizai{
	width:250px;
	height:210px;
	float:right;
	margin:0 50px 0 0;
	padding:0;
	background: url(/images/singlepage/center/info_chizai.png);
}
#info_web{
	width:207px;
	height:30px;
	margin:158px 0 0 23px;
	padding:0;
}

/*　固定ページ【産学公連携部門】　*/

#harfbox{
	padding:1.5% 1% 1.5% 1%;
	height:100%;
	margin:0;
	clear:both;
}
.harfbox1{
/* 角丸背景*/
	background: #f1f1f1;
	border: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #353fff535;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:0.8em;
	height:40%;
	width:46%;
	float:left;
}
.harfbox2{
/* 角丸背景*/
	background: #f1f1f1;
	border: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #353fff535;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:0;
	padding:0.8em;
	height:40%;
	width:46%;
	float:right;
}


/* 二木追記*/
/*検索結果*/
h1.kensaku-title {
	margin-bottom:10px;
}

#kakenhiback {
	height:500px;
	padding:0 20px 0px;
	overflow:auto;
	border: solid 2px #E9E9E9;
}
#kouboback{
	height:220px;
	padding:0 20px 0px;
	overflow:auto;
	border: solid 2px #E9E9E9;
}
#kakenhiback .entry-content {
	margin:0;
	padding:0;
}
#kakenhiback .entry-content h2 {
	background:none;
	margin:0 0 15px;
	padding:0;
}
#kakenhiback .entry-content h2 p {
	margin:0;
	padding:3px 20px 0 20px;
	font-size:0.75em;
	color:#333;
}
#kakenhiback .entry-content p {
	margin:0;
	font-size: 1em;
	line-height: 1.8;
}
#kakenhiback .entry-content p.kakenhidate {
	color: #1982D1;
}
#kakenhiback .entry-content p a  {
	text-decoration:none;
	/*display:block;*/
}
#kakenhiback .entry-content ul {
	margin-left:10px;
}
.gallery-post:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#kakenhiback .entry-content p a:hover  {
	text-decoration:underline;
}
#kakenhiback .gallery-post {
	font-size: 1.0em;
	text-transform: none;
	border-radius: 5px;
	margin: 10px 0px 20px 0px;
	padding: 0.4em 0.9em;
	border: 1px solid #CCC;
	background: #F1F1F1;
}
#kakenhiback .hentry {
	padding:0;
}
h3.kakenhiin {
	font-size: 1.2em;
	color: #333;
	margin: 20px 0px 0px 0px;
	padding: 0.1em 0.5em;
	border-width: 0 0 1px 0;
	border-left: 10px solid #369;
	border-bottom: 1px solid #369;
}
/*サードナビ*/
.menu-thirdnavi-container {
	width:960px;
	height:80px;
}
#menu-thirdnavi {
	list-style-type:none;
	display: flex;/* 2022.10.14 リンクボタンを2つに変更のため */
	justify-content: center;/* 2022.10.14 リンクボタンを2つに変更のため */
}
#menu-item-4863,#menu-item-4862,#menu-item-4861 {
	/* float:left; 2022.10.14 リンクボタンを2つに変更のため */
	margin: 0 40px;/* 2022.10.14 リンクボタンを2つに変更のため */
}
#menu-item-4863 a {
	text-indent:-9999px;
	display:block;
	width:300px;
	height:80px;
	/* margin-right: 30px; 2022.10.14 リンクボタンを2つに変更のため */
	background:url(/images/3rdnavi/3rd_0001.png) no-repeat center center;
}
#menu-item-4863 a:hover {
	text-indent:-9999px;

	width:300px;
	height:80px;
	/* margin-right: 30px; 2022.10.14 リンクボタンを2つに変更のため */
	background:url(/images/3rdnavi/3rd_0001r.png) no-repeat center center;
}
#menu-item-4862 a {
	text-indent:-9999px;
	display:block;
	width:300px;
	height:80px;
	margin-right: 30px;
	background:url(/images/3rdnavi/3rd_0002.png) no-repeat center center;
}
#menu-item-4862 a:hover {
	text-indent:-9999px;

	width:300px;
	height:80px;
	margin-right: 30px;
	background:url(/images/3rdnavi/3rd_0002r.png) no-repeat center center;
}
#menu-item-4861 a {
	text-indent:-9999px;
	display:block;
	width:300px;
	height:80px;
	background:url(/images/3rdnavi/3rd_0003.png) no-repeat center center;
}
#menu-item-4861 a:hover {
	text-indent:-9999px;

	width:300px;
	height:80px;
	background:url(/images/3rdnavi/3rd_0003r.png) no-repeat center center;
}

/*タブ用CSS*/

.link-archive{
    z-index: 9999;
    position: absolute;
    right: 0px;
    bottom: -30px;
    margin: 0;
    width: 100%;
    text-align: right;
    border-bottom: solid 1px #ddd;
    padding-bottom: 2px;
}
.link-archive a{
    padding: 2px 10px;
    /* color: #fff; */
    /* background-color: #333; */
    border-radius: 5px;
}

#front_tab {
	width:480px;
	/* height:545px; */
	height: 240px; /*20221220*/
	padding:0;
	float:left;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	border: solid 1px #CCC;
	background: #F8F8F8;
	margin-left:13px;
	position: relative;
}
.tab, .tab ul{
	height: 30px;
	width:480px;
	/*clear:both;*/
	font-style:bold;
	margin:0;
	padding:0;
	float:right;
}
ul.tab {
	border-bottom:solid 1px #bbb;
	font-weight:normal;
}
.tab li.tabsintyaku { /*新着タブ*/
	list-style-type:none;
	float: left;
	/*font-weight:bold;*/
	color:#333;
	width:119px;
	height:30px;
	line-height:2.5;
	text-align:center;
	background:#eee;
	background: url(/images/toptab/001.png) no-repeat;
	border-left: solid 1px #CCC;
}
.tab li.tabosirase { /*お知らせタブ*/
	list-style-type:none;
	float: left;
	/*font-weight:bold;*/
	color:#333;
	width:119px;
	height:30px;
	line-height:2.5;
	text-align:center;
	background:#eee;
	background: url(/images/toptab/001.png) no-repeat;
	border-left: solid 1px #CCC;
}
.tab li.tabevent { /*イベントタブ*/
	list-style-type:none;
	float: left;
	/*font-weight:bold;*/
	color:#333;
	width:119px;
	height:30px;
	line-height:2.5;
	text-align:center;
	background:#eee;
	background: url(/images/toptab/001.png) no-repeat;
	border-left: solid 1px #CCC;
}
.tab li.tabpress { /*プレスタブ*/
	list-style-type:none;
	float: left;
	/*font-weight:bold;*/
	color:#333;
	width:118px;
	height:30px;
	line-height:2.5;
	text-align:center;
	background:#eee;
	background: url(/images/toptab/001.png) no-repeat;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
}
.tab li a { /*タブリンク部分*/
	list-style-type:none;
	color:#333;
	float: left;
	width:119px;
	height:30px;
	line-height:2.5;
	text-align:center;*/
}
.tab li.tabsintyaku a:hover { /*新着ホバー*/
	list-style-type:none;
	text-decoration:none;
	color:#fff;
	float: left;
	width:119px;
	height:30px;
	line-height:2.5;
	text-align:center;
	background: url(/images/toptab/orange.png) no-repeat;
}
.tab li.tabosirase a:hover { /*お知らせホバー*/
	list-style-type:none;
	text-decoration:none;
	color:#fff;
	float: left;
	/*font-weight:bold;*/
	width:119px;
	height:30px;
	line-height:2.5;
	text-align:center;
	background: url(/images/toptab/green.png) no-repeat;
}
.tab li.tabevent a:hover { /*イベントホバー*/
	list-style-type:none;
	text-decoration:none;
	color:#fff;
	float: left;
	/*font-weight:bold;*/
	width:119px;
	height:30px;
	line-height:2.5;
	text-align:center;
	background: url(/images/toptab/red.png) no-repeat;
}
.tab li.tabpress a:hover { /*プレスホバー*/
	list-style-type:none;
	text-decoration:none;
	color:#fff;
	float: left;
	/*font-weight:bold;*/
	width:119px;
	height:30px;
	line-height:2.5;
	text-align:center;
	background: url(/images/toptab/blue.png) no-repeat;
}
.tab li.tabsintyaku.active a { /*新着選択中のタブ*/
	color:#fff;
	/*font-weight:bold;*/
	display:block;
	text-decolation:none;
	background: url(/images/toptab/orange.png) no-repeat;
	}
.tab li.tabosirase.active a { /*お知らせ選択中のタブ*/
	color:#fff;
	/*font-weight:bold;*/
	display:block;
	text-decolation:none;
	background: url(/images/toptab/green.png) no-repeat;
	}
.tab li.tabevent.active a { /*イベント選択中のタブ*/
	color:#fff;
	/*font-weight:bold;*/
	display:block;
	text-decolation:none;
	background: url(/images/toptab/red.png) no-repeat;
	}
.tab li.tabpress.active a { /*プレス選択中のタブ*/
	color:#fff;
	/*font-weight:bold;*/
	display:block;
	text-decolation:none;
	background: url(/images/toptab/blue.png) no-repeat;
	}

.tab_area { /*切り替え部分非表示*/
	display: none;
	}
.tab_content { /*内容*/
	clear: both;
	/* height:476px; */
	height: 171px; /*20221220*/
	overflow:auto;
	width: auto;
	font-weight:normal;
	}
.tab_content ul li{ /*内容のリスト表示*/
	background: url(/images/list.png) no-repeat left 2px; /*リスト画像*/
	padding-left:20px;
	line-height:15px;
	margin-top:10px;
}
ul {
	margin:0;
	padding:0;
}
.post h2 {
	margin: 20px 0px;
}
#rightcontent {
	float:right;
	width: 222px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin-bottom: 20px;
	padding: 10px 0 0 12px;
	background: url(/images/topsidebar/info_back.png) no-repeat;
}
#rightcontent_link{
	margin: 0 0 0 16px;
}
#tab4 dl dt {
	/*line-height:4;*/
}

/*カテゴリ*/
.feed {
	margin-top:7px;
}

.feed dt a img {
	margin:0;
	vertical-align:middle;
}
#day_icon {
	width:80px;
	float:left;
	color:#0033cc;
	font-weight:normal;
	padding-top:5px;
}
#echoday {
	padding: 0 0 3px 0;
	font-weight:normal;
}
#iconspace {
	padding:0 0 5px 0;
}
#tabtext {
	padding:5px 0;
	line-height:1.8;
	width:341px;
	margin-left:80px;
	font-weight:normal;
	color:#000;
}
#tabtext a {
	color:#000;
}
#tabtext a:hover {
	color:#000;
	text-decoration:underline;
	padding:3px 0;
}
.information {
	display:block;
	background:url(/wordpress/wp-content/themes/tokyo-sangaku/images/topsidebar/info.png) no-repeat;
	height:14px;
	width:64px;
	color:#F8F8F8;
}
.information a,.event a,.salon_info a,.press a {
	display:block;
	width:64px;
	height:14px;
	text-indent:-9999em;
	color:#F8F8F8;
}
.event {
	display:block;
	background:url(/wordpress/wp-content/themes/tokyo-sangaku/images/topsidebar/info_event.png) no-repeat;
	height:14px;
	width:64px;
	color:#F8F8F8;
}
.salon_info {
	display:block;
	background:url(/wordpress/wp-content/themes/tokyo-sangaku/images/topsidebar/info_event.png) no-repeat;
	height:14px;
	width:64px;
	color:#F8F8F8;
}
.press {
	display:block;
	background:url(/wordpress/wp-content/themes/tokyo-sangaku/images/topsidebar/info_press.png) no-repeat;
	height:14px;
	width:64px;
	color:#F8F8F8;
}
/*.feed dt {
	height:auto;
	margin:0 0 30px 0;
	clear:both;
}*/
.feed dt {
	clear:both;
	/*padding-bottom:10px;*/
	border-bottom:dotted 1px #333;
}
.feed dt:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}


/*セミナー一覧ページ*/
#seminarpage {
	padding:5px 50px 5px 0;
	margin-left:100px;
}
#seminarpage a {
	color:#000;
	font-weight:normal;
}
#seminarpage a:hover {
	color:#1982d1;
	text-decoration:underline;
	padding:3px 0;
}
.dlseminar {
	margin: 0px auto;
	padding: 10px;
	max-height: 350px;
	overflow: auto;
	border: solid 2px #e9e9e9;
}
/*右サイドバー*/

#beyond{
	margin-top: 8px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #949494;
}
#beyond a{display: block;}
#beyond a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#beyond a:hover img{
	opacity: 1;
	filter: alpha(opacity=90);
}
#beyond a:focus,
#beyond a:active,
#beyond a:hover{text-decoration: none;}

#beyond .sideimg{
	float: left;
	width: 100px;
	margin: 0;
}
#beyond h2,
#beyond p{
	clear: none;
	font-size: 1em;
	color: #333;
	margin-bottom: 2px;
}
#beyond h3{
	float: left;
	clear: none;
	font-size: 1.4em;
	margin: 3px 0;
	color: #f00;
	line-height: 1.3;
	text-align: right;
}
#beyond .align_r{text-align: right;}
#beyond .align_r:hover{text-decoration: underline;}


#sideimg {
	float: left;
	width: 100px;
	margin: 5px 0 0 0;
}
#seez{margin-bottom: 10px;}
.seeztop {
	float: left;
	clear: none;
	font-size: 1.2em;
	margin-bottom: 1em;
	padding: 0;
	color: #f00;
}
#rightcontent .seez_p {
	float: left;
	font-size: 1em;
}
#rightcontent .seez_o {
	float: left;
	font-size: 0.875em;
	margin: 0;
}
#right_banner{}

/*トップページレフトナビ*/

#topleftnavi {
	float:left;
	width:200px;
	padding:0 10px 0 0;
}

/*#access .current-menu-item > a,*/
#access .current-menu-parent > a/*,*/
/*#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a*/ {
	color: #373737;
/*	font-weight: bold;*/
	background: #fff url(/images/headers/gnavi_r.png) ;
}

/*ページレフトナビ*/
#secondary {
	width:190px;
	height:auto;
}
.widget ul {
	position: relative;
	display: inline-block;
	list-style: none;
	font-size: 12px;
	width:200px;
	color: #000000;
	margin: 0 0 5px 0;
	padding: 0;
	text-align:center;
	font-weight:normal;
}
.widget ul li {
	position: relative;
	display: inline-block;
	width:200px;
	font-size:12px;
	line-height: 30px;
	float: left;
	color: #000000;
	border: none;
	margin: 0;
	padding: 0;
}
/*トップレフトナビリスト*/
.widget ul a {
	position: relative;
	display:block;
	text-decoration: none;
	font-size: 12px;
	line-height: 30px;
	color: #000000;
	background: #f9f9f9;
	border-bottom: dotted 1px #aaa;
	margin: 0;
	padding: 0;
}
.widget-area ul li a {
	text-align: left;
	width: 185px;
	float: left;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	height: auto;
	line-height: 2;
	color:#4e4e4e;
	border: solid 1px #ddd;
	border-left: solid 5px #499ad2;
}
.widget-area ul li a:hover {
	background:#eee;
}

/*▼ウィジェットエリアプルダウンの色*/
.widget .current_page_item .sub-menu li a {
	color:#333;
	background:#eee;
}
/*プルダウン位置*/
#secondary ul li li a:hover {
	color:#fff;
	background:#499ad2;
}
#secondary .menu-gakunai-container li li a:hover {
	color: #fff;
	background: url(/images/topsidebar/leftback_r.png) no-repeat;
}
/*▲ウィジェットエリアプルダウンメニュー背景設定*/
#secondary,.widget-area {
	width:200px;
	float:left;
}
#secondary:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.widget-area:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#localmenuwidget-2,#widget,#widget_localmenuwidget {
	width:190px;
	float:left;
}

/*ウィジェット親リスト項目アクティブ時*/
.widget ul li.current-menu-parent > a {
	color: #fff;
	background:#999;
	text-decoration:none;
	text-shadow: 0px 1px 1px #333;

}
.widget ul ul {
	position: relative;
	display: none;
	list-style: none;
	margin: 0em;
	padding: 0em 2.5em 2.5em 0;
}
.widget ul > li {}
/*高さはセットで変える▼*/
.widget ul > li li {
	clear: left;
	height:auto;
}
.widget ul > li li a {
	display: block;
	height: auto;
	line-height: 2;
}
.widget ul li:hover > a {
	color: #fff;
	background: #757575;
	text-shadow: 0px 0px 0px #fff;
}
.widget ul li:hover > a:hover {
	text-align: left;
	position: relative;
	display: inline-block;
	width: 185px;
	font-size: 12px;
	line-height: 2;
	float: left;
	color: white;
	margin: 0;
	padding: 0 0 0 10px;
	border: solid 1px #eee;
	background: #499ad2;
	border-left: solid 5px #499ad2;
	border-top: solid 1px #999;
	text-shadow: 0px 0px 0px rgb(255, 255, 255);

}
.widget ul li:hover > ul {
	display: inline-block;
	position: absolute;
	top: 0;/*孫要素の位置指定*/
	left: 200px;
	z-index:100;
	/*background:#ccc;*/
}
.widget ul li.current_page_item a:hover {}
.widget ul li.current_page_item a {
	color: #fff;
	background: #757575;
	text-shadow: 0px 0px 25px rgb(105, 105, 105);
}
/*フッター*/
.menu-footnavi-container {
	box-shadow: rgba(0, 0, 0, 1.4) 0px;
	height:30px;
	background:url(/images/headers/gnaviback.png);
	margin-top: 20em;
}
#menu-footnavi {
	width:700px;
	height:30px;
	margin:0 auto;
	list-style-type:none;
}
#menu-footnavi li {
	float:left;
}
#menu-footnavi li a {
	margin-top:8px;
	float:left;
	border-right:solid 1px #fff;
	font-weight:normal;
	line-height:1;
	padding:0 15px;
	color:#fff;
}
#menu-footnavi li a:hover {
	margin-top:8px;
	float:left;
	border-right:solid 1px #fff;
	font-weight:normal;
	line-height:1;
	padding:0 15px;
	color:#fff;
}
#menu-footnavi li#menu-item-4874 a {
	border:0;
}

/* シーズ集 ここから
----------------------------------------------- */
#seedsbox{
	width:690px;
}
#seedstext{
	width: 250px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin-right:40px;
}
#seedsimg{
	width:380px;
	float:left;
}
.seedspic1{
	width:140px;
	height:180px;
	float:left;
	padding: 10px 10px 10px 0px;
	margin: 0px 0 20px 0;
}
.seedspic2{
	width:230px;
	height:180px;
	float:left;
	padding: 10px 0px;
	margin:0 0 20px 0;
}
.seedspic3{
	font-size:14px;
	width:116px;
	height:200px;
	float:left;
	padding: 10px 10px 0 0;
}
/* シーズ集 ここまで　*/

/*研究助成ページタブ*/
#josei {
	width: 750px;
}
#josei p {
	margin-left: 20px;
	font-size: 1em;
	line-height: 1.5em;
}
#josei span  {
	color: #F00;
}
/*タブ用CSS*/
#josei .joseitext {
	font-size:1em;
	line-height:0.8;
}
#josei .joseitext img {
	vertical-align:middle;
}
#josei #josei_tab {
	width:750px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin-bottom: 20px;
	min-height: 300px;
}
#josei .tab{
	height: 29px;
	width:750px;
	margin:0;
	padding:0;
	float:left;
}
#josei .tab li {
	list-style-type:none;
	float: left;
	color:#333;
	height:29px;
	border-left: solid 2px rgb(221, 221, 221);
	border-top: solid 1px rgb(221, 221, 221);
}
#josei .tab li:last-child {border-right: solid 2px rgb(221, 221, 221);}
#josei .tab li a { /*タブリンク部分*/
	list-style-type:none;
	font-size:12px;
	float: left;
	height:29px;
	width:123px;
	text-align: left;
}
#josei .tab li a:hover,
#josei .tab li.active a {
	color: rgb(255, 255, 255);
	background: rgb(71, 92, 157);
	text-decoration: none;
}
#josei .tab .syakai a,
#josei .tab .keiei_keizai a{width: 121px;}
#josei .tab li a img{
	float: left;
	padding: 6px 3px 5px 5px;
}

#josei .tab .ichiran a {text-align: center;}
#josei .tab .energy a img{padding-left: 20px;}
#josei .tab .jouhou a img{padding-left: 26px;}
#josei .tab .shinri a img{padding-left: 20px;}
#josei .tab .bunka a img{padding-left: 40px;}
#josei .tab .syakai a img{padding-left: 20px;}
#josei .tab .kenkou a img{padding-left: 26px;}
#josei .tab .nanotech a img{padding-left: 12px;}
#josei .tab .lifescience a img{padding-left: 4px;}
#josei .tab .kikaiseizou a img{padding-left: 12px;}
#josei .tab .tosikiban a img{padding-left: 16px;}
#josei .tab .keiei_keizai a img{padding-left: 20px;}

#josei .tab, .tab ul{
	height: 29px;
}
#josei .tab li { /*タブ部分*/
	float: left;
}
#josei .tab_area { /*切り替え部分非表示*/
	display: none;
}
#josei .tab_area table {
	clear:both;
}
#josei tab_space { /*内容*/
	clear: both;
	overflow:auto;
	width: auto;
}
.page-template-page-tokkyo-php #josei .tab,
.page-template-page-tokkyo-php #josei .tab li,
.page-template-page-tokkyo-php #josei .tab li a {height: 40px;}

.page-template-page-tokkyo-php #josei .tab{
	border-top: solid 1px rgb(187, 187, 187);
	border-right: solid 1px rgb(187, 187, 187);
}
.page-template-page-tokkyo-php #josei .tab li{
	border-right: none;
	border-top: none;
	border-left: solid 1px rgb(187, 187, 187);
	/*20220819 レイアウト崩れ修正で追加したが、aで調整のためコメントアウト 
	box-sizing: border-box; 
	width: 20%; */
}
.page-template-page-tokkyo-php #josei .tab li a {width: 148px;}
.page-template-page-tokkyo-php #josei .tab li a img{padding: 6px 0px 0px;}

/*テーブル*/
#josei .shimekiri {
	margin: 5px 0 20px 0;
}
.joseitable {
	border-collapse: collapse;
	height:30px;
	line-height:29px;
	color:#fff;
	background:url(/images/joseiimage/listbackblue.png) repeat-x;
}
.shimekiritable {
	margin:10px 0;
	border-collapse: collapse;
	height:30px;
	line-height:29px;
	color:#fff;
	background:url(/images/joseiimage/listbackred.png) repeat-x;
}
.white {
	background:#fff;
	color:#000;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	line-height: 1.8;
}
.gray {
	background:#eeece1;
	color:#000;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	line-height: 1.8;
}
.white td,.gray td {
	padding:5px;
}
td.no1 {
	width:65px;
	border-bottom:solid 1px #ccc;
	text-align:center;
	border-left: solid 1px #ccc;
	vertical-align: middle;
}
td.no2 {
	width:124px;
	border-left:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	text-align:left;
	vertical-align: middle;
}
td.no3 {
	width:140px;
	border-left:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	text-align:left;
	vertical-align: middle;
}
td.no4 {
	width:190px;
	border-left:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	text-align:left;
	vertical-align: middle;
}
td.no5 {
	width:185px;
	border-left:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	text-align:left;
	vertical-align: middle;
}
td.no6 {
	width:80px;
	border-left:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-right: solid 1px #ccc;
	text-align:left;
	vertical-align: middle;
}
td.no7{
	width:180px;
	border-left:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-right: solid 1px #ccc;
	text-align:left;
	vertical-align: middle;
}



td.txtcenter{
	text-align:center;
}
.chizaitable {
	width:100%;
	height:50px;
	border-collapse: collapse;
	border-spacing: 2px;
	border:solid 1px #ccc;
	margin-bottom:10px;
	clear:both;
}
.chizaitable .chizaihead {
	height:30px;
	width:750px;
	color:#fff;
	background:#eee;
	background:url(/images/chizaiimage/blue.png) repeat-x;
}
.chizaitable tr td.chizai1 {
	width:128px;
	height:30px;
	text-align:center;
	vertical-align:middle;
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	text-align:center;
	vertical-align:middle;
}
.chizaitable tr td.chizai2 {
	width:480px;
	height:30px;
	padding-left:10px;
	border:solid 1px #ccc;
	vertical-align:middle;
}
.chizaitable tr td.chizai3 {
	width:92px;
	height:30px;
	border:solid 1px #ccc;
	text-align:center;
	vertical-align:middle;
}
.chizaitable tr td.low {
	width:72px;
	border-left:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	padding:10px 10px 10px 10px;
}
.chizaitable tr td.lowgray {
	background:#eeece1;
	vertical-align:middle;
}
.chizaitable tr td.low3 {
	width:485px;
	padding:10px 15px;
	line-height: 1.8;
}
.chizaitable tr td.chizaiwhite {
	background:#fff;
	width:128px;
	color:#333;
	height:30px;
	vertical-align:middle;
	text-align:center;
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
}
.chizaitable tr td.chizaired {
	color:#f00;
}
.chizaitable tr td.chizaigray {
	background:#666;
	width:128px;
	color:#fff;
	height:30px;
	text-align:center;
	vertical-align:middle;
}

/*共同フロー画像*/

#kyodobox{
	width:690px;
	height:960px;
	margin:0 auto;
	display:block;
}
#kyodotop{
	width:690px;
	height:83px;
	background-image:url(/images/singlepage/kyodoflow_top.png) ;
	}
#kyodoleft,
#kyodoright{
	width:328px;
	height:814px;
	margin:0 0 0 10px;
	padding:0;
	float:left;
	display:block;
}
#kyodoleft{background: url(/images/kyodo_flow/bg.png) repeat-y center #dfe0ff;}
#kyodoright{background: url(/images/kyodo_flow/bg2.png) repeat-y center #deffe0;}

#kyodoleft img,
#kyodoright img{
	display:block;
	margin:0px auto 17px;
}
.kyodoin1,
.kyodoin2,
.kyodoin3,
.kyodoin4{
	width:278px;
	height:128px;
	margin:0 auto 17px;
}
.kyodoin1{background:url(/images/kyodo_flow/a_003.png) no-repeat;}
.kyodoin2{background:url(/images/kyodo_flow/a_004.png) no-repeat;}
.kyodoin3{background:url(/images/kyodo_flow/b_003.png) no-repeat;}
.kyodoin4{background:url(/images/kyodo_flow/b_006_2022.png) no-repeat;}

#kyodoleft .kyodoin1 img,
#kyodoright .kyodoin3 img{
	margin: 24.2% 0px 0px 5.3%;
	float:left;
}
#kyodoleft .kyodoin2 img,
#kyodoright .kyodoin4 img{
	margin: 62px 0px 0px 15px;
	float:left;
}
.moubox{
	height:45px;
	margin: 328px 0px 0px 0px;
	}
.mou_kyodo{
	width:117px;
	height:45px;
	margin:0 0 0 41px;
	padding:0;
	float:left;
	}
.mou_kyodo a{
	display:block;
	width:117px;
	height:45px;
	text-indent:-9999px;
}
.mou_kyodo a:hover{
	display:block;
	width:117px;
	height:45px;
	text-indent:-9999px;
	background-image:url(/images/kyodo_flow/mou_kyodo.png) ;
}

.mou_jutaku{
	width:117px;
	height:45px;
	margin: 0px 41px 0px 0px;
	padding:0;
	float:right;
	}
.mou_jutaku a{
	display:block;
	width:117px;
	height:45px;
	text-indent:-9999px;
}
.mou_jutaku a:hover{
	display:block;
	width:117px;
	height:45px;
	text-indent:-9999px;
	background-image:url(/images/kyodo_flow/mou_jutaku.png) ;
}
.keibox{
	height:45px;
	margin: 97px 0px 0px 0px;
	}

.kei_kyodo{
	width:117px;
	height:45px;
	margin:0 0 0 41px;
	padding:0;
	float:left;
}
.kei_kyodo a{
	display:block;
	width:117px;
	height:45px;
	text-indent:-9999px;
}
.kei_kyodo a:hover{
	display:block;
	width:117px;
	height:45px;
	text-indent:-9999px;
	background-image:url(/images/kyodo_flow/kei_kyodo.png) ;
}
.kei_jutaku{
	width:117px;
	height:45px;
	margin: 0px 41px 0px 0px;
	padding:0;
	float:right;
}
.kei_jutaku a{
	display:block;
	width:117px;
	height:45px;
	text-indent:-9999px;
}
.kei_jutaku a:hover{
	display:block;
	width:117px;
	height:45px;
	text-indent:-9999px;
	background-image:url(/images/kyodo_flow/kei_jutaku.png) ;
}
.mou_kifu{
	width:117px;
	height:45px;
	margin: 328px 0px 0px 170px;
	padding:0px 0px 0px 0px;
}
.mou_kifu a{
	display:block;
	width:117px;
	height:45px;
	text-indent:-9999px;
}
.mou_kifu a:hover{
	display:block;
	width:117px;
	height:45px;
	text-indent:-9999px;
	background-image:url(/images/singlepage/tokukifu_r.png) ;
}
.mou_gaku{
	width:117px;
	height:45px;
	margin: 328px 0px 0px 43px;
	padding:0px 0px 0px 0px;
	float:left;
}
.mou_gaku a{
	display:block;
	width:117px;
	height:45px;
	text-indent:-9999px;
}
.mou_gaku a:hover{
	display:block;
	width:117px;
	height:45px;
	text-indent:-9999px;
	background-image:url(/images/singlepage/gaku_r.png) ;
}
.kei_gaku{
	width:117px;
	height:45px;
	margin: 96px 0px 0px 41px;
	padding:0px 0px 0px 0px;
	float:left;
}
.kei_gaku a{
	display:block;
	width:117px;
	height:45px;
	text-indent:-9999px;
}
.kei_gaku a:hover{
	display:block;
	width:117px;
	height:45px;
	text-indent:-9999px;
	background-image:url(/images/singlepage/kei_gaku.png) ;
}

/*学内専用ページ*/
#gakunai_3{
	width:690px;
	height:280px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.gakunai_josei{
	width:220px;
	height:100%;
	float:left;
}
.gakunai_koubo{
	width:220px;
	height:100%;
	float:left;
	margin: 0px 0px 0px 15px;
}
.gakunai_denshi{
	width:220px;
	height:100%;
	float:right;
}
.gakunai_josei ul{
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
}
.gakunai_josei li{
	margin: 0 0 4px;
	padding: 0 0 0 16px;
	background: url(/images/gakunai/gakunai_li.gif) 2px 0.35em no-repeat;
}
.gakunai_koubo ul{
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
}
.gakunai_koubo li{
	margin: 0 0 4px;
	padding: 0 0 0 16px;
	background: url(/images/gakunai/gakunai_li.gif) 2px 0.35em no-repeat;
}
.gakunai_denshi ul{
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
}
.gakunai_denshi li{
	margin: 0 0 4px;
	padding: 0 0 0 16px;
	background: url(/images/gakunai/gakunai_li.gif) 2px 0.35em no-repeat;
}
.segment1{
	width: 690px;
	float:left;
}
.segment2{
	float: left;
	margin:0 20px 0 0;
	padding:0;
	width: 325px;
	float:left;
}
.segment2 ul{
	margin: 0.3em 0em 1em 0em;
	padding: 0;
	list-style-type: none;
}
.segment2 li{
	margin: 0 0 4px;
	padding: 0 0 0 16px;
	background: url(/images/gakunai/gakunai_li.gif) 2px 0.35em no-repeat;
}
#back-top {
	position: fixed; /*固定*/
	right: 30px; /*右から*/
	bottom: 45px; /*下から*/
}
#back-top a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#77888888,endColorstr=#77888888); /* IE */
	-moz-border-radius: 5px; /*角丸*/
	-webkit-border-radius: 5px; /*角丸*/
}
#back-top a:hover {
	background-color: rgba(120, 120, 120, 0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#77666666,endColorstr=#77666666); /* IE */
}
#back-top a img{
	margin-top: 0.4em;
}
/*学内専用ページここまで*/
.chizai_rule{
	list-style:none;
	margin: 1em 2em;
}
.topbanner {
	width: 172px;
	height: 100%;
	margin: 0px;
	padding: 5px 5px 0px;
	background: white;
	text-align: left;
}.seg1box {
	width: 670px;
	float: left;
	margin: 5px 10px 20px 0px;
	padding: 0px 0px 0px 0px;
	background: #FFF;
	border: solid 1px #CCC;
	border-radius: 5px;
}
.seg1box .title {
	font-size: 1.2em;
	margin: 1px 1px;
	padding: 6px 10px 6px 17px;
	background:#336699;
	color:#fff;
}
.seg1box span {
	display: block;
	text-decoration: none;
}
.seg1box .text {
	font-size: 1.21em;
	color: #333;
	padding: 7px 17px 17px;
	line-height: 1.5;
}
.seg1box ul {
	padding: 5px 0px 5px 13px;
}
.seg1box li {
	padding: 0px 0px 5px 13px;
	margin-right:5px;
	background: url(/images/singlepage/yaji.png) no-repeat 0 4px;
	list-style-type: none;
	width: 180px;
	float: left;
}
.seg2box {
	float: left;
	margin: 5px 10px 20px 10px;
	padding: 0px 0px 0px;
	width: 46%;
	float: left;
	background: #FFF;
	border: solid 1px #CCC;
	border-radius: 5px;
}
.seg2box .picbox {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:76px;
}
.seg2box .title {
	font-size: 1.21em;
	margin: 1px 1px;
	padding: 6px 10px 6px 17px;
	background:#336699;
	color:#fff;
	text-align: center;
}
.seg2box span {
	display: block;
	text-decoration: none;
}
.seg2box .text {
	font-size: 1em;
/*	color: #333;*/
	padding: 1em 17px 1em;
	line-height: 1.5;
}
.seg2box .picbox_date{
	font-size: 1.21em;
	margin: 1px 1px;
	padding: 6px 10px 6px 17px;
	background: rgb(51, 102, 153);
	color: rgb(255, 255, 255);
	text-align: center;
}
.seg2box .picbox_text,
.seg2box .picbox_text2{
	text-align: center;
}
.seg2box .picbox_text a,
.seg2box .picbox_text2 a{
   color: rgb(0, 78, 157);
   font-weight: bold;
   background: rgb(244, 244, 244);
   border: solid 1px rgb(221, 221, 221);
   display: block;
   margin: 10px 20px 0px;
   padding: 10px;
   border-radius: 5px;
   font-size: 15px;
}
.seg2box .picbox_text a:hover,
.seg2box .picbox_text2 a:hover{
	ext-decoration:none;
   text-decoration: none;
   color: rgb(255, 255, 255);
}
.seg2box .picbox_text a:hover{background: rgb(232, 0, 0);}
.seg2box .picbox_text2 a:hover{background: rgb(0, 169, 207);}

.seg2box .picbox_text a,
.seg2box .picbox_text a:hover,
.seg2box .picbox_text2 a,
.seg2box .picbox_text2 a:hover{
   -webkit-transition: 0.3s ease-in-out;
   -moz-transition: 0.3s ease-in-out;
   -o-transition: 0.3s ease-in-out;
   transition: 0.3s ease-in-out;
}
.seg2box ul {
	padding: 5px 0px 5px 13px;
}
.seg2box li {
	margin-right: 10px;
	padding: 0px 0px 5px 13px;
	list-style-type: none;
	border-bottom: dotted 1px #CCC;
	background: url(/images/singlepage/yaji.png) no-repeat 0 4px;
}
.seg3box {
	float: left;
	margin: 5px 20px 20px 0px;
	padding: 0px 0px 0px 0px;
	width: 208px;
	float: left;
	background: #FFF;
	border: solid 1px #CCC;
	border-radius: 5px;
}
.seg3box .title {
	font-size: 1.2em;
	margin: 1px 1px;
	padding: 6px 10px 6px 17px;
	background:#336699;
	color:#fff;
}
.seg3box span {
	display: block;
	text-decoration: none;
}
.seg3box .text {
	font-size: 1em;
	color: #333;
	padding: 7px 17px 17px;
	line-height: 1.5;
}
.seg3box ul {
	padding: 5px 0px 5px 13px;
}
.seg3box li {
	margin: 5px 10px 0 0;
	padding: 0px 0px 5px 13px;
	list-style-type: none;
	border-bottom: dotted 1px #CCC;
	background: url(/images/singlepage/yaji.png) no-repeat 0 4px;
}
.seg0box{
	width: 100%;
	float: left;
	margin: 5px 10px 20px 0px;
	padding: 0px 0px 0px 0px;
	background: #fff;
	border: solid 1px #CCC;
}
.seg0box p{
	margin:0 auto;
	text-align:center;
}
.seg2box .picbox img,
.seg2box p img{
	margin:0 auto !important;
	display:block;
}
.seg4{margin-bottom: 20px;}
.seg4 img{margin-right: 10px;}
.seg4 img:last-child{margin-right: 0;}
.con_m .wp-caption{
	margin: 0 5px 0 0;
	padding: 0;
	background: none;
}
.con_m .wp-caption:last-child{margin-right: 0;}
.con_m .wp-caption .wp-caption-text{
	text-align: center;
	padding: 5px 0;
	background: rgb(255, 255, 255);
}

/* メールフォームtable
----------------------------------------------- */
table.mailform {
	display:block;
	font-size: 100% normal;
	margin: 10px 0;
	padding: 0;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
}
tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}
table.mailform th {
	font-size:1em;
	color: #333;
	text-align: left;
	vertical-align: middle;
	padding: 5px 4px;
	border: none;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	background-color: #F9F9F9;
	line-height: 1.8;
}
table.mailform th img{
	margin-top:2px;
}
table.mailform td {
	padding: 3px 5px;
	border: none;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	text-align: left;
	vertical-align: middle;
	width: auto;
}
.must img {
	width: 30px;
	height: 16px;
	float: right;
}
.kakenhi-title {
	font-weight: bold;
	color: white;
	line-height: 28px;
	text-align: left;
	background: url(/images/topsidebar/lefttop.png) no-repeat;
	padding: 0 0 0 0.2em;
}
.red{color:#f00;}

/*研究情報ページ*/
#chizsai {
	margin:0 auto;
	width: 690px;
}

#c_content {
	background-color: #eee;
	width: 688px;
	border: 1px solid #ccc;
	padding-bottom: 30px;
	line-height: 1.5em;
	margin-bottom:20px;
}
#c_content:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#chizsai h2 {
	height: 35px;
}
#chizsai #c_content h3 {
	height: 49px;
	width: 640px;
	padding-left: 10px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #06F;
	line-height: 49px;
	color: #FFF;
	clear: left;
	background:url(/images/kensakuimage/backblue.png) repeat-x;
	margin-bottom: 10px;
}
#chizsai #c_content .sesaku {
	background-color: #F90;
	background:url(/images/kensakuimage/backorange.png) repeat-x;
}

#chizsai #c_content .kensaku {
	width: 300px;
	margin-left: 20px;
	background-color: #06F;
	line-height: 49px;
	height: 49px;
	padding-left: 10px;
	color: #FFF;
	background:url(/images/kensakuimage/backblue.png) repeat-x;
	margin-bottom: 10px;
}
#chizsai #c_content .kensakubutton  {
	background-image: url(/images/kensakuimage/kensaku.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 80px;
	height: 25px;
	text-indent: 9999px;
	line-height: 25px;
	position: absolute;
	top: 5px;
	right: -150px;
}
#chizsai #c_content #kenjsaku_l .kensakubutton {
	background-image: url(/images/kensakuimage/kensaku.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 80px;
	height: 25px;
	text-indent: 9999px;
	line-height: 25px;
	position:absolute;
	top:58px;
	left:120px;
}
#chizsai #c_content #kensaku_r .kensakubutton {
	background-image: url(/images/kensakuimage/kensaku.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 80px;
	height: 25px;
	text-indent: 9999px;
	line-height: 25px;
	position:absolute;
	top:58px;
	left:192px;
}
#chizsai #c_content #pulldown_sibori .sibori {
	position:absolute;
	top:178px;
	left:570px;
}
#chizsai #c_content .bunya {
	margin-left: 20px;
	width: 300px;

	padding-left: 10px;
	height: 49px;
	background-color: #06F;
	line-height: 49px;
	color: #FFF;
	background:url(/images/kensakuimage/backblue.png) repeat-x;
	margin-bottom: 10px;
}
#chizsai #c_content #kenjsaku_l {
	width: 340px;
	float: left;
	padding-bottom: 20px;
	position:relative;
}
#chizsai #c_content #kensaku_r {
	width: 348px;
	float: left;
	padding-bottom: 20px;
	position:relative;
}
#chizsai #c_content .siborikomi {
	line-height: 27px;
	background-color: #666;
	width: 136px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #FFF;
	font-size: 1em;
}
.siborikomilast {
	line-height: 27px;
	background-color: #666;
	width: 186px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #FFF;
	font-size: 1em;
}
#chizsai #c_content .siborikomipull {
	width: 136px;
	background-color: #FFF;
}
#chizsai #c_content .siborikomipull {
	width: 136px;
	background-color: #FFF;
}
.siborikomipulllast {
	width:186px;
}
#chizsai #c_content #pulldownarea {
	height: 150px;
	padding-left: 20px;
	position:relative;
}
#pulldownarea .sibori {
	position:absolute;
	top:0;
	left:570px;
}
#chizsai #c_content #pulldownarea .formarea {
	height: 150px;
}
#chizsai #c_content #pulldownarea #pulldown {
	width: 135px;
	float: left;
	padding-right: 25px;
	margin-right:5px;
	background-image: url(/images/kensakuimage/blueyaji.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#pulldown_sibori {
	height:190px;
	padding-left:30px;
	position:relative;
}
#chizsai #c_content #pulldown_sibori #pulldown {
	width: 135px;
	float: left;
	padding-right: 25px;
	margin-right:5px;
	height: 150px;
	background-image: url(/images/kensakuimage/blueyaji.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#chizsai #c_content #pulldownarea #pulldownlast {
	width: 185px;
	float: left;
	padding-right: 30px;
	height: 150px;
}
#chizsai #c_content #pulldown_sibori #pulldownlast {
	width: 135px;
	float: left;
	height: 150px;
}
#chizsai #c_content p {
	margin-top:10px;
	margin-right: 19px;
	margin-left: 19px;
}
#chizsai #c_content .word {
	margin-right: 120px;
	margin-left: 70px;
}
#chizsai #c_content .wordinput {
	margin:0;
	padding:0;
	margin-left: 70px;
	font-size: 1.2em;
}
#chizsai #c_content #form1 {
	width:500px;
	position:relative;
	margin-bottom: 15px;
}
#chizsai #c_content .kyouinkensaku {
	margin-left: 20px;
}
/*都連携*/
#kekka {
	margin:0 auto;
	width:750px;
}
#kekka #kekkahead {
	padding-top:35px;
	height:45px;
	background-color:#bad4ef;
	margin-bottom:13px;
	font-weight:bold;
/*	font-size:0.875em;*/
	line-height:1.4;
	vertical-align:bottom;
	position: relative;
}
#kekka #kekkahead .name {
	position: absolute;
	left: 25px;
	bottom: 0;
	color: rgb(0, 0, 0);
	font-weight: normal;
}


#kekkahead p {
	margin-bottom:3px;
	font-size:1.2em;
	line-height:1.3;
	text-align:right;
	margin-right:20px;
}
#keyarea:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

#kekka .name {
	text-align:left;
}
#kekka .name {
	color:#fff;
}
#kekka_subtitle {
	width:515px;
	float:right;
	margin:0 13px 0 17px;
}
#kekka .theme {
	float:left;
	width:110px;
	height:46px;
	text-align:center;
	padding-top:2px;
}
#kekka h3:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#gaiyouarea {
	margin:0 50px;
	line-height:1.8;
	padding:15px 0 15px 0;
	border-bottom:solid 2px #3071b8;
}
#gaiyouarea .midashi{
	float:left;
	margin-right:10px;
}
#kekka #imagespace ul {
	width:140px;
	padding-bottom:5px;
	list-style-type:none;
	float:left;
}
#kekka li {
	margin-bottom:5px;
}
#kekka li p{
	padding-left:5px;
	text-align:left;
	margin-bottom: 0;
}
#kekka table {
	width:100%;
	border-collapse:collapse;
	margin:0;
	border:solid 2px #3071b8;
}
#kekka th {
	text-align:left;
	vertical-align:top;
	width:180px;
	border:none;
	color:white;
	padding:5px;
	background:#3071b8;
	line-height:1.4;
}
#kekka td {
	padding:5px;
	vertical-align:top;
	font-weight:bold;
	line-height:1.4;
	text-align:left;
}
/*都連携*/
#sesaku {
	width:750px;
	margin:0 auto;
	padding-bottom:30px;
}
#sesaku dl {
	padding:10px 0;
}
#sesaku dt {
	float:left;
	line-height:2;
}
#sesaku dd {
	line-height:2;
}
#sesaku table {
	width:750px;
	border-collapse:collapse;
}
#sesaku tr {
	height:30px;
}
#sesaku td {
	border:solid 1px #d8d8d8;
}
tr.midashi {
	width:750px;
	color:#fff;
	text-align:center;
	background-color:#ff8c00;
	background:url(/images/topbg.png);
}
#sesaku .midashi td {
	border:none;
	text-align:center;
	line-height:2;
}
#sesaku .white {
	background:#fff;
}
#sesaku .gray {
	background:#eeece1;
}
#sesaku .number {
	width:29px;
	text-align:center;
}
#sesaku .name {
	padding-left:5px;
	width:134px;
}
#sesaku .theme {
	padding:3px 5px 3px 5px;
	width:459px;
}
#sesaku .temp {
	text-align:center;
	width:49px;
}
#sesaku .data {
	text-align:center;
	width:59px;
}
/*検索結果*/
#kekka {
	margin:0 auto;
	width:750px;
}
#kekka #kekkahead {
	padding-top:35px;
	height:45px;
	background-color:#bad4ef;
	margin-bottom:13px;
	font-weight:bold;
	line-height:1.4;
	vertical-align:bottom;
}
#keyarea:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#kekka #kekka_name {
	height:80px;
	width:175px;
	padding:20px 0 0 15px;
	margin-left:10px;
	background:#3071b8;
	float:left;
}
#kekka h2 {
	color:#fff;
	margin-bottom:10px;
	font-weight: bold;
	font-size: 1.4em;
}
#kekka .name { text-align:left; }
#kekka .name { color:#fff; }
p.modified {
	color: rgb(255, 255, 255);
	font-size: 11px;
}
#wrapsubtitle {
	width:515px;
	float:right;
}
#kekka_subtitle {
	width:515px;
	margin:0 13px 0 17px;
	font-weight:bold;
}
#kekka .theme {
	position:absolute;
	width:110px;
	height:46px;
	padding-top:2px;
	text-align:center;
}
#kekka h3 {
	width: 395px;
	line-height: 1.5;
	margin: 0 0 10px 5px;
	font-weight: bold;
	margin-left: 120px;
	font-size: 1.2em;
}
#kekkaoutline:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#kekka h3:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#kekka #imagespace {
	border-bottom:solid 2px #3071b8;
	margin:25px 0px 5px 10px;
}
#kekka #imagespace:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#gaiyouarea {
	margin:0 0 0 10px;
	line-height:1.8;
	padding:15px 0 15px 0;
	border-bottom:solid 2px #3071b8;
	clear:both;
}
#kekka #gaiyouarea p {
	margin-right:10px;
}
#gaiyouarea:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#gaiyouarea p {
	text-align:left;
}
#gaiyouarea .midashi{
	float:left;
	margin-right:10px;
	width:77px;
}
#kekka ul {
	width:110px;
	list-style-type:none;
	float:left;
}
#kekka li {
	margin-bottom:5px;
}
#kekka table {
	width:100%;
	border-collapse:collapse;
	margin:0;
	border:solid 2px #3071b8;
}
#kekka th {
	text-align:left;
	vertical-align:top;
	width:180px;
	border:none;
	color:white;
	padding:5px;
	background:#3071b8;
	line-height:1.4;
}
#kekka td {
	padding:5px;
	vertical-align:top;
	font-weight:bold;
	line-height:1.4;
	text-align:left;
}
#gaiyouarea #imagespace2 #imagesingle {
	float:left;
	width:200px;
	height:200px;
	margin:5px;
	background:#eee;
}
#imagespace2 {
	width:650px;
	padding-top:10px;
	margin-left:50px;
	clear:both;
}
#imagesingle {
	width:200px;
	padding-right:15px;
	float:left;
}
#imagespace2 #imagesingle img{width: 100%;}
#kekka .sonota img {
	vertical-align:middle;
}

/*結果B*/
#kensakukekka {
	width:690px;
	margin:0 auto;
}
#kenkyuumei {
	width:690px;
	margin:0;
	border:solid 1px #ddd;
	border-collapse:collapse;
	margin-bottom:30px;
}
#kensakukekka .kekkamidashi {
	text-align:center;
	line-height:18px;
	background:blue;
	color:#fff;
	background:url(/images/listbackblue.png) repeat-x;
}
.kekkamidashi .kenkyu {
 	width:159px;
	padding:5px;
	border-bottom:solid 1px #ddd;
}
.kekkamidashi .theme {
	padding:5px;
	border-bottom:solid 1px #ddd;
}
#kenkyuumei .kenkyu {
	padding:5px;
	width:110px;
	border-bottom:solid 1px #ddd;
}
#kenkyuumei .theme {
	padding:5px;
	border-left:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
}
#kenkyuumei .gray {
	background:#eee;
	line-height:1.3;
}
#kenkyuumei .gray {
	background:#eeece1;
	line-height:1.3;
}
#kenkyuumei .white {
	line-height:1.3;
}
.kekkamidashi .shimei {
 	width:80px;
	padding:5px;
	border-bottom:solid 1px #ddd;
}
.kekkamidashi .syozoku {
	padding:5px;
	border-bottom:solid 1px #ddd;
	border-left:solid 1px #ddd;
}
.kekkamidashi .number {
	padding:5px;
	border-bottom:solid 1px #ddd;
	border-left:solid 1px #ddd;
}
#kenkyuumei .shimei {
 	width:120px;
	padding:5px 10px;
	border-bottom:solid 1px #ddd;
}
#kenkyuumei .syozoku {
	padding:5px 10px;
	border-bottom:solid 1px #ddd;
	border-left:solid 1px #ddd;
}
#kenkyuumei .number {
	text-align:center;
	width:30px;
	padding:5px 10px;
	border-bottom:solid 1px #ddd;
	border-left:solid 1px #ddd;
}
#kenkyuumei p.inn {
	margin:0;
	padding:0;
}
.seg1leftbox {
	margin: 5px 0px 20px 0px;
	padding: 0px 0px 0px;
	float: left;
	background: #FFF;
	width: 100%;
}
.seg1leftbox .picbox {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:76px;
}
.seg1leftbox .title {
	margin-bottom: 2px;
}
.seg1leftbox h3 {
	background: #FFFFFF;
	border: solid 1px #D6D6D6;
	padding: 2px 0px 2px 2px;
	line-height: 1;
	font-size: 1.2em;
	margin: 0;
}
.seg1leftbox h3 span {
	display: block;
	padding: 1px 0px 1px 10px;
	border-left: 5px solid #0682DE;
}
.seg1leftbox span {
	display: block;
	text-decoration: none;
}
.seg1leftbox .text {
	color: #333;
	margin-bottom: 20px;
	padding: 0.5em 1.4em;
	background: #f8f8f8;
	border: solid 1px #ededed;
}
.seg1leftbox ul {
}
.seg1leftbox li {
	margin: 10px 10px 10px 0;
	padding: 0px 0px 5px 20px;
	list-style-type: none;
	background: url(./images/singlepage/yaji.gif) no-repeat 0 2px;
}
.seg1leftbox .li_2 {
	margin: 10px 10px 10px 20px;
	padding: 0px 0px 5px 20px;
	list-style-type: none;
	background: url(./images/singlepage/yaji.gif) no-repeat 0 2px;
}
.seg1leftbox .li_fl {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 5px 0px;
	list-style-type: none;
	float: left;
	background: none;
}
.seg1leftbox .li_fl p{
	margin: 0 auto;
	margin-bottom: 0;
}
.seg1leftbox .box {
	width: 322px;
	margin-left:5px;
	float: left;
}
.seg1leftbox p {
	margin: 0 auto;
	margin-bottom: 1.0em;
}
.seg1leftbox p.comment1 {
	width: 555px;
	margin: 5px 0 10px 20px;
	padding: 10px;
	color: #333;
	background-color: #dee;
	border: solid 1px #aaa;
}
.seg1leftbox img {
	float:right;
	margin:5px 0 5px 10px;
	padding:0;
}
.seg2leftbox {
	float: left;
	margin: 5px 0px 20px 0px;
	padding: 0px 0px 0px;
	width: 49%;
	float: left;
	background: #FFF;
}
.seg2leftbox .picbox {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:76px;
}
.seg2leftbox .title {
	margin-bottom: 2px;
}
.seg2leftbox h3 {
	background: #FFFFFF;
	border: solid 1px #D6D6D6;
	padding: 2px 0px 2px 2px;
	line-height: 1;
	font-size: 1.2em;
	margin: 0;
}
.seg2leftbox h3 span {
	display: block;
	padding: 1px 0px 1px 10px;
	border-left: 5px solid #0682DE;
}
.seg2leftbox span {
	display: block;
	text-decoration: none;
}
.seg2leftbox .text {
	color: #333;
	padding: 0.5em 1.4em;
	background: #f8f8f8;
	border: solid 1px #ededed;
	clear:both;
}
.seg2leftbox ul {}
.seg2leftbox li {
	margin: 10px 10px 10px 0;
	padding: 0px 0px 5px 20px;
	list-style-type: none;
	background: url(./images/singlepage/yaji.gif) no-repeat 0 2px;
}
.seg2leftbox .li_2 {
	margin: 10px 10px 10px 20px;
	padding: 0px 0px 5px 20px;
	list-style-type: none;
	background: url(./images/singlepage/yaji.gif) no-repeat 0 2px;
}
.seg2leftbox p {
	margin:0 auto;
	padding:0;
}
.seg2leftbox img {
	float:right;
	margin:5px 0 5px 10px;
	padding:0;
}
.seg2rightbox img {
	float:right;
	margin:5px 0 5px 10px;
	padding:0;
}
.seg2rightbox {
	float: right;
	margin: 5px 0px 20px 0px;
	padding: 0px 0px 0px;
	width: 49%;
	background: #FFF;
}
.seg2rightbox .picbox {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:76px;
}
.seg2rightbox .title {
	margin-bottom: 2px;
}
.seg2rightbox h3 {
	background: #FFFFFF;
	border: solid 1px #D6D6D6;
	padding: 2px 0px 2px 2px;
	line-height: 1;
	font-size: 1.2em;
	margin: 0;
}
.seg2rightbox h3 span {
	display: block;
	padding: 1px 0px 1px 10px;
	border-left: 5px solid #0682DE;
}
.seg2rightbox span {
	display: block;
	text-decoration: none;
}
.seg2rightbox .text {
	color: #333;
	padding: 0.5em 1.4em;
	background: #f8f8f8;
	border: solid 1px #ededed;
}
.seg2rightbox ul {}
.seg2rightbox li {
	margin: 10px 10px 10px 0;
	padding: 0px 0px 5px 20px;
	list-style-type: none;
	background: url(./images/singlepage/yaji.gif) no-repeat 0 2px;
}
.seg2rightbox .li_2 {
	margin: 10px 10px 10px 20px;
	padding: 0px 0px 5px 20px;
	list-style-type: none;
	background: url(./images/singlepage/yaji.gif) no-repeat 0 2px;
}
.seg2rightbox p {
	margin:0 auto;
	padding:0;
}

.seg3leftbox {
	float: left;
	margin: 5px 10px 20px 0px;
	padding: 0px 0px 0px;
	width: 220px;
	float: left;
	background: #FFF;
}
.seg3leftbox .picbox {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:76px;
}
.seg3leftbox .title {
	margin-bottom: 2px;
}
.seg3leftbox h3 {
	background: #FFFFFF;
	border: solid 1px #D6D6D6;
	padding: 2px 0px 2px 2px;
	line-height: 1;
	font-size: 1.2em;
	margin: 0;
}
.seg3leftbox h3 span {
	display: block;
	padding: 1px 0px 1px 10px;
	border-left: 5px solid #0682DE;
}
.seg3leftbox span {
	display: block;
	text-decoration: none;
}
.seg3leftbox .text {
	color: #333;
	padding: 0.5em 1.4em;
	background: #f8f8f8;
	border: solid 1px #ededed;
	clear:both;
}
.seg3leftbox ul {}
.seg3leftbox li {
	margin: 10px 10px 10px 0;
	padding: 0px 0px 5px 18px;
	list-style-type: none;
	background: url(./images/singlepage/yaji.png) no-repeat 0 5px;
}
.seg3leftbox p {
	margin:0 auto;
	padding:0;
	margin-bottom: 1.0em;
}
.seg3leftbox img {
	float:right;
	margin:5px 0 5px 10px;
	padding:0;
}
.seg3rightbox img {
	float:right;
	margin:5px 0 5px 10px;
	padding:0;
}
/*学内のみ変更*/
.seg1leftbox h3 .segreen {
	display: block;
	padding: 1px 0px 1px 10px;
	border-left: 5px solid #390;
}
.seg1leftbox .li_3 {
	background: url(./images/singlepage/yaji3.gif) no-repeat 0 2px;
}
.seg2leftbox h3 .segreen {
	display: block;
	padding: 1px 0px 1px 10px;
	border-left: 5px solid #390;
}
.seg2leftbox .li_3 {
	background: url(./images/singlepage/yaji3.gif) no-repeat 0 2px;
}
.seg2rightbox h3 .segreen {
	display: block;
	padding: 1px 0px 1px 10px;
	border-left: 5px solid #390;
}
.seg2rightbox .li_3 {
	background: url(./images/singlepage/yaji3.gif) no-repeat 0 2px;
}
.seg1leftbox img {
	float: right;
	margin: 5px 6px;
	padding: 0;
}
.seg4box {
	margin: 5px 0px 20px 0px;
	padding: 0px 0px 0px;
	float: left;
	width: 163px;
	background: #FFF;
}
.seg4box .title {
	margin-bottom: 2px;
}
.seg4box h3 {
	background: #FFFFFF;
	border: solid 1px #D6D6D6;
	padding: 2px 0px 2px 2px;
	line-height: 1;
	font-size: 1.2em;
	margin: 0;
}
.seg4box h3 span {
	display: block;
	padding: 1px 0px 1px 10px;
	border-left: 5px solid #0682DE;
}
.seg4box span {
	display: block;
	text-decoration: none;
}
.seg4box .text {
	font-size: 1em;
	color: #333;
	padding: 0.5em 0.8em;
	line-height: 1.5;
	border: none;
}
.seg4box ul {
}
.seg4box li {
	margin: 10px 10px 10px 0;
	padding: 0px 0px 5px 20px;
	list-style-type: none;
	background: url(./images/singlepage/yaji.gif) no-repeat 0 2px;
}
.seg4box .li_2 {
	margin: 10px 10px 10px 20px;
	padding: 0px 0px 5px 20px;
	list-style-type: none;
	background: url(./images/singlepage/yaji.gif) no-repeat 0 2px;
}
.seg1leftbox .li_4 {
	margin: 10px 10px 10px 20px;
	padding: 0px 0px 5px 20px;
	list-style-type: none;
	background: url(./images/singlepage/yaji3.gif) no-repeat 0 2px;
}
.seg4box .box {
	width: 322px;
	margin-left: 5px;
	float: left;
}
.seg4box p {
	padding: 0px;
	margin: 10px auto;
}
.seg4box img {
	margin:0px;
	padding:0px;
}
/*学内のみ変更ここまで*/
.align-right{
	width:90px;
	text-align:right;
	margin-right: 10px;
	padding: 0px 0px 5px 13px;
	list-style-type: none;
	background: url(./images/singlepage/yaji.gif) no-repeat 0 4px;
}
.icon_xls {
	background: url(./images/singlepage/xls.gif) no-repeat scroll 5px 0;
	padding-left: 26px;
	padding-bottom: 3px;
	overflow: hidden;
	line-height: 1.6;
}
.icon_doc {
	background: url(./images/singlepage/word.gif) no-repeat scroll 5px 0;
	padding-left: 26px;
	padding-bottom: 3px;
	overflow: hidden;
	line-height: 1.6;
}
.icon_pdf {
	background: url(./images/singlepage/pdf.gif) no-repeat scroll 5px 0;
	padding-left: 26px;
	padding-bottom: 3px;
	overflow: hidden;
	line-height: 1.6;
}
.icon_link {
	background: url(./images/singlepage/link.gif) no-repeat scroll 5px 0;
	padding-left: 26px;
	padding-bottom: 3px;
	overflow: hidden;
	line-height: 1.6;
}
.seg1box {
	width: 670px;
	margin: 5px 10px 20px 10px;
	padding: 0px 0px 0px 0px;
	background: #FFF;
	border: solid 1px #CCC;
	border-radius: 5px;
	clear: both;
}
.seg1in {
	width: 320px;
	padding: 8px 8px;
	margin: 0 0 10px 0;
	border: dotted 3px #E9464D;
	float: right;
	border-radius: 10px;
	background:#fbe3db;
}
/*コーディネーター、知財マネージャー紹介*/
.sup{
	margin:30px 0;
}
.sup .title {
	height: 24px;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px;
	background: #0682DE;
}
.sup .title h2 {
	color: #fff;
	margin: 0;
	padding: 0;
	background: #0682DE;
	float: left;
	border-radius: 0;
}
.sup .title span {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	margin-left: 10px;
}
.sup .title p {
	color: #fff;
	margin: 5px 0px 0px 0px;
	float: right;
	font-size: 1.2em;
}
.sup img{
	margin: 0;
	float:left;
}
.sup .trans{
	width: 520px;
	float: right;
	margin: 0;
	border-collapse:collapse;
}
.sup .trans th{
	text-align: right;
	padding: 0px 5px;
	border-top: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	font-size: 1em;
}
.sup .trans td{
	border-top: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
}
.sentence{
	font-size: 1em;
	color: #333;
	padding: 15px 20px 10px;
	line-height: 1.5;
	background: #f8f8f8;
	border: solid 1px #ededed;
	margin: 10px 0;
	clear: both;
}
.yframe{
	width:220px;
	height:155px;
	background:#000;
}
.yframe p{
	color: #e5e5e5;
	font-size: 0.9em;
	text-align: center;
}
/*カレンダー*/
#calbox {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	width: 120px;
	height: 70px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(/images/headers/cal4.png) no-repeat;
	float: right;
}
.caldate-y {
	width: 100%;
	height: 15%;
	font-size: 12px;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #fff;
}
.caldate-m {
	font-size: 16px;
	margin: 1px 0px 0px 12px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: rgb(0, 0, 0);
	font-weight: bold;
	float: left;
}
.caldate-d {
	height: 40px;
	font-size: 24px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #000;
	font-weight: bold;
	line-height: 1.3;
}
.caldate-wjp {
	width: 25px;
	font-size: 14px;
	margin: 10px 15px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #000;
	font-weight: bold;
	float: right;
	line-height: 1;
}
#calbox p {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	margin: 3px 0px 0px 0px;
	text-align: center;
}
#calbox a {
	color: #373737;
	text-decoration: none;
}
p.comment1 {
	margin: 10px 30px;
	padding: 10px;
	color: #333;
	background-color: #dee;
	border: solid 1px #aaa;
}
#tabkoubotext {
	padding: 5px 0;
	line-height: 1.8;
	width: 550px;
	margin: 3px 0px;
	font-weight: normal;
	color: #000;
}
.koubofeed {
	margin-top: 7px;
}
.koubofeed dt {
	clear: both;
	border-bottom: dotted 1px #333;
}
#koubox {
	width:690px;
	margin: 0 auto;
}
#koubo_tab {
	width: 690px;
	margin-left: 30px;
}
#koubo_tab .tab, .tab ul{
	height: 40px;
}
#koubo_tab ul.tab {
	float: left;
}
#koubo_tab .tab li.koubo_in { /*取りまとめ内タブ*/
	list-style-type:none;
	float: left;
	color:#333;
	height:40px;
	line-height:2.5;
	text-align:center;
	background:#eee;
	background: url(/images/toptab/none.png) repeat-x;
	border-left: solid 1px #CCC;
}
#koubo_tab .tab li.koubo_out { /*取りまとめ外タブ*/
	list-style-type:none;
	float: left;
	color:#333;
	height:40px;
	line-height:2.5;
	text-align:center;
	background:#eee;
	background: url(/images/toptab/none.png) repeat-x;
	border-right: solid 1px #CCC;
}
#koubo_tab .tab li a { /*タブリンク部分*/
	list-style-type:none;
	color:#333;
	float: left;
	width:200px;
	height:40px;
	line-height:3.5;
	text-align:center;*/
}
#koubo_tab .tab li.koubo_in a:hover { /*取りまとめ内ホバー*/
	list-style-type:none;
	text-decoration:none;
	color:#fff;
	float: left;
	width:200px;
	height:40px;
	line-height:3.5;
	text-align:center;
	background: url(/images/toptab/on.png) repeat-x;
}
#koubo_tab .tab li.koubo_out a:hover { /*取りまとめ外ホバー*/
	list-style-type:none;
	text-decoration:none;
	color:#fff;
	float: left;
	width:200px;
	height:40px;
	line-height:3.5;
	text-align:center;
	background: url(/images/toptab/on2.png) repeat-x;
}

#koubo_tab .tab li.koubo_in.active a { /*取りまとめ内選択中のタブ*/
	color:#fff;
	display:block;
	text-decolation:none;
	background: url(/images/toptab/on.png) repeat-x;
}
#koubo_tab .tab li.koubo_out.active a { /*取りまとめ外選択中のタブ*/
	color:#fff;
	display:block;
	text-decolation:none;
	background: url(/images/toptab/on2.png) repeat-x;
}

#koubo_tab .tab_area { /*切り替え部分非表示*/
	display: none;
	}
#koubo_tab .tab_content { /*内容*/
	clear: both;
	height:auto;
	width: auto;
	font-weight:normal;
	}
#koubo_tab .tab_content ul li{ /*内容のリスト表示*/
	background: url(/images/list.png) no-repeat left 2px; /*リスト画像*/
	padding-left:20px;
	line-height:15px;
	margin-top:10px;
}
#koubo_tab .tab, .tab ul {
	height: 40px;
	width: 100%;
	padding: 0;
}

/*----------------------- 地域の方テスト -------------------------------*/
#chiikinokata {
	float:left;
}

#chiikinokata #tit_h3 {
	line-height:20px;
	background:#ddd;
}
/*----------------------- サーチボックス -------------------------------*/
.serachbox{
	width: 200px;
	margin: 7px 0 0 0;
}
#searchform2 {
	position: relative;
	width:100px;
}
#keywords2  {
    width: 156px;
    height: 16px;
    background: #dadada;
    border: none;
    padding: 4px;
    color: #333;
}
#searchBtn2 {
    position: absolute;
    top: 0;
    _top: 1px;
    left: 164px;
}
*:first-child + html #searchBtn2    {
    top: 1px;
}
/*----------------------- 公募関係テーブル -------------------------------*/
.seg1leftbox table{
	border-collapse: collapse;
	width: 100%;
}
.seg1leftbox table td{
	padding: 5px;
	border:solid 1px #ccc;
}
h5 ul{
	margin-left:2.5em;
}
.seg1leftbox .point {
	font-size: 15px;
	font-weight: normal;
	background: #1A991A;
	color: #fff;
	padding: 10px;
	border: solid 1px #FFF;
}

.seg1leftbox table td.blank_box {
	background-color: #efefef;
}

/*----------------------- パンくず -------------------------------*/
.breadcrumb{}
.pagetoppic img{
	margin: 0 auto;
}
#sesaku dl {
	margin:0 auto;
}
/*----------------------- カレンダー調整 -------------------------------*/
.ai1ec-month-view .ai1ec-event, .ai1ec-week-view .ai1ec-event, .ai1ec-oneday-view .ai1ec-event {
	max-height: auto !important;
	min-height:80px !important;
	overflow: auto !important;
	margin: 1px 0 0;
	padding: 0 3px 1px;
	white-space: normal !important;
}
.ai1ec-popup-excerpt {
	display: none !important;
}

/*----------------------- 印刷 -------------------------------*/
div.pageblock {
   page-break-after: always;
}

.mart5{margin-top:5px;}

/*
------------------------------------------------------*/
.w150{width:150px;}
.evetd{
	background:#336699;
	color:#fff;
}
.box_2 {
	background: #F5F5F5;
	padding: 20px;
}
.con_m p,
.con_m table{
	font-size:14px;
}
.con_m .box{
	border: solid 1px #ddd;
	border-radius: 5px;
	padding: 20px 20px 10px;
	background: #FFFBF5;
	margin-bottom: 30px;
}
.con_m .box ul{margin-left: 20px;}
.con_m .box ul li{
	font-size: 14px;
	margin-bottom: 10px;
}
.con_m h3{
	color: #fff;
	border: none;
	border-radius: 5px;
	background: #5585db;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
.con_m h4{
	color: rgb(51, 51, 51);
	font-weight: bold;
	padding: 7px 15px 5px;
	border: none;
	background: rgb(233, 233, 233);
	border-bottom: dotted 1px rgb(51, 51, 51);
	border-radius: 0;
}
.con_m ul{
	font-size: 14px;
	margin-left: 30px;
}
.con_m .con_m_title{
	background: none;
	color: #2273c5;
	padding: 0;
	text-align: center;
}
.con_m .h2-caption{
	font-size: 1.8em;
	font-weight: bold;
	padding: 6px 15px 3px;
	background: #1C65AF;
	border-radius: 0;
}
.entry-content .pt02{
	text-align: center;
	font-size: 34px;
	line-height: 0.3;
	background: none;
	border: none;
	border-bottom: solid 2px;
	padding: 0;
	color: rgb(51, 51, 51);
	font-weight: bold;
	border-radius: 0;
	margin-top: 0;
}
.entry-content .pt02 span{
	display: block;
	font-size: 19px;
	line-height: 1.4;
	margin: 0;
	padding: 15px 0 20px;
}
.con_m .h3-caption{
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 0;
	border-radius: 0;
	background: #414141;
	padding: 3px 13px 0px;
}
.con_m .cap3{
	background: none;
	border-left: solid 8px #369;
	color: #369;
	border-radius: 0;
	border-bottom: dotted 1px;
	line-height: 1;
	padding: 10px 10px 8px;
	font-size: 1.5em;
	margin-bottom: 20px;
	letter-spacing: 0;
}
.con_m .cap4{
	border: none;
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0;
	color: rgb(51, 51, 51);
	font-weight: bold;
}
.con_m .marb0{margin: 0;}

/* dl */
.con_m .prg-dl{
	font-size: 14px;
	margin: 0 0 30px;
	background: rgb(224, 224, 224);
	border-bottom: dotted 1px rgb(221, 221, 221);
}
.con_m .prg-dl dt,
.con_m .prg-dl dd{
	margin: 0;
	padding: 9px 0;
}
.con_m .prg-dl dt{
	float: left;
	clear: both;
	width: 130px;
	text-align: center;
	font-weight: normal;
	border-top: dotted 1px rgb(255, 255, 255);
}
.con_m .prg-dl dd{
	float: right;
	width: 550px;
	padding-left: 10px;
	background: rgb(255, 255, 255);
	border-top: dotted 1px rgb(221, 221, 221);
}

div.wpcf7 .con_form{display: inline-table;}
div.wpcf7 .con_form th{width: 215px}
.w120{width:120px;}
.con_m th{
	font-size: 14px;
	color: #333;
	padding: 10px 5px 0;
	border-bottom: solid 1px #fff;
	background: #E0E0E0;
	line-height: 1.6;
}
.con_m tr{
	border: solid 1px;
}

.con_m .ctitle{
	background: #757575;
	color: #fff;
}
.font-m{font-size: 10px;}
.con{width: 97%;}
.con_m .box2{
	border: solid 1px #ddd;
	padding: 0 10px;
	background: #FFFEF2;
	border-radius: 5px;
}
.con_m .box2 h2{
	font-size: 2em;
	font-weight: bold;
	color: #3754B1;
	margin-left: 5px;
	padding: 0;
	background: none;
}
.con_m .box2 h3{
	background: #ddd;
	color: #333;
	font-size: 1.3em;
	margin-left: 5px;
}
.con_m .box2 p{
	margin-left: 20px;
}
.entry-content .con_m table h3{
	font-size: 18px;
	color: rgb(28, 101, 175);
	border-radius: 0;
	margin: 0 0 5px;
	padding: 4px 10px 0;
	border-left: solid rgb(28, 101, 175) 5px;
	background: rgb(248, 248, 248);
}
.entry-content table .sp-list li{margin: 0;}
.entry-content table .btn{
	margin-left: 15px;
	margin-top: 10px;
}
.entry-content table .btn:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.entry-content .con_m .seg2{
	float: left;
	width: 300px;
	margin-right: 26px;
	padding: 15px 15px 0;
	border: solid 1px rgb(221, 221, 221);
}
.entry-content .con_m .seg2:last-child{margin-right: 0;}

.w40{width:40px;}
.w100{width:100px;}
.w470{width:470px;}
.con_m .pad5{padding:5px;}
.con_m .box-title{
	width: 90px;
	color: rgb(102, 102, 102);
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	margin-right: 10px;
	padding: 1px 5px 0;
	border: solid 1px rgb(153, 153, 153);
}
.atitle{
	display: inline-block;
	width: 120px;
	text-align: center;
	margin-bottom: 5px;
	border: solid 1px rgb(153, 153, 153);
}
.caltime{}
.caltime .w150{width:150px;}
table.mailform .calteach .wpcf7-list-item{
	float: left;
	width: 500px;
}
.bkf0{
	background: #f0f0f0;
	text-align: center;
}
.btn2,
.btn {
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
	color: #fff;
	padding: 15px 40px 15px 20px;
	background: url(/images/icon_under2.png) no-repeat 100% rgb(56, 56, 56);
	box-shadow: 0 2px 4px rgba(0,0,0,0.2), inset 0 0 3px #fff;
}
.btn2 {
	width: 100%;
	margin: 20px 0 10px;
	padding: 15px 0;
	text-align: center;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.btn2:hover,
.btn3:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.btn3{
	display: block;
	font-size: 14px;
	width: 570px;
	color: #FFF;
	background: url(/images/icon_under2.png) no-repeat top 50% right 33% #8a0748;
	background-color: #8a0748;
	margin: 20px 30px 0;
	padding: 10px 30px;
	text-align: center;
	text-decoration: none;
}
.btn4{
	background: #8A0748;
	color: #FFF;
	padding: 5px 20px;
	border-radius: 5px;
	box-shadow: 0px 3px 0 #D281A9;
	text-shadow: 0px 0px 1px #5D2020;
}
.btn4:hover{

}
#imp{
	border: solid 1px #F00;
	padding: 10px;
	margin-bottom: 20px;
}
#imp h2{
	font-size: 28px;
	color: #F00;
}
#imp p{margin-left: 0;}
.seg2rightbox .koubo_btn{
	background: none;
	padding-left: 0;
}
.seg2leftbox .koubo_iti,
.seg2rightbox .koubo_iti{
	background: url(./images/singlepage/yaji_r.gif) no-repeat 0 2px;
}
.seg2leftbox .koubo_iti a:hover,
.seg2rightbox .koubo_iti a:hover{
	color: #f00;
	text-decoration: underline;
}
#menu-item-14566,
#menu-item-13871{display: none;}

.con_title{
	background: #dbdbdb;
	padding: 0px 10px;
}


dl.form{
	margin: 0 0 15px;
	padding: 0;
	border-left: solid 1px rgb(221, 221, 221);
	border-right: solid 1px rgb(221, 221, 221);
	border-bottom: solid 1px rgb(221, 221, 221);
	background: rgb(249, 249, 249);
}
dl.form dt,
dl.form dd{
	margin: 0;
	padding: 5px 0;
	border-top: solid 1px rgb(221, 221, 221);
}
dl.form dt{
	float: left;
	width: 25%;
	clear: both;
	font-weight: normal;
	padding: 10px 2%;
}
dl.form dd{
	float: right;
	width: 66%;
	padding: 10px 2%;
	background: #fff;
	border-left: solid 1px #ddd;
}
dl.form dt.must{}
dl.form .con-2,
dl.form .con-3{width: 20%;}


/* tab
---------------------------------------------------------------*/
#koubo_tab .tab_content .work_li li{
	list-style: initial;
	margin: 0 0 0 30px;
	padding: 0;
}
.con_m #koubo_tab{
	margin-left: 0;
}
#koubo_tab .tab, .tab ul{
	margin: 0;
}
.con_m .seg1leftbox .text{
	background: #fff;
	padding: 0;
	border:none;
}
.con_m #koubo_tab tr{
	border: solid 1px #ddd;
}
.con_m .seg1leftbox .box{
	width: auto;
	float: none;
	margin: 0 0 20px;
}
.con_m .seg1leftbox span{

}
.con_m div.wpcf7 .con_form th{
	position: relative;
}
.con_m .seg1leftbox .must{
	position: absolute;
	right: 7px;
	top: 8px;
}
.con_m .seg1leftbox .wpcf7-list-item{
	float: left;
	margin-right: 20px;
}
.con_m .seg1leftbox img{margin: 5px 0 5px 10px;}
.con_m .seg1leftbox ol li{
	margin: 0;
	padding: 0;
	background: none;
	list-style: inherit;
}
.con_m .seg1leftbox table td{
	padding: 7px 4px 7px 7px;
}
.con_m div.wpcf7 .con_form {
	border: solid 1px;
}
.con_m .seg1leftbox .marb20{margin-bottom:20px;}
.con_m .box h3{padding: 8px 10px;}
#news{margin-bottom: 60px;}
#beyond_page{}
#beyond_page h2{}
#beyond_page h3{
	border: solid 1px #ddd;
	background: #f6f6f6;
	margin: 0 0 0.3em;
}
#beyond_page h4{
	border: none;
	text-align: right;
	margin: 0 0 10px;
	padding: 0;
	font-size: 1.3em;
}
#beyond_page p {
	margin: 0 0 5px;
	font-size: 1.2em;
	font-size: 12px;
}
#beyond_page .box {
	margin: 0 0 30px -15px;
	float: left;
	margin-right: 0px;
	width: 495px;
	border: solid 1px rgb(221, 221, 221);
	padding: 10px 15px 0;
	font-size: 12px;
}
#beyond_page ul{
	margin: 0 0 20px;
	font-size: 1.1em;
}
#beyond_page li{}
.right_box{
	float: right;
	width: 690px;
}
#beyond_page p.img{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
#beyond_page p.img img{
	margin-right: 15px;
}
p img, .wp-caption {margin-top: 0;}

/* bousai
---------------------------------------*/
.bousai{margin: 0;}
#top_unit{
	margin: 0 auto;
	color: rgb(51, 51, 51);
}
#top_unit .seg1{
	position: relative;
	border-bottom: solid 1px rgb(221, 221, 221);
	margin-bottom: 20px;
}
#top_unit .seg1:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#top_unit a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#top_unit .seg1 p{
	float: left;
}
#top_unit .seg1 .text{
	float: right;
	width: 600px;
}
#top_unit .seg1 h2{
	font-size: 15px;
	font-weight: normal;
	color: rgb(255, 255, 255);
	margin-top: 0;
	margin-bottom: 10px;
	padding: 6px 15px 5px;
	background: rgb(51, 153, 204);
	border-radius: 5px;
}
#top_unit .seg1 h3{
	font-size: 14px;
	border: none;
	padding: 0;
	margin: 0 0 0 0px;
	color: rgb(51, 153, 204);
	background: none;
	font-weight: normal;
}
#top_unit .seg1 h4{display: none;}
.speak{margin-left: 0;}
.speak dt{
	float: left;
	width: 120px;
	clear: both;
	font-weight: normal;
}
.speak dd{
	float: right;
	width: 400px;
	margin-bottom: 0px;
}
.con3{width: 98%;}
.table100{width: 100%;}
table.table100 td{width: 495px;}

.dl-form{
	font-size: 14px;
	margin: 0 0 20px;
	background: rgb(249, 249, 249);
	border-left: solid 1px rgb(221, 221, 221);
	border-right: solid 1px rgb(221, 221, 221);
	border-bottom: solid 1px rgb(221, 221, 221);
}
.dl-form dt, .dl-form dd{
	margin: 0;
	padding: 5px 0;
	border-top: solid 1px rgb(221, 221, 221);
}
.dl-form dt{
	float: left;
	clear: both;
	width: 30%;
	font-weight: normal;
	padding-left: 10px;
}
.dl-form dd{
	float: right;
	width: 66.9%;
	padding-left: 10px;
	background: rgb(255, 255, 255);
	border-left: solid 1px rgb(221, 221, 221);
}
.dl-form .must{background: url(/images/formicon.gif) no-repeat right 10px top 50%;}
.dl-form dd .con{}
.dl-form dd .con2{width: 30%;}
.dl-form dd .con3{
	width: 93%;
	margin: 5px 0 0 18px;
}

/* 民間公募タブ2
-------------------------------------------------*/
#koubo_tab2{
	width: 690px;
	margin-left: 30px;
}
#koubo_tab2 .tab_link{}
#koubo_tab2 .tab_link .koubo_in,
#koubo_tab2 .tab_link .koubo_out{
	list-style-type: none;
	float: left;
	color: #333;
	width: 200px;
	height: 40px;
	line-height: 2.5;
	text-align: center;
	background: #EEE;
	background: url(/images/toptab/none.png) no-repeat;
	border-right: solid 1px #CCC;
}
#koubo_tab2 .tab_link .koubo_in a,
#koubo_tab2 .tab_link .koubo_out a{
	list-style-type: none;
	color: #333;
	float: left;
	width: 200px;
	height: 40px;
	line-height: 3.5;
	text-align: center;
	border-left: solid #DDD 1px;
}
#koubo_tab2 .tab_link .koubo_in a:hover{
	color: #FFF;
	display: block;
	text-decoration: none;
	background: url(/images/toptab/on.png) no-repeat;
}
#koubo_tab2 .tab_link .koubo_in.active a{
	color: #FFF;
	display: block;
	text-decoration: none;
	background: url(/images/toptab/on.png) no-repeat;
}
#koubo_tab2 .tab_link .koubo_out a:hover{
	color: #FFF;
	display: block;
	text-decoration: none;
	background: url(/images/toptab/on2.png) no-repeat;
}
#koubo_tab2 .tab_link .koubo_out.active a{
	color: #FFF;
	display: block;
	text-decoration: none;
	background: url(/images/toptab/on2.png) no-repeat;
}
#koubo_tab2 .tab_content{height: auto;}
.seg1leftbox table tr:nth-child(2n){background:rgb(246, 246, 246);}
.seg1leftbox table .t_name{width: 13%;}
.seg1leftbox table .t_course{width: 28%;}
.seg1leftbox table .t_address{width: 35%;}
.seg1leftbox table .t_group{}

/* fade tab
-------------------------------------------------*/
.con_m .fade_tab{
  list-style: none;
  margin-bottom: 40px;
  margin-left: 0;
  border-bottom: solid 1px#ddd;
  border-right: solid 1px #ddd;
}
.con_m .fade_tab li{
  float: left;
  width: 49.8%;
  text-align: center;
  border-top: solid rgb(0, 102, 153);
  border-left: solid 1px rgb(221, 221, 221);
}
.con_m .fade_tab li a{
  display: block;
  width: 100%;
  padding: 10px 0;
}
.con_m .fade_tab li.active a,
.con_m .fade_tab li a:focus,
.con_m .fade_tab li a:active,
.con_m .fade_tab li a:hover{
    background: rgb(0, 102, 153);
    color: #fff;
}
.con_m .fade_area img{
	width: 100%;
	height: auto;
}





/* 一時非公開
-------------------------------------------------*/
/* URA紹介 */
#menu-item-7892,
#menu-item-7992,
#menu-item-7917{display: none;}

/*知的財産部門知的財産マネージャーページサイドメニュー
-------------------------------------------------*/
.page-id-2359 #menu-item-21357 {
    display: none;
}


/* 2020.03.03追加 */
div.comment11 {
	margin: 10px 0;
	padding: 10px;
	color: #333;
	background-color: #dee;
	border: solid 1px #aaa;
}
div.comment11 ul {
	margin-left: 20px;
}


/* 20210216 グローバルナビ修正 */
/* 20210302 グローバルナビ修正 */
/* グローバルナビ Header Menu */
#access li {
  float: left;
  position: relative;
  left: -1px;
  border-left: 1px #84aed2 solid;
  border-right: 1px #2c5170 solid;
  width: 158px;
  text-align: center;
  height: 30px;
}

/* グローバルナビ Sub-Header Menu */
#secondaccess {
	background: none;
	clear: both;
	display: block;
	margin: 5px auto 7px;
	width: 100%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#secondaccess li {
  background: #222;
  background: -moz-linear-gradient(#6d6d6d, #2b2b2b);
  background: -o-linear-gradient(#6d6d6d, #2b2b2b);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6d6d6d), to(#2b2b2b));
  background: -webkit-linear-gradient(#6d6d6d, #2b2b2b);
  -webkit-box-shadow: rgb(0 0 0 / 40%) 0px 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
  box-shadow: rgb(0 0 0 / 40%) 0px 1px 2px;
}
#secondaccess li {
  position: relative;
  width: 33.26%;
  text-align: center;
  z-index: 51;
  border-right: 1px solid #989898;
}
#secondaccess li:last-child {
  border-right: none;
}
#secondaccess li:hover > a, #secondaccess a:focus {
  background: #f9f9f9;
  background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
  background: -o-linear-gradient(#f9f9f9, #e5e5e5);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5));
  background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
  color: #333;
  /* background: #fff url(/images/headers/second_navi_r3.png); */
}

/* 20210302ベンチャー支援ページスタイル */
/* section */
.cont-box {
  margin: 5px 0px 20px 0px;
	padding-top: 20px;
  background: #FFF;
}
.cont-box .title {
  margin-bottom: 2px;
}
.cont-box h3 {
  background: #FFFFFF;
  border: solid 1px #D6D6D6;
  padding: 2px 0px 2px 2px;
  line-height: 1;
  font-size: 1.2em;
  margin: 0;
}
.cont-box h3 span {
  display: block;
  padding: 1px 0px 1px 10px;
  border-left: 5px solid #0682DE;
}
.cont-box .lgry-area {
  color: #333;
  margin-bottom: 20px;
  padding: 0.5em 1.4em;
  background: #f8f8f8;
  border: solid 1px #ededed;
}
/* テーブル */
.entry-content table.shienkigyo tr:nth-child(odd) {
	background-color: #e5e5e5;
}
.entry-content table.shienkigyo th {
	text-align: center;
	font-weight: 600;
}
/* dlスタイル */
dl.item-rowwrap {
  display: flex;
}
dl.item-rowwrap dd {
	padding-left: 10px;
  margin-bottom: 0;
}

/* 2021.4.6 .seg2leftbox下スタイル追加 */
.seg2leftbox.w-full {
    width: 100%;
}
.seg2leftbox .dlz{
	background: none;
  list-style-type: decimal-leading-zero;
	padding-left: 0;
}

/* 2021.08.30 Google reCHAPTHAマーク非表示 */
.grecaptcha-badge {
	visibility: hidden;
}

/* 2022.5.16 産学公連携部門ページフローチャート修正による追加 */
#kyodoright .kyodoin3 img.colorbox-1408-2022 {
	margin: 24.2% 0 0 20%;
}
#kyodoright .kyodoin4 img.colorbox-1408-2022 {
	margin: 62px 0 0 59px;
}
.tokukifu_textarea {
	clear: both;
	margin-left: 10px;
	padding-top: 14px;
}

/* 2024.12.22 サイトマップ */
ul.sitemap-list li {
	list-style: none;
	font-size: 18px;
	background: url(/wordpress/wp-content/themes/tokyo-sangaku-2024/images/folder.png) no-repeat 0 0.25em;
	padding: 0 0 0 26px;
	margin: 0 0 8px 8px;
}
ul.sitemap-list ul li {
	font-size: 16px;
	background: url(/wordpress//wp-content/themes/tokyo-sangaku-2024/images/arrow.png) no-repeat 0 0.25em;
	padding: 0 0 0 20px;
}
ul.sitemap-list li a {
	color: #373737;
}
