/* ---------------------------------------------------- reset setting ---------------------------------------------------- */
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;
	font-size:100%;
	
	
	font-family: "メイリオ","Meiryo","verdana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.6;
	
	
	}

fieldset,img,abbr {
	border:0;
}

caption,th {
	text-align:left;
}

table{
	font-size:inherit;
	font:100%;
}

img {
	vertical-align: top;
}

a {
	outline: none;
/*＼*/
	overflow: hidden;
/**/
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd { margin:0; padding:0;}

/* clear float */
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* ---------------------------------------------------- めがねg ---------------------------------------------------- */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-megane_kg:before {
	content: "\e601";
	font-size:1.1em;
	vertical-align: -2px;
}
.icon-megane_g:before {
	content: "\e600";
	font-size:1.4em;
	vertical-align: -2px;
}

.basic-page .pagesection{
	padding:0 !important;
}



/*----------------------------- common style -----------------------------*/

#mainArea {
	width: 100%;
	font-size: 0.8em;
	position: relative;
}

.co {
	margin: 0;
	position: relative;
	/*cursor:pointer;*/
	overflow: hidden;
}
.coSub {
	margin: 0;
	display: none;
}

h2 {
	position: absolute;
	bottom: 70px;
	right: 10px;
}

h3, h4 {
	font-weight: bold;
	padding-bottom: 0.5em;
}
h3 {
	font-size: 1.5em;
	line-height: 1.4em;
}
h3.title { font-size: 1.8em; }
h4 { font-size: 1.2em; }

.baloon {
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: -58px;
	cursor: pointer;
}
.btnClick {
	position: absolute;
	width: 111px;
	height: 107px;
	overflow: hidden;
	z-index: 11;
	right: 10px;
	bottom: 0;
	cursor: pointer;
	background: url(../img/btn_info.png) no-repeat 0 0;
}

.baloonSP { display: none; }

.red { color: #cc0000; }

.note { font-size: 0.8em; }
.note a {
	color: #000;
	font-weight: bold;
	padding-left: 11px;
	background: url(../img/arrow.png) no-repeat left center;
	text-decoration: underline;
}

.c2infoArea {
	margin-top: 30px;
	padding: 30px 0 20px 0;
	border-top: 1px dotted #999;
}

.cableName {
	font-size: 1.1em;
	font-weight: bold;
}


#supportNaviInfo li sup{
	vertical-align: top;
	margin-right:-1em;
}

.noteArea .note{
	padding-bottom: 10px;
	font-size: 0.9em;
}
.noteArea .note li{
	margin-bottom:3px;
	padding-left:1em;
	position: relative;
}
.noteArea .note li::before{
	position: absolute;
	left:0;
	top:0;
}

.noteArea .asterisk li::before {
	content:'\00203b';
	color: #c00;
}

.noteArea .asterisk2{
	counter-reset:asterisk;
}
.noteArea .asterisk2 li{
	padding-left:2em;
}
.noteArea .asterisk2 li::before {
	counter-increment:asterisk;
	content: '\00203b'counter(asterisk);
	color: #c00;
	padding-right: 0.2em;
}

.noteArea .redList li::before {
	content: '\25cf';
	color: #c00;
}

.noteArea .dot li::before {
	content: '\0030fb';
}
.noteArea .dot li:first-child::before {
	content: '\25cf';
}



/*----------------------------- right Menu -----------------------------*/
#rightMenu{
	position:fixed;
	right:0;
	top:50%;
	margin-top:-120px;
	z-index:1000;
}

#rightMenu ul{
	width:100%;
}
#rightMenu li{
	width:100%;
	border-top:solid 1px #fff;
	background-color:#000;
}
#rightMenu li img{
	width:100%;
}
li#rMenuHead{
	border-top:0;
}


/*-------------------------------------------------------------------------------------------

pc / tablet

-------------------------------------------------------------------------------------------*/

@media screen and (min-width:481px) {
	.w770 { width: 770px; margin:auto; }
	.w690 { width: 690px; margin:auto; }
	
	.co { width: 770px; margin:auto; }
	.coSub { width: 690px; padding: 40px; margin:auto; }
	
	.left { float: left; }
	.right { float: right; }
	
	.mobile { display: none; }
	
	#linkManual {
		border-left: solid 1px #ccc;
		border-right: solid 1px #ccc;
		text-align: center;
		font-size: 0.9em;
		position: absolute;
		bottom: 100%;
		right: 50%;
		margin-right:-385px;
		background: url(../img/btn_header_setumei_on.jpg) no-repeat center top;
	}
	#linkManual img {
		vertical-align: bottom;
	}
	
	#rightMenu{ width:90px; }

	/*----------------------------- title -----------------------------*/
	#titleCo {
		margin-top: 30px;
		height: 380px;
		background: url(../img/title_co_bg.jpg) no-repeat left top;
	}
	#titleCo h1 {
		padding-top: 20px;
		padding-right: 20px;
		text-align: right;
	}
	#titleCo p {
		margin-top: 90px;
		padding-left: 30px;
	}
	#supportNavi {
		padding: 40px 0 0;
	}

	#supportNaviInfo div {
		padding: 25px 0 15px;
		text-align: center;
	}
	#supportNaviInfo ul {
		width: 100%;
	}
	#supportNaviInfo li {
		width: 170px;
		margin-bottom: 25px;
		float: left;
		text-align: center;
	}
	#supportNaviInfo li img {
		padding-bottom: 7px;
	}
	#supportNaviInfo li span {
		display: block;
		font-weight: bold;
	}
	#supportNaviInfo li a {
		color: #000;
		padding-right: 15px;
		background: url(../img/arrow.png) no-repeat right center;
	}
	
	/*----------------------------- co1 -----------------------------*/
	#co1 {
		height: 345px;
		background: url(../img/co1_bg.jpg) no-repeat left top;
	}

	#co1Sub {
		background-color: #edc23a;
	}
	#co1subExp {
		width: 688px;
		padding: 30px 0;
		margin: 60px 0 5px;
		border: solid 1px #000;
		text-align: center;
		position: relative;
	}
	#co1subExp p {
		width: 530px;
		padding-left: 70px;
		margin: 0 auto 30px;
		text-align: left;
	}
	#co1subExp p:first-child {
		width: 127px;
		height: 127px;
		padding-left: 0;
		position: absolute;
		top: -40px;
		left: -25px;
	}
	
	/*----------------------------- co2 -----------------------------*/
	#co2 {
		height: 310px;
		background: url(../img/co2_bg.jpg) no-repeat left top;
	}

	#co2Sub {
		background-color: #a6eda8;
	}

	#co2Sub .flexbox{
		width:100%;
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: stretch;
	}
	#co2Sub .flexbox > div{
		width:50%;
		box-sizing: border-box;
		padding:0 20px 10px 0;
	}
	#co2Sub .flexbox > div:last-child{
		border-left:solid 1px #76c4a6;
		padding:0 0 10px 20px;
	}
	#co2Sub .text{
		min-height:13em;
	}
	#co2Sub .flexbox p {
		padding-bottom: 15px;
	}
	#co2Sub .flexbox span {
		display: block;
		font-weight: bold;
		padding-bottom: 0.5em;
	}
	
	.hdmiInfo {
		width: 200px;
		float: left;
		padding: 10px 10px 10px 15px;
		border: 1px solid #999;
		background-color: #abdba4;
	}
	.hdmiInfo img {
		padding-left: 10px;
	}
	.cableinfo {
		font-size: 0.85em;
		padding: 10px 0;
	}
	
	#co2Sub .noteArea {
		width: 430px;
		float: right;
	}
	
	/*----------------------------- co3 -----------------------------*/
	#co3 {
		height: 380px;
		background: url(../img/co3_bg.jpg) no-repeat left top;
	}

	#co3Sub {
		background-color: #e576b3;
	}
	#co3Sub .left {
		width: 270px;
	}
	#co3Sub .right {
		width: 410px;
		margin-top: -25px;
	}
	
	/*----------------------------- spec -----------------------------*/
	#rmSpec {
		width: 770px;
		padding: 40px 0 40px;
		background-color: #efeded;
	}
	#rmSpec .productInfo {
		margin-bottom: 40px;
	}
	#rmSpec .rmc900 {
		float: left;
		width: 300px;
		margin-left: 40px;
	}
	#rmSpec .spc {
		float: right;
		width: 360px;
		margin-right: 40px;
		position: relative;
	}
	#rmSpec .spc .kids {
		position: absolute;
		top: 10px;
		right: 0;
	}
	#rmSpec .spc p {
		font-size: 0.9em;
		padding-bottom: 15px;
	}
	#rmSpec h4 {
		font-size: 1.5em;
		padding-left: 40px;
	}
	#rmSpec p {
		width: 690px;
		margin: 0 auto;
	}
	#rmSpec table {
		width: 690px;
		margin: 20px auto 10px;
		border: solid 1px #000;
		border-collapse: collapse;
		background-color: #fff;
	}
	#rmSpec th {
		padding: 5px 10px;
		border: solid 1px #000;
	}
	#rmSpec th.specHead {
		background-color: #dbdbdb;
		font-weight: bold;
	}
	#rmSpec td {
		padding: 5px 10px;
		border: solid 1px #000;
	}
}



/*-------------------------------------------------------------------------------------------

smart phone

-------------------------------------------------------------------------------------------*/

@media screen and (max-width:480px) {
	#Contents_all {
		margin: 0 auto 35px;
		width: 100% !important;
	}
	#Contents {
		width: 100% !important;
		float: none;
	}
	
	.w770 { width: 100%; }
	.w690 {
		width: 90%;
		margin:0 auto;
	}
	
	.co { width: 100%; }
	.coSub {
		width: 100%;
		padding: 40px 10px 10px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#mainArea img {
		width: 96%;
		padding: 2%; 
	}
	
	.left { float: none; }
	.right { float: none; }
	.pc { display: none; }
	
	.baloon {
		position: absolute;
		z-index: 10;
		left: 0;
		bottom: 0px;
		display: none;
	}
	.baloonSP {
		position: absolute;
		z-index: 10;
		left: 0;
		bottom: 0px;
		display: block;
		cursor: pointer;
	}
	#mainArea .baloonSP img {
		width: 100% !important;
		padding: 0 !important;
	}
	
	h2 {
		position: absolute;
		bottom: 95px;
		right: 15px;
	}
	
	#linkManual {
		width: 100%;
		/*padding:2px 0;*/
		padding: 0;
		text-align: right;
		/*background-color:#444;*/
		background-color: #f6f6f6;
	}
	#linkManual img {
		padding: 0 !important;
		width: 30%;
	}
	#linkManual a {
		padding: 0 !important;
	}

	#rightMenu{ width:60px; }
	
	/*----------------------------- title -----------------------------*/
	#titleCo {
		background-image: url(../img/title_co_bg.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		background-color: #222;
		background-size: cover;
	}
	#titleCo h1 {
		width: 90%;
		margin: auto;
		padding-top: 10px;
		padding-right: 10px;
		text-align: right;
	}
	#titleCo p {
		width: 80%;
		margin: 10px auto 0;
		padding-left: 10px;
	}
	#supportNavi {
		padding: 20px 0;
	}
	#supportNavi .left {
		width: 100%;
	}
	#supportNavi .right {
		width: 100%;
	}
	#supportNaviInfo ul {
		width: 100%;
	}
	#supportNaviInfo li {
		padding-top: 20px;
		margin: auto;
		width: 50%;
		float: left;
		text-align: center;
	}
	#supportNaviInfo li img {
		width: 90%;
		padding-bottom: 10px;
	}
	#supportNaviInfo li img:first-child {
		width: 40%;
	}
	#supportNaviInfo li span {
		display: block;
		font-weight: bold;
	}
	#supportNaviInfo li a {
		color: #000;
		padding-right: 15px;
		background: url(../img/arrow.png) no-repeat right center;
	}
	
	/*----------------------------- co1 -----------------------------*/
	#co1 {
		height: 345px;
		background: url(../img/co1_bg.jpg) no-repeat -370px top;
	}

	#co1Sub {
		background-color: #edc23a;
	}
	#co1subExp {
		width: 100%;
		padding: 30px 0;
		margin: 60px 0 5px;
		border: solid 1px #000;
		text-align: center;
		position: relative;
	}
	#co1subExp p {
		width: 90%;
		margin: 60px auto 20px;
		text-align: left;
	}
	#co1subExp p:first-child {
		width: 127px;
		height: 127px;
		padding-left: 0;
		position: absolute;
		top: -100px;
		left: -10px;
	}
	
	/*----------------------------- co2 -----------------------------*/
	#co2 {
		height: 310px;
		background: url(../img/co2_bg.jpg) no-repeat -60px top;
	}

	#co2Sub {
		background-color: #a6eda8;
	}
	#co2Sub .flexbox > div{
		padding:20px 0;
	}
	#co2Sub .flexbox > div:last-child{
		border-top:solid 1px #76c4a6;
	}
	#co2Sub .flexbox p {
		padding-bottom: 15px;
	}
	#co2Sub .flexbox span {
		display: block;
		font-weight: bold;
		padding-bottom: 0.5em;
	}
	#co2Sub .flexbox span.red {
		display: inline;
	}
	.hdmiInfo {
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px dotted #999;
	}
	
	/*----------------------------- co3 -----------------------------*/
	#co3 {
		height: 380px;
		background: url(../img/co3_bg.jpg) no-repeat -270px top;
	}

	#co3Sub {
		background-color: #e576b3;
	}
	#co3Sub .left {
		width: 95%;
		margin: 0 auto 20px;
	}
	#co3Sub .right {
		width: 95%;
		margin: auto;
		margin-top: -25px;
	}
	
	/*----------------------------- spec -----------------------------*/
	#rmSpec {
		padding: 40px 0;
		margin: 0;
		background-color: #efeded;
	}
	.rmc900 {
		width: 100%;
	}
	#rmSpec .spc .spcTitle {
		width: 200px;
	}
	#rmSpec .spc .kids {
		display: block;
		width:50%;
		height: auto;
		margin:auto;
	}
	#rmSpec .spc p {
		padding: 10px;
		text-align: center;
	}
	#rmSpec h4 {
		font-size: 1.5em;
		padding-top: 20px;
		padding-left: 10px;
	}
	#rmSpec p {
		margin: 0 auto;
		padding: 0 10px;
	}
	#rmSpec table {
		margin: 20px auto 10px;
		border: solid 1px #000;
		border-collapse: collapse;
		background-color: #fff;
	}
	#rmSpec th {
		padding: 5px 10px;
		border: solid 1px #000;
	}
	#rmSpec th.specHead {
		background-color: #dbdbdb;
		font-weight: bold;
	}
	#rmSpec td {
		padding: 5px 10px;
		border: solid 1px #000;
	}
}