@charset "UTF-8";
/* Web font */
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h2, h3, h4, h5, h6 { line-height: 1.5em; }
html { line-height: 1; }
ol, ul { list-style: none; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img { border: none; }
img { vertical-align: top; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
/* --------------------------- */
/*  base  */
/* --------------------------- */
body {
	background-color: #FFF;
	color: #777;
	font-family: 'AxisStd-Regular', Helvetica, Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #777;
	text-decoration: none;
	-webkit-transition: all 0.4s;
	transition:all 0.4s;
	cursor: pointer;
}
@media screen and (min-width: 971px) {
a:hover {
	color: #8fc31f;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
}
a:active {
	text-decoration: none !important;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#container a {
	color: #2EA7E0;
	text-decoration: underline;
}
#container a:hover { text-decoration: none; }
.linkblue a {
	color: #2EA7E0;
	text-decoration: underline;
}
.linkblue a:hover { text-decoration: none; }
strong {
	font-family: 'AxisStd-Medium';
	font-weight: normal;
}
hr {
	height: 0;
	margin: 20px 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #999;
}

/*非表示テキスト*/
.clearText {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

/* SNS*シェアボタン*/
.btnForm {
	margin-bottom:20px;
}
.photocloakSnsUl {
  margin: 10px 0 60px;
}
.photocloakSnsUl li {
  display: inline-block;
  margin: 0 20px 10px 0;
  vertical-align: bottom;
  font-size: 1.25em;
}
@media only screen and (max-width: 640px) {
  .photocloakSnsUl li {
    display: block;
    margin: 0 0 20px;
  }
}
.photocloakSnsUl .snsImg {
  width: 25px;
  display: inline-block;
  margin: 0 10px 3px 0;
  vertical-align: bottom;
}
.photocloakSnsUl .twitterLi {
  position: relative;
}
@media only screen and (max-width: 640px) {
  .photocloakSnsUl .twitterLi {
    display: inline-block;
  }
}
.photocloakSnsUl .twitterLi a {
  padding: 0 135px 0 0;
  display: inline-block;
}
.photocloakSnsUl .twitterLi .twitterText {
  position: absolute;
  right: 0;
  bottom: 0;
}
.photocloakSnsUl .twitterLi img {
  max-width: 25px;
  vertical-align: bottom;
  padding: 0 0 3px;
  margin: 0 0 0 3px;
}
/* h3 */
body#checkout h3.mypagesubTitle {
	font-size: 1.2em;
    letter-spacing: 0.1em;
    background: url(/Content/img/top/titleline_y.png) left 80% repeat-x;
    background-size: 30px 10px;
    display: inline-block;
    padding: 0 5px 3px;
    margin: 0 0 10px;
 }
 /* クーポンギフト券登録*/
#userBlock ul li {
	   line-height: 2em;
}
#userBlock .bold {
	font-weight:bold;
}
#userBlock .fontblue {
	  background-color: #fff;
    padding: 2px 5px;
    margin-right: 10px;
    border: 2px solid #96C8D7;
 }
 #userBlock .fontred {
	  color: red;
 }