@charset "utf-8";
/* CSS Document 女性の鍼灸　*/

*{
	margin:0;
	padding:0;
	}

/* 共通　*/
body{
	font-family: 源ノ角ゴシック, 'Source Han Sans', 'kozuka-gothic-pr6n', メイリオ, Meiryo, 'MS UI Gothic', 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS PGothic', 'osaka', sans-serif;
	color:#333;
	line-height: 100%;
	text-align: center;
	background-color: #FFF;
	}

#wrap{
	width: 960px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	line-height:130%;
	text-align:center;
	height: auto;
	background-color: #FFF;
	}

#wrap980{
	width: 980px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	line-height:130%;
	text-align:center;
	height: auto;
	background-color: #FFF;
	}


a:link{
	color: #333;
	text-decoration: none;
}

a:visited{
	text-decoration: none;
	color: #333;
}

a:hover{
	text-decoration: underline;
	color: #F06;
}

a:active{
	text-decoration: none;
	color: #F06;
}

.clear{
	clear: both;
}

h1{
	margin-top:8%;
	margin-bottom:3%;
	font-size: 200%;
	font-weight:600;
	color: #000;
	line-height:120%;
	
}


h2{
	font-size:150%;
	color:#000;
	line-height: 120%;
	font-weight:600;
	margin-top:8%;
	margin-bottom:2%;
}

h3{
	font-size:140%;
	color:#000;
	font-weight:600;
	margin-top:8%;
	margin-bottom:1%;

	}

h4{
	font-size:120%;
	color:#000;
	font-weight:600;
	margin-top:6%;
	margin-bottom:2%;

	}


h5{
	font-size:120%;
	color:#000;
	font-weight:400;
	margin-top:1%;
	margin-bottom:2%;
	line-height: 150%;
	}



p{
	margin-top: 0px;
	margin-bottom:5px;
	line-height: 180%;
	}

.txt-red{
	color:#F06;
}


.txt-pnk{
	color:#F99;
}


.txt-black{
	color:#000;
	}


.txt-lar{
	font-size:130%;

	}


.txt-sml{
	font-size:80%;

}


.txt-100{
	font-size:100%;
	line-height:200%;
	list-style-type:circle;
	
}

.h1-ruby{
	font-size:80%;
	}


.kugiri{
	text-align:center;
	color:#C66;
	}

ul{
	font-size: 100%;
	line-height: 200%;
    list-style: none;
    padding:0;
    margin:0;
}


li { 
    padding-left: 0em; 
    text-indent:0em;
}

li::before{
    content: "●";
    color: #F99;
}






/* 枠　*/
#header{
	width: 960px;
	font-size: 80%;
	padding-top: 0px;
	margin-bottom:0px;
	}


.box-main-center{
	background-color: #FFF;
	width: 720px;
	padding-left:120px;
	padding-right:120px;
	text-align: center;
	margin-bottom: 0px;
	}

.box-main-left{
	background-color: #FFF;
	width: 720px;
	padding-left:120px;
	padding-right:120px;
	text-align: left;
	}

.box-main-right{
	background-color: #FFF;
	width: 720px;
	padding-left:120px;
	padding-right:120px;
	text-align: right;
	}



.box-main-left-menu{
	background-color: #FFF;
	width: 720px;
	padding-left:120px;
	padding-right:120px;
	padding-top:5%;
	text-align: left;
	font-size:120%;
	}
	


.box-960-center{
	background-color: #FFF;
	width: 960px;
	padding-left:0px;
	padding-right:0px;
	text-align:center;
	}


.box-960-left{
	background-color: #FFF;
	width: 960px;
	font-size:80%;
	padding-left:0px;
	padding-right:0px;
	text-align:left;
	}
	


#home-top{
	width:960px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 20px;
	}	

.copyright{
	font-size: 80%;
	}

#footer{
	clear: both;
	width: 960px;
	margin-bottom: 30px;
	padding-top:60px;
}



/* img */

img{
	max-width: 100%;
	height: auto;
	border: 0px;
	}	


.img-960{
	width: 960px;
	border:0px;
	margin-right: 0px;
	margin-bottom:0px;
	}	


table{
	border-collapse:collapse;
	}


.menu-table{
	font-size:100%;
	border-top-style: dotted;
	border-top-color: #666;
	border-top-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	border-bottom-width: 1px;s
	border-left-style: dotted;
	border-left-color: #666;
	border-left-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
	border-right-width: 1px;	
	margin-top:10%;
	margin-left: auto;
	margin-right:auto;
	}

.table-tr{
	height:200%;
	padding-left:10px;
	border-top-style: dotted;
	border-top-color: #666;
	border-top-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	border-bottom-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
	border-left-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
	border-right-width: 1px;	

}



.table-td00{
	text-aling:left;
	padding:10px;
	padding-left:15px;
	padding-right:15px;
	border:solid 1px #999;
	}
		

.table-th00{
	text-aling:left;
	padding:10px;
	padding-left:15px;
	border:solid 1px #999;
	background-color:#EEE;
	}
		


.table-td01{
	text-aling:left;
    height:40px;
	padding-left:10px;
	border-top-style: dotted;
	border-top-color: #666;
	border-top-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
	border-left-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
	border-right-width: 1px;	
	}


.table-td02{
	text-aling:left;
    height:40px;
	padding-left:10px;
	border-top-style: dotted;
	border-top-color: #666;
	border-top-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	border-bottom-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
	border-left-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
	border-right-width: 1px;	
	}




	
.table-td03{
	text-aling:left;
    height:40px;
	padding-left:10px;
	border-top-style: dotted;
	border-top-color: #666;
	border-top-width: 1px;

	}


.table-td04{
	text-aling:left;
    height:40px;
	padding-left:10px;
	border-top-style: dotted;
	border-top-color: #666;
	border-top-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	border-bottom-width: 1px;

	}


.table-td0e{
	text-align:left;
	padding:10px;
	padding-left:15px;
	padding-right:15px;
	border:solid 1px #999;
	background-color:#EEE;	
	}

.table-td0r{
	text-align:right;
	padding:10px;
	padding-left:15px;
	padding-right:15px;
	border:solid 1px #999;
	}
	



.table-vat{
	vertical-align:top;
	}


