/* memberNavi
====================*/
#memberNavi {
 width: 1300px;
 border-bottom: 1px #fff solid;
 margin: 20px 0 5px 0;
}
#memberNavi h2 {
 float: left;
 width: 118px;
 height: 33px;
 margin-left: 10px;
 line-height: 30px;
 padding: 0 10px;
 font-size: 14px;
 border-bottom: none;
 margin: 0;
}
#memberNavi ul {
 height: 31px;
 margin-bottom: 12px;
 background: #f2ecdb;
 border-radius: 5px;
}
#memberNavi li {
 float: left;
 height: 30px;
 color: #54392C;
}
#memberNavi li a {
 display: block;
 background: #fff;
 margin: 4px 5px;
 line-height: 22px;
 padding: 0 10px 0 10px;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
}
.size300 {
 width: 300px;
}
/* contents
====================*/
#contents {
	margin: 0 auto;
 width: 1300px;
 position: relative;
 background: #fff;
 padding: 20px 0 30px;
}
#contents h1 {
	font-size: 30px;
	padding-bottom: 10px;
	border-bottom: solid 2px #E4CEAF;
	margin-bottom: 20px;
}
#contents h1 span {
	font-size: 20px;
	margin-left: 10px;
}
#contents .h1_small {
 font-weight: bold;
}
#contents .h1_small2 {
 padding: 0 0 0 20px;
 font-size: 16px;
}
/* meritBox
====================*/
#meritBox {
 margin-top: 50px;
}
#meritBox h3 {
 font-size: 18px;
 text-align: center;
 font-weight: bold;
 color: #53392B;
 margin-bottom: 15px;
}
#meritBox li {
 width: 420px;
 height: 120px;
 position: relative;
 margin: 0 15px 15px 0;
 padding: 25px 25px 25px 190px;
 background: #FAF6EE;
 border-radius: 5px;
 float: left;
}
#meritBox h4 span {
 color: #F6AC2B;
 font-size: 25px;
 vertical-align: bottom;
}
#meritBox .merit1::before {
 content: "";
 background: url(/img/beginner-contents3-1-1.png)no-repeat;
 background-size: 160px;
 display: block;
 width: 160px;
 height: 160px;
 position: absolute;
 top: 5px;
 left: 7px;
}
#meritBox .merit2::before {
 content: "";
 background: url(/img/beginner-contents3-1-2.png)no-repeat;
 background-size: 160px;
 display: block;
 width: 160px;
 height: 160px;
 position: absolute;
 top: 5px;
 left: 7px;
}
#meritBox .merit3::before {
 content: "";
 background: url(/img/beginner-contents3-1-3.png)no-repeat;
 background-size: 160px;
 display: block;
 width: 160px;
 height: 160px;
 position: absolute;
 top: 5px;
 left: 7px;
}
#meritBox .merit4::before {
 content: "";
 background: url(/img/beginner-contents3-1-4.png)no-repeat;
 background-size: 160px;
 display: block;
 width: 160px;
 height: 160px;
 position: absolute;
 top: 5px;
 left: 7px;
}
#meritBox h4 {
 margin-bottom: 15px;
}
#meritBox .merit3 br {
 display: none;
}
/* exchangeBox
====================*/
#exchangeBox {
 margin-top: 30px;
 margin-bottom: 100px;
}
#exchangeBox h3 {
 font-size: 18px;
 text-align: center;
 font-weight: bold;
 color: #53392B;
 margin-bottom: 15px;
}
#exchangeBox h3 br {
 display: none;
}
#exchangeBox li {
 width: 225px;
 padding-top: 226px;
 margin-top: 30px;
 text-align: center;
 color: #666;
 position: relative;
 float: left;
}
#exchangeBox li + li {
 margin-left: 35px;
}
#exchangeBox .point {
 color: #fff;
 background: #F6AC2B;
 width: 85px;
 height: 85px;
 border-radius: 50px;
 box-shadow: 3px 0 0 #ffffff, 0 2px 0 #ffffff, -3px 0 0 #ffffff, 0 -3px 0 #ffffff;
 position: absolute;
 top: -20px;
 left: -20px;
}
#exchangeBox .exchange_point {
 font-size: 32px;
 font-weight: bold;
 width: 85px;
 position: absolute;
 top: 20px;
 left: 0;
}
#exchangeBox .exchange_point2 {
 font-weight: bold;
 display: block;
 width: 85px;
 position: absolute;
 top: 46px;
}
#exchangeBox .exchange1 {
 background: url(/img/beginner-contents3-2-1.png)no-repeat;
 margin-left: 30px;
}
#exchangeBox .exchange2 {
 background: url(/img/beginner-contents3-2-2.png)no-repeat;
}
#exchangeBox .exchange3 {
 background: url(/img/beginner-contents3-2-3.png)no-repeat;
}
#exchangeBox .exchange4 {
 background: url(/img/beginner-contents3-2-4.png)no-repeat;
}
#exchangeBox .exchange5 {
 background: url(/img/beginner-contents3-2-5.png)no-repeat;
}
#serviceBox h2 {
 margin-top: 30px;
}
#err #contents h1 a {
 background: url(/img/my-err-h1.png);
}
#join #contents h1 a {
 background: url(/img/member-join-h1.png);
}
#kiyaku #contents h1 a {
 background: url(/img/member-kiyaku-h1.png);
}
#memberfaq #contents h1 a {
 background: url(/img/memberfaq-h1.png);
}
#pass #contents h1 a {
 background: url(/img/2016-member-pass-h1.png);
}
#point #contents h1 a {
 background: url(/img/point-h1.png);
}
#serviceBox {
 width: 1300px;
 margin: 0 auto;
}
.btnP {
 text-align: right;
}
.size260 {
 width: 260px;
}
.red {
 color: #FF0000;
}
.err {
 color: #c00;
 /*float: left;*/
}
#contents p.comment {
 padding: 10px;
 background: #FAF7EF;
 border: dotted 1px #DBBD95;
 margin: 30px 0 30px 0;
 border-radius: 5px;
}
#loginchu {
 text-align: center;
 font-size: 36px;
 color: #603709;
 line-height: 210px;
 width: 1300px;
 height: 1200px;
 position: absolute;
 top: 1015px;
 z-index: 2;
 background: #fff;
 filter: alpha(opacity=70);
 -moz-opacity: 0.70;
 opacity: 0.70;
 font-weight: bold;
}
#loginchu a {
 display: block;
 font-size: 24px;
 line-height: 0px;
 width: 1300px;
}
/* 新規メンバー登録
================================*/
#joinBox {
 margin: -100px auto 30px;
 border-radius: 7px;
 padding-top: 100px;
}
#joinBox dl {
 padding: 0;
 font-size: 14px;
}
#joinBox dt {
 width: 170px;
 float: left;
 padding: 16px 35px 3px 43px;
 line-height: 1;
 clear: both;
}
#joinBox dd {
 line-height: 1;
 padding: 8px 0 8px 175px;
 margin: 0 0 0 0;
}
#joinBox input {
 width: 300px;
 min-height: 20px;
 margin: 0 5px 5px 0;
}
#joinBox input::placeholder {
 color: #c4c4c4;
}
#joinBox .inputS {
 width: 70px;
 margin: 0px 10px;
}
#joinBox .inputAuto {
 width: auto;
 margin-right: 5px;
}
#joinBox label {
 padding-right: 20px;
 display: inline-block;
 padding-bottom: 5px;
 position: relative;
}
#joinBox #member_login input.radio_btn {
 width: 25px;
 min-height: 20px;
 position: relative;
 top: 3px;
}
#joinBox dt em {
 font-style: normal;
 color: #c00;
}
#join-kakuninBtn a {
 background: -moz-linear-gradient(top, #916941, #5A3D2B);
 background: -webkit-linear-gradient(top, #916941, #5A3D2B);
 background: linear-gradient(to bottom, #916941, #5A3D2B);
 display: block;
 margin: 30px auto;
 width: 460px;
 height: 45px;
 color: #fff;
 border-radius: 6px;
 text-align: center;
 line-height: 47px;
 font-weight: bold;
}
#join-kakuninBtn input {
 width: auto;
}
#join-privacy {
 padding: 10px 20px 18px;
}
#join-kakuninBtn {
 margin: 45px auto 0;
 width: 500px;
}
#join-kakuninBtn input {
 width: auto;
 display: block;
 width: 500px;
 height: 50px;
 border: none;
 background: transparent linear-gradient(180deg, #963 0%, #53392B 100%, #53392B 100%) 0% 0% no-repeat padding-box;
 border: 1px solid #5D3F1C;
 font-weight: bold;
 color: #fff;
 text-align: center;
 font-size: 16px;
 border-radius: 5px;
}
.yago_request {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 18px;
}
.yago_request::before {
	content: "※";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
/* 確認画面
=================================*/
.oneBox {
 margin: 0 auto;
}
.oneBox table {
 background: #fff;
}
.oneBox th {
 background: #f2ecdb;
 border: solid 1px #C4C4C4;
 text-align: left;
 font-weight: normal;
 padding: 5px 10px;
 vertical-align: top;
 width: 100px !important;
}
.oneBox .title {
 width: 200px;
}
.oneBox td {
 padding: 5px;
 vertical-align: top;
}
#editBtn {
 padding: 20px 0 0;
 text-align: center;
}
/*　利用規約
====================================*/
#contents .memberText h2 {
 font-size: 20px;
 background: #FAF7EF;
 margin: 40px 0 0;
 padding: 10px;
 border: none;
}
.memberText h3 {
 margin: 30px 0 10px;
 font-size: 16px;
 line-height: 1.2;
 font-weight: bold;
 padding-bottom: 5px;
 border-bottom: dashed 1px #DBBD94;
}
.memberText ul {
 padding: 10px 15px;
}
.memberText ul li {
 margin: 10px 0 10px 15px;
 list-style-type: disc;
}
.memberText ol li {
 margin: 10px 0 10px 40px;
 list-style-type: decimal;
}
/*　ポイント交換商品
====================================*/
.pointBox {
 width: 1300px;
 margin: 0 auto;
}
.pointItem {
 width: 620px;
 float: left;
 padding: 0 9px 10px;
 margin: 5px;
 position: relative;
 background: #FAF7EF;
 border-radius: 8px;
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px;
}
.pointItem h3 {
 height: 32px;
 padding: 5px 0 0 30px;
 margin: 10px 5px 10px;
 background: #FFF;
 font-size: 16px;
 font-weight: normal;
}
.pointItem h3::after {
 position: absolute;
 top: 15px;
 left: 20px;
 content: '';
 width: 8px;
 height: -webkit-calc(18% - 1em);
 height: calc(18% - 1em);
 background-color: #673212;
}
.pointItem img {
 float: left;
 border: 1px #efefef solid;
 margin: 0 12px 5px 15px;
 display: inline;
}
.pointItem p {
 padding: 0 15px 0 15px;
 line-height: 1.7;
}
li.itemPoint {
 position: absolute;
 top: 14px;
 right: 30px;
 font-size: 18px;
}
/*　マイページについて
====================================*/
#leftBox {
	margin-top: 80px;
}
#mylist, #pattern, #history, #point, #information, #question, #contract, #signUp {
	margin-top: -100px;
	padding-top: 100px;
}
#serviceBox #leftBox h3 {
	margin: 30px 0 15px;
 font-size: 18px;
 background: #faf7ef;
 padding: 5px 10px;
}
#mypageMenu a, #leftBox .button {
 background: transparent linear-gradient(180deg, #963 0%, #53392B 100%, #53392B 100%) 0% 0% no-repeat padding-box;
 border: 1px solid #5D3F1C;
 display: block;
 width: 295px;
 height: 45px;
 color: #fff;
 border-radius: 6px;
 text-align: center;
 line-height: 47px;
 font-size: 18px;
}
#leftBox .button {
 display: block;
 margin: 0 0 0 auto;
}
#mypageMenu a:hover, .button:hover {
 opacity: 0.8
}
#leftBox h5 {
 text-indent: 10px;
 color: #53392B;
 background: #faf7ef;
 margin: 40px 0 20px;
 clear: both;
}
#leftBox h6 {
 text-indent: 10px;
 color: #9D531A;
 font-size: 16px;
 margin: 30px 0 20px;
 font-weight: normal;
 border-bottom: 1px #9D531A solid;
}
#leftBox img {
	display: block;
	margin: 0 auto;
}
#leftBox p img {
	display: inline-block;
}
.link {
 display: block;
 text-align: right;
 margin: 0 35px 0 0;
}
li.faq a {
 text-decoration: none;
 color: #666;
 padding: 10px 0;
 font-size: 14px;
 line-height: 1.6;
 background-size: 12px;
 background-position: 0 13px;
 display: block;
 margin: 16px 0 -8px 0;
}
div#mypageMenu {
 margin: 25px 0;
}
/* ご利用ガイド ポイントについて */
#mypage_box_point {
 margin: 30px 0 50px;
}
#mypage_box_point #exchange_list li {
 padding-top: 226px;
 margin-top: 30px;
 position: relative;
 width: 225px;
 float: left;
 text-align: center;
 color: #666666;
}
#mypage_box_point #exchange_list li + li {
 margin-left: 35px;
}
#mypage_box_point #exchange_list li .point {
 padding: 0;
 background: #F6AC2B;
 width: 85px;
 height: 85px;
 position: absolute;
 border-radius: 50px;
 color: #ffffff;
 top: -20px;
 left: -20px;
 box-shadow: 3px 0 0 #ffffff, 0 2px 0 #ffffff, -3px 0 0 #ffffff, 0 -3px 0 #ffffff;
}
#mypage_box_point #exchange_list li .point1 {
 font-weight: bold;
 position: absolute;
 font-size: 32px;
 width: 85px;
 top: 20px;
 left: 0;
}
#mypage_box_point #exchange_list li .point2 {
 display: block;
 position: absolute;
 top: 46px;
 width: 85px;
 font-weight: bold;
}
#mypage_box_point #exchange_list .b_contents3_2_1 {
 background: url(/img/beginner-contents3-2-1.png)no-repeat;
 margin-left: 30px;
}
#mypage_box_point #exchange_list .b_contents3_2_2 {
 background: url(/img/beginner-contents3-2-2.png)no-repeat;
}
#mypage_box_point #exchange_list .b_contents3_2_3 {
 background: url(/img/beginner-contents3-2-3.png)no-repeat;
}
#mypage_box_point #exchange_list .b_contents3_2_4 {
 background: url(/img/beginner-contents3-2-4.png)no-repeat;
}
#mypage_box_point #exchange_list .b_contents3_2_5 {
 background: url(/img/beginner-contents3-2-5.png)no-repeat;
}
#mypage_box_point .register {
 display: block;
 margin: 0 auto;
 width: 600px;
 height: 60px;
 line-height: 60px;
 font-size: 20px;
 font-weight: bold;
 text-align: center;
 color: #ffffff;
 background: #E89B43;
 border-radius: 5px;
 box-shadow: 0 0 2px grey;
}
/*= マイページについてリンク =*/
#link_Box li {
 float: left;
}
#link_Box li + li {
 margin-left: 30px;
}
#link_Box li a {
 position: relative;
 color: #53392B;
 padding: 10px 0;
 display: block;
 width: 230px;
 text-align: center;
 border: 1px solid #DBBD94;
 border-radius: 39px;
}
#link_Box li a:before {
 position: absolute;
 top: 32%;
 right: 20px;
 display: block;
 content: '';
 width: 10px;
 height: 10px;
 border-right: 2px solid #DBBD94;
 border-bottom: 2px solid #DBBD94;
 transform: rotate(45deg);
}
#point_appeal {
 text-align: center;
 width: 600px;
 display: block;
 font-size: 18px !important;
 margin: 50px auto 0 !important;
 position: relative;
}
#point_appeal:before {
 transform: rotate(-30deg);
 position: absolute;
 content: '';
 top: 3px;
 left: 0;
 display: block;
 height: 20px;
 width: 2px;
 background: #E89B43;
}
#point_appeal:after {
 transform: rotate(30deg);
 position: absolute;
 top: 3px;
 right: 0;
 content: '';
 display: block;
 height: 25px;
 width: 2px;
 background: #E89B43;
}
/*=====0406新規追加コード======*/
#serviceBox h2 {
 background: url(/img/common/icon-title_user.svg);
 background-repeat: no-repeat;
 background-position: 0 0;
 padding: 2px 0 0 40px;
}
#serviceBox h2 span {
 font-size: 15px;
 padding-left: 15px;
}
#serviceBox table {
 margin-top: 20px;
 border-collapse: collapse;
 border-spacing: 0;
 width: 1300px;
}
#serviceBox table select {
 padding: 5px;
 border-radius: 5px;
 margin-bottom: 5px;
}
#member_login a {
 padding-left: 20px;
}
#joinBox .input_any {
 padding: 3px 8px;
 font-size: 12px;
 margin-right: 10px;
 border-radius: 5px;
 font-weight: bold;
 color: #fff;
 background: #C4C4C4;
}
#joinBox .input_req {
 padding: 3px 8px;
 font-size: 12px;
 margin-right: 10px;
 border-radius: 5px;
 font-weight: bold;
 color: #fff;
 background: #E23619;
}
#serviceBox h3 {
 font-size: 20px;
 font-weight: bold;
 padding: 10px 0;
 border: none;
}
#serviceBox h4 {
 margin: 30px 0 10px;
 font-size: 16px;
 line-height: 1.2;
 font-weight: bold;
 padding-bottom: 5px;
 border-bottom: dashed 1px #DBBD94;
}
#serviceBox #editBtn input {
 color: #7f7f7f;
 background: transparent linear-gradient(180deg, #fff 0%, #DEDEDE 100%, #f5f5f5 100%) 0% 0% no-repeat;
 border: 1px solid #C4C4C4;
 border-radius: 5px;
 font-weight: bold;
 width: 280px;
 height: 32px;
}
#serviceBox #EnterBtn input {
 height: auto;
 margin: 0 auto;
 display: block;
}
#serviceBox td.title {
 width: 300px;
 padding: 20px;
 background: #FAF7EF;
 font-weight: bold;
}
#serviceBox td {
 padding: 15px;
 border: solid 1px #C4C4C4;
}
#serviceBox #password {
 margin-top: -150px;
 padding-top: 150px;
}
#serviceBox #password h3 {
 margin: 20px 0 10px;
 font-weight: bold;
}
#serviceBox #password p {
 margin: 0 0 10px 0;
}
#password p.btnP {
 text-align: right;
 margin: 25px 0 10px 0 !important;
}
#password input {
 width: 300px;
 padding: 5px;
 font-size: 16px;
}
#password .btnP input {
 padding: 10px 0;
}
#mypageMenu a {
 float: left;
 margin: 0 13px 25px;
}
#serviceBox .caution {
 line-height: 34px;
}
#serviceBox .left {
 margin-right: 15px;
 float: left;
}
label.checkbox {
 padding-left: 32px;
}
input#campaign, input#magazine, input#othermail {
 appearance: none;
 width: auto;
}
label.checkbox span:after {
 display: block;
 content: '';
 position: absolute;
 top: 0;
 left: 3px;
 bottom: 0;
 margin: auto;
 width: 16px;
 height: 16px;
 background-color: #fff;
 border: 2px solid #ccc;
 border-radius: 5px;
}
input:checked + span:after {
 background-image: url(/img/common/checkbox.svg);
 background-repeat: no-repeat;
 background-position: center 2px;
 background-size: contain;
 background-color: #159DD9;
 border: 2px solid #159DD9;
}
/*=====メンバーログイン(#memberLog)、新規メンバー登録(#memberReg)======*/
.myBox {
 margin: 15px 0 0 0;
}
.myBox div {
 float: left;
}
.myBox .button-brown {
 position: relative;
 margin: 0 auto;
 line-height: 1.7;
 width: 355px;
 padding: 10px 0;
}
#memberLog {
 width: 550px;
}
#memberLog h2 {
 border: none;
 margin: 15px auto;
 width: 203px;
}
#memberLog div {
 border: 2px #C4C4C4 solid;
 border-radius: 5px;
 padding: 60px 65px 55px 50px;
}
#memberLog div p {
 position: relative;
 width: 355px;
 margin: 0 0 0 50px;
}
#member_login dt {
 width: 135px;
 height: 20px;
 line-height: 20px;
 font-size: 16px;
}
#member_login dd {
 margin: -35px 0 35px 130px;
}
#member_login input {
 width: 300px;
 padding: 5px;
 font-size: 16px;
}
#member_login label {
 text-align: right;
 display: block;
}
#joinBox #member_login label {
	text-align: left;
}
#member_login label input {
 margin-top: 10px;
 width: auto;
}
#member_login span {
 margin-left: 10px;
}
#member_login a {
 text-align: right;
 display: block;
 margin: 10px 0 0 0;
}
#memberReg {
 margin: 0 0 0 50px;
}
#memberReg h2 {
 border: none;
 margin: 15px auto;
 width: 325px;
 background: url(/img/common/icon-title_beginner.svg);
 background-repeat: no-repeat;
}
#memberReg h2 span {
 font-size: 20px;
 font-weight: bold;
 margin: 0 0 0 -15px;
}
#memberReg div {
 background: #FAF7EF;
 border: 2px #C4C4C4 solid;
 border-radius: 5px;
 padding: 20px;
}
#memberReg li {
 width: 155px;
 float: left;
 padding: 0 4px;
}
.Reg_btn {
 background: #fff;
 padding: 25px 86px;
 margin: 5px -20px -20px -20px;
 border-radius: 0 0 5px 5px;
}
.merit span {
 color: #E89B43;
 font-size: 20px;
 font-weight: bold;
}
.merit p {
 text-align: center;
 font-size: 15px;
 line-height: 1.4;
}
.merit img {
 display: block;
 margin: 0 auto;
}
#memberReg h3 {
 text-align: center;
 font-size: 18px;
}
#memberReg h3:after {
 margin: 10px auto 0;
 display: block;
 background: #E89B43;
 content: '';
 width: 70px;
 height: 5px;
 border-radius: 15px;
}
/* 法人/個人事業主/個人
================================*/
#notselected {
 width: 1300px;
 height: 1390px;
 position: absolute;
 top: 1390px;
 z-index: 2;
 background: #fff;
 filter: alpha(opacity=70);
 -moz-opacity: 0.70;
 opacity: 0.70;
}
#user-purpose {
 margin: 30px 0;
}
#user-purpose .title{
 font-weight: bold;
}
#user-purpose .selectBox {
 display: flex;
 width: 1300px;
 height: 150px;
 margin-top: 10px;
}
#user-purpose .user-business, #user-purpose .user-notbusiness {
 padding: 20px;
 border: 1px solid #c4c4c4;
}
#user-purpose .user-business {
 width: 818px;
 background-color: #FFFFF7;
}
#user-purpose .user-notbusiness {
 width: 398px;
 background-color: #F5F5F5;
 margin-left: -1px;
}
#user-purpose .user-purpose-title {
 font-size: 22px;
 text-align: center;
 line-height: 1em;
 margin-bottom: 16px;
} 
#user-purpose .user-purpose-title span {
 font-weight: bold;
}
#user-purpose .user-purpose-label {
 width: 373px;
 height: 46px;
 padding: 22px 0 0 25px;
 background-color: #fff;
 border-radius: 5px;
 box-shadow: 1px 2px 1px 1px rgb(0 0 0 / 10%);
 text-align: center;
 border: 1px solid #c4c4c4;
 font-size: 16px;
}
#user-purpose .user-purpose-label:hover {
 background-color: #e6f3ff;
 border: 1px solid #159DD9;
}
#user-purpose .user-purpose-label span {
 font-size: 22px;
 font-weight: bold;
}
#user-purpose .purpose-btn {
 position: relative;
}
#user-purpose .user-purpose-radio {
 position: absolute;
 top: 24px;
 width: 20px;
 z-index: 10;
}
#user-business1 {
 left: 130px;
}
#user-business2 {
 left: 97px;
}
#user-business3 {
 left: 130px;
}
#user-purpose .business-label {
 display: flex;
 justify-content: space-between;
 width: 820px;
}
#user-purpose input:checked + label {
 background-color: #e6f3ff;
 border: 1px solid #159DD9;
}
/*キャンペーン
=======================================*/
#campaignBox {
 margin: 20px auto 0;
 width: 920px;
}
#campaignBox a.pc {
 margin: -46px 0 24px 25px;
 display: block;
 font-weight: bold;
 font-size: 17px;
 text-align: center;
}
#campaignBox p {
	text-align: right;
}
/* マイページのよくある質問
=======================================*/
#member_faq h2 + p {
	margin-top: 20px;
}
#member_faq img {
	display: block;
	margin: 0 auto;
}
#member_faq p img {
	display: inline-block;
}