﻿@charset "UTF-8";
/* CSS Document */

/* common css start */
html:\66irst-child { font-size: 90%;}
.clear {
	clear: both;
}
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size:100%;
	line-height:normal;
	color:#333333;
	line-height:140%;

}
.displaynone {
	display:none;
}
hr {
	display:none;
}
form, div, p, h1, h2, h3, h4, input, img{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* common css end */

/* link css start */
a{
	color:#0060B6;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}
/* link css end */

/* text css start */

.tc-red{color:#FF2819;}
.tc-pink{color:#ea5a60;}
.tc-white{color:#ffffff;}
.tc-gray{color:#999999;}
.ts-sml{font-size:80%; line-height:140%;}
.ts-xsml{font-size:65%; line-height:140%;}
/* text css end */

p.big-notice{
	height:35px;
	background-image:url(../images/shop/big.gif);
	background-repeat:no-repeat;
	padding:5px 0px 0px 30px;
	font-size:90%;
	line-height:140%;
}
div.big{
	width:266px;
	height:247px;
	overflow:hidden;
	margin-bottom:5px;
}
p.p-pic{
	margin-bottom:5px;
}
p.p-big{
	width:30px;
	height:30px;
	position:relative;
	left:236px;
	top:-35px;
}
p.p-name{
	padding:5px 8px 5px 8px; 
	background-color:#f9ecdd; 
	border:dotted #ffdbb7 2px;
	margin-bottom:10px;
}
p.p-detail{
	font-size:90%;
	line-height:140%;
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
p.p-detail img{
	float:left;
	margin-right:5px;
}
p.p-notice{
	font-size:80%;
	line-height:140%;
	padding:5px 0px 0px 0px;
	text-align:right;
	color:#666666;
}
p.p-notice-red{
	font-size:80%;
	line-height:140%;
	padding:5px 0px 0px 0px;
	color:#FF2819;
}
.mt0{
	margin-top:0px;
}
.mb5{
	margin-bottom:5px;
}
.mb10{
	margin-bottom:10px;
}
.pt0{
	padding-top: 0px;
}
.pt5{
	padding-top: 5px;
}
.pt10{
	padding-top: 10px;
}

p.p-notice-txt{
	font-size:90%;
	line-height:140%;
	color:#FF2819;
	padding:7px 5px 5px 10px;
	margin-top:5px;
	border:solid #FF2819 1px;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}

/* 以前css引継ぎ */

.bg01 {	background-color: #706E6A;}
/*.bg02 {	background-color: #efcfa9;}*/
.bg02 {	background-color: #badcad;}
.bg03 {	background-color: #FFFFFF;}
.bg04 {	background-color: #E0A053;}
.red {color:#FF0000;}
.pointcolor { color: #E0A053;}
