@charset "utf-8";

/*
Theme Name: NUH-CRPI-2021
Theme URI: 
Description: 国立大学病院臨床研究推進会議ログイン画面のテーマ
Version: 2.0
Author: 1M Inc.
Author URI: https://ichiem.jp
*/





.clearfix::after {
	content: "";
	display: block;
	clear: both;
} 






/*ページレイアウト指定*/

body {
	text-align:	center;
	background: #fff;
}

#wrapper	{
	width: 100%;
	text-align:	center;
	line-height: 1.8;
}

.txtArea	{
/*	display: flow-root; IEは非対応*/
	max-width: 1100px;
	margin: 0px auto;
	text-align:	left;
}

section a {
	text-decoration: underline;
}




.upperHeader {
	position: relative;
	height: 116px;
}

/*ロゴタイプ*/
.siteTitle {
	position: absolute;
	top: 40px;
	left: 0px;
}

.siteTitle img {
	width: 100%;
	max-width: 430px;
}



/*右上のぶら下がりタブ*/
.upperRightMenu {
	position: absolute;
	top: 0px;
	right: 0px;
	list-style-type: none;
}

.upperRightMenu li {
	float: right;
}

.upperRightMenu li a {
	display: block;
	margin: 0px 6px 0px 0px;
	padding: 10px 35px 8px 35px;
	font-size: 1.35rem;
	line-height: 1.0;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 1px #222;
	border-radius: 0px 0px 6px 6px;
}

/*会員の皆さまへの背景色*/
.upperRightMenu li:last-child a {
	background: linear-gradient(to bottom, #ffaba3 20%, #ff6053 80%);
}

/*お問い合わせの背景色*/
.upperRightMenu li:first-child a {
	background: linear-gradient(to bottom, #68a7f4 20%, #0072d4 80%);
}

.upperRightMenu li a:hover {
	padding: 16px 35px 8px 35px;
}



/*WP全体の検索*/

#search {
	position: absolute;
	top: 65px;
	right: 0px;
}

#search .searchform  {
	position: relative;
}

#search .inputarea {
	position: absolute;
	top: 0px;
	right: 27px;
}

#search input[type="text"] {
	width: 21.5em;
	margin : 0px 6px 0px 0px;
	height : 1.2em;
	padding : 2px 2px 2px 2px;
	background : #fafafa;
	-webkit-appearance : none;
	font-size: 1.5rem;
	border : 1px solid #36a;
	border-radius : 0px;
}

#search input[type="text"]:focus {
	box-shadow : 0px 0px 5px #55ccff;
	border : 1px solid #55ccff;
	background : #fff;
}

#search .searchbtn {
	position: absolute;
	top: 0px;
	right: 0px;
}





/*メインメニュー*/

nav {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: linear-gradient(to right, #0054c0 20%, #a5b4db 100%);
}

.globalNav {
	min-height: 49px;
}

/*メインメニュー親要素　左側*/
.globalNav ul.leftsideBtn {
	list-style-type: none;
}

.globalNav ul.leftsideBtn li {
	position: relative;
	float: left;
	z-index: 200;
	list-style-type: none;
}

.globalNav ul.leftsideBtn li a {
	display: block;
	margin: 11px 0px 0px 0px;
	padding: 6px 30px 5px 30px;
	font-size: 1.45rem;
	line-height: 1.0;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-shadow: 2px 2px 2px #358;
	border-right: solid 1px #cde;
}

.globalNav ul.leftsideBtn li:first-child a {
	padding-left: 60px;
	border-left: solid 1px #cde;
	background: url(images/home.png) no-repeat 16px 0px;
}

.globalNav ul.leftsideBtn li:last-child a {
}

.globalNav ul.leftsideBtn li a:hover {
	color: #ff0;
}

.globalNav ul.leftsideBtn li.current_page_item a {
	color: #fcd;
	text-shadow: 2px 2px 7px #005;
}



/*メインメニュー子要素*/
.globalNav ul.leftsideBtn li ul.sub-menu {
	position: absolute;
	top: 37px;
	left: 0px;
	width: 340px;
	padding: 12px 0px 0px 0px;
	visibility: hidden;
	opacity: 0;
	transition: 0.0s;
}

.globalNav ul.leftsideBtn li:hover ul.sub-menu {
	visibility: visible;
	opacity: 1;
	transition: 0.2s;
}

.globalNav ul.leftsideBtn li ul.sub-menu li {
	float: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.globalNav ul.leftsideBtn li ul.sub-menu li a {
	margin: 0px 0px 0px 0px;
	padding: 16px 4px 16px 12px;
	font-size: 1.4rem;
	color: #fff;
	background: #5785ea;
	text-shadow: 1px 1px 3px #027;
	text-align: left;
	border-right: 2px solid #5785ea;
	border-bottom: 2px solid #5785ea;
	border-left: 2px solid #5785ea;
}

.globalNav ul.leftsideBtn li ul.sub-menu li a span {
	font-size: 1.2rem;
}

.globalNav ul.leftsideBtn li ul.sub-menu li a:hover {
	color: #13a;
	background: #fff;
	text-shadow: none;
	visibility: visible;
	opacity: 1;
}





/*メインメニュー　右側*/

.globalNav ul.rightsideBtn {
	list-style-type: none;
}


.globalNav ul.rightsideBtn li {
	float: right;
	z-index: 200;
}

.globalNav ul.rightsideBtn li a {
	display: block;
	margin: 9px 0px 0px 10px;
	padding: 6px 16px 6px 16px;
	font-size: 1.4rem;
	line-height: 1.4;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
}

/*フィージビリティ*/
.globalNav ul.rightsideBtn li:first-child a {
	color: #000;
	background: #e5e6a8;
}

.globalNav ul.rightsideBtn li:first-child a:hover {
	color: #e5e6a8;
	background: #c5b648;
	background: #555;
}

/*マッチング*/
.globalNav ul.rightsideBtn li:last-child a {
	color: #000;
	background: #ffc7cf;
}

.globalNav ul.rightsideBtn li:last-child a:hover {
	color: #ffc7cf;
	background: #c5878f;
	background: #555;
}



.globalNav:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}





/*パンくず*/

.breadcrumbs	{
	width: 1100px;
	margin: 0px auto;
	padding:	20px 0px 0px 0px;
	color:	#888;
	font-size: 1.3rem;
	line-height:	1.6;
	text-align:	left;
}

.breadcrumbs a	{
	color:	#57b;
}





/*フッター*/

.footerArea {
	margin: 100px 0px 0px 0px;
	padding: 25px 0px 0px 0px;
	background: #deedd2;
}

.easyaccess {
	margin-bottom: 10px;
}

.easyaccess li {
	display: inline;
	padding: 0px 30px 0px 20px;
	white-space: nowrap;
	font-size: 1.3rem;
	line-height: 2.0;
	color:	#038;
	background: url(images/arrow.png) no-repeat left center;
}

.easyaccess li img {
	padding: 0px 5px 0px 0px;
}

.footer {
	margin: 30px 0px 0px 0px;
	padding: 30px 0px 60px 0px;
	background: linear-gradient(to right, #0054c0 20%, #a5b4db 100%);
}

.footerTitle {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 5px 0px;
	font-size: 1.4rem;
	line-height: 1.4;
	color:	#fff;
}

.footerAddress {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 1.3rem;
	line-height: 1.4;
	color:	#eef;
}

.copyright {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.2rem;
	line-height: 1.3;
	color:	#cde;
}

/*他サイトのバナー*/
.uhcta {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px 20px 0px 20px;
	background: #fff;
	border: 1px solid #58b;
}

.uhcta img {
	max-height: 90px;
}

.dbc {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 15px 5px 15px 5px;
	background: #fff;
	border: 1px solid #58b;
}

.dbc img {
	max-height: 60px;
}





/*Pages*/

/*固定ページ用のh1と投稿ページのh2は同じ*/
h1 {
	margin: 50px 0px 50px 0px;
	padding: 0px 0px 12px 0px;
	font-size: 1.8rem;
	line-height: 1.0;
	letter-spacing: 0.05em;
	color:	#000;
	font-weight: normal;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 10px solid #004097;
	border-image: linear-gradient(to right, #004097 0%, #a5b4db 100%);
	border-image-slice: 1;
}

p {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.5rem;
	line-height: 2.0;
	color:	#333;
}





/*Page topへ*/ 

#page-top {
	position: fixed;
	bottom: 200px;
	right: 20px;
	z-index: 200;
}

#page-top a {
	background: url(images/toTop.png) no-repeat;
	width: 54px;
	height: 55px;
	display: block;
}

#page-top a:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.pagenation   {
	margin: 30px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	text-align:   center;
	color:   #555;
	font-size:   1.3rem;
}





/*ログイン後のアカウント変更画面*/
.login {
	font-size: 1.3rem;
}

.login table th,
.login table td {
	line-height:	1.8;
}

.login table th   {
	padding: 10px 10px
	white-space:   nowrap;
	text-align:   left;
}

.login table td   {
	padding: 10px 10px
}


/*ユーザ名・パスワードinput*/
.login input[type="text"],
.login input[type="password"] {
	min-height:	2em;
	width:	20em;
	margin: 5px 0px;
	border: 2px solid #ccc;
}

/*ログイン情報を記憶*/
.login p.forgetmenot {
	margin: 10px 0px;
	font-size: 1.3rem;
}

/*ログインボタン*/
.login input[type="submit"] {
	width:	15em;
	margin: 5px 0px 10px 0px;
	padding: 8px 20px;
	font-size: 1.4rem;
	color: #333;
	background: #bdf;
	border: 1px solid #aaa;
	border-radius : 5px;
}

.login input[type="submit"]:hover {
	color: #fff;
	background: #58d;
	border: 1px solid #888;
}





/*パスワードをお忘れですか？を消す*/
.loginSection ul {
	display: none;
}


/*エラ〜メッセージを消す*/
.frontend-user-admin-login .error {
	display: none;
}

.frontend-user-admin-login .message p {
	color: #f00 !important;
}





/*パスワード再発行画面
.login dl dt {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	font-size: 1.3rem;
}

.login dl dd {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 1.3rem;
}
*/




/*名簿管理システムへのリンク*/
.toMeibo {
	width:	15em;
	margin: 15px 0px 50px 0px;
	padding: 8px 45px;
	font-size: 1.4rem;
	color: #333;
	text-decoration: none;
	background: #cef;
	border: 1px solid #aaa;
	border-radius : 5px;
}

.toMeibo:hover {
	color: #fff;
	background: #58d;
	border: 1px solid #888;
}
















/*601px以上の画面　スマートフォン用コンテンツの非表示*/

.sm,
.globalnavi_sm,
#menu_sm {
	display: none;
	}





/*1200px以下の画面　左右のアキを追加*/
@media only screen and (max-width: 1140px){

	.txtArea:not(.slideArea > .txtArea)	{
		width: 96%;
		padding: 0% 2% 0% 2%;
	}

	.upperRightMenu {
		right: 2%;
	}

	.siteTitle {
		left: 2%;
	}

	#search {
		right: 2%;
	}

	.breadcrumbs	{
		width: 96%;
		padding: 0% 2% 0% 2%;
		padding-top: 20px;
	}

	.pages .titleArea h1 {
		top: 33px;
		left: 2%;
	}

	.pages .titleArea .leadCopy {
		top: 101px;
		left: 2%;
	}

	.globalNav ul.leftsideBtn li a {
		padding: 6px 18px 5px 18px;
	}

	.globalNav ul.leftsideBtn li:first-child a {
		padding-left: 50px;
		border-left: solid 1px #cde;
		background: url(images/home.png) no-repeat 10px 0px;
	}

	.globalNav ul.rightsideBtn li a {
		padding: 6px 8px 6px 8px;
	}



/*スライドショー内の文字の設定とか*/
	.metaslider .caption h1 {
		padding: 5px 450px 10px 20px !important;
	}

	.metaslider .caption-wrap {
		top: 80px; /* 黒枠の上からの位置 */
		height: 50%; /* 黒枠の縦幅 */
		border-top: 1px solid rgba(0,0,0,0.1);
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}

}





/*1000px以下の画面*/
@media only screen and (max-width: 1000px){

/*ニュースたぶの右のアキをなくす*/
	.newsContainer::after {
		width: 100%;
	}

	.pages .titleArea h1 {
		top: 10px;
	}

	.pages .titleArea .leadCopy {
		top: 75px;
	}

}





/*960px以下の画面　メインメニューの隙間を減らした〜flexボックスの並びを2つに*/
@media only screen and (max-width: 960px){

	.contentsFrame {
		width: 47%;
	}

	.pickupContainer {
		width: 47%;
	}

	.pages .contentsFrame {
		width: 47%;
	}

}





/*940px以下の画面　indexのお知らせの構造を縦並びに*/
@media only screen and (max-width: 940px){

/*メニューを2段に*/
	.globalNav ul.leftsideBtn li a {
		padding: 8px 30px 7px 30px;
	}

	.globalNav ul.rightsideBtn {
		float: left;
	}

	.globalNav ul.rightsideBtn li a {
		margin: 15px 10px 0px 0px;
		padding: 10px 30px 10px 30px;
	}

	nav {
		padding: 0px 0px 10px 0px;
	}

/*タブ*/
	.newsContainer .tabLabel {
		padding: 10px 10px 10px 25px;
		flex: 1;
		order: 0;
		font-size: 1.6rem;
		color: #777;
		background: #eee;
		border-radius: 0px 0px 0px 0px;
	}

/*お知らせコンテンツ*/
	.newsContainer .newsContent {
		width: 100%;
		height: 0;
		overflow: hidden;
		opacity: 0;
		margin: 0px 0px 0px 0px;
	}

/*選択されたタブ*/
	.newsContainer input:checked + .tabLabel {
		color: #333;
		background: #fff;
		border-bottom: 1px solid #fff;
		border-radius: 10px 10px 0px 0px;
	}

/*選択されたコンテンツ*/
	.newsContainer input:checked + .tabLabel + .newsContent {
		height: 350px;
		padding: 10px 20px 20px 20px;
		border-top: 1px solid #fff;
		border-radius: 0px;
		opacity: 1;
	}



/*スライドショー内の文字の設定とか*/
	.metaslider .caption h1 {
		padding: 10px 350px 10px 20px !important;
	}

	.metaslider .caption p {
		padding: 0px 350px 10px 20px !important;
	}

	.metaslider .caption-wrap {
		top: 60px; /* 黒枠の上からの位置 */
		height: 60%; /* 黒枠の縦幅 */
		border-top: 1px solid rgba(0,0,0,0.1);
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}



/*他サイトのバナー*/
	.uhcta,
	.dbc {
		float: none;
		margin: 0px 0px 10px 10px;
		padding: 0px 0px 0px 0px;
		background: none;
		border: none;	
	}

	.uhcta img {
		max-height: 90px;
	}

	.dbc img {
		max-height: 60px;
	}


}





/*840px以下の画面（iPad 10.5インチ以下）*/
@media only screen and (max-width: 840px){

	.pc {
		display: none;
	}

	.upperHeader {
		height: 160px;
	}

	#search {
		top: 100px;
		left: 2%;
	}

	#search .inputarea {
		left: 0px;
	}

	#search input[type="text"] {
		width: 370px;
	}

	#search .searchbtn {
		left: 380px;
	}



	.index .flex {
		display: block;
		justify-content: start;
		margin: 0px 0px 50px 0px;
}

	.contentsFrame {
		width: 70%;
		margin: 0px auto 30px auto;
	}

	.pickupContainer {
		width: 70%;
		margin: 0px auto 50px auto;
	}

	.pickupImage {
		height: 220px;
	}

	.pages .flex {
		display: block;
		justify-content: start;
		margin: 0px 0px 50px 0px;
}

	.pages .contentsFrame {
		width: 70%;
		margin: 0px auto 30px auto;
	}

	.footerArea,
	.footer {
		text-align: center !important;
	}
	
	.uhcta {
		float: none;
	}

	.uhcta img {
		max-width: 200px;
	}

	.pages section.aboutus,
	.pages section.tg1,
	.pages section.tg2,
	.pages section.tg3,
	.pages section.tg4,
	.pages section.tg5,
	.pages section.annualreport,
	.pages section.plan,
	.pages section.other,
	.pages section.news {
		background-position: 30% 0%;
	}



/*スライドショー内の文字の設定とか*/
	.metaslider .caption h1 {
		padding: 5px 250px 10px 20px !important;
	}

	.metaslider .caption p {
		padding: 0px 300px 10px 20px !important;
	}

	.metaslider .caption-wrap {
		top: 45px; /* 黒枠の上からの位置 */
		height: 60%; /* 黒枠の縦幅 */
		border-top: 1px solid rgba(0,0,0,0.1);
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}



/*マッチングのフォーム*/
	.txtArea .specializedform dl {
		flex-direction: column;
	}



/*写真*/
	.fig {
		max-width: 94%;
	}


}





/*750px以下の画面*/
@media only screen and (max-width: 750px){

/*ヘッダーロゴ周りの位置変更*/
	.upperHeader {
		height: 160px;
	}

	.siteTitle {
		top: 56px;
	}

	#search {
		top: 110px;
	}

	.upperRightMenu {
		left: 2%;
	}

	.upperRightMenu li {
		float: left;
	}



/*スライドショー内の文字の設定とか*/
	.metaslider .caption h1 {
		padding: 0px 150px 10px 20px !important;
	}

	.metaslider .caption p {
		padding: 0px 150px 10px 20px !important;
	}

	.metaslider .caption-wrap {
		top: 25px; /* 黒枠の上からの位置 */
		height: 100%; /* 黒枠の縦幅 */
		background: rgba(255,255,255,0.0) !important;
		border: none;
	}


}


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

	.pages .titleArea h1 {
	font-size: 2.9rem;
	}

	.pages .titleArea .leadCopy {
	font-size: 1.55rem;
	}

}


/*スマートフォン 縦位置のサイズ*/
@media only screen and (max-width: 660px){

	.sm {
		display: block;
	}

	.upperRightMenu,
	.globalNav,
	#page-top {
		display: none;
	}

	#menu_sm {
		display: block;
	}

	.siteTitle img {
		width: 95%;
	}


	#search input[type="text"] {
		width: 85%;
	}

	#search .searchbtn {
		left: 88%;
	}

	.footerArea {
		margin: 50px 0px 0px 0px;
		padding: 10px 0px 0px 0px;
		background: #deedd2;
	}

	.easyaccess {
		display: none;
	}

	.footer {
		margin: 0px 0px 0px 0px;
		background: #0054c0;
		background: #95a4cb;
	}



	h1.forStaticPage,
	h2 {
		margin: 20px 0px 20px 0px;
		padding: 0px 0px 6px 0px;
		font-size: 2.4rem;
		line-height: 1.2;
		border-bottom: 10px solid #004097;
	}

	.index h2 {
		margin: 20px 0px 20px 0px;
	}

/*子ページのh1*/
	.pages h1.category {
		margin: 20px 0px 10px 0px;
	}

	.pages h1.category span {
		padding: 0px 30px 6px 30px;
	}

	.contentsDate {
		margin: -15px 0px 10px 0px;
		text-align: left;
	}



/*タイトル画像まわり*/
	.pages section.titleAreaImage {
		height: 300px;
	}

	.pages .titleArea {
		position: static;
		margin: 0px;
		padding: 10px 0px 0px 10px;
	}

	.pages .titleArea h1 {
		position: static;
		width: 88%;
		font-size: 2.0rem;
		line-height: 1.5;
	}

	.pages .titleArea .leadCopy {
		position: static;
		width: 88%;
		margin: 10px 0px 0px 0px;
		font-size: 1.4rem;
		line-height: 1.8;
	}

	.pages .titleArea .leadCopy br {
		display: none;
	}



	.contentsFrame {
		width: 98%;
		margin: 0px auto 20px auto;
		border: 2px solid #ddd;
	}

	.pickupContainer {
		width: 94% !important;
		margin: 0px auto 20px auto;
	}

	.pickupImage {
		height: 150px;
	}

	.pages .contentsFrame {
		width: 98%;
		margin: 0px auto 20px auto;
		border: 2px solid #ddd;
	}


	.pages section.aboutus,
	.pages section.tg1,
	.pages section.tg2,
	.pages section.tg3,
	.pages section.tg4,
	.pages section.tg5,
	.pages section.annualreport,
	.pages section.plan,
	.pages section.other,
	.pages section.news {
		background-position: 40% 0%;
	}



/*スライドショー内の文字の設定とか*/
	.metaslider .caption h1 {
		padding: 0px 10px 10px 20px !important;
		font-size: 4.5vw !important;
	}

	.metaslider .caption p {
		padding: 0px 10px 0px 20px !important;
		font-size: 3.5vw !important;
	}

	.metaslider .caption-wrap {
		top: 0px; /* 黒枠の上からの位置 */
		height: 100%; /* 黒枠の縦幅 */
	}



/*他サイトのバナー*/

	.uhcta img {
		max-height: 80px;
	}

	.dbc img {
		max-height: 55px;
	}



/*マッチングリストの検索*/
	.matchSearch .inputarea {
		position: static;
		top: 0px;
		right: 27px;
	}

	.matchSearch form {
		display: flex;
		flex-wrap: wrap;
	}

	.matchSearch input[type="text"] {
		width: 80%;
		margin: 0px 6px 0px 0px;
	}

	.matchSearch .sorezore {
		position: static;
	}

	.matchSearch .searchbtn {
		position: static;
	}




/*スマートフォン用ナビゲーション*/

/*ページのあたま*/

	.globalnavi_sm  {
		display: block;
		margin-right: 0%;
		text-align: right;
	}

	.globalnavi_sm a {
		width: 8em;
		padding: 8px 10px 8px 10px;
		color: #0ae;
		background: #333;
		font-size:	1.5rem;
		font-weight: bold;
		border-bottom-left-radius: 4px;
	}

	.globalnavi_sm a:hover {
		color: #fff;
	}



/*メニュー本体*/

	ul#menu_sm {
		width: 100%;
		margin: 0px 0px 0px 0px;
		font-size: 0px;
		border-top: 1px solid #888;
	}

	ul#menu_sm li {
		display: block;
		margin: 0px;
		padding: 0px;
		font-size:	1.5rem;
		line-height: 1.35;
		font-weight: bold;
		vertical-align: middle;
	}

	ul#menu_sm li a {
		display: block;
		padding: 15px 0px 15px 0px;
		padding-left: 4%;
		text-align: left;
		color: #555;
		text-decoration: none;
		background: #fff;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #ccc;
	}

	ul#menu_sm li a:hover {
		color: #000;
		text-decoration: none;
		background: #eee;
	}


/*子要素*/
	ul#menu_sm li ul.sub-menu li ul.sub-menu li a {
		display: block;
		padding: 15px 0px 15px 0px;
		padding-left: 8%;
		text-align: left;
		color: #555;
		text-decoration: none;
		background: #fff;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #ccc;
	}



/*カテゴリータイトル、コンテンツと
を隠す*/
	ul#menu_sm li.cateTitle a {
		display: none;
	}

	ul#menu_sm li.cateTitle ul.sub-menu a {
		display: block !important;
	}


/*ページトップへ*/
	ul#menu_sm li.totop a {
		text-align: center;
	}


/*このページ*/
	ul#menu_sm li a.open {
		color: #333;
		background: #eee;
		text-shadow: 1px 1px 2px #fff;
	}



}



