.shinchaku {
	margin: 0;
	padding:2px 2px 4px 1em; /* 本文エリアのパディング（上右下左）7px 3px 6px 6.6em */
	border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
	line-height: 100%;
}
.kakomi2 {
	border: 1px solid #d7d7d7;
	background-color: #ffffff;
	padding: 14px 14px 20px 14px;
	width: 290px;
	line-height:1.3;
	text-align: center;
	min-height:250px;
	height:auto !important;
	height:250px;

	border-radius:         6px;         /* CSS3 */
	-webkit-border-radius: 6px;         /* for Safari and Chrome */
	-moz-border-radius:    6px;         /* for Firefox */
	-o-border-radius:      6px;         /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:  6px;         /* Linux browsers */
	behavior: url(border-radius.htc);   /* for IE */
}
.kakomi2_smt {
	border: 1px solid #d7d7d7;
	background: #ffffff;
	padding: 16px 10px 20px 10px;
	width: 266px;
	min-height: 200px;
	line-height:1.1;
	text-align: center;
	vertical-align:middle;

	border-radius:         6px;         /* CSS3 */
	-webkit-border-radius: 6px;         /* for Safari and Chrome */
	-moz-border-radius:    6px;         /* for Firefox */
	-o-border-radius:      6px;         /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:  6px;         /* Linux browsers */
	behavior: url(border-radius.htc);   /* for IE */
}
.kakomi2 a:hover img {
/*  opacity: 0.7;*/
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
}
.kakomi2 img {
   background-image: url("images/loading.gif");
   background-repeat: no-repeat;
   background-position: center center;
  	transition: 0.6s;
}

.midashi{
	padding-top:5px; padding-bottom:4px; padding-left:10px; padding-right:10px;
	border: 1px solid #6e6e6e;
	border-radius: 3px;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fcfcfc), to(#bfbfbf), color-stop(3%, #f7f7f7), color-stop(12%, #f2f2f2), color-stop(90%, #d9d9d9));
	background-image: -webkit-linear-gradient(top, #fcfcfc, #f7f7f7 3%, #f2f2f2 12%, #d9d9d9 90%, #bfbfbf);
	background-image: -moz-linear-gradient(top, #fcfcfc, #f7f7f7 3%, #f2f2f2 12%, #d9d9d9 90%, #bfbfbf);
	background-image: -o-linear-gradient(top, #fcfcfc, #f7f7f7 3%, #f2f2f2 12%, #d9d9d9 90%, #bfbfbf);
	background-image: -ms-linear-gradient(top, #fcfcfc, #f7f7f7 3%, #f2f2f2 12%, #d9d9d9 90%, #bfbfbf);
	background-image: linear-gradient(to bottom, #fcfcfc, #f7f7f7 3%, #f2f2f2 12%, #d9d9d9 90%, #bfbfbf);
	-webkit-box-shadow: 0 0 0 rgba(77,77,77,0.75);
	-moz-box-shadow: 0 0 0 rgba(77,77,77,0.75);
	box-shadow: 0 0 0 rgba(77,77,77,0.75);
}
.midashino3d{
	margin:0;
	color      : #637287;
	font-weight: bold;
	padding-top:7px; padding-bottom:6px; padding-left:10px; padding-right:10px;
	border-bottom:1px dotted #6e6e6e;
	background-color:white;
}

DIV.box3 {
	WIDTH:98%; background : #f8f8f8; MARGIN: 0px 0px; COLOR: #666;
	BORDER-RIGHT:  #888 2px solid; PADDING-RIGHT : 0px;
	BORDER-LEFT:   #888 1px solid; PADDING-LEFT  : 0px;
	BORDER-TOP:    #888 1px solid; PADDING-TOP   : 0px;
	BORDER-BOTTOM: #888 1px solid; PADDING-BOTTOM: 0px;

}
/* page-top */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 1px;
	font-size: 77%;
}
#page-top a {
	background: #d2d2d2;
	text-decoration: none;
	color: #fff;
	width: 54px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #666;
}
ul.pageNav {
	/zoom: 1;
	overflow: hidden;
	margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px;
	padding: 0;
	background: #fff;
}

ul.pageNav li {
	list-style-type: none;
	float: left;
	margin: 0 3px 3px 0;
}

ul.pageNav li a,li span {
    font-size  : 13px;
	float: left;
	padding: 4px 6px;
	background: #e1ebfa;
	border: 1px solid #339;
	color: #000;
	TEXT-DECORATION: none
}

ul.pageNav li span {
	background: #fff;
}

ul.pageNav li a:hover {
	background: #fec5c5;
	border-color: #000;
}

img.bgmaximage{
  min-height: 100%;
  min-width: 1200px;/* これ以上は画像は縮小されない */
  width: 100%;
  height: auto;
  position: fixed !important;
  top: 0;
  left: 0;
}

#maincontent {
  position: absolute;
  top:  0;
  left: 0;
  z-index: 50;
  width: 100%;
}
.page_view {
	width: 680px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	behavior:url("./css/PIE.htc");
	border: 1px solid #EADACE;
	padding-top: 20px;
}
.page_top_view {
	width: 680;
	margin-right: auto;
	margin-bottom:  0px;
	margin-left: auto;
	background-color: #ffffff;
	padding-top:    0px;
	padding-bottom: 0px;
}
.contest table{
	margin:0;
	padding: 50;
}
input[type=text]{
	margin: 0;
	padding: 0;
	width: 220px;
	height: 20px;
}
input [type=button],input[type="submit"] {
    font-size:13px;
    width:  55px;
    height: 22px;
    padding: 2px 3px;
	border:solid 1px #787878;
}
.show_photo table.style {
	padding:0;
	margin :0;
	width: $table_width;
	border-collapse: collapse;
	background-color:$kiji_bgcolor;
	background-image: url("photo/images/header_bg.jpg")
}
	 
/* thの指定 */
.show_photo table.style th {
	font-weight: normal;
	background-color: #F0F0F0;
	border:1px solid #BFBFBF;
	text-align: center;
	padding: 12px;
}
	 
/* tr tdの指定 */
.show_photo table.style tr td {
	border:solid 0px #20b2aa;
	padding-bottom: 20px;
}

/*
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
*/
