@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

.clearfix:after {
	content:"";
	display:block;
	clear:both;
}
	
.clearfix {
	width:100%;
 	overflow:hidden;
}


.floatL {
	float: left;
}

.floatR {
	float: right;
}




/*独自クラス（用編集）*/

* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: "メイリオ", Helvetica, Futura, Consolas, 'Lucida Console', 'Century Gothic', Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
}


body {
	background-color: #ffffff;
}

ul {
	list-style-type: none;	
}

a {
	text-decoration: none;	
	color:#e95912;
}

a:hover {
	color:#f99666;
}

/*footer下部固定*/
html,body{
     height:100%;
}
#wrap{
     width: 100%;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
}
#container {
     padding-bottom:200px; /*フッターの高さと同じ*/
}
#footer{
     position:absolute;
     bottom:0;
}


/*タブレット以上　用*/
@media screen and (min-width: 759px) {

	.spn {
		display: none;
	}


	/*header*/

	#header {
		width: 1000px;
		height: 54px;
		margin: 0 auto;
	}


	#header h1{
		width: 187px;
		height: 38px;
		margin: 10px 0;
		float: left;
	}

	#header h1 a{
		display: block;
		background: url(/img/header/logo.png) no-repeat;
		width: 187px;
		height: 38px;
		text-indent: -10000px;
		overflow: hidden;
	}


	/* GLOBAL NAVIGATION
	------------------------------------------------------------------------------*/

	#main-nav {
		width: 100%;
		height: 54px;
	}

	#main-nav ul{
		float: right;


		width: 800px;
		height: 54px;
		margin: 0 auto;


		display:-webkit-box;
		display:-moz-box;
		display: box;

		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;

		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;

		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;

		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
	}

	#main-nav li{
		-webkit-box-flex: 1;
		box-flex: 1;



		-webkit-flex-grow:1;/*--- safari（PC）用 ---*/
	    flex-grow:1;
	}

	#main-nav a{
		font-family: 'Noto Sans Japanese', sans-serif;
		color: #5f5f5f;
		width: 100%;
		text-align: center;
		display: block;
		line-height: 54px;
		font-size: 12px;

	}

	#main-nav a:hover{
		color: #cb1616;
		text-decoration: none;
		border-bottom: solid #fc6273 5px;
	}

	#main-nav a.current{
		cursor: default;
		color: #ccc;
		text-decoration: none;
		border-bottom: solid #ccc 5px;
	}




	/*コンテナ内共通設定*/
	#container {
		width: 1000px;
		margin: 0 auto;
		padding-top: 10px;

	}

	#container h1{
		background: #f97433;
		color: #fff;
		padding: 5px;
		font-weight: normal;
	}






	/*footer*/

	#footer {
		width: 100%;
		min-width: 1000px;
		background: #000000;
	}

	#footer address{
		display: block;
		width: 1000px;
		text-align: right;
		color: #fff;
		font-style: normal;
		font-size: 10px;
		line-height: 30px;
		margin: 0 auto;
	}

	#footer address a{
		color: #fff;
		font-style: normal;
		text-decoration: none;
	}

	/*独自クラスここまで*/
	.brset {
		display: block;
	}
	#cart tr#tr001 {
		width: 50% !important;
	}
	#cart tr#tr002 {
		width: 50% !important;
	}

｝

/*汎用クラス*/

.boxCenter {
	margin: 0 auto;
}

.hidden {
	display: none;
}

.block {
	display: block;
}

.txHidden {
	display: block;
	text-indent: -10000px;
	overflow: hidden;
}

.alignR {
	text-align: right !important;
	width: inherit;
}

.alignL {
	text-align: left !important;
	width: inherit;
}

.alignC {
	text-align: center !important;
	width: inherit;
}

.textL {
	font-size: 20px;
}

.textM {
	font-size: 14px;
}

.textS {
	font-size: 10px;
}

.inline {
	display: inline
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.white {
	color: #ffffff !important;
}

.black {
	color: #000000 !important;
}

.red {
	color: #ff0000 !important;
}

.blue {
	color: #0000ff !important;
}

.green{
	color: #00ff00 !important;
}

.yellow{
	color: #ffff00 !important;
}

.pink{
	color: #ff00ff !important;
}


img { 
	border-style:none; 
	vertical-align: bottom;
} /*リンク画像の枠線を消すために記述*/

a { 
    overflow: hidden;
    outline: none;
}/* FireFox リンク選択時の点線を消す */

