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

/* common */
article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}
h2 {
	margin-top: 30px;
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #CCC;
	font-weight: normal;
}
h2.img {
	border: none;
}
a img:hover {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
hr {
	background:#CCC;
	height: 1px;
}
.nav-bar {
	width: 940px;
}
.nav-bar ul {
	margin: 0;
	padding: 0;
}
.nav-bar ul li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	height: 42px;
}
.nav-bar ul li a {
	display: block;
	height: 42px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.nav-bar ul li.m0 a {
	width: 41px;
	background-position: 0 0;
	background-image:url(../img/navbar.gif);
	background-repeat: no-repeat;
}
.nav-bar ul li.m1 a {
	background-position: -41px 0;
	width: 156px;
	background-image:url(../img/navbar.gif);
	background-repeat: no-repeat;
}
.nav-bar ul li.m2 a {
	width: 166px;
	background-position: -197px 0;
	background-image:url(../img/navbar.gif);
	background-repeat: no-repeat;
}
.nav-bar ul li.m3 a {
	width: 196px;
	background-position: -363px 0;
	background-image:url(../img/navbar.gif);
	background-repeat: no-repeat;
}
.nav-bar ul li.m4 a {
	width: 155px;
	background-position: -559px 0;
	background-image:url(../img/navbar.gif);
	background-repeat: no-repeat;
}
.nav-bar ul li.m5 a {
	width: 226px;
	background-position: -714px 0;
	background-image:url(../img/navbar.gif);
	background-repeat: no-repeat;
}

.nav-bar ul li.m0 a:hover { background-position: 0 -42px; }
.nav-bar ul li.m1 a:hover { background-position: -41px -42px; }
.nav-bar ul li.m2 a:hover { background-position: -197px -42px; }
.nav-bar ul li.m3 a:hover { background-position: -363px -42px; }
.nav-bar ul li.m4 a:hover { background-position: -559px -42px; }
.nav-bar ul li.m5 a:hover { background-position: -714px -42px; }

@media (min-width: 979px) {
	.pull-center {
		text-align: center;
	}
	.pull-center > .nav {
		float:none;
		display:inline-block;
		*display: inline; *zoom: 1;
		height: 32px;
	}
}
.breadcrumb {
	clear: both;
	background-color: #fff;
	padding: 10px 0 0 0;
}



/* main */
.main p {
	font-size: 14px;
	line-height: 26px;
}
.main dd {
	padding-left: 2・・em;
	padding-bottom: 1em;
}
.main h3 {
	margin-top: 30px;
	font-size: 16px;
}
.main img.f-left {
	float: left;
	margin: 8px 20px 8px 0;
}
.main img.f-right {
	float: right;
	margin: 8px 0 8px 20px;
}



/* sidebar */
.sidebar form select {
	width: 300px;
}
.sidebar .input-medium {
	width: 195px;
}
.sidebar div.bnr {
	margin-top: 20px;
}
.sidebar .mag-description h3 {
	padding-top: 0;
	margin-top: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
}
.sidebar h3.title{
	text-align: left;
	padding-left: 10px;
	font-weight: normal;
	background-color: #666;
}
.sidebar dl dt {
	line-height: 180%;
}
.sidebar dl dt span.label {
	font-weight: normal;
}
.sidebar dl dd {
	padding-left: 0;
	margin-left: 0;
}
.sidebar dl {
    margin-bottom: 10px;
}
/* footer */
footer {
	margin-top: 150px;
}
footer p.caption {
	text-align: right;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #CCC;
	color: #999;
}




/* header */
header .gnav {
	text-align: right;
	margin-top: -5px;
}
header .gnav a.btn {
	padding-top: 10px;
}
header div.logo {
	margin-bottom: 10px;
}

/* h1 */
#home header h1, 
header div.desc {
	margin: 0;
	padding: 7px 0;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	line-height: 15px;
}
#skclub header h1, 
#hinshitsu header h1, 
#kindaika header h1, 
#magazine header h1, 
#seminar header h1 {
	/*text-indent:100%;
	white-space:nowrap;
	overflow:hidden;*/
	color: #FFF;
	font-weight: normal;
	font-size: 20px;
	line-height:100%;
	height: 155px;
	margin:0 0 15px 0;
	padding: 20px 0 0 20px;
	text-shadow: 1px 1px 1px #000;
}

#jinzai header h1 {
color: #FFF;
	font-weight: normal;
	font-size: 20px;
	line-height:100%;
	height: 60px;
	margin:0 0 15px 0;
	padding: 10px 0 0 20px;
	text-shadow: 1px 1px 1px #000;
	background-image:url(../img/jinzai_head.jpg);
	background-repeat: no-repeat;
}

#skclub header h1 {
	background-image:url(../img/skclub_head.jpg);
	background-repeat: no-repeat;
}
#hinshitsu header h1 {
	background-image:url(../img/hinshitsu_head.jpg);
	background-repeat: no-repeat;
}
#kindaika header h1 {
	background-image:url(../img/kindaika_head.jpg);
	background-repeat: no-repeat;
}
#magazine header h1 {
	background-image:url(../img/magazine_head.jpg);
	background-repeat: no-repeat;
}
#seminar header h1 {
	background-image:url(../img/seminar_head.jpg);
	background-repeat: no-repeat;
}



/* home */
#home header div.top-header {
	background-image:url(../img/top_head_bg.jpg);
	background-repeat: no-repeat;
	height: 250px;
	margin-bottom: 15px;
	padding-right: 5px;
	text-align: right;
}
#home header div.top-header ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
#home header div.top-header ul li a img {
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
}
#home header div.top-header ul li a img:hover {
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}
#home .sidebar {
	padding-top: 30px;
}



/* magazine */
#magazine .sidebar div.mag-face {
	width: 130px;
	float: left;
}
#magazine .sidebar div.mag-face img {
	border: solid 1px #CCC;
}
#magazine .sidebar div.mag-description {
	width: 170px;
	float: right;
	padding-bottom: 20px;
}
#magazine .sidebar a.float-clear {
	clear: both;
}
#magazine .sidebar code {
	color: #000;
	line-height: 32px;
}
#magazine .main table tr th, 
#magazine .main table tr td {
	border-color: #ccc;
}
#magazine .main table tr.no-border th, 
#magazine .main table tr.no-border td {
	border: none;
}

#magazine .main dl.mag-info dt {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}
#magazine .main dl.mag-info dt:first-line, 
#magazine .main h3 {
	font-size: 16px;
	color:#C00;
	font-weight: bold;
}
#magazine .main dl.mag-info dd {
	text-align: right;
	font-size: 14px;
}
#magazine .main dl.mag-info dl dt, 
#magazine .main dl.mag-info dl dt:first-line {
	color:#000;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}



/* seminar */
#seminar .main table.sem-speaker tr th, 
#seminar .main table.sem-speaker tr td {
	border: none !important;
	
}
#seminar .main table.sem-speaker tr th {
	font-size: 18px;
	text-align: right;
	font-weight: normal;
	vertical-align: middle;
}
#seminar .main table.table-bordered {
	margin-top: 25px;
}
#seminar .main table.table-bordered td {
	vertical-align: middle;
}
#seminar .main table.table-bordered th {
	font-weight: normal;
}
#seminar .main table.table-bordered td strong {
	font-size: 16px;
	line-height: 28px;
}
#seminar .main table.table-bordered td .speaker {
	text-align: right;
	font-size: 16px;
}



/* page */
#page .main table tr.no-border th, 
#page .main table tr.no-border td {
	border: none !important;
	
}
#page h1 {
	font-size: 22px;
	font-weight: normal;
}
#page ol li {
	padding-bottom: 30px;
}
#page .sidebar {
	padding-top: 30px;
}
#page .sitemap {
	padding-top: 40px;
}
#page .sitemap ul {
	padding-bottom: 30px;
}
#page .sitemap ul li {
	font-size: 16px;
	padding-bottom: 20px;
}



/* contact */
#page form div.control-group small, 
#jinzai form div.control-group small {
	color: #F00;
	padding-left: 10px;
}
#page p.caption, 
#jinzai p.caption {
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 20px;
}
#page p.caption strong, 
#jinzai p.caption strong {
	color: #F00;
}
#jinzai form div.form-actions, 
#page form div.form-actions {
	padding-top: 0;
	border: none;
}


h2.eventTitle {
	padding: 10px;
	margin-bottom: 20px;
	font-size: 16px;
	border: 1px solid #B698A5;
	background-color: #FCF;
	color: #000;
	background-image: -moz-linear-gradient(top, #FFFFFF, #FFE0ED); /* これはFirefox 3.6 用*/
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #FFE0ED),color-stop(1, #FFFFFF)); /* これはSafari & Chrome などのwerbtik系*/
	/*ここから問題のIEハック*/
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#FFE0ED'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#FFE0ED')"; /* IE8 */
	line-height: 1.6;
	font-weight: bold;
}
h2.eventTitle strong {
	font-size: 26px;
	font-weight: normal;
}
body#seminar h2.eventTitle {
	padding: 10px;
	margin-bottom: 20px;
	font-size: 16px;
	border: 1px solid #8FB3A7;
	background-color: #FCF;
	color: #000;
	background-image: -moz-linear-gradient(top, #FFFFFF, #D0F1EA); /* これはFirefox 3.6 用*/
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #D0F1EA),color-stop(1, #FFFFFF)); /* これはSafari & Chrome などのwerbtik系*/
	/*ここから問題のIEハック*/
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#D0F1EA'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#D0F1EA')"; /* IE8 */
	line-height: 1.6;
	font-weight: bold;
}

.adList {
	padding-bottom: 35px;
}
h3.adListH3 {
	margin-top:0;
	padding-top:0;
}
.adList h4 {
	margin-left: 20px;
	font-size: 14px;
}
.adList div img {
	padding-bottom: 10px;
}

.formbtn {
    margin-top:0;
    display: block;
}


table.priceData {
	border-collapse: collapse;
	border: 1px solid #999 !important;
	width: 100%;
}

table.priceData th, table.priceData td {
		border: 1px solid #999 !important;
		padding: 7px;
		text-align: center;
}



.top-banner {
	border: 1px solid #aaa;
	margin-top:30px;
}

body.kisochishiki h2.p-title img {
	width: 65%;
}
body.kisochishiki .main h3 {
	font-size: 22px;
	line-height: 1.3;
	border-left: #999 5px solid;
	padding-left: 12px;
}

body.kisochishiki .main h4 {
	border-bottom: 1px dashed #666;
	margin-top: 20px;
	padding-bottom: 5px;
}

body.kisochishiki .main ul {
	margin-left: 0;
}
body.kisochishiki .main ul ul {
	margin-left: 1em;
}
body.kisochishiki .main ul li {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.yoyaku-annai {
	padding: 0 17px 10px 17px;
	border: 1px dashed #DD0000;
	margin-bottom: 45px;
}
.yoyaku-annai h4 {
	color: #DD0000;
	font-size: 20px;
	text-align-last:justify;
	border-bottom: none !important;
	padding-bottom: 0 !important;
	letter-spacing: -0.1em;
}
.yoyaku-annai p {
	margin-bottom: 0;
	padding-bottom: 0;
	text-indent: 1em;
}

.syoseki-data {
	padding: 10px 10px 0 17px;
	border: 1px dashed #666;
}
.syoseki-data table th {
font-size: 18px;
	text-align-last:justify;
	padding-right: 1em;
	width: 100px;
}
.syoseki-data table td {
	padding: 7px 0;
font-size: 18px;
}
.syoseki-data table td span {
font-size: 12px;
}
.syoseki-data p {
	letter-spacing: -0.1em;
	text-align-last:justify;
}
.syoseki-data h4 {
	font-weight: normal;
	border-bottom: none !important;
	margin-top: 0 !important;
}
.syoseki-data h4 a {
	text-decoration: underline;
}

p.toiawase-email {
  background-image: url('../images/arrow1.jpg');
  background-repeat: no-repeat;
  background-position: 0 8px;
  padding-left: 20px;
}

.backtotop {
	padding-top: 20px;
	text-align: right;
}

.backtotop a {
	color: darkblue;
}