@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:50px 0 20px;
	padding:5px 10px;
	background:#424b5a;
	border-bottom:3px solid #272727;
	font-size:1.2em;
	color:#fff;
	font-weight:bold;
	text-align:center;
}

#maincontents h2 {
	border-bottom:2px dashed #333333;
	margin:50px 0 20px;
	padding: 0 0 5px 10px;
	font-size:1.2em;
	font-weight:bold;
}

#maincontents h3 {
	margin:50px 0 20px 10px;
	padding: 0 0 0 10px;
	border-left:10px solid #272727;
	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;
}


#maincontents p {
	margin:10px;
	font-size:0.9em;
	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 20px;
}

#maincontents .imgcap {
	margin-bottom:50px;
	text-align:center;
	font-weight:bold;
}


#maincontents .detail {
	width:130px;
	margin:0 0 30px 570px;
	text-align:center;
	padding:5px;
	background:#e60012;
	color:#fff;
}

#maincontents .detail a {
	text-decolation:none;
	color:#fff;
}

.funclist {
	padding:20px 0 20px 40px;
	width:90%;
	margin:20px auto;
	border:1px solid #dddddd;
	background:#fafafa;

}

.funclist li,
.suplist li {
	list-style-image: url(../images/ico_funclist.png);
}

.suplist2 li {
	list-style-image: url(../images/ico_funclist.png);
	margin-bottom:20px;
}

.suplist2 li a {
	font-size:1.2em;
	font-weight:bold;
}



#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.8em;
}



/* 表 */

.env , .env2 {
	border-collapse: collapse;
	margin: 0 auto;
}

.env td {
	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;
}

table.hikaku td {
	padding:3px;
	vertical-align: middle;
	border: 1px solid #555555;
	text-align:center;
}

.vname {
	background:#cccccc;
}

.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 {
	padding:10px 10px 10px 20px;
	background:#ffe4e1;
}
#sp h2 {
	margin:0;
	padding:15px 0;
	border:none;
	text-align:center;
	font-weight:bold;
	font-size:1.5em;
}

.txt {
	width:80%;
	margin:0 auto;
}
.loginbox {
	width:80%;
	margin:20px auto;
	padding:10px;
	background:#fff;
	border-radius : 5px;
}

form div {
	display: flex;
	align-items: center;
}

form label {
	width: 8em;
	padding-right: 1em;
	font-weight: bold;
	text-align:right;
	color:#333;
	line-height:200%;
}

.fmtext {
	height:30px;
	border:1px solid #aaa;
	margin:10px 0;
	padding:5px;
}
.btn_login {
	display:block;
	width:200px;
	margin:20px auto 30px;
	padding : 5px;
	background : #00608d;
	box-shadow : 2px 2px 5px #666666;
	border : 2px solid #00608d;
	border-radius : 5px;
	font-size : 9pt;
	text-align : center;
	cursor : pointer;
	color : #ffffff;
	transition : .3s;
	}
.btn_login:hover {
	box-shadow : none;
	color : #00608d;
	background : #ffffff;
	}
}
