@charset "utf-8";

.text_space {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	width: 800px;
	padding-top: 30px;
	font-size: 17px;
	line-height:32px;
}

.dashed_line {
  border-bottom: dashed 1px skyblue;
  /*上と下に水色の1pxの破線を引きます*/
}

span.sizebox{
	padding: 10px 50px;
	background: #E8185F;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	line-height: 300%;
	font-weight: bold;
}

.tyokurin{
	width: 600px;
	height: 50px;
	color: #9B9B9B;
	margin: auto;
	background-color: #FFE5EE;
	border:none;
	resize: none;
	font-size: 11px;
}

.short{
	width:150px;
	height:160px;
}

.short2{
	width:200px;
	height:130px;

}

.short3{
	width: 256px;
	height: 100px;
}

.middle{
	width:380px;
	height:70px;

	}

#sizemenu {
	padding: 0;
	list-style-type: none;
	margin: 0 auto;
	width: 1050px;
	text-align:center;
}
#sizemenu li {
  width:100px;
  float:left;
  padding:0;
  margin:0;
  text-align:center;
}
#sizemenu li:last-child {
  width:150px;
  float:left;
  padding:0;
  margin:0;
  text-align:center;
}
#sizemenu li a {
	width: auto;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 -1px 0px #333,0 1px 0px #555;
	padding: 10px 0;
	text-decoration: none;
	display: block;
	background: #666;
	background-image: -moz-linear-gradient(top, #888 0%, #777 50%, #666 50%, #777 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #888), color-stop(0.50, #777), color-stop(0.50, #666), color-stop(1, #777));
	border-left: 1px solid #444;
	box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
			 -1px 0px 0px rgba(225,225,225,0.3) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #666;
}
#sizemenu li:first-child a{
  border-left:0px;
  border-radius:5px 0 0 5px;
  box-shadow:-1px 0px 0px rgba(225,225,225,0.3) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #666;
}
#sizemenu li:last-child a{
  border-radius:0 5px 5px 0;
  box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #666;
}
#sizemenu li a:hover {
  background:#555;
  background-image: -moz-linear-gradient(top, #555 0%, #444 50%, #333 50%, #444 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555), color-stop(0.50, #444), color-stop(0.50, #333), color-stop(1, #444));
  box-shadow: 1px 0px 0px rgba(225,225,225,0) inset,
			 -1px 0px 0px rgba(225,225,225,0) inset,
			  0px 1px 1px rgba(0,0,0,0.1) inset,
			  0px -1px 1px rgba(0,0,0,0.3) inset,
			  0px 1px 3px #666;
}

a.sizelink{
	color:#333;
	text-decoration: none;
}


a.sizelink:hover,
a.sizelink:focus
{
	color:#333;
	text-decoration:underline;
}

table.banner_space {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	width: 800px;
	text-align: center;
	overflow: visible;
}
.banner_space tbody tr td {
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}

.banner_space td img {
	height:auto;
    vertical-align: middle;
    border: 1px solid #E8185F;
}

/*　文字関係　*/
.red{
	color: #FF696C;
	text-decoration: underline
	}

.blue{
	color: #80E0FF
	}
	
.pink{
	color: #FF9ED1
	}

.yellow{
	color: #FFF96D
	}

.pinkmarker{
    background: linear-gradient(transparent 55%, #FFE6EF 55%);
	font-weight: bolder;
}

.yellowmarker{
    background: linear-gradient(transparent 55%, #ffff66  55%);
	font-weight: bolder;
}