@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

img {
	vertical-align:bottom;
}

/* よく使うCSS start

img {
	max-width:100%;
}

table {
	width:100%;
}

a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

よく使うCSS end -----
時々使うCSS3 start ---

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

角丸 {
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}

トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}

透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}

グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}

スマホ対応
@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 320px){
	
}

時々使うCSS3 end */
body {
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	background-position: top center repeat-y #FFE9C7;
	font-size: 12px;
	line-height: 160%;
	color: #000000;
	background-image: url(../images/body_bg2.jpg);
}

#wrap {
	width: 960px;
	margin: 0 auto;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-y;
	padding-left: 40px;
	padding-right: 40px;
	background-position: center top;
}

img {
	margin:0px;
	padding:0px;
	vertical-align: bottom;
	border:none;
}

.m_b50 {
	margin-bottom:50px;
}

.m_t30 {
	margin-top:30px;
}


/****フッター****/
#footer{
	width: 100%;
	margin: 0px auto;
	clear: both;
	background-repeat: repeat;
	background-image: url(../images/foot_bg.jpg);
	padding: 0px;
	background-position: center top;
}

#footer p{
	padding:10px;
}


#footer div.Inner_box{
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
	padding-left: 0px;
}

#footer div.delivery{
	width: 450px;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	text-align: left;
}

#footer div.payment{
	width: 450px;
	float: left;
	margin: 10px 20px 10px 10px;
	text-align: left;
}


#footer div.return{
	width: 450px;
	float: left;
	margin: 10px 10px;
	background-color: #FFFFFF;
	text-align: left;
}


#footer div.aboutus{
	width: 450px;
	float: left;
	margin: 10px 10px;
	background-color: #FFFFFF;
	text-align: left;
}


#footer div.foot_navi{
	width: 980px;
	clear:both;
	margin:20px auto;
}

#footer p.copyright {
	font-size: 10px;
	line-height: 1.4em;
	text-align: center;
	color: #333333;
	padding-bottom: 20px;
	margin: 0px;
}
#footer ul.footernavi {
	line-height: 80px;
	clear: both;
	text-align: center;
}
#footer ul.footernavi li {
	display: inline;
	margin: 0px;
}


/********font********/
/****10ポイント****/
.font10 {font-size: 10px;line-height: 180%;color: #000000;}
/****11ポイント****/
.font11 {
	font-size: 11px;
	line-height: 160%;
	color: #000000;
}

.item_name {
	font-size: 12px;
	line-height: 160%;
	color: #000000;
	font-weight:bold;
	margin-top: 5px;
}
/****12ポイント****/
.font12 {font-size: 12px;line-height: 160%;color: #000000;}
.font12b {font-size: 12px;line-height: 17px;color: #665833;}
/****14ポイント****/
.font14 {font-size: 14px;color: #000000;}.ranking{color: #FF0000;}
/****その他****/
.font_big {
	font-size: 30px;
	color: #000000;
	line-height:120%;
	font-weight:bold;
}
.font_18 {
	font-size: 18px;
	color: #000000;
	font-weight:bold;
}
.pickup_name {font-size: 14px;color: #CC0000;line-height: 130%;}
.catch {
	font-size: 10px;
	color: #999;
	position: absolute;
	left: 294px;
	top: 87px;
}
.f_pink {font-size: 14px;color: #e86497;line-height: 130%;}

.f_pink2 {color: #e86497;}

.f_red {
	color: #DA1818;
	font-weight:bold;
}

a:link {
	color: #ff8a55;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ff8a55;
}
a:hover {
	text-decoration: underline;
	color: #ffc255;
}
a:active {
	text-decoration: none;
	color: #ffc255;
}
/*
a:hover img {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
}
*/
#gohome {
	text-align: center;

}
#gohome a {
    font-weight: bold;
	text-decoration: none;
	font-size: 24pt;
    text-shadow: 2px 2px 5px #999999;
}
#gohome a:link {
	color: #C71585;
}
#gohome a:active,
#gohome a:hover  {
	color: red;
}
