﻿/*　■■■■■■■■■■■■■■■■■■■■■■■■■　*/
/*　■■■■■■■■■ 共通CSS  ■■■■■■■■■■■　*/
/*　■■■■■■■■■■■■■■■■■■■■■■■■■　*/
/*　■■■■■■■■■ リセット補足 ■■■■■■■■■　*/
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #000000;
}
a:hover {
	color: #FF0000;
}
figure {
	margin: 0;
}
ul {
	list-style: none;
}
.clear {
	clear: both;
}
.clear:after {
	content: "";
	clear: both;
	display: block;
}
/*　■■■■■■■■■ 文字色・背景 ■■■■■■■■■　*/
/* カラー */
.black {
	color: #000000;
}
.red {
	color: #FF0000;
}
.white {
	color: #FFFFFF;
}
.blue {
	color: #0000FF;
}
.navy {
	color: #000066;
}
.gray {
	color: #CCCCCC;
}
.green {
	color: #009900;
}
.orange {
	color: #FF6600;
}
.pink {
	color: #FF6699;
}
/*　■■■■■■■■■ フォント ■■■■■■■■■　*/
/* サイズ */
.s400 {
	font-size: 400%;
}
.s200 {
	font-size: 200%;
}
.s160 {
	font-size: 160%;
}
.s140 {
	font-size: 140%;
}
.s120 {
	font-size: 120%;
}
.s110 {
	font-size: 110%;
}
.s90 {
	font-size: 90%;
}
.s85 {
	font-size: 85%;
}
.s80 {
	font-size: 80%;
}
.s70 {
	font-size: 70%;
}
.s60 {
	font-size: 60%;
}
.s50 {
	font-size: 50%;
}
/* フォントの太さ */
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
/* イタリック */
.italic {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-style: italic;
}
.oblique {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-style: oblique;
}
.transform-italic {
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    transform: skewX(-15deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}
/*　■■■■■■■■■ 文字配置 ■■■■■■■■■　*/
/* 行の高さ */
.lh110 {
	line-height: 110%;
}
.lh130 {
	line-height: 130%;
}
.lh150 {
	line-height: 150%;
}
/* 行揃えの位置 */
.tright {
	text-align: right;
}
.tleft {
	text-align: left;
}
.tcenter {
	text-align: center;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
/* テキストの下線・打ち消し線 */
.under {
	text-decoration: underline;
}
.torikeshi {
	text-decoration: line-through;
}
/* 字下げ */
.sage1 {
	text-indent: 1em;
}
.sage10 {
	margin: 0 0 7px 1em;
	text-indent: -1em;
}
.sage13 {
	margin: 0 0 7px 1.3em;
	text-indent: -1.3em;
}
/* マージン・パディング */
/* 上 */
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt50 {
	margin-top: 50px;
}
/* 右 */
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
/* 下 */
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
/* 左 */
.ml03 {
	margin-left: 0.3em;
}
.ml04 {
	margin-left: 0.4em;
}
.ml05 {
	margin-left: 0.5em;
}
.ml06 {
	margin-left: 0.6em;
}
.ml08 {
	margin-left: 0.8em;
}
.ml10 {
	margin-left: 1em;
}
.ml13 {
	margin-left: 1.3em;
}
.ml20 {
	margin-left: 2em;
}
.ml30 {
	margin-left: 3em;
}
.ml40 {
	margin-left: 4em;
}
/*　■■■■■■■■■ リスト ■■■■■■■■■　*/
/* 算用数字 */
.deci {
	margin: 0 0 0 20px;
	list-style-type: decimal;
}
/* 先頭に0をつけた算用数字 */
.deci2 {
	margin: 0 0 0 20px;
	list-style-type: decimal-leading-zero;
}
/* 黒四角 */
.square {
	margin: 0 0 0 20px;
	list-style-type: square;
}
/* 黒丸 */
.disc {
	margin: 0 0 0 20px;
	list-style-type: disc;
}
/* 白丸 */
.circle {
	margin: 0 0 0 20px;
	list-style-type: circle;
}
/* 大文字のローマ数字 */
.uproman {
	margin: 0 0 0 20px;
	list-style-type: upper-roman;
}
/* 小文字のアルファベット */
.lowlatin {
	margin: 0 0 0 20px;
	list-style-type: lower-latin;
}
/* 大文字のアルファベット */
.uplatin {
	margin: 0 0 0 20px;
	list-style-type: upper-latin;
}
/*　■■■■■■■■■ その他 ■■■■■■■■■　*/
/* 画像の枠線など */
.img_border {
	padding: 1px;
	border: solid 1px #666;
	background-color: #FFF;
}
/* ページトップへ */
.page-top {
	position: fixed;
	bottom: 60px;
	right: 40px;
	padding: 18px 0 0 8px;
	width:50px;
	height:40px;
/*	background: #333333;*/
	background: #000000;
	-webkit-border-radius: 30px;
	-moz-border-radius: 20px;
	border-radius: 30px;
	font-size: 12px;
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	text-decoration:none;
}
.page-top:link, .page-top:visited {
	color:#FFFFFF;
}
.page-top:hover {
	background:#333333;
	color:#FFFF00;
}
/* 準備中 */
.const {
	padding: 50px;
	font-size: 200%;
	color: #999;
	line-height: 240%;
}
.const span {
	margin-left: 40px;
	font-size: 200%;
}
/*　■■■■■■■■■■■■■■■■■■■■■■■■■　*/
/*　■■■■■■■■■ ページの構造 ■■■■■■■■■　*/
/*　■■■■■■■■■■■■■■■■■■■■■■■■■　*/
/* ------------ ボディと構造 -----------*/
body {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 88%;
	line-height: 165%;
	-webkit-text-size-adjust: 100%;/*モバイルでも文字サイズを固定*/
}
.sotowaku {
	margin: 0 auto;
	width: 1000px;
	border: solid 1px;
	background: #FFFFFF;
}
/*　■■■■■■■■■ ヘッダとフッタ ■■■■■■■■■　*/
header .head_ue {
	display: flex;
	padding: 0 0 10px;
}
header .head_ue h1 {
	margin: 10px 0 0 20px;
	width: 80%;
}
header .head_ue h1:hover {
	opacity: 0.5;
}
header .head_ue figure {
	margin: 10px 0 0;
	width: 20%;
}
header .head_ue img {
	margin-right: 20px;
	text-align: right;
	max-width: 180px;
	height: auto;
	border: solid 1px #DDDDDD;
}
header .head_ue img.img_scns12 {
	max-width: 70px;
	float: right;
	margin-right: 20px;
	border: none;
}
header .head_ue img.img_tcns {
	max-width: 70px;
	float: right;
	margin-right: 20px;
	border: none;
}
header .head_ue img.img_22jsnhc {
	max-width: 150px;
	float: right;
	margin-right: 20px;
	border: none;
}
header .head_ue img:hover {
	opacity: 0.5;
}
header .head_shita {
	padding: 10px 0 20px;
	background: linear-gradient(to right, #99CCFF, #FFFFFF);
}
header .head_shita > p {
	margin: 10px 0 0 20px;
	font-family: Georgia, "Times New Roman", Times, "serif";
	font-size: 120%;
	font-weight: bold;
	color: #003399;
}
header .inout {
    float: right;
    text-align: center;
    margin-right: 40px;
    padding-top: 10px;
}
header .loginid {
    text-align: left;
	font-family: Georgia, "Times New Roman", Times, "serif";
	font-size: 120%;
	font-weight: bold;
	color: #003399;
/*	margin-right: 50px;*/
/*	float: right;*/
}
header .btn_logout {
	margin: 0;
	padding: 0px;
	width: 120px;
	text-align: center;
	border: solid 1px #999999;
	border-radius: 5px;
	background: #FF6600;
}
header .btn_logout:hover {
	opacity: 0.7;
}
header .btn_logout a {
	color: #FFFFFF;
}
header .head_shita p.ttl_scns12 {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
header .head_shita p:nth-last-of-type(1) {
	margin-top: -3px;
}
footer {
	padding: 10px 0;
	background: linear-gradient(to right, #99CCFF, #FFFFFF);
	/*↓必要？？？*/
/*    background:-webkit-gradient(linear, left top, right top, from(#99CCFF), to(#FFFFFF));
    background:-webkit-linear-gradient(left, #99CCFF, #FFFFFF);
    background:-moz-linear-gradient(left, #99CCFF, #FFFFFF);
    background:-o-linear-gradient(left, #99CCFF, #FFFFFF);*/
}
footer div {
	margin: 0 auto;
	width: 800px;
}
footer div > p {
	font-size: 90%;
}
/*　■■■■■■■■■ コンテンツ（index） ■■■■■■■■■　*/
#sec_idx {
	margin: 0 auto;
	padding: 20px 40px;
	min-height: 800px;
}
#sec_idx h2 {
	margin: 50px 0 30px;
	font-size: 140%;
	font-weight: normal;
}
#sec_idx h2:nth-of-type(1) {
	margin-top: 0px;
}
#sec_idx .box {
	display: flex;
	margin-left: 30px;
	padding: 20px;
	width: 85%;
	border-top: solid 1px #DDDDDD;
	border-bottom: solid 1px #DDDDDD;
/*	background:#EFB3B4;*/
}
/*#sec_idx .box:nth-last-of-type(1) {
	border-bottom: solid 1px #DDDDDD;
}*/
#sec_idx .box + .box {
	border-top: none;
}
#sec_idx figure {
	width: 170px;
/*	background: #C4A5E5;*/
}
#sec_idx .box_naka {
	width: 550px;
/*	background: #A2DBDA;*/
}
#sec_idx .btn {
/*	background: #D7CE94;*/
}
#sec_idx .jsnr51 img {
	margin-left: 15px;
	max-width: 100px;
	height: auto;
}
#sec_idx .noto img {
	margin-left: 15px;
	max-width: 100px;
	height: auto;
}
#sec_idx .family_nursing_externship img {
	margin-left: 15px;
	max-width: 110px;
	height: auto;
}
#sec_idx .tcns img {
	margin-left: 15px;
	max-width: 100px;
	height: auto;
}
#sec_idx .scns12 img {
	margin-left: 15px;
	max-width: 100px;
	height: auto;
}
#sec_idx .jsnhc22 img {
	margin-top: 17px;
	max-width: 130px;
	height: auto;
}
#sec_idx .iahcc35 img {
	margin-top: 17px;
	max-width: 120px;
	height: auto;
}
#sec_idx .ifnc2011 img {
	margin-top: 17px;
	max-width: 90px;
	height: auto;
}
#sec_idx .jarfn18 img {
	margin-top: 17px;
	max-width: 120px;
	height: auto;
}
#sec_idx h3 {
	font-size: 120%;
	font-weight: normal;
	line-height: 130%;
}
#sec_idx h3 span {
	font-size: 80%;
}
#sec_idx .btn a {
	display: block;
	padding-top: 13px;
	width: 70px;
	height: 57px;
	border: solid 1px #003399;
	border-radius: 5px;
	color: #003399;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	background: #CCE6FF;
	line-height: 130%;
}
#sec_idx .btn a:hover {
	opacity: 0.5;
}
#sec_idx .btn_no a {
	display: block;
	padding-top: 13px;
	width: 70px;
	height: 57px;
	border: solid 1px #003399;
	border-radius: 5px;
	color: #666666;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	background: #dddddd;
	line-height: 130%;
	cursor:default ;
}
/*フィードバックアンケート*/
dl.frm_fdbk {
	margin: 30px 0 0;
}
dl.frm_fdbk dt {
}
dl.frm_fdbk dd {
	margin: 5px 0 30px 20px;
}
/*文化看護学会第12回学術集会*/
#sec_scns12 {
	margin: 0 auto;
	padding: 20px 40px;
	min-height: 800px;
}
#sec_scns12 h2 {
	margin: 50px 0 30px 6em;
	text-indent: -6em;
}
#sec_scns12 h2 span:nth-of-type(1) {
	margin: 0 20px 0 0;
	padding: 5px 10px;
	background: #CC0000;
	color: #FFFFFF;
	font-size: 120%;
}
#sec_scns12 h2 span:nth-of-type(2) {
	font-size: 120%;
}
#sec_scns12 h2 span:nth-of-type(3) {
	font-size: 85%;
}
#sec_scns12 h3 {
	margin: 50px 0 30px 0;
	font-size: 120%;
}
/*#sec_scns12 h3 {
	margin: 50px 0 30px 0;
}
#sec_scns12 h3 span:nth-of-type(1) {
	font-size: 120%;
}
#sec_scns12 h3 span:nth-of-type(2) {
	font-size: 120%;
}
#sec_scns12 h3 span:nth-of-type(3) {
}*/
#sec_scns12 figure {
	float: right;
	margin-right: 300px;
}
#sec_scns12 figure img {
	max-width: 150px;
	height: auto;
}
#sec_scns12 table {
	margin: 20px 0 0;
	width: 100%;
	font-size: 90%;
}
#sec_scns12 table th {
	background: #99CCCC;
	border:solid #999 1px;
	font-weight: normal;
	padding:7px;
}
#sec_scns12 table td {
	border:solid #999 1px;
	padding:7px;
	width: 33%;
}
#sec_scns12 table td a {
	text-decoration: underline;
	font-weight: bold;
	font-size: 110%;
}
#sec_scns12 table td .pstr {
	margin: 20px 0 0 4em;
	font-size: 90%;
}
#sec_scns12 table td .pstr a {
	margin-left: -3.5em;
	text-indent: 3.5em;
}
#sec_scns12 .btn_logout {
	margin: 20px 0 0 20px;
	padding: 5px;
	width: 200px;
	text-align: center;
	border: solid 1px #999999;
	border-radius: 5px;
	background: #FF6600;
}
#sec_scns12 .btn_logout:hover {
	opacity: 0.7;
}
#sec_scns12 .btn_logout a {
	color: #FFFFFF;
}
/*ポスターページ*/
#hd_scns12 {
	display: flex;
	margin: 0;
	background: #000000;
}
#hd_scns12 figure {
}
#hd_scns12 figure img {
	padding: 10px 20px 0 20px;
	max-width: 100px;
	height: auto;
}
#hd_scns12 div {
	padding: 10px 0 0;
}
#hd_scns12 div h1 {
	font-weight: normal;
	font-size: 150%;
	color: #99CC99;
}
#hd_scns12 div h1 span {
	font-size: 70%;
}
#hd_scns12 div p {
	margin: 20px 0 0;
	font-size: 140%;
	color: #FFFFFF;
}
/*tcns*/
#sec_tcns {
	margin: 0 auto;
	padding: 20px 40px;
	min-height: 800px;
}
#sec_tcns h2 {
	margin: 50px 0 30px 6em;
	text-indent: -6em;
}
#sec_tcns h2 span:nth-of-type(1) {
	margin: 0 20px 0 0;
	padding: 5px 10px;
	background: #CC0000;
	color: #FFFFFF;
	font-size: 120%;
}
#sec_tcns h2 span:nth-of-type(2) {
	font-size: 120%;
}
#sec_tcns h2 span:nth-of-type(3) {
	font-size: 85%;
}
#sec_tcns h3 {
	margin: 50px 0 30px 0;
}
#sec_tcns h3 span {
	font-size: 120%;
}
#sec_tcns figure {
	float: right;
	margin-right: 300px;
	margin-left: 20px;
}
#sec_tcns figure img {
	max-width: 150px;
	height: auto;
}
#sec_tcns table {
	margin: 20px 0 0;
	width: 100%;
	font-size: 90%;
}
#sec_tcns table th {
	background: #99CCCC;
	border:solid #999 1px;
	font-weight: normal;
	padding:7px;
}
#sec_tcns table td {
	border:solid #999 1px;
	padding:7px;
	width: 33%;
}
#sec_tcns table td a {
	text-decoration: underline;
	font-weight: bold;
	font-size: 110%;
}
#sec_tcns table td .pstr {
	margin: 0px 0 0 4em;
	font-size: 90%;
}
#sec_tcns table td .pstr a {
	margin-left: -3.5em;
	text-indent: 3.5em;
}
#sec_tcns .btn_logout {
	margin: 20px 0 0 20px;
	padding: 5px;
	width: 200px;
	text-align: center;
	border: solid 1px #999999;
	border-radius: 5px;
	background: #FF6600;
}
#sec_tcns .btn_logout:hover {
	opacity: 0.7;
}
#sec_tcns .btn_logout a {
	color: #FFFFFF;
}
/*ポスターページ*/
#hd_tcns {
	display: flex;
	margin: 0;
}
#hd_tcns figure {
}
#hd_tcns figure img {
	padding: 10px 20px 0 20px;
	max-width: 100px;
	height: auto;
}
#hd_tcns div {
	padding: 10px 0 0;
}
#hd_tcns div h1 {
    margin-top: 20px;
	font-weight: normal;
	font-size: 150%;
	color: #454e9f;
}
#hd_tcns div h1 span {
	font-size: 70%;
    color: #000000;
}
#hd_tcns div p {
	margin: 20px 0 0;
	font-size: 140%;
	color: #FFFFFF;
}
.obi {
    padding: 10px 0;
    background: #454e9f;
}
.obi p {
    margin-left: 50px;
    color: #FFFFFF;
    font-size: 140%;
}
/*第22回日本看護医療学会学術集会*/
#sec_22jsnhc {
	margin: 0 auto;
	padding: 20px 40px;
	min-height: 800px;
}
#sec_22jsnhc h2 {
	margin: 50px 0 30px 6em;
	text-indent: -6em;
}
#sec_22jsnhc h2 span:nth-of-type(1) {
	margin: 0 20px 0 0;
	padding: 5px 10px;
	background: #CC0000;
	color: #FFFFFF;
	font-size: 120%;
}
#sec_22jsnhc h2 span:nth-of-type(2) {
	font-size: 120%;
}
#sec_22jsnhc h2 span:nth-of-type(3) {
	font-size: 120%;
}
#sec_22jsnhc .enja {
	margin: -20px 0 20px 110px;
	font-weight: bold;
}
#sec_22jsnhc h3 {
	margin: 50px 0 30px 0;
	font-size: 120%;
}
#sec_22jsnhc figure {
	float: right;
	margin-right: 300px;
}
#sec_22jsnhc figure img {
	max-width: 150px;
	height: auto;
}
#sec_22jsnhc table {
	margin: 20px 0 0;
	width: 100%;
	font-size: 90%;
}
#sec_22jsnhc table th {
	background: #99CCCC;
	border:solid #999 1px;
	font-weight: normal;
	padding:7px;
}
#sec_22jsnhc table td {
	border:solid #999 1px;
	padding:7px;
	width: 33%;
}
#sec_22jsnhc table td a {
	text-decoration: underline;
	font-weight: bold;
	font-size: 110%;
}
#sec_22jsnhc table td .pstr {
	margin: 20px 0 0 4em;
	font-size: 90%;
}
#sec_22jsnhc table td .pstr a {
	margin-left: -3.5em;
	text-indent: 3.5em;
}
#sec_22jsnhc .btn_logout {
	margin: 20px 0 0 20px;
	padding: 5px;
	width: 200px;
	text-align: center;
	border: solid 1px #999999;
	border-radius: 5px;
	background: #FF6600;
}
#sec_22jsnhc .btn_logout:hover {
	opacity: 0.7;
}
#sec_22jsnhc .btn_logout a {
	color: #FFFFFF;
}
/*ポスターページ*/
#hd_22jsnhc {
	display: flex;
	margin: 0 0 10px;
}
#hd_22jsnhc figure {
}
#hd_22jsnhc figure img {
	padding: 10px 20px 0 20px;
	max-width: 150px;
	height: auto;
}
#hd_22jsnhc div {
	padding: 10px 0 0;
}
#hd_22jsnhc div h1 {
    margin-top: 10px;
	font-weight: normal;
	font-size: 150%;
}
#hd_22jsnhc div h1 span {
	font-size: 70%;
    color: #000000;
}
#hd_22jsnhc div p {
	margin: 20px 0 0;
	font-size: 140%;
	color: #FFFFFF;
}
.obi_22jsnhc {
    padding: 10px 0;
    background: #003333;
}
.obi_22jsnhc p {
    margin-left: 50px;
    color: #FFFFFF;
    font-size: 140%;
}
