@charset "UTF-8";

/* ************************************************************
Title: common.css
Since: 20xx-00-00
Last Modified: 20xx-00-00
************************************************************ */


/************************************************
/* rule
************************************************/

/*webフォント*/
@font-face {
  font-family: "kazesawa";
  src: url('/contents/1/AID/v2.0/pc/font/Kazesawa-Regular.woff'), url('/contents/1/AID/v2.0/pc/font/Kazesawa-Regular.eot');
  font-weight: normal;
}

@font-face {
  font-family: "kazesawa";
  src: url('/contents/1/AID/v2.0/pc/font/Kazesawa-Bold.woff'), url('/contents/1/AID/v2.0/pc/font/Kazesawa-bold.eot');
  font-weight: bold;
}

html {
  width: 100%;
  position: static;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 980px;
  height: auto;
  color: #717171;
  font-style: normal;
  font-weight: 400;
  font-family: "kazesawa", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14.0px;
  line-height: 1.5em;
  letter-spacing: 1px;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

a {
  color: #707070;
  text-decoration: none;
}

a:visited {
  color: #707070;
  /*text-decoration: none;*/
}

a:hover {
  color: #999;
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}


/*文字折り返し*/
pre {
  white-space: pre;
  /* CSS 2.0 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3.0 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -hp-pre-wrap;
  /* HP Printers */
  word-wrap: break-word;
  /* IE 5+ */
}


/************************************************
/*見出し
/***********************************************/

h1,
h2,
h3,
h4 {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  letter-spacing: 0.5px;
}

h2 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0;
  font-size: 1.45em;
  font-weight: bold;
  color: #3f3f3f;
}

h3 {
  width: 96%;
  height: auto;
  margin: 0 auto 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 0 10px;
  border-bottom: 1px dotted #B2B2B2;
  font-size: 1.3em;
  color: #3f3f3f;
}

h4{
  width: 93%;
  height: auto;
  margin: 20px auto 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 0 10px;
  border-bottom: 1px dotted #B2B2B2;
  font-size: 1.1em;
  color: #3f3f3f;
}

h5{
  width: 93%;
  height: auto;
  margin: 15px auto 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0;
  font-size: 1.0em;
  color: #3f3f3f;
  font-weight: bold;
}


/************************************************
/*clearfix
/***********************************************/

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}


/************************************************
/*モーダルのオーバーレイ
/***********************************************/

#overlay {
  width: 100%;
  height: 100%;
  background: #000;
  margin: auto;
  position: absolute;
  left: 0%;
  top: 0;
  display: none;
  -ms-filter: alpha(opacity=0.5);
  -moz-opacity: 0.8;
  opacity: 0.8;
  z-index: 1000;
}


/************************************************
/*画像リンクロールオーバー
/***********************************************/

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}


/************************************************
/*facebook
/***********************************************/

.fb-like-box,
.fb-like-box span,
.fb-like-box iframe[style] {
  width: 100%!important;
  display: block;
}


/*===============================
各種ブロック
===============================*/


/*ページブロック
----------------------*/

#mainContainer {
  width: 100%;
  min-width: 980px;
  height: auto;
  min-height: 500px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}


/*パンくず
================*/

.breadCrumb {
  background: none;
}

ul.breadCrumb {
  width: 100%;
  max-width: 1200px;
  height: 70px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

ul.breadCrumb li {
  width: auto;
  height: 70px;
  margin: 0 1.3em 0 0;
  padding: 0 10px 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 70px;
  float: left;
  display: inline-block;
  position: relative;
  font-size: 1em;
}

ul.breadCrumb li:after {
  content: "＞";
  width: 1.2em;
  height: 70px;
  margin: -35px 0 0 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  font-size: 1em;
  text-align: center;
}

ul.breadCrumb li:last-child:after {
  content: "";
}

ul.breadCrumb li.current {
  color: #717171;
  font-weight: bold;
}


/*文字共通
----------------------*/
p {
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  font-family: "kazesawa", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
}


/*センタリング時*/

p.center {
  text-align: center;
}


/*ヘッダー
----------------------*/


/*未ログイン*/

header {
  width: 100%;
  height: 420px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: relative;
  /*background: url(/contents/1/AID/v2.0/pc/img/pic_top_login.jpg) no-repeat center bottom #F5CA6C;*/
}


/*ログイン*/

header.login {
  background: none;
}

header .headerInner{
  width: 340px;
  height: 100%;
  margin: auto;
  padding: 60px 0 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

header .headerInner.loginPos{
  padding: 100px 0 0 0;
}

header h1 {
  width: 340px;
  height: 220px;
  margin: auto;
  padding: 30px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fff;
  display: block;
}


header h1 img {
  width: 120px;
  height: auto;
  margin: 0 auto 30px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

header h1 p.siteName {
  display: none;
  border: none;
}

header h1 p {
  width: 100%;
  height: auto;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  text-align: center;
  color: #717171;
  font-size: 1em;
  font-weight: bold;
}


/*追従ナビ
----------------------*/

.scrollNavi {
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 0;
  display: none;
  background: #fff;
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.naviInner {
  width: 100%;
  max-width: 1400px;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: relative;
}

.imgWrapper {
  width: 130px;
  height: 60px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  float: left;
  text-align: center;
}

.imgWrapper img {
  width: 60px;
  height: auto;
  margin: 10px auto;
  /*margin: auto;*/
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /*position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;*/
}

ul.sNaviWrapper {
  width: auto;
  max-width: 1270px;
  height: 25px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

ul.sNaviWrapper li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 5px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  float: left;
  position: relative;
  line-height: 15px;
  border-right: 1px solid #717171;
}

ul.sNaviWrapper li:last-child {
  border-right: none;
}

ul.sNaviWrapper li a {
  width: 100%;
  height: 15px;
  margin: 0 auto;
  padding: 0 0 0 28px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  line-height: 15px;
  font-size: 1.0em;
  font-weight: bold;
  color: #717171;
  text-align: center;
  display: block;
  position: relative;
}

ul.sNaviWrapper li a:hover {
  color: #9f9f9f;
}

ul.sNaviWrapper li a:after {
  content: "";
  width: 20px;
  height: 20px;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

ul.sNaviWrapper li a.guide:after {
  background: url(/contents/1/AID/v2.0/pc/img/icon_guide.png)0 0 no-repeat;
  background-size: 20px 20px;
}

ul.sNaviWrapper li a.help:after {
  background: url(/contents/1/AID/v2.0/pc/img/icon_help.png)0 0 no-repeat;
  background-size: 20px 20px;
}

ul.sNaviWrapper li a.mypage:after {
  background: url(/contents/1/AID/v2.0/pc/img/icon_mypage.png)0 0 no-repeat;
  background-size: 20px 20px;
}


ul.sNaviWrapper li a.login:after {
  background: url(/contents/1/AID/v2.0/pc/img/icon_login.png)0 0 no-repeat;
  background-size: 20px 20px;
}

/*サブメニュー*/
.subMenuBlock{
  width: 100%;
  height: 40px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: none;
  display: block;
  background: #f1f1f1;
  position: relative;
}

.subMenu{
  width: 100%;
  max-width: 1400px;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: none;
  display: block;
  text-align: right;
  position: relative;
}

/*ランク表示トグル*/

.menuRankWrapper{
  width: auto;
  height: 40px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:inline-block;
  line-height: 40px;
  background: #717171;
}

.menuRankWrapper p.rankName{
  width: auto;
  height: 40px;
  padding: 0 3px 0 45px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: none;
  display: inline-block;
  line-height: 40px;
  position: relative;
  color:#fff;
  font-weight: bold;
  color:#fff;
}

.menuRankWrapper p.rankName.gold:after{
  content: "";
  width: 30px;
  height: 30px;
  padding: 0;
  margin: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url(/contents/1/AID/v2.0/pc/img/icon_rank_gold_menu.png) 0 0 no-repeat;
  background-size: 30px 30px;
  display: block;
  position: absolute;
  top:0;
  bottom: 0;
  left: 5px;
}

.menuRankWrapper p.rankName.silver:after{
  content: "";
  width: 30px;
  height: 30px;
  padding: 0;
  margin: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url(/contents/1/AID/v2.0/pc/img/icon_rank_silver_menu.png) 0 0 no-repeat;
  background-size: 30px 30px;
  display: block;
  position: absolute;
  top:0;
  bottom: 0;
  left: 5px;
}

.menuRankWrapper p.rankName.bronze:after{
  content: "";
  width: 30px;
  height: 30px;
  padding: 0;
  margin: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url(/contents/1/AID/v2.0/pc/img/icon_rank_bronze_menu.png) 0 0 no-repeat;
  background-size: 30px 30px;
  display: block;
  position: absolute;
  top:0;
  bottom: 0;
  left: 5px;
}

.menuRankWrapper p.rankName.regular:after{
  content: "";
  width: 30px;
  height: 30px;
  padding: 0;
  margin: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url(/contents/1/AID/v2.0/pc/img/icon_rank_regular_menu.png) 0 0 no-repeat;
  background-size: 30px 30px;
  display: block;
  position: absolute;
  top:0;
  bottom: 0;
  left: 5px;
}

.menuRankWrapper a.menuRankInner{
  width: auto;
  height: 40px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display:inline-block;
  line-height: 40px;
  position: relative;
}

.menuRankWrapper a.menuRankInner:hover{
  opacity: 0.8;
}

.menuRankWrapper a.menuRankInner:before{
  content: "";
  width: 10px;
  height: 10px;
  padding: 0;
  margin: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url(/contents/1/AID/v2.0/pc/img/icon_arr_right_wh.png) 0 0 no-repeat;
  background-size: 10px 10px;
  display: block;
  position: absolute;
  top:0;
  bottom: 0;
  right: 5px;
}

.menuRankWrapper p.point{
  width: auto;
  height: 40px;
  padding: 0 20px 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: none;
  display: inline-block;
  line-height: 40px;
  position: relative;
  color:#fff;
  font-weight: bold;
}



/*クーポンコード入力リンク*/
.couponBtn{
  width: auto;
  height: 40px;
  padding: 0 20px 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: none;
  display: inline-block;
  line-height: 40px;
  position: relative;
}

.couponBtn:hover{
  opacity: 0.8;
}

.couponBtn a{
  width: 100%;
  height: 40px;
  padding: 0 30px 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: none;
  display: block;
  font-weight: bold;
}

.couponBtn a:after{
  content: "";
  width: 8px;
  height: 8px;
  background: url(/contents/1/AID/v2.0/pc/img/icon_arr_right_bk.png) 0 0 no-repeat;
  background-size: 8px 8px;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
}

.couponBtn:before{
  content: "";
  width: 1px;
  height: 20px;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-right:1px solid #afafaf;
}

/*
.couponBtn img{
  width: 120px;
  height: 15px;
  padding: 0;
  margin: 0 5px 0 0;
  display: inline;
}
*/

/*福引きリンク*/
.lotteryBtn{
  width: auto;
  height: 40px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: none;
  display: inline-block;
  line-height: 40px;
  position: relative;
}

.lotteryBtn:hover{
  opacity: 0.8;
}

.lotteryBtn a{
  width: 100%;
  height: 40px;
  padding: 0 30px 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: none;
  display: block;
  font-weight: bold;
  position: relative;
}

.lotteryBtn a:after{
  content: "";
  width: 8px;
  height: 8px;
  background: url(/contents/1/AID/v2.0/pc/img/icon_arr_right_bk.png) 0 0 no-repeat;
  background-size: 8px 8px;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
}


/*トップへ戻る*/

.backBtn {
  display: none;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: fixed;
  right: 0;
  bottom: 0;
  background: url(/contents/1/AID/v2.0/pc/img/icon_up_arr_wh.png)50% 50% no-repeat rgba(0,0,0,0.5);
  background-size: 25px 25px;
  z-index: 998;
  cursor: pointer;
}

.backBtn:hover {
  opacity: 0.7;
}

/*ページャ*/

.pagerWrapper {
  width: 98%;
  text-align: center;
  padding-top: 10px;
  margin: 0 auto 5px;
  background: #fff;
}

ul.pageNav {
  display: inline-block;
  width: 100%;
}

ul.pageNav li {
  display: inline;
  padding: 0;
}

ul.pageNav li span,
ul.pageNav li a {
  display: inline-block;
  margin: 5px auto;
  padding: 5px 16px;
  background: #5AC5D5;
  text-decoration: none;
  vertical-align: middle;
  color: #fff;
  border-radius: 3px;
}

ul.pageNav li span.current {
  background: #BDC2D0;
  color: #fff;
  font-weight: bold;
}

ul.pageNav li a:hover {
  opacity:0.8;
}



/*フッター
----------------------*/

footer {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #BDC2D0;
  position: relative;
}

.footerMenu {
  width: 960px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  text-align: center;
}

.footerMenu ul {
  width: auto;
  height: auto;
  margin: 0;
  padding: 20px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
}

.footerMenu ul li {
  width: auto;
  height: 30px;
  margin: 0;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  float: left;
  position: relative;
  border-right: 1px solid #fff;
}

.footerMenu ul li:last-child {
  border-right: none;
}

.footerMenu ul li a {
  width: auto;
  height: 30px;
  margin: 0;
  padding: 0 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  line-height: 30px;
  font-size: 1.0em;
  position: relative;
  color: #fff;
}

.footerMenu ul li a:hover {
  text-decoration: underline;
}

.copyright {
  width: 100%;
  height: 40px;
  margin: 0 0 0 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  font-size: 14px;
  background: #8e8e8e;
  line-height: 40px;
  text-align: center;
}

.copyright p {
  color: #fff;
  font-size: 0.8em;
}


/*文字関係
----------------------*/

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.small {
  font-size: 0.85em;
}

.red {
  color: #EC6983;
}


/*文中のリンク*/

a.inTxt {
  text-decoration: underline;
  color: #cc0033;
  font-weight: bold;
}

a.inTxt:hover {
  opacity: 0.8;
  text-decoration: none;
}


/*下層ページ
----------------------*/


/*下層用 親プロック*/

#mainContainer.lower {
  margin: 60px auto 0;
}


/*下層用 汎用プロック*/

.contentBlock {
  width: 100%;
  min-height: 500px;
  height: auto;
  margin: 0 auto;
  padding: 70px 30px 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  background: #F6F1E2;
}

.innerWrapper {
  width: 800px;
  height: auto;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #eee;
}

.articleArea {
  width: 740px;
  height: auto;
  margin: 30px auto 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}


/*下層ページ用ヘッダ*/

header.lowerNavi {
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  display: block;
  background: #fff;
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}


/*完了メッセージ系*/

p.msg {
  width: 90%;
  height: auto;
  margin: 0 auto 25px;
  padding: 0 0 10px;
  border-bottom: 1px dotted #717171;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 1.3em;
  color: #666;
  text-align: center;
}

p.msg.single,
h4.single {
  padding: 0 0 5px;
  border-bottom: none;
}

p.msg.error {
  color: #717171;
  padding: 30px;
  margin: 0 auto;
  display: block;
  border-bottom: none;
  background: #ffdbd4;
  font-size: 1.1em;
}


/*※印の文章*/

span.attention {
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  font-size: 1.0em;
  position: relative;
  font-size: 0.9em;
}

span.attention:after {
  content: "※";
  width: 15px;
  height: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.9em;
}


/*インラインスクロール*/
.scrollWrapper {
  width: 96%;
  height: 150px;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
  background: #fff;
}

.scrollInner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}

/*各サービスリンク*/
.logoLinkWrapper{
  width:100%;
  height: auto;
  margin: 20px auto 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
}

a.logoLinkBtn{
  width:170px;
  height: 55px;
  margin: 0 5px 0 0;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  background: #fff;
  border-radius:3px;
  border:2px solid #cacaca;
}
/*
.logoLinkBtn.pf{
  background: #000;
  border:2px solid #000;
}
*/

a.logoLinkBtn.yp{
  background: #FFF000;
}

a.logoLinkBtn img{
  width:150px;
  height: 35px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

a.logoLinkBtn.flow_26,a.logoLinkBtn.ym {
  padding: 0;
}

a.logoLinkBtn.flow_26 img,a.logoLinkBtn.ym img{
  width: 166px;
  height: auto;
}


/*アンケート用見出し*/
h3.ques{
  width: 650px;
  height: auto;
  margin: 30px auto 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 0 0 5px ;
  font-size: 1.1em;
  color: #3f3f3f;
  font-weight: bold;
  border: none;
}

/*文中A-idロゴ*/
img.inTxtLogo{
  width: 40px;
  height: auto;
  margin: 0 5px 0 0;
  display: inline-block;
}