
/*　通常注文見出し　*/
.head01{
  font-family:'Lucida Grande', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
  color: #fff;
	font-weight: 700;
	position:relative;
	margin:5 -10px;
	padding:5px 20px;
	width:500px;
	background:#3256c1;
	box-shadow:0 3px 3px 0 rgba(0,0,0,0.1);
}

.head02{
  font-family:'Lucida Grande', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
  color: #249;
	font-weight: 700;
	position:relative;
	margin:10 5px;
	padding:5px 20px;
	width:485px;
	background:#bce1fa;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/*　データ入稿見出し　*/
.head11{
  font-family:'Lucida Grande', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
  color: #fff;
	font-weight: 700;
	position:relative;
	margin:5 -10px;
	padding:5px 20px;
	width:500px;
	background:#d73;
	box-shadow:0 3px 3px 0 rgba(0,0,0,0.1);
}

.head12{
  font-family:'Lucida Grande', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
  color: #752;
	font-weight: 700;
	position:relative;
	margin:10 5px;
	padding:5px 20px;
	width:485px;
	background:#efb;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/*　完全手彫り印鑑見出し　*/
.head21{
  font-family:'Lucida Grande', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
  color: #fff;
	font-weight: 700;
	position:relative;
	margin:5 -10px;
	padding:5px 20px;
	width:500px;
	background:#585858;
	box-shadow:0 3px 3px 0 rgba(0,0,0,0.1);
}

.head22{
  font-family:'Lucida Grande', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
  color: #000;
	font-weight: 700;
	position:relative;
	margin:10 5px;
	padding:5px 20px;
	width:485px;
	background:#BDBDBD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/*　法人印鑑見出し　*/
.head31{
  font-family:'Lucida Grande', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
  color: #fff;
	font-weight: 700;
	position:relative;
	margin:5 -10px;
	padding:5px 20px;
	width:500px;
	background:#b22;
	box-shadow:0 3px 3px 0 rgba(0,0,0,0.1);
}

.head32{
  font-family:'Lucida Grande', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
  color: #711;
	font-weight: 700;
	position:relative;
	margin:10 5px;
	padding:5px 20px;
	width:485px;
	background:#ebb;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/*　メニューボタン　*/
.btn01 {
	background: #EEE;
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size:0.71em;
  font-family:'Lucida Grande', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
	color: #348;
	width: 90px;
	padding: 2px;
	text-align: center;
}
.btn01 a:link{
	color: #348;
}
.btn01 a:visited{
	color: #348;
}

.btn02 {
	background: #EEE;
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 0.86em;
  font-family:'Lucida Grande', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
	color: #348;
	width: 90px;
	padding: 2px;
	margin: 10px auto;
	text-align: center;
}
.btn02 a:link{
	color: #348;
}
.btn02 a:visited{
	color: #348;
}

/*　データ入稿ボタン　*/
.btn03 {
	background: #fea;
	border: 1px solid #b61;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 1em;
  font-family:'Lucida Grande', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
	font-weight: 700;
	color: #b61;
	padding: 4px;
	margin: 5px auto;
	text-align: center;
	box-shadow:0 3px 3px 0 rgba(0,0,0,0.1);
}
.btn03 a:link{
	color: #b61;
}
.btn03 a:visited{
	color: #b61;
}

/*　通常注文ボタン　*/
.btn04 {
	background: #adf;
	border: 1px solid #339;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 1em;
  font-family:'Lucida Grande', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
	font-weight: 700;
	color: #339;
	padding: 4px;
	margin: 5px auto;
	text-align: center;
	box-shadow:0 3px 3px 0 rgba(0,0,0,0.1);
}
.btn04 a:link{
	color: #339;
}
.btn04 a:visited{
	color: #339;
}

/*　データ入稿用カテゴリー毎のボタン　*/
.btn05 {
	background: #ced;
	border: 1px solid #ca7;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 1em;
  font-family:'Lucida Grande', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
	font-weight: 700;
	color: #b61;
	padding: 4px;
	margin: 5px auto;
	text-align: center;
	box-shadow:0 3px 3px 0 rgba(0,0,0,0.1);
}
.btn05 a:link{
	color: #b61;
}
.btn05 a:visited{
	color: #b61;
}
.btn06 {
	background: #ced;
	border: 1px solid #88d;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 1em;
  font-family:'Lucida Grande', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
	font-weight: 700;
	color: #44b;
	padding: 4px;
	margin: 5px auto;
	text-align: center;
	box-shadow:0 3px 3px 0 rgba(0,0,0,0.1);
}
.btn06 a:link{
	color: #44b;
}
.btn06 a:visited{
	color: #44b;
}

/*　チタン印鑑トップのボタン　*/
.btn07 {
	background: #aab;
	border: 1px solid #334;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 1em;
  font-family:'Lucida Grande', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
	font-weight: 700;
	color: #334;
	padding: 4px;
	margin: 5px auto;
	text-align: center;
	box-shadow:0 3px 3px 0 rgba(0,0,0,0.1);
}
.btn07 a:link{
	color: #334;
}
.btn07 a:visited{
	color: #334;
}


/*　見出しテキスト　*/
/*　通常注文見出しテキスト　*/
.tit01 {
	width: 90%;
	border-bottom:1px dotted #9ae;
	font-size:1.14em;
  font-family:'Lucida Grande', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
	color: #348;
	font-weight: 700;
}
/*　データ入稿見出しテキスト　*/
.tit03 {
	width: 90%;
	border-bottom:1px dotted #f76;
	font-size:1.14em;
  font-family:'Lucida Grande', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
	color: #d73;
	font-weight: 700;
}

/*　細い蛍光線付き見出しテキスト(商品ラインナップ）　*/
.tit02 {
	font-size:1em;
  font-family:'Lucida Grande', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
	color: #761;
  background: linear-gradient(transparent 50%, #f3df6f 0%);　　　/*　細い蛍光線　*/
	text-align: center;
	margin-bottom: 10px;
}

/*　見出し（通常商品）　*/
.tit11 {
	background:#bde;
	width: 95%;
	hei4ght: 40px;
	font-size: 1.5em;
  font-family:'Lucida Grande', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
	color: #468;
	font-weight: 900;
	padding: 10px 10px;
	margin: 5px -14px;
	box-shadow:0 3px 3px 0 rgba(0,0,0,0.1);
}

/*　見出し（データ入稿）　*/
.tit12 {
	background:#fea;
	width: 95%;
	hei4ght: 40px;
	font-size: 1.5em;
  font-family:'Lucida Grande', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
	color: #b61;
	font-weight: 900;
	padding: 10px 10px;
	margin: 5px -14px;
	box-shadow:0 3px 3px 0 rgba(0,0,0,0.1);
}

/*　見出し（チタン個人印鑑）　*/
.tit21 {
	position: relative;
	width: 90%;
	padding: 5px 5px 5px 30px;
	margin: 5px 20px 20px -20px;
	background: #2d2a87;
	font-size: 1.14em;
	color: white;
	line-height: 1.3;
	z-index:0;
	font-family:'Lucida Grande', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
}

.tit21:before {
	position: absolute;
	content: '';
	left: -2px;
	top: -2px;
	border: none;
	border-left: solid 25px white;
	border-bottom: solid 50px transparent;
	z-index:1;
}

/*　見出し（チタン法人印鑑）　*/
.tit22 {
	position: relative;
	width: 90%;
	padding: 5px 5px 5px 30px;
	margin: 5px 20px 20px -20px;
	background: #a11322;
	font-size: 1.14em;
	color: white;
	line-height: 1.3;
	z-index:0;
	font-family:'Lucida Grande', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
}

.tit22:before {
	position: absolute;
	content: '';
	left: -2px;
	top: -2px;
	border: none;
	border-left: solid 25px white;
	border-bottom: solid 50px transparent;
	z-index:1;
}


/*　見出し（チタン個人印鑑データ入稿）　*/
.tit31 {
	position: relative;
	width: 90%;
	padding: 5px 5px 5px 30px;
	margin: 5px 20px 20px -20px;
	background: #a8bada;
	font-size: 1.14em;
	color: #2a2d78;
	line-height: 1.3;
	z-index:0;
	font-family:'Lucida Grande', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
}

.tit31:before {
	position: absolute;
	content: '';
	left: -2px;
	top: -2px;
	border: none;
	border-left: solid 25px white;
	border-bottom: solid 50px transparent;
	z-index:1;
}

/*　見出し（チタン法人印鑑データ入稿）　*/
.tit32 {
	position: relative;
	width: 90%;
	padding: 5px 5px 5px 30px;
	margin: 5px 20px 20px -20px;
	background: #efada9;
	font-size: 1.14em;
	color: #a11322;
	line-height: 1.3;
	z-index:0;
	font-family:'Lucida Grande', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
}

.tit32:before {
	position: absolute;
	content: '';
	left: -2px;
	top: -2px;
	border: none;
	border-left: solid 25px white;
	border-bottom: solid 50px transparent;
	z-index:1;
}




/*　データ入稿について　*/
.about01 {
	font-size:0.86em;
  font-family:'Lucida Grande', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
	color: #a22;
	background:#fdd;
	text-align: center;
	margin: 10px 10px;
	padding: 2px;
	border: 1px solid #f55;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 150px;
}

/*　ひと言文章用　*/
.txt01 {
	font-size:1em;
  font-family:'Lucida Grande', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
	color: #555;
	margin: 10px 10px;
	line-height: 1.4em
	}
	
.txt02 {
	font-size:1em;
	font-weight: 900;
  font-family:'Lucida Grande', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
	color: #e77;
	margin: 10px 10px;
	}

/*　オヤコ判商品名　*/
.oyk11 {
	text-align:center;
	font-size:1em;
	font-weight: 900;
  font-family:'Lucida Grande', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', sans-serif;
	color: #555;
	padding:3px;
	}
