@charset "utf-8";
/* CSS Document */

/****************************************************************/
/*                                                              */
/* common style                                                 */
/*                                                              */
/****************************************************************/
/* clearfix
--------------------------------*/
div:after,
ul:after {
    content: "";
    display: block;
    clear: both;
}


/* float & clear
--------------------------------*/
.f_l { float:left; }
.f_r { float:right; }
.clr { clear:both; }


/* margin
--------------------------------*/
.mt5 {  margin-top:5px  !important; }
.mt10 { margin-top:10px !important; }
.mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px !important; }
.mt25 { margin-top:25px !important; }
.mt30 { margin-top:30px !important; }
.mt35 { margin-top:35px !important; }
.mt40 { margin-top:40px !important; }
.mt45 { margin-top:45px !important; }
.mt50 { margin-top:50px !important; }
.mt60 { margin-top:60px !important; }
.mt70 { margin-top:70px !important; }

.ml5 {  margin-left:5px  !important; }
.ml10 { margin-left:10px !important; }
.ml15 { margin-left:15px !important; }
.ml20 { margin-left:20px !important; }
.ml25 { margin-left:25px !important; }
.ml30 { margin-left:30px !important; }
.ml35 { margin-left:35px !important; }
.ml40 { margin-left:40px !important; }
.ml45 { margin-left:45px !important; }
.ml50 { margin-left:50px !important; }
.ml60 { margin-left:60px !important; }
.ml70 { margin-left:70px !important; }

.mr5 {  margin-right:5px  !important; }
.mr10 { margin-right:10px !important; }
.mr15 { margin-right:15px !important; }
.mr20 { margin-right:20px !important; }
.mr25 { margin-right:25px !important; }
.mr30 { margin-right:30px !important; }
.mr35 { margin-right:35px !important; }
.mr40 { margin-right:40px !important; }
.mr45 { margin-right:45px !important; }
.mr50 { margin-right:50px !important; }
.mr60 { margin-right:60px !important; }
.mr70 { margin-right:70px !important; }

.mb5 {  margin-bottom:5px  !important; }
.mb10 { margin-bottom:10px !important; }
.mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }
.mb25 { margin-bottom:25px !important; }
.mb30 { margin-bottom:30px !important; }
.mb35 { margin-bottom:35px !important; }
.mb40 { margin-bottom:40px !important; }
.mb45 { margin-bottom:45px !important; }
.mb50 { margin-bottom:50px !important; }
.mb60 { margin-bottom:60px !important; }
.mb70 { margin-bottom:70px !important; }



/* font
--------------------------------*/
.bold { font-weight:bold !important; }
.red {  color:#de1818 !important; }


/* HTML
--------------------------------*/
body {
	font-size:13px;
	line-height:17px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
	color:#333333;
	-webkit-text-size-adjust: 100%; /* iPhone対応 */
}

img {
	border: none;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
}

.none {
	display:none;
}

a:link {    color:#000000; text-decoration:none; }
a:visited { color:#000000; text-decoration:none; }
a:hover {   color:#000000; text-decoration:underline; }
a:active {  color:#000000; text-decoration:underline; }

/* iPhone対応 submit＆textboxデフォルト装飾解除 */
input[type="submit"],
input[type="text"] {
   -webkit-appearance: none;
   border-radius: 0;
}

input[type="text"],
input[type="password"],
textarea,
select {
    outline:none;
}




/****************************************************************/
/*                                                              */
/* wrapper style                                                */
/*                                                              */
/****************************************************************/
#wrapper {
	padding:100px 0 0 0;
}




/****************************************************************/
/*                                                              */
/* header style                                                 */
/*                                                              */
/****************************************************************/
/* 固定ヘッダー全体
--------------------------------*/
#sp_header {
	position:fixed;
	top:0;
	left:0;
	z-index: 999999;
	width:100%;
}

#sp_header img {
	vertical-align:top;
}

#sp_header > font {
	display:table;
	width:100%;
	height:30px;
	padding:10px 0 10px 0;
	background-color:#060f86;
	border-bottom: solid 1px #cccccc;
}

/* ハンバーガーアイコン
--------------------------------*/
#h_menu {
	display:table-cell;
	width:37px;
	padding:0 10px 0 10px;
}

#h_menu img {
	width:100%;
}

/* 横スライドメニュー
--------------------------------*/
#h_side {
	position:fixed;
	top:0;
	left: -90%;
	width: 82%;
	height: 100%;
	margin:112px 0 0 0;
	overflow: scroll;
	-webkit-overflow-scrolling:touch;
	box-sizing: border-box;
	z-index: 2147483647;
}

/* でかいスマホ */
@media (min-width: 376px) and (max-width: 760px){
	#h_side{margin: 116px 0 0 0;}
}

/* iPhone5以下 */
@media (max-width: 320px){
	#h_side{margin: 104px 0 0 0;}
}

#h_side iframe {
	width:100%;
	height:100%;
	border:none;
}

#overlay {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background: rgba(0,0,0,0.6);
	z-index:999;
}

/* ロゴ画像
--------------------------------*/
#sp_header a{
	display:table-cell;
	text-align:center;
	vertical-align:top;
	padding-right: 2%;
}

#sp_header font > a img {
	width:auto;
	height:40px;
	display:inline-block !important;
}



/* ナビエリア
--------------------------------*/
#sp_header > b {
	display:table;
	width:100%;
	height:45px;
	background-color:#b4b4b4;
}

#sp_header > b > a {
	display:table-cell;
	width:25%;
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	color:#000000 !important;
	text-align:center;
	text-decoration:none;
	vertical-align:middle;
	border-right:1px solid #ffffff !important;
}

#sp_header > b > a:last-of-type {
	border-right:none !important;
}


/*#sp_header a[href="https://www.petgoods-shop.jp/fs/petgoods/c/"] img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: 30px;
}*/

