@charset "utf-8";

html{
	width: 100%;
	min-width: 1040px;
}
body{
	margin: 0;
	padding: 0;border: 0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.4;
	background-color: #FFF;
	width: 100%;
	text-align: left;
	color: #000;
	min-width: 1200px;
}
img {
	border-width: 0 0 0 0;
}
h2,h3,h4{
	line-height: 1.4;
}
a {
	color:#00b9ef;
	text-decoration: none;
	outline: none;
}
a:link {
	color:#00b9ef;
	text-decoration: none;
}
a:visited {
	color:#00b9ef;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.hvop:hover{
	opacity: 0.7;
}
/*---------------------------------------

common

---------------------------------------*/
.disn{
	display: none;
}
.twoArrow{
	letter-spacing: -3px;
	padding-right: 3px;
}

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

header

---------------------------------------*/
.header{
	margin-bottom: 7px;
}
.headerInner{
	width: 980px;
	margin: 0 auto;
	background: #fff;
	padding: 0 10px;	
}
.headerTopWrap{
	padding-bottom: 30px;
}
.headerTopWrap h1{
	float: left;
	padding-top: 10px;
}
.headerTopWrap h1:hover{
	opacity: 0.7;
}
.headerTopWrap p{
	float: right;
}
.navi ul li{
	position: relative;
	float: left;
	display: block;
	padding-left: 10px;
}
.navi ul li a{
	display: block;
	display: block;
}
.navi ul li:first-child{
	padding-left: 0;
}
.dpNavi{
	display: none;
	position: absolute;
	top: 45px;
	left: 10px;
	width: 147px;
	background: url(../img/common/bg_dpnavi.gif) left top repeat;
	padding: 4px;
	z-index:1;
}
.dpNavi dl{
	background: #fff;
}
.dpNavi dl:first-child{
	margin-bottom: 4px;
}
.dpNavi dt{
	line-height: 28px;
	background: url(../img/common/bg_dpnavi_inner.gif) left top repeat;
	text-align: center;
	color:#fff;
}
.dpNavi dd{
	display: table;
	width: 139px;
	margin: 0 4px;
	background: url(../img/common/border_dotted.gif) left bottom repeat-x;
}
.dpNavi dd a{
	display:table-cell;
	padding: 6px 0;
}
.dpNavi dd span{
	width: 15px;
	display: table-cell;
	color:#1b366e;
	margin-right: 5px;
}
.dpNavi dd:last-child{
	background: none;
}
/*---------------------------------------

mainSlider

---------------------------------------*/
.sliderWrap{
	position: relative;
}
.sliderWrap ul.slider{
	opacity: 0;
}
.sliderWrap ul.slider li{
	width: 100%;
	display: block;
	text-align: center;
	background-repeat: repeat-x;
}
.sliderWrap ul.slider li img{
	display: block;
	margin: 0 auto;
}
.sliderWrap ul.slider li:nth-child(4n+2){
	background-image: url(../img/top/main_bg_00.png);
}
.sliderWrap ul.slider li:nth-child(4n+3){
	background-image: url(../img/top/main_bg_01.png);
}
.sliderWrap ul.slider li:nth-child(4n+4){
	background-image: url(../img/top/main_bg_02.png);
}
.sliderWrap ul.slider li:nth-child(4n+1){
	background-image: url(../img/top/main_bg_03.png);
}
/*
pagerWrap
---------------------------------------*/
.pagerWrap{
	position: absolute;
	bottom: -110px;
	left: 50%;
	margin-left:-505px ;
}
.pagerWrap ul li{
	padding-left: 70px;
	display: inline-block;
	text-align: center;
}
.pagerWrap ul li:first-child{
	padding-left: 0;
}
.pagerWrap ul li img{
	height: 100px;
	margin-bottom: 10px;
}
.pagerWrap ul li a.active img{
	height: auto;
}
.pagerWrap ul li p{
	line-height: 30px;
	width: 250px;
	font-size: 14px;
	color:#1b366e;
	background: url(../img/top/bg_slide_pager.png) left top repeat;
	text-align: center;
	font-weight: bold;
}
.pagerWrap ul li a:hover p{
	opacity: 0.7;
}
.pagerWrap ul li span{
	color:#00b9ef;
	margin-right: 5px;
}
.pagerWrap ul li a{
	display: block;
}
.pagerWrap ul li a:hover{
	text-decoration:none;
}
.pagerWrap ul li a:hover img{
	height: auto;
}
/*---------------------------------------

mainContent

---------------------------------------*/
.mainContent{
	background: url(../img/common/bg.png) center top repeat-y;
	background-size: 100%;
	padding-bottom: 50px;
}
.mainContent > span{
	width: 1100px;
	display: block;
	margin: 0 auto;
}
.contentInner{
	width: 880px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	background-color: #FFF;
    box-shadow: 3px 3px 8px 5px #ccc;
    -webkit-box-shadow: 3px 3px 8px 5px #ccc;
    -moz-box-shadow: 3px 3px 8px 5px #ccc;
}

.contentInner img{
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.contentInner h2{
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 40px;
}

.contentInner p{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	margin-top: 40px;
	line-height: 160%;
	text-align: center;
}

.contentInner .txbold{
	font-weight: bold;
}

.contentInner .center{
	font-weight: bold;
	margin-top: 50px;
	text-align: center;
}
/*---------------------------------------

footer

---------------------------------------*/
.footer{
	border-top: 2px solid #1a366e;
	background: #fff;
	padding-bottom: 10px;
}
.footerInner{
	position: relative;
	width: 980px;
	margin: 0 auto;
}
.toTop{
	position: absolute;
	right: 0;
	top: 0;
}
.footLogo{
	padding-top: 20px;
}
.footerInner p{
	text-align: right;
	color: #767676;
	font-size: 10px;
}
.footerInner p a{
	color: #000;
	font-size: 12px;
	margin-right: 25px;
}
/*---------------------------------------
index.html
---------------------------------------*/
.topContent{
	padding-top: 50px;
}
.miniSlider{
	margin-bottom: 52px;
}
.miniSlider ul{
	opacity: 0;
}
.miniSlider ul li{ 
	float: left;
}
.miniSlider ul li:first-child{
	margin-left: 0;
}
.miniSlider ul li a:hover{
	opacity: 0.7;
}
.heading{
	position: relative;
}
.heading a{
	position: absolute;
	top: 2px;
	right: 0;
}
/*
tabArea
---------------------------------------*/
.tabArea{
	padding-bottom: 45px;
}
.tabSwich{
	width: 981px;
	margin-bottom: -4px;
}
.tabSwich li{
	position: relative;
	cursor: pointer;
	width: 329px;
	height: 46px;
	overflow: hidden;
	float: left;
	display: block;
	margin-left: -3px;
}
.tabSwich li img{
	display: block;
	top: 0;
	left: 0;
	position: absolute;
}
.tabSwich li:first-child{
	margin-left: 0;
}
.tabContent{
	background: url(../img/common/bg_stripe.png) left top repeat;
	padding: 4px;
}
.tabView{
	background: #fff;
	padding: 18px;
}

.tabContent ul{
	height: 212px;
}
.tabContent ul li{
	float: left;
	margin-left: 21px;
}
.tabContent ul li img{
	display: block;
}
.tabContent ul li a:hover{
	text-decoration: none;
}
.tabContent ul li a:hover *{
	opacity: 0.7;
}
.tabContent ul li:first-child{
	margin-left: 0;
}
.tabContent .withArrow{
	color: #5c6263;
	font-weight: bold;
	padding: 15px 0;
	line-height: 16px;
	letter-spacing: -1px;
	background: url(../img/common/arrow_right_gray.png) right center no-repeat;
}
/*--価格2段用 ---*/
.tx11{
	font-size: 11px;
}

.tabContent .priceWrap p.tabIcon{
	float: left;
}
.tabContent .priceWrap p.price{
	float: right;
	line-height: 25px;
	font-size: 27px;
	color:#1b366e;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: right;
}
.tabContent .priceWrap p.price span{
	font-size: 18px;
}

.tabContent .priceWrap p.price2{
	float: right;
	line-height: 20px;
	font-size: 21px;
	color: #1b366e;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: right;
	clear: both;
}
.tabContent .priceWrap p.price2 img{
	display: inline;
}
.tabContent .priceWrap p.price2 span{
	font-size: 14px;
}


/*--商品詳細 ---*/
.tabContent .priceWrap + p{
	padding-top: 1px;
	text-align: right;
	color: #5c6263;
}
.tabContent .twoRawTxt{
	padding: 7px 0 7px;
	line-height: 16px;
	height: 32px;
}
/*
tabIcons
---------------------------------------*/
.tabIcon{
	width: 75px;
	line-height: 25px;
	text-align: center;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
}
.pink{
	background: #eb559c;
}
.orange{
	background: #eb7555;
}
.blue{
	background: #60cdff;
}
.green{
	background: #a0cb6a;
}
/*
contentBtm
---------------------------------------*/
.col{
	width: 475px;
}
.colInner{
	background: url(../img/common/bg_stripe.png) left top repeat;
	padding: 4px;
}
.colInner *{
	background: #fff;
}
/*newsCol*/
.newsCol{
	float: left;
}
.newsCol ul{
	padding: 0 15px;
	height: 340px;
	overflow-y: auto;
}
.newsCol ul li{
	background: url(../img/common/border_dotted.gif) left bottom repeat-x;
	padding: 15px 0;
}
.newsCol ul li:last-child{
	background: none;
}
.newsCol ul li span{
	color: #000;
}
.newsCol ul li span img{
	padding-left: 20px;
}
.newsCol ul li a:hover{
	text-decoration: none;
}
.newsCol ul li a:hover *{
	opacity: 0.7;
}
p.post{
	padding-top: 3px;
	font-size: 13px;
	color:#ff8400;
}
p.date{
	color: #898989;
	font-weight: bold;
	display: inline;
}
/*accessCol*/
.accessCol{
	float: right;
}
.accessColInner{
	padding: 6px;
	height: 328px;
}
.accessCol .mapView{
	width: 100%;
	height: 215px;
	background: #ccc;
}
.accessCol .address{
	padding: 7px 10px 0;
}
.address .btnWrap{
	padding-top: 10px;
	float: left;
}
.address p{
	padding-left: 25px;
	font-size: 11px;
	float: left;
}
.address p span{
	font-size: 11px;
}
.address .btnWrap *{
	display: block;
}
.address .btnLogo{
	width: 140px;
}
.address .btnWrap a{
	margin-top: 13px;
}
/*---------------------------------------

low layer pages

---------------------------------------*/
.lowContent .contentInner{
	padding-top: 0;
}
.sideCol{
	width: 162px;
	float: left;
}
.mainCol{
	width: 800px;
	float: right;
}
/*
pankuzu
---------------------------------------*/
.pankuzu{
	padding-top: 10px;
	padding-bottom: 5px;
}
.pankuzu p{
	font-size: 11px;
	background: #fff;
	width: 1010px;
	line-height: 20px;
	padding-left: 50px;
	margin: 0 auto;
}
.pankuzu a{
	color: #000;
	text-decoration: underline;
}
/*
side
---------------------------------------*/
.sideCol h3{
	padding: 10px 0 5px;
}
.sideNavi{
	width: 154px;
	background: url(../img/common/bg_dpnavi.gif) left top repeat;
	padding: 4px;
	z-index:1;
}
.sideNavi dl{
	background: #fff;
}
.sideNavi dl:first-child{
	margin-bottom: 4px;
}
.sideNavi dt{
	line-height: 28px;
	background: url(../img/common/bg_dpnavi_inner.gif) left top repeat;
	text-align: center;
	color:#fff;
}
.sideNavi dd{
	display: table;
	width: 139px;
	margin: 0 4px;
	background: url(../img/common/border_dotted.gif) left bottom repeat-x;
}
.sideNavi dd a{
	display:table-cell;
	padding: 6px 0;
}
.sideNavi dd span{
	width: 15px;
	display: table-cell;
	color:#1b366e;
	margin-right: 5px;
}
.sideNavi dd:last-child{
	background: none;
}
/*
main
---------------------------------------*/
.mainCol h2{
	margin-bottom: 20px;
}
.mainColInner{
	padding: 30px 25px;
}
/*
item index
---------------------------------------*/
.itemTopCol .colInner:nth-child(2){
	margin-bottom: 40px;
}
.itemTopList{
	margin-top: -20px;
}
.itemTopList li{
	float: left;
	padding-left: 20px;
	padding-top: 20px;
}
.itemTopList li a{
	display: block;
}
.itemTopList li:nth-child(4n+1){
	padding-left: 0;
}
/*
item navi
---------------------------------------*/
.itemNavi ul li{
	float: left;
	padding-left: 20px;
	padding-bottom: 10px;
}
.itemNavi ul li:nth-child(4n+1){
	padding-left: 0;
}
.itemNavi ul li a{
	display: block;
}
.itemNavi ul li a img{
	vertical-align: top;
	display: block;
}
.itemNavi ul li a:hover{
	opacity: 0.7;
}
/*
item type
---------------------------------------*/
.typeList{
	margin-top: -13px;
}
.typeList li{
	position: relative;
	float: left;
	padding: 20px 0 0 20px;
}
.toIconBtn{
	right: 18px;
	bottom: 16px;
	position: absolute;
	background: #fff;
	z-index:1;
}
.toIconBtn:hover{
}
.typeList li a{
	display: block;
}
.typeList li a:hover{
	opacity: 0.7;
}
.typeList li:nth-child(2n+1){
	padding-left: 0;
}
.headingUnderTxt{
	font-size: 16px;
	font-weight: bold;
	color: #434343;
	padding-bottom: 20px;
	line-height: 1.6;
}
.mainColInner h5{
	margin-top: 40px;
	margin-bottom: 13px;
}
.mainColInner h5:nth-child(2){
	margin-top: 0;
}
/*
qs
---------------------------------------*/
.qsCol .colInner{
	margin-bottom: 40px;
}
.qsCol .colInner:last-child{
	margin-bottom: 0;
}
.qsColInner p{
	padding-top: 20px;
}
.qsColInner p:first-child{
	padding-top: 0;
}
a.qsToTop{
	display: block;
	position: relative;
	top: -20px;
	text-align: right;
}
/*
question
---------------------------------------*/
.oneRow{
	padding-top: 5px;
}
.qaList ul li{
	font-size: 13px;
	border-bottom: 1px dotted #b6b3b4;
	padding: 15px 0;
}
.qaList ul li span{
	float: left;
}
.qaList ul li p{
	color:#000;
	float: right;
}
.qaList ul li a{
	display: block;
	color:#000;
}
.qaList ul li a:hover *{
	color: #00b9ef;
}
.topQaList{
	margin-bottom: 30px;
}
.topQaList ul li{
	width: 375px;
	float: left;
	height: 30px;
}
.topQaList ul li:nth-child(2n+2){
	float: right;
}
.topQaList ul li p{
	margin-top: -2px;
	line-height: 1.2;
	width: 340px;
}
.btmQaList ul li:first-child{
	width: 730px;
	margin: 0 auto;
}
.btmQaList ul li:nth-child(2){
	background: #f8fcfe url(../img/common/bb_strip.jpg) left bottom repeat-x;
	border-bottom: none;
}
.btmQaList ul li p{
	float: left;
	width: 685px;
	padding-top: 6px;
	padding-left: 15px;
}
.btmQaList ul li p a{
	display: inline;
	color: #ff8400;
	font-weight: bold;
}
.btmQaList .liInner{
	background: #f8fcfe;
	width: 730px;
	margin: 0 auto;
}
.btmQaList .liInner p{
	background: #f8fcfe;
}
.btmQaList .liInner p a{
	background: #f8fcfe;
}
.colInner .btmQaList:last-child ul li:nth-child(2){
	background-image: none;
}
/*
icon.html
---------------------------------------*/
.iconCol{
	border: 2px solid #eee;
	padding: 18px;
	background: #fff;
}
.iconCol ul li{
	float: left;
	display: block;
}
.iconCol ul li img{
	display: block;
	height: 141px;
}
/*
site_map.html
---------------------------------------*/
.smCol h4{
	padding: 15px 0;
}
.smCol h4:nth-child(2){
	padding-top: 0;
}
.linkList{
	font-size: 13px;
	width: 710px;
	margin: 0 auto;
}
.linkList dl{
	color: #003f7e;
	width: 340px;
	float: right;
}
.linkList dl:first-child{
	float: left;
}
.linkList dl dt,.linkList dl dd{
	margin-bottom: 15px;
}
.linkList dl dt{
	padding-bottom: 5px;
	border-bottom: 1px dotted #313131;
	font-weight: bold;
}
.linkList dl dd a{
	color: #003f7e;
	text-decoration: underline;
	padding-left: 10px;
	line-height: 15px;
	display: block;
	background: url(../img/common/arrow_right_blue.png) left center no-repeat;
}
.linkList dl dd a:hover{
	color: #00b9ef;
}
/*
about.html
---------------------------------------*/
.aboutCol h4{
	padding: 30px 0 20px 0;
}
.aboutCol p{
	font-size: 13px;
	line-height: 32px;
}
.aboutCol p span{
	position: relative;
	top: 4px;
	padding-right: 2px;
	padding-left: 2px;
}
/*
buy.html
---------------------------------------*/
.buyCol p{
	width: 726px;
	line-height: 24px;
	margin: 0 auto;
}
.buyCol p:first-child{
	font-size: 13px;
}
.buyCol p img{
	padding: 15px 0;
}
.buyCol p span{
	color: #00b9ef;
}
/*
store.html
---------------------------------------*/
.storeCol{
	margin-bottom: 0;
}
.storeCol .mainColInner{
	padding: 20px 33px;
}
.storeColInner{
	background: url(../img/common/bg_stripe_usui.jpg) left top repeat;
	padding-bottom: 4px;
}
.storeInfo{
	width: 100%;
	background: url(../img/common/bg_stripe_usui.jpg) left top repeat;
}
.storeInfo li{
	margin-bottom: 4px;
	width: 252px;
	float: left;
	font-size: 13px;
}
.storeInfo li:nth-child(2n+1){
	margin-right: 4px;
	width: 536px;
}
.storeInfoInner{
	padding: 15px 0 15px 33px;
}
.storeInfo li:nth-child(2) .storeInfoInner{
	padding: 23px 0 23px 33px;
}
.storeInfoInner > span{
	display: inline-block;
	font-size: 12px;
	width: 84px;
	text-align: center;
	color: #fff;
	line-height: 20px;
	font-weight: bold;
	background: #00b9ef;
	height: 20px;
	margin-right: 15px;
}
.addTxtWrap *{
	float: left;
}
.addTxtWrap > span{
	margin-top: 10px;
}
.addTxt{
width: 400px;
}
.storeMap{
	height: 320px;
	margin-bottom: 15px;
}
.storeMap + p{
	font-size: 13px;
}
.storeMs{
	padding-top: 30px;
	padding-bottom: 10px;
}
/*
coupon.html
---------------------------------------*/
.couponCol .mainView{
	position: relative;
	display: block;
}
.couponCol .mainView a{
	display: block;
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -140px;
	bottom: 10px;
}
.couponCol .typeHeading{
	padding-top: 20px;
}
.couponCol .typeList{
	margin-top: 0;
	margin-bottom: 20px;
}
.couponCol .mapView{
	padding-top: 20px;
}
.couponCol .mapView .typeHeading{
	padding-bottom: 20px;
}
.couponCol .mapView .map{
	width: 450px;
	height: 270px;
	display: inline-block;
}
.couponCol .mapView .infoCol{
	vertical-align: top;
	padding-left: 15px;
	width: 272px;
	display: inline-block;
}
.couponCol .mapView .infoCol img{
	width: 150px;
}
.couponCol .mapView .infoCol dl{
	padding-top: 15px;
}
.couponCol .mapView .infoCol dl dt,.couponCol .mapView .infoCol dl dd{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	line-height: 20px;
	font-size: 13px;
}
.couponCol .mapView .infoCol dl dt{
	width: 54px;
	font-weight: bold;
	color: #1a366e;
}
.couponCol .mapView .infoCol dl dd{
	width: 212px;
	padding-bottom: 15px;
}
.couponCol .mapView .infoCol dl dd span{
	font-size: 11px;
}
.printImg{
	display: none;
}
.couponList p.price{
	position: absolute;
	right: 38px;
	top: 125px;
	font-weight: bold;
	font-size: 38px;
	line-height: 40px;
	letter-spacing: -2px;
	color: #1a366e;
}
.couponList p.price span{
	font-size: 26px;
}
.couponList p.price2{
	position: absolute;
	right: 38px;
	top: 92px;
	font-weight: bold;
	font-size: 32px;
	line-height: 33px;
	letter-spacing: -2px;
	color: #1a366e;
}
.couponList p.price2 span{
	font-size: 18px;
}
.couponList p.price2 img{
	vertical-align: top;
}

.couponList p.price3{
	position: absolute;
	right: 38px;
	top: 100px;
	font-weight: bold;
	font-size: 38px;
	line-height: 40px;
	letter-spacing: -2px;
	color: #1a366e;
}
.couponList p.price3 span{
	font-size: 26px;
}

.couponList p.price4{
	position: absolute;
	right: 38px;
	top: 140px;
	font-weight: bold;
	font-size: 21px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #1a366e;
}
.couponList p.price4 .sub {
	font-size: 17px;
}
.couponList p.price4 .sub2{
	font-size: 11px;
}

/*
商品詳細
---------------------------------------*/
.itemListCol{
	padding: 1px;
	position: relative;
}
.itemListCol img{
	display: block;
}
.itemListCol a{
	display: block;
	position: absolute;
}
.itemListCol a.btnCon{
	top: 229px;
	left: 442px;
}
.itemListCol a.btnIcon{
	top: 79px;
	right: 36px;
	background: #fff;
	display: block;
}
.itemListCol a.btnIcon img{
	display: block;
	vertical-align: top;
}
.itemListCol a.btnIcon:hover img{
	opacity: 0.7;
}
/*----absolute個別設定----*/
/*1day*/
.day02 a.btnCon{top: 246px;left: 445px;}
.day03 a.btnCon{top: 274px;}
.day04 a.btnCon{top: 246px;}
.day05 a.btnCon{top: 232px;}
.day06 a.btnCon{top: 228px;}
.day07 a.btnCon{top: 245px;}
/*2weeks*/
.weeks01 a.btnCon{top: 245px;left: 443px;}
.weeks02 a.btnCon{top: 275px;left: 444px;}
.weeks03 a.btnCon{top: 297px;}
.weeks04 a.btnCon{top: 248px;}
.weeks04 a.btnIcon{top: 82px;}
.weeks05 a.btnCon{top: 245px;}
.weeks06 a.btnCon{top: 199px;}
.weeks08 a.btnCon{top: 228px;}
.weeks09 a.btnCon{top: 245px;}
/*1month*/
.month01 a.btnCon{top: 245px;}
/*toric*/
.toric01 a.btnCon{top: 245px;left: 443px;}
.toric02 a.btnCon{top: 299px;}
.toric03 a.btnCon{top: 245px;}
.toric04 a.btnCon{top: 228px;}
.toric06 a.btnCon{top: 212px;}
.toric07 a.btnCon{top: 228px;}
/*multifocal*/
.multi01 a.btnCon{top: 245px;}
.multi03 a.btnCon{top: 212px;}
.multi04 a.btnCon{top: 212px;}
/*color_circle*/
.cc01 a.btnCon{top: 245px;}
.cc02 a.btnCon{top: 224px;}
.cc02 a.btnIcon{top: 86px;}
.cc03 a.btnCon{top: 230px;}
.cc04 a.btnCon{top: 231px;}
.cc06 a.btnCon{top: 231px;}



/*---------------------------------
テキストサイズ、装飾
--------------------------------*/
.tx10_1day {
	font-size: 10px;
	color: #333;
	margin-top: -15px;
	margin-bottom: 1px;
}
.tx12 {font-size: 12px;}
.tx13 {font-size: 13px;}
.tx14 {font-size: 14px;}
.tx15 {font-size: 15px;}
.tx16 {font-size: 16px;}
.tx18 {font-size: 18px;}
.tx20 {font-size: 20px;}
.tx21 {font-size: 21px;}
.tx22 {font-size: 22px;}
.tx24 {font-size: 24px;}
