@charset "utf-8";

/*
Theme Name: 68jsasem
Theme URI: 
Description: 第68回 日本宇宙航空環境医学会大会
Version: 1.0
Author: 1M Inc.
Author URI: https://ichiem.jp
*/


* {
}


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

body {
	background: #fff;
}



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

/*Set up a "footer" at the bottom of the page.
body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;

	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%
}

footer {
	margin-top: auto;
}
*/



#wrapper {
	width: 1080px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background: #fff;
	box-shadow: 0px 0px 20px #888;
}

.index #wrapper {
	height: 1527px;
	background: url(images/index_bg.jpg) no-repeat;
}



/*メニューまわり*/
header {
	padding: 15px 0px 10px 0px;
	background: #000;
	border-top: 6px solid #3231a9;
	border-bottom: 1px solid #888;
}

ul.mainMenu {
	width: 980px;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 100px;
}

ul.mainMenu:nth-child(1) {
	padding: 0px 0px 7px 100px;
	border-bottom: 1px solid #777;
}

ul.mainMenu li {
	display: inline;
	margin: 0px 18px 0px 0px;
	padding: 0px 18px 0px 0px;
	white-space: nowrap;
	border-right: 1px solid #aaa;
}

ul.mainMenu li:nth-child(1) {
	padding: 0px 18px 0px 18px;
	border-left: 1px solid #aaa;
}

ul.mainMenu a {
	font-size: 1.4rem;
	line-height: 1.8;
	color:	#fff;
	background: #000;
	font-weight: normal;
}

ul.mainMenu a:hover {
	color:	#ff7;
	background: #330;
	text-shadow: 3px 3px 10px #fff, -3px -3px 10px #fff;
}

ul.mainMenu a.open {
	color:	#acf;
	font-weight: bold;
}

ul.mainMenu a.open:hover {
	color:	#acf;
	background: #000;
	text-shadow: none;
}




.txtArea {
	width: 880px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

.pages .txtArea {
	min-height: 800px;
}



.index .siteTitle {
	max-width: 680px;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.pages .siteTitle {
	max-width: 471px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

/*青帯
.index .accent {
	width: 100px;
	height: 7px;
	margin: 20px 0px 25px 287px;
	background: #4e80ff;
}
*/

.pages .accent {
	width: 100px;
	height: 7px;
	margin: 30px auto 30px auto;
	background: #4e80ff;
}

.index .theme {
	max-width: 362px;
	margin: -5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.index .owada {
	max-width: 220px;
	margin: 100px 0px 0px -5px;
	padding: 0px 0px 0px 0px;
}

.index .info {
	max-width: 680px;
	margin: -210px 0px 0px 225px;
	padding: 20px 0px 0px 0px;
}

.owadaQr {
	width: 170px;
	height: 171px;
	margin: 200px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}




/*新着情報*/
.newsArea {
	width: 680px;
	margin: 70px 0px 0px 0px;
}

.newsTitle {
	font-size: 1.5rem;
	line-height: 1.8;
	color:	#fff;
	font-weight: normal;
}

.news {
	height: 240px;
	overflow-y: scroll;
	margin: 5px 0px 0px 0px;
	padding: 15px 15px 15px 15px;
	border: 1px solid #559;
	background: rgba(0, 0, 30, 0.1);
}

.news ul {
	max-height: 320px;
	margin: 0em 0em 0em 0em !important;
	padding: 0px 25px 0px 0px;
}

.news ul li {
	margin: 0px 0px 7px 0px;
	padding-left: 7.5em;
	text-indent: -7.5em;
	font-size: 1.5rem;
	line-height: 1.8;
	color:	#eee;
	font-weight: normal;
	text-shadow: 0px 0px 10px #000;
}

.news ul li a {
	color:	#ffa;
}





/*フッター*/
.index #wrapper {
	position: relative;
}

.index footer {
	position: absolute;
	bottom: 30px;
	left: 100px;
}

.index footer p {
	font-size: 1.2rem;
	color:	#035;
	font-weight: normal;
}

.pages footer {
	margin: 100px auto 0px auto;
	padding: 50px 0px 50px 0px;
	text-align: center;
	background: #333;
}

.pages footer p {
	margin: 0px 0px 10px 0px;
	font-size: 1.3rem;
	color:	#ccc;
	font-weight: normal;
}

.pages footer p.office {
	margin: 0px 0px 5px 0px;
	font-size: 1.5rem;
	color:	#eee;
	font-weight: bold;
}

.pages footer p.copyright {
	font-size: 1.1rem;
	color:	#aaa;
	font-weight: normal;
}





/*Page topへ*/ 

#page-top {
	position: fixed;
	bottom: 200px;
	right: 100px;
	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;
}





/*テキスト指定*/
h1 {
	margin: 100px 0px 70px 0px;
	padding: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px; /*2022_08_22_変更*/
	font-size: 3.2rem;
	line-height: 1.5;
	color:	#000;
	font-weight: bold;
	border-bottom: 10px solid #333;
	border-bottom: 1px solid #888; /*2022_08_22_変更*/
	text-align: center; /*2022_08_22_追加*/
}

h1 span {
	font-size: 2.5rem;
}


/*
h2 {
	margin: 50px 0px 30px 0px;
	padding: 20px 10px 20px 20px;
	font-size: 2.0rem;
	line-height: 1.5;
	color:	#0e408f;
	font-weight: bold;
	border: 1px solid #4e80df;
	border-radius: 10px;
}
*/

/*2022_08_22_下記に変更*/
h2 {
	margin: 70px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 2.8rem;
	line-height: 1.5;
	color:	#000;
	font-weight: bold;
}

h3 {
	margin: 40px 0px 15px 3px;
	padding: 0px 0px 0px 10px;
	padding: 5px 0px 5px 10px; /*2022_08_22_変更*/
	font-size: 1.8rem;
	line-height: 1.5;
	color:	#333;
	font-weight: bold;
	border-left: 5px solid #4ea0ef;
	border-left: 7px solid #555; /*2022_08_22_変更*/
}

h4 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.8rem;
	line-height: 1.5;
	color:	#333;
	font-weight: bold;
}

h4 span {
	font-size: 1.6rem;
}

.txtArea p,
.txtArea dl,
.txtArea ul,
.txtArea ol,
.txtArea table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.5rem;
	line-height: 2.0;
	color:	#333;
	font-weight: normal;
	font-weight: bold;
}

.txtArea p {
	margin: 0em 0em 1em 0.5em; 
}

.txtArea p.romanN {
	margin: 0em 0em 1em 2.0em; 
}

.txtArea ul {
	margin: 0em 0em 0em 1.5em; 
	list-style: disc;
	font-weight: bold;
}



.txtArea p.dansage0 {
	margin: 0em 0em 1em 0em;
	padding-left: 8.2em;
	text-indent: -8.2em;
}

.txtArea p.dansage01 {
	margin: 0em 0em 1em 2em;
	padding-left: 11.2em;
	text-indent: -11.2em;
}

.txtArea p.dansage02 {
	margin: 0em 0em 1em 10.0em;
}

/**/
.txtArea p.dansage03 {
	margin: 0em 0em 1em 2em;
	padding-left: 8.2em;
	text-indent: -8.2em;
}

.txtArea p.dansage04 {
	margin: 0em 0em 1em 8.2em;
}



.txtArea table.general {
	width: 100%;
	margin: 5px 0px 5px 0px;
	border: 1px solid #aaa;
}

.txtArea table.general th {
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	background: #ededed;
	border: 1px solid #ccc;
}

.txtArea table.general td {
	padding: 10px 10px 10px 10px;
	border: 1px solid #ccc;
}


.txtArea table.layout {
	width: 100%;
	margin: 0px 0px 0px 10px;
	border: none;
}

.txtArea table.layout td {
	padding: 0px 10px 0px 0px;
	border: none;
}





/*ボタン*/

.linkBtn {
	display: block;
	width: 25em;
	margin: 20px auto 0px auto;
	margin: 30px auto 30px auto; /*2022_08_22_変更*/
	padding: 12px 0px 12px 0px;
	padding: 15px 0px 15px 0px; /*2022_08_22_変更*/

	font-size:	1.7rem;
	line-height:   1.5;
	text-align:	center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background:   #335; /*2022_08_22_変更*/
	border:   1px solid #446; /*2022_08_22_変更*/

	border-radius: 10px; 
	transition-property:	all;
	transition-duration:	0.1s;
	transition-timing-function:	ease-in-out;
}

.linkBtn:hover {
	color:	#fff;
	background:   #05d;
	text-decoration: none;
	border:   2px solid #58f;
	border:   1px solid #05f; /*2022_08_22_変更*/
}

.linkBtn:visited {
	color:	#fff;
}

.linkBtnHalf {
	display: block;
	width: 20em;
	margin: 20px auto 0px auto;
	padding: 10px 0px 10px 0px;

	font-size:	1.5rem;
	line-height:   1.5;
	text-align:	center;
	text-decoration: none;
	color:	#005;
	font-weight: bold;
	background:   #ecf0f3;
	border:   2px solid #8ac;

	border-radius: 8px; 
	transition-property:	all;
	transition-duration:	0.1s;
	transition-timing-function:	ease-in-out;
}

.linkBtnHalf:hover {
	color:	#fff;
	background:   #58f;
	text-decoration: none;
	border:   2px solid #58f;
}

/*背景色*/
.btn_bg {
	width: 100%;
	margin: 20px 0px 50px 0px;
	padding: 20px 0px 20px 0px;
	border:   1px solid #8cf;
	background: #84f0fc;
	border-radius: 5px; 
}

.btn_bg_green {
	width: 100%;
	margin: 50px 0px 50px 0px;
	padding: 20px 0px 20px 0px;
	background: #d4f5ca;
	border-radius: 5px; 
}

/*アンケートページへのボタン*/
a.toBtn  {
	display: block;
	padding: 4px 2px 4px 2px;
	font-size:	1.4rem;
	text-align:	center;
	font-weight:	bold;
	color:	#fff !important;
	background: #58d;
	border-radius: 4px; 
}

a.toBtn:hover {
	background: #03a;
	text-decoration: none;
}





img.accesssMap {
	width: 100%;
	max-width: 642px;
}



/*囲み*/
.enclosure_example {
	margin: 0px 0px 0px 0px;
	padding: 30px 50px 50px 50px;
	line-height:   1.8;
	border:   1px solid #aaa;

}

.enclosure {
	margin: 0px 0px 8px 0px;
	padding: 15px 10px 5px 15px;
	line-height:   1.8;
	border: 1px solid #aaa;
	border-top: 2px solid #aaa;
}

.enclosure02 {
	margin: 20px 0px 15px 0px;
	padding: 20px 10px 15px 20px;
	border: 3px solid #aaa;
	border-radius: 10px;
}

.enclosure03 {
	margin: 20px 0px 15px 0px !important;
	padding: 15px 10px 15px 20px !important;
	border: 2px solid #aaa;
	border-radius: 10px;
}



/*顔写真付き*/
.bythePhoto {
	margin: -1em 0em 2em 12.5em;
}

.bythePhoto p {
	margin: 0em 0em 0em 3.0em; 
}

.bythePhoto img {
	padding: 1px;
	border: 1px solid #ccc;
}














/*スマートフォン用コンテンツの非表示*/

.globalnavi_sm,
.MenuSm,
.sm {
	display: none;
	}





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



	.pc {
	display: none;
	}

	.sm,
	.globalnavi_sm,
	.MenuSm {
		display: block;
	}


	#wrapper {
		width: 100%;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		box-shadow: none;
	}

	.index #wrapper {
		width: 100%;
		background: #000 url(images/index_bg_sm.jpg) no-repeat;
		background-size: 105%;
	}




	/*メニューまわり*/
	header {
		display: none;
	}



	.txtArea {
		width: 94%;
		margin: 0px 0px 0px 0px;
		padding: 0% 3% 0% 3%;
	}

	.pages .txtArea {
		min-height: 400px;
		margin: 0px 0px 30px 0px;
	}



	.index .siteTitle {
		margin: 20px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

	.pages .siteTitle {
		margin: 0px auto 0px auto;
		padding: 0px 0px 0px 0px;
	}


	/*青帯
	.index .accent {
		width: 100px;
		height: 7px;
		margin: 20px auto 25px auto;
		background: #4e80ff;
	}
*/

	.pages .accent {
		width: 100px;
		height: 7px;
		margin: 20px auto 12px auto;
		background: #4e80ff;
	}


	.index .theme {
		max-width: 250px;
		margin: -5px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

	.index .info {
		max-width: 680px;
		margin: -20px auto 0px auto;
		padding: 20px 0px 0px 0px;
	}

	.smIndexinfoArea {
	}


	/*新着情報*/
	.newsArea {
		width: 100%;
		margin: 80px 0px 0px 0px;
	}

	.newsArea .news {
		background: rgba(0, 0, 0, 0.7);

	}


	/*フッター*/
	.index #wrapper {
		position: static;
	}

	.index footer {
		position: static;
	}

	.index footer p {
		width: 94%;
		margin: 30px auto 0px auto;
		padding: 0% 3% 3% 3%;
		font-size: 1.2rem;
		line-height: 1.5;
		color:	#aaa;
		font-weight: normal;
	}

	.pages footer {
		margin: 30px auto 0px auto;
		padding: 50px 15px 50px 15px;
	}





	/*Page topへ*/ 
	
	#page-top {
		display: none;
	}



	/*テキスト指定*/
	h1 {
		margin: 60px 0px 40px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 3.0rem;
		line-height: 1.5;
		color:	#000;
		font-weight: bold;
		border-bottom: 8px solid #333;
	}

	.txtArea p,
	.txtArea dl,
	.txtArea ul,
	.txtArea ol,
	.txtArea table {
		font-size: 1.5rem;
		line-height: 2.0;
		color:	#333;
		font-weight: normal;
	}



	.txtArea p.dansage0 {
		margin: 0em 0em 1em 0em;
		padding-left: 3.8em;
		text-indent: -3.8em;
	}

	.txtArea p.dansage01 {
		margin: 0em 0em 1em 1em;
		padding-left: 3.8em;
		text-indent: -3.8em;
	}

	.txtArea p.dansage02 {
		margin: 0em 0em 1em 3.8em;
	}

	.bythePhoto {
		margin: -1em 0em 2em 5.8em;
	}








/*ボタン*/
	.linkBtn {
		width: 90%;
	}

	.linkBtnHalf {
		width: 60%;
	}









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

/*ページのあたまに出るMENU*/
	.globalnavi_sm  {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		text-align: right;
	}

	.globalnavi_sm a {
		width: 8em;
		padding: 12px 12px 8px 12px;
		color: #0bf;
		background: #333;
		font-size:	1.6rem;
		line-height: 2.0;
		font-weight: bold;
		border-bottom-left-radius: 4px;
	}

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



/*メニュー本体*/
	.MenuSm  {
		width: 100%;
		margin: 20px 0px 20px 0px;
		border-top: 5px solid #ccc;
		border-bottom: 5px solid #ccc;
	}

	.index .MenuSm  {
		border-top: 1px solid #8bf;
		border-bottom: 5px solid #ccc;
	}

.MenuSm li a {
		display: block;
		padding: 25px 5px 5px 20px;
		font-size: 1.5rem;
		line-height: 1.5;
		color: #fff;
		background: #002;
		font-weight: bold;
		letter-spacing: 0.05em;
		text-decoration: none;
		border-bottom: 1px solid #88a;
	}

	.MenuSm li a:hover,
	.MenuSm li a:hover.totop {
		color: #005;
		background: #aab;
	}

	.MenuSm li a.open {
		color: #fff;
		background: #03a;
	}

	/*ページトップへ*/
	.MenuSm li a.totop {
		padding: 15px 0px 15px 0px;
		text-align: center;
		background: #333;
	}





}





