@charset "UTF-8"; 
 
/* reset-fonts.css 
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0 + 03
*/
/*html{color:#000;background:#FFF;}*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote{margin:0;padding:0;}/*table{border-collapse:collapse;border-spacing:0;}*/fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}/*input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}*/legend{color:#000;}body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
 
/*--- ベース ---*/ 
html {
	overflow-y:scroll;
}

body {
	font-size: 82%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo',sans-serif;
	line-height: 1.5;
	color: #333;
	text-align: center;
	background-color: #fff;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

a {
	color: #152b50;
}
a:link { color: #152b50; }
a:visited { color: #152b50; }
a:hover {
	color: #0068b6;
}
 
/*--- 一般設定 ---*/ 
	 
/* テーブル */ 
td, th {
	vertical-align: top;
}
 
/* float解除 */ 
.cl {
	display: inline-block;
}
.cl:after {
	content: "";
	display: block;
	clear: both;
}
.contentHr {
	clear:both;
	height:1px;
/*\*/
	overflow: hidden;
/**/
}
 
/* CSS無効時用 */ 
.nocsscomment,
.nocsshr {
	display: none;
	visibility: hidden;
}
  
/* ヘッダ */ 

header {
}

#accoyaLogo {
	padding: 20px 10px 5px;
	text-align: right;
}
 
/* フッタ */ 

footer {
}

.copyright {
	float: left;
	width: 500px;
	padding: 5px 0 15px;
	font-size: 85%;
	text-align: left;
}

sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;

}

sup {
	font-size: 70%;
    bottom: 1ex;
}

.contentNavi {
	float: right;
	width: 400px;
	padding: 5px 0 15px;
	font-size: 85%;
	text-align: right;
}
 
/* ナビゲーション */ 
	 
/* ページの先頭へ戻る */ 

.goPagetop {
	clear: both;
	width: 920px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: right;
}
  
/* コンテンツ */ 

#content {
	text-align: left;
}

section {
	width: 960px;
	padding: 40px 0;
	border-bottom: 1px solid #999;
}
	 
/* ページタイトル */ 

#topImage {
	position: relative;
}

#pageTitle {
	position: absolute;
	top: 220px;
	left: 0;
    z-index:50;
}

/* スライドショー */
#slideshow {
    position:relative;
    height:300px;
}

#slideshow li {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow li.active {
    z-index:10;
    opacity:1.0;
}

#slideshow li.last-active {
    z-index:9;
}
 
/* セミナー説明 */ 

#seminarDescription {
	float: left;
	width: 600px;
}

.seminarHeading {
	padding-top: 30px;
}
.seminarComment {
	padding: 15px 0 30px;
}

#seminarOutline {
	float: right;
	width: 320px;
}

.linkUrl {
	padding: 0.2em 0;
	font-size: 85%;
}


/* 例写真 */
.examplePhoto {
	float: left;
	width: 280px;
	padding: 0 10px;
	line-height: 1.2;
}

/* 施工例スライドショー */
.slideshowPhoto {
	display: none;
}
 
/* セミナー概要 */ 

#seminarOutline {

}

/* 申し込みボタン */
#seminarApplyLink {
	float: left;
	width: 180px;
	margin-bottom: 15px;
}
#seminarApplyLink a,
#seminarApplyLinkButton a {
	display: block;
	padding: 10px;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #4ab034;
	border: 1px solid #999;
}
#seminarApplyLinkButton {
	float: right;
	width: 300px;
	margin-bottom: 15px;
}

/* 講演者紹介リンクボタン */
#seminarSpeakerLink {
	float: right;
	width: 130px;
	margin-bottom: 15px;
}
#seminarSpeakerLink a {
	display: block;
	padding: 10px;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #4047cc;
	border: 1px solid #999;
}


/* 概要 */
#seminarOutline table {
	width: 100%;
	border: 1px solid #999;
}

#seminarOutline th,
#seminarOutline td {
	padding: 5px 10px;
}

#seminarOutline th {
	white-space: nowrap;
}
 
/* 見出し */ 
 
/* 講演者 */ 

#speakerHeading {
	float: left;
	width: 220px;
}

#speakerList {
	float: right;
	width: 730px;
}

#speakerList li {
	margin-bottom: 25px;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 15px;
	border-left: 5px solid #333;
}

#speakerList .speakerName {
	padding-bottom: 0.5em;
	font-size: 110%;
	font-weight: bold;
}
#speakerList .speakerStatus {
	padding-bottom: 0.5em;
	font-size: 110%;
}
#speakerList .speakerLink {
	font-size: 85%;
}
 
/* 講演者 詳細 */ 

#speakerListDetail {
	clear: both;
}

#speakerListDetail li {
	width: 900px;
	margin-bottom: 25px;
	padding-top: 5px;
	padding-bottom: 30px;
}

#speakerListDetail .speakerPhoto {
	float: left;
	width: 250px;
	text-align: right;
}
#speakerListDetail .speakerData {
	float: right;
	width: 600px;
}


#speakerListDetail .speakerName {
	padding-bottom: 0.5em;
	font-size: 110%;
	font-weight: bold;
}
#speakerListDetail .speakerName a {
	color: #0070c0;
	text-decoration: none;
}
#speakerListDetail .speakerStatus {
	padding-bottom: 0.5em;
	font-size: 110%;
}
#speakerListDetail .speakerIntroduce {
	line-height: 1.2;
}
#speakerListDetail .speakerIntroduce a {
	color: #0070c0;
	text-decoration: none;
}
#speakerListDetail th {
	padding-right: 1em;
	white-space: nowrap;
}
 
/* 申し込みフォーム */ 

#applyComment {
	padding: 20px 0;
}

.mustItem {
	color: #900;
}

#applyFromA,
#applyFromB {
	float: left;
	width: 460px;
	border-collapse: collapse;
	border-spacing: 0;
}

#applyFromA th,
#applyFromB th,
#applyFromA td,
#applyFromB td {
	padding: 15px;
	border: 8px solid #fff;
}

#applyFromA th,
#applyFromB th {
	padding: 15px 30px;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	background-color: #f2f2f2;
}

#applyFromA .inText,
#applyFromB .inText {
	padding: 5px;
	font-size: 110%;
	border: 1px solid #ccc;
}

.submitButton {
	clear: both;
	text-align: right;
}
.submitButton input {
	padding: 5px 30px;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #4ab034;
	border: 1px solid #999;
}

#applyFormBox {
	position: relative;
}

#applyFormLoading {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	filter: alpha(opacity=50);
    -moz-opacity:0.50;
    opacity:0.50;
	background-color: #fff;
}
#applyFormLoading img {
	padding-top: 100px;
}

#errorMsg {
	margin: 5px 5px 10px;
	padding: 0.5em 1.5em;
	color: #900;
	background-color: #fff2f2;
	border: 1px solid #900;
}

#applyFormResultMsg {
	padding: 5em;
	text-align: center;
}
 
/* アクセス */ 

#accessStatus {
	float: left;
	width: 400px;
}

#accessTimes {
	padding-top: 80px;
}


#accessGoogleMap {
	float: right;
	width: 550px;
	text-align: right;
	line-height: 1;
}
 	
/* 参加お申込み受付、まもなく終了です！ */ 

#overMessage {
	position: fixed;
	bottom: 55px;
	left: 50%;
	margin: 0 0 0 -500px;
    z-index: 999;
}
  
@media screen and (max-width: 320px) { 
	 
} 
  
