﻿@charset "utf-8";

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

/********************************
☆☆☆☆☆☆最後に消すやつ☆☆☆☆☆☆
********************************/

/*モーダル入れるテスト*/
	.testBox{
		width: 85%;
		border: solid 1px #bfbfbf;
		margin: 20px auto;
		padding: 10px 5px;
		background: #fff;
	}


/********************************
トップページ
********************************/

/* メインキャッチ */
#mainCatchArea{
	width:100%;
	height:450px;
	position: relative;
	min-width:1024px;
	overflow: hidden;
}
.mainCatchImg img{
	z-index:-1;
	position: absolute;
	width: 100%;
}
.mainCatchText{
	position:absolute;
	top:140px;
	left:52px;
}
#mainCatchBanner{
	position: relative;
}
#mainCatchBs{
	position:absolute;
	top:305px;
	right:170px;
}
#mainCatchBs a{
	display:block;
	width:160px;
	height:140px;
	background-image:url(../images/top/bs_on.png);
}
#mainCatchLargelot{
	position:absolute;
	top:305px;
	right:0;
}
#mainCatchLargelot a{
	display:block;
	width:160px;
	height:140px;
	background-image:url(../images/top/largelot_on.png);
}
#mainCatchBs a:hover img,
#mainCatchLargelot a:hover img{
	 opacity: 0; 
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}
@media (max-width: 768px) {
	#mainCatchArea{
		width:100%;
		height:auto;
		height:215px;
		position: static;
		min-width:0px;
		overflow: hidden;
		margin-top: 47px;
		margin-bottom: 5px;
	}
	.mainCatchImg img{
		height: 160px;
		position: static;
	}
}
/* メインキャッチ h1 */
#mainCatchArea h1 {
	position: absolute;
	top: 120px;
	left: 0px;
	right: 0px;
	font-size:185%;
	line-height:1.4em;
	font-weight:bold;
	background: linear-gradient(to right, rgba( 0, 53, 130, 0 ) 0%,rgba( 0, 0, 0, 0.5 ) 10%, rgba( 0, 0, 0, 0.5 ) 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:110%;
	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;
}

@media (max-width: 768px) {
	#mainCatchArea h1 {
		position: static;
		font-size:110%;
		line-height:1.3em;
		background: none;
		color:#000;
		text-align: center;
		margin: auto;
		padding:10px 0 7px;
		width: 100%;
	}
	#mainCatchArea h1 span{
		color:#FF0004;
		font-size:110%;
	}
}

/* FV画像 */
.photo-show {
	z-index:-1;
	position: relative;
}
.photo-show img {
	animation: show 25s infinite;
	-webkit-animation: show 25s 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;
}
.photo-show img:nth-of-type(5) {
	animation-delay: 20s;
	-webkit-animation-delay: 20s;
}
.photo-showsp{
	display: none;
}
@media (max-width: 768px) {
	.photo-showsp{
		display: block;
	}
	.photo-showsp {
		z-index:-1;
		position: relative;
	}
	.photo-showsp img {
		animation: show 40s infinite;
		-webkit-animation: show 40s infinite;
		width:100%;
		min-width: 320px;
		height:auto;
		min-height: 150px;
		opacity: 0;
		position: absolute; /*画像を全て重ねる*/
		top:0;
		left:0;
	}
	/*各画像のアニメーションの開始時間をずらす*/
	.photo-showsp img:nth-of-type(1) {
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
	}
	.photo-showsp img:nth-of-type(2) {
		animation-delay: 5s;
		-webkit-animation-delay: 5s;
	}
	.photo-showsp img:nth-of-type(3) {
		animation-delay: 10s;
		-webkit-animation-delay: 10s;
	}
	.photo-showsp img:nth-of-type(4) {
		animation-delay: 15s;
		-webkit-animation-delay: 15s;
	}
	.photo-showsp img:nth-of-type(5) {
		animation-delay: 20s;
		-webkit-animation-delay: 20s;
	}
	.photo-showsp img:nth-of-type(6) {
		animation-delay: 25s;
		-webkit-animation-delay: 25s;
	}
	.photo-showsp img:nth-of-type(7) {
		animation-delay: 30s;
		-webkit-animation-delay: 30s;
	}
	.photo-showsp img:nth-of-type(8) {
		animation-delay:35s;
		-webkit-animation-delay: 35s;
	}
}

/*メインキャッチ下*/
.mainYellowBox{
	background-color:#FFF660;
	font-weight: bold;
	font-size: 105%;
	padding: 10px;
	text-align: center;
}
/* スタッフ写真 */
#mainCatchStaff{
	height:130px;
	width: 100%;
	background:url(../images/top/main_catch_staff-bg.jpg) repeat-x;
	background-position: center;
	text-align: center;
}

@media (max-width: 768px) {
	#mainCatchStaff{
		background-image: none;
		background-color: #FFF660;
		padding-top: 10px;
		color: #000;
		height: auto;
	}
	#mainCatchStaff img{
		width: 100%;
		max-width: 640px;
		height:auto;
	}
}
/*背景色分け*/
.backColor1{
	background:#fffeef;
	padding: 90px 0;
	min-width:1024px;
}
.backColor2{
	background:#fff;
	padding: 90px 0;
	min-width:1024px;
}
@media (max-width: 768px) {
	.backColor1{
		padding: 25px 0;
		min-width:0px;
	}
	.backColor2{
		padding: 25px 0;
		min-width:0px;
	}
}

/*制作例*/
#topSeisakuArea{
	margin: 20px 0 60px;
}
#topSeisakuArea ul
{
	display: flex;
	justify-content: space-between;
}
#topSeisakuArea ul:first-child
{
	margin-bottom: 20px;
}
#topSeisakuArea ul li
{
	width: auto;
}
@media (max-width: 768px) {
.topSeisakuInfo a{
		color: #333;
	}
}
/*お客様の声スライド（PCのみ）*/
.slider-container {
  display: none;
  position: relative;
}
.slider-container.initialized {
  display:block;
}
.slider {
  margin: 0 24px 35px;
	position: relative;
}
.slick-list {
  margin-right: -12px;  /* ガター分ネガティブマージン */
}
.slider-arrow {
  position: absolute;
  top: 50%;
  height: 36px;
  margin-top: -18px;  /* 高さの半分だけネガティブマージン */
  color: #bd77f2;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  z-index: 10;  /* 重要 */
}
.slider-prev {
  left: 0;
}
.slider-next {
  right: 0;
}
.slick-slide {
  margin-right: 12px;  /* ガター */
  outline:none;
}

@media (max-width: 768px) { /* スライダー */
	#topSeisakuArea {
		display: flex;
		width: 102%;
		position: relative;
		overflow: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		transform: translateZ(0);
		margin: 10px 0;
	}
	#topSeisakuArea ul:first-child{
		margin-bottom: 0;
	}
	#topSeisakuArea ul li{
		position: relative;
		margin-right: 10px;
		padding: 5px;
		width: 200px;
		border: 1px solid #CCCCCC;
		background: #FFFFFF;
		text-align: center;
		pointer-events: none;
	}
	#topSeisakuArea li img{
		width: 100%;
		height: auto;
	}
}
/*お客様の「こだわりのデザイン」を実現するためのポイント*/
.designPointBox{
	background: #fff;
	border: 1px solid #ffcb2a;
	width: 480px;
	padding: 10px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	height: 270px;
}
.designPointBox h3{
	font-size: 110%;
	margin-bottom: 8px;
}
.printBtn{
	float: left;
	width: 220px;
	margin: 0 5px;
	padding: 5px;
}
.printPoint{
	font-size: 75%;
	line-height: 1.2;
	margin-bottom: 5px;
}
.printBtnSilk{
	background:#1E80F1; 
	
}
.printBtnToner{
	background:#FF9123; 
	
}

.printBtnSilk:hover{
	background:#489dff; 
	
}
.printBtnToner:hover{
	background:#ff9f40; 
	
}
.dateSaveText{
	width: 500px;
	float: left;
	margin-right: 15px;
	
}
@media (max-width: 768px) { 
	.designPointBox{
		width: 100%;
		padding: 0;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
		height: auto;
		display: inline-block;
	}
	.designPointBox h3{
		font-size: 105%;
		margin-bottom: 0;
		padding: 2%;
		background:url("../images/ico-arrow_down-gray.png") 95% 50%;
		background-repeat:no-repeat;
	}
	.designPointContents{
		padding: 0 2%;
	}
	.printBtn{
		float: left;
		width: 44%;
		margin: 2% 1% 2%;
		padding: 2%;
	}
	.printPoint{
		line-height: 1.3;
	}
	.dateSaveText{
		width: 100%;
		float: none;
		margin-right: 0px;
		margin-bottom: 5px;

	}
	.dateSaveImg img{
		width: 100%;
		height: auto;
	}
	.dateSaveImg {
		text-align: center;
	}
	ul.accordion h3.openMenu{
	}
}
/********************************
会社概要 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 #ffcb2a;
	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;
}

.aboutDecorationText{
	font-size:28px;
	line-height:1.6;
	color:#0083DB;
	font-weight:500;
	font-weight:bold;
}
.aboutDecorationText span.threeWord{
	font-size:26px;
}
.aboutDecorationText2{
	font-size:34px;
	line-height:1.6;
	margin-left:15px;
	margin-top:15px;
	color:#0083DB;
	font-weight:bold;
}
.aboutDecorationBox{
	width:210px;
	margin:35px 20px 30px;
	padding:0 10px;
	font-size:16px;
	line-height:2.3;
	text-align:left;
	color:#0083DB;
	float:left;
	
}
.aboutDecorationBlue{
	color:#0083DB;
	margin-left:15px;
}
.title-border {
display: flex;
align-items: center;
}

.title-border:after {
border-top: 1px solid #0099ff;
content: "";
flex-grow: 1;
}
.title-border:after {
margin-left: 1rem;
}

@media (max-width: 768px) {
	.aboutDecorationText,
	.aboutDecorationText span.threeWord{
		font-size:15px;
		line-height:1.2;
	}
	.aboutDecorationText2{
		font-size:20px;
		margin-left:0;
	}
	.title-border {
	display: flex;
	align-items: center;
	}
	.title-border:after {
	border-top:none;
	content: "";
	flex-grow: 1;
	}
	.aboutDecorationBlue{
	margin-left:0;
}
	#aboutBsImg{
		float: none;
		margin-right:0px;
		margin-bottom: 5px;
		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;
}
.rinenUpper{
	margin-top: 30px;
}
@media (max-width: 768px) {
	h3.about{
		font-size:120%;
		text-align: center;
	}
.rinenUpper{
	margin-top: 20px;
}
}

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

#rinenBox{
	width: 615px;
}

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


/* スタッフ紹介 */
.staffList {
	width: 300px;
	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;
	}
	
	#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;
	}
}

/********************************
個人情報 kojin.html
特定商取引法 tokutei.html
********************************/
.lawTable,
.kojinTable{
	width: 750px;
	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;
	}
.lawTable th,
.lawTable td,
.kojinTable th,
.kojinTable td{
	padding:10px 5px;
}
}

/********************************
個人情報の取り扱いについて
********************************/
h1.kojinPopH1
{
	font-size:170%;
	padding:0 0 4px 15px;
	line-height:54px;
	border-left:6px solid #EA0404;
	background:#eee;
}
#PopUpBodyArea {
	width: 580px;
	margin: 0 auto;
	font-size: 16px;
}
.kojinPopTable{
	margin: 0 auto;
}
.kojinPopTable th{
	background-color: #FFE0E0;
}
.kojinPopTable th,
.kojinPopTable td{
	padding:6px;
	vertical-align: middle;
}
/********************************
テレビ・新聞で紹介されました tv.html
********************************/
.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: 30px auto 40px;
	width: 600px;
}
#bsPageLinkArea li a{
	float: left;
	text-decoration: underline;
	width: 50%;
	text-align: center;
}
.grayBox{
	background-color: #f3f3f3;
	padding: 15px;
}
@media (max-width: 768px) {
	#bsPageLinkArea{
		margin: 20px auto;
		width: auto;
	}
	
	#bsPageLinkArea li{
		margin-bottom: 10px;
		width: 200px;
		margin-left: auto;
		margin-right: auto;
		
	}
	#bsPageLinkArea li a{
		float: none;
	}
	.grayBox{
		padding: 10px;
	}
}

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

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

/* グレーレスポンスエリア */
.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 a {
	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);
	display: block;
	padding: 20px;
	color: #ffffff;
	font-size: 150%;
	font-weight: bold;
	line-height: 120%;
}
.bsSRbtn a:hover {
	background-color: #F59844;
}

@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;
}
.bsBottom{
	margin-bottom: 40px;
}
@media (max-width: 768px) {	
.bsBottom{
	margin-bottom: 20px;
}
	.bsSRimg{
		width: 35%;
	}
	.bsSRimg img{
		width: 100%;
		max-width: 260px;
		height: auto;
	}
	.bsSRtext{
		width: 60%;
	}
	
	.bsMapBox {
		width: 100%;
	}
	
	.roteMoreTitle{
		background:#124fa9;
		padding: 0 10px;
		border-radius: 2px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.rote-pc {
		display: block;
		width: auto;
	}
	
	.mapBox {
		width: 210px;
		margin: 0 auto;
	}
}

/* よくいただくご質問 */
.questionList{
	margin-bottom: 40px;
}
.questionList li {
	padding: 3px 0 0;
	border-bottom: 1px dotted #666666;
}
.questionList li span {
	color: #ff4e00;
	font-weight: bold;
	padding: 0 5px 0 0;
}
/* 回答 */
.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;
}
.lapBox{
	width: 480px;
	font-size: 90%;
	margin: 15px auto 0;
}
.lapNormalBox{
	float: left;
	
}
.lapPackageBox{
	float: right;
}
@media (max-width: 768px) {
	.questionList{
		margin-bottom: 20px;
	}
	.questionList li {
		padding: 5px 0;
	}
	#qaGoldImg img{
		width: 100%;
		max-width: 489px;
		height: auto;
	}
	.lapBox{
		width: 100%;
		font-size: 90%;
		margin: 10px auto 0;
	}
	.lapNormalBox{
		float: none;
		margin-bottom: 10px;

	}
	.lapPackageBox{
		float: none;
	}
	.lapPackageBox img{
		width: 100%;
		max-width:292px;
	}
}
/*製作実例とお客様の声*/
.voiceContentsBox{
	width: 980px;
	margin: 20px auto 60px;
}
.userInt01{
	float: left;
}
.userInt02{
	float: right;
}
.voiceBox{
	margin-bottom: 70px;
}
.staffCommentBox{
	padding:10px;
	border:1px solid #d6d6d6;
	margin: 20px 0;
}
h4.textVoice{
	clear:both;
	font-size:110%;
	padding:1px 5px;
	border-left:8px solid #cccccc;
	border-bottom:2px solid #eeeeee;
}
.voiceDateBox{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
/*テーブル風リスト*/
.tableLikeList{
	background-color:#f4f4f4;
	border-bottom:1px solid #a7a7a7;
}
.tableLikeList dt{
	float:left;
	width:8em;
	text-align:center;
	padding:5px 0;
	border-top:1px solid #a7a7a7;
}
.tableLikeList dd{
	padding:5px;
	margin:0 0 0 8em;
	border-left:0;
	border-right:0;
	background-color:#ffffff;
	border-top:1px solid #a7a7a7;
}

@media (max-width: 768px) {
.voiceContentsBox{
	width: 100%;
	margin: 20px auto 60px;
}
	.userInt01{
		float: none;
		margin-bottom: 5px;
	}
	.userInt02{
		float: none;
	}
.voiceBox{
	margin-bottom: 40px;
}
.staffCommentBox{
	padding: 10px;
	margin: 15px 0;
}
.voiceDateBox{
	width: 100%;
}
}
/********************************
デザイン案の送り方と注意点
********************************/

.softWereListTable{
	width: 700px;
	margin: 0 auto;
	line-height: 1.3;
}
.softWereListTable th,
.softWereListTable td{
	border-left:none;
	border-right:none;
}
.softWereListTable th{
	padding:10px 10px 10px 30px;
	background-color:#fef9b6;
	text-align: left;
}
.softWereListTable td{
	padding:5px 10px;
	vertical-align: middle;
}
.softWereText{
	width: 700px;
	margin: 5px auto 0;
	font-size: 90%
}

@media (max-width: 768px) {
.softWereListTable{
	width:100%;
}
.softWereListTable th{
	padding:7px;
	background-color:#fef9b6;
	text-align: left;
}
.softWereText{
	width: 100%;
	font-size: 90%
}
}


/********************************
完全データ（Illustrator/Photoshop）
********************************/
.sendDateImg{
	float: left;
}
.sendDateText{
	padding-top: 30px;
	margin-bottom: 20px;
}
.verResBox {
	background: #f3f3f3;
	padding: 15px;
	margin: 15px auto;
	width: 450px;
}
.verResBox br{
	line-height: 1.8;
}
.nyukuoListText{
	width: 900px;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.sendDateImg{
		float: none;
		text-align: center;
	}
	.sendDateText{
		padding-top: 5px;
		margin-bottom: 10px;
	}
	.verResBox {
		padding: 2%;
		margin: 10px 0;
		width: 96%;
	}
	.verResBox br{
		line-height: 1.4;
	}
	.nyukuoListText{
		width: 100%;
	}
}

/********************************
リピーターページ
********************************/
.sougouBox{
	padding:10px;
	text-align:center;
	background-color:#fdf4e8;
}

/*ボックス内のアイテムエリア*/
.itemMArea{
	text-align:left;
	width:960px;
	margin:0 auto;
}
.itemM{
	width:320px;
	margin:8px 0 0 0;
}
.itemM dl{
	margin:0;
	width:250px;
	float: right;
}
.itemM dt
{
	font-weight:bold;
	color:#666666;
}
.itemM dd{
	margin:0;
	padding:0;
	line-height:normal;
}

.hidden{
	height:0;
	width:0;
	border:0;
	margin:0;
	padding:0;
	visibility:hidden;
}
@media (max-width: 768px) {
	.itemMArea img{
		margin-right: 5px;
	}
	.sougouBox{
		padding:1.5%;
	}
	.itemMArea{
		text-align:none;
		width:97%;
		margin:0 auto;
	}
	.itemM{
		width:100%;
	}
	.itemM dl{
		width:100%;
		float: none;
	}
}

/********************************
使用できる書体とイラストサンプル
********************************/
.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;
	}
	.sampleImg h3{
		font-size: 105%;
		margin: 15px 0 5px 0;
	}
}

/********************************
試合会場や御社お取引様への直送も可能
********************************/
.shipmentImg{
	float: right;
}
.clientImg{
	float: left;
	margin-right: 10px;
}
@media (max-width: 768px) {
	.shipmentImg{
		width: 50%;
	}
	.shipmentImg img{
		width: 100%;
		height: auto;
	}
	.clientImg{
		float: none;
		margin-right: 0;
	}
}


/********************************
オリジナルTシャツ・ウェア製作業者選びチェックポイント
********************************/
.pageLinkCheckPoint{
	background:#f3f3f3;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding: 15px 60px;
}
.pageLinkCheckPoint li{
	float: left;
	margin-right: 50px;
}
.pageLinkCheckPoint li:last-child{
	margin-right: 0px;
}
.pageLinkCheckPoint li a{
	background:url("../images/pagelink.gif") 0% 50%;
	background-repeat:no-repeat;
	padding-left:22px;
	line-height:25px;
}
h3.checkPoint{
	font-size:120%;
	color:#3F3F3F;
	border:none;
	margin-bottom: 5px;
}
span.pointNumber{
	background-color:#FFE2AD;
	border:1px solid #F05200;
	color:#E00003;
	font-weight:bold;
	display: inline-block;
	width: 25px;
	text-align: center;
	margin:auto 4px;
	border-radius: 4px;
}
.cleamBgBox{
	background-color:#fffbe7;
	border:1px solid #db6969;
	list-style: disc;
	padding: 10px 0px 10px 30px;
	margin-bottom: 40px;
}
@media (max-width: 768px) {
	.pageLinkCheckPoint{
		width: 75%;
		margin-bottom: 10px;
		padding: 2% 10%;
	}
	.pageLinkCheckPoint li{
		float: none;
		margin-right: 0px;
	}
	h3.checkPoint{
		font-size:110%;
		margin-bottom: 3px;
	}
	span.pointNumber{
		padding:0 4px;
		width: 12px;
	}
	.cleamBgBox{
		padding: 10px 10px 10px 30px;
		margin-bottom: 25px;
	}
}

/*発送・製作日数・お支払方法について*/
.kaigaiText{
	float: left;	
}
.kaigaiImg{
	float: right;
}
@media (max-width: 768px) {
.kaigaiText{
	float: none;
}
.kaigaiImg{
	float: right;
}
.kaigaiImg img{
	width: 130px;
	height: auto;
}
}
/********************************
ご注文の流れ・お支払いについて flow.html
********************************/
.flowContentsBox{
	margin-top: 40px;
	padding: 0 30px;
}
.flowTextArea{
	width: 680px;
	float: right;
}

.flowStep01-ResBox{
	box-sizing: border-box;
	background-color: #fff;
	padding: 10px;
	border: solid 2px #959595;
}
h3.flow{
	background-color:#2D3769;
	padding: 10px;
	color: #fff;
	font-size: 130%;
}
.flowImg{
	float: left;
}
@media (max-width: 768px) {
	.flowContentsBox{
		margin-top: 20px;
		padding: 0;
	}
	.flowTextArea{
		float: none;
		width: auto;
	}
	h3.flow{
		padding: 10px;
		font-size: 110%;
	}
	.flowImg img{
		width: 130px;
		height: auto;
		margin-right: 10px;
	}
}
/********************************
刺繍名入れ
********************************/
.bgOrange{
	background-color:#ffaa26;
	padding:5px;
}
.sisyuuBox{
	border:2px solid #f39708;
	width: 964px;
	margin: 0 auto;
}
.sisyuuBoxS{
	width: 320px;
	float: left;
	border-left:2px solid #f39708;
}
.sisyuuBoxS:first-child{
	border-left:none;
}
.sisyuuBoxS img{
	width: 290px;
	height: auto;
	margin: 0 auto;
}
.sisyuPriceIB{
	border:2px solid #f39708;
	text-align: center;
	padding: 10px 0;
	width: 964px;
	margin: -2px auto 0;
}
.sisyuuWearBox{
	padding:10px 30px;
	background-color:#fffff5;
	border:2px solid #e4e1d8;
}
.sisyuuWearBox ul{
	list-style: disc;
	display: block;
	float: left;
	padding-left: 20px;
	margin-left: 30px;
}
.sisyuuitoImg{
	float: left;
	margin: 0 20px;
}
@media (max-width: 768px) {
	.sisyuuBox{
		width: 100%;
	}
	.sisyuuBoxS{
		width: 100%;
		float: none;
		border-left:none;
	}
	.sisyuuBoxS img{
		width: 95%;
		max-width: auto;
	}
	.sisyuPriceIB{
		width: 100%;
	}
	.sisyuuWearBox ul{
		margin-left: auto;
		margin-right: auto;
		float: none;
		display: block;
		width: 200px;
	}
	.sisyuuitoImg{
		margin: 0 10px 0 0;
		width: 40%;
	}
	.sisyuuitoImg img{
		width: 100%;
		max-width: auto;
	}
	.sisyuuitoColorImg img{
		width: 100%;
		max-width: auto;
		margin: 0 auto;
		height: auto;
	}
}
/********************************
お見積り依頼・お問い合わせ
********************************/
.itemFormRed{
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	background: #ff0000;
	padding: 7px 40px;
	margin: 10px;
	border-radius: 8px;
	position: relative;
	line-height: 1.4;
	top: -10px;
}
.itemFormRed:after {
	position: absolute;
	content: '';
	border: 15px solid transparent;
	border-top-width: 12px;
	border-bottom-width: 12px;
	border-left-color: #fff;
	top: 30%;
	right: 0%;
}
	
@media (max-width: 768px) {
	.itemFormRed{
		padding: 5px;
		margin: 5px 5px 8px;
		border-radius: 5px;
		line-height: 1.2;
		top: 0;
	}
	.itemFormRed:after {
		border: 10px solid transparent;
		border-top-width: 9px;
		border-bottom-width: 9px;
		border-left-color: #fff;
		top: 30%;
		right: 0%;
	}
}
/*見積もりフォーム*/
.formPrintWidth{
	line-height: 1.3;
}
.formBodyImg{
	float: left;
}
.formBodyImg img{
	width: 160px;
}
.formBodyImg p{
	text-align: center;
	line-height: 1.5;
}
.selectBodyBox{
	width: 575px;
	padding: 20px;
	margin-left: 25px;
	background:#fffde4;
	border: 2px solid #ffdf63;
	border-radius: 6px;
	float: right;
}
.selectBodyTitle{
	float: left;
	width: 120px;
}
.selectColor{
	margin-bottom: 25px;
}
.sizeSelectList{
	width: 450px;
	display: inline-block;
}
.sizeSelectList li{
	float: left;
	width: 90px;
	margin-bottom: 15px;
}
.floatClear{
	clear: both;
}
#increaseBtn a{
	background:#fffde4;
	border: 2px solid #ffdf63;
	border-radius: 6px;
	float: right;
	padding: 10px 20px;
	margin-top: 15px;
	display: block;
}
#increaseBtn :hover{
	background:#ffeaab;
	cursor: pointer;
	cursor: hand;
}
#increaseContents{
	display: none;
}
.increaseClose{
	display: block;
}
.printSelectTitle{
	font-size: 120%;
	font-weight: bold;
	float: left;
	width: 70px;
	padding-left: 15px;
}
.printSelectList{
	float: left;
	width: 720px;
}
.printSelectList li{
	float: left;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: center;
}
.printSelectList li img{
	margin: 5px 0;
}
.printSelectBox{
	margin: 20px 0;
	
}.fukuro_area{
	list-style:none;
	padding:0;
	margin:0;
}
.fukuro_area p{
	display:inline-block;
}
.fukuro_area p:first-child{
	width:10em;
}
.formBodyColor{
	width: 900px;
}
.formBodyColor li{
	float: left;
	text-align: center;
	width: 100px;
	font-size: 80%;
	margin-bottom: 10px;
}
.formBodyColor img{
	width: 80px;
}
.colorText{
	display:initial;
}

@media (max-width: 768px) {
	.formBodyImg{
		float: none;
		margin-top: 5px;
		margin-bottom: 15px;
	}
	.formBodyImg img{
		width: 120px;
		float: left;
		margin-right: 10px;
		background: #fff;
		padding: 5px;
	}
	.formBodyImg p{
		width: auto;
		text-align: left;
		float: none;
		
	}
	.selectBodyBox{
		width: 93%;
		padding: 3%;
		margin-left: 0px;
		float: none;
		clear: both;
	}
	.selectBodyTitle{
		float: none;
		width: 120px;
		margin: 5px 0;
	}
	.sizeSelectList{
		width: 100%;
	}
	.sizeSelectList li{
		width: 33%;
		margin-bottom: 15px;
	}
	.floatClear{
		clear: none;
	}
	#increaseBtn {
		display: inline-block;
	}
	#increaseBtn a{
		margin-top: 10px;
		margin-bottom:25px;
	}
	.printSelectTitle{
		float: none;
		width: auto;
		padding: 10px 20px;
		background:url("../images/ico-arrow_down-gray.png") 95% 50%;
		background-repeat:no-repeat;
	}
	.printSelectBox{
		background:#fffde4;
		border: 2px solid #ffdf63;
		border-radius: 6px;
		margin:5px auto ;
		padding: 1%;
	}
	.printSelectList{
		float: none;
		width: 100%;
		margin: 0 0 15px;
	}
	.printSelectList li{
		margin-bottom: 20px;
		margin-left: 5px;
		width: 48%;
	}
	.printSelectList li img{max-width:100%;
		height: auto;
	}
	.printSelectList li select{
		width: 135px;
	}
	.formBodyColor{
		width: 100%;
	}
	.formBodyColor li{
		width: 30%;
		font-size: 80%;
		margin-bottom: 10px;
		margin-left: 1%;
		margin-right: 1%;
		display: block;
	}
	.formBodyColor img{
		width: 100%;
	}
}

/********************************
プリント方法・仕上がりについて
********************************/
.printMargin{
	margin-top: 90px;
}
.printList2{
	width:1000px;
	margin: auto;
	table-layout: fixed;
}
th.printListw {
	width: 145px;
}
.printList2 td{
	text-align: left;
}
.printList2 th,.printList2 td{
	padding:10px 5px;
}
.printGrayBox{
	font-size: 90%;
	list-style: disc;
	padding-left: 2em;
	text-align: left;
	width: 440px;
}
.silkProductImg1,
.silkProductImg2{
	width: 810px;
	margin: 0 auto;
}
.silkProductImg1 img,
.silkProductImg2 img{
	float: left;
	width: 400px;
	height: auto;
}
.silkProductImg1 img{
	margin-right: 10px;
}

@media (max-width: 768px) {
	.printMargin{
		margin-top: 10px;
	}
	.printList2{
		width:100%;
	}
	.printList2 th,.printList2 td{
		padding:7px 3px;
	}
	th.printListw {
		width: 23%;
	}
	.printList2 td{
		line-height: 1.2;
		font-size: 90%;
	}
	.printGrayBox{
		width: 90%;
	}
	.silkProductImg1,
	.silkProductImg2{
		width: 100%;
		margin: 0 auto;
	}
	.silkProductText{
		float: none;
	}
	.silkProductImg1 img{
		float: right;
		width: 40%;
		height: auto;
		margin-bottom: 10px;
		margin-left: 10px;
	}
	.silkProductImg2 img{
		float: none;
		width: 100%;
		height: auto;
	}
}

/********************************
オリジナルTシャツ・ウェアを初めて作成されるお客様へ
********************************/
h2.beginnersSubTitle{
	font-size:120%;
	font-weight:bold;
	margin-bottom:10px;
}
h2.beginnersSubTitle span{
	font-size:150%;
}

@media (max-width: 768px) {
	h2.beginnersSubTitle{
		font-size:110%;
		margin-bottom:8px;
	}
	h2.beginnersSubTitle span{
		font-size:120%;
	}
}
/********************************
お客様の声・インタビュー
********************************/
.intaImg{
	float: right;
	margin-left: 10px;
}
.imgCaption{
	display:block;
	font-size: 80%;
	text-align: center;
}
@media (max-width: 768px) {
	.intaImg{
		width: 40%;
	}
	.intaImg img{
		width: 100%;
		max-width: 100%;
		height: auto;
	}
}

/********************************
お問い合わせフォーム
********************************/
/* 青文字リンク */
.blueLink{
	text-align: right;
	text-decoration: underline;
}
.formTopText{
	margin-bottom: 50px;
}

@media (max-width: 768px) {
	.formTopText{
		margin-bottom: 30px;
		font-size: 90%;
	}
}
/********************************
フォーム共通
********************************/
table {
	width: 100%;
	border-collapse: collapse;
}

#MailForm th,
#MailForm td {
	padding: 15px;
	border: 1px solid #cccccc;
}

#MailForm th {
	width: 150px;
	text-align: center;
	background-color: #fffde4;
}
#MailForm th h3 {
	text-align: left;
}

@media (max-width: 768px) {
	table {
		width: 100%;
		border-collapse: collapse;
		margin: 0 auto;
	}
	
	#MailForm th,
	#MailForm td {
		display: block;
		padding: 0;
		border: none;
	}
	#MailForm th {
		width: auto;
		text-align: left;
		background-color: transparent;
		margin-bottom: 5px;
	}
	#MailForm th h3 {
		font-size: 120%;
		margin-bottom: 5px;
	}
}
div#err{
	color:#ff0000;
	font-weight:bold;
	border:none;
	background-color:#FFCECE;
}

/* input テキスト */
input[type=text] {
	height: 20px;
}

/* テキストエリア */
textarea {
	width: 450px;;
}

/* 任意・必須アイコン */
.hissuIcon,.niniIcon{
	padding: 4px 6px;
	color: #FFFFFF;
	font-size: 86%;
	border-radius: 0.2em;
	margin-right: 10px;
	display: inline-block;
	
}

.niniIcon {
	background: #0F72CD;
}
.hissuIcon {
	background: #F11F22;
}

.btnFinish a:hover img{
	 opacity: 0; 
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}
.btnFinish a{
	width:232px;
	height:61px;
	display:block;
	margin:0 auto;
	background-image:url(../images/btn/btn_finish_on.gif);
}

/* エラーチェック（validater.js）用 */
/* ------------------------------------*/
.msgbox{
	position:absolute;
	display: inline-block;
	margin: 2.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	background:rgba(255,0,0,0.8);
	border-radius: 5px;
}
.msgbox:before{
	content: "";
	position: absolute;
	top: -14px;
	left: 30px;
	margin-left: -15px;
	border: 8px solid transparent;
	border-bottom: 8px solid rgba(255,0,0,0.8);
}
.msgbox p{
	margin: 0;
	padding: 0;
	color:#fff;
	font-weight:bold;
}
.msgbox + input,
.msgbox + select{
	background:rgba(255,0,0,0.2);
}

@media (max-width: 768px) {
	/* 項目大見出し */
	#MailForm th.formTitle{
		font-size: 140%;
		margin-bottom: 20px;
	}
	
	/* モーダル用文言 */
	.tokushuFont{
		font-size: 75%;
		color: #585858;
	}
	
	/* セレクトボックス */
	.selectBox select {
		width: 100%;
		padding: 5px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		font-size: 1em;
		border: 1px solid #929292;
		background: #ffffff;
		background: url(../images/form/select_arrow02.png) right 50% no-repeat, -webkit-linear-gradient(top, #ffffff 1%, #f6f6f6 50%, #dddddd 100%);
		background: url(../images/form/select_arrow02.png) right 50% no-repeat, linear-gradient(to bottom, #ffffff 1%, #f6f6f6 50%, #dddddd 100%);
		background-size: contain;
		font-weight: bold;
		color: #515151;
	}
	/* テキストエリア */
	textarea {
		width: 95%;
	}
	/* input テキスト */
	input[type=text] {
		-webkit-appearance: none;
		appearance: none;
		display: inline-block;
		height: 34px;
		padding: 0 8px;
		background: #fff;
		border: 1px solid #d9d9d9;
		border-top: 1px solid #c0c0c0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
	}
}

/********************************
404
********************************/
h2.notFound{
	padding-left: 5px;
	font-size: 120%;
	font-weight: bold;
	line-height: 1;
	border-bottom: solid 2px #fff361 ;
	margin-bottom:10px;
	width: 300px;
}
.notFoundBox{
	margin-bottom: 40px;
}
.notFoundBoxL{
	float: left;
	width: 300px;
	margin: 0 15px;
}
.notFoundBox ul li{
	margin-bottom: 10px;
}


@media (max-width: 700px) {
h2.notFound{
	padding-left: 5px;
	font-size: 110%;
	font-weight: bold;
	line-height: 1;
	border-bottom: solid 2px #fff361 ;
	width: 100%;
	margin-bottom:10px;
}
.notFoundBox{
	margin-bottom: 30px;
}
.notFoundBoxL{
	float: none;
	width: 96%;
	margin: 0 2% ;
}
}












