@charset "UTF-8";
/* CSS Document */

/*共通
-----------------------------------------------------------------------------------------------------------------------------------*/

/*全体
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background: linear-gradient(#fff, #fffff3);
	-webkit-text-size-adjust: none;
	color: #666;
	font-family: 'Noto Sans JP','Roboto','Roboto Condensed', 'Caribli', 'Arial', 'Helvetica', sans-serif;
	font-size: 16px;
	line-height: 2;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd
   {
	margin: 0px;
	padding: 0px;
	font-size: 1rem;
	font-weight: normal;
}
ul {
    list-style-type: none;
    color: #666;
}
ol {
	padding-left: 40px;
	padding-bottom: 15px;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

/*リンク
---------------------------------------------------------------------------*/
a {
	color: #666;
	transition: 0.3s;
}
a:hover {
	color: #88a5d5;
}

/*コンテナー全体
---------------------------------------------------------------------------*/
#container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2%;
}

/*flexbox
---------------------------------------------------------------------------*/
.wrapper{
	display: flex;
	justify-content: center;
	align-items:center;
}
.linethrough {
    text-decoration: line-through;
	color: #f00;
}

/*メニューナビ
---------------------------------------------------------------------------*/
/*メニューナビ全体*/
#globalnavi {
	height: 32px;
    padding: 4px 0px;
    background: #fff;
	margin: 0px;
}
/*メニューリスト*/
#globalnavi ul {
    text-align: center;
    font-size: 1rem;
	font-weight:700;
	letter-spacing: 0.5px;
}
#globalnavi li {
	display: inline;
}
#globalnavi li a {
	text-decoration: none;
    color:#224466;
	padding: 10px 36px;
}
/*メニューマウスオーバー*/
#globalnavi li a:hover {
    color: #88a5d5;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents h3 {
    clear: both;
    margin-bottom: 0px;
    padding: 40px 20px 10px;
    color: #1a2f5d;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 2px;
}
#contents h4 {
    clear: both;
    margin-bottom: 0px;
	padding: 0.25rem 1.3rem;
    color: #fff;
    text-align: left;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 1px;
    border-bottom: 3px dotted #fff;
	background-color: #DE83AF;
	line-height: 2em;
}
#contents div {
	padding: 20px 20px 40px;
}
#contents section + section {
	margin-top: 60px;
}

/*フッター全体
---------------------------------------------------------------------------*/
footer {
	clear: both;
	position: relative;
	font-size: 0.9rem;
	background: #f3f3f3;
	color: #666;
	text-align: center;
}
footer a {
    color: #666;
}
footer a:hover {
    opacity: 0.5;
	color: #9cf;
}

/*フッター インフォメーション
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footerarea {
	width: auto;
	display: flex;
	justify-content: center;
	padding: 32px 32px 48px;
	font-size: 0.9rem;
	line-height: 1.5;
	text-align: left;
}
#footerarea a {
	color: #666;
	text-decoration: none;
}
footerarea a:hover {
    opacity: 0.5;
}
/*ボックスLR*/
.footermenuL {
	width: auto;
	margin: 0px 100px 0px 0px;
}
.footermenuR {
	width: auto;
}

/*コピーライト*/
#copyright div{
    padding: 12px 0px 20px;
	background: linear-gradient(to right, #217fc4, #e2e9f6);
    font-size: 0.8rem;
    text-align: center;
	text-shadow: 0px 0px 3px #333;
    line-height: 2rem;
    color: #fff;
}
#copyright div a{
	text-decoration: none;
    color: #fff;
}
#copyright a:hover {
	opacity: 0.3;
	color: #9cf;
}

/*ヘッダー
---------------------------------------------------------------------------*/
/*ブロック全体*/
#header{
    background-color: #fff;
	width: 100%;
	max-height: auto;
}
#headerbg {
    width: auto;
	max-height: 100px;
    background-image: url("../images/headerbg.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#headerlogo img {
	margin: 10px 0 10px 10px;
	padding: 8px;
	width: auto;
	height: 90%;
}
#headertitle img{
	margin: 15px 10px 10px 0;
	padding: 8px;
	max-height: 120px;
	width: auto;
	height: 90%;
}

/*トップページ「メインビジュアル nemophylla」
---------------------------------------------------------------------------*/
#mainvisual {
    background-color: #fff;
    max-width: 100%;
	height: 120px;
    background-image: url("../images/visualtop.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
/*サブページ「nemophylla」
---------------------------------------------------------------------------*/
#mainvisualsub {
    background-color: #fff;
    max-width: 100%;
	height: 32px;
    background-image: url("../images/visualtop.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}

/*トップページ「General Info.」
---------------------------------------------------------------------------*/
/*ブロック全体*/
.ginf {
	width: 70%;
	height: auto;
	margin: 0px auto 20px;
	padding: 0px;
	font-size: 1rem;
	box-sizing: border-box;
	border: solid 6px #e5e6ea;
}
.ginf dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  	max-width: 100%;
	height: inherit;
	margin: 10px 5%;
	align-content: center;
}
.ginf dt {
	width: 18%;
}
.ginf dd {
	width: 82%;
	letter-spacing: 0.5px;
}

/*トップページ「information」
---------------------------------------------------------------------------*/
#info{
	width: 700px;
	height: auto;
	margin: 0px auto 80px;
	padding: 0px;
	font-size: 1rem;
}
#info div{
	padding: 0;
}
#info dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-content: flex-start;
	line-height: 1.2rem;
}
#info dt {
	width: 20%;
	border-bottom: dotted 1px #88a5d5;
	padding: 8px 0px;
}
#info dd {
	width: 80%;
	border-bottom: dotted 1px #88a5d5;
	padding: 8px 0px;
}
.scroll {
    height: 120px;
    overflow: auto;
}

/*ご挨拶
---------------------------------------------------------------------------*/
#greeting{
	MAX-width: 80%;
	margin: 0% 10% 5%;
	vertical-align: top;
	color: #333;
	}
#greeting div{
    font-size: 1rem;
	font-weight: 300;
	line-height: 2;
	padding:0.5em;
	}
#greeting .gimg{
	margin: 0% 1%;
	height: 180px;
	background-image:url("../images/3rdjsvin_drhayakawa.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	}
#greeting .gtxt{
	text-align: justify;
}
.indent{
	text-indent: 1rem;
}
.margin50{
    padding-left: 50%;
}

/*演題募集
---------------------------------------------------------------------------*/
table {
    border-collapse: collapse;
    margin: 0 auto 70px;
    padding: 0;
    width: auto;
    table-layout: auto;
    line-height: 1.5;
    letter-spacing: 0.2px;
}
table tr {
    padding: .35em;
}
.atable{
	max-width: 80%;
}
.atL{
	width: 15%;
    background-color: #EFC6DA;
	text-align: center;
	border: 1px solid #DE83AF;
}
.atR{
	padding: 1em 1.5em;
	background-color: #fff;
	border: 1px solid #DE83AF;
}
.atable p{
	font-size: 0.9rem;
	margin-top: 0.5em;
	margin-left: 1em;
	text-indent: -1rem;
}
.atable ol{
	padding: 0 1rem;
}
.atable li{
	padding: 0.15em 0em;
}
.atable a:hover {
	color: #DE83AF;
}

/*参加登録
---------------------------------------------------------------------------*/
#reg{
	text-align: left;
	margin: 0px 100px;
}
#reg2{
	text-align: center;
	margin: 0px 100px;
}
#reg2 p.register{
	display: inline-block;
	line-height: 3em;
}
#reg2 p.register a {
	color: #fff;
	font-size: 1.2rem;
	font-weight:400;
	text-align: center;
	text-decoration: none;
	display: block;
	border: 0;
	background-color: #CF4D8C;
	border-radius: 8px;	/*角丸*/
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .5);	/*シャドー*/
	width: 200px;
}
#reg div.register a:hover {
	color: #fff;
	background-color: #DE83AF;
	transition: 0.5s;
}
#reg li.ind1{
  position: relative;
  padding-left: 20px;
} 
#reg li.ind1:before {
  content: "";
  position: absolute;
  top: .7em;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #CF4D8C;
  border-radius: 50%;
}
#reg li.ind2{
  margin-left: 20px;
  position: relative;
  padding-left: 14px;
} 
#reg li.ind2:before {
  content: "";
  position: absolute;
  background-color: gray;
  top: .9em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.atablereg{
	margin-top: 20px;
	margin-bottom: 30px;
	max-width: 80%;
	width: 600px;
}
.atLreg{
	width: 20%;
    background-color: #EFC6DA;
	text-align: center;
	border: 1px solid #DE83AF;
}
.atRreg{
	padding: 1em 1.5em;
	background-color: #fff;
	border: 1px solid #DE83AF;
}

/*プログラム
---------------------------------------------------------------------------*/
#program{
	width: auto;
	text-align: center;
	margin: 0px 100px 30px;
	paddin: 0;
}
#program p.button{
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 3em;
	margin: 20px;
}
#program p.button a {
	color: #fff;
	font-size: 1.1rem;
	font-weight:400;
	text-align: center;
	text-decoration: none;
	display: block;
	border: 0;
	background-color: #CF4D8C;
	border-radius: 6px;	/*角丸*/
	width: 300px;
}
#program p.button a:hover {
	color: #fff;
	background-color: #DE83AF;
	transition: 0.5s;
}

/*COI
---------------------------------------------------------------------------*/
#coi{
	width: auto;
	text-align: center;
	margin: 0px 100px 30px;
	paddin: 0;
}
#coi p.button{
	display:inline-block;
	align-items: center;
	line-height: 1em;
	margin: 10px;
}
#coi p.button a {
	color: #fff;
	font-size: 0.9rem;
	font-weight:400;
	text-align: center;
	text-decoration: none;
	display: block;
	border: 0;
	background-color: #DE83AF;
	width: 200px;
	padding:8px;
}
#coi p.button a:hover {
	color: #fff;
	background-color: #EFC6DA;
	transition: 0.5s;
}

/*アクセス
---------------------------------------------------------------------------*/
#access{
	margin: 0 8%;
	width: 800px;
}
.map {
	width: 80%;
	height: 100%;
	padding: 0%;
	margin: 0 auto;
}
.map iframe {
	margin-bottom: 10%;
	left: 0;
	width: 100%;
}

/*リンク（関連サイト）
---------------------------------------------------------------------------*/
#link {
	max-width: 80%;
	height: 240px;
	line-height: 2;
	text-align: left;
	margin: 0 10%;
	}


@media screen and (min-width:768px){
/*改行*/
.br-pc { display: block; }
.br-sp { display: none; }
}

/*モバイル版（768px以下）の設定
----------------------------------------------------------------------------------------*/
@media screen and (max-width:768px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	/*background: linear-gradient(#fff, #CFE4F9);*/
	font-size: 1rem;
	line-height: 1.2;
	text-decoration: none;
}
#contents div {
	padding: 10px 10px 20px;
}
	
/*ヘッダー
---------------------------------------------------------------------------*/
/*ブロック全体*/
#header{
    background-color: #fff;
	width: 100%;
}
#headerbg {
    width: auto;
	max-height: 64px;
    background-image: url("../images/headerbg.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#headerlogo img {
	margin: 4px auto;
	max-height:40px;
}
#headertitle img {
	margin:  4px auto;
	max-width: 96%;
	max-height: 64px;
}
/*メニューナビ
---------------------------------------------------------------------------*/
/*メニューナビ全体*/
#globalnavi {
    background: #fff;
	height: 27px;
}
/*メニューリスト*/
#globalnavi ul {
    text-align: center;
	font-weight:700;
	line-height: 1.5;
}
#globalnavi li {
	margin: 4px auto;
    font-size: 0.8em;
	letter-spacing: -0.5px;
}
#globalnavi li a {
	text-decoration: none;
	padding: 5px 3px;
}
/*メニューマウスオーバー*/
#globalnavi li a:hover {
    color: #88a5d5;
}
/*コンテンツ
---------------------------------------------------------------------------*/
#contents h3 {
    clear: both;
    margin-bottom: 0px;
    padding: 30px 20px 0px;
    color: #1a2f5d;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
}
#contents h4 {
    clear: both;
    margin-bottom: 0px;
	padding: 0.25rem 1.3rem;
    color: #fff;
    text-align: left;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 1px;
    border-bottom: 3px dotted #fff;
	background-color: #DE83AF;
	line-height: 1.5em;
}
#contents div {
	padding: 20px 10px;
}

/*フッター インフォメーション
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footerarea {
	width: auto;
	height: inherit;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 16px 16px 24px;
	margin: 0 3%;
	font-size: 0.75rem;
	line-height: 1.2;
	text-align: left;
}
#footerarea a {
	color: #666;
	text-decoration: none;
}
footerarea a:hover {
    opacity: 0.5;
}
/*ボックスLR*/
.footermenuL {
	width: 96%;
	padding: 8px 0;
}
.footermenuR {
	width: 96%;
	padding: 8px 0;
}
/*フッター インフォメーション
---------------------------------------------------------------------------*/
/*コピーライト*/
#copyright div{
    padding: 8px 0px 8px;
	background: linear-gradient(to right, #217fc4, #e2e9f6);
    font-size: 0.75rem;
    text-align: center;
	text-shadow: 0px 0px 3px #333;
    line-height: 1rem;
    color: #fff;
}
#copyright div a{
	text-decoration: none;
    color: #fff;
}
#copyright a:hover {
	opacity: 0.3;
	color: #9cf;
}

/*サブページ「nemophylla」
---------------------------------------------------------------------------*/
.ginf {
	width: 96%;
	margin: 16px auto 20px;
	padding: 0px;
	box-sizing: border-box;
	border: solid 4px #e5e6ea;
	line-height: 1.2em;
}
.ginf dl {
	overflow: hidden;
	margin: 0px 2%;
}
.ginf dt {
	clear: left;
	float: left;
	width: 100%;
	color: #3E7ABB;
	font-size: 0.9em;
	font-weight: 500;
}
.ginf dd {
	width: 100%;
	margin-bottom: 8px;
	font-size: 0.9em;
	line-height: 1.2em;
	}
.ginf span{
	font-size:0.8em;
	letter-spacing: -0.02em;
	}

/*トップページ「information」
---------------------------------------------------------------------------*/
#info{
	width: 96%;
	margin: 0px auto 60px;
}
#info dl {
	overflow: hidden;
	padding: 0px;
	line-height: 1.2em;
}
#info dt {
	clear: left;
	float: left;
	width: 96%;
	color: #09c;
	font-size: 0.9em;
	padding: 2px 0px;
	}
#info dd {
	margin-bottom: 8px;
	font-size: 0.9em;
	width: 96%;
	border: none;
	line-height: 1.3em;
	padding: 2px 0px;
	}
.scroll {
    height: 120px;
    overflow: auto;
}
/*ご挨拶
---------------------------------------------------------------------------*/
#greeting{
	MAX-width: 96%;
	margin: 0% 2% 5%;
	}
#greeting div{
    font-size: 0.8rem;
	line-height: 1.5;
	padding:0.5em;
	}
#greeting .gimg{
	margin: 0% 1% 5%;
	height: 140px;
	background-position: center;
	}
.gtxt{
	text-align: justify;
}
.indent{
	text-indent: 1em;
}
.margin0{
    padding-left: 0%;
	text-align: right;
}
/*演題募集
---------------------------------------------------------------------------*/
table {
    margin: 0 auto 10px;
    line-height: 1.2;
}
table tr {
    padding: .1em;
}
.atable{
	max-width: 100%;
	font-size: 0.8rem;
}
.atL{
	width: 18%;
}
.atR{
	padding: 1em;
}
.atable p{
	font-size: 0.8rem;
}
.atable li{
	padding: 0.10em 0em;
	font-size: 0.8rem;
}
/*参加登録
---------------------------------------------------------------------------*/
#reg{
	width: 96%;
	margin: 0px;
	font-size: 0.8em;
	line-height: 1.5em;
}
#reg2{
	text-align: center;
	margin: 0px 4px;
}
#reg2 p.register{
	display: inline-block;
	line-height: 2.4em;
}
#reg2 p.register a {
	font-weight:400;
	font-size: 0.9em;
	text-align: center;
	text-decoration: none;
	display: block;
	border: 0;
	background-color: #CF4D8C;
	border-radius: 8px;	/*角丸*/
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .5);	/*シャドー*/
	width: 160px;
	height: 40px;
}
#reg div.register a:hover {
	color: #fff;
	background-color: #DE83AF;
	transition: 0.5s;
	}
#reg li.ind1{
	position: relative;
	padding-left: 14px;
	font-size: 0.8em;
} 
#reg li.ind1:before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #CF4D8C;
  border-radius: 50%;
}
#reg li.ind2{
  margin-left: 18px;
  position: relative;
  padding-left: 10px;
  font-size: 0.8em;
} 
#reg li.ind2:before {
  content: "";
  position: absolute;
  background-color: gray;
  top: .6em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.atablereg{
	margin-top: 0px;
	margin-bottom: 10px;
	max-width: 100%;
	width: auto;
}
.atLreg{
	width: 25%;
    background-color: #EFC6DA;
	text-align: center;
	border: 1px solid #DE83AF;
}
.atRreg{
	width: atuo;
	padding: 0.5em 1.5em;
	background-color: #fff;
	border: 1px solid #DE83AF;
}

/*COI
---------------------------------------------------------------------------*/
#coi{
	width: auto;
	text-align: center;
	margin: 0px;
}
#coi p.button{
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1em;
	margin: 0px 0 20px;
}

/*アクセス
---------------------------------------------------------------------------*/
#access{
	margin: 0 3%;
	width: 96%;
	height: 2rem;
	font-size: 0.9rem;
	line-height: 1.5rem;
}
#access div{
	width: 100%
}

.map {
	width: 90%;
	height: 90%;
	padding: 0%;
	margin: 0 auto;
}
.map iframe {
	margin-top: 0;
	margin-bottom: 4%;
	width: 100%;
}
/*リンク（関連サイト）
---------------------------------------------------------------------------*/
#link {
	height: 180px;
	margin: 0 10%;
	padding-top: 0.5rem;
	}
#link li {
	padding-bottom: 0.5rem;
	font-size: 0.9rem;
	line-height: 1.5rem;
	}
}