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

/****************
 * 共通スタイル *
 ****************/
body
{
	/*width:840px;*/
	height:auto;
	padding:0;
	margin:0 auto;
    background-color: #fff3f3;
    /*background-color: #fff;*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "ＭＳ Ｐゴシック", sans-serif;
	font-size:14px;
	line-height:20px;
	color:#333;
}

img
{
	border:none;
}

a
{
	outline:none;
	cursor:pointer;
}

a:hover
{
	color:#0CF;
}

p
{
	word-wrap:break-word;
	word-break:break-all;
}

span.spnRed
{
	color:red;
}

.clear {
	clear: both;
	height:0;
}



/* 画面幅841px以上 */
@media only all and (min-width: 841px){
	body
	{
		/*width:840px;*/
		width:100%;
	}

	div.divMainArea {
		width:840px;
	}
}
/* 画面幅840pxまで */
@media only all and (max-width: 840px){
	body
	{
		width:100%;
	}
}


/******************
 * ヘッダスタイル *
 ******************/
/* 画面幅841px以上 */
@media only all and (min-width: 841px){
	div.divHeaderSP, div.divBannerSP, div.divTextSP{
		display:none;
	}
	div.divHeader
	{
		width:100%;
		padding-top:10px;
		height:105px;
		/*width:840px;*/
		background:url(../images/common/logo_line.gif) repeat-x left;
	}

	div.divHeader .divLogo
	{
		/*float:left;*/
		width:505px;
		height:88px;
		/*margin-left:40px;*/
		margin: 0 auto;
	}

	div.divHeader .divText
	{
		float:right;
		padding-right:15px;
		/*padding-top:2px;*/
		/*padding-top:20px;*/
		padding-top: 0;
		margin-top: -85px;
	}

	div.divHeader .divText p
	{
		/*margin:40px 0 0 0;*/
		margin:4px 0 0 0;
		font-size:16px;
	}

	div.divHeader .divText p, div.divHeader .divText img
	{
		padding-left:50px;
	}

	div.divHeader .divText a.imgInstagram
	{
		/*margin-left: 30px;*/
		float: right;
		display: block;
		margin-left: 0;
		margin-bottom: 5px;
	}
	div.divHeader .divText a.imgBlog
	{
		/*margin-left: 10px;*/
		float: none;
		display: block;
		margin-left: 0;
	}
	div.divHeader .divText a.imgLine
	{
		float: left;
		display: block;
		margin-right: 5px;
	}
	div.divHeader .divText a.imgLine img
	{
		height: 80px;
		width: auto;
	}

	div.divHeader .divText a img
	{
		padding-left:0;
	}

	div.divMainArea {
		width:840px;
		margin: 0 auto;
	}

}
/* 画面幅840pxまで */
@media only all and (max-width: 840px){
	div.divHeader{
		display:none;
	}
	div.divHeaderSP
	{
		padding-top:10px;
		padding-bottom:20px;
		height:auto;
		width:100%;
		max-width:840px;
		/*background:url(../images/common/logo_line.gif) repeat-x left;*/
		background-color: #fff!important;
		border-bottom: 2px solid #00a968;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a968+80,9bf2d0+100&0+80,1+100 */
		background: -moz-linear-gradient(top, rgba(0,169,104,0) 80%, rgba(155,242,208,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(0,169,104,0) 80%,rgba(155,242,208,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(0,169,104,0) 80%,rgba(155,242,208,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000a968', endColorstr='#9bf2d0',GradientType=0 ); /* IE6-9 */
	}
	div.divHeaderSP .divLogoSP
	{
		/*float:left;*/
		width:100%;
		height:auto;
		/*margin-left:40px;*/
	    text-align: center;
	}

	div.divHeaderSP .divLogoSP img
	{
	    margin: 0 auto;
	    width: 95%;
		max-width: 500px;
	    height: auto;
	}
	div.divBannerSP
	{
		width: 100%;
		height: auto;
		max-width: 830px;
		margin-top:5px;
		padding:5px 0;
		min-height: 30px;
    	display: flex;
        justify-content: center;
		align-items: center;
	}
	div.divBannerSP a.imgInstagram
	{
		/*float: left;*/
		/*margin-left: 30px;*/
		margin-left:5px;
	}
	div.divBannerSP a.imgBlog
	{
		/*float: left;*/
		margin-left: 10px;
	}
	div.divBannerSP a.imgLine img
	{
		height: 80px;
		width: auto;
	}

	div.divBannerSP a img
	{
		/*padding-left:0;*/
	}
	div.divTextSP
	{
		width: 100%;
		height: auto;
		max-width: 840px;
		margin-top:5px;
		min-height: 30px;
    	text-align:center;
	}
	div.divTextSP
	{
		/*margin:40px 0 0 0;*/
		/*margin:4px 0 0 0;*/
		/*font-size:16px;*/
		margin:0;
		font-weight: 600;
    	font-size: 2.0em;
    	line-height: 36px;
	}
	div.divTextSP a
	{
	    color: #fe3e97;
	}
}

/********************
 * メニュースタイル *
 ********************/
/* 画面幅841px以上 */
@media only all and (min-width: 841px){
	#SPMenuArea{
		display:none;
	}
	div.divMenu
	{
		float:left;
		width:234px;
		margin-top:15px;
	}

	div.divMenu ul
	{
		list-style:none;
		padding:0;
		margin:0;
	}

	div.divMenu ul li.liMenuHeader
	{
		display:block;
		height:38px;
		background:url(../images/common/menu_header1.gif) no-repeat left;
	}

	div.divMenu ul li.liMenu
	{
		display:block;
		height:35px;
	}

	div.divMenu ul li a
	{
		text-decoration:none;
		color:#333;
		display:block;
		height:35px;
		line-height:35px;
		background:url(../images/common/menu.gif) no-repeat left;
		padding-left:50px;
	}

	div.divMenu li.current a
	{
		background:url(../images/common/menu2.gif) no-repeat left;
	}

	div.divMenu li a:hover
	{
		background:url(../images/common/menu2.gif) no-repeat left;
	}

	div.divMenu li.child a
	{
		background:url(../images/common/menu3.gif) no-repeat left;
	}

	div.divMenu li.child_current a
	{
		background:url(../images/common/menu4.gif) no-repeat left;
	}

	div.divMenu li.child a:hover
	{
		background:url(../images/common/menu4.gif) no-repeat left;
	}
}
/* 画面幅840pxまで */
@media only all and (max-width: 840px){
	div.divMenu{
		display:none;
	}
	#SPMenuArea{
		display: block;
	}
	#toggle{
		/*display:none;*/
		position: relative;
		width: 100%;
		height:30px;
		margin:0;
		padding:0;
		/*background:url(../images/common/bg_nav_1.png) repeat-x;*/
		/*background:url(../images/common/bg_nav_2.png) repeat-x;*/
		background-color:#00a968;
		font-size:14px;
	}

	#toggle a{
		display: block;
		position: relative;
		color: #fff;
		text-align: center;
		text-decoration: none;
		line-height:30px;
		font-weight:bold;
	}

	#toggle:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background: #fff;
	}

	#toggle a:before, #toggle a:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 20px;
		height: 4px;
	}

	#toggle a:before{
		margin-top: -6px;
		background: #00a968;
	}

	#toggle a:after{
		margin-top: 2px;
		background: #00a968;
	}

	div.divMenuSP{
		display:none;
		border:none;
		width:100%;
		height:100%;
		font-size: 16px;
		line-height:30px;
		text-indent: 1.0em;
	}

	div.divMenuSP ul{
		margin:0;
		padding:0;
		width:100%;
		height:100%;
		border-top:1px solid #666;
	}

	div.divMenuSP li{
		width:100%;
		list-style-type: none;
	}

	div.divMenuSP li a{
		display:block;
		text-decoration: none;
	}

	div.divMenuSP .current > a,
	div.divMenuSP .child_current > a {
		/*background-color: #f9e6ef;*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f9e6ef+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(249,230,239,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(249,230,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(249,230,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9e6ef',GradientType=0 ); /* IE6-9 */
	}

	div.divMenuSP a:hover{
		/*background-color: #f9e6ef;*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f9e6ef+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(249,230,239,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(249,230,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(249,230,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9e6ef',GradientType=0 ); /* IE6-9 */
	}

	div.divMenuSP a{
		border-bottom:1px solid #666;
		/*background-color: #f5f5f5;*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eaeaea+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
		border-right:none;
		text-align: left;
	}

	#toggle{
		display:block;
	}
}

/****************
 * スタジオ情報 *
 ****************/
/* 画面幅841px以上 */
@media only all and (min-width: 841px){
	#StdInfo{
		display:none;
	}
	div.divInfo
	{
		margin-top:50px;
		text-align:center;
		width:234px;
		/*height:338px;*/
		height:300px;

	}

	div.divInfo p
	{
		margin:0;
		padding-left:30px;
		padding-top:15px;
		/*height:300px;*/
		height:240px;
		text-align:left;
		background:url(../images/common/info_back.gif) no-repeat top;
	}

	div.divInfo p img
	{
		margin-top:15px;
	}
}
/* 画面幅840pxまで */
@media only all and (max-width: 840px){
	#StdInfo{
		display:block;
		width: 100%;
	    height: auto;
	    text-align: center;
	    margin: 0 auto;
	    margin-top: 50px;
		/*border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;*/
		border-bottom: 1px solid #ccc;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eaeaea+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
	}
	#StdInfo p.pStdInfoTitle{
		color:#ffffff;
		font-weight:bold;
		font-size:16px;
		height:30px;
		line-height:30px;
		border-top: 2px solid #00a968;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#93e2c3+0,00a968+100 */
background: rgb(147,226,195); /* Old browsers */
background: -moz-linear-gradient(top, rgba(147,226,195,1) 0%, rgba(0,169,104,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(147,226,195,1) 0%,rgba(0,169,104,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(147,226,195,1) 0%,rgba(0,169,104,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93e2c3', endColorstr='#00a968',GradientType=0 ); /* IE6-9 */
	}
	#StdInfo img{
		margin-bottom:10px;
	}
}

/********************
 * ログアウトボタン *
 ********************/
div.divMenu div.divLogout,
div.divLogoutSP
{
	text-align:center;
	margin-top:30px;
}

div.divLogoutSP
{
    margin: 30px auto;
    width: 185px;
    height: 48px;
}

/******************
 * フッタスタイル *
 ******************/
div.divFooter
{
	background-color:#e3fff2;
	font-size:12px;
	text-align:center;
	margin-top:30px;
	margin-bottom:5px;
}

div.divFooter ul
{
	margin:0;
	padding:0;
	list-style:none;
}

div.divFooter ul li
{
	display:inline;
	line-height:18px;
	color:#aaa;
}

div.divFooter ul li a
{
	text-decoration:none;
	color:#f6f;
	margin-left:10px;
	margin-right:10px;
}

div.divFooter ul li a:hover
{
	text-decoration:underline;
	color:#51fd9a;
	/*color:#0CF;*/
}

div.divFooter span
{
	line-height:18px;
}

/* 画面幅841px以上 */
@media only all and (min-width: 841px){
	div.divFooter
	{
		height:38px;
		/*width:840px;*/
		width:100%;
	}
}
/* 画面幅840pxまで */
@media only all and (max-width: 840px){
	div.divFooter
	{
		height:auto;
		width:100%;
	}
}

/**********************
 * コンテンツスタイル *
 **********************/
/* 画面幅841px以上 */
@media only all and (min-width: 841px){
	div.divContents
	{
		/*clear:both;*/
		width:576px;
		float:right;
		margin-top:15px;
		/*padding-left:30px;*/
	}

/*
	div.divContents p.pTitle
	{
		width:576px;
		height:43px;
		background:url(../images/common/title_back.gif) no-repeat left;
		margin:0;
		font-size:24px;
		line-height:43px;
		color:#00a968;
		padding-left:40px;
	}
*/
	div.divContents p.pTitle
	{
		position: relative;
		width:576px;
		height:43px;
		margin:0;
		font-size:24px;
		line-height:43px;
		color:#00a968;
		text-indent: 1.0em;
	}
	div.divContents p.pTitle::before
	{
	    display: block;
	    content: "";
	    position: absolute;
	    width: 10px;
	    height: 90%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a968+0,7db9e8+100&1+0,0+100 */
background: -moz-linear-gradient(top, rgba(0,169,104,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,169,104,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,169,104,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a968', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
	}

	div.divContents p.pTitle::after{
		content: '';
		display: block;
		width:100%;
		height: 3px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a968+0,7db9e8+100&1+0,0+100 */
background: -moz-linear-gradient(left, rgba(0,169,104,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,169,104,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,169,104,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a968', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
	}

	div.divContents p.pExplain
	{
		padding:0 15px;
		margin-bottom:30px;
	}
	div.divContents p.pExplainIndent
	{
		padding:0 15px;
		text-indent:-1em;
		padding-left:1em;
	}

	div.divContents p.pExplainIndent span.spnIndent
	{
		display:block;
		padding-left:20px;
		text-indent:-1em;
	}
}
/* 画面幅840pxまで */
@media only all and (max-width: 840px){
	div.divContents
	{
		padding-left:5px;
		padding-right:5px;
	}

	div.divContents p.pTitle
	{
		position: relative;
		width:100%;
		height:43px;
		/*background:url(../images/common/title_back.gif) no-repeat left;*/
		margin:0;
		font-size:24px;
		line-height:43px;
		color:#00a968;
		/*padding-left:40px;*/
		/*border-bottom: 3px solid #00a968;*/
		text-indent: 1.0em;
	}
	div.divContents p.pTitle::before
	{
	    display: block;
	    content: "";
	    position: absolute;
	    width: 10px;
	    height: 90%;
	    /*background: #00a968;*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a968+0,7db9e8+100&1+0,0+100 */
background: -moz-linear-gradient(top, rgba(0,169,104,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,169,104,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,169,104,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a968', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
	}

	div.divContents p.pTitle::after{
		content: '';
		display: block;
		width:100%;
		height: 3px;
		/*margin-left: -16px;*/
		/*margin-top: 16px;*/
		/*background: linear-gradient(to right, #00f, #f00);*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a968+0,7db9e8+100&1+0,0+100 */
background: -moz-linear-gradient(left, rgba(0,169,104,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,169,104,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,169,104,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a968', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
	}

	div.divContents p.pExplain
	{
		padding:0 15px;
		margin-bottom:30px;
	}
	div.divContents p.pExplainIndent
	{
		padding:0 15px;
		text-indent:-1em;
		padding-left:1em;
	}

	div.divContents p.pExplainIndent span.spnIndent
	{
		display:block;
		padding-left:20px;
		text-indent:-1em;
	}
	div.divContents p.pTitleSP{
		font-size:1.3em;
	}
}



/********************
 * 小見出しスタイル *
 ********************/
div.divTitle2
{
	position: relative;
	/*width:576px;*/
	margin-top:15px;

}

div.divContents div.divTitle2 p.pSubTitle
{
/*	float:left;*/
	display: flex;
	align-items: center;
	height:20px;
	margin:0;
	font-size:18px;
	color:#f39;
	line-height:22px;
	background:url(../images/common/title2_icon.png) no-repeat left;
	padding-left:25px;
}

div.divContents div.divTitle2 p.pSubTitle:after{
border-top: 1px solid;
content: "";
flex-grow: 1;
margin-left: 1rem;
	/*position: absolute;
	top: 50%;*/
/*	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 20px;
	height: 4px;
*/
}

div.divContents div.divTitle2  div.divTitle2Line
{
/*	float:right;*/
	height:20px;
	/*background:url(../images/common/title2_line.png) repeat-x;*/
}

/****************************
 * 小見出し幅指定用スタイル *
 ****************************/
/* メールフォームによるお申し込み */
div.divContents div.divTitle2 .width266
{
	width:266px;
}

div.divContents div.divTitle2 .width285
{
	width:285px;
}

/* お電話によるお申し込み */
div.divContents div.divTitle2 .width336
{
	width:336px;
}

div.divContents div.divTitle2 .width215
{
	width:215px;
}

/* お電話によるお問い合わせ */
div.divContents div.divTitle2 .width326
{
	width:326px;
}

div.divContents div.divTitle2 .width225
{
	width:225px;
}

/* メールフォームによるお問い合わせ */
div.divContents div.divTitle2 .width1
{
	width:251px;
}

div.divContents div.divTitle2 .width2
{
	width:300px;
}

/* 見学・体験レッスン、スケジュール・料金、個人情報の取り扱い */
div.divContents div.divTitle2 .width371
{
	width:376px;
}

div.divContents div.divTitle2 .width180
{
	width:175px;
}

/* ログイン、アクセス */
div.divContents div.divTitle2 .width461
{
	width:466px;
}
div.divContents div.divTitle2 .width90
{
	width:85px;
}

/* 管理者ログイン、個人情報の取得、お問い合わせ等 */
div.divContents div.divTitle2 .width411
{
	width:411px;
}
div.divContents div.divTitle2 .width140
{
	width:140px;
}

/* お知らせ編集 */
div.divContents div.divTitle2 .width421
{
	width:421px;
}
div.divContents div.divTitle2 .width130
{
	width:130px;
}

/* 〇〇クラス、クラス紹介 */
div.divContents div.divTitle2 .width446
{
	width:446px;
}
div.divContents div.divTitle2 .width105
{
	width:105px;
}

/* レディス〇クラス、生徒・保護者専用 */
div.divContents div.divTitle2 .width396
{
	width:396px;
}
div.divContents div.divTitle2 .width155
{
	width:155px;
}

/* お問い合わせ */
div.divContents div.divTitle2 .width431
{
	width:431px;
}
div.divContents div.divTitle2 .width120
{
	width:120px;
}

/* その他 */
div.divContents div.divTitle2 .width486
{
	width:486px;
}
div.divContents div.divTitle2 .width65
{
	width:65px;
}

/* 月謝 */
div.divContents div.divTitle2 .width501
{
	width:501px;
}
div.divContents div.divTitle2 .width50
{
	width:50px;
}

/* 保険代 */
div.divContents div.divTitle2 .width481
{
	width:481px;
}
div.divContents div.divTitle2 .width70
{
	width:70px;
}

/* 当サイトにおける個人情報の取り扱いについて */
div.divContents div.divTitle2 .width161
{
	width:161px;
}
div.divContents div.divTitle2 .width390
{
	width:390px;
}
div.divContents div.divTitle2 .width350
{
	width:350px;
}
div.divContents div.divTitle2 .width190
{
	width:190px;
}

/********************************
 * トップアンカーリンクスタイル *
 ********************************/
div.divLinkAnchor
{
	clear:both;
	/*height:20px;
	width:840px;*/
	text-align:right;
	margin-top:20px;
}


/* 画面幅841px以上 */
@media only all and (min-width: 841px){
	div.divLinkAnchor
	{
		height:20px;
		width:840px;
	}
}
/* 画面幅840pxまで */
@media only all and (max-width: 840px){
	div.divLinkAnchor
	{
		height:auto;
		width:100%;
	}
	div.divLinkAnchor a
	{
		height:auto;
		width:100%;
	    margin-right: 5px;
	}
}

