@charset "utf-8";

/* ********************************************* */
/**切り替え用CSS　～768px：SP　769px～：PC
各ページで使用（1ページごと）
/* ********************************************* */

/****************************************************************
★★★トップページ index.html★★★
****************************************************************/
@media (max-width: 768px) {
	.logo img {
		max-height: 47px;
	}
}

/* メインキャッチ */
#mainCatchArea{
	width:100%;
	height: 450px;
	position: relative;
}

/* h1 屋外・車用　UVラミネート加工の強力マグネットシートをかんたん・手間なく・スピーディに製作できます */
#mainCatchArea h1{
	position: absolute;
	top: 95px;
	left: 0px;
	right: 0px;
	font-size:200%;
	line-height:1.4em;
	font-weight:bold;
	background: linear-gradient(to right, rgba( 0, 53, 130, 0 ) 0%,rgba( 0, 53, 130, 0.7 ) 10%, rgba( 0, 53, 130, 0.7 ) 90%,rgba( 0, 53, 130, 0 ) 100%);
	color:#fff;
	text-align: center;
	margin: auto;
	padding:15px;
	width: 900px;
}
#mainCatchArea h1 span{
	color:#FF0004;
	font-size:120%;
	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;
}

/* FV画像 */
.photo-show {
	z-index:-1;
	position: relative;
}

.photo-show img {
	display: block;
	animation: show 20s infinite;
	-webkit-animation: show 20s infinite;
	width:100%;
	min-width:1024px;
	height:auto;
	min-height: 450px;
	opacity: 0;
	position: absolute; /*画像を全て重ねる*/
	top:0;
	left:0;
}

/*アニメーション*/
@keyframes show {
	0% {opacity:0}
	5% {opacity:1}
	20% {opacity:1}
	25% {opacity:0}
 }
@-webkit-keyframes show {
	0% {opacity:0}
	5% {opacity:1}
	20% {opacity:1}
	25% {opacity:0}
}
/*各画像のアニメーションの開始時間をずらす*/
.photo-show img:nth-of-type(1) {
	animation-delay: 0s;
	-webkit-animation-delay: 0s;
}
.photo-show img:nth-of-type(2) {
	animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.photo-show img:nth-of-type(3) {
	animation-delay: 10s;
	-webkit-animation-delay: 10s;
}
.photo-show img:nth-of-type(4) {
	animation-delay: 15s;
	-webkit-animation-delay: 15s;
}

@media (max-width: 768px) {
	#mainCatchArea{
		height:215px;
		overflow :hidden;
	}
	
	#mainCatchArea h1{
		position: absolute;
		top: 5px;
		left: 0px;
		right: 0px;
		font-size:105%;
		line-height:1.3em;
		background:none;
		color:#000;
		width: auto;
		padding:0px;
		text-align: center;
	}
	#mainCatchArea h1 span{
		font-size:100%;
		text-shadow: none;
	}
	
	.photo-show img {
		width:100%;
		min-width: 320px;
		height: auto;
		min-height: 150px;
		position: absolute;
		top: 65px;
		z-index: -1;
		text-align: center;
	}
}

/* FV 実店舗バナー */
#mainCatchBs {
	position: absolute;
	top: 300px;
	right: 200px;
}
#mainCatchBs a {
	display: block;
	background-image: url(../images/bn/bs_on.png);
}
/* FV 屋内用バナー */
#mainCatchOkunai {
	position: absolute;
	top: 300px;
	right: 50px;
}
#mainCatchOkunai a {
	display: block;
	background-image: url(../images/bn/okunai_on.png);
}

/*デザイン作成・修正何度でも無料  お見積り価格からの追加料金一切なし*/
#mainCatchCopy{
	background:#124fa9;
	color:#fff;
	padding:15px;
	font-size: 120%;
	font-weight:bold;
}
/* スタッフ写真 */
#mainCatchStaff{
	height:auto;
	width: 100%;
	background:url(../images/top/main_catch_staff-bg.jpg) repeat-x;
	background-position: center;
	text-align: center;
}

@media (max-width: 768px) {
	#mainCatchCopy{
		background-color: #FFFFFF;
		color: #000;
		font-size: 100%;
		padding: 5px;
	}
	
	#mainCatchStaff{
		background-image: none;
		background-color: #124fa9;
		padding-top: 10px;
		color: #FFFFFF;
	}
	#mainCatchStaff img{
		width: 100%;
		max-width: 640px;
		height:auto;
	}
}

/***★ 初めてでもかんたん・手間無く・スピーディに、お好きなデザインで作成可能　全国のお客様にお喜びいただいています ★***/
/* 強み３つ見出し */
.pcTriplePoint{
	font-size: 85%;
	color: #fff;
	padding: 3px 15px;
	background: #ff6e1a;
	font-weight: normal;
}

@media (max-width: 768px) {
	.pcTriplePoint{
		display: none;
	}
	.spTriplePoint li{
		float: left;
		font-size: 85%;
		color: #fff;
		padding: 3px 10px;
		background: #ff6e1a;
		font-weight: normal;
		margin: 0 3px 15px;
	}
}

/* オリジナルマグネットシート 製作実例 */
#topSeisakuArea {
	width: 960px;
	margin: 0 auto;
}
#topSeisakuArea li{
	float: left;
	margin: 0 10px;
}
#topSeisakuArea li p{
	margin-top: 3px;
	text-align: center;
	font-size: 90%;
	line-height: 130%;
}

@media (max-width: 768px) { /* スライダー */
	#topSeisakuArea {
		width: 106%;
		position: relative;
		overflow: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		transform: translateZ(0);
	}
	.slider {
		width: 2200px;
	}
	#topSeisakuArea ul{
		float: left;
		margin-right: 10px;
		margin-top: 0px;
	}
	#topSeisakuArea li{
		position: relative;
		float: left;
		width: 200px;
		height: 170px;
		margin-right: 10px;
		padding: 5px;
		border: 1px solid #DDDDDD;
	}
	#topSeisakuArea li img{
		width: 100%;
		height: auto;
	}
}

/* 既成マグネットシートもございます */
#topKiseiMgArea {
	width: 900px;
	margin: 0 auto;
}
#topKiseiMgArea li{
	float: left;
	margin: 0 10px;
}
#topKiseiMgArea li a {
	display: block;
}
/* 産廃 */
#topKiseiMgArea li:first-child a {
	background-image: url(../images/bn/bn_sanpai_on.png);
}
/* 交通 */
#topKiseiMgArea li:last-child a {
	background-image: url(../images/bn/bn_traffic_on.png);
}

@media (max-width: 768px) {
	#topKiseiMgArea {
		width: 96%;
		margin: 0 auto;
	}
	#topKiseiMgArea li{
		float: none;
		margin: 0 0 10px;
		text-align: center;
	}
	#topKiseiMgArea li img{
		width: 100%;
		max-width: 400px;
		height: auto;
	}
	#topKiseiMgArea li:first-child a,
	#topKiseiMgArea li:last-child a {
		background-image: none;
	}
	#topKiseiMgArea li a {
		display: inline-block;
	}
	#topKiseiMgArea li a:hover img{
		visibility:visible;
	}
}

/* その他、こんなマグネットシートもございます */
#topOtherMgArea ul{
	width: 930px;
	margin: 0 auto;
}
#topOtherMgArea li{
	float: left;
	margin: 0 10px;
}
#topOtherMgArea li a {
	display: block;
}
/* 屋内用 */
#topOtherMgArea li.li-Okunai a {
	background-image: url(../images/bn/bn_okunai_on.png);
}
/* ホワイトボード */
#topOtherMgArea li.li-White a {
	background-image: url(../images/bn/bn_white_on.png);
}
/* 白無地 */
#topOtherMgArea li.li-Muji a {
	background-image: url(../images/bn/bn_muji_on.png);
}

@media (max-width: 768px) { /* スライダー */
	#topOtherMgArea {
		width: 106%;
		position: relative;
		overflow: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		transform: translateZ(0);
	}
	
	#topOtherMgArea ul{
		width: 800px;
	}
	
	#topOtherMgArea li{
		position: relative;
		float: left;
		width: 250px;
		margin: 0 5px;
	}
	
	#topOtherMgArea li img{
		width: 100%;
		height: auto;
	}
	
	#topOtherMgArea li.li-Okunai a,
	#topOtherMgArea li.li-White a,
	#topOtherMgArea li.li-Muji a{
		background-image: none;
	}
	
	#topOtherMgArea li a:hover img{
		visibility:visible;
	}
}

/* お客様お喜びのインタビュー*/
#topInterviewArea {
	width: 840px;
	margin: 0px auto 35px;
}
#topInterviewArea li{
	float: left;
	margin: 0 10px;
}
#topInterviewArea li a {
	display: block;
}

#topInterviewArea li:first-child a {
	background-image: url(../images/top/top_interview01_on.jpg);
}
#topInterviewArea li:last-child a {
	background-image: url(../images/top/top_interview02_on.jpg);
}

@media (max-width: 768px) { /* スライダー */
	#topInterviewArea {
		width: 106%;
		position: relative;
		overflow: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		transform: translateZ(0);
		margin-bottom: 15px;
	}
	
	#topInterviewArea ul{
		width: 560px;
	}
	#topInterviewArea li{
		position: relative;
		float: left;
		width: 250px;
		margin-right: 5px;
		padding: 5px;
		border: 1px solid #DDDDDD;
	}
	
	#topInterviewArea li img{
		width: 100%;
		height: auto;
	}
	
	#topInterviewArea li:hover img{
		visibility:visible;
	}
}

/***★ マグネットの仕様（素材・印刷）について　当店のマグネットシートはUVカットラミネートが標準仕様です ★***/
/* つやありラミネート加工も承ります。 */
#topTsuyaArea p{
	float: left;
}

@media (max-width: 768px) {
	#topTsuyaArea p{
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	#topTsuyaArea img {
		display: block;
		margin: 0 auto;
		width:100%;
		max-width: 452px;
		height: auto;
	}
}

/* 屋外用・厚さ0.8mmの国産マグネットシートを使用 */
#top08mmArea {
	float: left;
}
#top08mmArea img{
	float: right;
}
#top08mmArea .pLeft{
	float: right;
}

@media (max-width: 768px) {
	#top08mmArea {
		float: none;
	}
	#top08mmArea img {
		display: block;
		float: none;
		width:90%;
		max-width: 400px;
		height: auto;
		margin: 0px auto 5px;
	}
	#top08mmArea .pLeft{
		float: none;
		width: 100%;
	}
}

/* 溶剤系インク */
#topInkArea {
	float: left;
}
#topInkArea img{
	float: right;
}
#topInkArea .pLeft{
	float: right;
}

@media (max-width: 768px) {
	#topInkArea {
		float: none;
	}
	#topInkArea img {
		display: block;
		float: none;
		width:90%;
		max-width: 400px;
		height: auto;
		margin: 0px auto 5px;
	}
	#topInkArea .pLeft{
		float: none;
		width: 100%;
	}
}

/* 無料生地サンプル */
#topSampleArea p{
	float: right;
	margin-right: 10px;
}

#topSampleArea p a{
	display: block;
	background-image: url(../images/bn/sample_on.jpg);
}

@media (max-width: 768px) {
	#topSampleArea{
		margin-top: 35px;
	}
	
	#topSampleArea p{
		float: none;
		width: 100%;
		text-align: center;
	}
	
	#topSampleArea p a{
		background-image: none;
}
	
	#topSampleArea p span{
		font-size: 100%;
	}
	
	#topSampleArea p img {
		display: block;
		margin: 0px auto 5px;
		width: 100%;
		max-width: 300px;
		height: auto;
	}
	
	#topSampleArea p:hover img{
		visibility:visible;
	}
}

/* 特殊カット */
#topCutArea li h4{
	font-size: 110%;
	margin-bottom: 5px;
}

#topCutArea li p{
	float: left;
	margin-right: 5px;
}

@media (max-width: 768px) {
	#topCutArea li h4 span{
		font-size: 80%;
		font-weight: normal;
	}
	
	#topCutArea li p{
		float: none;
		margin-right: 0px;
	}
	
	#topCutArea li p img{
		width: 100%;
		max-width: 502px;
	}
}

/***★ 価格表の料金以外の費用は一切かかりません。 ★***/
#topPriceText {
	float: left;
	margin: 35px 0px;
}

#topPriceText img,
#topPriceText p{
	float: right;
}

.otherShopBox {
	width: 700px;
	margin: 40px auto 0px;
	position: relative;
}

.otherShopBox p{
	color: #FFFFFF;
	background-color: #ff5e01;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	padding: 3px 20px;
	position: absolute;
	top: -16px;
}

.otherShopBox h4{
	font-size: 120%;
	position: absolute;
	top: -13px;
	left: 185px;
}

.otherShopBox ul{
	width: 160px;
	padding: 0;
	margin-top: 15px;
	margin-left: 60px;
	float: left;
	font-size: 110%;
}

.topGekiyasuArea{
	float: left;
}

.topGekiyasuArea li{
	float: left;
	margin: 0 5px;
}

.topGekiyasuArea p{
	width: 220px;
	margin: 0 auto;
}

.attentionBorder{
	width: 900px;
	border: solid 1px #959595;
	padding: 10px;
	margin: 25px auto 10px;
	line-height: 130%;
	font-size: 150%;
	text-align: center;
}

@media (max-width: 768px) {
	#topPriceImg img {
		width: 100%;
		max-width: 600px;
		height: auto;
	}
	
	/* 他店でよく発生する追加料金の一例 */
	.otherShopBox {
		width: 90%;
		margin: 10px auto;
		position: static;
		border: 2px solid #ff5e01;
	}
	
	.otherShopBox h4{
		color: #FFFFFF;
		background-color: #ff5e01;
		text-align: center;
		font-size: 110%;
		font-weight: bold;
		padding: 3px 20px;
		position: static;
	}
	
	.otherShopBox ul{
		width: auto;
		margin: 10px auto 10px 15px;
		float: none;
		font-size: 110%;
		color: #ff5e01;
		font-weight: bold;
		line-height: 1.3em;
	}
	
	.otherShopBox p{
		color: #000000;
		background-color: #ffffff;
		text-align: center;
		font-size: 100%;
		padding: 0px;
		margin-bottom: 10px;
		position: static;
	}
	
	#topPriceText{
		margin: 0px;
		float: none;
	}
	
	#topPriceText img{
		float: none;
		display: block;
		margin: 0 auto;
		width: 90%;
		max-width: 400px;
		height: auto;
		margin-bottom: 15px;
	}
	
	#topPriceText p{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	
	.topGekiyasuArea{
		margin: 15px auto 0;
	}
	
	.topGekiyasuArea li{
		width: 48%;
		max-width: 230px;
		float: left;
		margin: 0 1% 5px;
	}
	
	.topGekiyasuArea img{
		width: 100%;
		max-width: 230px;
		height: auto;
	}
	
	.topGekiyasuArea p{
		width: 95%;
		margin: 0 auto;
	}
	
	.attentionBorder{
		width: 100%;
		border: none;
		padding: 0px;
		font-size: 105%;
		margin: 20px auto 10px;
	}
}

/*  サイズページリンクバナー */
#topSizeBn a{
	display: inline-block;
	background: url(../images/bn/bn_top_size_on.gif) no-repeat;
}

@media (max-width: 768px) {
	#topSizeBn{
		width: 100%;
	}
	
	#topSizeBn a{
		background: none;
	}
	
	#topSizeBn img{
		width: 100%;
		max-width: 640px;
		height: auto;
	}
	#topSizeBn img:hover{
		visibility:visible;
	}
}

/***★ 専任デザイナーによるデザイン作成無料　修正も何度でも無料 ★***/
#topDesignerArea p{
	float: left;
	width: 700px;
	margin-right: 10px;
}

#topDesignerArea img{
	float: left;
}

/* ラフ案からのでデザイン例 */
#topDesignArea img{
	margin: 0 5px;
}

/* 色校正 */
#topKouseiArea p{
	width: 600px;
	float: left;
	margin-right: 10px;
}

#topKouseiArea img{
	float: left;
}

@media (max-width: 768px) {
	#topDesignerArea p{
		width: 58%;
		margin-right: 2%;
	}
	
	#topDesignerArea img {
		display: block;
		width:40%;
		max-width: 226px;
		height: auto;
		margin-bottom: 10px;
	}
	
	#SPtopDesignArea img{
		display: block;
		margin: 0 auto 5px;
		max-width: 500px;
	}
	
	#SPtopDesignArea > #tegakiImg{
		max-width: 360px;
	}
	
	#topKouseiArea{
		background-color: #f3f3f3;
		padding: 5px;
		margin-top: 20px;
	}
	
	#topKouseiArea p{
		width: 55%;
		float: right;
		margin: 0 0 0 2%;
	}
	
	#topKouseiArea img{
		width: 43%;
		max-width: 300px;
		height: auto;
		float: left;
	}
	
	#topKouseiArea .read p{
		width: 100%;
	}
}

/***★ お支払いについて ★***/
/* チェックボタン消す */
.readMoreText input[type="checkbox"].on-off {
	display: none;
}

#topPayArea li{
	box-sizing: border-box;
	width: 232px;
	height: 370px;
	background: #F1F1F1;
	padding: 10px 7px;
	margin: 0 5px;
	float: left;
}

#topPayArea li h3{
	font-size: 190%;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 10px;
}

#topPayArea li .whiteArea{
	background: #ffffff;
	padding: 5px;
}

/* e-コレクト */
#topEcollectArea img,
#topEcollectArea p{
	float: left;
	margin-right: 10px;
	line-height: 1.3em;
}

@media (max-width: 768px) {
	#topPayArea li{
		width: 48%;
		height: auto;
		min-height: 382px;
		padding: 10px 7px;
		margin: 1%;
	}

#topPayArea li h3{
	font-size: 145%;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 10px;
}

#topPayArea li .whiteArea{
	background: #ffffff;
	padding: 5px;
}
}

/****************************************************************
★★★下層ページ★★★
****************************************************************/

/********************************
参考サイズ・価格表 price.html
********************************/
/* 他店別料金リスト */
#priceAddArea {
	line-height: 150%;
	list-style: disc;
	padding-left: 40px;
	margin-top: 5px;
}

@media (max-width: 768px) {
	/* メイン画像 */
	.priceMainImg img {
		width: 100%;
		max-width: 700px;
		height: auto;
	}
	
	.priceWidthImg img {
		width: 100%;
		max-width: 760px;
		height: auto;
	}
	
	#priceAddArea {
		padding-left: 25px;
	}
}
/* 価格表 */
.priceTable{
	width: 100%;
}

.priceTable th,
.priceTable td{
	box-sizing: border-box;
	font-size: 96%;
	line-height: 1.1em;
	text-align: center;
	border: 1px solid #9e9e9e;
}

.priceTable th{
	background-color: #e5ebf4;
	vertical-align: middle;
	text-align: center;
}

.priceTable th.priceTableHead{
	background: linear-gradient(40deg, #003b91, #003b91 49%, #F3F4F7 49%, #F3F4F7 51%, #003b91 51%, #003b91);
	color: #fff;
	font-size: 90%;
	width: 64px;
}

.priceTable td{
	color: #00246c;
	font-weight: bolder;
}

.priceTable td span{
	font-size: 75%;
	color: #333333;
}

/*価格表スクロール*/
@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;
}
}
/********************************
ご注文の流れ・お支払いについて flow.html
********************************/
h3.flow{
	background-color: #124fa9;
	padding: 10px;
	color: #fff;
	font-size: 130%;
}

@media (max-width: 768px) {
	h3.flow{
		padding: 10px;
		color: #fff;
		font-size: 110%;
	}
}

/* ① */
#flowStep01Area{
	width: 680px;
}

.flowStep01-ResBox{
	box-sizing: border-box;
	background-color: #fff;
	padding: 10px;
	border: solid 2px #959595;
}

/* ④ */
#flowStep04Area{
	width: 790px;
}

@media (max-width: 768px) {
	#flowStep01Img{
		width: 30%;
		margin-bottom: 10px;
	}
	#flowStep01Img img{
		width: 100%;
		max-width: 242px;
		height: auto;
	}
	#flowStep01Area{
		width: 65%;
	}
	
	#flowStep04Img{
		width: 25%;
		height: auto;
	}
	#flowStep04Img img{
		width: 100%;
		max-width: 132px;
		height: auto;
		float: right;
	}
	#flowStep04Area{
		width: 70%;
	}
	
	/* ⑥ */
	#flowStep06Img img{
		width: 100%;
		max-width: 660px;
		height: auto;
	}
	#flowStep06Img{
		width: 35%;
		height: auto;
	}
	#flowStep06Img img{
		width: 100%;
		max-width: 290px;
		height: auto;
	}
	#flowStep06Area{
		width: 60%;
	}
}

/* ⑥ */
@media (max-width: 768px) {
	#flowStep06Main img{
		width: 100%;
		max-width: 660px;
		height: auto;
	}
}

/********************************
発送・製作日数・お支払方法について nouki.html
********************************/
@media (max-width: 768px) {
	/* 発送・梱包について */
	#noukiSaisokuImg img{
		width: 100%;
		max-width: 653px;
		height: auto;
	}
	
	/* 発送から到着までの目安 */
	#noukiMapImg img{
		width: 100%;
		max-width: 660px;
		height: auto;
	}
	
	/**/
	.npImg img{
		width: 100%;
		max-width: 468px;
		height: auto;
	}
}

/********************************
ご希望どおりの色味を実現するために color.html
********************************/
@media (max-width: 768px) {
	#colorMainImg img{
		width: 100%;
		max-width: 660px;
		height: auto;
	}
}

/* 1. 具体的にご希望の色がありましたら、郵送でお送りください */
#colorImage01Area .pcLeftImgText{
	width: 650px;
}

@media (max-width: 768px) {
	#colorImage01Area .pcLeftImg img{
		max-width: 258px;
	}
	#colorImage01Area .pcLeftImgText{
		width: 100%;
	}
}

/* 2. サンプルの色番号で指定する */
#colorImage02Area .pcLeftImgText{
	width: 640px;
}

@media (max-width: 768px) {
	#colorImage02Area .pcLeftImg img{
		max-width: 286px;
	}
	#colorImage02Area .pcLeftImgText{
		width: 100%;
	}
}

#colorGoldImg img{
	width: 100%;
	max-width: 489px;
	height: auto;
}

/********************************
産業廃棄物収集運搬車用 sanpai.html
交通安全・防犯用 traffic.html
********************************/
/* ご注文の流れ下の電話 */
#kiseiResText{
	float: left;
	display: inline-block;
	margin-right: 10px;
}
.kiseiResNumber{
	float: left;
	margin-top: 10px;
	font-size: 160%;
}
.kiseiResNumber img{
	margin-right: 3px;
}

@media (max-width: 768px) {
	#kiseiResText{
		float: none;
		text-align: center;
		display: block;
		margin-right: 0px;
	}
	.kiseiResNumber{
		float: none;
		margin-top: 5px;
		text-align: center;
	}
	.kiseiResNumber a{
		color: #f20000;
	}
}
/***** 以下からご希望のタイプを選び、クリックしてください。 *****/
#kiseiArrowArea{
	position: relative;
}
/* 文言 */
#kiseiArrowText{
	position: absolute;
	top:15px;
	width: 100%;
	font-size: 125%;
	line-height: 1.2em;
}
/* 矢印 */
#kiseiArrow{
	width: 550px;
	margin: 0 auto;
}
#kiseiArrow::before{
  content: "";
  display: block;
  margin: 0 auto;
  width: 400px;
  height: 50px;
  background: linear-gradient(to bottom, #FFF, #FFC972);
}
#kiseiArrow::after{
  content: "";
  display:block;
  border-top: 65px solid #FFC972;
  border-left: 275px solid transparent;
  border-right: 275px solid transparent;
}

@media (max-width: 768px) {
	#kiseiArrowText{
		position: absolute;
		top:15px;
		font-size: 110%;
	}
	
	#kiseiArrow{
		width: 300px;
	}
	#kiseiArrow::before{
		width: 216px;
		height: 50px;
	}
	#kiseiArrow::after{
		border-top: 50px solid #FFC972;
		border-left: 150px solid transparent;
		border-right: 150px solid transparent;
	}
}

/* PC　産業廃棄　タイプ別選択 */
#PCsanpaiSelectArea{
	width: 100%;
	background: linear-gradient(to right, #fff 0%, #fffbb9 5%, #fffbb9 95%, #fff 100%);
}
#PCsanpaiSelectArea ul{
	width: 978px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 15px 0;
}
#PCsanpaiSelectArea li {
	box-sizing: border-box;
	border-radius: 5px;
	width: 310px;
	min-height: 165px;
	padding: 7px 0;
	margin: 8px;
	position: relative;
	float: left;
	text-align: center;
	background-color: #eceae3;
	border: 3px solid #FFB23F;
}
#PCsanpaiSelectArea li a{
	text-decoration: underline;
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#PCsanpaiSelectArea li a:hover{
	background-color: rgba( 100, 100, 100, 0.05 );
}

.kiseiSelectLink{
	text-align: center;
	color: #0066ff;
	text-decoration: underline;
	font-size: 90%;
}

.kiseiSelectText{
	position: absolute;
	bottom:6px;
	width: 100%;
	line-height: 1.3em;
}

/* SP産廃　タイプ別選択 */
@media (max-width: 768px) {
	.SPsanpaiSelectArea{
		width: 100%;
		max-width: 450px;
		border-radius: 8px;
		padding: 10px;
		margin: 0 auto;
		box-sizing: border-box;
		background-color: #eceae3;
		border: 4px solid #ffbf59;
	}
	.SPsanpaiSerectImgLong img{
		width: 100%;
		max-width: 285px;
		height: auto;
		margin-bottom: 3px;
	}
	.SPsanpaiSerectImgShort img{
		width: 100%;
		max-width: 140px;
		height: auto;
		margin-bottom: 3px;
	}
}

/* PC　交通安全　タイプ別選択 */
#PCtrafficSelectArea{
	width: 100%;
	background: linear-gradient(to right, #fff 0%, #fdefba 5%, #fdefba 95%, #fff 100%);
}
#PCtrafficSelectArea ul{
	width: 978px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 15px 0;
}
#PCtrafficSelectArea li {
	box-sizing: border-box;
	border-radius: 5px;
	width: 310px;
	min-height: 165px;
	padding: 7px 0;
	margin: 8px;
	position: relative;
	float: left;
	text-align: center;
	background-color: #eef1f5;
	border: 3px solid #4D73A8;
}
#PCtrafficSelectArea li a{
	text-decoration: underline;
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#PCtrafficSelectArea li a:hover{
	background-color: rgba( 100, 100, 100, 0.05 );
}

/* SP　交通安全　タイプ別選択 */
@media (max-width: 768px) {
	.SPtrafficSelectArea{
		width: 100%;
		max-width: 450px;
		border-radius: 8px;
		padding: 10px;
		margin: 0 auto;
		box-sizing: border-box;
		background-color: #eef1f5;
		border: 4px solid #4D73A8;
	}
	.SPtrafficSerectImgLong img{
		width: 100%;
		max-width: 260px;
		height: auto;
		margin-bottom: 3px;
	}
	.SPtrafficSerectImgShort img{
		width: 100%;
		max-width: 200px;
		height: auto;
		margin-bottom: 3px;
	}
}


/***** 交通安全・防犯用 *****/
/* PC交通安全　タイプ別選択 */
#kiseiTraSelectArea{
	margin: 0 auto;
	width: 942px;
}
#kiseiTraSelectArea ul {
	margin: 0 7px;
	float: left;
}
#kiseiTraSelectArea li {
	width: 300px;
	padding: 15px 0;
	background-color: #E8ECF1;
	margin-bottom: 10px;
	position: relative;
}
#kiseiTraSelectArea li a{
	text-decoration: underline;
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}



/* 該当デザイン一覧 */
.trafficItemArea ul{
	width: 800px;
	margin: 0 auto 20px;
}
.trafficItemArea ul li{
	box-sizing: border-box;
	width: 380px;
	padding: 15px 60px;
	background-color: #F8F9FB;
	border: 1px solid #CACACA;
	float: left;
	margin: 0 10px;
	position: relative;
}
.trafficItemArea ul li:hover{
	background-color: #E8ECF1;
	border: 1px solid #b5b5b5;
}
.trafficItemArea ul li a{
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

@media (max-width: 768px) {
	.trafficItemArea ul{
		width: 98%;
		margin: 0 auto;
	}
	.trafficItemArea ul li{
		width: 100%;
		max-width: 430px;
		padding: 10px 0;
		float: none;
		margin: 0 auto 5px;
	}
	.trafficItemArea ul li dd{
		margin-left: 50px;
	}
}









.trafficItemBtn{
	width: 220px;
	margin: 0 auto;
	text-align: center;
	background-color: #ff5e01;
	border-radius: 5px;
	padding: 5px;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	z-index: 10;
}
.trafficItemBtn:hover{
	background-color: #124FA9;
}

/********************************
産業廃棄物収集運搬車の表示義務について popup-sanpaikiyaku.html
********************************/
h1.h1kiyaku{
	font-size: 160%;
	padding-left: 10px;
	margin: 15px auto 20px;
	line-height: 45px;
	border-left: 8px solid #003b91;
}

ul.sanpaiEx{
	margin-top: 15px;
}
ul.sanpaiEx li{
	float: left;
	width: 210px;
	margin-right: 15px;
}

/********************************
屋内でもご使用いただけます okunai.html
********************************/
/***** 切り抜きが可能です *****/
#okunaiCutArea .pcRightImgText{
	width: 670px;
}

@media (max-width: 768px) {
	#okunaiCutArea .pcRightImgText{
		width: 100%;
		float: none;
	}
	#okunaiCutArea .pcRightImg {
		margin: 10px auto 0;
		float: none;
	}
	#okunaiCutArea .pcRightImg p{
		width: 50%;
		float: left;
		text-align: center;
	}
	#okunaiCutArea .pcRightImg img{
		width: 100%;
		max-width: 260px;
		height: auto;
	}
}

/***** １枚から最短翌営業日での製作が可能です *****/
#okunai1maiArea .pcRightImgText{
	width: 670px;
}

@media (max-width: 768px) {
	#okunai1maiArea .pcRightImgText{
		width: 60%;
	}
	#okunai1maiArea .pcRightImg {
		width: 38%;
		margin-left: 2%;
	}
	#okunai1maiArea .pcRightImg img{
		width: 100%;
		max-width: 260px;
		height: auto;
	}
}

/********************************
ホワイトボードタイプのマグネットシートも承ります whiteboard.html
********************************/
/* フォームリンクボタン */
.wbFormArea .pcRightImgText{
	width: 620px;
	text-align: right;
}

.whiteboardBtn a {
	display: block;
	background-image: url(../images/btn/whiteboard_inquiry_on.gif);
}

.wbFormArea .pcRightImg{
	margin: 0;
}

@media (max-width: 768px) {
	.wbFormArea .pcRightImgText{
		width: 100%;
		float: none;
		text-align: center;
	}
	.wbFormArea .pcRightImg {
		width: 90%;
		max-width: 320px;
		margin: 3px auto 0;
		float: none;
	}
	.wbFormArea .pcRightImg img{
		width: 100%;
		max-width: 320px;
		height: auto;
	}
	.wbFormArea .pcRightImg:hover img{
		visibility:visible;
	}
}

/***** ホワイトボードタイプのマグネットシートとは *****/
#wbWhyArea .pcLeftImgText{
	width: 670px;
}

@media (max-width: 768px) {
	#wbWhyArea .pcLeftImg {
		width: 40%;
		margin: 0 2%;
		float: left;
	}
	#wbWhyArea .pcLeftImgText{
		width: 55%;
		float: left;
	}
}

@media (max-width: 500px) {
	#wbWhyArea .pcLeftImg {
		width: 100%;
		margin-bottom: 10px;
	}
	#wbWhyArea .pcLeftImg img{
		max-width: 260px;
	}
	#wbWhyArea .pcLeftImgText{
		width: 100%;
	}
}

/***** ホワイトボードタイプマグネットシート　価格表 *****/
#wbPriceArea .pcRightImgText{
	width: 540px;
}

@media (max-width: 768px) {
	#wbPriceArea .pcRightImgText{
		width: 100%;
	}
	#wbPriceArea .pcRightImg{
		width: 100%;
		margin-left: 0px;
		text-align: center;
	}
	#wbPriceArea .pcRightImg img{
		width: 100%;
		max-width: 400px;
		height: auto;
	}
}

/***** 価格表 *****/
#wbPriceTable{
	width: 700px;
	margin: 35px auto 20px;
}

@media (max-width: 768px) {
	#wbPriceTable{
		width: 100%;
	}
	#wbPriceTable img{
		width: 100%;
		max-width: 700px;
		height: auto;
	}
}

/***** 納期について *****/
@media (max-width: 768px) {
	#wbNoukiImg img{
		width: 100%;
		max-width: 653px;
		height: auto;
	}
}

/***** デザイン作成無料 *****/
#wbDesignArea .pcRightImgText{
	width: 670px;
}

@media (max-width: 768px) {
	#wbDesignArea .pcRightImgText{
		width: 63%;
	}
	#wbDesignArea .pcRightImg{
		width: 35%;
		margin-left: 2%;
	}
	#wbDesignArea .pcRightImg img{
		width: 100%;
		max-width: 250px;
		height: auto;
	}
}

/********************************
白無地マグネットシートも承ります muji.html
********************************/
#mujiResArea.grayBox {
	padding: 50px 15px;
}

.mujiFormArea{
	margin-top: 30px;
}

.mujiFormArea .pcRightImgText{
	width: 600px;
	text-align: right;
}

.mujiFormArea .pcRightImg{
	margin-left: 0px;
}

.mujiBtn a {
	display: block;
	background-image: url(../images/btn/muji_inquiry_on.gif);
}

@media (max-width: 768px) {
	#mujiResArea.grayBox {
		padding: 25px 10px;
	}
	#mujiResArea .telWhiteBox {
		width: 98%;
	}
	.mujiFormArea{
		margin-top: 20px;
	}
	
	.mujiFormArea .pcRightImgText{
		width: 100%;
		float: none;
		text-align: center;
	}
	.mujiFormArea .pcRightImg {
		width: 100%;
		max-width: 320px;
		margin: 3px auto 0;
		float: none;
	}
	.mujiFormArea .pcRightImg img{
		width: 100%;
		max-width: 320px;
		height: auto;
	}
	.mujiFormArea .pcRightImg:hover img{
		visibility:visible;
	}
}

/********************************
特殊カットについて tokusyu.html
********************************/
/* 角丸、自由な形にカットできます */
@media (max-width: 768px) {
	.tokusyuCutImg img{
		width: 100%;
		max-width: 600px;
		height: auto;
	}
}

/* 最新式カットマシンで自在にカットします */
#tokusyuCutArea .pcRightImgText{
	width: 670px;
}

@media (max-width: 768px) {
	#tokusyuCutArea .pcRightImgText{
		width: 68%;
	}
	#tokusyuCutArea .pcRightImg{
		width: 30%;
		margin-left: 2%;
	}
	#tokusyuCutArea .pcRightImg img{
		width: 100%;
		max-width: 260px;
		height: auto;
	}
}

/********************************
会社概要 about.html
********************************/
/* 集合写真 */
#aboutMainText{
	text-align: center;
}

@media (max-width: 768px) {
	#aboutMainText{
		text-align: left;
		font-size: 90%;
	}
}

/* 会社概要テーブル */
#aboutTable{
	width:814px;
	margin:10px auto;
	font-size: 90%;
}

#aboutTable th,td{
	padding:5px;
	vertical-align:middle;
}

#aboutTable p{
	line-height:140%
}
.aboutDetails{
	display: flex;
	justify-content: center;
}
.aboutDetails div:first-of-type{
	margin-right: 20px;
}
.aboutDetails h2{
	font-size:1.1rem;
	border-left: 6px solid #124fa9;
	padding-left:8px;
}
.aboutDetails table{
	width:350px;
	line-height: 1.1rem;
}
.aboutDetails table tr:first-child{
	height: 4rem;
}
.aboutDetails table th,
.aboutDetails table td{
	border: none;
	vertical-align: middle;
	border-bottom:1px dashed #CCC;
	padding: 5px 10px
}

@media (max-width: 768px) {
	#aboutTable{
		width:100%;
	}

	#aboutTable th{
		width: 25%;
	}
	
	
	#aboutTable th,td{
		border: 1px solid #cccccc;
		padding: 3px 5px;
	}
	
	#aboutShopImg img{
		width: 100%;
		max-width: 700px;
		height: auto;
	}
	.aboutDetails{
		display: block;
	}
	.aboutDetails div{
		width: 70vw;
		margin: 0 auto;
	}
	.aboutDetails div:first-of-type{
		margin-right: auto;
		margin-bottom: 25px;
	}
	.aboutDetails table{
		width:100%;
	}
}

/* 東京、栃木 実店舗あります */
#aboutBsImg{
	float: left;
	margin-right:15px;
}

#aboutBsText{
	float: left;
	width: 540px;;
}

#aboutBsBtn{
	background-color:#ff5e01;
	text-align:center;
	width: 40%;
	margin-top:25px;
	margin-left:45px;
	float:left;
	border-radius: 5px;
	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);
}

#aboutBsBtn a{
	display:block;
	padding:12px;
	color:#ffffff;
	font-size:130%;
	font-weight:bold;
	line-height:120%;
}

#aboutBsBtn:hover{
	background-color:#ff7e33;
}

@media (max-width: 768px) {
	#aboutBsImg{
		float: none;
		margin-right:0px;
		margin-bottom: 10px;
		text-align: center;
	}
	
	#aboutBsImg img{
		width: 100%;
		max-width: 400px;
		height: auto;
	}
	
	#aboutBsText{
		float: none;
		width: 100%;
	}
	
	#aboutBsBtn{
		width: 70%;
		max-width: 380px;
		margin: 15px auto 0;
		float:none;
	}
	
	#aboutBsBtn a{
		padding:10px;
		font-size:120%;
	}
}

/* 企業理念 */
h3.about{
	font-size:180%;
	font-weight:bold;
	line-height:1.2;
	text-shadow: #ffffff 2px 2px 3px, #ffffff -2px 2px 3px,
				 #ffffff 2px -2px 3px, #ffffff -2px -2px 3px;
}

@media (max-width: 768px) {
	h3.about{
		font-size:120%;
		text-align: center;
	}
}

#aboutRinenArea{
	background: url(../images/contents/bg_about.jpg) no-repeat right 10%;
	min-height: 320px;
}

#rinenBox{
	width: 615px;
	margin: 35px 0;
}

.rinenImg{
	float: right;
	margin-top: -30px;
}

/* スタッフ紹介 */
.staffList {
	width: 280px;
	margin: 10px 20px 20px 20px;
}

.staffTitle {
	font-weight: bold;
	color: #124fa9;
	margin: 20px 0 0 0;
}

@media (max-width: 768px) {
	#aboutCommentTop img{
		width: 120px;
		max-width: 202px;
		height: auto;
	}
	
	/* 代表者より */
	#bgPresident{
		background: url(../images/contents/banner_bg.gif) no-repeat left top;
		font-size: 110%;
		color: #0484e4;
		font-family: ArialMT;
		height: 85px;
	}
	
	#bgRinen{
		background:url(../images/contents/banner_bg.gif) no-repeat left top;
		font-size: 100%;
		color: #0484e4;
		font-family:ArialMT;
	}
	
	#aboutRinenArea{
		background:none;
	}
	
	#rinenBox{
		width:100%;
		margin: 25px 0 35px;
		line-height: 150%;
	}
	
	.rinenImg{
		width: 40%;
		float: right;
		margin-top: 10px;
	}
	
	.rinenImg img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}
	
	.staffList{
		width:100%;
		margin:auto;
	}
	
	.staffTitle{
		margin:15px 0 5px 0;
	}
}

/********************************
ご希望どおりの色味を実現するために テレビ・新聞で紹介されました tv.html
********************************/
.videoBoxWidArea{
	width: 660px;
	height: 270px;
	margin: 0 auto 30px;
}
.adjustmentPcBox img{
	width:70%;
}



@media (max-width: 768px) {
	.tvImg690{
		max-width: 690px;
		height: auto;
	}
	.tvImg647{
		max-width: 647px;
		height: auto;
	}
	.tvImg626{
		max-width: 626px;
		height: auto;
	}
	.tvImg540{
		max-width: 540px;
		height: auto;
	}
		.adjustmentPcBox img{
		width:90%;
	}

}

/********************************
ショールームのご案内 bs.html
********************************/
/* 東京・栃木　ページ内リンク */
#bsPageLinkArea {
	margin: 20px auto;
	width: 600px;
}
#bsPageLinkArea li{
	float: left;
	text-decoration: underline;
	width: 50%;
	text-align: center;
}

@media (max-width: 768px) {
	#bsPageLinkArea{
		margin: 20px auto 0;
		width: auto;
	}
	
	#bsPageLinkArea li{
		float: none;
		width: auto;
		margin-bottom: 10px;
	}
}

h2.bsForm{
	font-size: 140%;
	padding:0 6px;
	border-left:5px solid #124fa9;
	margin-bottom: 15px;
}

@media (max-width: 768px) {
	h2.bsForm{
		font-size: 120%;
		border-left:4px solid #124fa9;
	}
}

/* グレーレスポンスエリア */
.bsSRtelArea h3{
	font-size: 120%;
}

.bsSRtelArea ul{
	display: inline-block;
	margin: 3px auto 20px;
}

.bsSRtelArea ul li{
	width: 400px;
	box-sizing: border-box;
	padding: 10px 0;
	background: #fff;
	float: left;
	margin: 0 10px;
	text-align: center;
}

.bsTel img {
	margin: 0 7px;
}

.bsTel a {
	font-size: 180%;
	font-weight: bold;
	color: #f00;
}

.bsSRbtn{
	background-color: #ed760c;
	vertical-align: middle;
	text-align: center;
	width: 70%;
	margin: 3px auto 10px;
	border-radius: 10px;
	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);
}

.bsSRbtn a {
	display: block;
	padding: 20px;
	color: #ffffff;
	font-size: 150%;
	font-weight: bold;
	line-height: 120%;
}

@media (max-width: 768px) {	
	.bsSRtelArea h3{
		font-size: 90%;
		margin-top: 15px;
	}
	
	.bsSRtelArea ul{
		margin: 0px auto;
		width: 100%;
	}
	
	.bsSRtelArea ul li{
		width: 100%;
		max-width: 400px;
		padding: 10px;
		float: none;
		margin: 5px auto 10px;
		text-align: center;
	}
	
	.bsTel{
		margin: 5px 0;
	}
	
	.bsTel img {
		margin: 0 3px;
		width: 30px;
		height: auto;
	}
	
	.bsTel a {
		font-size: 170%;
	}
	
	.bsSRbtn{
		width: 85%;
		margin: 5px auto;
	}
	
	.bsSRbtn a {
		padding: 15px;
		font-size: 120%;
	}
}

/* ショールーム　4つのメリット */
.bsMeritText{
	width: 600px;
	float: left;
	margin: 0 10px;
}
.bsMeritImg{
	float: left;
}

@media (max-width: 768px) {	
	.bsMeritText{
		width: 60%;
		float: left;
		margin: 0 2%;
	}
	
	.bsMeritImg{
		width: 35%;
		float: right;
	}
	.bsMeritImg img{
		width: 100%;
		max-width: 266px;
		height: auto;
	}
}

/* ショールームでご確認いただける商品 */
#bsSRproductArea{
	padding: 5px 15px;
	border: 1px solid #C0C0C0;
}

.bsMapBox {
	width: 700px;
	margin: 0 auto;
}

.rote-pc {
	display: flex;
	width: 210px;
}

.pcArrow {
	margin: 85px 8px 0 8px;
}

@media (max-width: 768px) {	
	
	
	.bsSRimg{
		width: 35%;
	}
	.bsSRimg img{
		width: 100%;
		max-width: 260px;
		height: auto;
	}
	.bsSRtext{
		width: 60%;
	}
	
	.bsMapBox {
		width: 100%;
	}
	
	.roteMoreTitle{
		background:#124fa9;
		padding: 5px 10px;
		border-radius: 2px;
		height: 35px;
	}
	
	.rote-pc {
		display: block;
		width: auto;
	}
	
	.mapBox {
		width: 210px;
		margin: 0 auto;
	}
}

/********************************
個人情報 kojin.html
特定商取引法 tokutei.html
********************************/
.lawTable,
.kojinTable{
	width: 700px;
	margin:20px auto;
	line-height: 130%;
}

.lawTable tr,
.kojinTable tr{
	border-top:1px solid #cccccc;
}

.lawTable th,
.lawTable td,
.kojinTable th,
.kojinTable td{
	padding:10px;
	text-align:left;
	border-left:1px #cccccc solid;
	border-right:1px #cccccc solid;
}

.lawTable tr:last-child,
.kojinTable tr:last-child{
	border-bottom:1px #cccccc solid;
}

.tokuteiSpace{
	margin-bottom: 100px;
}

@media (max-width: 768px) {
	.lawTable ,
	.kojinTable{
		width:100%;
	}

	.lawTable th,
	.kojinTable th{
		width: 30%
	}
	
	.tokuteiSpace{
		margin-bottom:50px;
	}
}

/********************************
よくいただくご質問 qa.html
********************************/
/* 回答 */
.faqList {
	margin: 0;
	padding: 15px 0;
	text-indent: -1.2em;
	padding-left: 1.2em;
	border-top: 1px solid #999999;
}

.faqList dt {
	color: #ff4e00;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.faqList dd {
	margin-left: 1.2em;
}

.faqList span {
	font-weight: bold;
	padding: 0 5px 0 0;
}

.faqListBorderNone {
	border-top: none;
}

@media (max-width: 768px) {
	#qaGoldImg img{
		width: 100%;
		max-width: 489px;
		height: auto;
	}
}

/********************************
製作実例とお客様の声 voice.html
********************************/
/* ページ内リンク選択リスト */
#voicePageLinkArea{
	margin: 0 auto;
	width: 710px;
}

#voicePageLinkArea li{
	float: left;
	text-decoration: underline;
	margin: 0 35px;
}

@media (max-width: 768px) {
	#voicePageLinkArea{
		margin: 25px auto;
		width: 80%;
	}
	
	#voicePageLinkArea li{
		float: none;
		width: auto;
		margin: 0 auto 10px;
	}
}
	
.voiceImg{
	width: 55%;
	float: left;
	margin-right: 1.5%;
	text-align: center;
}

.voiceImg img{
	max-width: 100%;
	height: auto;
}

.voiceText{
	width: 43%;
	display: inline-block;
	float: left;
}

#letter .voiceText{
	box-sizing: border-box;
	background-color: #f3f3f3;
	padding: 10px;
	margin-top: 15px;
}

#seisaku ul li{
	width: 300px;
	height: 171px;
	padding: 10px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	border: 1px solid #000;
	text-align: center;
}

#seisaku ul li p {
	margin-top: 5px;
	font-size: 90%;
	line-height: 130%;
}

@media (max-width: 768px) {
	.voiceImg{
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 5px;
		text-align: center;
	}
	
	.voiceText{
		width: 100%;
		float: none;
	}
	
	#letter .voiceText{
		box-sizing: border-box;
		background-color: #f3f3f3;
		padding: 10px;
		margin-top: 15px;
	}

#seisaku ul li{
	width: 300px;
	height: 171px;
	padding: 10px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	border: 1px solid #000;
	text-align: center;
}

#seisaku ul li p {
	margin-top: 5px;
	font-size: 90%;
	line-height: 130%;
	}
}

/********************************
失敗しないマグネットシート製作のポイント sippai.html
********************************/
/* 失敗例 */
#sippaiAttentionBox {
	padding: 10px 10px 10px 45px;
	background-color: #fffff5;
	border: 2px solid #e4e1d8;
	list-style-type: disc;
	text-decoration: underline;
}

/* 各失敗例 */
.sippaiEx p,
.sippaiEx img{
	display: inline-block;
	float: left;
	padding: 10px 15px;;
	font-size: 115%;
	line-height: 170%;
}

/* ポイント */
.sippaiPoint{
	background-color: #d1ebff;
	border: 3px solid #124fa9;
	padding: 15px 10px;
}

@media (max-width: 768px) {
	#sippaiAttentionBox {
		padding: 10px 10px 10px 10px;
		list-style-type: none;
		line-height: 1.5em;
	}
	
	.sippaiEx img{
		width: 18%;
		max-width: 106px;
		height: auto;
		padding: 0 5px 0 0;
		box-sizing: border-box;
	}
	
	.sippaiEx p{
		width: 82%;
		padding: 10px 0 0 5px;
		font-size: 105%;
		line-height: 120%;
		box-sizing: border-box;
	}

	.sippaiPointImg img{
		width: 96px;
		height: 22px;
		margin-top: 8px;
	}
	
	.sippaiPoint{
		background-color: #d1ebff;
		border: 2px solid #124fa9;
		padding: 15px 10px;
	}
}

/********************************
FAXかんたんお見積・お問合わせシート fax.html
********************************/
/* お見積・お問い合わせシート　バナー */
.btnFaxsheetDl a {
	display: block;
	width: 330px;
	height: 92px;
	margin: auto;
	background-image: url(../images/btn/fax-DL_on.gif);
}

@media (max-width: 768px) {
	.btnFaxsheetDl a {
		width: 100%;
		max-width: 330px;
		height: auto;
		max-height: 92px;
	}
	
	.btnFaxsheetDl a:hover img{
		visibility:visible;
	}
	
	.btnFaxsheetDl img{
		width: 100%;
		max-width: 330px;
		height: auto;
	}
}

/***** （1）お見積り内容、デザイン内容をご記入ください。 *****/
#fax01Area .pcRightImgText {
	width: 550px;
}

@media (max-width: 768px) {
	#fax01Area .pcRightImgText {
		width: 100%;
		float: none;
	}
	#fax01Area .pcRightImg {
		float: none;
		text-align: center;
	}
	#fax01Area .pcRightImg img {
		width: 100%;
		max-width: 351px;
		height: auto;
	}
}

/***** （2）お見積りご確認後、お返事をいただきましたらデザインを作成いたします。 *****/
#fax02Area .pcRightImgText {
	width: 600px;
}

@media (max-width: 768px) {
	#fax02Area .pcRightImgText {
		width: 100%;
		float: none;
	}
	#fax02Area .pcRightImg {
		float: none;
		text-align: center;
	}
	#fax02Area .pcRightImg img {
		width: 100%;
		max-width: 322px;
		height: auto;
	}
}

/********************************
携帯メール、電話、FAX、郵送も歓迎します kangei.html
********************************/
/***** メール（365日24時間） *****/
#kangeiMailArea .pcRightImgText{
	width: 600px;
}

@media (max-width: 768px) {
	#kangeiMailArea .pcRightImgText{
		width: 100%;
		float: none;
	}
	#kangeiMailArea .pcRightImg{
		text-align: center;
		margin-top: 10px;
		margin-left: 0px;
	}
	#kangeiMailArea .pcRightImg img{
		width: 100%;
		max-width: 241px;
		height: auto;
	}
}

/********************************
ロゴ、校章、イラストの送付方法 logo.html
********************************/
/* イラストサンプル　画像 */
@media (max-width: 768px) {
	#logoIllustImg img{
		width: 100%;
		max-width: 660px;
		height: auto;
	}
}

/********************************
デザイン案の入稿方法 nyukou.html
********************************/
/* デザイン案の送り方 */
@media (max-width: 768px) {
	#nyukouHowSendImg img{
		width: 100%;
		max-width: 493px;
		height: auto;
	}
	#nyukouHowWriteImg img{
		width: 100%;
		max-width: 572px;
		height: auto;
	}
}

/********************************
対応ソフト・バージョン一覧 soft.html
********************************/
.softWereListTable{
	width:660px;
	margin: 0 auto;
}
.softWereListTable th,
.softWereListTable td{
	border-left:none;
	border-right:none;
}

.softWereListTable th{
	padding:10px;
	background-color:#e4f9ff;
}

.softWereListTable td{
	padding:5px 10px;
}

@media (max-width: 768px) {
	.softWereListTable{
		width: 100%;
	}
	.softWereListTable tr{
		border-top:1px solid #cccccc;
	}
	.softWereListTable tr:last-child{
		border-bottom:1px #cccccc solid;
	}
	.softWereListTable th,
	.softWereListTable td{
		vertical-align:middle;
	}
	.softWereListTable th{
		padding:10px;
		background-color:#e4f9ff;
		border-right:1px #cccccc solid;
		border-left:1px #cccccc solid;
	}
	.softWereListTable td{
		padding:5px 10px;
		border-right:1px #cccccc solid;
		border-left:1px #cccccc solid;
	}
}

/********************************
完全データ入稿方法 illustlator.html
********************************/
/***** 完全データの送り方 *****/
#illustHowSendArea .pcLeftImgText{
	width: 680px;
}
@media (max-width: 768px) {
	#illustHowSendArea .pcLeftImgText{
		width: 100%;
	}
	#illustHowSendArea .pcLeftImg{
		text-align: left;
	}
	#illustHowSendArea .pcLeftImg img{
		max-width: 237px;
		text-align: left;
	}
}

/********************************
デザインデータは手続きなしで無料で５年間保管 repeater.html
********************************/
/* メイン画像 */
#repeaterMainImg img{
	width: 100%;
	max-width: 612px;
	height: auto;
}

/* 複数種の販促物を利用してお客様にアピールされている事例 */
#repeaterAppealImg img{
	width: 100%;
	max-width: 603px;
	height: auto;
}

/* 商品リンクリスト */
ul.repeaterShorList {
	padding: 10px;
	background-color: #fdf4e8;
}

.repeaterShorList li {
	display: inline-block;
	float: left;
	margin: 5px 10px;
	min-width: 270px;
}

.repeaterShorList li dl {
	margin-left: 5px;
}

@media (max-width: 768px) {
	ul.repeaterShorList {
		padding: 10px 5px;
	}
	
	.repeaterShorList li {
		margin: 8px 0;
	}
}

/********************************
店舗や御社クライアント様への直送も可能です client.html
********************************/
/***** 当店からご指定の住所に発送が可能です *****/
@media (max-width: 768px) {
	#flowStepForeignImg{
		width: 35%;
		height: auto;
	}
	#flowStepForeignImg img{
		width: 100%;
		max-width: 231px;
		height: auto;
	}
}

/***** お客様名義、御社名義での発送が可能です *****/
#clientNameArea .clientLeft{
	width: 300px;
	margin-right: 15px;
	float: left;
	font-size: 85%;
}
#clientNameArea .clientLeft p.clientLeftText{
	margin-top: 5px;
}

#clientNameArea .clientRhight{
	float: left;
}
@media (max-width: 768px) {
	#clientNameArea .clientLeft{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		float: none;
		font-size: 100%;
	}
	#clientNameArea .clientLeft p.clientLeftImg{
		float: left;
		width: 50%;
		margin-right: 1%
	}
	#clientNameArea .clientLeft p.clientLeftText{
		float: left;
		width: 49%;
		margin-top: 0px;
	}
	#clientNameArea .clientLeft img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}
	#clientNameArea .clientRhight{
		float: none;
	}
}

/********************************
使用できる書体とイラストサンプル sample.html
********************************/
/***** 書体サンプル *****/
@media (max-width: 768px) {
	#sampleFontImg img,
	#sampleIllustImg img{
		width: 100%;
		max-width: 660px;
		height: auto;
	}
}

/********************************
車用マグネットシート　車種別　サイズ比較 size.html
********************************/
#sizePageLinkArea {
	margin: 30px auto 0;
	width: 800px;
}

#sizePageLinkArea li{
	float: left;
	margin: 0 35px;
	line-height: 1.1em;
	text-align: center;
}

#sizePageLinkArea li span.sizeListLine{
	text-decoration: underline;
}

@media (max-width: 768px) {
	#sizePageLinkArea {
		margin: 30px 20px 0;
		width: 80%;
	}
	#sizePageLinkArea li{
		float: none;
		margin: 0 0 10px;
		text-align: left;
	}
	#sizePageLinkArea li span.sizeListLine{
		text-decoration: underline;
	}
}

/********************************
５分で分かる 初めてマグネットシートを作成する方へ beginners.html
********************************/
/* hr設定 */
hr.hrBeginner{
	border-top: 1px dashed #8c8b8b;
	margin: 30px 0;
}

@media (max-width: 768px) {
	hr.hrBeginner{
		margin: 20px 0;
	}
}

/***** デザインの入稿方法について *****/
/* 当店にデザイン作成を依頼されるお客様 */
#beginnersDesign .pcRightImgText{
	list-style: disc;
	margin-left: 30px;
	width: 600px;
}

@media (max-width: 768px) {
	#beginnersDesign .pcRightImgText{
		width: 95%;
		margin-left: 5%;
		margin-bottom: 10px;
		float: none;
	}
	#beginnersDesign .pcRightImg{
		float: none;
		text-align: center;
		margin-left: 0px;
	}
}







































/********************************
LINEページ
********************************/
h1.pop600{
	font-size:160%;
	padding:0 0 4px 15px;
	line-height:54px;
	background:url(../images/line/h1_600popup.gif) no-repeat;
}

.lineFlex{
	justify-content:center;
	align-items:center;
	background-color:#07bc22;
	display: flex;
}

h2.textLevel {
	font-size: 110%;
	padding: 0 0 0 12px;
	margin-top: 15px;
	line-height: 25px;
	border-left: 3px solid #0C62C5;
	border-bottom: 3px solid #0C62C5;
}

#lineMainArea{
	width:600px;
	margin-left:auto;
	margin-right:auto;
}

.lineBorderBox{
	border:4px solid #07bc22;
}

ul.lineStep{
	margin: 0;
	padding: 0;
	list-style: none;
}

.lineStep{
	overflow: hidden;
	width: 100%;
}

.lineStep li{
	float: left;
	margin: 0 .5em 0 1em;
	background: #ddd;
	padding: .7em 1em;
	float: left;
	text-decoration: none;
	color: #444;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	width:134px;
	position: relative;
}

.lineStep li::before{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-width: 1.5em 0 1.5em 1em;
	border-style: solid;
	border-color: #ddd #ddd #ddd transparent;
	left: -1em;
}

.lineStep li::after{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1em solid #ddd;
	right: -1em;
}

.lineStep li.step{
	background:#C7ECD2;
	font-weight:700;
}

.lineStep li.step::before{
	border-color: #C7ECD2 #C7ECD2 #C7ECD2 transparent;
}

.lineStep li.step::after{
	border-left: 1em solid #C7ECD2;
}

/********************************
ポップアップ用
********************************/
#PopUpBodyArea{
	margin:0 auto;
}

#PopUpBodyArea {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

.btn_close a{
	display:block;
}

.btn_close{
	width:120px;
	height:34px;
	margin:10px auto 20px;
	background:url(../images/btn/close_on.gif) no-repeat;

}
/********************************
使用できる書体とイラストサンプル
********************************/
.sampleImg img{
	text-align: center;
	margin-bottom: 15px;
}
.sampleImg h3{
	font-size: 130%;
	margin: 30px 0 10px 0;
}
@media (max-width: 768px) {
	.sampleImg img{
		margin-bottom: 5px;
		width: 100%;
	}
	.sampleImg h3{
		font-size: 105%;
		margin: 15px 0 5px 0;
	}
}

