@charset "UTF-8";

/* CSS Document */
#contents_peko {
	float: left;
	width: 850px;
}
#peko_breadcrumbs {
	font-size: 9pt;
	margin-left: 25px;
}

#contents_zetsuatsu {
}
#contents_zetsuatsu .inner {
	width: 770px;
	margin: 30px auto 0;
}
#contents_zetsuatsu .inner2 {
	width: 670px;
	margin-left: auto;
	margin-right: auto;
}

#contents_zetsuatsu .menu {
	margin: 0;
}
#contents_zetsuatsu .menu li {
	float: left;
	width: 255px;
	background: url("./../../img/zetsuatsu/menu_bk.png") no-repeat right bottom;
	/*border: 1px solid #46AFFF;*/
	border-top: 1px solid #46AFFF;
	border-bottom: 1px solid #46AFFF;
	border-right: 1px solid #46AFFF;
}
#contents_zetsuatsu .menu li.active,
#contents_zetsuatsu .menu li:hover {
	background: url("./../../img/zetsuatsu/menu_bk_on.png") no-repeat right bottom;
}
#contents_zetsuatsu .menu li a {
	display: block;
	height: 40px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 40px;
	/*text-align: center;*/
	color: #1A1A1A;
	padding-left: 20px;
}
#contents_zetsuatsu .menu li.active a,
#contents_zetsuatsu .menu li:hover a {
	color: #fff;
}
#contents_zetsuatsu .menu li:first-child,#contents_zetsuatsu .menu li:last-child {
	border-left: 1px solid #46AFFF;
}


#contents_zetsuatsu #footerInfo {
	margin: 60px 0 0;
}
#contents_zetsuatsu #footerInfo h3 {
	margin: 0;
}
#footerInfo .contact {
	margin: 25px 0 0;
	text-align: center;
	color: #fff;
	background:url(../../img/zetsuatsu/mail.jpg);
	border-radius: 6px;
	height: 65px;
	line-height: 65px;
	display: block;
	font-family: Calibri、Candara、Segoe、Segoe UI、Optima、Arial、sans-serif;
	text-decoration: none;
	font-size: 1.2em;
}
#contents_zetsuatsu #footerInfo .banner {
	margin: 25px 0 0;
	text-align: center;
}

/* home */
#mainVisual {
	background: url("./../../img/zetsuatsu/home_01.png") no-repeat 0 0;
	width: 850px;
	height: 460px;
	position: relative;
}

h2.tonguePressureTitle {
	font-weight: bold;
	height: 100px;
	line-height: 100px;
	font-size: 1.8em!important;
	padding-left: 30px;
	padding-top: 12px;
	box-sizing: border-box;
	background: url("./../../img/zetsuatsu/tongue_back.png");
}


/* download */
.downloadBox {
	width: 670px;
	margin: 0 auto;
}
.downloadBox dt {
	background: #FBD14C;
	text-align: center;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
	font-size: 16px;
}
.downloadBox dd {
	padding: 20px;
	background: #FAF5E1;
}
.downloadBox dd form {
	padding: 0 15px;
}
.downloadBox dd form input[type="text"] {
	width: 285px;
	border: 1px solid #1A1A1A;
	padding: 3px;
	margin: 0 0 8px;
}
.downloadBox dd .btn01 {
	float: right;
}

.downloadBox2 {
}
.downloadBox2 .left {
	float: left;
	width: 375px;
	background: #eee;
}
.downloadBox2 .right {
	float: right;
	width: 375px;
	background: #eee;
}
.downloadBox2 dl {
}
.downloadBox2 dt {
	background: #99A3AD;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 40px;
	height: 40px;
}
.downloadBox2 dd {
	background: #FAF5E1;
	padding: 25px;
	text-align: center;
	line-height: 1;
}
.downloadBox2 dd img:hover {
	opacity: 0.8;
}

.manual {
	padding: 30px 40px;
	background: #FAF5E1;
}
.manual .left {
	float: left;
	width: 370px;
}
.manual .right {
	float: right;
	width: 283px;
	text-align: center;
}


/* title */
h2 {
}
h3 {
	font-size: 24px;
	line-height: 1;
	margin: 40px 0 30px;
}
h4 {
	font-weight: bold;
}

.ttlImg {margin-top: 50px; display: block;}
.ttl01 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	position: relative;
	padding-left: 23px;
	margin: 50px 0 15px;
}
.ttl01:before {
	content: "";
	width: 16px;
	height: 16px;
	background: #F9BE00;
	position: absolute;
	line-height: 1;
	top: 50%;
	left: 0;
	margin-top: -8px;
}
.ttl02 {
	padding-bottom: 7px;
	border-bottom: 1px solid #999;
	font-weight: bold;
	font-size: 16px;
}
.ttl03 {
	color: #FF784B;
	background: #FEF8E4;
	border: 1px solid #FF784B;
	padding: 0 20px;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 7px;
	border-radius: 15px;
}

/* table */
.tb01 {
	width: 100%;
}
.tb01 caption {
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	padding-left: 15px;
	font-weight: bold;
	background: #99A3AD;
	color: #fff;
}
.tb01 th {
	width: 200px;
	background: #DCDCE1;
	padding: 10px 15px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.tb01 td {
	background: #FAF5E1;
	padding: 10px 15px;
	border-top: 2px solid #fff;
}

.tb02 {
	width: 100%;
}
.tb02 th {
	background: #DCDCE1;
	line-height: 1;
	padding: 15px;
	text-align: center;
	font-weight: bold;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.tb02 td {
	background: #FAF5E1;
	line-height: 1;
	padding: 15px;
	text-align: center;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.tb03 {
	width: 100%;
}
.tb03 th {
	background: #DCDCE1;
	padding: 15px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	white-space: nowrap;
}
.tb03 td {
	background: #FAF5E1;
	padding: 15px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.tb04 {
	width: 100%;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	margin-bottom: 5px;
}
.tb04 th {
	background: #FFF;
	padding: 10px;
	white-space: nowrap;
	width: 240px;
}
.tb04 td {
	background: #FFF;
	padding: 10px;
	width: 90px;
}

/* dl */
.dl01 {
}
.dl01 dt {
	background: #F9BE00;
	line-height: 42px;
	height: 42px;
	font-weight: bold;
	font-size: 18px;
	padding-left: 32px;
	margin-top: 20px;
}
.dl01 dt:first-child {
	margin-top: 30px;
}
.dl01 dd {
	padding: 20px 30px;
	background: url("./../../img/zetsuatsu/dl01_dd_bg.png") repeat-x top;
}
.dl01 dd p {
}
.dl01 dd video {
	margin: 0;
}

/* button */
.btn01 {
	border: 0;
	background: url(./../../img/zetsuatsu/btn_01.jpg) no-repeat;
	width: 219px;
	height: 53px;
	line-height: 53px;
	padding-right: 20px;
	font-size: 1.2em;
	color: #FFF;
	box-sizing: border-box;
}
.btn01:hover {
	opacity: 0.8;
	cursor: pointer;
}
.btn02 {
	background: url("./../../img/zetsuatsu/btn_02.png") no-repeat;
	width: 283px;
	height: 31px;
	line-height: 31px;
	display: inline-block;
	color: #fff !important;
	text-decoration: none !important;
	text-align: left;
	padding-left: 50px;
}
.btn02:hover {
	opacity: 0.8;
}
.btn02.type2 {
	background: url("./../../img/zetsuatsu/btn_03.png") no-repeat;
	width: 173px;
}
.btn02.type3 {
	background: url("./../../img/zetsuatsu/btn_04.png") no-repeat;
	width: 260px;
}

.btn03 {
	display: inline-block;
	background: #FDF2CB;
	padding: 10px 15px 10px 35px;
	border: 3px double #F9BE00;
	line-height: 1;
	text-decoration: none !important;
	color: #333;
	border-radius: 5px;
	position: relative;
}
.btn03:after {
	content: url("./../../img/zetsuatsu/arrow_01.png");
	position: absolute;
	left: 8px;
	top: 50%;
	margin-top: -9px;
}
.btn03:hover {
	color: #333;
	text-decoration: underline !important;
}

/* text */
.note {
	font-size: 12px;
}
.fz12 { font-size: 12px !important; }
.fz16 { font-size: 16px !important; }
.fz24 { font-size: 24px !important; font-weight: 600;}

/* align */
.ta-r { text-align: right !important; }
.ta-c { text-align: center !important; }

/* img */
/* img-left */
.img-fl {
	width: 100%;
	overflow: hidden;
	margin: 30px 0 0;
}
.img-fl .img {
	float: left;
	margin: 0 30px 0 0;
}
.img-fl .txt {
	overflow: hidden;
}

/* img-right */
.img-fr {
	width: 100%;
	overflow: hidden;
	margin: 30px 0 0;
}
.img-fr .img {
	float: right;
	margin: 0 0 0 30px;
}
.img-fr .txt {
	overflow: hidden;
}

/* hover */
.hover:hover {
	opacity: 0.8;
}

/* video */
video {
	line-height: 1;
	margin: 0;
	padding: 0;
}

/* margin-top */
.mt0 { margin-top: 0 !important; }
.mt05em { margin-top: 0.5em !important; }
.mt1em { margin-top: 1em !important; }
.mt02 { margin-top: 2px !important; }
.mt03 { margin-top: 3px !important; }
.mt05 { margin-top: 5px !important; }
.mt06 { margin-top: 6px !important; }
.mt07 { margin-top: 7px !important; }
.mt08 { margin-top: 8px !important; }
.mt09 { margin-top: 9px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt55 { margin-top: 55px !important; }
.mt60 { margin-top: 60px !important; }
.mt65 { margin-top: 65px !important; }
.mt70 { margin-top: 70px !important; }
.mt75 { margin-top: 75px !important; }
.mt80 { margin-top: 80px !important; }
.mt85 { margin-top: 85px !important; }
.mt90 { margin-top: 90px !important; }
.mt95 { margin-top: 95px !important; }
.mt100 { margin-top: 100px !important; }
.mt120 { margin-top: 120px !important; }

/* margin-bottom */
.mb0 { margin-bottom: 0 !important; }
.mb1em { margin-bottom: 1em !important; }
.mb02 { margin-bottom: 2px !important; }
.mb03 { margin-bottom: 3px !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }

/* margin-left */
.ml0 { margin-left: 0 !important; }
.ml1em { margin-left: 1em !important; }
.ml03 { margin-left: 3px !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml17 { margin-left: 17px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }
.ml55 { margin-left: 55px !important; }
.ml60 { margin-left: 60px !important; }
.ml65 { margin-left: 65px !important; }
.ml70 { margin-left: 70px !important; }
.ml75 { margin-left: 75px !important; }
.ml80 { margin-left: 80px !important; }
.ml85 { margin-left: 85px !important; }
.ml90 { margin-left: 90px !important; }
.ml95 { margin-left: 95px !important; }
.ml100 { margin-left: 100px !important; }

/* margin-right */
.mr0 { margin-right: 0 !important; }
.mr1em { margin-right: 1em !important; }
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }
.mr55 { margin-right: 55px !important; }
.mr60 { margin-right: 60px !important; }
.mr65 { margin-right: 65px !important; }
.mr70 { margin-right: 70px !important; }
.mr75 { margin-right: 75px !important; }
.mr80 { margin-right: 80px !important; }
.mr85 { margin-right: 85px !important; }
.mr90 { margin-right: 90px !important; }
.mr95 { margin-right: 95px !important; }
.mr100 { margin-right: 100px !important; }
