/* CSS Document */
.page-navi li a span.new {
    color: #c90000;
}

/* forPC SP
==============================*/

.forPC{
	display: block !important;
}
br.forPC{
	display: inline !important;
}
.forSP,br.forSP{
	display: none !important;
}
.cap{
	display: inline-block;
}
@media screen and (max-width: 640px) {
	.forSP{
		display: block !important;
	}
	br.forSP{
		display: inline !important;
	}
	.forPC,br.forPC{
		display: none !important;
	}
}


/* #head-area
==============================*/

#head-area ul.socialbutton {
	position: absolute;
	bottom: -35px;
	right: 0;
}
#main .main-inner .right-part .banner{
	padding-top: 20px;
	display: block;
	text-align: center;
}

@media screen and (max-width: 640px) {
	#main .main-inner .right-part .logo {
		padding-left: 0;
		padding-top: 10px;
	}
	#main .main-inner .right-part .logo img {
		max-width: 92px;
	}

	#head-area ul.socialbutton {
		position: static;
	}
	#page-navi.fixed {
	    background: #fff;
	   
	}


	#page-navi.fixed::before {
	    content: "";
	    /*font-size: 10px;
	    font-weight: bold;*/
	    display: block;
	    text-align: center;
	    position: absolute;
	    left: 10px;
	    top: 0px;
	    padding-bottom: 10px;
	    width: 90px;
	    height: 43px;
	    background: url(/japan/products/k-70/common/img/bod_logo.gif) no-repeat left bottom;
	        background-size: auto;
	    background-size: 90px;
	}
}




/* .txt_new
==============================*/
.txt_new{
	color: #c90002 !important;
	font-weight: bold;
}


/* #main
==============================*/




/* .video-container
-----------------------*/

#main .main-inner .video-part{
	width: auto;
	padding: 0 2.04082% !important;
}

#main .main-inner .video-container{
    height: 0;
    margin: 20px auto 20px;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

#main .main-inner .video-container iframe,
#main .main-inner .video-container object,
#main .main-inner .video-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}




/* .article
-----------------------*/

#main .main-inner .article .img-box-col2{
	margin-bottom: 10px;
	width: 76.530612244%;/* 750/980 */
	margin: 0 auto;
}
#main .main-inner .article .img-box-col2 .left{
	width: 30.266666666%;/* 227/750 */
	float: left;
}
#main .main-inner .article .img-box-col2 .left p{
	margin-bottom: 12px;
}
#main .main-inner .article .img-box-col2 .right{
	width: 65.866666666%;/* 494/750 */
	float: right;
}
#main .main-inner .article .img-box-col3{
	padding: 5px 0;
	background-color: #eee;
}
#main .main-inner .article .img-box-col3 .title{
	padding: 5px 0 5px 10px;
}
#main .main-inner .article .img-box-col3 p{
	width:32%;
	float: left;
	margin-left: 1%;
	text-align: center;
}

#main .main-inner .article .img-box-col3-nobg{
	padding: 0;
}
#main .main-inner .article .img-box-col3-nobg p{
	width:32.5%;/* 312/960 */
	float: left;
	margin-right: 1%;
	text-align: center;
}
#main .main-inner .article .img-box-col3-nobg p.last{
	margin-right:0;
}

#main .main-inner .article .text-box-col2{
}

#main .main-inner .article .text-box-col2 .text-box{
	width: 72%;
}
#main .main-inner .article .text-box-col2 .img-box{
	width: 26%;
}

#main .main-inner .article .text-box-col2 p.left{
	float: left;
}
#main .main-inner .article .text-box-col2 p.right{
	float: right;
}



@media screen and (max-width: 640px) {
	#main .main-inner .article .img-box-col2 {
		margin-bottom: 10px;
		width: 100%;
	}
	#main .main-inner .article .img-box-col2 .left{
		width: 100%;
		float: none;
		max-width: 460px;
		margin: 0 auto;
	}
	#main .main-inner .article .img-box-col2 .left p{
		margin-bottom: 12px;
		float: left;
	}
	#main .main-inner .article .img-box-col2 .left p.sp-left{
		width: 48.913043478%;/* 225/460 */
		float: left;
	}
	#main .main-inner .article .img-box-col2 .left p.sp-right{
		width: 48.913043478%;/* 225/460 */
		float: right;
	}
	#main .main-inner .article .img-box-col2 .left p img{
		max-width: 225px;
	}
	#main .main-inner .article .img-box-col2 .right{
		width: 100%;
		float: none;
	}
	#main .main-inner .article .img-box-col2 .right img{
	}

	#main .main-inner .article .img-box-col2 .img-box img,
	#main .main-inner .article .img-box-col3 .img-box img,
	#main .main-inner .article .img-box-col3-nobg .img-box img,
	#main .main-inner .article .text-box-col2 .img-box img{
		min-width: 0;
	}
}

#main .main-inner .right-part p.date {
    color: #c90002;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0 !important;
    text-align: center;
}
