@charset "UTF-8";
/* CSS Document */

/* Reset
----------------------------------------------------*/

html {
	overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
/*	margin: 0;
	padding: 0; */
	box-sizing: border-box;
}

body {
	padding:8px 0 0 8px;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table,th,td {
	font-size: 100%;
	line-height: 1.5em;
}
caption,th {
	text-align: left;
	font-weight: normal;
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
img,abbr,acronym,fieldset {
	border: 0;
}
img,a img{
	border:none;
	background:transparent;
	vertical-align:bottom;
}

.clear {
	clear: both;
}


/*----------------------------------------------------*/

body{
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

#rightmenu{
	width:100px;
	float:right;
	position:-webkit-sticky;
	position:sticky;
	top:10px;
}

#maincontents {
	width:700px;
}

#maincontents h1 {
	width:100%;
	margin:20px 0;
	padding:10px;
	font-size:1.2em;
	color:#fff;
	font-weight:bold;
	text-align:center;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#959595+0,010101+20,010101+86,727272+100 */
	background: rgb(149,149,149); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(149,149,149,1) 0%, rgba(1,1,1,1) 20%, rgba(1,1,1,1) 86%, rgba(114,114,114,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(149,149,149,1) 0%,rgba(1,1,1,1) 20%,rgba(1,1,1,1) 86%,rgba(114,114,114,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(149,149,149,1) 0%,rgba(1,1,1,1) 20%,rgba(1,1,1,1) 86%,rgba(114,114,114,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#727272',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#maincontents h2 {
	border-bottom:2px dashed #333333;
	margin:80px 0 20px;
	padding: 0 0 5px 10px;
	font-size:1.5em;
	font-weight:bold;
}

#maincontents h3 {
	margin:50px 0 20px 10px;
	padding: 0 0 0 10px;
	border-left:10px solid #494949;
	font-size:1.22em;
	font-weight:normal;
}

#maincontents h4 {
	margin:50px 30px 20px 10px;
	padding: 0 0 0 10px;
	border-top:2px solid #c7dcef;
	border-bottom:2px solid #c7dcef;
	font-weight:normal;
	font-size:1.2em;
}

#maincontents h5 {
	margin:30px 0 20px;
	font-weight: bold;
}


#maincontents p {
	margin:10px;
	line-height:150%;
}

#maincontents ul,
#maincontents ol {
	margin:20px 0 20px 30px;
	font-size:0.9em;
	line-height:180%;
}

.funcetc li:before {
	content:"★";
}


#maincontents .imgbox {
	text-align:center;
	margin: 30px auto 50px;
}

#maincontents .detail {
	width:130px;
	margin:0 0 30px 570px;
	text-align:center;
	padding:5px;
	background:#e60012;
	color:#fff;
}

#maincontents .detail a {
	text-decoration:none;
	color:#fff;
}

.funclist {
	padding:20px 0 20px 40px;
	width:90%;
	margin:20px auto;
	border:1px solid #dddddd;
	background:#fafafa;
}

.funclist li {
	list-style-image: url(../images/ico_funclist.png);
}

#maincontents hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ddd;
	margin: 50px 0 0;
	padding: 0;
	background-color: rgb(255,255,255);
}

.vrt {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.r-icon {
	background: #df002c;
	padding: 1px 5px;
	margin-left: 5px;
	vertical-align: middle;
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	border-radius: 3px;
}

.y-icon {
	background: #f39801;
	padding: 1px 5px;
	margin-left: 5px;
	vertical-align: middle;
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	border-radius: 3px;
}

.b-icon {
	background: #666;
	padding: 1px 5px;
	margin-left: 5px;
	vertical-align: middle;
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	border-radius: 3px;
}


.mn_panqz {
	margin:10px 0 10px;
	font-size:0.8em;
}


.mn_toplink {
	text-align:right;
	margin:15px 25px;
}

.mn_moviebtn{
	position: relative;
	display: inline-block;
	font-weight: bold;
	margin:0px 0 30px 20px;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #ff8c00;
	background: #ECECEC;
	transition: .4s;
}

.mn_moviebtn:hover {
	background: #ff8c00;
	color: white;
}

.mn_next {
	margin:20px 10px;
	text-align:right;
	font-size:0.9em;
}

.footmenu {
	margin-top:30px !important;
	text-align:center;
	font-size:0.9em;
}



/* 表 */

.env , .env2 {
	border-collapse: collapse;
	margin: 0 auto;
}

.env td {
	text-align:center;
	padding:5px;
}

.env th {
	background:#eee;
	font-weight:normal;
	padding:5px;
}

.env2 td {
	font-size:0.8em;
	padding:5px;
}

.tdb {
	background-color:#eee;
}

/* detailページ */
.funcmenu {
	position:relative;
	display:inline-block;
	width:200px;
	height:40px;
	border:1px solid #ccc;
	border-radius:5px;
	font-size:0.8em;
	text-align:center;
	background:#fafafa;
}

.funcmenu a {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	color:#555;
	padding-top:10px;
}

.funcmenu:hover {
	opacity:0.7;
}

.mn_renkei {
	margin:20px;
	padding:10px;
	border:1px solid #333333;
	background:#fef098;
	font-size:0.8em;
}

.fl_img {
	float:left;
	margin:0 20px 50px 30px;
}

.fr_img {
	float:left;
	margin:0 0 50px 20px;
}

.fl_img img,
.fr_img img {
	vertical-align:top;
}


/* 比較ページ */

.h_h2 {
	border-bottom:2px dashed #333333;
	margin:20px 0 50px;
	padding: 0 0 5px 10px;
	font-size:1.2em;
	font-weight:bold;
}

table.hikaku {
	margin:10px auto;
	border-collapse: collapse;
	line-height: 1.5;
}

table.hikaku th {
	padding: 5px;
	border: 1px solid #555555;
	text-align:left;
	font-size:0.8em;
	box-sizing: initial;
}

table.hikaku td {
	padding:5px;
	vertical-align: middle;
	border: 1px solid #555555;
	text-align:center;
	line-height:120%;
}

.vname {
	background:#cccccc;
	text-align: center;
}

.vnum {
	font-size:1.5em;
	font-weight:bold;
}

.lup {
	background:#eeeeee;
	font-size:0.8em;
	text-align:left !important;
}

.func {
	background:#eeeeee;
}

.func:active,
.func:hover {
	background:#ffffe0;
}

.f_on1 {
	background:#fff4f4;
}

.f_on2 {
	background:#ffffef;
}

.f_on3 {
	background:#fcfff4;
}

.f_on4 {
	background:#f4ffff;
}

.f_on5 {
	background:#fcf4ff;
	font-size:0.8em;
}
.f_on6 {
	background:#fff4f9;
	font-size:0.8em;
}


[class^="f_on"]:active,
[class^="f_on"]:hover {
	background:#ffffff;
}


.hikaku th div,
.hikaku td div {
	display:none;
}

.hikaku th:hover div{
	display:inline;
	position:absolute;
	z-index:9999;
	padding:10px;
	background:#ffcc99;
	border:1px solid #666666;
	font-size:1em;
}

.hikaku td:hover div {
	display:inline;
	position:absolute;
	z-index:9999;
	padding:10px;
	background:#ffeaff;
	border:1px solid #666666;
	font-size:0.8em;
}

.up {
	font-size:0.8em;
	color:red;
	font-weight:bold;
	-webkit-animation: switchtext 1s infinite alternate;
	-moz-animation: switchtext 1s infinite alternate;
	animation: switchtext 1s infinite alternate;
}
@-webkit-keyframes switchtext {
	from { opacity: 1.0; }
	to { opacity: 0; }
}
@-moz-keyframes switchtext {
	from { opacity: 1.0; }
	to { opacity: 0; }
}
@keyframes switchtext {
	from { opacity: 1.0; }
	to { opacity: 0; }
}

/* 特典ページ */
.sp-jmb1 {
	background:#fef9e5;
	margin-bottom:30px;
	padding:10px 0 30px;
}

.sp-jmb2 {
	background:#fff;
	padding:10px 0 30px;
}

.sp-content {
	margin:0 auto;
	text-align:center;
}

.guide-content {
	margin:30px auto 20px;
	text-align:left;
	line-height:150%;
	padding:10px;
	border-top:1px dashed #333333;
	border-bottom:1px dashed #333333;
	font-size:0.8em;
}

.spe-tlist {
	background:url("../images/special/bg_stl.png") no-repeat;
	background-position:50% 100%;
	text-align:center;
}

.spe-tlist img {
	vertical-align:middle;
}

.sp-imgbox {
	text-align:center;
	margin:20px;
}
