@charset "UTF-8";

/* detail-pc.css */
#cookieOverlay{
   z-index: 10000;
   display:none;
   position:fixed;
   top:0;
   left:0;
   width:100%;
   height:120%;
   background-color:rgba(0,0,0,0.50);
   /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#7f000000,EndColorStr=#7f000000)\9;
}

/* IE9 */
:root #overlay{
	filter: none\9;
}

.modal {
    width: 640px;
    height: 640px;
    display: none;
    /* position: fixed; */
    top: 0;
    z-index: 100001;
    background: #FFFFFF;
    opacity: 1.0;
	filter: alpha(opacity=100);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
}

.modal > h2 {
	text-align: center;
	height: 72px;
	line-height: 72px;
}

#cookiePcEulaWrapper {
	font-size: 14px;
	margin-left: 28px;
	margin-right: 28px;
}

#cookiePcEulaText {
    height: 392px;
    padding: 24px 24px 24px 24px;
    text-align: left;
    background-color: #F2F2F2;
    overflow-y: scroll;
}

#cookiePcAgreeDescription {
	display: flex;
    justify-content: center;
}

#cookiePcDeagree {
	margin-top: 34px;
	width: 284px;
	height: 56px;
	background-color: #666666;
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
	box-sizing: border-box;
	text-align: center;
	line-height: 48px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	/* float: left; */
}

#cookiePcDeagree:hover, #pcAgree:hover {
	background-color: #888888;
}

#cookiePcEulaTitle {
    padding-top: 22px;
    padding-bottom: 23px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
/* detail-pc.cssここまで */

/* common-pc.css */
a {
	text-decoration: none;
}
  
a:hover {
	color: #242424;
	text-decoration: underline;
}
  
html {
	overflow-y: scroll;
}
  
body {
	font-size: 12px;
	min-width: 1024px;
}
  
input[type="button"] {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-appearance: none;
}
/* common-pc.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;
}

.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;
}