@charset "utf-8";
/* CSS Document */

/*For PC style Sheet*/
@media all and (min-width: 741px) {

	aside#soudan{
    display: none;
		position: fixed;
		bottom: 0;
		z-index: 100;
		width: 100%;
		background: #363636;
		padding: 15px 0;
	}
	aside#soudan ul{
		width: 725px;
		margin: 0 auto;
	}
	aside#soudan ul:after{
		content: "."; 
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}
	aside#soudan ul li.tenpoBan a{
		width: 350px;
		height: 70px;
		display: block;
		background: url(../img/detail/tenpoSoudan.png) no-repeat 0 0;
		text-indent: -9999em;
		float: left;
		margin-right: 25px;
		transition: 0.3s ease;
	}
	aside#soudan ul li.webBan a{
		width: 350px;
		height: 70px;
		display: block;
		background: url(../img/detail/webTvSoudan.png) no-repeat 0 0;
		text-indent: -9999em;
		float: left;
		transition: 0.3s ease;
	}
	aside#soudan ul li a:hover{
		opacity: 0.75;
		filter: alpha(opacity=75);	
	}

	section#kanrenKiji{
		width: 100%;
	}
	section#kanrenKiji h3{
		border-bottom: 1px solid #333;
		text-align: center;
		font-size: 36px;
		font-weight: bold;
		padding-bottom: 20px;
		margin-bottom: 60px;
	}
	div#kijiCarna{
		width: 580px;
		margin: 0 auto;
	}
	section#kanrenKiji div#kijiCarna h4#carnaLogo a{
		width: 396px;
		height: 85px;
		display: block;
		background: url(../img/detail/carnaPcLogo.png) no-repeat 0 0;
		text-indent: -99999em;
		margin: 0 auto 30px;
	}
	div#kijiCarna ul,
	div#kijiType ul{
		width: 572px;
		margin: 0 auto;
	}

	div#kijiCarna ul:after,
	div#kijiType ul:after{
		content: "."; 
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}
	div#kijiCarna ul li,
	div#kijiType ul li{
		width: 255px;
		height: 330px;
		float: left;
		position: relative;
		/* box-shadow */
		box-shadow:0px 0px 3px 3px #ececec;
		-moz-box-shadow:0px 0px 3px 3px #ececec;
		-webkit-box-shadow:0px 0px 3px 3px #ececec;
	}
	div#kijiCarna ul li:first-child,
	div#kijiType ul li:first-child{
		margin-right: 55px;
	}
	div#kijiCarna ul li p.iconKenko{
		position: absolute;
		top: 120px;
		left: 10px;
		width: 60px;
		height: 20px;
		z-index: 99;
		background: url(../img/detail/kenkouIcon.png) no-repeat 0 0;
		text-indent: -9999em;
	}
	div#kijiCarna ul li p.iconOther{
		position: absolute;
		top: 120px;
		left: 10px;
		width: 60px;
		height: 20px;
		z-index: 99;
		background: url(../img/detail/otherIcon.png) no-repeat 0 0;
		text-indent: -9999em;

	}
	div#kijiCarna ul li img,
	div#kijiType ul li img{
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	div#kijiCarna ul li h5,
	div#kijiType ul li h5{
		font-size: 16px;
		padding: 0 20px;
		margin-bottom: 10px;
		color: #333;
	}
	div#kijiCarna ul li p,
	div#kijiType ul li p{
		padding: 0 20px;
		font-size: 100%;
		color: #333;
	}
	div#kijiCarna ul li p.KijiTime{
		margin-top: 10px;
		font-size: 12px;
		font-weight: bold;
	}
	div#kijiCarna p.kijiIchiran a,
	div#kijiType p.KijiMore a{
		margin: 25px auto;
		width: 296px;
		height: 66px;
		margin-bottom: 60px;
		display: block;
		border: 2px solid #ff7942;
		color: #ff7942;
		line-height: 66px;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		background: url(../img/common/orngeCircleArrow.png) no-repeat 265px 50%;
		transition: 0.3s ease;

	}
	div#kijiCarna p.kijiIchiran a:hover,
	div#kijiType p.KijiMore a:hover{
		background-color: #f3eced;
	}
	div#kijiType{
		width: 572px;
		margin: 0 auto;
		padding-bottom: 35px;
	}
	div#kijiType h4{
		text-align: center;
		font-size: 32px;
		font-weight: bold;
		padding-bottom: 20px;
		margin-bottom: 25px;
	}
}/* end pc style sheets
and start smartphones styles*/
@media all and (max-width: 740px) {

	aside#soudan{
		display: none;
	}
	aside#smpButtons{
		position: fixed;
		bottom: 0;
		width: 90.9375%;
		padding: 2% 4.53125%;
		background-color: #363636;
		z-index: 100;
	}
	aside#smpButtons ul{
		width: 100%;
	}
	aside#smpButtons ul li{
		float: left;
		padding-top: 21%;
	}
	aside#smpButtons ul li.smpBtnNet{
		width: 31.344%;
		margin-right: 4.655%;
		background: url(../img/detail/smpBtnNet.png) no-repeat 0 0;
		background-size: contain;
		text-indent: -9999em;

	}
	aside#smpButtons ul li.smpBtnShiryou{
		width: 29.31%;
		margin-right: 5%;
		background: url(../img/detail/smpBtnShiryou.png) no-repeat 0 0;
		background-size: contain;
		text-indent: -9999em;

	}
	aside#smpButtons ul li.smpBtnTenpo{
		width: 29.31%;
		background: url(../img/detail/smpBtnTenpo.png) no-repeat 0 0;
		background-size: contain;
		text-indent: -9999em;
	}
	aside#smpButtons ul:after{
		content: "."; 
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}

	div.buttonsSmp{
		width: 100%;
		clear: both;
	}
	div.buttonsSmp ul li{
		width: 80%;
		margin: 0 auto;
	}
	div.buttonsSmp ul li a img{
		margin-bottom: 20px;
	}
	section#kanrenKiji{
		width: 100%;
	}
	section#kanrenKiji h3{
		border-bottom: 1px solid #333;
		text-align: center;
		font-size: 6.5vw;
		font-weight: bold;
		padding-bottom: 8%;
		margin-bottom: 20px;
	}
	div#kijiCarna{
		width: 90.4375%;
		margin: 0 auto;
	}
	section#kanrenKiji div#kijiCarna h4#carnaLogo a{
		width: 75%;
		padding-top: 16%;
		display: block;
		background: url(../img/detail/carnaSmpLogo.png) no-repeat center;
		background-size: contain;
		text-indent: -99999em;
		margin: 0 auto 30px;
	}
	div#kijiCarna ul,
	div#kijiType ul{
		width: 100%;
		margin: 0 auto;
	}

	div#kijiCarna ul:after,
	div#kijiType ul:after{
		content: "."; 
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}
	div#kijiCarna ul li,
	div#kijiType ul li{
		width: 46%;
		float: left;
		position: relative;
		/* box-shadow */
		box-shadow:0px 0px 3px 3px #ececec;
		-moz-box-shadow:0px 0px 3px 3px #ececec;
		-webkit-box-shadow:0px 0px 3px 3px #ececec;
	}
	div#kijiCarna ul li:first-child,
	div#kijiType ul li:first-child{
		margin-right: 8%;
	}
	div#kijiCarna ul li p.iconKenko{
		position: absolute;
		top: 20%;
		left: 3%;
		width: 4%;
		padding-top: 3%;
		z-index: 99;
		background: url(../img/detail/kenkouIcon.png) no-repeat 0 0;
		background-size: contain;
		text-indent: -9999em;
	}
	div#kijiCarna ul li p.iconOther{
		position: absolute;
		top: 20%;
		left: 3%;
		width: 4%;
		padding-top: 3%;
		z-index: 99;
		background: url(../img/detail/otherIcon.png) no-repeat 0 0;
		background-size: contain;
		text-indent: -9999em;

	}
	div#kijiCarna ul li img,
	div#kijiType ul li img{
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	div#kijiCarna ul li h5,
	div#kijiType ul li h5{
		font-size: 3.5vw;
		padding: 0 3%;
		margin-bottom: 5px;
		color: #333;
	}
	div#kijiCarna ul li p,
	div#kijiType ul li p{
		padding: 0 3%;
		font-size: 3vw;
		color: #333;
	}
	div#kijiCarna ul li p.KijiTime{
		margin: 10px 0;
		font-size: 3.5vw;
		font-weight: bold;
	}
	div#kijiCarna p.kijiIchiran a,
	div#kijiType p.KijiMore a{
		margin: 25px auto;
		width: 55%;
		margin-bottom: 20px;
		display: block;
		border: 1px solid #ff7942;
		color: #ff7942;
		line-height: 2.4em;
		font-size: 4.5vw;
		font-weight: 500;
		text-align: center;
		text-decoration: none;
		background: url(../img/common/orngeCircleArrow.png) no-repeat 92% 50%;
		background-size: 5.5%;
	}
	div#kijiType{
		width: 90.4375%;
		margin: 0 auto;
		padding-bottom: 35px;
	}
	div#kijiType h4{
		text-align: center;
		font-size: 4.5vw;
		font-weight: bold;
		padding-bottom: 20px;
		margin-bottom: 25px;
	}
	


}