﻿@charset "utf-8";

/* ********************************************* */
/** ページ毎の設定
/** common.css
/** オリジナルTシャツ・ウェア専門店
/* ********************************************* */


/********************************
コンテナレイアウト設定
********************************/
#wrapper {
	padding-bottom: 120px;
}
.allBodyArea {
	width:1024px;
	margin:0 auto;
}

.contentsArea{
	width:1024px;
	margin-left: auto;
	margin-right: auto;
}
.contentsBodyArea{
	width:1024px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 90px;
}
.boxBottomMargin{/*マージン調整*/
	margin-bottom: 80px;
}
.resBottomMargin{/*マージン調整*/
	margin-top: 80px;
}

.contentsBox{
	margin-bottom: 80px;
}
.h3Contents{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
@media (max-width: 768px) {
	#wrapper {
		padding-bottom: 60px;
	}
	.allBodyArea{
		width:100%;
	}

	.contentsArea{
		width:95%;
		margin-left: auto;
		margin-right: auto;
	}
	.contentsBodyArea{
		width:95%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 25px;
	}
	.contentsArea p{
		line-height:1.3;
	}
	.boxBottomMargin{/*マージン調整*/
		margin-bottom: 40px;
	}
	.resBottomMargin{/*マージン調整*/
		margin-top: 40px;
	}
	.contentsBox{
		margin-bottom: 40px;
	}
	.h3Contents{
		width: 95%;
		margin-right: auto;
		margin-left: auto;
	}
}

/********************************
フォーム共通
********************************/
@media (max-width: 768px) {
	#grayBody{
		background-color:#f2f2f2;
	}
}
/********************************
画像ホバーで白かぶせる
********************************/
.hoverWhite img:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/********************************
改行
********************************/
/* ～768pxまでのときのみ改行入れる */
.br-sp{
	display:none;
}
@media (max-width: 768px) {
.br-sp{
	display:block;
}
}
/* 768px～のときのみ改行入れる */
.br-pc{
	display:block;
}
@media (max-width: 768px) {
.br-pc{
	display:none;
}}

/* 広めの改行*/
.lineSpace{
	margin-top:10px;
}
/********************************
ページ内リンク
********************************/
.pageLink{
	background:#f3f3f3;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding: 15px 30px;
	font-size: 95%;
}
.pageLink li{
	margin-bottom: 5px;
}
.pageLink li:last-child{
	margin-bottom: 0;
}
.pageLink li a{
	background:url("../images/pagelink.gif") 0% 50%;
	background-repeat:no-repeat;
	padding-left:22px;
	line-height:1.3;
}
@media (max-width: 768px) {
	.pageLink{
		width: 85%;
		margin-bottom: 25px;
		padding: 2% 5%;
		font-size: 95%;
	}
	.pageLink li{
		margin-bottom: 10px;
	}
}
/*ページ内リンク（追っかけヘッダー分下げる）*/
@media (max-width: 768px) {
	.anchorLink {
		margin-top: -55px;
		padding-top: 55px;
	}
}

/********************************
PCで画像とテキストが横並びのコンテンツ
SPで画像１００％のコンテンツ
********************************/
/* 画像が左・テキストが右のパターン */
.pcLeftImg{
	float: left;
	margin: 0 20px;
}
.pcLeftImgText{
	float: left;
}
@media (max-width: 768px) {
	.pcLeftImg{
		float: none;
		margin: 0 0 10px 0;
		text-align: center;
	}
	.pcLeftImg img{
		max-width: 95%;
		height: auto;
	}
	.pcLeftImgText{
		float: none;
	}
}

/* 画像が右・テキストが左のパターン */
.pcRightImgText{
	float: left;
}
.pcRightImg{
	float: left;
	margin-left: 20px;
}
@media (max-width: 768px) {
	.pcRightImg{
		float: none;
		margin: 10px 0 0 0;
		text-align: center;
	}
	.pcRightImg img{
		max-width: 95%;
		height: auto;
	}
	.pcRightImgText{
		float: none;
	}
}

/********************************
見出し設定
********************************/
h1.main{
	text-align: left;
	font-size: 230%;
	font-weight: bold;
	border-bottom: solid 6px ;
	border-image: linear-gradient(to right, #fff361 0%, transparent 100%);
	border-image-slice: 1;
	padding-left: 8px;
	width: 1024px;
	margin: 30px auto 30px;
	line-height: 1;
}
h1.form{
	text-align: left;
	font-size: 230%;
	font-weight: bold;
	border-bottom: solid 6px ;
	border-image: linear-gradient(to right, #fff361 0%, transparent 100%);
	border-image-slice: 1;
	padding-left: 8px;
	width: 1024px;
	margin: 40px auto 30px;
	line-height: 1;
}
h2.main{
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	line-height: 1.2;
	border-bottom: solid 3px #ffcb2a;
	width: 100%;
	margin-bottom:25px;
}
h3.main{
	font-size: 140%;
	font-weight: bold;
	border-bottom: solid 2px #ffea4d;
	width: 980px;
	margin: 50px auto 10px;
	padding-left: 15px;
	line-height: 1;
}
h3.title{
	font-size: 190%;
}
h3.point{
	font-size: 120%;
	margin-bottom: 10px;
}
@media (max-width: 768px) {
	h1.main{
		font-size: 130%;
		font-weight: bold;
		border-bottom: solid 3px ;
		border-image: linear-gradient(to right, #fff361 0%, transparent 100%);
		border-image-slice: 1;
		padding-left: 5px;
		width: 95%;
		top:40px;
		left: 0px;
		right: 0px;
		margin: 15px auto 15px;;
		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 0px 1px,#fff 0px 1px,
		#fff 0px -1px,#fff 0px -1px,
		#fff 1px 0px,#fff -1px 0px,
		#fff 1px 0px,#fff -1px 0px;
		line-height: 1.2;
	}
	h1.form{
		font-size: 150%;
		font-weight: bold;
		border-bottom: solid 3px ;
		border-image: linear-gradient(to right, #fff361 0%, transparent 100%);
		border-image-slice: 1;
		padding-left: 5px;
		width: 95%;
		top:40px;
		left: 0px;
		right: 0px;
		margin: 15px auto;
		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 0px 1px,#fff 0px 1px,
		#fff 0px -1px,#fff 0px -1px,
		#fff 1px 0px,#fff -1px 0px,
		#fff 1px 0px,#fff -1px 0px;
		line-height: 1.2;
	}
	h2.main{
		font-size: 120%;
		border-bottom: solid 2px #ffcb2a;
		margin-bottom:15px;
	}
	h3.main{
		font-size: 110%;
		border-bottom: solid 2px #ffea4d;
		width: 95%;
		margin: 35px auto 10px;
		padding-left: 5px;
		line-height: 1.2;
	}
	h3.title{
		font-size: 130%;
	}
	h3.acc{
		font-size: 110%;
		padding: 1%;
		background:url("../images/ico-arrow_down-gray.png") 95% 50%;
		background-repeat:no-repeat;
	}
}

/*h1後ろに画像入るパターン*/
.overMainImg {
	position: relative;
	left: 0px;
	right: 0px;
}
.mainImgArea{
	position: relative;
}
h1.mainImg{
	text-align: left;
	position: absolute;
	font-size: 230%;
	font-weight: bold;
	border-bottom: solid 6px ;
	border-image: linear-gradient(to right, #fff361 0%, transparent 100%);
	border-image-slice: 1;
	padding-left: 8px;
	width: 1024px;
	top:20px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	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 0px 1px,#fff 0px 1px,
	#fff 0px -1px,#fff 0px -1px,
	#fff 1px 0px,#fff -1px 0px,
	#fff 1px 0px,#fff -1px 0px;
	line-height: 1;
}
.mainTitle{
	width:100%;
	overflow: hidden;
	position: relative;
	min-width:1024px;
	margin-bottom: 30px;
}
.mainTitleImg{
	height:250px;
	overflow: hidden;
}
.mainTitleImg img{
	z-index:-1;
	width:100%;
	min-width:1200px;
	height:auto;
	min-height:250px;
	top:0;
	left:0;
}
.mainTitleText{
	position: absolute;
	left: 0px;
	right: 0px;
	top:70px;
	width: 1024px;
	margin: 0 auto;
	text-align: left;
}
.mainTitleText span{
	font-weight: bold;
	font-size: 150%;
}

@media (max-width: 768px) {
	.overMainImg {
		position: static;
	}
	h1.mainImg{
		font-size: 130%;
		font-weight: bold;
		border-bottom: solid 3px ;
		border-image: linear-gradient(to right, #fff361 0%, transparent 100%);
		border-image-slice: 1;
		padding-left: 5px;
		width: 95%;
		top:15px;
		left: 0px;
		right: 0px;
		margin: 0 auto;
		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 0px 1px,#fff 0px 1px,
		#fff 0px -1px,#fff 0px -1px,
		#fff 1px 0px,#fff -1px 0px,
		#fff 1px 0px,#fff -1px 0px;
		line-height: 1.2;
	}
	.mainTitle{
		width:100%;
		height:auto;
		overflow: hidden;
		position: relative;
		min-width:0px;
		margin-bottom: 15px;
	}
	.mainTitleImg{
		height:120px;
		overflow: hidden;
		margin-bottom: 5px;
	}
	.mainTitleImg img{
		z-index:-1;
		width:100%;
		min-width:0;
		height:auto;
		min-height:0;
		top:0;
		left:0;
	}
	.mainTitleText{
		position: static;
		left: 0px;
		right: 0px;
		top:70px;
		width: 95%;
		margin: 0 auto;
		text-align: left;
	}
	.mainTitleText span{
		font-size: 110%;
	}
}

/*白フチ*/
.textFrame{
	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 0px 1px,#fff 0px 1px,
	#fff 0px -1px,#fff 0px -1px,
	#fff 1px 0px,#fff -1px 0px,
	#fff 1px 0px,#fff -1px 0px;
}


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

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

#mainmenu h2{
	padding-bottom: 20px;
	font-size:160%;
}
#footerMenu{
	display: flex;
	justify-content: space-around;
}

ul.accordion{
	text-decoration: none;
}

ul.accordion h3{
	pointer-events: none;
	font-size: 105%;
	margin-bottom: 6px;
}

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.8em;
	font-size: 95%;
	background: url(../images/ico-tri-blue.gif) no-repeat left 50%;
	padding: 0 0 0 12px;
}

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

/* アコーディオンなし */
ul.accordion .singleMenu > h3{
}

ul.accordion .singleMenu > h3 > a{
	color: #222222;
}
@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%;
	}

	#footerMenu{
		display: block;
	}
	
	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: 0px;
	}
	ul.accordion h3{
		pointer-events: all;
		display:block;
		background-position:98% center;
		background-repeat:no-repeat;
		margin-bottom: 0;
	}
	
	/* アコーディオン閉じてるとき */
	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 .singleMenu > h3{
		background-image:url(../images/ico-arrow_side-gray.png);
	}
	
	ul.accordion .singleMenu > h3 > 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 ul.accordionMenu > li > a,
	ul.accordion li.menuGroup > div > p > a {
		line-height: 1.8em;
		font-size: 95%;
		background: url(../images/arrow-gray.png) no-repeat 98% center;
		text-decoration: none;
		color: #222222;
		display: block;
		padding: 13px 0px 13px 13px;
	}
	ul.accordion > li>h3.menuYellow,
	#ham-menu ul.accordion > li.menuYellow{
		background-color:#fcfadb;
	}
}




/********************************
PC　グローバルメニュー
********************************/
#globalMenu{
	width: 100%;
	background: #FFF660;
	background: -moz-linear-gradient(top, #FFFB9F 0%, #FFF660 49%, #FFDC38 50%, #FFF448 100%);
	background: -webkit-linear-gradient(top, #FFF685 0%, #FFF660 49%, #FFDC38 50%, #FFF448 100%);
	background: linear-gradient(to bottom, #FFF685 0%, #FFF660 49%, #FFDC38 50%, #FFF448 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF660', endColorstr='#FFF448',GradientType=0 );
}

#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: 2px solid #FFBA0A;
}

#globalMenu li:last-child {
	border-right: 2px solid #FFBA0A;
}

#globalMenu li a {
	color: #000;
	text-shadow: 0 0 5px #FFE716,0 0 10px #FFE716;
	letter-spacing: .04rem;
	display: block;
	font-weight: bold;
	padding: 10px 0;
	line-height: 19px;
}

#globalMenu li:hover{
	background: #FFFDD4;
	background: -moz-linear-gradient(top, #FFFB98 0%, #FFFDD4 49%, #FFF56E 50%, #FFFAB5 100%);
	background: -webkit-linear-gradient(top, #FFFB98 0%, #FFFDD4 49%, #FFF56E 50%, #FFFAB5 100%);
	background: linear-gradient(to bottom, #FFFB98 0%, #FFFDD4 49%, #FFF56E 50%, #FFFAB5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFDD4', endColorstr='#FFFAB5',GradientType=0 );
}

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

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

/* 下部レスポンスデバイス下マージン */
.bottomResUnder{
	margin-bottom: 50px;
}
@media (max-width: 768px) {
	.bottomResUnder{
		margin-bottom: 20px;
	}
}
/***** ★★★電話大きいバージョン★★★ *****/
/* 上の文言 */
.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;
		font-size: 95%;
	}
	
	/* LINE */
	.FaxLineBox li:last-child{
		float: none;
		text-align: center;
	}
	
	.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 15px 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) {
/* レスポンスデバイス */
	.responseArea{
		background-color: #E2E2E2;
		padding: 20px 0;
	}
	.responseArea ul{
		width: 94%;
		min-width: 300px;
		max-width: 500px;
		margin: 0 auto;
	}

	.responseArea ul li img{
		width: 100%;
		height: 100%;
	}
}

/* 下層ページヘッダー下レスポンスエリア */
.attentionBorderS{
	display: none;
}
@media (max-width: 768px) {
	.attentionBorderS{
		display: block;
		margin-top: 50px;
		background-color: #EFEFEF;
		padding: 10px 0;
	}

	.attentionBorderS .btnArea{
		width: 98%;
		min-width: 300px;
		max-width: 400px;
		margin: 0 auto;
	}

	.attentionBorderS ul li{
		width: 48%;
		float: left;
		margin: 0 1%;
	}

	.attentionBorderS ul li img{
		width: 100%;
	}

	.attentionBorderS p img{
		width: 98%;
	}
}

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

#main_menu{
	text-align: center;
	position: fixed;
	bottom: 40px;
	right: 100px;
	width:80px;
	height:62px;
	padding-top: 18px;
	background:#ffdd21;
	color:#000;
	font-size: 90%;
	line-height:120%;
	text-decoration:none;
	z-index: 5000;
}
#main_menu:hover{
	background:#ffe763;
}
/********************************
集合写真とレスポンシブデバイス
********************************/
.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;
	}
}


/********************************
footer　レスポンス店舗情報
********************************/

.yearText{
	background-color:#FF7409;
	color:#fff;
	font-size:18px;
	padding:5px 8px;
}
.shopTitle{
	color:#000;
	font-size:32px;
	font-weight:bold;
}
.resFreeDial{
	color:#FF7409;
	font-size:40px;
	font-weight:bold;
	width:374px;
	float:left;
	line-height: 1.2;
}
.resMailadd{
	color:#FF7409;
	font-size:28px;
	font-weight:bold;
	margin-bottom: 5px;
}
.resFreeDial .resIcon{
	margin-top:-2px;
	margin-right:4px;
	float:left;
}
.resMailadd .resIcon{
	margin-right:14px;
	margin-left:2px;
	float:left;
}
.resFreedialTime{
	width:125px;
	font-size:13px;
	margin-left:4px;
	margin-top:6px;
	float:right;
	line-height:1.2;
}
.resCaution{
	font-size:14px;
	line-height:1.2;
	font-weight:bold;
}


/********************************
共通フッター
********************************/
/*プライバシーマーク*/
.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:9px;
	width:500px;
	background:#ffffff;
}
.calendarBox{
	width:488px;
	height:213px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff4aa;
}
@media (max-width: 768px) {
	#calendarArea{
		display: block;
	}
	
	#calendarArea img{
		background-color: #fff4aa;
	}
}

/*お知らせ*/
.oshiraseBox
{
	border:1px solid #e10b0d;
	color:#000;
	width:215px;
	float:left;
	padding:10px;
	margin: 0 0 0 15px;
}

@media (max-width: 768px) {
.oshiraseBox
{
	border:1px solid #04af35;
	line-height:1.2em;
	width:auto;
	padding:5px;
}
}
/********************************
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;
	}
}


/********************************
フッター:その他バンテック取扱商品
********************************/
#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;
}


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

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


	
	/* 実店舗バナー */
	#topBottomBSbn img{
		width: 90%;
		max-width: 545px;
		height: auto;
	}


/********************************
商品選択ボタン
********************************/
.itemSelectBox{
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.itemSelectBtn{
	width: 230px;
	float: left;
	margin: 0 10px 20px;
	background: #fff4e3;
	border: 1px solid #cbcbcb;
	height: 310px;
	padding-bottom: 5px;
}
.itemSelectImg{
	text-align: center;
}
.itemSelectBtn:hover{
	opacity: 0.7;
}
.itemSelectBtn img{
	width: 90%;
	margin-top: 35px;
}
.itemSelectTitle{
	text-align: center;
	font-size: 105%;
	font-weight: bold;
	top: 0%;
	width: 100%;
	padding-top: 7px;
	background-color:#fff4e3;
	display: block;
	position: absolute;
}
.itemSelectText{
	font-size: 90%;
	padding: 5px 10px;
	top: 55%;
	background-color:rgba(255,255,255,0.8);
	position: absolute;
	display: block;
}
.itemSelectLink{
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	color: #333;
	background: #ffcc0a;
	padding:13px 7px;
	margin: 7px 10px;
	border-radius: 8px;
	position: relative;
}
	
@media (max-width: 768px) {
	.itemSelectBox{
		width: 100%;
		margin-bottom: 15px;
	}
	.itemSelectBtn{
		width: 46%;
		margin: 0 1.5% 3% ;
		height: auto;
		padding-bottom: 0;
		display: inline-table;
	}
	.itemSelectTitle{
		font-size: 105%;
		margin-bottom: 3px;
	}
	.itemSelectText{
		font-size: 85%;
		padding: 0 4px;
		top: auto;
		bottom: 25%;
	}
	.itemSelectLink{
		padding: 7px 5px;
		margin: 5px 5px 8px;
		border-radius: 5px;
	}

}
/*div全体をリンクに*/
.linkScope {
	position: relative;
}
.linkScope a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*【用途別】商品選択ボタン（大）*/

.itemSelectBtnL{
	width: 310px;
	float: left;
	margin: 0 10px 20px;
	background: #fff4e3;
	border: 1px solid #cbcbcb;
}
.itemSelectBtnL:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.itemSelectBtnL img{
	width: 90%;
	margin-top: 10px;
}
.itemSelectTitleL{
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
}
.itemSelectTextL{
	padding: 0 10px;
}
.itemSelectLinkL{
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	color: #333;
	background: #ffcc0a;
	padding: 10px;
	margin:5px 20px 15px;
	border-radius: 8px;
}
@media (max-width: 768px) {
	.itemSelectBtnL{
		width: 96%;
		float: left;
		margin: 0 1.5% 3% ;
	}
	.itemSelectTitleL{
		font-size: 115%;
		margin-top: 3px;
	}
	.itemSelectTextL{
		padding: 0 10px;
	}
	.itemSelectLinkL{
		font-size: 105%;
		padding: 10px;
		margin: 10px;
	}
}

/********************************
大ロット
********************************/
h2.large{
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	background: #ff8d2a;
	padding: 7px;
	margin-bottom: 15px;
}
.largelotBox{
	background: #fff;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border: solid 2px #ff8d2a;
	border-radius: 5px;
}
.largelotBox ul{
	width: 810px;
	margin-left: auto;
	margin-right: auto;
}
.largelotPoint{
	background: #fff3c0;
	width: 250px;
	float: left;
	margin: 0 10px;
	padding: 10px 0 5px;
	text-align: center;
	border-radius:5px;
	font-size: 120%;
	font-weight: bold;
	display: block;
}
.largelotHeight{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}
.largePoint{
	background: #f36619;
	color: #fff;
	width: 180px;
	float: left;
	margin: 0 15px;
	padding: 10px 0;
	text-align: center;
	border-radius:10px;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.3em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.largelotDesign{
	background: #fff3c0;
	width: 192px;
	float: left;
	margin: 0 10px;
	padding: 10px 5px;
	text-align: center;
	border-radius:7px;
	font-size: 110%;
	font-weight: bold;
}
.pointDesign{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}
.largeLotText{
	padding: 25px 35px;
}
.largelotBtn {
	float: right;
	background-color:#ff7b00;
	width: 374px;
	margin: 0px 30px 20px;
	border-radius: 8px;
	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);
}
.largelotBtn a{
	color: #fff;
	display:block;
	padding: 20px 0;
	text-align: center;
	font-weight: bold;
	font-size: 115%;
}
.largelotBtn:hover{
	background-color:#124FA9;
}
.largelotPointBox{
	width: 810px;
	margin: 0 auto 30px;
}
.largelotSeisaku {
	float: left;
	background:#fff3c0;
	border: solid 2px #ffda7e;
	padding: 8px 0;
	margin:10px;
	text-align: center;
	width: 230px;
	font-size: 90%;
	line-height: 1.4em;
}
.largelotSeisaku span{
	font-size: 120%;
}
.largelotBsText{
	margin-left: 10px;
	width: 450px;
	display: inline-block;
}
.largelotBsTitle{
	margin-bottom: 10px;
	color: #ff5e01;
	font-weight: bold;
	font-size: 110%;
}
.paymentBox{
	width:234px;
	background:#F1F1F1;
	padding:7px;
	margin-left: 10px;
	float: left;
	height: 305px;
}
.paymentBox:first-child{
	margin-left: 0;
}

.cardArea{
	background:#ffffff;
	padding:5px;
}

@media (max-width: 768px) {
	h2.large{
		font-size: 120%;
		padding: 8px;
		margin-bottom: 10px;
	}
	.largelotBox{
		width: 100%;
	}
	.largelotBox img{
		width: 96%;
		height:auto;
	}
	.largelotBox ul{
		width: 100%;
	}
	.largelotPoint{
		background: #fff3c0;
		width: 30%;
		margin: 0 1.5%;
		padding: 5px 0;
		font-size: 100%;
	}
	.largelotHeight{
		margin-bottom: 0px;
	}
	.largeLotText{
		padding: 4% 2%;
	}
	.largelotPointBox{
		width: 100%;
		margin: 0 auto 20px;
	}
	.largelotPointBox img{
		margin-top: 5px;
		width: 100%;
	}
	.largelotSeisaku {
		float: left;
		padding: 1% 0;
		margin:1%;
		width: 46%;
		line-height: 1.4em;
	}
	.largelotSeisaku span{
		font-size: 110%;
	}
	.largelotDesign{
		width: 48%;
		margin: 1%;
		padding: 2% 0;
		font-size: 100%;
		font-weight: bold;
	}
	.largelotDesign img{
		width: 90%;
		max-width: auto;
		height: auto;
	}
	.largelotBsimg{
		width: 100%;
		margin: 0 auto;
	}
	.largelotBsimg p{
		width: 48%;
	}
	.largelotBsimg img{
		width: 100%;
		height: auto;
		max-width: 100%;
	}
	.largelotBsText{
		margin-left: 0;
		width: 100%;
	}
	.largelotBsTitle{
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.paymentBox{
		width:96%;
		padding:2%;
		margin-left: 0;
		margin-bottom: 10px;
		float: none;
		height: auto;
	}
}

/********************************
続きを見る（SPのみ　テキストリンク　JS）
********************************/
.seeNext ,
.closeText
{
	display: none;
}
@media (max-width: 768px) {
	.seeNext ,
	.closeText{
		transition: .3s;
		cursor: pointer;
		display:block;
	}
	.closeText{
		margin-top: 10px;
		color: #0066ff;
		text-align: right;
		font-size: 90%;
	}
	.acPerformanceContents{
		display:none;
		margin: 10px 0;
	}
}
/*SPのみアコーディオンのグレーボックス*/
@media (max-width: 768px) {
	.seeNextBoxSP{
		background:#F1F1F1;
		padding: 1.5%;
	}
	.seeNextBoxSP h3{
		padding-right: 10%;
	}
}

/*背景色*/
.bgGray{
	background-color: #f3f3f3;
	padding: 10px;
}

@media (max-width: 768px) {
	.bgGray{
		padding: 2%;
}
}
/********************************
ご注文の流れ
********************************/
/* 使用ページ：index.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
	}
}

/********************************
ボディ別ページ
********************************/
#mainImg{
	float: left;
}
.changeBox {
	float: left;
	width: 545px;
	display:block;
	margin-top:10px;
	margin-left: 50px;
}
.bodyChange li  {
	float:left;
	width: 65px;
	font-size: 70%;
	line-height: 1.2;
	text-align: center;
	margin: 5px 6px;
}
.bodyChange li img {
	width: 65px;
}
.changeImg {
	cursor:pointer;
}
.modal-syncer2 p{
	color: #333333;
}

@media (max-width: 768px) {
#mainImg{
	float: none;
}
.changeBox {
	width: 100%;
	margin-left: 0;
}
.bodyChange li {
	width: 50px;
	margin: 2px 4px;
	line-height: 1;
}
.bodyChange li img {
	width: 50px;
}
.changeBox li{
	pointer-events: auto;
	color:#333333;
}
}

/*リスト共通*/
.mainList th{
	background:#fffde4;
}
.mainList th,.mainList td{
	text-align:center;
}
/*サイズ表*/
.sizeList{
	width:1000px;
	margin: auto;
	table-layout: fixed;
}
.sizeListS{
	width:600px;
	margin: auto;
	table-layout: fixed;
}
.sizeList th,.sizeList td,.sizeListS th,.sizeListS td{
	padding:10px 0;
}
/*→スライドで続きを見る表示(.sizeListSで使用)*/
.sizeSlideText{
	display: none;
}
.sizeSlideSpace{
	margin-top: 12px;
}
@media (max-width: 768px) {

.sizeList th,.sizeList td,.sizeListS th,.sizeListS td{
	padding:7px 3px;
}
	.sizeList{
		width:780px;
		margin: auto;
	}
.sizeListS{
	width:400px;
	margin: auto;
}
}
/*→スライドで続きを見る表示(.sizeListSで使用)*/
@media (max-width: 400px) {
	.sizeSlideText{
		display: block;
	}
	.sizeSlideSpace{
		margin-top: 0px;
	}
}
/*表スクロール*/
@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;
	}
}

/*■採寸方法*/
.measureText{
	width: 450px;
	padding: 10px;
	float: left;
}
.measureImg{
	float: left;
}
.measureImg img {
	height: 160px;
	margin-left: 30px;
	margin-right: 10px;
	background: #fff;
	padding: 5px;
}
@media (max-width: 768px) {
	.measureTitle{
		background:url("../images/ico-arrow_down-gray.png") 95% 50%;
		background-repeat:no-repeat;
		padding: 5px 0;
;	}
	.measureText{
		width: 95%;
		margin: 0 auto;
		font-size: 90%;
		padding: 0 0 5px;
		float: none;
	}
	.measureImg{
		float: none;
		text-align: center;
	}
	.measureImg img {
		width: auto;
		max-width: 100%;
		height: auto;
		margin-left: 0;
		margin-right: 0;
	}
}

/*生地・仕様*/
.shiyouBox{
	width: 485px;
	float: left;
	margin: 0 15px 0 0;
}
.shiyouImg img{
	width: 500px;
}

@media (max-width: 768px) {
	.shiyouBox{
		width: 96%;
		float: none;
		margin: 0 auto 10px;
	}
	.shiyouImg{
		text-align: center;
	}
	.shiyouImg img{
		width: 100%;
		max-width: 500px;
	}
}

/*プリント方法・プリント箇所*/
.printBox{
	float: left;
	width: 480px;
	padding: 10px;
}
.printBox1{/*トナーのみ*/
	float: left;
	width: 1000px;
	padding: 10px;
}
.printBox1 > .acPerformanceContents{/*トナーのみ*/
	float: right;
}
.printSilkBox{
	background:#deedff;
	border: 1px solid #075cc0;
}
.printTonerBox{
	background:#ffebd7;
	border: 1px solid #ff7f00;
}
.printBox1Text{
	float: left;
}
.printImg{
	text-align: center;
}
.printImg img{
	width: 480px;
	height: auto;
	margin: 0 auto;
}
.printList{
	width: 480px;
}
.printList th,
.printList td{
	padding: 5px;
}
.printList th{
	background: #fffde4;
	width: 40px;
}
.printList td{
	background: #fff;
	line-height: 1.8;
	font-size: 85%;
	text-align: left;
}
.sizeNoXS,.sizeNoS-S,.sizeNoS,.sizeNoM,.sizeNoS-L,.sizeNoL,.sizeNoXL{
	display: inline-block;
	margin-right: 5px;
	color: #fff;
	height: 20px;
	width: 20px;
	text-align: center;
}
.sizeNoXS{
	background: #9932cc;
	
}
.sizeNoS-S{
	background: #b8a83b;
	
}
.sizeNoS{
	background: #ce7b29;
	
}
.sizeNoM{
	background: #02b006;
	
}
.sizeNoS-L{
	background: #933bb8;
	
}
.sizeNoL{
	background: #2977ce;
	
}
.sizeNoXL{
	background: #f54242;
	
}
@media (max-width: 768px) {
	.printBox{
		float: none;
		width: 96%;
		padding: 2%;
	}
	.printBox1{/*トナーのみ*/
		float: none;
		width: 96%;
		padding: 2%;
	}
	.printBox1 > .acPerformanceContents{/*トナーのみ*/
		float: none;
	}
	.printBox1Text{
		float: none;
	}
	.printImg img{
		width: auto;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.printList{
		width: 100%;
	}
	.printList td{
		background: #fff;
		line-height: 2.2;
		font-size: 90%;
	}
	.sizeNoXS,.sizeNoS,.sizeNoM,.sizeNoL,.sizeNoXL{
		margin-right: 2px;
		margin-left: 5px;
		line-height: 2;
	}
}
/*価格表*/

.priceList{
	width:900px;
	margin: auto;
	table-layout: fixed;
}
.priceListS{
	width:650px;
	margin: auto;
}
.priceList th,.priceListS th{
	padding:10px 0;
}
.listPlice th{
	vertical-align: middle;
}
.listPlice td{
	font-size: 130%;
	font-weight: bold;
	line-height: 1.2em;
	padding: 5px 0;
}
.listPlice td span{
	font-size: 60%;
	font-weight:normal;
}
.pricePrintImg img{
	width: 180px;
	height: 70px;
}
.priceGrayBox{
	font-size: 90%;
	list-style: disc;
	padding-left: 2em;
}
h3.priceTitle{
	font-size: 130%;
	margin-bottom: 5px;
}
@media (max-width: 768px) {
	.priceList{
		width:600px;
		margin: auto;
		table-layout: fixed;
	}
	.priceListS{
		width:300px;
		margin: auto;
	}
	.priceList th,.priceListS th{
		padding:7px 0;
	}
	.pricePrintImg img{
		width: 95%;
		height: auto;
	}
	.listPlice td span{
		font-size: 70%;
	}
	.priceGrayBox li{
		margin-bottom: 5px;
	}
	h3.priceTitle{
		font-size: 110%;
		margin-bottom: 5px;
	}
}
/*おすすめ半袖Tシャツ3商品の特徴*/
.compareList{
	width: 1024px;
	table-layout: fixed;
}
.compareList th{
	font-weight: normal;
	vertical-align: middle;
	padding: 10px 0;
}
.compareList td{
	padding: 5px 10px;
	line-height: 1.3;
	font-size: 95%;
	vertical-align: middle;
}
.comparePoint td{
	padding: 10px 0;
	font-weight: bold;
}
.compareText td{
	text-align: left;
}
@media (max-width: 768px) {
.compareList{
	width: 1000px;
	table-layout: fixed;
}
.compareList td{
	white-space: normal;
		text-align: left;
}
	.compareText{
		margin-top: 10px;
		font-weight: bold;
		line-height: 1.4;
		font-size: 110%;
	}
}
/********************************
入稿系リスト
********************************/
.nyukuoList{
	width: 900px;
	background-color:#fef9b6;
	border-bottom:1px solid #a7a7a7;
	margin: 0 auto;
}
.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;
}
@media (max-width: 768px) {
.nyukuoList{
	width: 100%;
}
.nyukuoList dt{
	width:5em;
}
.nyukuoList dd{
	margin:0 0 0 5.5em;
}

}

/*2つのプリントボタン*/
.printGray{
	background: #f3f3f3;
	padding: 15px;
	width: 820px;
	margin: 0 auto;
}
.printBtnBg{
	float: left;
	width: 350px;
	margin: 0 20px;
	padding: 10px;
}
.printPoint{
	font-size: 90%;
	line-height: 1.2;
	margin-bottom: 5px;
}

@media (max-width: 768px) {
	.printGray{
		padding: 2%;
		width: 96%;
	}
	.printBtnBg{
		float: none;
		width: 90%;
		margin: 10px auto;
		padding: 2%;
	}
	.modalLinkTextSP{
		text-align: right;
		font-size: 90%;
	}
	.modalLinkTextSP img{
		vertical-align: middle;
		margin-right: 5px;
		width: 16px;
	}
}

/********************************
NP掛け払い・後払い
********************************/
.npBgPostpay
{
	background-color:#FFF9FC;
}
.npBgPayment
{
	background-color:#F4FDFF;
}

/********************************
用途別ページ
********************************/
.otherProductBox{
	margin-bottom: 25px;
}
.otherProductBox li{
	float: left;
	width: 470px;
	padding: 15px;
	background: #fff4e3;
	margin-right: 15px;
}
.otherProductBox li:last-child{
	margin-right: 0;
}
.useSalesText{
	font-size: 130%;
	text-align: center;
	font-weight: bold;
}
@media (max-width: 768px) {
	.otherProductBox li{
		float: none;
		width: 96%;
		padding: 2%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.useSalesText{
		font-size: 105%;
	}
}













