@charset "UTF-8";

html,body,h1,h2,h3,h4,h5,ul,ol,dl,p,dd{
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
}

html,body{
	line-height:1.4em;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	color:#5a5a5a;
	font-weight:normal;
	text-align:center;

}


.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}


img{
	border:0;
}

a{
	text-decoration:none;
}

#head_pc,#content,.wrap{
	width:1180px;
	margin:0 auto;
	text-align:left;
}

h2{
	font-size:280%;
	font-weight:normal;
	color:#000;
	clear:both;
}

.end{
	margin-right:0!important;
}

/*---ヘッダ---*/
#head_pc{
	padding:50px 0 30px;
	border-bottom:1px solid #c4c5c5;
	position:relative;
}

h1{
	margin-right:20px;
	float:left;
}
/*
#head_pc a{
	color:#6b6b6b;
}


#head_pc ul{
	font-size:14px;
	color:#373737;
	margin-top:8px;
}

ul.pcmenu>li{
	display:block;
	float:left;
	margin-right:30px;
	position:relative;
}

ul.pcmenu>li ul{
	position:absolute;
	width:300px;
	background-color:#fff;
	background-color:rgba(255,255,255,0.95);
	border:1px solid #e5e5e5;
}

ul.pcmenu>li ul li{
	margin:7px 5px;
	padding-bottom:7px;
	border-bottom:1px solid #e5e5e5;
}

#head_pc ul.pcmenu>li>ul a:hover{
	color:#00bee7;
}
*/
.menu{
	float:right;
	margin-top:-10px;
}


.menu input:not(#searchbtn) {
	height:14px;
	width:200px;
	padding:3px 5px;
	font-size:117%;
	border:1px solid #d3d3d3;
	margin:-10px -10px 0 0;
	vertical-align:middle;
}

.menu img{
	margin-left:15px;
	width:20px;
}

.menu .cart{
    position:relative;
}

.menu .cart img {
    width:30px;
    margin-top:-10px;
    position:relative;
}

.menu .cart span {
    display:block;
    width:18px;
    height:18px;
    border-radius:50%;
    background:#00a8ff;
    color:#fff;
    font-size:10px;
    text-align:center;
    line-height:18px;
    position:absolute;
    left:10px;
    top:0;
    z-index: 100;
}

#head_sp,.sp_item,#sidr{
	display:none;
}
#sp_item{
	display:none;
}

/*---パンくず---*/
.pan{
	margin:15px 0;
}

.pan a{
	color:#737373;
}

.pan a.top{
	color:#000;
	font-weight:bold;
}

.pan a:hover{
	text-decoration:underline;
}



/*---フッタ---*/

#foot{
	background-color:#ebebeb;
	margin-top:60px;
	padding:40px 0;
	color:#7d7d7d;
	clear:both;

}

#foot dl{
	width:25%;
	float:left;
}

#foot dt{
	font-size:117%;
	font-weight:bold;
	color:#474747;
	margin-bottom:25px;
}

#foot dd{
	margin-bottom:10px;
}

#foot dd img{
	margin-right:5px;
}

#foot dd a{
	color:#7d7d7d;
}
#foot dd a:hover{
	text-decoration:underline;
}

.copy{
	clear:both;
	text-align:center;
	padding-top:60px;
	font-size:92%;
}

/*---メンテ---*/
.mainte{
	margin-top:150px;
}

.mainte p{
	margin:60px 0 100px;
}

.mainte .copy{
	position:absolute;
	bottom:0;
	width:100%;
	background-color:#ebebeb;
	padding-top:30px;
	padding-bottom:30px;
}

.alert{
	color:#ea4c5f;
}

#main-menu {
    margin-left: 115px;
    width: 735px;
}

#searchbtn{
	margin-left:15px;
	width:20px;
}

#searchbtn:hover{
    cursor:pointer;

}
.center {
    text-align: center;
    margin: 0 auto;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
