@charset "utf-8";

/* ********************************************* */
/**切り替え用CSS　～768px：SP　769px～：PC
各ページで使用（1ページごと）
/* ********************************************* */

/****************************************************************
★★★トップページ★★★
****************************************************************/
/********************************
メインキャッチ
********************************/

.mainCatchArea{
	width:100%;
	height:355px;
	overflow: hidden;
}
.mainImg img{
	z-index: -1;
	position: relative;
	height: auto;
	min-height: 380px;
	min-width: 1024px;
	width: 100%;
}

.mainBack{
	position: absolute;
	top:270px;
	left: 0px;
	margin: auto;
	right: 0px;
	width: 700px;
}
.mainCatchText{
	font-size:200%;
	line-height:1.4em;
	font-weight:bold;
	background: rgba( 0, 0, 0, 0.45 );
	color:#fff;
	width: 100%;
	padding:20px;
	text-align: center;
}
.mainProduct{
	color:#FF0004;
	text-shadow:#fff 2px 0px,#fff -2px 0px,
	#fff 0px -2px,#fff 0px 2px,
	#fff 2px 2px ,#fff -2px 2px,
	#fff 2px -2px,#fff -2px -2px,
	#fff 1px 2px,#fff -1px 2px,
	#fff 1px -2px,#fff -1px -2px,
	#fff 2px 1px,#fff -2px 1px,
	#fff 2px -1px,#fff -2px -1px;
}
.mainCatchBs a{
	position: absolute;
	top: 370px;
	left: 75%;
	background: #0D0085;
	padding:32px 11px;
	color: #ffffff;
	font-weight: bold;
	border-radius: 64px;
	text-align: center;
	box-shadow: 4px 6px 3px -3px rgba(25, 25, 25, 0.5);
	-webkit-box-shadow:4px 6px 3px -3px rgba(25, 25, 25, 0.5);
	-moz-box-shadow:4px 6px 3px -3px rgba(25, 25, 25, 0.5);
}
.mainCatchBs :hover{
	background:#f98a27;
}
.mainCatchCopy{
	position:relative;
	background:#d2d2d2;
	color:#333;
	padding:15px;
	font-size: 120%;
	font-weight:bold;
	
	margin-top: -25px;
}
.speedyImg{
	text-align:center;
	margin:10px 0;
}

.mainCatchStaff{
	width: 1024;
	height:130px;
	background:url(../images/top/main_catch_staff-bg.jpg) repeat-x;
	background-position:center center;
	text-align: center;
}
@media (max-width: 768px) {
.mainCatchArea{
	width:100%;
	height:140px;
	overflow :hidden;
}
.mainImg img{
	z-index: -1;
	position: relative;
	height: auto;
	min-height:140px;
	width:100%;
	min-width:450px;
}

.mainBack{
	position: absolute;
	top: 78px;
	left:2%;
	width: auto;
}
.mainCatchText{
	font-size:105%;
	line-height:1.3em;
	background:none;
	color:#fff;
	width: auto;
	padding:0px;
	text-align: left;
	text-shadow:
	#000 1px 0px,#000 -1px 0px,
	#000 0px -1px,#000 0px 1px,
	#000 1px 1px ,#000 -1px 1px,
	#000 1px -1px,#000 -1px -1px,
	#000 1px 1px,#000 -1px 1px,
	#000 1px -1px,#000 -1px -1px,
	#000 1px 1px,#000 -1px 1px,
	#000 1px -1px,#000 -1px -1px;
}
.mainProduct{
	color:#FF0004;
	text-shadow:
	#fff 1px 0px,#fff -1px 0px,
	#fff 0px -1px,#fff 0px 1px,
	#fff 1px 1px ,#fff -1px 1px,
	#fff 1px -1px,#fff -1px -1px,
	#fff 1px 1px,#fff -1px 1px,
	#fff 1px -1px,#fff -1px -1px,
	#fff 1px 1px,#fff -1px 1px,
	#fff 1px -1px,#fff -1px -1px;
}
.mainCatchBs a{
	position:relative;
	top:-60px;
	left:65%;
	width: 30%;
	text-align:center;
	display:block;
	padding:8px 5px;
	color:#ffffff;
	font-size:75%;
	font-weight:bold;
	text-decoration: none;
	line-height:1.3em;
}
.mainCatchCopy{
	padding:8px;
	font-size: 95%;
	
	margin-top: -55px;
}
.speedyImg{
	margin:5px 0 0 0;
}
.mainCatchStaff{
	height:auto;
	width: 100%;
}
}

ul.topWellBox{
	margin-bottom: 60px;
}

.topWellBox li{
	width: 309px;
	margin: 0 10px;
	padding: 5px;
	float:left;
	border:1px solid #E1E1E1;
	text-align: center;
	font-size:90%;
}
.topWellBox li p.imgBox{
	height: 100px;
	margin-bottom:8px;
	background-color:#F5C9A9;
}

.topWellBox li .btn{
	width: 30%;
	margin:15px auto 10px;
	background:#f3f3f3;
	clear: #fff;
}
.topWellBox li .btn a{
	display: block;
}

ul.topBnArea{
	margin-bottom: 60px;
}
.topBnArea li{
	width: 256px;
	float: left;
}
ul.topBnBox{
	margin: 0 auto;
}
ul.topBnBox li.bn,
ul.topBnBox li.imgBn{
	width:234px;
	margin:0 10px 7px;
	border:1px solid #BFBFBF;
}
ul.topBnBox li.imgBn a img:hover,
ul.topBnBox li.bn a img:hover{
	visibility: visible;
}
ul.topBnBox li.imgBn{
	display: block;
	height: 65px;
}
ul.topBnBox li.imgBn a{
	display: block;
}
ul.topBnBox li.bn{
	display: block;
	height:50px;
}
ul.topBnBox li.bn a{
	display: block;
}
ul.topBnBox li.bn img{
	float:left;
}
ul.topBnBox li.bn p{
	display: table-cell;
	vertical-align: middle;
	padding:15px 0 12px;
	text-align: center;
	width: 129px;
}
.topLookArea{
	margin-bottom: 60px;
}
.topLookBox{
	width: 46%;
	margin: 0 1%;
	padding: 1%;
	background-color: #EBF6FF;
}
.topLookBox img{
	width:65%;
	margin-right:5%;
	float: left;
}
.topLookBox div.textBox{
	width:28%;
	padding: 2% 0;
	float: left;
}
.topLookBox div.textBox h3{
	font-size:105%;
	font-weight: bold;
	margin-bottom: 28px
}

.topLookBox div.textBox p.text{
	font-size:83%;
}
.topLookBox .btn{
	text-align: center;
	margin: 17px auto 0;
	background: #E2E2E2;
}
.topLookBox .btn a{
	display: block;
}
/********************************
製作実例
********************************/

/*画像サイズなど調整用*/
.tebataSample{
	margin: 10px 0;
	display: block;
}
.tebataSample img{
	margin: 0 10px;
	float:left;
	visibility: visible;
}

@media (max-width: 768px) {
.tebataSample{
	margin: 5px 0;
}
.tebataSample img{
	width:226px;
	height: auto;
	margin: 0 5px;
}
}

/*PCのみグレー背景下マージン開ける*/
.topUse{
	margin-bottom: 15px
}

@media (max-width: 768px) {
.topUse{
	margin-bottom: 0px
}
}

/*製作実例スライダー（SPのみ）*/
@media (max-width: 768px) {
/*スライダー共通*/
.slider {
	width: 106%;/*コンテンツの幅を指定、はみ出た分は非表示*/
	background: #fff;
}
.slider2 {/*use.htmlで使用のスライダー*/
	width: 104%;/*コンテンツの幅を指定、はみ出た分は非表示*/
	background: #fff;
}
.slider_content {
	position: relative;
	overflow: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;/*慣性スクロール*/
	transform: translateZ(0);/*GPUアクセラレーションを有効にする*/
}
.slider_content_item {
	position: relative;
	float: left;
	width: 130px;
	margin: 0 0 2px 8px;
	padding:5px 0;
	border: 1px solid #DDDDDD;
}
.slider_content_item:first-child {
	margin:0;
}
.slider_content_image {
	width: 120px;
}
.slider_content_image img{
	width: 120px;
}
.cf{
	zoom:1;
}
/*トップページ　製作実例スライダー*/
.slider_content_top {
	width: 830px;/*slider_content_itemの幅*/
}
}

/********************************
生地・仕様・サイズ・印刷方法
********************************/

.topKijiImg img{
	margin:0 10px ;
	float:left;
}
.topSizeBox{
	width:840px;
	margin:10px auto 0 auto;
}
.bouenBox{
	background-color: #f3f3f3;
	padding: 15px 20px;
	margin:30px auto 15px auto;
}
.bouenImgBox{
	float: left;
	margin: 5px 15px 0 0;
}
.bouenTextBox{
	margin-top:5px;
}

@media (max-width: 768px) {
.topKijiImg img{
	width:100%;
	margin:0 0 7px 0;
	float:none;
}
.topSizeBox{
	width:100%;
}
.bouenBox{
	background-color: #f3f3f3;
	padding: 10px 5px;
	margin: 0 auto 15px auto;
}
.bouenImgBox{
	float: left;
	width:48%;
	margin:0 2px 7px 2px;
}
.bouenImg img{
	display: block;
	width: 100%;
	height: auto;
}
	.bouenImgBox p{
	font-size: 90%
}
.bouenTextBox{
	margin:5px;
	width: 95%;
}
}

/********************************
価格について
********************************/

.topPriceText{
	margin:20px 0 15px 0;
}
.otherPrice{
	margin-top: 20px;
}
@media (max-width: 768px) {
.topPriceText{
	margin:10px 0;
}
.otherPrice{
	margin-top: 5px;
}
}
/*他社で発生する追加料金　ここから*/
.otherShopInsaideBox ul
{
	width:160px;
	float:left;
	font-weight:bold;
	font-size:110%;
}
.otherShop_priceBox
{
	border:2px #ed760c solid;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

.otherShop_priceMidashi
{
	background-color:#ed760c;
	left:10px;
	padding:5px 10px;
	color:#fff;
}

.otherShop_priceBox ul
{
	margin-left:10%;
	margin-right:auto;
	color:#ed760c;
	padding: 10px;
}
.priceCautionText{
	text-align:center;
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	
.otherShopInsaideBox{
	padding:5px;
}

.otherShopInsaideBox ul
{
	width:auto;
	float:none;
	font-weight:normal;
	font-size:100%;
}
.otherShop_priceBox
{
	border:2px #FF5353 solid;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:7px;
	margin-bottom:10px;
}

.otherShop_priceMidashi
{
	background-color:#FF2121;
	left:10px;
	padding:5px 10px;
}

.otherShop_priceBox ul
{
	margin-left:25%;
	margin-right:auto;
	color:#FF2121;
	padding: 0px;
}
.priceCautionText{
	text-align:center;
	margin-bottom: 5px;
}
}


/*価格表スクロール*/
@media (max-width: 768px) {
.tableScroll{
overflow: auto;   /*tableをスクロールさせる*/
white-space: nowrap;   /*tableのセル内にある文字の折り返しを禁止*/
}
.tableScroll::-webkit-scrollbar{   /*tableにスクロールバーを追加*/
 height: 5px;
}
.tableScroll::-webkit-scrollbar-track{   /*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.tableScroll::-webkit-scrollbar-thumb {   /*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
.priceFix th{
	position: fixed;
	display: block;

}
}

/*******************************/
/*「続きを読む」（CSSのみで実装）*/
/*******************************/
.on-off{
	display:none;
}

@media (max-width: 768px) {
.on-off{
	display:block;
}
/*「続きを読む」テキスト*/
.readMoreText label{
	text-decoration:none;
	color:#0066ff;
}

.readMoreText input[type="checkbox"].on-off{
	display: none;
}

.readMoreText div.read {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0;
	padding: 0;
	list-style: none;
}

.readMoreText input[type="checkbox"].on-off + div.read{
	max-height:0;
	overflow:hidden;
}

.readMoreText input[type="checkbox"].on-off:checked + div.read{
	max-height:5000px;
}

/*「続きを読む」ボタン*/
.readMoreBtn label{
	background:#FF8E2C;
	color: #fff;
	padding: 5px;
	display: block;
	margin: 0;
	/*border: 1px solid #fff;*/
}

.readMoreBtn input[type="checkbox"].on-off{
	display: none;
}

.readMoreBtn div.read {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0;
	padding: 0;
	list-style: none;
}

.readMoreBtn input[type="checkbox"].on-off + div.read{
	max-height:0;
	overflow: hidden;
}

.readMoreBtn input[type="checkbox"].on-off:checked + div.read{
	max-height:1000px;
}
}
/*他社で発生する追加料金　ここまで*/


/*価格表*/
.price_listTop
{
	width:920px;
	margin: auto;
}

.grayBorderBox
{
	border:2px solid #cfcfcf;
	padding:10px 5px;
}

.price_listTop th
{
	background:#e4f9ff;
	width: 10%;
}


.price_listTop th,.price_listTop td
{
	padding:10px 5px;
	text-align:center;
}

@media (max-width: 768px) {

.price_listTop th{
	width:0%;
}
.price_listTop th,.price_listTop td
{
	padding:7px 3px;
	text-align:center;
}
}

.priceText{
	font-size:150%;
}
.quantityText{
	font-size: 130%;
}
@media (max-width: 768px) {

.priceText{
	font-size:120%;
}
.quantityText{
	font-size: 110%;
}
}

/*価格表上*/
.kakakuhyouText{
	padding-top:12px;
	font-size: 90%;
}
.priceBanner{
	float: left;
	margin:0 15px 10px 50px;
}
@media (max-width: 768px) {

.kakakuhyouText{
	padding-top:0px;
	margin-top:0px;
	margin-bottom:5px;
	font-size: 80%;
}
.priceBanner{
	float: none;
	margin:0 0 5px 0;
}
}

/*付属品*/

.paulImg{
	margin-right: 15px;
	float: left;
}
.poleAttachment{
	margin:20px 0 0 0;
}
.poleAttachmentText{
	width:600px;
	float: left;
}
.poleAttachmentImg{
	float:right;
}
.poleAttachmentImg:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

@media (max-width: 768px) {
.paulImg{
	margin-right: 0px;
	float: none;
}
.poleAttachment{
	margin:12px 0 0 0;
}
.poleAttachmentText{
	width:100%;
	float: none;
}
.poleAttachmentImg{
	float:none;
	text-align:center;
	margin-top: 10px;
}
.poleAttachmentImg img{
	width:100%;
	max-width:350px;
	height: auto;
}
.poleAttachmentImg:hover{
	opacity:1;
	filter: none;
	-ms-filter: "alpha(opacity=70)";
}
}


/********************************
デザイン作成無料
********************************/

.designerImg img{
	width:300px;
	float: right;
	margin-left: 15px;
}
@media (max-width: 768px) {
.designerImg img{
	width:45%;
	height: auto;
	float: right;
	margin-left: 5px;
}
}

/*aiテンプレート*/
.templateBtnBox{
	width:770px;
	margin: 0 auto;
}

.templateBtn{
	background-color:#fff5e0;
	vertical-align: middle;
	text-align:center;
	font-size:110%;
	width: 230px;
	height: 60px;
	margin:8px 10px;
	float:left;
	border:3px solid #ff7223;
	border-radius: 3px;
	box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
	-webkit-box-shadow:0px 6px 3px -3px rgb(183, 183, 183);
	-moz-box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
}
.templateBtn a{
	display:block;
	padding:12px 12px 12px 80px;
	color:#333;
	font-size:100%;
	font-weight:bold;
	text-decoration: none;
	line-height:120%;
	background:url(../images/top/aiIcon.png) no-repeat 10% 50%
}
.templateBtn:hover{
	background-color:#fff;
	border:3px solid #ff9b63;
}
.templateText{
	font-size:75%;
}

/********************************
自社工場
********************************/
.topRelief{
	float: left;
	width:290px;
	height:300px;
	border:1px solid #cccccc;
	padding: 10px;
	margin:0 5px;
}

.reliefTitle{
	margin: 10px 0 5px 0;
}
@media (max-width: 768px) {
.topRelief{
	float: none;
	width:auto;
	height:auto;
	border:none;
	padding: 0px;
	margin:0px;
}
}

/*下層ページはこっち*/
.topRelief2{
	float: left;
	width:290px;
	height:290px;
	border:1px solid #cccccc;
	padding: 8px;
	margin:0 5px;
}
.reliefTitle{
	margin: 10px 0 5px 0;
}
@media (max-width: 768px) {
.topRelief2{
	float: none;
	width:auto;
	height:auto;
	border:none;
	padding: 0px;
	margin:0px;
}

}

/********************************
BS
********************************/

.bsImg img{
	float:left;
	margin:5px 15px 0 0;
}
.bsGlayBox{
	float: left;
}
.tokyoImg img{
	float: left;
	margin-right: 20px;
}
.tokyoAdress{
	width:1000px;
}
.bsTextBox{
	margin:30px 0 0 0;
}
.bsTokyoMain{
	display: block;
}
.bsProductList{
	margin:-40px 0 25px 0;
}
@media (max-width: 768px) {
.bsImg img{
	width: 100%;
	float:none;
	margin:0;
}
.bsGlayBox{
	float: none;
}
.bsTextBox{
	margin:5px 0 10px 0;
}
.tokyoImg {
	display: block;
}
.tokyoImg img{
	float:left;
	margin-right:10px;
	width:125px;
	height: auto;
}
.tokyoAdress{
	width:100%;
}
.bsTokyoMain{
	display:inline-flex;
}
	.bsProductList{
	margin:-10px 0 20px 0;
}
.eachStore{
	display: block;
	width: 100%;
	font-size:88%;
}
.eachStoreBtn{
	float: left;
}
}


/********************************
まずはお見積りをご依頼ください
********************************/

.flowBox{
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
}

.flowBox .flowBox01
{
	background:#ebebeb;
	width:31%;
	padding:0 0 5px 0;
}
.flowBox01 img{
	width:215px;
}

.flowTitle {
	background-color: #124fa9;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #02128f), color-stop(0.49, #124fa9));
	background: -webkit-linear-gradient(top, #124fa9 49%, #02128f 50%);
	background: -moz-linear-gradient(top, #124fa9 49%, #02128f 50%);
	background: -o-linear-gradient(top, #124fa9 49%, #02128f 50%);
	background: -ms-linear-gradient(top, #124fa9 49%, #02128f 50%);
	background: linear-gradient(to bottom, #124fa9 49%, #003b91 50%);
}
.flowTitle p
{
	color:#ffffff;
	font-size:150%;
	padding:12px 0 ;
	text-align:center;
	font-weight:bold;
}
.flowText{
	padding: 10px 15px;
}

/* 画像サイズ強制 */
.imgfixer {
	width: 95%;
	margin: 20px auto;
}

.imgfixer img {
	width: 100%;
	height: auto;
}
.arrowImg img{
	width:25px;
	margin: 140px 5px 0px 5px
}

@media (max-width: 768px) {
.flowBox01 img{
	width:100%;
}
.flowTitle {
	background-color: #124fa9;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #02128f), color-stop(0.49, #124fa9));
	background: -webkit-linear-gradient(top, #124fa9 49%, #02128f 50%);
	background: -moz-linear-gradient(top, #124fa9 49%, #02128f 50%);
	background: -o-linear-gradient(top, #124fa9 49%, #02128f 50%);
	background: -ms-linear-gradient(top, #124fa9 49%, #02128f 50%);
	background: linear-gradient(to bottom, #124fa9 49%, #003b91 50%);
	min-height: 40px;
}
.flowTitle p
{
	color:#ffffff;
	font-size:92%;
	padding:3px 0 ;
	text-align:center;
	font-weight:bold;
}
.flowText{
	padding: 8px 5px 5px 5px;
	line-height:140%;
	font-size:90%;
}
.arrowImg img{
	width:9px;
	height:20px;
	margin: 120px 5px 0px 5px
}
}

/****************************************************************
★★★下層ページ★★★
****************************************************************/


/*青いデザイン見出し*/
.aboutDecorationText{
	font-size:28px;
	line-height:1.6;
	color:#0083DB;
	font-weight:500;
	font-weight:bold;
}
.aboutDecorationText span.threeWord{
	font-size:26px;
}
.aboutDecorationText2{
	font-size:34px;
	line-height:1.6;
	margin-top:15px;
	color:#0083DB;
	font-weight:bold;
}
.aboutDecorationBox{
	width:210px;
	margin:35px 20px 30px;
	padding:0 10px;
	font-size:16px;
	line-height:2.3;
	text-align:left;
	color:#0083DB;
	float:left;
	
}
.aboutDecorationBlue{
	color:#0083DB;
}
.title-border {
display: flex;
align-items: center;
}

.title-border:after {
border-top: 1px solid #0099ff;
content: "";
flex-grow: 1;
}
.title-border:after {
margin-left: 1rem;
}
@media (max-width: 768px) {
	.aboutDecorationText,
	.aboutDecorationText span.threeWord{
		font-size:15px;
		line-height:1.2;
	}
	.aboutDecorationText2{
		font-size:20px;
	}
	.title-border {
	display: flex;
	align-items: center;
	}
	.title-border:after {
	border-top:none;
	content: "";
	flex-grow: 1;
	}
	#aboutBsImg{
		float: none;
		margin-right:0px;
		margin-bottom: 10px;
		text-align: center;
	}
}



/********************************
コンテンツページ<SR>：アコーディオン
********************************/

h5.bs{
	font-size:140%;
	padding:5px 5px 5px 6px;
	border:none;
	border-left: 5px solid #C0C0C0;
	border-bottom: 3px solid #C0C0C0;
	margin:15px 0 10px 0;
}
.read{
	margin:0 auto;
}
h6.bs{
	font-size: 130%;
	margin-bottom: 8px;
}

@media (max-width: 768px) {

.roteMoreTitle{
	background:#2d5ebe;
	padding: 5px 10px;
	border-radius: 2px;
}
.roteMoreTitle2{
	background:#dbecfd;
	padding: 8px 10px;
	border-left: 1px solid #2364e1;
	border-right: 1px solid #2364e1;
	border-bottom: 1px solid #2364e1;
}
.roteMore{
	float:right;
	font-size: 150%;
	padding-top:6px;
}
h5.bs{
	color: #fff;
	font-size:100%;
	padding:0px;
	border:none;
	border-left:none;
	border-bottom:none;
	margin:0;
	}
	
h6.bs{
	font-size: 100%;
	margin-bottom:0;
	color: #2d5ebe;
	padding-right:25px;
	background:url(../images/ico-arrow_down-gray.png)no-repeat;
	background-position:right;
}
.routeTop{
	margin-top:7px;
}
}



/********************************************************************ここからpractice-site-rd03の記述********************************************************/
/*********************************************************************
PCとSPで異なるページ内リンク
**********************************************************************/
ul.PageLink_print li a{
	padding:0 0 0 23px;
	background-image:url(../images/pagelink.gif);
	background-repeat:no-repeat;
	background-position:2px 50%;
}/*********************************************************************
test04.htm(padding:15pxつきの900pxの親BOXに二つのコンテンツを入れる)
**********************************************************************/
.mainBlueBox{
	width: 900px;
	background:#A0BCFF;
	padding: 15px;
}
.mainBluImgBox{
	float:left;
}
.mainBluImgBox img{
	width:350px;
}
.mainBluTextBox{
	width:498px;
	padding:5px 17px;
	margin:0 0 0 10px;
	border:4px solid #111B9C;
	float:left;
}
/*********************************************************************
test03.htm(padding:10pxつきの665pxの親BOXに二つのコンテンツを入れる)
**********************************************************************/
.contentMainBox{
	width: 655px;
	padding:10px;
	margin: 110px auto;
	border: 4px solid #DB93D7;
}
.testImgBox{
	float:left;
}
.testTextBox{
	width:227px;
	padding:5px 8px;
	background-color: #FFC2F4;
	border:1px dashed #910002;
	margin-left: 10px;
	float:left;
}

/********************************
test02.htm(ボックスモデルの確認)
********************************/
.testBox{
	width: 296px;
	padding:8px 6px;
	border:1px solid #DAA0E9;
	margin: 5px auto;
	background-color: bisque;
}
.mainBox{
	width: 162px;
	padding:10px 50px;
	border: 5px solid #73009E;
	margin:0 12px;
	background-color:darkkhaki;
}
.subBox{
	width:130px;
	padding:10px 5px;
	border:3px solid #2C009E;
	margin:5px 8px;
	text-align: center;
	background-color:cadetblue;
	
}

/********************************
test01.html
********************************/
.structureContentsArea{
	background-color:#f3f3f3;
	padding: 10px 5px;
}
.structureContentsTextBox{
	float: left;
	width: 376px;
	margin:50px  25px 50px 15px ;
}
.structureContentsTextBox h3{
	text-align: center;
	margin:auto 0 15px;
	font-size: 190%;
	font-weight: bold;
	line-height: 1.2;
}

p.imgSetBox{
	float: left;
	width: 550px;
	margin: 0 auto 9px 5px;
}
p.imgSetBox img{
	width: 550px;
	margin: 0;
}

.structureContentsArea ul.imgSet{
	float: right;
	width:562px;
}
.structureContentsArea ul.imgSet li{
	width:48%;
	float: left;
}
.structureContentsArea ul.imgSet li:last-child{
	margin-left:9px;
	margin-right: 4px;
	}

.structureContentsArea ul.imgSet li img{
	width: 100%
}
@media (max-width: 768px) {
	.structureContentsArea{
		width: 97%;
		padding: 10px 5px;
	}
	.structureContentsTextBox{
		float: none;
		width: 100%;
		margin:0 auto 8px auto;
	}
		.structureContentsTextBox h3{
		margin:auto 0 5px;
		}
	p.imgSetBox{
		width: 96%;
		text-align: center;
	}
	p.imgSetBox img{
		width: 100%;
	}
	.structureContentsArea ul.imgSet{
		float: none;
		width: 96%;
		margin: 0 auto;
	}
	.structureContentsArea ul.imgSet li{
		width: 49%
	}
	.structureContentsArea ul.imgSet li:last-child{
	margin-left: 2%;
	margin-right: 0;
	}
}

/********************************
test03.html
********************************/
.dsPageLink li{
	float: left;
	margin: 12px 40px;
}

.dsPageLink li a{
	background:url("../images/pagelink.gif") 0% 50%;
	background-repeat:no-repeat;
	padding-left:20px;
}

.dsCellBox{
	width:892px;
	margin: 15px auto 70px auto;
}

.dsCell{
	width:199px;
	float:left;
	margin:0 12px 38px;
	text-align: center;
}
.dsTxtBtn{
	margin:6px 0 6px;
}

.dsCellBtn a:hover img{
	visibility: visible;
}
@media (max-width: 768px) {
	.dsCellBox{
		width:100%;
		margin: 10px 0 50px;
	}
	.dsCell{
		width:46%;
		float:left;
		margin:0 2% 28px;
	}
	.dsCell img{
		width:100%;
		max-width: 199px;
	}
	.dsTxtBtn{
		margin:6px 0 0px;
	}
	.dsCellBtn{
		display: none;
	}
	p.readMoreCloseBtn_ds{
		clear: both;
		text-align:right;
	}

}
/**********************************/
/*モーダルウィンドウ
https://syncer.jp/jquery-modal-window*/
/**********************************/
#modal-content {
	width: 50% ;
	margin: 0 ;
	padding: 10px 20px ;
	border: 2px solid #aaa ;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 2 ;
}
  
#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.button-link {
	color: #00f ;
	text-decoration: underline ;
}
 
.button-link:hover {
	cursor: pointer ;
	color: #f00 ;
}

/********************************
blog-test01.html
********************************/
/****ブログ基本レイアウト*****/
#blogAllBody{
	width: 1024px;
	margin: 0 auto;
}
#blogMainArea{
	float: left;
	margin: 0 3% 0 1%;
	width: 64%;
}
#rightMenuArea{
	background-color:#FFE1F3;
	float: right;
	margin: 0 0 10px;
	padding: 1% 2% 0 0;
	width: 27%;
	}
#rightMenuArea .coments{
	text-align: center;
	padding: 80px 10px;
}
@media (max-width: 768px) {
	#blogAllBody{
		width:100%;
	}
	#blogMainArea{
		float:none;
		margin: 0 auto;
		width: 93%;
		}
	#rightMenuArea{
		float: none;
		margin:0;
		padding:0 3%;
		width: 94%;
	}
}
/****ブログ見出し*****/
	#blogMainArea h1{
	font-size:28px;
	color:#ffffff;
	padding:5px;
	margin-bottom:20px;
	background-color:#E85EB1;
}
	#blogMainArea h2{
	font-size:20px;
	color:#4d4d4d;
	line-height:27px;
	padding-left:5px;
	margin-top:50px;
	margin-bottom:15px;
	border-left:8px solid #E85EB1;
	border-bottom:dotted 2px #CCCCCC;
}
	#blogMainArea h3{
	font-size:16px;
	color:#4d4d4d;
	line-height:22px;
	padding-left:5px;
	margin-top:40px;
	margin-bottom:10px;
	border-left:7px solid #EB75BC;
}
@media (max-width: 768px) {
	#blogMainArea h1{
		font-size: 18px;
		margin: 0 0 20px;
		padding: 2% 0 2% 2%;
	}
}
/******並べる設定*********/
/*pc sp共に横ならび(実際blogで何回も使ってたやつ)*/



/*pc sp共に横ならび*/
.setType01 .setBox{
	float: left;
}
.setType01 .setBox img{
	width: 100%;
}
.setType01 .setCell{
	margin-right: 15px;
	
}
@media (max-width: 768px) {
	.setType01 .setBox{
		max-width:47%;
	}
	.setType01 .setCell{
		margin-right:3%;
	}
}
/*pc横,sp縦ならび*/
.setType02 .setBox{
	float: left;
}
.setType02 .setBox img{
	width: 100%;
}
.setType02 .setCell{
	margin-right: 15px;
}
@media (max-width: 768px) {
	.setType02 .setBox{
		float: none;
		width: 100%;
	}
	.setType02 .setBox img{
		width:auto;/*imgが320pxより小さいときpcのw100％を無効にするため*/
		max-width: 100%;
	}
	.setType02 .setCell{
		margin-right: 0;
		margin-bottom:20px;
	}
}


/*pc sp共に横ならび(imgのwidth320以上)*/
.setTypeA li{
	width:320px;
	float: left;
}
.setTypeA li:first-child{
	margin-right:15px;
}
.setTypeA li img{
	width: 100%;
}
@media (max-width: 768px) {
	.setTypeA li{
		width:47%;
		float: left;
	}
	.setTypeA li:first-child{
		margin-right:3%;
	}
	.setTypeA li img{
		width: 100%;
	}
}
/*pc sp共に横ならび(imgのwidth320以下)*/
.setTypeB {
	width:500px;
}
.setTypeB li{
	width:47%;
	float: left;
}
.setTypeB li:first-child{
	margin-right:3%;
}
.setTypeB li img{
	width: 100%;
}
@media (max-width: 768px) {
	.setTypeB {
		width:100%;
	}
	.setTypeB li{
		width:47%;
		float: left;
	}
	.setTypeB li:first-child{
		margin-right:3%;
	}
	.setTypeB li img{
		width: 100%;
	}
}
/**/
@media (max-width: 768px) {
	.longBottomTalkSp{
		margin-bottom: 15px;
	}
}

/********************************
for-st.html
********************************/
/*for-st.html内 共通*/
.titleM{
	font-size:334%;
	color: #828282;
}
@media (max-width: 768px) {
	.titleM{
		font-size:226%;
	}
}
/*for-st.html内 共通 end*/
#ctBox{
	width:auto;
	height:210px;
	padding-top: 206px;
	margin-bottom: 45px;
	background-image: url(../images/contents/ct-bg.png);
}
#titleBox{
	width:1024px;
	margin:0 auto;
	text-align: center;
	font-size:120%;
	color: #828282;
}
#msgArea{
	width:1024px;
	margin:0 auto 70px;
	text-align: center;
}
@media (max-width: 768px) {
	#titleBox{
		width:100%;
		margin:0 auto;
		text-align: center;
		font-size:120%;
	}
	#ctBox{
		height: 202px;
		padding-top: 138px;
	}
	#msgArea{
		width:85%;
		margin:0 auto 65px;
		text-align:left;
	}
}

section.pfArea{
	width:96%;
	padding:0 2%;
    margin-bottom: 70px;
}
section.pfArea .textBm{
	margin: 0 0 30px 10px;
}
a.pfLink{
	width:46%;
	margin: auto 2% 3%;
	float:left;
	display: block;
}
ul.pfBox{
	width:100%;
    height: 123px;
	background-color:#D2EFEE;
	float:left;
}
ul.pfBox:hover{
	opacity:0.5;
}
ul.pfBox li.imgCell{
	float:left;
	width:43%;
}
ul.pfBox li.imgCell img{
	width:100%;
	min-width: 105px;
}
ul.pfBox li.imgCell img{
	visibility: visible;
}
ul.pfBox li.textCell{
	float:left;
	height: 123px;
    width: 57%;
}
ul.pfBox li.textCell ul.textIn{
    width: 94%;
    margin: 2% auto;
	color:#4D4C7B;
}
ul.textIn li.siteTitle{
font-size:110%;
font-weight: bold;
margin-bottom: 5px;
}
ul.textIn li.dText{
font-size:90%;
margin-top: 15px;
}
@media (max-width: 768px) {
	section.pfArea{
		margin-bottom: 65px;
	}
	section.pfArea .textBm{
		margin: 0 0 0 10px;
	}
	a.pfLink{
		width: 98%;
		max-width: 444px;
		margin: 4% 1%;
	}
	ul.pfBox{
		max-width: 444px;
		height: auto;
	}
	ul.pfBox li.imgCell{
		max-width: 240px;
		width:34%;
	}
	ul.pfBox li.imgCell img{
		margin-top: 3%;
	}
	ul.pfBox li.textCell{
		height:auto;
    	width: 66%;
	}
	ul.pfBox li.textCell ul.textIn{
		font-size: 100%;
		width: 85%;
		margin: 2% auto;
	}
	ul.textIn li.siteTitle{
		font-size:92%;
    	margin: 2% auto;
    	text-align: center;
	}
	ul.textIn li.dText{
		margin-top: 2%;
	}
}
#catArea{
    width: 96%;
    padding: 0 2%;
}
#ytBox{
	width:96%;
	padding:0 2%;
}

#nekoBox{
	width:100%;
	margin-bottom: 47px;
	float:left;
}
.nekoCell{
    width: 50%;
    float: left;
    margin: 0 auto 40px
}
.nekoCell p{
    width: 47%;
    float: left;
}
.nekoCell p img{
    width: 100%;
    float: left;
}
.imgNeko01{
	margin-top: 20px;
}
.imgNeko02{
	margin-top: 30px;
}

.nekoList{
    width: 47%;
    margin-left: 3%;
	float: left;
}
.nekoName01,.nekoName02{
	font-size: 180%;
	font-weight: bold;
}
/*.nekoName01 span,.nekoName02 span{
	border-bottom:solid;
	border-width:5px;
}
.nekoName01 span{
	border-color:#FFF370;
}
.nekoName02 span{
	border-color:#7AD3FF;
}
*/
@media (max-width: 768px) {
	#nekoBox{
		width:96%;
		margin:0 auto 30px;
	}
	.nekoCell{
		width: 100%;
		margin: 0 auto 35px
	}
	.nekoList{
	
    width: 50%;
    margin-left: 1%;
	}
	.nekoCell p{
		width: 47%;
		max-width:279px
	}
}

#ytBox{
width: 100%;
margin-bottom: 30px;
}
#pleyerBox{
	width: 50%;
}
#pleyerBox iframe.fp{
	width: 100%;
    height: 300px;
	float: left;
}
#ytBox .textBox{
	margin: 0 0 30px 10px;
}
#ytCatImg{
    width: 27%;
	float: right;
}
#ytCatImg img{
    width: 100%;
}

.ytMoreBtn{
    width: 30%;
    float: left;
    margin: 20px 0 0 60px;
	text-align: center;
	font-weight: bold;
	border-radius: 10px;
	font-size: 120%;
	color:#fff;
	background-color:#273EC9;
}
.ytMoreBtn a{
	color:#fff;
	display: block;
	padding: 3%;
	}
.ytMoreBtn a:hover{
	background-color:#5164DC;
	border-radius: 10px;
}

.ytMoreBtn a:checked{
	color:#fff;
}

@media (max-width: 768px) {
	#ytBox{
	width: 96%;
	margin-bottom: 30px;
	}
	#ytBox .textBox{
		width: 92%;
		margin: 2% auto;
	}
	#pleyerBox{
		width: 96%;
		margin-bottom: 15px;
	}
	#ytCatImg{
		width:46%;
		margin-right: 11px;
		margin-top: 22px;
	}
	.ytMoreBtn{
		width: 50%;
		margin: 25px auto 0;
		font-size: 110%;
	}
	.ytMoreBtn a{
		padding: 5%;
	}

}

	/* products.html *****************************************/

	/* div3つならべる *********/
	.threeBoxRap{
		margin:  10px 0 20px;
	}

	.threeBox{
	width:309px;
	border: #aaa solid 1px;
	padding: 5px 3px;
	margin: 0 9px;
	float:left;
	}

	.threeBox .imgPre{
	width:309px;
	height:100px;
	background-color:darkcyan;
	}

	/* UL、LIで4つならべる *********/

	.fourCellRap{
		margin-bottom: 20px;
	}

	.fourCell li{
		width:212px;
		border:#aaa solid 1px;
		margin: 0 21px;
		float:left;
	}

	.fourCell p.imgPre{
		width:194px;
		height: 60px;
		margin:6px 9px;
		background-color:wheat;

	}
		.fourCell p.txt{
		text-align: center;
	} 

	/*-UL,LIの中にUL,LI：4つならべる *********/
	.btnListRap{
		margin-bottom: 50px;
}

	.btnList{
		width:238px;
		float:left;
		margin:0 9px ;
	}
	.btnList li.btnLi{
		width:236px;
		margin: 0 9px 4px;
		border:#aaa solid 1px;
		
	}
	/* clearfix*/
	.btnList li.btnLi::after{
		content: "";
		display:block;
		clear: both;
	}

	.btnList a.btn{
		display: block;
	}

	/* ↓この意味が曖昧 
	「btnListの中のa.btn:hoverの中のimgにこの指定のcssが適応するってこと？*/
	.btnList a.btn:hover img{
		visibility:visible;
	}

	.btnList a.btn .btnImg{
		float: left;
	}
	
	.btnList a.btn .btnTxt{
		width: 120px;
		height:28px;
		text-align: center;
		padding:15px 0 12px;
		margin: 0; 
		float: left;

	}

/* UL,LIでGnavi作成 ***************/

.naviB_rap{
	background-color: rgb(222, 249, 255);
	margin-bottom: 50px;
}
.naviB{
	width:1022px;
	margin: 0 auto;
	border-left: 1px solid rgb(84, 163, 189);
}
.naviB li{
	display:inline-block;
	width:169px;
	background-color: rgb(222, 249, 255);

	text-align:center;
	border-right: 1px solid rgb(84, 163, 189);

}
.naviB li a {
	display:block;
	height: 100%;
	padding:30px 0;
	font-size:22px;
	color:rgb(0, 102, 136);

}
.naviB li a:hover {
	background-color:#A0BCFF;
}

/* naviB liのinline-blockによる改行の非表示**/
.wrap{
	font-size:0;
   }



 /* UL,LIでアイコン画像のあるGnavi作成 */

 .naviC_rap{
	background-color: rgba(249, 253, 209, 0.808);
}
.naviC{
	width:1022px;
	margin: 0 auto;
	border-left: 1px solid rgb(249, 253, 209);
	/* naviC liのinline-blockによる改行の非表示**/
	font-size:0;
}
.naviC li{
	display:inline-block;
	width:169px;
	background-color: rgb(249, 253, 209);
	text-align:center;
	/* 境界線のために */
	position: relative;
}
.naviC li::after{
	content:"";
	display: block;
	width:2px;
	height:20px;
	background-color: #cccccc;
	position:absolute;
	right:-1px;
	top:calc((100% - 20px)/2);
}

.naviC li:last-child::after{
	content:none;
}


.naviC li a {
	display:block;
	height: 100%;
	padding:20px 0;
	font-size:22px;
	color:rgb(0, 102, 136);

}
.naviC li a:hover {
	background-color:#A0BCFF;
}

.naviC li a:hover img {
	visibility:visible;
}

.naviC li p {
	margin-bottom: 10px;
}

.naviC li span {
	font-size: 18px;
	font-family: "Koburina Gothic W6 JIS2004";
}


.label_a{
	width:360px;
	text-align: center;
	padding: 10px 0;
	border-left: 1px dashed #cccccc;
	border-right: 1px dashed #cccccc;
	background-color: rgba(249, 253, 209, 0.676);
	margin-bottom: 50px;
}
.label_a p:first-child{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.label_a p:nth-child(2){
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.label_a p:last-child{
	font-size: 14px;
	font-weight: bold;
	color: rgb(255, 119, 0);
}
.label_a p:last-child::after{
	content: "=";
	font-size: 14px;
	font-weight: bold;
	color: rgb(255, 119, 0);
}
.label_a p:last-child::before{
	content: "=";
	font-size: 14px;
	font-weight: bold;
	color: rgb(255, 119, 0);
}

.demoBtnRap{
	float:left;
	width: 350px;
	margin-right: 80px;
}

/* デモボタン01**********/
.demoBtn01{
	width: 350px;
	background-color: darkcyan;
	text-align: center;
	margin-bottom: 30px;
}
.demoBtn01 a{
	display: block;
	color:#ffffff;
	height:80px;
	line-height:80px;
}
.demoBtn01 a:hover{
	background-color: rgb(1, 156, 156);
}

/* デモボタン02**********/
.demoBtn02{
	width: 350px;
	height:80px;
	background-color: darkcyan;
	position: relative;
	margin-bottom: 30px;
}
.demoBtn02 a{
	display: block;
	height: 100%;
	color:#ffffff;
	/* 下記の3行で縦の中央に配置されるがaタグだと現状知識ではできなかった。 */
	position: absolute;
	top:50px;
	transform: translateY(-50%);
}
.demoBtn02 a:hover{
	background-color: rgb(1, 156, 156);
}

/* デモボタン03（01のline-heightなしパージョン）**********/
.demoBtn03{
	width: 350px;
	background-color: darkcyan;
	margin-bottom: 30px;
}
.demoBtn03 a{
	display: block;
	color:#ffffff;
	padding: 20px 0;
}
.demoBtn03 a:hover{
	background-color: rgb(1, 156, 156);
}


/* デモボタン04（display: flex）**********/
.demoBtn04{
	width: 350px;
	height:80px;
	display: flex;
	justify-content:center;
	align-items: center;
	background-color: darkcyan;
	margin-bottom: 30px;
}
.demoBtn04 a{
	display: block;
	color:#ffffff;
}
.demoBtn04 a:hover{
	background-color: rgb(1, 156, 156);
}


/* デモボタン05(04の改善版)**********/
.demoBtn05{
	width: 350px;
	height:80px;
	background-color: darkcyan;
	margin-bottom: 30px;
}
.demoBtn05 a{
	display: flex;
	justify-content:center;
	align-items: center;
	color:#ffffff;
	height:100%;
}
.demoBtn05 a:hover{
	background-color: rgb(1, 156, 156);
}

/* display: flex;にするとどうなるのか確認用**********/

.flxKakuninRap{
	float:left;
	width:460px ;
}

.flxKakunin{
	display: flex;
	flex-direction: row;
	align-items:flex-start;
	justify-content: space-around;
	width: 400px;
	height: 400px;
	margin: 30px;
	background-color: lightgreen;
}

.flxKakunin span{
	background-color: darkgreen;
	color:#ffffff;
	padding: 0 10px;
}


/* アイコンリスト *************************/
/* SPで丸形にできない *************************/
.acListRap{
	margin-bottom: 50px;
}

.acList li {
	width: 160px;
	margin-right: 10px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: 530;
	float: left;
}

.acList li a{
	display: block;
	height: 100%;
}
.acList a:hover img{
	visibility:visible;
}
.acList_ac{
	background-color: #020049;
	width: 160px;
	height:160px;
	margin-bottom: 10px;
	/* 画像を中央に配置するため */
	position: relative;
}
.acList_ac img{
	position: absolute;
	top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
}


@media (max-width: 768px) {
	.acListRap{
		margin-bottom: 50px;
		width: 100%;
	}	
	.acList li {
		width: 15%;
		margin-right: 8px;
		font-size: 12px;
		letter-spacing: 0.1em;
	}
	
	.acList li a{
		width: 100%;
		height: 40%;
	}
	
	.acList_ac{
		background-color: #020049;
		width: 100%;
		margin-bottom: 10px;
		/* 画像を中央に配置するため */
		position: relative;
	}
	
	.acList_ac img{
		width: 70%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	

}


/* flexを使ってPC,SPで円形を並べる *************************/
/* 参考：https://web-shindanshi.jp/web-learning/csshtml/ */

/*PC、SP 共通の設定 */
.maruCT_xxx{
	width:100%;
	padding-top:100%;
	border-radius:50%;
	background-color: #f8ffc3;
	/* 中身をabsoluteにするため */
	position: relative;
}

/* PC用の設定 */
@media (min-width: 500px) and (max-width: 2500px) {
	.maruCT_oosoto{
		display:flex;
	}

	.maruCT_soto{
		position: relative;
		width:23%;
		margin:1%;
		background-color: #ff74ff;
	}
}

@media (max-width: 500px) {
	.maruCT_oosoto{
		display:flex;
		flex-wrap: wrap;
	}

	.maruCT_soto{
		position: relative;
		width:48%;
		margin:1%;
		background-color: #ff74ff;
	}
}

.title_txt{
	position:absolute;
	top:50%;
	font-size:3vw;
	color:#ff74ff;
	text-align:center;
	 /*重要！親要素の枠いっぱいまにで、widthを設定してあげないと、左に寄ってしまう。理由は、文字数が横幅いっぱいにないから*/
	width:100%;
	/* absoluteのtop:50%で設定するとその要素の左上が基点になる。
	つまりこの場合その基点からテキストが始まってる。
	そのズレをネガティブマージンで整える必要がある。
	ちなみにズレは文字の半分の高さ*/
	margin: -1.5vw 0;
}



/* 行の高さの確認 **********************************************/
.LH_test{
	border:1px solid #000;
	margin: 30px 0;
}
.LH_test p{
	font-size:18px;
	line-height:1;
}



/* PCもSPも横並び *************************/
.ctsBannerRap div:first-child{
	margin-right: 17px;
}

.ctsBanner{
width:46%;
padding: 1%;
background-color: #A0BCFF;
float:left;
}

.ctsBanner img{
	margin-right: 5px;
	float:left;
}

.rightTxt{
	width: 32%;
	float: right;
}


@media (max-width: 768px) {
	.ctsBannerRap{
		width:100%;
	}
	.ctsBanner{
		width:46%;
	}
	.ctsBanner img{
		width:60%;
	}
	.rightTxt{
		width: 35%;
	}
	
}

/* ％widthの検証**********/
.boxaaa{
	clear: both;
	width:500px;
	margin: 0 auto;
	background-color: khaki;
}
.boxaaa p{
	width:100%;
	padding:0 50px;
	background-color: #DAA0E9;
}

	/* 3色の内2色を並べるclearfixの練習**********/
	.aaaClearfix::after{
		content: "";
		display:block;
		clear: both;
	}

	.green{
		background-color: green;
		width: 60px;
		height: 60px;
		float: left;
	  }
	  .yellow{
		background-color: yellow;
		width: 60px;
		height: 60px;
		float: left;
	  }
	  .redBox{
		background-color: red;
		width: 60px;
		height: 60px;

	  }