@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.t_center{ text-align:center !important;}


/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tap {

}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #0000;
}

a:hover {
	color: #0000;
}

a:active {
	color: #000;
}

@media screen and (max-device-width: 480px){
	img{max-width:100%;height:auto;}
}

input[type='button'],
input[type='submit'] {
	-webkit-appearance:none;
	outline:none;
	border-radius: 0;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 13px;
	line-height: 1.2;
	text-align: center;
	background-color: #FFF;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: #F5F4F9;
}

#container {
	text-align: left;	
}

/*------------------------------------------------------------
	gHeader
------------------------------------------------------------*/
#gHeader {
	padding: 10px;
	font-size: 12px;
	background-color: #3B3B3D;
	position: relative;
}
#gHeader h1 {
	text-align: center;
	color: #fff;
	font-weight: normal;
}
#gHeader .returnLink {
	position: absolute;
	left: 10px;
	top: 10px;
}
#gHeader .returnLink a {
	padding-left: 14px;
	color: #fff;
	background: url(../img/common/icon/arrow01.png) no-repeat left center;
	background-size: 9px auto;
}

/*------------------------------------------------------------
	main
------------------------------------------------------------*/
#main {
	padding-bottom: 55px;
}

/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	background: #fff;
	border-top: 1px solid #E0E0E2;
}

#gFooter .fBox {
	padding: 4px 0;
}

#gFooter .fBox .fNavi li {
	width: 20%;
	float: left;
}

#gFooter .fBox .fNavi li a {
	display: block;
	color: #7f7f7f;
	font-size: 9px;
	text-align: center;
	position: relative;
}

#gFooter .fBox .fNavi li a span {
	margin: 2px 0;
	display: block;
}

#gFooter .fBox .fNavi li a .num {
	margin: 0 -6.5px 0 0;
	width: 13px;
	height: 13px;
	line-height: 13px;
	vertical-align: middle;
	font-size: 9px;
	color: #fff;
	background-color: #dc272c;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	right: 42%;
	top: 0;
}

#gFooter .fBox .fNavi .navi01 a {
	background: url(../img/common/icon/menu2.png) no-repeat center top;
	background-size: 25px auto;
}

#gFooter .fBox .fNavi .navi02 a {
	background: url(../img/common/icon/cart1.png) no-repeat center top;
	background-size: 25px auto;
}

#gFooter .fBox .fNavi .navi03 a {
	background: url(../img/common/icon/orders1.png) no-repeat center top;
	background-size: 25px auto;
}

#gFooter .fBox .fNavi .navi04 a {
	background: url(../img/common/icon/order2.png) no-repeat center top;
	background-size: 25px auto;
}

/*------------------------------------------------------------
	topSection
------------------------------------------------------------*/
#main .topSection {
	margin-bottom: 13px;
	padding: 10px;
	background: #fff;
	font-weight: normal;
	border-bottom: 1px solid #E0E0E2;
}
#main .topSection h2 {
	font-weight: normal;
	font-size: 14px;
}

#main .topSection p {
	margin: 9px 0 2px;
	color: #7f7f7f;
	font-size: 10px;
	line-height: 1.6;
}

/*------------------------------------------------------------
	section
------------------------------------------------------------*/
#main .section {
	border-top: 1px solid #E0E0E2;
	background: #fff;
}

#main .section .title {
	padding: 10px;
	position: relative;
}

#main .section .title a {
	display: block;
}

#main .section .title ul {
	float: left;
}

#main .section .title li {
	line-height: 1.7;
	font-size: 12px;
}

#main .section .title p {
	margin-top: 10px;
	padding: 2px 0 0 0;
	min-height: 17px;
	color: #dc272c;
	float: right;
	font-size: 11px;
	line-height: 15px;
	vertical-align: middle;
}

#main .section .inner {
	margin-bottom: 4px;
	padding: 7px 10px 24px;
	font-size: 12px;
	position: relative;
	background-color: #F5F5F5;
}

#main .section .inner .orderSubType {
	float: right;
	color: #dc272c;
}

#main .section .inner .pName {
	margin-bottom: 8px;
}

#main .section .inner .number {
	margin-bottom: 12px;
	font-size: 10px;
	color: #7F7F7F;
}

#main .section .inner .descript {
	font-size: 10px;
}

#main .section .inner .descript input {
	width: 50px;
	margin-right: 5px;
}

#main .section .inner .buy {
	width: 65px;
	position: absolute;
	right: 10px;
	bottom: 8px;
}

#main .section .inner .buy a,
.btnBuy {
	padding: 3px 0 4px;
	display: block;
	color: #fff;
	font-size: 10px;
	text-align: center;
	background-color: #DC272C;
}

#main .section .inner .delete {
	width: 40px;
	position: absolute;
	right: 15px;
	bottom: 16px;
}

#main .section .inner .delete a {
	padding: 5px 0 6px;
	display: block;
	color: #fff;
	font-size: 10px;
	text-align: center;
	background-color: #dc272c;
}

#main .section .sum {
	margin-bottom: 9px;
	padding: 4px 20px 9px 0;
	color: #7f7f7f;
	text-align: right;
	font-size: 11px;
	border-bottom: 1px solid #E0E0E2;
}

#main .section .sum .sumSpan02 span {
	font-size: 13px;
}

/*------------------------------------------------------------
	formSection
------------------------------------------------------------*/
#main .formSection {
	border-top: 1px solid #E0E0E2;
}

#main .mailForm table {
	width: 100%;
	border-collapse: collapse;
	background-color: #fff;
}

#main .mailForm th,
#main .mailForm td {
	color: #000;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #E0E0E2;
}
#main .mailForm th {
	color: #7f7f7f;
	width: 85px;
	vertical-align: middle;
	text-indent: 10px;
}

#main .mailForm input[type="text"],
#main .mailForm input[type="password"] {
	padding: 5px 0;
	margin: 0;
	width: 100%;
	height: 30px;
	line-height: 40px;
	vertical-align: middle;
	border: none;
}

#main .mailForm .submit {
	margin: 43px 24px 0;
	text-align: center;
}

#main .mailForm .submit li {
	position: relative;
}

#main .mailForm .submit .loading {
	position: absolute;
	width: 100%;
	height: 27px;
	text-align: center;
	background: #F5F4F9;
}

#main .mailForm .submit .loading img {
	height: 27px !important;
}

#main .mailForm .submit input {
	width: 100%;
	height: 27px;
	border: none;
	color: #fff;
	cursor: pointer;
	background-color: #47A8ED;
}

.loadMorebtn {
	font-size: 13px;
	margin: 10px;
	line-height: 35px;
	border: 1px solid #E0E0E2;
	text-align: center;
	background: #FFF;
	border-radius: 3px;
}

.loadMorebtn img {
	margin-top: 5px;
	height: 25px !important;
}

.status {
	text-align: center;
	margin-top: 20%;
}

.status p {
	color: #999999;
	font-size: 13px;
}

.errorTxt {
	margin: 8px 24px 0;
	padding-left: 35px;
	min-height: 24px;
	font-size: 15px;
	line-height: 24px;
	vertical-align: middle;
	color: #DC272C;
	font-weight: bold;
	background: url(../img/common/icon/icon01.png) no-repeat left top;
	background-size: 24px 24px;
}

.popWrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.popMask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
}

.popSection {
	width: 90%;
	min-height: 100px;
	top: 50%;
	left: 5%;
	margin-top: -25%;
	background: #FFF;
	border-radius: 5px;
	position: absolute;
	z-index: 5;
}

.popText {
	padding: 10px;
	font-size: 15px;
	margin-bottom: 30px;
}

.popBtn {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #EEEEEE;
}

.popBtn a {
	display: block;
	width: 50%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 13px;
	float: left;
}

.popBtn a:first-child {
	border-right: 1px solid #EEEEEE;
	box-sizing: border-box;
}

.ng-cloak {
	display: none;
}

.imgUrl {
	width: 50px;
	float: right;
}

.imgUrl img {
	display: block;
	width: 50px;
	height: 50px;
}

.pop-img {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
}

.pop-img .pop-inner {
	position: fixed;
	left: 10px;
	right: 10px;
	top: 50%;
	transform: translateY(-55%);
}

.pop-img .pop-close {
	margin-bottom: 10px;
	text-align: right;
}

.pop-img .pop-close a {
	padding-left: 18px;
	display: inline-block;
	font-size: 13px;
	color: #333;
	background: url(../img/common/icon/icon_close.png) no-repeat left center;
	background-size: 13px;
}

.pop-img img {
	display: block;
	width: 100%;
}