@charset "utf-8";

/* ==========================================================
	共通
========================================================== */

#guide #header {
	background: #FFF;
	position: inherit;
}
#guide .header_btm1 {
	clear: both;
	background: #ffab00;
	height:12px;
}






#guide #header .headerText {
	width: 85%;
	display: inline-block;
	vertical-align: middle;
	/display: inline;
	/zoom: 1;
}
#guide #header .headerText .subTitle {
	font-size: 120%;
	letter-spacing: 2px;
	line-height: 1.3;
	margin-bottom: 0;
}
#guide #header .headerText .title {
	font-size: 200%;
	letter-spacing: 2px;
	margin-bottom: 10px;
	line-height: 1.3;
	margin-bottom: 0;
}
#guide .explanation {
        font-size: 94%;
	margin: 20px 0;
}
#guide .explanation li {
	background: url(../images/common/list_seico.png) 0 10px no-repeat;
	background: url(../images/common/list_blue_ie8.png) 0 10px no-repeat\9;
	-moz-background-size: 6px 6px;
	background-size: 6px 6px;
	padding-left: 16px;
}
#guide .section {
	margin: 0 2%;
}
#guide .leftText {
	width: 60%;
	float: left;
}
#guide .leftText .numberImg {
	width: 8%;
	margin-right: 2%;
	display: inline-block;
	vertical-align: middle;
	/display: inline;
	/zoom: 1;
}
#guide h5 {
	font-size: 130%;
	font-weight: bold;
	width: 88%;
	display: inline-block;
	vertical-align: middle;
	/display: inline;
	/zoom: 1;
}
#guide .leftText .detailText {
	margin-left: 10.5%;
	margin-top: 10px;
}
#guide .rightImg {
	width: 35%;
	float: right;
}

#guide .blue_dotLine_img {
	clear: both;
	padding: 40px 0;
}

#guide .numberImg {
	width: 5%;
	margin-right: 1%;
	display: inline-block;
	vertical-align: middle;
	/display: inline;
	/zoom: 1;
}
#guide .bgGray {
	background: #f1f2f4;
	padding: 5.7% 14.2%;
	margin-top: 20px;
}


/* ==========================================================
	セブンイレブン
========================================================== */

#guide #header .logoArea {
	width: 8.5%;
	display: inline-block;
	vertical-align: middle;
	/display: inline;
	/zoom: 1;
	margin-right: 2%;
}

/* ==========================================================
	ローソン
========================================================== */

#guide.lawson #header .logoArea {
	width: 15%;
}
#guide.lawson #header .headerText {
	width: 80%;
}
#guide .resheet {
	clear: both;
	padding: 5.7% 14.2% 0;
	margin: 20px auto 0;
}
#guide.lawson .explanation {
	margin: 0 0 50px;
}
#guide .firstText {
	margin: 50px 0 20px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 10px;
}
#guide .firstText .lawson { width: 80px;}
#guide .firstText .seicomart { width: 100px;}
#guide .firstText .ministop { width: 86px;}

#guide .firstText a {
	display: inline;
	color: #28a6e8;
}
#guide .firstText a:hover {
	text-decoration: underline;
}



/* ==========================================================
	PC用1220以上
========================================================== */

@media (min-width: 1000px)  {

#guide #header .headerInner,
#guide #content .contentInner {
	width: 800px;
	margin: 0 auto;
}
}/* ▲min-width: 1220px▲*/


span.wideyellow {
      background-color: #ffff55;
      padding: 0.3em 0px;
   }


div.lang {
 　box-sizing: border-box;
   width: 100%;
}
div.lang-inner {
	display: flex;
  justify-content: flex-end;
  justify-content: space-between;
  max-width: 800px;
  height: 50px;
  margin: 0 auto;
  font-size: 1.1em;
}

div.lang-inner-nav {
	display: flex;
  align-items: center;
  margin: 8px;
}

div.lang-inner-nav-item {
	 display: flex;
  align-items: center;
  margin-left: 8px;
}

.logo img {
  width: 70px;
}

a.btn_en {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 0.2rem 0.8rem;
	font-weight: bold;
	border: 2px solid #ffab00;
	color: #ffab00;
	transition: 0.5s;
	font-size: 13px;
}
a.btn_en:hover {
	color: #fff;
	background: #ffab00;
}


a.btn_jp {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 0.2rem 0.8rem;
	font-weight: bold;
	border: 2px solid #ffab00;
	background: #ffab00;
	color: #fff;
	transition: 0.5s;
	 font-size: 13px;
}

a.btn_jp:hover {
	color: #ffab00;
	background: #fff;
}
