@charset "UTF-8";
/* 全てに反映 */
* {
	border: none;
	margin:0;
	padding:0;

}

body {
	border: none;
	background-color: #FFF;
	font-size:0.875em;
	line-height:20px;
	letter-spacing:1px;
}
#wrapper {
	width:100%;
}
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	zoom:1;
}
a:hover {
	opacity: 0.50;
	-moz-opacity: 0.50; /* Firefox */
	text-decoration:none;
}

/* ヘッダー */
#header-top-bg {
	margin: 0 0 20px 0;
	width:100%;
	padding:0;
	border-bottom: 1px solid #E6328C;
}
#head-p {
	font-size:12px;
	text-align:center;
	background-color:#E6328C;
	color: #FFF;
}
#header-top {
	width:960px;
	margin: 10px auto;
}
#header-top h1 {
    width: 510px;
    float: left;
    margin: 0;
    padding: 0;
}
#endaiboshu {
    float: right;
}

/* フッター */
.p-pagetop {
	clear: both;
	height: 77px;
	margin: 0 auto;
	text-align: right;
	width: 960px;
}
#footer-bg {
	background-color: #E6328C;
	clear:both;
	height: auto;
	width:100%;
	padding: 0 0 1px 0;
}
#footer {
	margin:0 auto;
	padding: 10px 0 0 0;
	width:960px;
}
.p-sitemap {
    text-align: right;
    margin: 0 24px 10px 0;
}
.p-sitemap a {
    color: #FFF;
    text-decoration: none;
}
.ul-footer {
	background-color: #FFF;
	color: #333;
	list-style-type: none;
	margin:0 auto 10px auto;
	padding: 10px 10px 1px 10px;
	width: 840px;
	border-top-left-radius: 0;	/* 角丸左上 */
	border-top-right-radius: 30px;	/* 角丸右上 */
	border-bottom-right-radius: 30px;	/* 角丸右下 */
	border-bottom-left-radius: 30px;	/* 角丸左下 */
	-moz-border-radius-topleft: 0;	/* Firefox向け */ /* 角丸左上 */
	-moz-border-radius-topright: 30px;	/* Firefox向け */ /* 角丸右上 */
	-moz-border-radius-bottomright: 30px;	/* Firefox向け */ /* 角丸右下 */
	-moz-border-radius-bottomleft: 30px;	/* Firefox向け */ /* 角丸左下 */
	-webkit-border-top-left-radius: 0;	/* Google Chrome、Safari向け */ /* 角丸左上 */
	-webkit-border-top-right-radius: 30px;	/* Google Chrome、Safari向け */ /* 角丸右上 */
	-webkit-border-bottom-right-radius: 30px;	/* Google Chrome、Safari向け */ /* 角丸右下 */
	-webkit-border-bottom-left-radius: 30px;	/* Google Chrome、Safari向け */ /* 角丸左下 */
	box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.4) inset;	/* 影 */
	-moz-box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.4) inset;	/* Firefox向け */ /* 影 */
	-webkit-box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.4) inset;	/* Google Chrome、Safari向け */ /* 影 */
	/* insetは内側に影を出す */
}
.ul-footer li {
	display: block;
	margin:0 0 1em 0;
}
.ul-footer li p {
	font-size: 0.875em;
	padding:0 0 0 1em;
}
.ul-footer .li-footer-l {
	float:left;
	padding: 0 0 0 1em;
	width:430px;
}
.ul-footer .li-footer-r {
	float:right;
	padding: 0 1em 0 0;
	width:380px;
}
.p-copy {
	color:#FFF;
	clear: both;
	font-size: 10px;
	text-align:center;
}
.p-bana {
	margin: 0 0 30px 0;
}
/* ナビゲーション */
.ul-nav {
	background-color: #E6328C;
	float: left;
	list-style-type:none;
	width: 240px;
	padding:5px 0 5px 0;
}
.ul-nav li {
	clear: both;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	margin: 0 0 1px 5px;
}
.ul-nav li a {
	width:200px;
	background-color:#FFF;
	color:#000;
	display:block;
	padding:10px 0 10px 30px;
	text-decoration:none;
}
.ul-nav li a#on {
	background-color:#FAD6E8;
    	opacity: 1.00;
	-moz-opacity: 1.00; /* Firefox */
}
.ul-nav li a:hover {
	background-color:#FAD6E8;
    	opacity: 1.00;
	-moz-opacity: 1.00; /* Firefox */
}
.home,
.president,
.summary,
.abstract,
.participant,
.adopt,
.announcer,
.program,
.access,
.hotel,
.link,
.presenter {
	background-repeat:no-repeat;
	background-position:7px center;
}
.home {
	background-image:url(../images/icon-home.png);
}
.president {
	background-image:url(../images/icon-president.png);
}
.summary {
	background-image:url(../images/icon-summary.png);
}
.abstract {
	background-image:url(../images/icon-abstract.png);
}
.presenter {
	background-image:url(../images/icon-presenter.png);
}
.participant {
	background-image:url(../images/icon-participant.png);
}
.adopt {
	background-image:url(../images/icon-adopt.png);
}
.announcer {
	background-image:url(../images/icon-announcer.png);
}
.program {
	background-image:url(../images/icon-program.png);
}
.access {
	background-image:url(../images/icon-access.png);
}
.hotel {
	background-image:url(../images/icon-hotel.png);
}
.link {
	background-image:url(../images/icon-link.png);
}


/* パンくず */
.pankuzu {
	font-size: 12px;
	margin:0 0 20px 0;
	padding: 0 1em;
	clear: both;
}

/* コンテンツ */
#wrap_top {
	margin:0 auto 50px auto;
	padding:0;
	width:960px;
}
#mainimage {
	margin:0 auto 30px auto;
}
#wrap {
	margin:0 auto 50px auto;
	width:960px;
}
#contents {
	float: right;
	margin: 0;
	width:700px;
}
#contents p {
	line-height:30px;
}

/* 見出し */
h1 {
	padding:0 0 0 30px;
}
h2 {
	margin: 0 0 20px 0;
}

.h2_president,
.h2_summary,
.h2_abstract,
.h2_participant,
.h2_adopt,
.h2_announcer,
.h2_program,
.h2_access,
.h2_hotel,
.h2_link,
.h2_presenter {
	background-repeat:no-repeat;
	background-position:4px center;
	line-height: 40px;
	padding: 0 0 0 42px;
	border-bottom: 1px solid #E6328C;
}
.h2_president {
	background-image:url(../images/32icon-president.png);
}
.h2_summary {
	background-image:url(../images/32icon-summary.png);
}
.h2_abstract {
	background-image:url(../images/32icon-abstract.png);
}
.h2_presenter {
	background-image:url(../images/32icon-presenter.png);
}
.h2_participant {
	background-image:url(../images/32icon-participant.png);
}
.h2_adopt {
	background-image:url(../images/32icon-adopt.png);
}
.h2_announcer {
	background-image:url(../images/32icon-announcer.png);
}
.h2_program {
	background-image:url(../images/32icon-program.png);
}
.h2_access {
	background-image:url(../images/32icon-access.png);
}
.h2_hotel {
	background-image:url(../images/32icon-hotel.png);
}
.h2_link {
	background-image:url(../images/32icon-link.png);
}


h3 {
	font-size:16px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 0 0 0 1em;
	clear: both;
}
.h3_program {
	font-size:16px;
	font-weight: bold;
	line-height: 40px;
	margin: 0 10px 15px 10px;
	padding: 0 0 0 0.5em;
	background-color: #F1F0EE;
	border-left: 3px solid #06B029;
	border-bottom: 1px dotted #06B029;
	color: #333;
}
.h3_program span {
	position:absolute;
	top: 10px;
	right: 10px;
}
.h3_hotel {
	font-size:16px;
	font-weight: bold;
	line-height: 40px;
	margin: 0 10px 20px 10px;
	padding: 0 0 0 0.5em;
	background-color: #F1F0EE;
	border-left: 3px solid #E6328C;
	border-bottom: 1px dotted #E6328C;
	color: #333;
}
.h3_lodging span {
	color:#F00;
}
.h3_announcer {
	font-size:16px;
	font-weight: bold;
	line-height: 40px;
	margin: 0 10px 15px 10px;
	padding: 0 0 0 0.5em;
	background-color: #F1F0EE;
	border-left: 3px solid #E6328C;
	border-bottom: 1px dotted #E6328C;
	color: #333;
}
.h3_presenter {
	font-size:16px;
	font-weight: bold;
	line-height: 40px;
	margin: 0 10px 15px 10px;
	padding: 0 0 0 0.5em;
	background-color: #F1F0EE;
	border-left: 3px solid #E6328C;
	border-bottom: 1px dotted #E6328C;
	color: #333;
}
.h3_participant2 {
	font-size:16px;
	font-weight: bold;
	line-height: 40px;
	margin: 0 10px 15px 10px;
	padding: 0 0 0 0.5em;
	background-color: #F1F0EE;
	border-left: 3px solid #06B029;
	border-bottom: 1px dotted #06B029;
	color: #333;
}
.h3_link {
	font-size:16px;
	font-weight: bold;
	line-height: 26px;
	margin: 0 0 10px 0;
	padding: 0 0 0 1em;
	clear: both;
	color: #090;
}
.h3_abstract {
	font-size:16px;
	font-weight: bold;
	line-height: 40px;
	margin: 30px 0 15px 0;
	padding: 0 0 0 0.5em;
	background-color: #FAD6E8;
	border-bottom: 1px solid #E6328C;
}
.h4_link {
	font-size:14px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 10px 0;
	padding: 0 0 0 1em;
	clear: both;
}
.h4_lodging {
	font-size:14px;
	font-weight: bold;
	line-height: 30px;
	margin: 0 0 20px 0;
	padding: 0 0 0 1em;
	background-color: #0E7AC4;
	color: #FFF;
	clear: both;
}
.h4_presenter {
	font-size:16px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 15px 0;
	padding: 0 0 0 1em;
	clear: both;
	color: #333;
}
.h4_announcer {
	font-size:16px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 15px 0;
	padding: 0 0 0 1em;
	clear: both;
	color: #333;
}
.h4_participant2 {
	font-size:16px;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 15px 0;
	padding: 0 0 0 1em;
	clear: both;
	color: #04711A;
}
.h4_abstract {
	font-size:16px;
	font-weight: bold;
	line-height: 40px;
	margin: 0 10px 5px 10px;
	padding: 0 0 0 0.5em;
	border-bottom: 3px solid #06B029;
	color: #000;
	position: relative;
	background-color: #E9E9E9;
}
.h4_abstract span {
	position: absolute;
	top: 0px;
	right: 10px;
}

.h4_program {
	font-size:18px;
	line-height: 20px;
	margin: 25px auto 10px auto;
	padding: 7px 0 7px 0.5em;
	clear: both;
	background-color: #EDEADE;
	color: #333;
	position: relative;
	width: 655px;
	font-weight: bold;
	border-left: 3px solid #A0956D;
	border-bottom: 1px solid #A0956D;
}
.h4_program span {
	position:absolute;
	top: 2px;
	right: 31px;
	color: #333;
	/*background-color: #40AAEF;*/
	line-height: 30px;
	padding: 0;
	width: 120px;
	text-align: center;
	/*box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);	/* 影 */
	/*-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);	/* Firefox用 */ /* 影 */
	/*-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);	/* Safari,Google Chrome用 */ /* 影 */
	font-size: 14px;
}

/* トップページ */
.dl-summary {
	clear: both;
	margin:0 0 10px 0;
	padding:0 1em;
	width:672px;
}
.dl-summary dt {
	background-color: #FAD6E8;
    border-bottom: 1px solid #E6328C;
	color: #000;
	margin: 0 0 10px 0;
	padding: 5px 10px 3px 10px;
	text-align: left;
	clear: left;
}
.dl-summary dd {
	margin: 0 20px 20px 28px;
	padding: 2px 0 5px 0;
}
.topics {
	clear: both;
	margin: 0 0 30px 0;
	padding: 0;
	width:700px;
}
.p-topics {
    color:#FFF;
    background-color: #E6328C;
	margin: 0;
	padding: 8px 0 7px 10px;
}
.ul-topics {
	background-color: #FFF;
	border-bottom: 1px solid #E6328C;
	list-style-type:none;
	max-height: 210px;
	overflow: auto;
	padding:10px 0 0 10px;
	min-height: 210px;
	clear: both;
}
.ul-topics li {
	border-bottom: 1px dotted #ccc;
	clear: both;
	margin:0 10px 10px 0;
	padding: 0;
}
.ul-topics li span.s-date {
	display:block;
	float: left;
	padding: 0 0 2px 0;
	width:140px;
	color: #D21577;
	font-size: 0.875em;
}
.ul-topics li span.s-text {
	display:block;
	float: left;
	margin: 0;
	padding: 0 0 5px 0;
	width:520px;
}
.ul-topics li span.s-red {
	color:#F00;
	font-weight: bold;
}

/* 会長挨拶 */
.p-president {
	margin:0 0 10px 0;
	padding:0 1em;
	text-indent:1em;
}
.p-president2 {
	line-height: 26px;
	margin:0 0 10px 0;
	padding:20px 1em 0 0;
	text-align: right;
}
.p-president img {
	float:left;
	margin:0 20px 0 0;
}


/* 参加者へのご案内 */
.p-participant {
	margin:0 0 20px 0;
	padding:0 2em;
	text-indent:0em;
	clear: both;
	line-height: 24px!important;
}
.dl-participant {
	clear: both;
	margin:0 0 10px 0;
	padding:0 1em;
	width:672px;
}
.dl-participant dt {
	background-color: #D5D5D5;
	color: #000;
	margin: 0 0 5px 0.5em;
	padding: 2px 10px;
	text-align: left;
	clear: left;
}
.dl-participant dd {
	margin: 0 20px 10px 1.3em;
	padding: 2px 0 0 0;
	line-height: 24px;
}
.ul-participant {
	list-style-type:none;
	margin: 0 0 20px 2em;

}
.ul-participant li {
	background:url(../images/list.png) no-repeat left 6px;
	padding: 0 0 0 14px;
	margin: 0 0 10px 0;
}
.ol-participant {
	list-style-type:upper-latin;
	margin: 0 0 20px 3em;
}
.ol-participant li {
	padding: 0;
	margin: 0 0 10px 0;
}
.ul-pdf {
	list-style-type:none;
	margin: 0 0 15px 2em;

}
.ul-pdf li {
	background:url(../images/li-pdf.png) no-repeat left 6px;
	padding: 0 0 0 46px;
	margin: 0 0 7px 0;
	line-height: 56px;
}
.underline1 {
	text-decoration:underline;
}
.underline2 {
	text-decoration:underline;
	font-weight:bold;
}
.red {
	color:#F00;
}
/* 採択演題一覧 */
.p-abstract {
	margin:0 0 20px 0;
	padding:0 0 0 1em;
	text-indent:1em;
}
.block_abstract {
	margin:0 0 40px 0;
}

.p-abstract1 {
	margin:0 0 10px 0;
	padding:0 2em;
	text-align: right;
	font-weight: bold;
}
.p-abstract2 {
	margin:0 2em;
	padding:0 1em;
	background-color: #E9E9E9;
}
.p-abstract3 {
	margin:0 2em 15px 2em;
	padding:0;
	text-align: right;
	border-bottom: 1px dotted #CCC;
}
.ul-abstract {
	list-style-type:disc;
	margin: 0 0 0 36px;

}
.ul-abstract li {
	padding: 0 10px 0 0;
	margin: 0 0 15px 0;
}
.table-endai1 {
	width:96%;
	border-collapse:collapse;
	margin: 0 auto;
}
.table-endai1 th {
	background-color:#D5D5D5;
	padding:10px 0;
	border:1px solid #333;
}
.table-endai1 th.th1 {
	width:65%;
}
.table-endai1 th.th2 {
	width:35%;
}

.table-endai1 td {
	padding:10px;
	border:1px solid #333;
}
.table-endai2 {
	width:70%;
	border-collapse:collapse;
	margin: 0 auto;
}
.table-endai2 td {
	width:50%;
	padding:3px;
}
.table-endai3 {
	width:80%;
	border-collapse:collapse;
	margin: 0 auto 20px auto;
}
.table-endai3 td {
	width:50%;
	padding:20px 0;
	text-align: center;
}

/* 会場案内・交通アクセス */
.dl-access {
	clear: both;
	margin:0 0 10px 0;
	padding:0 1em;
	width:672px;
}
.dl-access dt {
	background-color: #FAD6E8;
    border-bottom: 1px solid #E6328C;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 1em;
	text-align: left;
}
.dl-access dd {
	margin: 0 0 20px 0;
	padding: 0 2em 5px 2em;
}
.dl-access dd img {
	margin:0 0 30px 0;
}
.access-relative {
	position:relative;
}
.p-access-b {
	margin:0 10px 5px 0;
	padding:0;
	text-align: right;

}
.p-access-b a {
	padding:0;
	text-decoration: none;
}
.p-access-b a:hover {

}
.p-access {
	margin:0 0 20px 0;
	padding:0 2em;
	text-indent:0em;
	clear: both;
	line-height: 24px!important;
}

/* 宿泊のご案内 */
.p-hotel {
	margin:0 0 20px 0;
	padding:0 2em;
	text-indent:0em;
	clear: both;
	line-height: 24px!important;
}
.table-hotel {
	width:645px;
	margin: 0 auto 20px auto;
	border-collapse:collapse;
}

.table-hotel th {
	background-color: #D2D1C6;
	border: 1px solid #333;
	text-align: center;
	padding:5px 0;
}
.table-hotel td {
	border: 1px solid #333;
	padding:5px 0;
	line-height: 18px;
}
.t-hotel-th1 {
	width:40px;
}
.t-hotel-th2 {
	width:350px;
}
.t-hotel-th3 {
	width:150px;
}
.t-hotel-th4 {
	width:250px;
}
.t-hotel-td1 {
	text-align:center;
}
.t-hotel-td2,
.t-hotel-td3,
.t-hotel-td4 {
	text-align:left;
	padding: 5px 5px 5px 10px !important;
}

/* プログラム・日程表 */

.p-program {
	margin:0 0 10px 0;
	padding:0 2em;
	line-height: 24px!important;
}
.table-program {
	width:100%;
	margin:0 0 20px 0;
}
.table-program td.td1 {
	width:250px;
	padding: 0 0 0 10px;
}
.table-program td.td1 p {
	margin:20px 0 20px 0;
}


.block_program {
	margin:0 0 20px 0;
}

.p-program1 {
	margin:0 0 10px 0;
	padding:0 2em;
	font-weight: bold;
	color: #0C2B5F;
}
.p-program2 {
	margin:0 0 10px 0;
	padding:0 3em;
}
.p-program3 {
	margin:0 0 10px 0;
	padding:0 4.8em;
}
.p-program4 {
	margin:0 0 10px 0;
	padding:0 2em;
	text-align: right;
}
.hr-program {
	border-top:1px dotted #FFF;
	border-bottom:1px dotted #333;
	margin: 0 10px 10px 10px;
}

/* リンク */
.p-link {
	margin:0 0 10px 0;
	padding:0 3.3em;
}
.ul-link {
	list-style-type:none;
	margin: 0 0 0 44px;

}
.ul-link li {
	background:url(../images/list.png) no-repeat left center;
	padding: 0 0 0 14px;
	margin: 0 0 15px 0;
}
/* タブメニュー */
#tabmenu {
	width:100%;
	margin:0 0 30px 0;
}
#tabmenu ul.ul-tabs {
	list-style-type:none;
	margin:0;
	padding:0;
	/*background-color:#b265cb;*/
	color:#FFF;
}
#tabmenu ul.ul-tabs li {
	width:200px;
	float:left;
	font-weight:bold;
	padding:10px 0 7px 0;
	font-size:18px;
	margin:0 0 0 10px;
	text-align:center;
	background-color:#81ddff;
	border-right:1px solid #FFF;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	cursor: pointer;
}
#tabmenu ul.ul-tabs li:hover {
	background-color:#00adee;
	opacity: 1.00;
	-moz-opacity: 1.00; /* Firefox */
}


#tabmenu ul.ul-tabs li.navhit{
	background-color:#00adee;
}
#info {
	clear:both;
}
.zacho,
.others {
	padding:10px 0 0 0;
	border:3px solid #00adee;
}

/* 参加者へのご案内 */
.dl-announcer {
	clear: both;
	margin:0 0 10px 0;
	padding:0 1em;
	width:672px;
}
.dl-announcer dt {
	background-color: #FAD6E8;
    border-bottom: 1px solid #E6328C;
	color: #000;
	margin: 0 0 10px 0;
	padding: 5px 10px 3px 10px;
	text-align: left;
	clear: left;
}
.dl-announcer dd {
	margin: 0 20px 20px 28px;
	padding: 2px 0 5px 0;
}

.p-announcer {
	margin:0 0 20px 0;
	padding:0 2em;
	text-indent:0em;
	clear: both;
	line-height: 24px!important;
}

/* 演題採択情報 */
.p-adopt {
	margin:0 0 20px 0;
	padding:0 2em;
	text-indent:0em;
	clear: both;
	line-height: 24px!important;
}
.table-saitaku1 {
	width:96%;
	border-collapse:collapse;
	margin: 0 auto;
}
.table-saitaku1 th {
	background-color:#D5D5D5;
	padding:10px 0;
	border:1px solid #333;
}
.table-saitaku1 th.th1 {
	width:10%;
}
.table-saitaku1 th.th2 {
	width:32%;
}
.table-saitaku1 th.th3 {
	width:18%;
}
.table-saitaku1 th.th4 {
	width:8%;
}
.table-saitaku1 th.th5 {
	width:14%;
}
.table-saitaku1 th.th6 {
	width:11%;
}
.table-saitaku1 th.th7 {
	width:7%;
}

.table-saitaku1 td {
	padding:5px 3px;
	border:1px solid #333;
}
.table-saitaku1 td.td-center {
	text-align:center;
}

/* MMGポジショニング講習会 */
.dl-participant {
	clear: both;
	margin:0 0 10px 0;
	padding:0 1em;
	width:672px;
}
.dl-participant dt {
	background-color: #FAD6E8;
    border-bottom: 1px solid #E6328C;
	color: #000;
	margin: 0 0 10px 0;
	padding: 5px 10px 3px 10px;
	text-align: left;
	clear: left;
}
.dl-participant dd {
	margin: 0 20px 20px 28px;
	padding: 2px 0 5px 0;
}


/* 発表者へのご案内 */
.dl-presenter {
	clear: both;
	margin:0 0 10px 0;
	padding:0 1em;
	width:672px;
}
.dl-presenter dt {
	background-color: #FAD6E8;
    border-bottom: 1px solid #E6328C;
	color: #000;
	margin: 0 0 10px 0;
	padding: 5px 10px 3px 10px;
	text-align: left;
	clear: left;
}
.dl-presenter dd {
	margin: 0 20px 20px 28px;
	padding: 2px 0 5px 0;
}

.p-presenter {
	margin:0 0 20px 0;
	padding:0 2em;
	text-indent:0em;
	clear: both;
	line-height: 24px!important;
}
