﻿@charset "utf-8";



/*-------------------------------------------
デフォルトスタイルをリセット　共通
-------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, table,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
	margin: 0;
	padding: 0;
	font-size: 95%;
}

body {
	width:100%;
	line-height: 1.4;
	-webkit-text-size-adjust: none;
	font-family: Helvetica, san-serif;
	color:#000000;
}

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

img {
	border: 0;
	vertical-align: bottom;
}

ul, ol, li {
	list-style: none;
}

/*-------------------------------------------
共通
-------------------------------------------*/
#wrap {
padding : 80px 0 0 0;
}



.sbottom  {
	margin-bottom:30px;	
}

.sbottom2  {
	margin-bottom:50px;	
}


/* ギャラリー*/
.sbottom_g {
	width:90%;
	margin:0 auto 50px auto;
}


p {
	padding: 0 15px 0 15px;
	line-height:150%;	
}

/*-------------------------------------------
ヘッダー 共通
-------------------------------------------*/
/* ヘッダー固定 */
.h-fixed {
	position: fixed;
	width: 100%;
    height:58px;
	padding:10px 0 10px 0;
    z-index: 2;
	background-color:#ffffff;
} 



.shop_rogo {
	position:absolute;
	width: 77px;
    height:58px;
	padding-top:5px;
	left:10px;
	float:left;
}


.h-rogo_top {
	position:absolute;
	width: 67px;
    height:58px;
	left:41%;
	float:left;
}



.h-rogo {
	position:absolute;
	width: 67px;
    height:58px;
	left:41%;
	float:left;
}



.h-menu {
	position:absolute;
	width: 37px;
	height: 58px;
	padding-top:5px;
	padding-right:10px;
	right:0;
	float:right;
}

/* ヘッダーメニューリスト */
#category_list{
	text-align:left;
	background-color: #ffffff;
	opacity: 1.0;  
	display:none;
	width:85%;
 	position: fixed;
	z-index:999;
	top: 80px;
	right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


.list_left {
	padding-right:10px;
	float:right;	
}

/* ヘッダースライドメニュー */
.hm {
    padding : 10px 10px 0 10px;
}


li.navme {
	width:100%;
    margin : 0;
    list-style:none;
}


.navme a {
　　color:#000000;
    display: block; /* ブロック化 */
    padding:10px 0  10px 10px;
    border-bottom:solid 1px #9E9E9E;
    list-style:none;
}



img.new_mark_img1 {
	vertical-align:baseline;
}


/* リンク */
.navme a:link  {
color:#000000;
text-decoration: none;

} 

.navme a:visited  { color: #000000; }

.navme a:hover { 
color: #000000;
} 


/*-------------------------------------------
h2タイトルオビ 共通
-------------------------------------------*/
/* タイトルオビ */
h2 {
	width:100%;
	height:auto;
	margin-bottom:10px;
}

/* メインコンテンツ */

.ti img{
    width: 100%;
	height:auto;
}




/*-------------------------------------------
フッター 共通
-------------------------------------------*/
footer {
	width:100%;
	background-color:#000000;

}

#f_nlist2{
	font-size:100%;
	color:#FFFFFF;
	margin:0 auto 0 auto;
	padding:15px 0 15px 0;
}


.f_nav_t {
	font-size:14px;
	padding:5px 5px 5px 5px;;
	
}


.f_line {
	width:88%;
	padding:0 20px 5px 0;
	margin:0 0 10px 12px; 
	border-bottom:solid 1px ;
	
}



.f_nav2 {
	padding:5px 5px 5px 10px;
	
}

.ti_f img{
    width: 100%;
	height:auto;
	padding:20px;
}

.example {
	vertical-align:middle;
	margin-right:10px;
	 }
	 

/* リンク */
footer a:link  {
color:#ffffff;
text-decoration: none;

} 

footer a:visited  { color: #ffffff; }

footer a:hover { 
color: #ffffff;
opacity: 1.0;
filter: alpha(opacity=100);
text-decoration: underline;

} 


/*-------------------------------------------
ページ先頭へ戻るボタン
-------------------------------------------*/
.pagetop {
position: fixed;
bottom: 20px;
right: 30px;
}


.fcopy {
	width:100%;
    height:autox;
	color:#ffffff;
	background-color:#000000;
	padding:10px 0 10px 0px;
	text-align:center;
	font-size:70%;
}
