@charset "UTF-8";

/*-------------------------------------------------
    common
=================================================*/
------------------------------------------*/
/* 道場ガイド
------------------------------------------*/
	body {
	    margin: 0;
		background-color: #343434;
	}

	.DojoWrap {
		width: 768px;
		margin-left: 25%;
		background-color: #ffffff;
		padding: 5px;
	}

	.DojoTableHeader {
		border-top: solid 15px #F8E4B0;

		background-color: #FFCC68;
	}

	.DojoTableHeaderTitle {
		float: left;
		width: 434px;
		padding: 49px 0px 0px 0px;

		letter-spacing:20px;
		font-family: HGS創英角ﾎﾟｯﾌﾟ体;
		color: #6699FF;
		font-size: 32px;
	}

	.DojoTableHeaderNav {
		float: right;

		background-color: #FFC080;
		width: 334px;
		text-align: center;
	}
	.DojoTableHeaderNav div {
		padding: 12px 0px 12px 0px;
	}

	.cf:before, .cf:after {
		content:"";
		display:table
	}
	.cf:after {
		clear:both
	}
	.cf { zoom:1 } /* For IE 6/7 */

	.DojoTableFooter {
		border-bottom: solid 15px #FFFFCC;
		background-color: #ffffff;
		height:30px;
		text-align: right;
	}

	.dojoname {
/*
		background-color: #FFCC66;
*/
		text-align: center;
	}

	.dojoname .dojonameMain {
		width: 468px;
	}

	.dojoname .dojonamePrefix {
		color: #3366cc;
		font-weight: bold;
	}

	.dojoname .dojonameNote {
		font-family: ＡＲＰ丸ゴシック体Ｅ;
		color: #3366cc;
		font-weight: bold;
	}

	section.itemSample {
		background-color: #FFFFFF;
		margin-bottom: 10px;
	}

	h1{
		border-bottom: 3px solid #B92A2C;
		margin: 15px 5px;
	}

	h2.SectionTitle {
		background-color: #008000;
		color: #FFFFFF;
		margin-top: 5px;
		margin-bottom: 5px;
		padding: 5px;
	}

	h3 {
		position: relative;
		padding: 0.25em 0;
		margin-bottom: 5px;
	}
	h3:after {
		content: "";
		display: block;
		height: 4px;
		background: -webkit-linear-gradient(to right, rgb(0, 128, 0), transparent);
		background: linear-gradient(to right, rgb(0, 128, 0), transparent);
	}

	h4 {
		padding: 0.25em 0;
		margin: 0px 5px;
	}

	.iframemap {
		height: 450px;
	}

	.itemSchedule {
		font-size: 13px;
		border: solid 1px #008080;
		border-collapse: collapse;
		text-align: center;
		background-color: #ffffff;
	}

	.itemSchedule td {
		border: solid 1px #008080;
	}

	.itemSchedule .memo {
		font-size: 10px;
	}

	.itemSchedule .class {
		color: #0000FF;
		font-weight: bold;
	}

	.itemSchedule .class1 {
		color: #FF0000;
	}
	.itemSchedule .class2 {
		color: #000080;
	}
	.itemSchedule .class3 {
		color: #008080;
	}
	.itemSchedule .class4 {
		color: #008000;
	}
	.itemSchedule .class5 {
		color: #343434;
	}

	.itemSchedule .title {
		background-color: #CCFFCC;
	}
	.itemSchedule .week {
		font-size: 15px;
		color: #0000FF;
		font-weight: bold;
	}
	.itemSchedule .time {
		font-weight: bold;
	}
	.itemSchedule .charge {
	}

	.itemScheduleFooter {
		text-align: left;
		background-color: #ccffcc;
		color: red;
		height:30px;
	}

	.priceTable {
		border: solid 1px #008080;
		border-collapse: collapse;
	}

	.priceTable td {
		border: solid 1px #008080;
		text-align: center;
		background-color: #ffffff;
	}

	.priceTable .title {
		background-color: #99ffcc;
	}

	.priceTable .title2 {
		background-color: #ccffcc;
	}

	.priceTable .pickup {
		color: #0000ff;
	}
	.priceTable .sum {
		font-weight: bold;
	}

	.priceTable .priceadd {
		text-align: left;
	}

	.priceTable .priceFooter {
		text-align: left;
		height:30px;
	}

	/* 幅の調整クラス。廃止を希望 */
	.priceTable .titlewidth1 {
		width: 115px;
	}

	.priceTable .titlewidth2 {
		width: 150px;
	}

	.wear {
		border: solid 1px #000000;
		border-collapse: collapse;
		background-color: #FFFFFF;
	}
	.wear td {
		border: solid 1px #000000;
	}
	.wear .type {
		background-color: #F8E4B0;
		text-align: center;
		color: #800080;
	}
	.wear .kubotaname {
		color: #0000FF;
	}
	.wear .aikiname {
		color: #CC0000;
	}

	.instructor {
		border: solid 1px #008080;
		border-collapse: collapse;
		font-size: 13px;
		width: 100%;
		background-color: #ffffff;
	}
	.instructor td {
		border: solid 1px #008080;
	}

	.instructor .position {
		width: 60px;
	}
	.instructor .rank8 {
		color: #CC0000;
		font-weight: bold;
	}
	.instructor .rank7 {
		color: #CC0000;
	}
	.instructor .rank6 {
		color: #CC0000;
	}
	.instructor .rank5 {
		color: #CC0000;
	}
	.instructor .rank4 {
		color: #CC0000;
	}
	.instructor .rank3 {
		color: #0000FF;
	}
	.instructor .rank2 {
		color: #0000FF;
	}

	.instructor .member {
		width: 450px;
	}

	ul.clicklist li {
		margin: 15px 0px;
	}

	ul.memolist li {
	}

/*------------------------------------------*/
@media screen and (max-width:893px) {
	body {
		padding: 150px 0px 0px 0px ;
	}

	.DojoWrap {
		width: 100%;
		margin-left: 0px;
		padding: 0px;
	}
}

@media screen and (max-width:480px) {
	.dojoname {
		width: 100%;
	}

	section.itemSample {
		width: 100%;
	}
	.DojoWrap .dojonameMain {
		width: 100%;
	}

	.iframemap {
		height: 300px;
	}

	.DojoTableFooter {
		display:none;
	}
}

/*------------------------------------------*/
/* 道場ガイド一覧
/*------------------------------------------*/
	.DojolistKeikotitlenote {
		font-size: 16px;
		font-family: ＡＲ丸ゴシック体Ｅ;
		font-weight: normal;
		margin-left: 50px;
	}

	.DojolistKeikoaddressnote {
		color: #0000FF;
	}

	a.sphref {
		display: block;
		text-decoration: none;
		color: #000000;
	}

	a.sphref:hover {
		background-color: #FFFFDD;
	}
	a.sphref:active {
		background-color: #FFFFDD;
	}


/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
