
/* なるほど家電　CSS */

/*---------デフォルトcss---------*/
/*タイトル画像*/
.head_box h2 {
	margin-bottom: 40px;
}


/*製品名*/
#product_intro h3{
	font-size: 35px;
	font-weight: bold;
}

#productname{
	margin-bottom: 1em;
}

#productname:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#productname img{
	float: left;
	margin-right: 20px;	
}

#product_intro p{
	color: #E30C00;
	font-size: 25px;
	margin-bottom: 1em;
}

#product_intro ul{
	width: 960px;
	margin-bottom: 50px;
}

#product_intro ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#product_intro li{
	width: 310px;
	float: left;
	margin-right: 10px;
}

/*開発者*/
#interview h4{
	background:url(../images/mark01.png) left center no-repeat;
	color: #1F3D8B;
	font-size: 25px;
	font-weight: bold;
	padding-left: 30px;
	margin-bottom: 20px;
}

#interview h5{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

#interview p{
	margin-bottom: 30px;
}

#developer{
	margin-bottom: 50px;
}

#developer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#developer_l{
	width: 750px;
	float: left;
}

#developer_r{
	float: right;
}

.developer_wrap{
	float: left;
	margin-right: 20px;
}

.inter_wrap{
	margin-bottom: 50px;
	overflow: hidden;
}

.s_txt{
	font-size: 11px;
}





/*---------ik-c300レイアウト---------*/

/*2カラム*/
.box3{
	width: 890px;
	margin: 0 auto;
  overflow:hidden;
}
.box3 .box_l{
	float: left;
	width: 481px;
}

.box3 .box_r{
	float: right;
	width: 350px;
}

.box3 img{
	display: block;
	margin: 0 auto;
}

.box3 .kome{ font-size:80%;}




.box1:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.box1 .box_l{
	width: 654px;
	float: left;
}


.box1 .box_r {
    float: right;
    font-size: 90%;
    text-align: left;
    width: 274px;
}

.box2{
	width: 946px;
	marign: 0 auto;
}

.box2 ul{
	width: 968px;
}

.box2 ul li{
	width: 220px;
	margin-right: 22px;
	float: left;
}

.box2 ul li p{
	text-align: center;
}

.box2 ul li h6{
	font-weight: bold;
	text-align: center;
}

/*.developer ul{
	width: 100%;
}

.developer ul li{
	width: 176px;
	float: left;
	margin-right: 17.5px;
}

.developer ul li:nth-last-child(1) {
	margin-right:0;
}

.developer ul li h6{
	color: #1F3D8B;
	font-size: 25px;
	font-weight: bold;
}

.developer ul li span{
	color: #1F3D8B;
}


.developer_wrap{
	width: 200px;
    float: left;
    margin-right: 20px;
}

#developer_l {
    float: left;
    width: 630px;
}

#developer_r {
    float: right;
}
*/
.attend{
	font-size: 80%;
}

.fl{
	overflow: auto;	/* for modern browser */
	zoom: 1;	/* for ie6 */
	line-height: 1.5;
}

.txt_s{
	font-size: 70%;
}

/*===============================================
  画面の横幅が480px以上
===============================================*/
@media screen and (min-width: 480px){

/*-------吹き出し---------------*/

.column4 {
	width:94% !important;
	clear:both;
	margin:0 auto;
}
.column4 li {
	padding:1em;
	width:19%;
}

.arrow_box {
	position: relative;
	background: #bfd0ff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	
}
.arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(191, 208, 255, 0);
	border-top-color: #bfd0ff;
	border-width: 12px;
	margin-left: -12px;	
}

/*-------グラフ---------------*/
.time {
	width:680px;
	margin:0 auto;
	font-size:90%;
}
.time img {
	padding-bottom:1em;
}

/*-------比較表---------------*/

.hikaku {
	width:72%;
	margin:0 auto;
	overflow:hidden;
	border-collapse:collapse;
	border:1px solid #9CF;
}
.hikaku li {
	width:50%;
	float:left;
}
.hikaku li:nth-child(even) {
	border-left: none;
}
.hikaku li.kararie {
	background-color: #D2F1FF;
}
.hikaku li.jyurai {
	background-color: #FF9;
}
.hikaku dt {
	font-size:130%;
	text-align: left;
	background-color:#FFFFFF;
	}
.hikaku dt p.display-block-pc {
    margin-bottom: 0 !important;
    position: relative;
    right: -72px;
    text-align: right;
}
.hikaku dt p.display-none-pc {
	display:none;
	margin-bottom:0;
}
.hikaku dd {
	text-align:center;
	padding:1em;
}
.hikaku dd.h120px {
	min-height:120px;
}
.hikaku dd h6 {
	font-size:130%;
	font-weight:600;
}
.inter_wrap span {
	font-size:80%;
}
.hikaku dt span {
	font-size:70%;
}
.hikaku dd span {
    display: block;
    float: none;
    font-size: 80%;
    padding: 0.8em;
}
.hikaku-txt {
	width:72%;
	margin:0 auto;}


/*.hikaku {
	width:90%;
	margin:0 auto;
	overflow:hidden;
	border-collapse:collapse;
	border-top:1px solid #9CF;
	border-bottom:1px solid #9CF;
}
.hikaku li {
	width:49.7%;
	float:left;
	border-left:1px solid #9CF;
	border-right:1px solid #9CF;
}
.hikaku li:nth-child(even) {
	border-left: none;
}
.hikaku li.kararie {
	background-color: #D2F1FF;
}
.hikaku li.jyurai {
	background-color: #FF9;
}
.hikaku dt {
	font-size:110%;
	text-align:center;}
.hikaku dd {
	text-align:center;
	padding:1em;
}
.hikaku dd.h120px {
	min-height:120px;
}
.hikaku dd h6 {
	font-size:130%;
	font-weight:600;
}
.hikaku dt span, .inter_wrap span {
	font-size:80%;
}
.hikaku dd span {
    display: block;
    float: none;
    font-size: 80%;
    padding: 0.8em;
}
.hikaku-txt {
	width:90%;
	margin:0 auto;}*/
	
	
	
	
	
}

/*===============================================
  画面の横幅が479px以下
===============================================*/
@media screen and (max-width: 479px) {
/*---------デフォルトcss---------*/	
/*タイトル画像*/
.head_box h2 {
	margin-bottom: 0;
}
	
/*製品名*/
#product_intro h3{
	font-size: 180%;
}


#productname img{
	width: 30%;	
	float: none;
}

#product_intro p{
	font-size: 150%;
}

#product_intro ul{
	width: 100%;
	margin-bottom: 8%;
}

#product_intro li{
	width: 80%;
	float: none;
	margin: 0 auto 5% auto;
}

/*開発者*/

.developer_wrap{
	width: 100%;
	margin: 0;
}

.developer_wrap p{
	text-align: center;
}

.developer_wrap img {
    width: 60%;
    margin: 0 auto;
	display: block;
	float: none;
}

#interview h4{
	font-size: 120%;
	margin-bottom: 5%;
}

#interview h5{
	font-size: 130%;
	margin-bottom: 5%;
  clear:both;
}

#interview p{
	margin-bottom: 8%;
}

.developer{
	margin-bottom: 8%;
}

.inter_wrap{
	margin-bottom: 8%;
}



/*------------------*/


.box3{
	width: 100%;
}

.box3 img{
	width: 80%;
}

.box3 .box_l,.box3 .box_r{
	float: none;
	width: 100%;
}



.box1 .box_l,.box1 .box_r{
	width: 100%;
	float: none;
}

.box1 img{
	width: 80%;
	margin: 0 auto;
	display: block;
}

box1 .box_l{
	width: 100%;
	float: none;
}

.box1 .box_r{
	width: 100%;
	float: none;
}

.box2{
	width: 100%;
}

.box2 ul{
	width: 80%;
	margin: 0 auto;
}

.box2 ul:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.box2 ul li{
	width: 100%;
	margin-bottom: 10%;
}

.developer ul{
	width: 100%;
	margin: 0 auto;
}

.developer ul:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.developer ul li{
	width: 90%;
	float: none;
	margin-right: 0;
	margin-bottom: 10%;
	text-align: center;
}

.developer ul li img{
	width: 70%;
	display: block;
	margin: 0 auto;
}


#developer_l {
    float: none;
    width: 100%;
}

#developer img,#developer_l img{
    float: none;
    width: 60%;
	margin: 0 auto;
	display: block;
	margin: 0 auto 3%;
}

#developer_r {
    float: none;
}


/*-------吹き出し---------------*/

.column4 {
	width:94% !important;
	clear:both;
	margin:0 auto;
}
.column4 li {
	padding:1em;
	width:19%;
}

.arrow_box {
	position: relative;
	background: #bfd0ff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	
}
.arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(191, 208, 255, 0);
	border-top-color: #bfd0ff;
	border-width: 12px;
	margin-left: -12px;	
}

/*-------グラフ---------------*/
.time {
	width:100%;
	margin:0 auto;
	font-size:90%;
}
.time img {
	padding-bottom:1em;
}

/*-------比較表---------------*/

.hikaku {
	width:100%;
	margin:0 auto;
	overflow:hidden;
	border-collapse:collapse;
	border:1px solid #9CF;
}
.hikaku li {
	width:50%;
	float:left;
}
.hikaku li:nth-child(even) {
	border-left: none;
}
.hikaku li.kararie {
	background-color: #D2F1FF;
}
.hikaku li.jyurai {
	background-color: #FF9;
}
.hikaku dt {
	font-size:130%;
	text-align: left;
	background-color:#FFFFFF;
	}
.hikaku dt p.display-block-pc {
    margin-bottom: 0 !important;
    position: relative;
    right: -72px;
    text-align: right;
}
.hikaku dt p.display-none-pc {
	display:none;
	margin-bottom:0;
}
.hikaku dd {
	text-align:center;
	padding:1em 0.2em;
}
.hikaku dd.h120px {
	min-height:203px;
}
.hikaku dd h6 {
	font-size:130%;
	font-weight:600;
}
.inter_wrap span {
	font-size:80%;
}
.hikaku dt span {
	font-size:70%;
}
.hikaku dd span {
    display: block;
    float: none;
    font-size: 80%;
    padding: 0.8em;
}
.hikaku-txt {
	width:100%;
	margin:0 auto;}


}







