/* CSS Document */
img {
  border: none;
  vertical-align: bottom;
}
.title h1 {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:110%;
 color:#CA4700;
 }
.h1_sub {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:90%;
 font-weight:normal;
 }

.form {
 width:480px;
 margin:0 auto;
 text-align:left;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:85%;
 }

.text {
 margin-top:0;
 margin-bottom:15px;
 padding:0 0 5px 0;
 font-size:90%;
 line-height:1.5;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 text-align:left;
 }
.orage-txt {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:85%;
 font-weight:bold;
 color:#CA4700;
 line-height:1.5;
 }
.s-txt {font-size:70%;}
 
.text_help {
 margin:20px 10px;
 padding:5px 10px 10px 25px;
 font-size:90%;
 line-height:1.8;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 background:url(../images/help.png) no-repeat left center;
 }

.update_title {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:95%;
 color:#669933;
 text-align:left;
 padding:15px 0 0 5px;
 font-weight:bold;
 }

.update_title_center {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:110%;
 color:#669933;
 padding:15px 0 0 5px;
 font-weight:bold;
 }

.cart_title {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:85%;
 font-weight:bold;
 color:#000000;
 line-height:1;
 margin-top:20px;
 }
.cart_title2 {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:80%;
 color:#000000;
 line-height:1.5;
 text-align:right;
 padding-right:5px;
 }

.cart_price {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:75%;
 font-weight:bold;
 color:#CA4700;
 line-height:1;
 }

.cart_price2 {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:75%;
 font-weight:normal;
 color:#333333;
 }

.cart_price_title {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:82%;
 font-weight:bold;
 color:#CA4700;
 line-height:1;
 }

/* カート３ */
.cart_title3 {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:100%;
 font-weight:bold;
 color:#000000;
 line-height:1.5;
 margin-top:20px;
 }

.cart_price3 {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:90%;
 font-weight:bold;
 color:#CA4700;
 line-height:1.5;
 }
/* カート３おわり */

.text-s {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:70%;
 color:#000000;
 }

.text-m {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:80%;
 color:#000000;
 }

.text-red {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 color:#FF0000;
 font-size:95%;
 }
.text-s-red {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:70%;
 color:#FF0000;
 }

.image-right {
 float:right;
 margin-right:10px;
 }
.image-l {
 float:left;
 margin-right:10px;
 width:180px;
 background-color:#FFF;
 text-align:center;
 }
.image-l-80 {
 float:left;
 margin:5px;
 width:80px;
 background-color:#FFF;
 clear:both;
 }
.image-l p {
 font-size:65%;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 }

.img-info img {float:left; padding:15px 10px 15px 0;}
.img-center {margin: 0 auto; padding-left: 8px; }

/* テーブル全体 */
.price table {
 border-top:1px solid #699;
 border-left:1px solid #699;
 background:#FFF;
 border-collapse:collapse;
 border-spacing:0;
 empty-cells:show;
 }
		
.price th {
 border-right:1px solid #699;
 border-bottom:1px solid #699;
 background:#B22222;
 color:#FFFFFF;
 text-align:center;
 }
		
.price td {
 border-right:1px solid #699;
 border-bottom:1px solid #699;
 background-color:#FAFAD2;
 }

/* テーブル全体２ */
.price2 table {
 border-top:1px solid #699;
 border-left:1px solid #699;
 background:#FFF;
 border-collapse:collapse;
 border-spacing:0;
 empty-cells:show;
 }
		
.price2 th {
 border-right:1px solid #699;
 border-bottom:1px solid #699;
 background:#B22222;
 color:#FFFFFF;
 text-align:center;
 }
		
.price2 td {
 border-right:1px solid #699;
 border-bottom:1px solid #699;
 background-color:#EDFFFF;
 }

.text65 {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:65%;
 }
.text65 th {background-color:#FFCC99;}

.ad_link {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:90%;
 font-weight:bold;
 margin:20px;
 padding:0.5em;
 border:solid 1px #699;
 }


.attn {
 width:500px;
 margin:0 auto;
 background-color:#FF0000;
 font-weight:bold;
 font-size:110%;
 color:#FFFFFF;
 text-align:left;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 line-height:1.5;
 padding:4px;
 margin-top:10px;
 border:solid 1px #FFFF00;
 }

/* Spikes head text */
.head {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 margin:10px;
 }
.head h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:120%;
 color:#FF6600;
 font-weight:bold;
 }
.head h2 {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:120%;
 color:#FF6600;
 font-weight:bold;
 }
.head2 {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 margin:40px 0 10px 0;
 }
.head2 h2 {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:120%;
 color:#FF6600;
 font-weight:bold;
 }
.head h3 {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:110%;
 color:#FF6600;
 font-weight:bold;
 }
.head p {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:90%;
 line-height:1.5;
 text-align:left;
 padding:0 1em;
 }
.head-caption {
 width:500px;
 }
.head-caption p {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:65%;
 line-height:1.5;
 text-align:right;
 margin-left:230px;
 margin-bottom:7px;
 }
 
.txt-s {font-size:80%;}

/* Q&A */
.tabContainer {
 width: 520px;
 }
.tabContainer dl {
	clear: both;
	width: 520px;
}

/* Q */
.tabContainer dl dt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 5px;
	font-size:80%;
	padding-left: 5px;
	font-weight: bold;
	color:#0000FF;
	text-align:left;
	text-decoration:underline;
	background:url(../images/arrow-right.gif) no-repeat left;
	padding-left:30px;
}

/* A */
.tabContainer dl dd {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	padding: 0;
	border-bottom: 1px dotted #CCC;
	text-align:left;
	line-height:1.3;
	font-size:80%;
}
.tabContainer dl dd p {
 background:url(../images/arrow-right.gif) no-repeat left;
 padding-left:30px;
 }

/* Table */

.table01 th,
.table01 td{
	border:1px solid #ccc;
}
.table01 tr.odd{
	background-color:#FFDEAD ;
}
.table01 tr.even{
	background-color:#F0F8FF ;
}


/* Table2 */
.select table {
 border-top:1px solid #699;
 border-left:1px solid #699;
 background:#FFF;
 border-collapse:collapse;
 border-spacing:0;
 empty-cells:show;
 margin-bottom:15px;
 }
html>body table {border-collapse:separate;}

.select th {
 border-right:1px solid #699;
 border-bottom:1px solid #699;
 background:#B22222;
 color:#FFFFFF;
 text-align:center;
 font-size:90%;
 }
		
.select td {
 border-right:1px solid #699;
 border-bottom:1px solid #699;
 background-color:#FAFAD2;
 font-size:90%;
 padding:5px 0 5px 10px;
 text-align:left;
 font-weight:normal;
 }
.even td {background:#fff;}
.select a {color:#07519a;}
.select a:hover {color:#ba4b58;}
.select a:visited {color:#245fbb;}

.kugiri {background-color:#FFDEAD;}

.image {
 float:left;
 width:180px;
 margin-right:25px;
 padding:5px 15px 10px 10px;
 }

.li-style {margin-left:-20px;}

li {
 font-size:80%;
 text-align:left;
 }

.specials {
 display:block;
 width:430px;
 margin:20px 10px 20px 10px;
 padding:10px 5px;
 border:dotted 2px #BAA04A;
 }
.specials p {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:95%;
 color:#669933;
 text-align:left;
 padding:0 5px;
 font-weight:bold;
 }
.black {color:#333333;}

.list {
 background-color:#F7DFBA;
 padding:0.5em;
 }
.list2 {
 background-color:#FFFFFF;
 padding:0.5em;
 }
.list-title {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:110%;
 font-weight:bold;
 text-align:center;
 }
.list-num {text-align:center;}
.list3 {list-style:none;}
.list4 {line-height:1.5; padding:0.5em 0;}
.list-bulk {
 width:100%;
 margin:30px 0 50px 0;
 display: block;
 }
 .list-bulk li {
 float:left;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:70%;
 font-weight:bold;
 padding-right:10px;
 list-style:none;
 text-align:center;
 }

/********************************************
フォーム
********************************************/ 
.myform{
width:448px;
padding:4px;
margin:15px 0 50px 0;
}
.myform em {color:#FF0000;}

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 0 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(../images/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}

.select-class {margin-left:150px;}

/********************************************
バルク料金
********************************************/
.price-table-title {
 width:500px;
 margin:0 auto;
 padding-bottom:5px;
 padding-top:5px;
 }
.price-table-title h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:120%;
 color:#FF6600;
 text-align:center;
 font-weight:bold;
 }
.price-table-title h2 {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:110%;
 font-weight:bold;
 }
.price-table-title h3 {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:110%;
 text-align:left;
 font-weight:bold;
 }
 .price-table-title h4 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:100%;
  color:#FF6600;
  text-align:center;
  font-weight:bold;
  }
.price-table-title p {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:90%;
 line-height:1.48;
 text-align:left;
 padding:0 1em;
 }
 
 .orange-h2 {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:110%;
 color:#FF6600;
 }
 /********************************************
price-table-title2
********************************************/
 .price-table-title2 {
 width:500px;
 margin:0 auto;
 padding-bottom:5px;
 padding-top:5px;
 border-bottom:solid 1px #FF9966;
 }
.price-table-title2 h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:120%;
 color:#FF6600;
 text-align:center;
 font-weight:bold;
 }
.price-table-title2 h2 {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:110%;
 font-weight:bold;
 }
.price-table-title2 h3 {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:110%;
 text-align:left;
 font-weight:bold;
 }
 .price-table-title2 h4 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:100%;
  color:#FF6600;
  text-align:center;
  font-weight:bold;
  }
.price-table-title2 p {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:90%;
 line-height:1.48;
 text-align:left;
 padding:0 1em;
 }
  /*  
---------------------------------------------- */

.price-table {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:75%;
 color:#000000;
 line-height:1.5;
 text-align:right;
 margin-bottom:20px;
 padding-bottom:30px;
 border-bottom:solid 1px #FF9966;
 }
.price-table th {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:95%;
 font-weight:bold;
 color:#000000;
 line-height:1.5;
 text-align:center;
 }
 
 .price-table-btm {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:75%;
 color:#000000;
 line-height:1.5;
 text-align:right;
 margin-bottom:20px;
 padding-bottom:30px;
 }
.price-table-btm th {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:95%;
 font-weight:bold;
 color:#000000;
 line-height:1.5;
 text-align:center;
 }
 
.price-table-txt {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:100%;
 font-weight:bold;
 color:#CA4700;
 line-height:1.5;
 }
 .price-table-txt-bl {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:90%;
  font-weight:bold;
  color:#000;
  line-height:1.5;
  }
.orange {background-color:#FFECEF;}
.blue {background-color:#E8FFFF;}
.green {background-color:#C1FFD2;}

.quote {
 display:block;
 width:490px;
 margin:0 auto;
 padding-bottom:10px;
 padding-top:10px;
 }
.quote h1 {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:105%;
 font-weight:bold;
 text-align:left;
 }
.quote h2 {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:95%;
 font-weight:bold;
 text-align:left;
 }
.quote p {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:90%;
 line-height:1.5;
 text-align:left;
 }

/********************************************
ベーシック
********************************************/
.textarea {
 width:500px;
 margin:0 auto;
 padding-bottom:10px;
 padding-top:10px;
 }
.textarea h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:120%;
 color:#FF6600;
 text-align:center;
 font-weight:bold;
 }
.textarea h2 {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:110%;
 font-weight:bold;
 background-color:#ffc6a8;
 padding:0.5em;
 }
.textarea h3 {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:110%;
 text-align:left;
 font-weight:bold;
 }
.textarea p {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:90%;
 line-height:1.48;
 text-align:left;
 padding:0 1em;
 }
.textarea ul {
 padding:0.5em;
 margin-left:20px;
 }
.textarea li {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:90%;
 line-height:1.48;
 text-align:left;
 padding:0.2em;
 margin-left:20px;
 }
 
 /* button 
---------------------------------------------- */
.button1 {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button1:hover {
	text-decoration: none;
}
.button1:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */

/* black */
.black1 {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black1:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black1:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* orange */
.orange1 {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange1:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange1:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* blue */
.blue1 {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue1:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue1:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* rosy */
.rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}

/* green */
.green1 {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green1:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green1:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/* pink */
.pink {
	color: #feeef5;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.pink:hover {
	background: #d57ea5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.pink:active {
	color: #f3c3d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background: -moz-linear-gradient(top,  #f171ab,  #feb1d3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}

.net-link {
 display:block;
 width:494px;
 border:3px solid #ff0000;
 }

.order-info {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 text-align:left;
 font-size:100%;
 }

.order-info2 {
 text-align:left;
 padding-left:10px;
 }

/* Photo
---------------------------------------------- */
div#photo {
  width: 520px; /* 全体の横幅 */
  height: 170px;
  overflow: hidden;
  margin-left: -20px;
}
div#photo ul {
  width: 520px;
  height: 170px;
  margin-right: -10px; /* ここがポイント！ */
  list-style-type: none;
}
div#photo li {
  float: left; /* floatで段組み */
  width: 85px;
  height: 170px;
  margin-right: 10px; /* 写真間の余白 */
}
#photo p {text-align:center; font-size:85%; font-family:Verdana, Arial, Helvetica, sans-serif;}
#photo a {color:#1111cc;}
#photo a:hover {color:#ba4b58;}

/* Photo2
---------------------------------------------- */
div#photo2 {
  width: 520px; /* 全体の横幅 */
  height: 50px;
  margin: 20px auto;
  display:block;
}
div#photo2 ul {
  width: 500px;
  height: 50px;
  margin-right: -10px; /* ここがポイント！ */
  list-style-type: none;
}
div#photo2 li {
  float: left; /* floatで段組み */
  width: 150px;
  height: 50px;
  margin-right: 10px; /* 写真間の余白 */
}
#photo2 p {text-align:center; font-size:85%; font-family:Verdana, Arial, Helvetica, sans-serif;}
#photo2 a {color:#1111cc;}
#photo2 a:hover {color:#ba4b58;}

/* Photo3
---------------------------------------------- */
div#photo3 {
  width: 520px; /* 全体の横幅 */
  height: 50px;
  margin: 10px auto;
}
div#photo3 ul {
  width: 500px;
  height: 50px;
  margin-left: -30px; /* ここがポイント！ */
  list-style-type: none;
}
div#photo3 li {
  float: left; /* floatで段組み */
  width: 160px;
  height: 50px;
  margin-right: 5px; /* 写真間の余白 */
}
#photo3 p {text-align:center; font-size:90%; font-family:Verdana, Arial, Helvetica, sans-serif;}
#photo3 a {color:#1111cc;}
#photo3 a:hover {color:#ba4b58;}


/* link ul style
---------------------------------------------- */
.list-style {text-align:center; font-size:90%; font-family:Verdana, Arial, Helvetica, sans-serif;}
.list-style li {line-height:1.5; padding:4px 0;}
.list-style a {color:#1111cc;}
.list-style a:hover {color:#ba4b58;}

/* Lifted corners */
div#shadows {
 width: 500px; margin: 5px auto; position: relative;
 }
article {
	background: #dcdcdc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0.5em; color: rgba(0,0,0, .8);
	text-shadow: 0 1px 0 #fff;
	line-height: 1.5;
	text-align: center;
	display: block;
    color:#1a1a1a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*ドロップシャドウを実装*/
article:before, article:after {
	-webkit-box-shadow: 0 15px 10px rgba(0,0,0, .7);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: 15px;
	z-index: -1;
	width: 50%;
	height: 20%;
	content: "";
	background: rgba(0, 0, 0, 0.7);
}
   /*右側のドロップシャドウを回転*/
article:after {
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	right: 10px;
	left: auto;
}
/*左側のドロップシャドウを右側とは逆側に回転*/
article:before {
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
    right: auto;
	left: 10px;
}

.box-y {background-color:#FFFF99; padding:3px; text-align:center; font-size:90%; font-family:Verdana, Arial, Helvetica, sans-serif;}
.box {
	position: relative;
	width: 500px;
	padding: 1px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
	text-align:center;
}
.box:before, .box:after {
	position: absolute;
	width: 40%;
	height: 5px;
	content: ' ';
	left: 12px;
	bottom: 12px;
	background: transparent;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	z-index: -1;
} 
.box:after {
	left: auto;
	right: 12px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
}
.box p {font-family:Verdana, Arial, Helvetica, sans-serif;}

.gototop {
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 20px auto 0;
	display: block;
	width: 100%;
}
