@charset "UTF-8";

/* detail-sp.css */
#overlay {
   z-index: 10000;
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 120%;
   background-color:rgba(0,0,0,0.50);
}

.modal {
    margin: 16px;
    max-width: 500px;
    max-height: 500px;
    display: none;
    /* position: fixed; */
    top: 0;
    z-index: 10001;
    background: #FFFFFF;
    opacity: 1.0;
    border-width: 1px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
}

.modal > h2 {
	text-align: center;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
}


#cookieSpEulaWrapper {
	font-size: 12px;
	margin-left: 16px;
	margin-right: 16px;
}

#cookieSpEulaText {
    background-color: #F2F2F2;
    overflow: hidden;
}

#cookieSpEulaText .cookieSection {
    margin: 8px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 204px;
}

#cookieSpEulaText .cookieSection::-webkit-scrollbar {
    width: 5px;
}

#cookieSpEulaText .cookieSection::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 10px;
}

#cookieSpEulaText .cookieSection::-webkit-scrollbar-track-piece:start {
    background: #f2f2f2;
}

#cookieSpEulaText .cookieSection::-webkit-scrollbar-track-piece:end {
    background: #f2f2f2;
}

#cookieSpEula .cookieButtonArea {
    /* margin: 16px 0; */
    display: table;
    width: 100%;
}

#cookieSpEula .cookieButtonArea .left {
    padding-right: 4px;
    display: table-cell;
    width: 50%;
}

#cookieSpEula .cookieButtonArea .right {
    padding-left: 4px;
    display: table-cell;
    width: 50%;
}

#cookieSpDeagree, #cookieSpAgree {
    width: 50%;
    height: 40px;
    background-color: #666666;
    border-style: solid;
    border-color: #666666;
    border-width: 1px;
    box-sizing: border-box;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 12px;
}

#cookieSpDeagree.Hover, #cookieSpAgree.Hover {
	background-color: #888888;
}

#cookieSpEulaTitle {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
/* detail-sp.cssここまで */

/* common-sp.css */
a {
	text-decoration: none;
	  -webkit-tap-highlight-color: rgba(0,0,0,0);	/* リンク押下時のフォーカス表示無効化 */
  }
  
  body {
	font-size: 12px;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
  }
  
  input[type="button"] {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-appearance: none;
  }
/* common-sp.cssここまで */

/* default-font.css */
/*
body {
    font-family: Arial, sans-serif;
}
*/
/* default-font.cssここまで */

/* common.css */
* {
  margin: 0px;
  color: #666666;
  -webkit-tap-highlight-color:transparent;
}
div {
  display: block;
  unicode-bidi: isolate;
}
/* common.cssここまで */

/* V270 */
.info-notes-contents table {
	width: 100%;
	border-collapse: collapse;
	color: #666666;
	table-layout: fixed;
	text-align:left;
	font-size: 12px;
}

.info-notes-contents th, .info-notes-contents td {
	border: solid 1px black;
	/*実線 1px 黒*/
}

.info-notes-contents th{
	padding: 4px;
	background: #eee;
}

.info-notes-contents td{
	padding: 4px;
	background: #fff;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.cookieCenter {
	margin-top: 16px;
	margin-bottom: 16px;
	display: flex;
	justify-content: center;
}