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


/* 製品ごとに色設定 ここから */

.product_inside .Area_left .pointlist {
	background:linear-gradient(white 50%, #FBEAEA 50%);
}
.product_inside .Area_left ul.point_ul{
	background-color: #FBEAEA;
}
.product_inside h3  {
	border-bottom: 2px solid #E10412;
}
.product_inside h3 .series_flex p.series {
	background-color: #E10412;
}
.product_inside h4 {
	border-bottom: 2px solid #FDE5E6;
}

/* 製品ごとに色設定 ここまで */


.product_inside .Area_left .Area_right #viewer div.h218 {
	height: 244px;
}
.product_inside .Area_left .Area_right  #viewer div.h218 img {
	width: 400px;
	height: 244px;
}


table {
	margin: 0px;
	padding: 0px;
}
td {
	padding: 10px 5px !important;
	line-height: 160%;
	background-color: #FDFDFD;
	border-bottom: 1px #CCCCCC solid;
	vertical-align: middle;
}
th {
	padding: 10px 5px !important;
	line-height:160%;
	background-color: #FAFAFA;
	border-bottom: 1px #CCCCCC solid;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.bn_bigspace {
	text-align: center;
	padding-top: 20px;
}

.bn_bigspace img.w980 {
	width: 980px;
    height: auto;
}

table.table_720.center {
	text-align: center;
}
table.table_720.center td {
	border-right: 1px dotted #ccc;
}
table.table_720.center th {
	border-left: 1px dotted #ccc;
}
table.table_720.center td:last-child {
	border-right: none;
}
table.table_720.center th:first-child {
	border-left: none;
}
table.table_720.center th.split {
	border-left: 1px dotted #ccc;
}
table.table_720.center td.split {
	border-right: 1px dotted #ccc;
}
table.table_720.center th.fc {
	border-left: 1px solid #fff;
}
table.table_720.center img {
	width: 95%;
	height: auto;
	margin-top: 5px;
}
span.attext {
	font-size: 80%;
}

.box_adopt_one {
	padding-bottom: 25px;
	clear: both;
}

.box_adopt_one div.imgbox {
	float: right;
	width: 35%;
	margin-top: 15px;
	padding: 0 5px 15px 15px;
}
.box_adopt_one div.imgbox img {
	width: 100%;
	height: auto;
}

.box_adopt_one p.title {
	font-size: 150%;
	font-weight: bold;
	color: #900;
	border-bottom: 1px #900 dotted;
	line-height: 130%;
	padding: 10px 8px 8px 8px;
	clear: both;
}

.box_adopt_one p.text {
	font-size: 105%;
	margin-top: 10px;
	line-height: 160%;
	padding: 0 5px 0 8px;
}

.box_adopt_one p.title.sub {
	font-size: 125%;
	margin-left: 10px;
	margin-top: 10px;
}
.box_adopt_one p.text.sub {
	margin-left: 10px;
}

.box_adopt_one div.moviebox {
	margin: 20px auto 0;
	text-align: center;
}
.box_adopt_one div.moviebox iframe {
	width: 640px;
	height: 360px;
}



/* 画面サイズの横幅が 480px より小さい場合に適用 */
@media screen and (max-width: 480px) {

.sp_only {
	display:block;
}

table.table_720.center {
	word-break: break-all;
}

.bn_bigspace img.w980 {
	width:98%;
	height:auto;
    margin-bottom: 10px;
}

.box_adopt_one div.moviebox iframe {
	width: 95%;
	height: auto;
}

}
