@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Josefin+Slab:600);
* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
}

body {
	font-size:12px;
	line-height:2em;
	background-image:url(../img/bg-silk3.png);
	background-attachment:fixed;
	font-family: 'Josefin Slab', serif;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
a {
	color:#09F;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
a:hover {
	color:#F96;
}
a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  transition: 0.5s;
}

.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
header {
	width:50%;
	margin:0 auto 30px auto;
}
header img {
	display:block;
	margin:20px auto;
}
#wrapper {
	margin-bottom:40px;
	color:rgba(126,39,34,1);
}
#thanks {
	width:50%;
	height:70px;
	margin:0 auto 20px auto;
	text-align:center;
	font-size:14px;
	text-shadow:rgba(153,153,153,0.8) 2px 2px 5px;
	line-height:2em;
}
#thanks span {
	font-size:28px;
}
#content {
	width:50%;
	margin:0 auto;
}
#tabs {
	display:block;
	margin:0 auto;
	width:50%;
}
#tabs li {
	float:left;
	text-align:center;
	width:50%;
}
#tabs li a {
	display:block;
	color:rgba(255,255,255,1);
	background-color:rgba(0,153,51,0.4);
	font-size:24px;
	width:100%;
	padding:5px 0;
}
#tabs li a:hover {
	background-color:rgba(174,124,80,0.4);
}
#tabs li a.selected {
	background-color:rgba(254,248,203,0.4);
	color:rgba(0,0,0,1);
}
#tab1, #tab2 {
	background-color:rgba(254,248,203,0.4);
	padding:5px 20px 10px 20px;
}
#content h2 {
	display:block;
}
.border{
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid rgba(93,99,102,1);
	margin:5px auto;
}
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 15px #777;
  -moz-box-shadow: 0 15px 15px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.box h2{
    text-align:center;
}
.box {
	width:100%;
	height:30px;
	background-color:rgba(102,102,102,1);
	color:rgba(255,255,255,1);
}
.effect4
{
  position: relative;
}
.effect4:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
.stripe {
  width: 100%;
  height:30px;
  padding-top:10px;
  background-image: linear-gradient(
    -45deg,
    rgba(232,208,175,0.2) 25%,
    rgba(195,115,105,0.2) 25%, rgba(195,115,105,0.2) 50%,
    rgba(232,208,175,0.2) 50%, rgba(232,208,175,0.2) 75%,
    rgba(195,115,105,0.2) 75%, rgba(195,115,105,0.2)
  );
  /* 幅8px、高さ8pxで背景画像のサイズを指定 */
  background-size: 32px 32px;
  text-align:center;
  color:rgba(126,39,34,1);
  font-size:20px;
}
footer {
	display:block;
	width:100%;
	height:40px;
	background-color:rgba(185,118,86,0.4);
	text-align:center;
	position:fixed;
	bottom:0;
}

footer ul li a {
	width:100px;
	font-size:0.8em;
	color:rgba(255,255,255,1);
	padding-top:10px;
	float:left;
}
footer p {
	font-size:0.8em;
	color:rgba(255,255,255,1);
	padding-top:7px;
	padding-right:10px;
	float:right;
}