*{
	margin:0;
	padding:0;
	scroll-behavior: smooth;
}
body{
	color:#000000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	word-break: break-all;
}
p,dt,dd,td,ol,ul{
	font-size:95%;
}
img{
	border:0;
	width: 100%;
	display: block;
}
a{
	text-decoration:underline;
	color:#000000;
} 
a:hover,
a:focus{
	text-decoration:underline;
	color:#000000;
}
#viewer {
    margin: 0 auto;
    width: 100%;
    height: 160px;
    text-align: left;
    overflow: hidden;
    position: relative;
}
 
#viewer img {
    top: 0;
    left: 0;
    position: absolute;
}
#top{
	margin: 0 0 20px 0;
	border-bottom:2px solid #DF3447;
}
#key{
	padding:5px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
#key a{
	text-decoration:none;
}
.title{
	margin: 0 auto;
	padding: 0;
	width: 165px;
	height: 47px;
}
#header{
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	width: 100%;
	text-align: center;
	clear:both;
	border-bottom:2px solid #DF3447;
}
.header_left{
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
	clear:both;
}
.header_right{
	margin: 0 auto;
	padding: 0;
	width: 80%;
}
.header_right img{
	margin:0;
	padding: 0;
	width: 100%;
}
.hr03{
	margin: 5px 0 0 0;
}
.hr04 a{
	color: #FFFFFF;
	background: #DF3447;
	width: 100%;
	text-decoration: none;
	font-size: 80%;
	display: block;
}
nav.globalMenuSp {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
 
nav.globalMenuSp ul {
    background: #FADEE1;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
nav.globalMenuSp ul li {
    font-size: 16px;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #EEEEEE;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #DF3447;
    padding: 8px 0;
	text-decoration: none;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 9999;
    background: #DF3447;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #FFF;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #FFF;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
#naviwaku{
	display: none;
}
.sp01{
	background:#DF3447;
	width: 100%;
}
.sp01 img{
	width: 20%;
}
.hwakuhome,
.main,
.main2{
	border:1px dotted #CCCCCC;
	margin:0 10px 20px 10px;
	clear: both;
}
.psub01{
	color: #DF3447;
	padding: 20px;
	font-size: 20px;
}
.htext3,
.htext3-2{
	padding: 0 20px 20px 20px;
	line-height: 1.8;
}
.w1000{
	margin: 0 10px 20px 10px;
	border:1px solid #DF3447;
}
.w1000 img{
	width: 200px;
	margin: 10px 0 10px 0;
}
.sp300{
	width: 200px;
	margin: 0 auto;
}
.w490l,
.w490r{
	margin: 0 10px 20px 10px;
	border:1px solid #DF3447;
}
.w490l p,
.w490r p{
	padding: 20px;
}
.sub1,
.sub3{
	background: #DF3447;
	color: #FFFFFF;
	line-height: 40px;
	font-size: 18px;
	padding: 0 10px 0 10px;
	margin: 0;
}
.sub3 a{
	text-decoration: none;
	color: #FFFFFF;
}
.hlist1{
	margin: 0 20px 20px 40px;
	line-height: 1.8;
}
.hlist1 li li{
	margin: 0 0 0 10px;
}
.blog{
	margin: 0 10px 20px 10px;
	border:1px solid #DF3447;
	height: 300px;
}
.newswaku{
	overflow-y: auto;
	height: 260px;
	width: 100%;
}
div.newswaku::-webkit-scrollbar {
  background:#ccc;
  width:10px;
}
div.newswaku::-webkit-scrollbar-thumb {
  background:#aaa;
}
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 70%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #555555;
}
#footer ul li{
	display: none;
}
.copyright{
	font-size: 10px;
	text-align: center;
	margin: 20px 0 0 0;
	background: #DF3447;
	color: #FFFFFF;
	padding: 5px 0 5px 0;
}
#content{
	clear: both;
}
.main .csub01,
.main2 .csub02,
.main .psub02,
.main .psub03,
.main .psub04,
.main2 .psub05,
.main2 .psub06,
.main .psub07,
.main .psub08,
.main .psub09,
.main .psub10{
	padding: 20px;
	font-size: 18px;
}
.text2,
.abtext1,
.abtext2,
.ctext1,
.ctext2,
.ctext4,
.ptext4{
	padding: 0 20px 20px 20px;
	line-height: 1.8;
}
.ctext3{
	padding: 0 20px 20px 20px;
	line-height: 1.8;
	font-size: 70%;
}
.kwaku1{
	border:1px dotted #CCCCCC;
	background:url(../images/back1.jpg) repeat-x bottom;
	margin:0 10px 20px 10px;
}
.sub7{
	font-size:17px;
	margin:20px;
	padding:0 0 0 10px;
	border-left:5px solid #DF3447;
}
.sub7 a{
	text-decoration: none;
}
.absub1{
	margin: 0 20px 10px 20px;
	font-size: 16px;
	background: #DF3447;
	padding: 5px 0 5px 10px;
	color: #FFFFFF;
	clear: both;
}
.ab01{
	width: 20%;
	float: right;
	display: inline;
	margin: 5px 20px 5px 5px;
}
.gmap {
	width:90%;
	margin:20px auto;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border:1px solid #CCCCCC;
}
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.list1{
	margin: 0 20px 20px 40px;
	line-height: 1.8;
}
.list1 li li{
	margin: 0 0 0 10px;
}
.kt2,
.kt2-2{
	width: 100%;
	margin: 0 0 20px 0;
}
.sp-photo{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
.ktable{
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	width: 90%;
	margin: 0 auto;
}
.ktable dt{
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
	background: #EEEEEE;
}
.ktable dd{
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}
.jjbanner{
	margin: 0 0 20px 0;
}
.cwaku1{
	border:1px solid #DF3447;
	width:90%;
	height:360px;
	margin:0 auto;
	background:url(../images/kc1-2.jpg) no-repeat top;
}
.cwaku2{
	border:1px solid #DF3447;
	width:90%;
	height:360px;
	margin:0 auto;
	background:url(../images/kc2.jpg) no-repeat top;
}
.cwaku3{
	border:1px solid #DF3447;
	width:90%;
	height:360px;
	margin:0 auto;
	background:url(../images/kc3.jpg) no-repeat top;
}
.cwaku4{
	border:1px solid #DF3447;
	width:90%;
	height:360px;
	margin:0 auto;
	background:url(../images/kc4.jpg) no-repeat top;
}
.suku{
	overflow-y: auto;
	height: 260px;
	width: 100%;
	margin: 100px 0 0 0;
}
div.suku::-webkit-scrollbar {
  background:#ccc;
  width:10px;
}
div.suku::-webkit-scrollbar-thumb {
  background:#aaa;
}
.clink{
	clear: both;
	margin: 20px auto;
	text-align: center;
}
.clink a{
	background: #DF3447;
	width: 90%;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 0 5px 0;
	margin: 0 auto;
}
.cwaku5{
	border:1px solid #DF3447;
	width:90%;
	margin:0 auto;
	text-align: center;
	padding: 0 0 10px 0;
}
.classphoto{
	width: 150px;
	margin: 0 auto;
	padding: 0 0 10px 0;
}
.csub1{
	background: #DF3447;
	text-align: center;
	padding: 5px 0 5px 0;
	color: #FFFFFF;
	margin: 0;
}
.ctext5{
	font-size: 70%;
	text-align: center;
	padding: 10px 0 10px 0;
}
.next{
	text-align:right;
	clear:both;
	padding:20px;
	font-size: 80%;
}
.next a{
	color:#DF3447;
	text-decoration:none;
}
.arrow1{
	background:url(../images/arrow1.gif) no-repeat left;
	padding:0 0 0 20px;
}
.ctext3-2{
	padding: 0 20px 20px 20px;
}
.table3{
	margin: 0 20px 0 20px;
}
.table3 dt{
	margin: 0 0 10px 0;
}
.table3 dd{
	line-height: 1.8;
	margin: 0 0 20px 0;
}
.touroku{
	display: none;
}
.sp-touroku{
	text-align: center;
	color: #FFFFFF;
	background: #DF3447;
	margin: 0 20px 20px 20px;
	padding: 5px 0 5px 0;
}
.psub1{
	border-bottom: 1px dashed #DF3447;
	margin: 0 20px 20px 20px;
	padding: 0 0 10px 0;
}
.psub2{
	margin:0 0 10px 20px;
	background:#00A3D9;
	width:160px;
	text-align:center;
	padding:5px;
	color:#FFFFFF;
	border-radius: 100px;        /* CSS3草案 */  
    -webkit-border-radius: 100px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 100px;   /* Firefox用 */
}
.psub3{
	margin:0 0 10px 20px;
	background:#A3D900;
	width:160px;
	text-align:center;
	padding:5px;
	color:#FFFFFF;
	border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}
.jikanwari{
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	margin:0 0 10px 0;
	width:687px;
}
.jikanwari td{
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:5px;
	text-align:center;
	font-size: 70%;
}
.jw1{
	width: 65px;
}
.pt2{
	background: #EEEEEE;
}
.scroll{
    overflow-x: auto;
	margin:0 20px 20px 20px;
}
.scroll::-webkit-scrollbar {
	height: 5px;
}
.scroll::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #eee;
}
.scroll::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666;
}
.hyotext1{
	padding: 0 0 10px 20px;
}
.pwaku1{
	width: 80%;
	margin: 0 auto;
}
.ptext2{
	text-align: center;
}
.ptext2 a{
	text-decoration: none;
	background: #DF3447;
	padding: 5px 0 5px 0;
	display: block;
	margin: 0 0 20px 0;
	color: #FFFFFF;
}
.ptext1{
	padding: 0 20px 20px 20px;
	line-height: 1.8;
	font-size: 80%;
}
.psub05 a,
.psub06 a{
	text-decoration: none;
}
.psub5top,
.psub5{
	margin: 20px 20px 10px 20px;
	border-bottom: 1px dashed #CCCCCC;
	padding: 0 0 10px 0;
	font-size: 17px;
}
.ptext3{
	padding: 0 20px 20px 20px;
	line-height: 1.8;
}
.pricetable{
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	width:687px;
	margin:0 0 10px 0;
}
.pricetable td{
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:10px;
	width:11%;
	text-align:center;
	font-size: 70%;
}
.pricetable2{
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	width:687px;
	margin:0 0 10px 0;
	background:#FFFFFF;
}
.pricetable2 td{
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:10px 0 10px 0;
	text-align:center;
	font-size: 70%;
}
.w22{
	width:22%;
}
.w11{
	width:11%;
}
.psub4{
	margin:0 10px 10px 10px;
	background:#FF4D4D;
	text-align:left;
	padding:5px 50px 5px 50px;
	color:#FFFFFF;
	border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}
.htwaku1{
	margin:0 10px 20px 10px;
	border:1px dotted #CCCCCC;
	background:url(../images/back1.jpg) repeat-x bottom;
}
.htwaku1 img{
	width: 100%;
	margin: 0 auto;
}
.httext1,
.httext2{
	padding: 0 20px 20px 20px;
}
.hti{
	padding: 20px 0 20px 0;
}
.shita{
	width: 150px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}
.kyouzai1{
	width: 100%;
	margin: 0 0 20px 0;
}
.ywaku{
	background:#FFFFCC;
	margin:0 10px 20px 10px;
	border:1px dotted #CCCCCC;
}
.klist1{
	margin:0 20px 0 20px;
	line-height:1.8;
	padding:20px 0 10px 0;
}
.klist1 li{
	background:url(../images/check.jpg) no-repeat left top;
	padding:0 0 0 30px;
	margin:0 0 20px 0;
	list-style:none;
}
.underline{
	background:url(../images/ul.jpg);
	padding:5px;
	font-weight:bold;
	color:#CC0000;
}
.kywaku1{
	margin:0 10px 20px 10px;
	border:1px solid #CCCCCC;
	background:url(../images/back1.jpg) repeat-x bottom;
}
.kywaku2{
	margin:0 10px 20px 10px;
	border:1px solid #DF3447;
}
.kywaku2 img{
	width: 100%;
}
.ktext1{
	padding: 0 20px 20px 20px;
}
.ksub1{
	font-weight:bold;
	padding:5px;
	background:#CCCCCC;
	font-size: 17px;
}
.ksub2{
	font-weight:bold;
	padding:5px;
	background:#DF3447;
	color:#FFFFFF;
	font-size: 17px;
}
.jsub1{
	background: #DF3447;
	margin: 0 20px 20px 20px;
	padding: 5px;
}
.jsub1 a{
	color: #FFFFFF;
	text-decoration: none;
}
.jsub2{
	color: #DF3447;
	padding: 0 20px 0 20px;
}
.jtable2{
	margin: 20px auto;
	width: 90%;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.jtable2 td{
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 5px;
	font-size: 70%;
	vertical-align: top;
}
.backe{
	background: #EEEEEE;
}
.w50{
	width: 50%;
}
.w40{
	width: 40%;
}
.w20{
	width: 20%;
}
.w15{
	width: 15%;
}
.w10{
	width: 10%;
}
.text1{
	padding: 20px;
	line-height: 1.8;
}
.ktext2{
	padding: 0 20px 20px 20px;
	font-size: 80%;
}
.htable{
	margin:0 10px 20px 10px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}
.htable td{
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:10px;
	vertical-align:top;
	font-size: 80%;
}
.tsuki{
	float:right;
}
.ht1{
	width:220px;
	background:#EEEEEE;
}
.ht2{
	width:500px;
}
.photor{
	width: 20%;
	float: right;
	margin: 10px 20px 0 0;
}
.sub6{
	padding: 0 0 20px 0;
}
.table12{
	margin: 0 20px 20px 20px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.table12 dt{
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: #EEEEEE;
	padding: 5px;
}
.table12 dd{
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 5px;
	line-height: 1.8;
}
.st{
	font-weight: bold;
}
.red{
	color: #DF3447;
}
.ktitle{
	margin: 0 20px 20px 20px;
	border-bottom: 1px dashed #DF3447;
	padding: 0 0 10px 0;
}
.kstable{
	margin: 0 20px 20px 20px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.kstable dt{
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: #EEEEEE;
	padding: 5px;
}
.kstable dd{
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 5px;
	line-height: 1.8;
}
.table13{
	margin: 0 20px 20px 20px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.table13 dt{
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: #EEEEEE;
	padding: 5px;
}
.table13 dd{
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.table13 ul{
	padding: 10px 0 10px 0;
}
.table13 li{
	margin: 0 5px 0 25px;
	padding: 5px 0 5px 0;
}
#main{
	margin: 0 20px 40px 20px;
}
.sidebar{
	margin: 0 20px 40px 20px;
}
.entry-content{
	padding: 0 0 20px 0;
}
.entry-title a{
	text-decoration: none;
}
.entry-content p{
	line-height: 1.8;
	padding: 0 0 20px 0;
}
.entry-content ul,
.entry-content ol{
	margin: 0 20px 20px 40px;
	line-height: 1.8;
}
.entry-content h2,
.entry-header h2{
	font-size: 20px;
	padding: 10px 0 10px 0;
	margin: 20px 0 20px 0;
	font-weight: bold;
	border-top: 1px solid #DF3447;
	border-bottom: 1px solid #DF3447;
	clear: both;
}
.entry-content h3{
	font-size: 19px;
	padding: 10px;
	margin: 20px 0 20px 0;
	font-weight: bold;
	border-bottom: 1px solid #DF3447;
	background: #EEEEEE;
	clear: both;
}
.entry-content h4{
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 20px 0;
	border-bottom: 1px dashed #CCCCCC;
	padding: 0 0 10px 0;
	clear: both;
}
.entry-content h5{
	font-size: 17px;
	font-weight: bold;
	margin: 20px 0 20px 0;
	background: #EEEEEE;
	padding: 10px;
	clear: both;
}
.entry-content h6{
	font-size: 16px;
	margin: 20px 0 20px 0;
	clear: both;
}
.entry-content img{
	width: 50%;
	margin: 0 0 20px 0;
}
.pict{
	width: 50%;
	height: 50%;
	margin: 0 20px 20px 20px;
}
.nav-previous .screen-reader-text,
.nav-previous .meta-nav{
	display: none;
}
.nav-next .screen-reader-text,
.nav-next .meta-nav{
	display: none;
}
.nav-previous{
	text-align: right;
	margin: 0 20px 0 20px;
}
.nav-next{
	margin: 0 20px 0 20px;
}
.post-navigation .nav-previous a{
	display: block;
	text-decoration: none;
	background: url(../images/migi.png) no-repeat right;
	padding: 20px 40px 20px 0;
	color: #AAAAAA;
}
.post-navigation .nav-next a{
	display: block;
	text-decoration: none;
	background: url(../images/hidari.png) no-repeat left;
	padding: 20px 0 20px 40px;
	color: #CCCCCC;
}
.post-navigation .nav-previous a:hover{
	background: url(../images/migi2.png) no-repeat right;
	color:#DF3447;
}
.post-navigation .nav-next a:hover{
	background: url(../images/hidari2.png) no-repeat left;
	color:#DF3447;
}
.navigation .screen-reader-text{
	display: none;
}
.posted-on,
.cat-links{
	margin: 0 0 0 10px;
}
.sidebar .widget-title{
	font-size:15px;
	padding: 5px;
	text-align: center;
	background: #DF3447;
	color: #FFFFFF;
}
.sidebar li{
	font-size: 80%;
	list-style: none;
	border-bottom: 1px dashed #CCCCCC;
}
.sidebar li a{
	display: block;
	clear: both;
	text-decoration: none;
	padding: 10px;
}
.sidebar li a:hover{
	background: #EEEEEE;
}
.sidebar ul{
	padding: 0 0 20px 0;
}
.page-title{
	margin: 0 20px 20px 20px;
}
.pagination{
	text-align: center;
}
.pagination a{
	text-decoration: none;
	border: 1px solid #DF3447;
	padding: 3px 10px;
}
.pagination a:hover{
	color: #DF3447;
}
.pagination .current{
	background: #DF3447;
	padding: 3px 10px;
	color: #FFFFFF;
	margin: 0 5px 0 5px;
}
.pagination .page-numbers{
	margin: 0 5px 0 5px;
}
.pagination .prev,
.pagination .next{
	border: 0;
}
.entry-footer{
	clear: both;
	margin: 0 0 40px 0;
	border-top: 1px dashed #CCCCCC;
	font-size: 70%;
	padding: 10px 0 0 0;
}
input{
	width: 100%;
	font-size: 16px;
}
.kouri1{
	margin: 0 0 20px 0;
}
.psub101{
	margin:0 0 10px 20px;
	background:#0059B2;
	width:160px;
	text-align:center;
	padding:5px;
	color:#FFFFFF;
	border-radius: 100px;        /* CSS3草案 */  
    -webkit-border-radius: 100px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 100px;   /* Firefox用 */
}
.psub101s{
	margin:0 0 10px 20px;
	font-size: 14px;
	color:#0059B2;
}
.psub102{
	margin:0 0 10px 20px;
	background:#85B200;
	width:160px;
	text-align:center;
	padding:5px;
	color:#FFFFFF;
	border-radius: 100px;        /* CSS3草案 */  
    -webkit-border-radius: 100px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 100px;   /* Firefox用 */
}
.psub102s{
	margin:0 0 10px 20px;
	font-size: 14px;
	color:#85B200;
}
.psub103{
	margin:0 0 10px 20px;
	background:#B20000;
	width:160px;
	text-align:center;
	padding:5px;
	color:#FFFFFF;
	border-radius: 100px;        /* CSS3草案 */  
    -webkit-border-radius: 100px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 100px;   /* Firefox用 */
}
.psub103s{
	margin:0 0 10px 20px;
	font-size: 14px;
	color:#B20000;
}
.kpricetable{
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	width:687px;
	margin:0 0 10px 0;
}
.kpricetable td{
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:10px;
	width:25%;
	text-align:center;
	font-size: 80%;
}
.black{
	color: #333333;
}
.bold{
	font-weight: bold;
}
.rssbox01{
	font-size:90%;
	padding: 10px 0 0 10px;
}
.cnwaku1{
	width: 96%;
	margin: 0 auto;
	height: 500px;
}
.jjbanner2{
	margin: 0 0 20px 0;
}
.pricetable3{
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	width:687px;
	margin:0 0 10px 0;
	background:#FFFFFF;
}
.pricetable3 td{
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:10px 0 10px 0;
	text-align:center;
	font-size: 80%;
	width: 16.6%;
}
.pricetable4{
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	width:687px;
	margin:0 0 10px 0;
	background:#FFFFFF;
}
.pricetable4 td{
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:10px 0 10px 0;
	font-size: 80%;
	text-align: center;
	width: 33.3%;
}
.wb{
	background: #FFFFFF;
}