@charset "utf-8";
/*___________ レイアウト追加設計 ___________ */
/*___________ 【CONTENTS】チェックマーク ___________ */
.check {
	font-size: 14px;
	line-height: 140%;
	padding: 0 10px 0 10px;
}
.check li {
	background: url(../img-layout/ico_check01.gif) no-repeat left 6px;
	padding: 4px 0 4px 22px;
}
/*___________ 【CONTENTS】プロフィール ___________ */
.profile {
	padding: 10px 0 10px 0;
}
.profile-l {
	width:160px;
	float:left;
}
.profile-r {
	width: 375px;
	float:right;
	background-color: #FCFCFC;
	border: 1px solid #999999;
}
/*___________ 【CONTENTS】サイトマップ ___________ */
.sitemap ul{
	margin: 0 0 20px 20px;
}
.sitemap li{
	font-size: 12px;
	;
	line-height: 160%;
}

/*___________ 【CONTENTS】ページ送り ___________ */
.bute {
	font-size: 12px;
	line-height: 120%;
	text-align: center;
}
.bute a {
	color: #0066CC;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.bute a:hover,
.bute a:active, 		/* for IE (Keyboard) */
.bute a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	background-color: #0066CC;
	border: 1px solid #CCCCCC;
}
/*___________ 【CONTENTS】２列レイアウト ___________ */
.double {
	padding: 10px;
	margin-top: 10px;
}
.double-l {
	width:250px;
	float:left;
	background-color: #F9F9F9;
	margin-bottom: 10px;
}
.double-r {
	width: 250px;
	float:right;
	background-color: #F9F9F9;
	margin-bottom: 10px;
}
/*___________ 【CONTENTS】AdSense風レイアウト ___________ */
.ads {
	margin: 0 30px 0 30px;
	background: url(../img-layout/bg_ads.gif) no-repeat center bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #336699;
}
.ads-l {
	width:234px;
	float:left;
}
.ads-r {
	width: 234px;
	float:right;
}
.ads p {
	line-height: 120%;
	margin: 2px 5px 2px 5px;
	padding: 1px;
}
/*___________ 【CONTENTS】表設計 ___________ */
.main-table table {
	font-size: 12px;
	background-color: #CCCCCC;
	margin: 10px auto 10px auto;
	padding: 0;
}
.main-table tr,.main-table th,.main-table td {
	padding: 8px;
}
.main-table th {
	color: #535353;
	background-color: #F2F2F2;
	font-weight: normal;
}
.main-table td {
	background-color: #FFFFFF;
	text-align: left;
}
/*___________ 【CONTENTS】rel="lightbox" ___________ */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img{
	width: auto;
	height: auto;
}
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer{
	padding: 10px;
}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#imageDataContainer{
	font-size: 12px;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}
#imageData{
	padding:0 10px;
}
#imageData #imageDetails{
	width: 70%;
	float: left;
	text-align: left;
}	
#imageData #numberDisplay{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
/*___________ 【CONTENTS】rel="vidbox" ___________ */
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; text-align: center; padding: 5px;
}
.lbLoading {
	background: #fff url(../img-layout/loading.gif) no-repeat center;
}
#lbImage {
	border: 10px solid #fff;
}
#lbBottom {
	font-size: 12px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../img-layout/closelabel.gif) no-repeat center;
	margin: 5px 0;
}
/*___________ 【SIDE】カレンダー設計 ___________ */
.calendar1 {
	width: 180px;
	height: auto;
	margin: 0;
	padding: 0 0 10px 0;
	background: url(../img-layout/side-f.jpg) no-repeat center top;
	position: relative;
}
.calendar2 {
	width: 180px;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	background: url(../img-layout/side-f.jpg) no-repeat center bottom;
	position: relative;
}
.calendar1 p {
	font-size: 11px;
}
.calendar2 p {
	font-size: 11px;
}
.cal_wrapper {
	padding: 0;
	margin: 0 6px 0 6px;
}
.cal_ui {
	width: 90px;
	position: absolute;
	left: 84px;
	top: 4px;
}
.cal_ui li {
	float: left;
	width: 45px;
	height: 18px;
	list-style: none;
}
.cal_prev {
	background-image: url(../calendar/cal-prev.gif);
}
.cal_next {
	background-image: url(../calendar/cal-next.gif);
}
.cal_base p {
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin: 0;
	border-bottom: solid 1px #CCCCCC;
}
.cal_main {
	padding: 0;
	margin: 0;
}
.cal_main li {
	font-size: 12px;
	line-height: 160%;
	width: 24px;
	text-align: center;
	list-style: none;
	float: left;
	border-bottom: solid 1px #CCCCCC;
}
.Today {
	background-color: #FFFFFF;
}
.holyday {
	color: #FFFFFF;
	font-weight: bolder;
	background-color: #FF0000;
}
.Sun {
	color: #FF0000;
}
.Sat {
	color: #0000FF;
}
/*___________ 【TAB】 ___________ */
/*___________ bodyマージンを[margin: 20px 0 0 0;]にして使用。 ___________ */
/*___________ 使用しない場合はbodyマージンを[margin: 0;]に。 ___________ */
#TAB {
	background-color: #FFFFFF;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	border-bottom: 1px solid #CCCCCC;
}
#TAB p {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 0 0 0 20px;
}
#MAG2-2 {
	border: 1px solid #999999;
	padding-top: 110px;
	background-image: url(../img-layout/melmaga.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#MAG2-2 form {
	margin: 10px;
	font-size: 12px;
}
.main-table2 table {
	font-size: 12px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #CCCCCC;
}
.main-table2 tr, .main-table2 th, .main-table2 td {
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
}
.main-table2 th {
	color: #272727;
	background-color: #CCFF99;
	font-weight: normal;
	text-align: center;
}
.main-table2 td {

}
.main-table2 p {
	margin: 0px;
}
.main-table2-green {
	background-color: #EEFFDD;
}
.main-table2-wht {
	background-color: #FFFFFF;
}
.main-table2-text {
	font-size: 12px;
	padding-left: 15px;
}
.th300 {
	width: 300px;
}
.th100 {
	width: 100px;
}
.th120 {
	width: 120px;
}
/*　ショッピングインフォ　*/

.pay-div {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.pay-div p {
	font-size: 15px;
	padding: 2px;
	margin: 2px;
}
.pay-right-div {
	float: right;
	width: 350px;
}
.pay-left-div {
	float: left;
	width: 350px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 10px;
}
.shop-info {
	background-color: rgba(0,0,0,1.00);
	border-top: 3px solid rgba(104,104,104,1.00);
	height:38px;
}
.shop-info p {
	color: rgba(255,255,255,1.00);
	border-left: 3px solid rgba(255,255,255,1.00);
	margin-left: 20px;
	font-size: 15px;
	font-weight: bold;
	margin-to:2px;
}

.shop-info-child {
	background-color: rgba(0,0,0,1.00);
	border-top: 3px solid rgba(104,104,104,1.00);
	height:31px;
}
.shop-info-child p {
	color: rgba(255,255,255,1.00);
	border-left: 3px solid rgba(255,255,255,1.00);
	margin-left: 20px;
	font-size: 15px;
	font-weight: bold;
	margin-to:2px;
}