@charset "utf-8";

/* *********************************************
切り替え用CSS　
～768px：SP　769px～：PC
********************************************* */

/********************************
ヘッダー
********************************/
/* ヘッダーメイン部分 */
#HeadImg {
	margin:0 auto;
	width:1024px;
	height: 133px;
}

@media (max-width: 768px) {
	#HeadImg{
		width: 100%;
		height: 73px;
	}
	
	/* ヘッダー左：ロゴ */
	#HeadLogo img{
		width: 230px;
		height: auto;
		margin-top: 5px;
	}
	
	#headAreaSP{
		background-color: #124fa9;
	}
}

/********************************
SP　固定用ヘッダー：ハンバーガーメニュー（CSSのみで実装）
********************************/
@media (max-width: 768px) {
	.headAreaFixed{
		width: 100%;
		height:47px;
		position: fixed;
		top: 0;
		border-bottom: 2px solid #cccccc;
		background-color:#003b91;
		box-shadow:0px 4px 5px -2px #FFFFFF;
		-moz-box-shadow:0px 4px 5px -2px #FFFFFF;
		-webkit-box-shadow:0px 4px 5px -2px #FFFFFF;
	}
	
	/* メニューボタン */
	#menu-cb {
		display: none; /*チェックボックス本体は消しておく*/
	}
	#menu-icon {
		background:url(../images/head/head-fixed_menu.gif) no-repeat;
		background-size:contain;
		display: block;
		width: 37.5px;
		height: 47px;
		transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
		z-index: 1000;
	}
	
	#menu-icon:hover {
		background:url(../images/head/head-fixed_menu_off.gif) no-repeat;
		background-size:contain;
	}
	
	#menu-cb:checked ~ #ham-menu,
	#menu-cb:checked ~ #menu-icon {
		transform: translate(-270px); /*メニュー本体横幅 width と合わせる*/
	}
	
	#menu-background {
		background-color: #333; /*黒背景*/
		display: block;
		position: fixed;
		right: 0;
		top: 0;
		transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
		width: 100%;
	}

	#menu-cb:checked ~ #menu-background {
		opacity: 0.5;
		z-index: 999;
		height: 100%;
	}
	
	#ham-menu {
		background-color: #fff;
		box-sizing: border-box;
		height: 100%;
		position: fixed;
		right: -270px; /*メニュー横幅 width と合わせる*/
		top: 0;
		transition: transform 0.3s linear 0s;
		width: 270px; /*メニュー横幅*/
		z-index: 1000;
		list-style:none;
	}
	
	#ham-menu ul.accordion {
		height: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	#ham-menu ul.accordion li{
		background: #EDEDED;
		border-bottom: 1px solid #ccc;
		font-weight: bold;
	}
	
	#ham-menu ul.accordion li h3 {
		padding: 15px;
		line-height: 1.2em;
	}
	
	#ham-menu ul.accordion > li >ul.accordionMenu > li {
		background: #FFFFFF;
	}
	
	#ham-menu ul.accordion > li > ul.accordionMenu > li > a {
		background-image: url(../images/arrow-gray.png);
		line-height: 1.3em;
		font-size: 90%;
	}
	
	#ham-menu ul.accordion li a{
		background-image: url(../images/ico-arrow_side-gray.png);
		background-repeat: no-repeat;
		color: #222222;
		display: block;
		background-position: 98% center;
		padding: 15px;
		line-height: 1.2em;
	}
	
	/* 営業日カレンダー */
	#SPhamCalendar {
		background: #FFFFFF;
		border-top: none;
	}
	
	#ham-menu ul.accordion > li > ul#SPhamCalendar > li {
		border-bottom: none;
	}
	
	#SPhamCalendar img{
		background-color: #e4f9ff;
	}
}

/********************************
PC　グローバルメニュー
********************************/
#globalMenu{
	width: 100%;
	background-color:#ededed;
}

#globalMenu ul{
	display: table;
	table-layout: fixed;
	text-align: center;
	width:1024px;
	margin: 0 auto;
}

#globalMenu li {
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #fff;
}

#globalMenu li:last-child {
	border-right: 1px solid #fff;
}

#globalMenu li a {
	color: #333333;
	display: block;
	font-weight: bold;
	padding: 10px 0;
	line-height: 19px;
}

#globalMenu li:hover{
	background-color:#D1D1D1;
}

/********************************
レスポンスデバイス
********************************/
/* 背景ベージュ */
.bigResArea{
	background-color:#fee2ca;
	padding:30px 10px;
}

@media (max-width: 768px) {
	.bigResArea{
		padding: 20px 0;
	margin:35px 0;
	}
}

/***** ★★★電話大きいバージョン★★★ *****/
/* 上の文言 */
.quicklyText{
	text-align: center;
	font-size:120%;
	font-weight:bold;
	margin-bottom:8px;
	line-height: 1.6em;
}

.quicklyText span{
	font-size:130%;
}

@media (max-width: 768px) {
	.quicklyText{
		font-size:90%;
		font-weight:normal;
		margin-bottom:5px;
		line-height: 1.5em;
	}
	.quicklyText span{
		font-weight:bold;
		font-size:120%;
	}
}

/* 背景白 電話エリア */
.telWhiteBox{
	width: 800px;
	background:#fff;
	padding: 15px 0;
	margin:0 auto;
	text-align: center;
}
.telNumber{
	font-size: 450%;
	color:#f00;
	font-weight:bolder;
	line-height: 1.2em;
}

@media (max-width: 768px) {
	.telWhiteBox{
		width: 90%;
		max-width: 530px;
		padding: 15px 0px;
	}
	.telNumber{
		font-size:200%;
		font-weight:bolder;
		line-height: 1.4em;
	}
	
	.telNumber img{
		margin-right:7px;
		margin-top:10px;
		width: 30px;
		height: auto;
	}
	.telNumber a{
		color:#f00;
	}
}

/* FAX・LINEリンク */
.FaxLineBox{
	width: 800px;
	margin: 25px auto 0px;
}

.FaxLineBox li p{
	font-size: 115%;
}

.FaxLineBox li a{
	padding: 15px 0 10px 55px;
	background-repeat: no-repeat;
	background-position: 2px 4px;
	text-decoration: underline;
}
.FaxLineBox li a span{
	font-weight: bold;
	font-size: 105%;
}

/* Fax */
.FaxLineBox li:first-child a{
	background-image: url(../images/line/fax_icon.gif);
}

@media (max-width: 768px) {
	.FaxLineBox{
		width: 100%;
		margin: 15px auto 0px;
	}
	
	.FaxLineBox li p{
		font-size: 105%;
	}
	
	.FaxLineBox li p a{
		background-repeat: no-repeat;
		background-size: auto 60%;
		background-position: 3px 10px;
		padding-left: 35px;
	}
}

/* お見積りボタン */
.bgResBtn{
	background-color:#f20000;
	vertical-align: middle;
	text-align:center;
	width: 60%;
	margin: 0 auto 35px;
	border-radius: 15px;
	box-shadow: 0px 6px 3px -3px rgba(53, 53, 53, 0.28);
	-webkit-box-shadow:0px 6px 3px -3px rgba(53, 53, 53, 0.28);
	-moz-box-shadow: 0px 6px 3px -3px rgba(53, 53, 53, 0.28);
}
.bgResBtn a{
	display:block;
	padding:20px;
	color:#ffffff;
	font-size:160%;
	font-weight:bold;
	text-decoration: none;
}
.bgResBtn:hover{
	background-color:#124FA9;
}

@media (max-width: 768px) {
	.bgResBtn{
		width: 90%;
		border-radius: 10px;
		margin: 0 auto 20px;
	}
	.bgResBtn a{
		padding:15px;
		font-size:130%;
	}
}

/***** ★★★バナーたくさんバージョン★★★ *****/
/* フォーム・電話ボックス */
.FormTelBoxArea li{
	float: left;
	width: 500px;
	height: 215px;
	background: #fff;
	border-radius: 10px;
	margin: 0 0 20px 10px;
}
/* フォーム */
.formArea p,
.telArea p{
	line-height: 1.4em;
}

/* フォームボタン */
.middleResBtn{
	background-color:#f20000;
	text-align:center;
	width: 80%;
	margin: 0 auto;
	border-radius: 12px;
	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);
}
.middleResBtn a{
	display:block;
	padding:12px;
	color:#ffffff;
	font-size:140%;
	font-weight:bold;
	line-height: 1.2em;
}
.middleResBtn:hover{
	background-color:#124FA9;
}

/* 電話 */
.middletelNumber{
	font-size:290%;
	color:#f00;
	font-weight:bolder;
}

.middletelNumber img{
	margin-right:8px;
	margin-top:10px
}

/* FAX・LINE・来店ボックス */
.FaxLineVisitBoxArea li{
	float: left;
	width: 500px;
	height: 140px;
	background: #fff;
	border-radius: 10px;
	margin-left: 10px;
}

.FormTelBoxArea li h3,
.FaxLineVisitBoxArea li h3{
	background: #0A2C5B;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	border-radius: 10px 10px 0 0;
	padding: 4px 0 4px 0;
}

.formArea, .telArea, .faxArea, .lineArea, .visitArea{
	padding: 8px;
	text-align: center;
}

/* FAX・LME・来店ボタンの上エリア */
.smallResArea{
	display: inline-block;
	text-align: left;
	line-height: 1.2em;
	margin-bottom: 8px;
}

/* FAX・LME・来店ボタンエリア */
.smallResBtn{
	background-color:#ff5e01;
	text-align:center;
	width: 90%;
	margin:0 auto;
	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);
}
.smallResBtn a{
	display:block;
	padding:8px 7px;
	color:#ffffff;
	font-size:100%;
	font-weight:bold;
	line-height: 1.3em;
}
.smallResBtn:hover{
	background-color:#124fa9;
}

@media (max-width: 768px) {
	.FormTelBoxArea li,
	.FaxLineVisitBoxArea li{
		float: none;
		width: 95%;
		height: auto;
		margin: 0 auto 10px;
	}
	
	.FaxLineVisitBoxArea li{
		margin: 0 auto;
	}
	
	.formArea p,
	.telArea p{
		line-height: 1.3em;
	}
	
	.middleResBtn{
		width: 90%;
		border-radius: 10px;
	}
	.middleResBtn a{
		padding:8px;
		font-size:120%;
	}
	.middletelNumber{
		font-size:190%;
		font-weight:bolder;
	}
	.middletelNumber img{
		width: 30px;
		height: auto;
	}
	.middletelNumber a{
		color:#f00;
	}
	.smallResArea{
		line-height: 1.2em;
		margin-bottom: 5px;
	}
	.smallResArea img{
		width: 25px;
		height: auto;
	}
	.smallResBtn a span{
		font-size:110%;
	}
}

/********************************
コンテナレイアウト設定
********************************/
.allBodyArea {
	width:1024px;
	text-align:left;
	margin:0 auto;
}

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

/* トップページ カード全体 index.html */
.bgWhiteBodyArea{
    padding: 70px 0;
	margin:0 auto;
	text-align:left;
}
/* トップページ カード内パディング */
.areaInside{
	padding:18px 25px 25px 25px;
    width: 1004px;
	margin: 0 auto;
}
.topBackColor{
    background-color: #f2f8ff;
}

@media (max-width: 768px) {
	.bgWhiteBodyArea {
    padding: 0;
		width: 96%;
		margin:0 auto 10px;
		border-right:1px solid #e3e3e3;
		border-left:1px solid #e3e3e3;
		border-bottom:1px solid #e3e3e3;
		box-shadow: 0 0 3px #bbb;
	}
	.areaInside{
		padding: 3% 4% 4% 4%;
    width: auto;
	}
.topBackColor{
    background-color: #fff;
}
}

/* 下層ページコンテンツパディング */
.areaInsideUnderlayer{
	padding:15px;
}

@media (max-width: 768px) {
	.areaInsideUnderlayer{
		padding: 2%;
	}
}

/* コンテンツごとのマージン調整 */
.pcContentsBottom{
	margin-bottom:60px;
}

/* テキストマージン*/
.textBox{
	margin-bottom:15px;
}

@media (max-width: 768px) {
	.pcContentsBottom{
		margin-bottom:30px;
	}
	
	.textBox{
		margin-bottom:10px;
	}
}

/* ページ内リンク追っかけヘッダー分下げる */
@media (max-width: 768px) {
	.anchorLink {
		margin-top: -50px;
		padding-top: 50px;
	}
}

/* グレー背景コンテンツ */
.grayBox{
	background-color: #f3f3f3;
	padding: 15px;
}

@media (max-width: 768px) {
	.grayBox{
		padding: 15px 10px;
	}
}

/* 薄イエロー背景コンテンツ */
.attentionBox {
	padding: 10px 20px;
	background-color: #fffff5;
	border: 2px solid #e4e1d8;
}

@media (max-width: 768px) {
	.attentionBox {
		padding: 10px 10px;
	}
}

/********************************
見出し設定
********************************/
h1.normal{
	padding:10px 0 8px 8px;
	background-color:#F9F9F9;
	border-left:10px solid #124fa9;
	font-size:250%;
	margin: 0 0 50px 0;
}

@media (max-width: 768px) {
	h1.normal{
		padding:4px 0 4px 3px;
		border-left:5px solid #124fa9;
		font-size:145%;
		margin:0 0 20px 0;
	}
}

/* トップページ カード h2 */
h2.top-card {
	clear:both;
	font-size: 215%;
	line-height: 1.3em;
	padding: 0 10px 15px;
	text-align: center;
}
/* トップページ カード h2 1行のとき上下マージン増やす */
h2.line1 {
	padding: 25px 0px;
}

h2.normal {
	font-size:180%;
	padding:3px 0 4px 8px;
	line-height:32px;
	border-left:6px solid #124fa9;
	border-bottom:4px solid #124fa9;
}

@media (max-width: 768px) {
	h2.top-card {
	background-color: #124fa9;
	color: #fff;
		font-size: 115%;
		padding: 10px 0px;
	}
	h2.line1{
		padding: 15px 0px;
	}
	
	h2.normal{
		font-size:120%;
		line-height:130%;
		color: #323232;
		border-left:solid 3px #124fa9;
		border-bottom:solid 3px #124fa9;
		padding:3px 0 3px 3px;
		margin-right:5px;
		margin-left:1px;
	}
}

/* h2下テキスト"あり"でh3入るとき */
h3.title {
	font-size:120%;
	padding:3px 5px 3px 6px;
	border-left: 5px solid #C0C0C0;
	border-bottom: 3px solid #C0C0C0;
	margin:35px 0 20px 0;
}

h3.normal {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 10px;
}
h3.normalLine {
	font-size: 120%;
	font-weight: bold;
	padding:0 5px 0 6px;
	border-left: 5px solid #C0C0C0;
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	h3.title {
		font-size:110%;
		padding:2px 5px 0px 4px;
		border-left: 3px solid #C0C0C0;
		border-bottom: 2px solid #C0C0C0;
		margin:15px 0 10px 0;
	}
	
	h3.normal {
		font-size: 110%;
		margin-bottom: 5px;
	}
	h3.normalLine {
		font-size: 110%;
		margin-bottom: 5px;
	}
}

h4.bs{
	color: #000;
	font-size:130%;
	margin-bottom: 8px;
	margin-top: 25px;
}

@media (max-width: 768px) {
	h4.bs{
		color: #fff;
		font-size:100%;
		margin:0;
	}
}

/********************************
パンナビ
********************************/
.pannavi{
	font-size:90%;
	margin: 15px 0 12px 5px
}
@media (max-width: 768px) {
	.pannavi{
		font-size:85%;
		margin: 5px 0 5px 7px
	}
}

/********************************
集合写真とレスポンシブデバイス
********************************/
.inquiryImg{
	margin-right: 10px;
	float:left;
}

@media (max-width: 768px) {
	.inquiryImg{
		float:none;
		margin-right: 0px;
		text-align: center;
	}
	
	.inquiryImg img{
		width:90%;
		max-width: 490px;
	}
	
	.inquiryImg p{
		text-align: center;
	}
}

#topResBS a {
	width: 545px;
	height: 115px;
	background: url(../images/top/response_bs_on.jpg) no-repeat;
	margin: 0 auto;
	display: block;
}

/********************************
topに戻る/サイトメニューへ（PCのみ）
********************************/
#page_top{
	text-align: center;
	position: fixed;
	bottom: 128px;
	right: 100px;
	width:80px;
	height:65px;
	padding-top: 13px;
	background:#003b91;
	color:#FFFFFF;
	font-size: 90%;
	line-height:120%;
	text-decoration:none;
	vertical-align:middle;
}
#page_top:hover{
	background:#124fa9;
}

#main_menu{
	text-align: center;
	position: fixed;
	bottom: 40px;
	right: 100px;
	width:80px;
	height:62px;
	padding-top: 18px;
	background:#003b91;
	color:#FFFFFF;
	font-size: 90%;
	line-height:120%;
	text-decoration:none;
}
#main_menu:hover{
	background:#124fa9;
}


/********************************
下部サイトメニュー
********************************/
#mainmenu {
	background:#FBFBFB;
	margin-bottom:20px;
	padding:20px;
}

#mainmenu h2{
	padding-bottom: 10px;
	font-size:160%;
}

ul.accordion{
	float: left;
	text-decoration: none;
	margin: 0;
}

ul.accordion h3{
	pointer-events: none;
}

ul.accordion > li.menuGroup{
	margin-bottom: 30px;
	margin-right: 30px;
}

ul.accordion ul.accordionMenu > li > a,
ul.accordion li.menuGroup > div > p > a {
	line-height: 1.7em;
	font-size: 85%;
}

ul.accordion ul.accordionMenu > p > a {
	line-height: 1.7em;
	font-size: 85%;
}

@media (max-width: 768px) {
	#mainmenu{
		background:#FBFBFB;
		margin-bottom:20px;
		padding:0px;
	}
	
	#mainmenu h2{
		margin-top: 20px;
		padding:15px 0px 10px 10px;
		background: #E0E0E0;
		font-size:110%;
	}
	
	ul.accordion{
		display: block;
		width:auto;
		line-height: 1.5em;
		float:none;
	}
	
	ul.accordion > li.menuGroup{
		background:#EDEDED;
		text-align: left;
		border-bottom: 1px solid #ccc;
		color: #222222;
		margin: 0px;
		font-weight:bold;
		border-collapse: collapse;
		padding: 0;
	}
	ul.accordion h3{
		pointer-events: all;
		display:block;
		background-position:98% center;
		background-repeat:no-repeat;
	}
	
	/* アコーディオン閉じてるとき */
	ul.accordion h3.openMenu{
		background-image:url(../images/ico-arrow_down-gray.png);
		padding: 13px;
	}
	
	/* アコーディオン開いてるとき */
	ul.accordion h3.open{
		background-image:url(../images/ico-arrow_up-gray.png);
		padding: 13px;
	}
	
	/* アコーディオンなし */
	ul.accordion h3.singleMenu{
		background-image:url(../images/ico-arrow_side-gray.png);
	}
	
	ul.accordion h3.singleMenu > a{
		color: #222222;
		display: block;
		padding: 13px;
		line-height: 1.5em;
	}
	
	ul.accordion .accordionMenu {
		display: none;
	}
	
	ul.accordion .accordionMenu > li {
		background-color: #FFFFFF;
		border-bottom: 1px solid #ccc;
		border-top: none;
	}
	
	ul.accordion .accordionMenu > li > a {
		background-image:url(../images/arrow-gray.png);
		display: block;
		background-position: 98% center;
		background-repeat: no-repeat;
		text-decoration: none;
		color: #222222;
		padding: 13px 0px 13px 13px;
	}
	
	/* SP用：営業日カレンダー */
	#calendarArea{
		display: block;
	}
	
	#calendarArea img{
		background-color: #e4f9ff;
	}
}

/********************************
SPブログバナーの下のバナー３つ
********************************/
@media (max-width: 768px) {
	.facebookMenu ul{
		width:98%;
		margin:0 auto;
	}

	.facebookMenu ul li{
		background-image:url(../images/arrow-gray.png) no-repeat 98% center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f5f5f5));
		background:url(../images/arrow-gray.png)no-repeat 98% center, -moz-linear-gradient(#fff, #f5f5f5);
		background: url(../images/arrow-gray.png)no-repeat 98% center,linear-gradient(#fff, #f5f5f5);
		border:1px solid #D3D3D3;
	}

	.facebookMenu ul.sns li a{
		padding: 13px 0 13px 20px;
		font-size:1.1em;
		font-weight:bold;
		color:#3b5998;
		display:block;
		text-decoration:none;
	}

	.facebookMenu ul.sns li i{
		float: left;
		margin-right: 10px;
		font-size:1.3em;
	}

	.otherMenu ul{
		width:98%;
		margin:0 auto;
		}

	.otherMenu ul li{
		background-image:url(../images/arrow-gray.png) no-repeat 98% center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f5f5f5));
		background:url(../images/arrow-gray.png)no-repeat 98% center, -moz-linear-gradient(#fff, #f5f5f5);
		background: url(../images/arrow-gray.png)no-repeat 98% center,linear-gradient(#fff, #f5f5f5);
		border:1px solid #D3D3D3;
	}

	.otherMenu ul.text li a{
		padding: 13px 0 14px 10px;
		font-size:1em;
		font-weight:bold;
		color:#333333;
		display:block;
		text-decoration:none;
	}
}

/********************************
共通フッター
********************************/
/*プライバシーマーク*/
.privacymark{
	margin:0px 0px 20px 10px;
}
.privacyText{
	padding-top:25px;
}

/*facebook*/
.fb-like-box{
	border:1px solid #dddddd;
	margin-right:15px;
}

/*カレンダー*/
.calendarPosition{
	margin-right: 15px;
}

.calendarTitle{
	width:502px;
	height:38px;
}

.calendarArea{
	border:1px solid #dcdcde;
	border-top:none;
	padding-top:5px;
	width:500px;
	background:#ffffff;
}
.calendarBox{
	width:488px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#d8f7ff;
}

/********************************
フッター:その他バンテック取扱商品
********************************/
#groupnavi {
	width: 1024px;
	margin: 30px auto 0;
}

#groupnavi .groupnaviBox, .groupnaviBoxS {
	width: 1024px;
	margin: 10px auto 20px auto;
	overflow: hidden;
}

#groupnavi .groupnaviBox, .groupnaviBoxS {
	width: 1024px;
	margin: 10px auto 20px auto;
	overflow: hidden;
}

#groupnavi .groupnaviBox ul {
	width: 241px;
	float: left;
	margin: 0 5px;
	padding: 0;
	display: inline;
	overflow: hidden;
	list-style: none;
}

#groupnavi li a {
	display: block;
}

#groupnavi .groupnaviBoxS ul {
	width: 155px;
	float: left;
	margin: 0 8px 0 5px;
	padding: 0;
	display: inline;
	overflow: hidden;
	list-style: none;
}

#groupnavi .btn_oudanmaku a {background-image: url(../images/foot/btn_oudanmaku_on.jpg);}
#groupnavi .btn_danki a {background-image: url(../images/foot/btn_danki_on.jpg);}
#groupnavi .btn_towel a {background-image: url(../images/foot/btn_towel_on.jpg);}
#groupnavi .btn_happi a{background-image:url(../images/foot/btn_happi_on.jpg);}
#groupnavi .btn_tairyoubata a{background-image:url(../images/foot/btn_tairyoubata_on.jpg);}
#groupnavi .btn_t-shirts a{background-image:url(../images/foot/btn_t-shirts_on.jpg);}
#groupnavi .btn_noboribata a{background-image:url(../images/foot/btn_noboribata_on.jpg);}
#groupnavi .btn_wappen a{background-image:url(../images/foot/btn_wappen_on.jpg);}
#groupnavi .btn_noren a{background-image:url(../images/foot/btn_noren_on.jpg);}
#groupnavi .btn_sticker a{background-image:url(../images/foot/btn_sticker_on.gif);}
#groupnavi .btn_magnet a{background-image:url(../images/foot/btn_magnet_on.jpg);}
#groupnavi .btn_tebata a{background-image:url(../images/foot/btn_tebata_on.gif);}
#groupnavi .btn_pennant a{background-image:url(../images/foot/btn_pennant_on.gif);}
#groupnavi .btn_stb a{background-image:url(../images/foot/btn_stb_on.gif);}
#groupnavi .btn_sutekanban a{background-image:url(../images/foot/btn_sutekanban_on.gif);}
#groupnavi .btn_wansyou a{background-image:url(../images/foot/btn_wansyou_on.gif);}
#groupnavi .btn_zekken a{background-image:url(../images/foot/btn_zekken_on.gif);}
#groupnavi .btn_jumbonobori a{background-image:url(../images/foot/btn_jumbonobori_on.gif);}
#groupnavi .btn_mininobori a{background-image:url(../images/foot/btn_mininobori_on.gif);}
#groupnavi .btn_minihappi a{background-image:url(../images/foot/btn_minihappi_on.gif);}
#groupnavi .btn_wappen a{background-image:url(../images/foot/btn_wappen_on.gif);}
#groupnavi .btn_tapestry a{background-image:url(../images/foot/btn_tapestry_on.gif);}

#FooterArea {
	height: 125px;
	margin: 35px auto 10px;
}

.footer {
	background: url(../images/foot/footer_back.gif) repeat-x;
}

@media (max-width: 768px) {
	.footshoplist h3 {
		padding: 7px 0 7px 25px;
		color: #fff;
		background: #353535 url(../images/icon/icon_bantec.png) no-repeat 1% 50%;
		background-size: 18px 17px;
		font-size: 90%;
	}
	.footshoplist ul{
		background-color:#FFFFFF;
	}
	.footshoplist ul li{
		list-style: none;
		border-top: solid 1px #ccc;
		border-bottom: solid 1px #ccc;
		border-left: solid 1px #ccc;
		border-right: solid 1px #ccc;
		width:50%;
		box-sizing: border-box;
		height:46px;
		float:left;
	}

	.footshoplist ul li:nth-child(odd){
		border-right: none;
	}
	.footshoplist ul li:nth-child(n+3) {
		border-top:none;
	}
	.footshoplist ul li:nth-child(3),
	.footshoplist ul li:nth-child(4) {
		height:62px;
	}
	.footshoplist ul li:nth-child(3) a{
		padding: 23px 10px 15px 35px;}
	
	.footshoplist ul li a{
		padding: 15px 10px 15px 35px;
		text-decoration: none;
		color: #555;
		display: block;
		font-size:90%;
	}
	
	/* 実店舗バナー */
	#topBottomBSbn img{
		width: 90%;
		max-width: 545px;
		height: auto;
	}
}


/********************************
カード
********************************/
/* 青文字リンク */
.blueLink{
	text-align: right;
	text-decoration: underline;
}

/* 左文言、右画像のコンテンツの p設定 */
.pLeft{
	width: 490px;
	margin-right: 10px;
}

/********************************
SP ▼続きを読む（cssのみで実装）
********************************/
@media (max-width: 768px) {
	.readMoreText label{
		color:#0066ff;
		text-decoration: underline;
	}
	
	.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;
		width: 100%;
	}
	
	.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;
	}
}

/********************************
PCで画像とテキストが横並びのコンテンツ
SPで画像１００％のコンテンツ
********************************/
/* 画像が左・テキストが右のパターン */
.pcLeftImg{
	float: left;
	margin: 0 15px;
}
.pcLeftImgText{
	float: left;
}

@media (max-width: 768px) {
	.pcLeftImg{
		float: none;
		margin: 0 0 10px 0;
		text-align: center;
	}
	.pcLeftImg img{
		width: 90%;
		height: auto;
	}
	.pcLeftImgText{
		float: none;
	}
}

/* 画像が右・テキストが左のパターン */
.pcRightImgText{
	float: left;
}
.pcRightImg{
	float: left;
	margin-left: 15px;
}

/********************************
表 nyukuoList
********************************/
/* 使用ページ：color.html  logo.html  nyukou.html  illustlator.html */
.nyukuoList{
	background-color:#e4f9ff;
	border-bottom:1px solid #a7a7a7;
	margin:0;
}
.nyukuoList dt{
	float:left;
	width:8em;
	text-align:left;
	padding:5px;
	border-top:1px solid #a7a7a7;
}
.nyukuoList dd{
	padding:5px;
	margin:0 0 0 8.5em;
	border-left:0;
	border-right:0;
	background-color:#ffffff;
	border-top:1px solid #a7a7a7;
}

/********************************
文言：マグネットシート専門店は、「マグネットシートを初めて作るお客様大歓迎」のお店です。
********************************/
/* 使用ページ：index.html  sippai.html  biginners.html */
#welcomeText{
	font-size: 150%;
	line-height: 150%;
}
#welcomeText span{
	font-size: 115%;
}

@media (max-width: 768px) {
	#welcomeText{
		font-size: 100%;
	}
	#welcomeText span{
		font-size: 115%;
	}
}

/********************************
UVカットラミネート加工 画像
********************************/
/* 使用ページ：index.html  siyou.html  muji.html  beginners.html */
#UVlamiArea {
	width: 840px;
	margin: 0px auto 15px;
}
#UVlamiArea li{
	float: left;
	margin: 0 10px;
}

@media (max-width: 768px) {
	#UVlamiArea {
		width: 100%;
		margin-bottom: 15px;
	}
	
	#UVlamiArea li {
		float: none;
		margin: 0px;
		text-align: center;
	}
	
	#UVlamiArea li img{
		width: 90%;
		max-width: 400px;
		height: auto;
	}
}

/********************************
お支払いについて　flow_icon.gifの横幅調整
********************************/
/* 使用ページ：flow.html  nouki.html   */
@media (max-width: 768px) {
	#flow0yenImg img{
		width: 100%;
		max-width: 636px;
		height: auto;
	}
}

/********************************
海外発送をご希望のお客様へ　flow_icon.gifの横幅調整
********************************/
/* 使用ページ：flow.html  nouki.html  beginners.html */
@media (max-width: 768px) {
	#flowStepForeignImg{
		width: 35%;
		height: auto;
	}
	#flowStepForeignImg img{
		width: 100%;
		max-width: 240px;
		height: auto;
	}
}

/********************************
色校正も承ります（1,800円（税込1,944円））
********************************/
/* 使用ページ：siyou.html  color.html  kousei.html  beginners.html */
#kouseiArea .pcLeftImgText{
	width: 600px;
}
@media (max-width: 768px) {
	#kouseiArea .pcLeftImg img{
		max-width: 300px;
	}
	#kouseiArea .pcLeftImgText{
		width: 100%;
	}
}

/********************************
デザイン内容のご連絡方法
********************************/
/* 使用ページ：index.html  whiteboard.html  beginners.html */
#designContactArea {
	width: 700px;
	margin: 35px auto 0;
}

#designContactArea img{
	float: left;
}

#designContactArea p{
	float: right;
	margin-top: 30px;
}

@media (max-width: 768px) {
	#designContactArea {
		margin-top: 30px;
		width: 100%
	}
	
	#designContactArea img{
		float: none;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	
	#designContactArea p{
		float: none;
		margin-top: 15px;
		text-align: center;
	}
	
	#designContactArea span{
		float: none;
		margin-top: 15px;
		font-size:130%;
		
	}
}

/********************************
質問選択リスト　ページ内リンク
********************************/
/* 使用ページ：qa.html  beginners.html */
.questionList li {
	padding: 3px 0;
	border-bottom: 1px dotted #666666;
}

.questionList li span {
	color: #ff4e00;
	font-weight: bold;
	padding: 0 5px 0 0;
}

/********************************
使用するマグネットシートについて
********************************/
/* 使用ページ：siyou.html  beginners.html */
#siyou08mmMgArea .pcLeftImgText{
	width: 530px;
}
@media (max-width: 768px) {
	#siyou08mmMgArea .pcLeftImg img{
		max-width: 400px;
	}
	#siyou08mmMgArea .pcLeftImgText{
		width: 100%;
	}
}

/********************************
デザインのプリントについて
********************************/
/* 使用ページ：siyou.html  beginners.html */
#siyouPrinterArea .pcLeftImgText{
	width: 530px;
}
@media (max-width: 768px) {
	#siyouPrinterArea .pcLeftImg img{
		max-width: 400px;
	}
	#siyouPrinterArea .pcLeftImgText{
		width: 100%;
	}
}

/********************************
ラミネート加工について
********************************/
/* 使用ページ：siyou.html  beginners.html */
#siyouLamiArea .pcLeftImgText{
	width: 480px;
}
@media (max-width: 768px) {
	#siyouLamiArea .pcLeftImg img{
		max-width: 452px;
	}
	#siyouLamiArea .pcLeftImgText{
		width: 100%;
	}
}

/********************************
無料サンプルのご案内
********************************/
/* 使用ページ：siyou.html  beginners.html */
#siyouSampleArea .pcLeftImgText{
	width: 650px;
}
@media (max-width: 768px) {
	#siyouSampleArea .pcLeftImg img{
		max-width: 280px;
	}
	#siyouSampleArea .pcLeftImgText{
		width: 100%;
	}
}

/********************************
サイズ参考一覧
********************************/
/* 使用ページ：index.html  size.html  beginners.html */
.sizeArea h4{
	font-size: 120%;
	margin-bottom: 5px;
}

.sizeArea h4 span{
	font-size: 70%;
	font-weight: normal;
}

.sizeArea ul{
	margin-bottom: 30px;
}

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

@media (max-width: 768px) {
	.sizeArea ul{
		width: 660px;
		margin-bottom: 20px;
	}

	.sizeArea li{
		float: left;
		width: 200px;
		margin: 0 5px 0 0;
		padding: 5px;
		border: 1px solid #DDDDDD;
	}
	
	.sizeArea li img{
		width: 100%;
		height: auto;
	}
	
	.sizeArea p img{
		width: 100%;
		height: 70px;
	}
	
	/* スライダー */
	.sizeSlider{
		width: 106%;
		position: relative;
		overflow: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		transform: translateZ(0);
	}
}

/********************************
ご注文の流れ
********************************/
/* 使用ページ：index.html  sanpai.html  traffic.html */
#topFlowBox{
	display: -webkit-flex;
	display:flex;
	margin-bottom: 10px;
}

#topFlowBox .flowBox{
	background:#ebebeb;
	width:31%;
}

.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;
}

.arrowImg img{
	margin: 140px 5px 0px 5px
}

@media (max-width: 768px) {
	#topFlowBox .flowBox img{
		width:100%;
		height: auto;
	}
	
	.flowTitle {
		min-height: 40px;
	}
	
	.flowTitle p{
		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
	}
}

/********************************
法人様：ダンボール写真と文言
********************************/
/* 使用ページ：index.html  client.html */
#houjinArea img{
	float: left;
}

#houjinArea p{
	float: left;
	margin-left: 10px;
}

@media (max-width: 768px) {
	#houjinArea img{
		width: 58%;
		max-width: 300px;
		height: auto;
	}
	
	#houjinArea p{
		width: 40%;
		margin-left: 2%;
	}
}