
.cropHeaderWrapper{
	overflow:hidden;
	height: 420px;
}

#cropContainerHeaderButton{
	color: #FFF;
	margin: 10px 0 30px 71px;
	padding: 15px 50px;
	width: 407px;
	display: block;
	text-align: center;
	font-weight: 400;
	background: #2CE987;
	text-transform: uppercase;
	border-radius: 2px;
	box-shadow: 8px 8px 0px rgba(0,0,0,0.1);
	font-size: 20px;

}

#cropContainerHeaderButton:hover {
	background: #1CD139;
}

.cropContainer {
	width: 254px;
	display: block;
}

.cropContainer1 {
	width: 127px;
  display: block;
}

.cropBox{
  max-width: 254px;
  max-height: 294px;
  position: relative;
  border: 1px solid #ccc;
  background: url("../img/arrow_bg.gif") no-repeat;
}

.cropBox1{
  max-width: 127px;
  max-height: 147px;
  position: relative;
  border: 1px solid #ccc;
  background: url("../img/arrow_bg_small.gif") no-repeat;
}

#cropContainerModal {
/* 縦＆横2pxずつ足すこと！ */
/*  width:407px;
  height:541px;*/
/*  width:403px;
  height:535px;*/
	width:254px;		/* Cropアイコンの横一列表示させるために、ひとまず2倍の数値で設定 */
	height:294px;		/* Cropアイコンの横一列表示させるために、ひとまず2倍の数値で設定 */
	text-align: left;
	z-index: 1;
}

#cropContainerModal img {
  width: 127px;
  height: 147px;
  border: 1px solid #ccc;
}

.cropImg {
	width: 127px;
	height: 147px;
}

#cropOutput {
  width:254px;
  display:block;
  border: 1px solid #ccc;
}

.photoBoxArea {
	padding-bottom: 100px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	display: block;
}

.photoBox {
	width: 254px;
	margin: 0 auto;
	text-align: center;
}
/*
input[type="submit"] {
    display: block;
    clear: both;
    font-size: 16px;
    font-weight: 700;
    border-radius: 6px;
    border: none;
    text-align: center;
    padding: 10px 30px;
    cursor: pointer;
    margin: 10px auto;
    color: #fff;
    letter-spacing: 2px;
    background: -webkit-linear-gradient(top , rgb(253, 49, 115) 0%, rgb(253, 49, 115) 100%);
    background: -moz-linear-gradient(top , #fdbbd0 0%, #fda8c3 100%);
    background: -o-linear-gradient(top , #fdbbd0 0%, #fda8c3 100%);
    background: -ms-linear-gradient(top , #fdbbd0 0%, #fda8c3 100%);
    background: linear-gradient(top , #fdbbd0 0%, #fda8c3 100%);
    width: 220px;
    outline: none;
    border-style: none;
    border: 0px;
}

input[type="submit"]:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
*/
.iconBox {
	width: 255px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #333;
}
.icon_read {
	width: 99%;
	background: #333;
/*	background: #fe508d;
	border-right: 1px solid #333;*/
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 2px;
	text-align: center;
}
.iconBox img,
.iconBoxSide img {
 vertical-align: middle;
 margin-right: 5px;
}

.iconBoxSide {
	width: 255px;
	margin: 0 0 0 15px;
	text-align: left;
	border: 1px solid #333;
	display: inline-block;
}

.blue {
	color: #0000ff;
	font-size: 12px;
}

.re_blue {
	color: #0000ff;
	font-size: 12px;
}
.re_red {
	color: #ff0000;
	font-size: 12px;
}

.linkBox {
	margin-top: 30px;
	text-align: center;
}

.linkBox a {
	color: #fd3173;
	text-decoration: underline;
}

.linkBox a:hover {
	color: #0000ff;
	text-decoration: none;
}

.reg_after {
	width: 100%;
	padding: 50px 0;
	color: #0000ff;
	font-size: 16px;
	text-align: center;
}

.imgCell {
	display: inline-block;
	vertical-align: top;
	z-index: 2;
	text-align: center;
}

.imgBlock img {
	display: block;
	vertical-align: top;
	width: 127px;
	height: auto;
}

/*---------- ツールチップ表示 ----------*/
/* 表示文字の装飾 */
.tooltip1{
    width: 22px;
    height: 20px;
    background: #deff00;
    border: 1px solid #218011;
    border-radius: 70px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    color: #0056ff;
    padding: 0;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    transition: background-color 0.5s ease-in;
    -webkit-transition: background-color 0.5s ease-in;
    display: inline-block;
    cursor: pointer;
}
/* ツールチップ部分を隠す */
.tooltip1 span {
    display: none;
}

/* マウスオーバー */
.tooltip1:hover {
    position: relative;
    color: #333;
}

/* マウスオーバー時にツールチップを表示 */
.tooltip1:hover span {
    display: block;                 /* ボックス要素にする */
    position: absolute;             /* relativeからの絶対位置 */
    top: 30px;
    text-align: left;
    background-color: #444;
    padding: 10px;
    width: 260px;
    color: #fff;
    font-size: 90%;
    font-weight: normal;
    z-index: 100;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.img img {
	vertical-align: middle;
	margin-right: 5px;
}

.btnArea {
	clear: both;
	width: 100%;
}

#pt {
	width: 150px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}

#tx {
	width: 510px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}

.bannerBox {
	width: 100%;
	clear: both;
	z-index: 100;
}
.bannerBox a {
	z-index: 100;
}
.bannerBox img {
	z-index: 100;
}

#photo_button {
	width: 150px;
	padding: 0;
	margin: 0;
	display: inline-block;
}

#photo_button a {
    border-radius: 5px;
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 1px #ff669c;
    cursor: pointer;
    display: block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    width: 150px;
    background: rgb(255, 102, 156);
    background: -moz-linear-gradient(top, #fe85b0 0%, #ff669c 100%);
    background: -webkit-linear-gradient(top, rgb(254, 133, 176) 0%,rgb(255, 102, 156) 100%);
    background: linear-gradient(to bottom, rgb(254, 133, 176) 0%,rgb(255, 102, 156) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe85b0', endColorstr='#ff669c',GradientType=0 );
    text-decoration: none;
}

#edit_button {
	width: 508px;
	padding: 0;
	margin: 0;
	display: inline-block;
}
#edit_button a {
    border-radius: 5px;
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 1px #ff669c;
    cursor: pointer;
    display: block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    width: 508px;
    background: rgb(255, 102, 156);
    background: -moz-linear-gradient(top, #fe85b0 0%, #ff669c 100%);
    background: -webkit-linear-gradient(top, rgb(254, 133, 176) 0%,rgb(255, 102, 156) 100%);
    background: linear-gradient(to bottom, rgb(254, 133, 176) 0%,rgb(255, 102, 156) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe85b0', endColorstr='#ff669c',GradientType=0 );
    text-decoration: none;
}

#photo_button a:hover,
#edit_button a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
