@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 author     :第25回日本摂食嚥下リハビリテーション学会学術大会
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #navSkip
 #page
  #contents
   #main
   #sub

ベースカラー：　ベージュ　#E4CA96
メインカラー：　ピンク　#CE476F
アクセントカラー1：ネイビー　#25445D
アクセントカラー2：ミントグリーン　#A0CDBA
背景カラー：

=================================================================== */


/*----------------------------------------------------
	リンクカラーなど
----------------------------------------------------*/
a:link {
	color: #3266D5;
}

.TextArea a:link {
	padding-bottom: .2px;
	border-bottom: 1px solid #3266D5;
	text-decoration: none;
}

a:visited {
	color: #3266D5;
}

.TextArea a:visited {
	padding-bottom: .2px;
	border-bottom: 1px solid #3266D5;
	text-decoration: none;
}

a:hover,
.TextArea a:hover {
	border-color: #7195E2;	
	text-decoration: none;
	color: #7195E2;	
}

a:active {
}

/*----------------------------------------------------
　Selected Text
----------------------------------------------- */
::selection {
	background-color: #B3D4FB;
	color: #222;
}

::-moz-selection {
	background-color: #B3D4FB;
	color: #222;
}

/*----------------------------------------------------
	汎用class
	※基本頭文字は小文字で
----------------------------------------------------*/
img {
    max-width: 100%;
    height: auto;
}

.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.center {
	margin: 0 auto;
	text-align: center;
}

.signature {
	text-align: right;
}

.text {
	text-indent: 1em;
}

.text_justify {
	text-align: justify;
}

a.roll:hover {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
  -moz-opacity: .7;
  -khtml-opacity: .7;
  opacity: .7;
  zoom: 1;	
}

.point {
	color: #D33F3F;
}

.link {
	position: relative;
	padding: 0 0 0 18px;
	border: none !important;
	vertical-align: middle;
	text-decoration: none;
}

.link:before,
.link:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.link:before {
	width: 12px;
	height: 12px;
	background-color: #CE476F;
 	border-radius: 1.5px;
}

.link:after	{
	left: 5px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid #FFF;
}

.pdf {
	background: url(../img/item/icon_pdf.png) no-repeat right;
	padding-right: 20px;
}

.word {
	background: url(../img/item/icon_word.png) no-repeat right;
	padding-right: 20px;
}

.excel {
	background: url(../img/item/icon_excel.png) no-repeat right;
	padding-right: 20px;
}

.ppt {
	background: url(../img/item/icon_ppt.png) no-repeat right;
	padding-right: 20px;
}

.file {
	font-size: 86%;
}

.phot {
	background: #fff;
	padding: 4px;
	border: 1px solid;
	border-color: #dfdfdf #adadad #adadad #dfdfdf;
}

/* 外部リンクは別窓用の指定 */
.blank::after,
.externalLink::after {
	content: "";
	display: inline-block;
	background: url(../img/item/icon_blank.png) no-repeat;
	width: 16px;
	height: 16px;
	margin: 0 2px 0 5px;
	vertical-align: middle;
}

/* clearfix */
.clearfix::after {
	content: " ";
	display: block;
	clear: both;
}

/*----------------------------------------------------
	#ワイヤーフレーム
----------------------------------------------------*/
html {
	height: 100%;
	-webkit-text-size-adjust: 100%;	
}

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.618;
	font-family: 'Roboto','Noto Sans Japanese', Helvetica, 'Lucida Grande', Verdana, Arial, "YuGothic","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	font-weight: 400;
	color: #444;	
}

/* ウィンドウ幅が768〜1024pxの場合に適用するCSS */
@media screen and (max-width:1024px) {
body {
	font-size: 17px;
}
}
/* ウィンドウ幅が480〜768pxの場合に適用するCSS */
@media screen and (max-width:768px) {
body {
	font-size: 19px;
}
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px) {
body {
	font-size: 20px;
}
}

#page {
	position: relative;
	width: 100%;
	height: auto !important;    /* IE6対策 */
	height: 100%;             /* IE6対策 */
	min-height: 100%;
	/* background-color: #FDFAEA; */
	background: #FFF url("../img/share/bg.png") repeat;
}

/* ウィンドウ幅が0〜768pxの場合に適用するCSS */
@media screen and (max-width:768px)
{
#page {
	width: 1000px;
	margin: auto;
}
}

#contents {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	-js-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;
	overflow: hidden;
	clear: both;
	width: 1000px;
	margin: 0 auto;
	background-color: #FFF;
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .4);
	-ms-box-shadow: 0 0 8px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .4);	
	box-shadow: 0 0 8px rgba(0, 0, 0, .4);
	box-sizing: border-box;
} 

#main {
	position: relative;
	width: 770px;
	min-height: 1950px;	
}

.enPage #main {
	min-height: 1000px;
}

.topBody #main {
	min-height: 2500px;	
}

.enPage.topBody #main {
	min-height: 1650px;
}

/* ウィンドウ幅が0〜768pxの場合に適用するCSS */
@media screen and (max-width:768px) {
.topBody #main,
.enPage.topBody #main {
	min-height: 2000px;
}
}

#sub {
	width: 230px;
	background-color: #CE476F;
	box-sizing: border-box;
	z-index: 1;
}

#main table,#main ol,#main ul,
#main dl,#main blockquote,#main pre,#main p {
	margin-bottom: 1em;
}

.pickupArea {
	position: relative;
	margin: 32px 0 56px;	
	padding: 13px 8px;	
	background-color: #F9EAEE;
	border: 2px solid #CE476F;	
	border-radius: 3px;
 	-webkit-border-radius: 3px;
 	-moz-border-radius: 3px;
}

.pickupArea strong {
	font-size: 1.6rem;
 	font-weight: 600;
}

.pickupArea p {
 	margin: 1em 0;
}

#eyecatch {
	text-align: right;	
}

/*----------------------------------------------------
	#contents 内 標準要素
----------------------------------------------------*/
h2 {
	position: relative;
	width: 100%;
	margin: 0 0 50px;
	padding: 40px 20px;
	text-align: center;
	font-size: 2.3rem;	
	font-weight: 600;
	color: #333;	
	line-height: 1.2;	
	letter-spacing: 2px;
	box-sizing: border-box;
}

h2::before,
h2::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}

h2::before {
  top: 0;
  border-top: 2px solid #BBB;
  border-bottom: 1px solid #BBB;
}

h2::after {
  bottom: 0;
  border-top: 1px solid #BBB;
  border-bottom: 2px solid #BBB;
}

h3 {
	position: relative;
	margin: 35px 0 20px;
	padding: 10px 0 10px 14px;
	background-color: #EEE;
	border-left: 6px solid #273D72;
	font-size: 1.4rem;
	font-weight: 600;	
}

h4 {
	position: relative;	
	margin: 1.5em 0 0;
	padding: 0 .5em .5em 1.1em;
	font-size: 1.2rem;	
	font-weight: 600;
}

h4::after {
	content: '';	
	position: absolute;
	top: .5em;
	left: 0;
	z-index: 2;
	width: 12px;
	height: 12px;
	background-color: #CE476F;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

h4 span {
}

h5 {
	position: relative;
	margin: 1.5em 0 10px .2em;	
	padding-left: 7px;
	border-left: 4px solid #AAA; 	
	font-size: 1.1rem;
	font-weight: 600;	
}


h6 {
	margin-bottom:1em;
}

.TextArea {
	width: 715px;
	min-height: 760px;
	height: auto !important;
	margin: 20px auto 300px;	
	padding: 20px 10px 30px;
	/* border: 1px solid #CCC;
	box-shadow: 0 12px 4px -6px rgba(0, 0, 0, .22); */
	box-sizing: border-box;
}

.TextArea section {
	padding: 0 10px;
}

/* -----------------------------------------------------------
	リスト
----------------------------------------------------------- */

/*　uniList　*/
ul.uniList li {
	list-style: none !important;
	position: relative;
	margin-bottom: 1em;	
	padding-left: 3px;
}

ul.uniList li::before {
	position: absolute;	
	display: block;
	content: '';
	top: .5em;
	left: -.8em;
	width: 6px;
	height: 6px;
	background-color: #999;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

ul.uniList li ul li {
	list-style-type: disc !important;
}

ul.uniList li ul li::before {
	background: none;
}

ul.uniList li ol li {
	list-style-type: decimal !important;
}

ul.uniList li ol li::before {
	background: none;
}

/*　uniLink　*/
ul.uniLink li {
	list-style-type: none !important;
	position: relative;
	margin-bottom: 1em;	
	padding: 0 0 0 16px;
}

ul.uniLink li::before{
	content: "\f0da"; /*caret-right 右向き矢印 */
    font-family: "Font Awesome 5 Free";
	font-weight: bold;
	margin-right: 8px;
    color: #295BA7;
}

ul.uniLink li ul li {
	list-style-type: disc !important;
}

ul.uniLink li ul li::after {
	background: none;
}

ul.uniLink li ol li {
	list-style-type: decimal !important;
}

ul.uniLink li ol li::after {
	background: none;
}

/*---------- リストナビ（ページ内リンク） ----------*/
ul.list_nav {
	margin: 0 auto 48px !important;
}

ul.list_nav li {
	list-style-type: none !important;	
	float: left;
	margin: 0 0 .5em !important; 
	padding: 0 10px !important;
	font-size: .9rem;
	color: #999;
}

ul.list_nav li:not(:last-of-type) {
	border-right: 2px solid #CCC;	
}
/*
ul.list_nav li a:link,
ul.list_nav li a:visited {
	color: #444;
	border-bottom: 1px solid #444;
}

ul.list_nav li a:hover {
	color: #999;
	border-bottom: 1px solid #999;	
}
*/
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */

/*　table_01　th左固定　*/
.table_01 {
	width: 100%;	
	border-collapse: collapse;
}

.table_01 th,
.table_01 td {
	padding: 15px 10px;
	box-sizing: border-box;
}

.table_01 th {
	text-align: left;
	font-size: 1.05rem;
	font-weight: 500;
}

/*　table_02　th上部固定・背景：グレー　*/
.table_02 {
	width: 100%;
	border-top: 1px solid #BBB;
	border-right: 1px solid #BBB;
	border-collapse: collapse;
}

.table_02 tr {
	background-color: #FFF;
}

.table_02 th,
.table_02 td {
	padding: 10px;	
	border-left: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
}
.table_02 th {
	background-color: #374955;
	color: #FFF;
	text-align: center;
	font-weight: 500;
	letter-spacing: 1px;	
}

/* table_03 th左部固定・td塗りつぶし・角丸 */
.table_03 {
	width: 100%;
	border-collapse: separate;
 	border-spacing: 0 1px;		
}

.table_03 tr:nth-of-type(1) th {
	border-radius: 5px 0 0 0;
}

.table_03 tr:nth-of-type(1) td {
	border-radius: 0 5px 0 0;
}

.table_03 tr:nth-last-of-type(1) th {
	border-radius: 0 0 0 5px;
}

.table_03 tr:nth-last-of-type(1) td {
	border-radius: 0 0 5px 0;
}

.table_03 th, 
.table_03 td  {	
	padding: 15px 10px;
}

.table_03 th {
	width: 20%;	
	background-color: #A0CDBA;
	text-align: center;
	vertical-align: middle;
	font-size: .9rem;
	font-weight: 500;
	color: #222;	
}

.table_03 td {
	background-color: #EEE;
	color: #333;
}

/* table_04 th左部固定・td塗りつぶし */
.table_04 {
	width: 100%;
	border-collapse: separate;
 	border-spacing: 1px;	
}

.table_04 th, 
.table_04 td  {	
	padding: 15px 10px;
}

.table_04 th {
	text-align: center;
	vertical-align: middle;
}

.table_04 thead th {
	background-color: #A0CDBA;
	font-weight: 500;
	color: #222;	
}

.table_04 tbody th {
	background-color: #CCE4DA;
	color: #333;
}

.table_04 td {
	background-color: #EEE;
	color: #333;
}

/*　table_05　th左固定・下ボーダーのみ　*/
.table_05 {
	width: 100%;	
	border-collapse: collapse;
}

.table_05 tr {
	border-bottom: 2px solid #CCC;
}

.table_05 th,
.table_05 td {
	padding: 15px 10px;
	box-sizing: border-box;
}

.table_05 th {
	text-align: left;
	font-size: 1.1rem;
	font-weight: 600;
}


/*----------------------------------------------------
	#main
		メイン　contents.css　へ
----------------------------------------------------*/
.TextArea ol li {
	list-style-type: decimal;
	margin-left: 2em;
	margin-bottom: 1em;
}

.TextArea ul li {
	list-style-type: disc;
	margin-left: 2em;
	margin-bottom: 1em;
}

.TextArea ul li ol li {
	list-style-type: decimal;
}


/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#sub {
}

#sub ul.bnrArea {
	margin: 16px auto 8px;
}

#sub ul.bnrArea li {
	margin: 15px auto;
	text-align: center;
}

#sub ul.infoLimit {
	margin: 24px auto 8px;
	padding: 0 5px;
}

#sub ul.infoLimit li {
	margin: 8px auto;
}

#sub ul.infoLimit li:hover {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
  -moz-opacity: .7;
  -khtml-opacity: .7;
  opacity: .7;
  zoom: 1;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;		
}

#sub ul.infoLimit li a {
	text-decoration: none;
	color: transparent;
}

#sub ul.infoLimit li a .infoLimit_head {
	margin: 0;
	padding: 8px 10px;
	background: #25445D;
	text-align: center;		
	color: #FFF;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 1px;
}

#sub ul.infoLimit li a .infoLimit_txt {
	padding: 5px 10px;	
	background-color: #FCF8FA;
	text-align: center;
	font-size: .9rem;
	font-weight: 600;	
	color: #444;
}

#sub dl dd.bnrBox {
	margin: 5px auto;
	text-align: center;
}

/* -----------------------------------------------------------
　印刷用
----------------------------------------------------------- */
@media print {
  html,body{
    height: auto;
  }	
	body {
		-webkit-print-color-adjust: exact;
	}
}