@charset utf-8;

/* smile-album
-------------------------------------------------------------------------------------------- */


.common_recommended .slide_box {
  position: relative;
}

.common_recommended .slide_frame {
  position: relative;
  height: 295px;
  overflow: hidden;
}

.common_recommended .slider {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.common_recommended .slider li {
  margin: 0 30px 0 0;
}

.common_recommended .controller {
  margin: 0;
  overflow: visible;
}

.common_recommended .controller li {
  position: absolute;
  top: 130px;
  right: -8px;
  width: auto;
  margin: 0;
}

.common_recommended .controller li:first-child {
  right: auto;
  left: -8px;
}

.common_recommended .controller li a {
  display: inline;
  padding: 0;
  border: none;
}

.common_recommended .indicator {
  margin: 10px 0 0;
}

.common_recommended .indicator ul {
  text-align: center;
}

.common_recommended .indicator ul li {
  display: inline;
  float: none;
  width: auto;
  margin: 0 7px;
}

.common_recommended .indicator li a {
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: #ccc;
  text-indent: -9999px;
}

.common_recommended .indicator li a:hover,
.common_recommended .indicator li a.on {
  background: #ff9600;
}


/* smile-album
-------------------------------------------------------------------------------------------- */


.contents p {
  margin: 0;
}

.main-title {
  padding-bottom: 40px;
  text-align : center;
}

.main_image {
  padding-bottom: 35px;
}

.page_lead {
  margin: 0;
  padding-bottom: 35px;
}

.photo_gallery {
  position: relative;
  margin-bottom: 95px;
}

.photo_gallery .button {
  position: absolute;
  top: -15px;
  right: 12px;
}

.photo_gallery .inner {
  background: url(../img/smilealbum/bg.gif);
  padding-left: 34px;
  padding-top: 10px;
}

.photo_gallery .inner li {
  position: relative;
  width: 203px;
  float: left;
  margin-right: 28px;
  margin-bottom: 35px;
}

.photo_gallery .inner li.new:after {
  content: url(../img/smilealbum/icon_new.png);
  position: absolute;
  top: 10px;
  left: -5px;
}

.photo_gallery .inner ul {
  margin-right: -35px;
}

.photo_gallery .inner li img {
  margin: -5px 0 12px -5px;
}

.photo_gallery .inner li a {
  color: #333333;
  text-decoration: none;
}

.photo_gallery .inner li a:hover {
  text-decoration: underline;
}

.photo_gallery .inner .comment {
  display: block;
  font-size: 87%;
}

.photo_gallery .inner .detail {
  display: block;
  font-size: 75%;
}

.photo_gallery .paging {
  padding: 10px 0;
  height: 33px;
  background: url(../img/smilealbum/bg_bottom_album.jpg) no-repeat;
  text-align: center;
}
.photo_gallery .paging .paging-inner {
  position: relative;
}

.photo_gallery .paging ol {
  position: relative;
  margin-right: 30px;
}
.photo_gallery .paging ol,
.photo_gallery .paging .paging-inner div,
.photo_gallery .paging li {
  display: inline;
  height: 33px;
  line-height: 33px;
}

.photo_gallery .paging a ,
.photo_gallery .paging span {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.photo_gallery .paging li a {
  color: #ff9600;
  background: #fff;
}

.photo_gallery .paging li a:hover,
.photo_gallery .paging li span {
  background: #ff9600;
  color: #fff;
}

.photo_gallery .paging .paging-inner div a {
  width : 104px;
  background: #fff;
  text-align: center;
  text-decoration: none;
}

.photo_gallery .paging .paging-inner div:hover a {
  background: #ff9600;
  color: #fff;
}

.photo_gallery .paging .paging-inner .prev {
  margin-right: 30px;
}

.photo_gallery .paging .paging-inner .next a:after {
  content: url(../img/smilealbum/arrow1.png);
  margin-left: 5px;
  width: 7px;
  height: 12px;
}

.photo_gallery .paging .paging-inner .prev a:before {
  content: url(../img/smilealbum/arrow2.png);
  margin-right: 5px;
  width: 7px;
  height: 12px;
}

.photo_gallery .paging .paging-inner div.disable a {
  opacity: 0.3;
}

.photo_gallery .paging .paging-inner .next:hover a:after {
  content: url(../img/smilealbum/arrow1_2.png);
  width: 7px;
  height: 12px;
}

.photo_gallery .paging .paging-inner .prev:hover a:before {
  content: url(../img/smilealbum/arrow2_2.png);
  width: 7px;
  height: 12px;
}

.photo_gallery .paging li {
  margin-right: 10px;
}

.photo_gallery .paging li:last-child {
  margin-right: 0px;
}

.photo_oubo {
  
}

.photo_oubo h3 {
  padding-bottom: 38px;
}

.photo_oubo .inner {
  padding: 0 40px;
}

.photo_oubo .lead {
  padding-bottom: 38px;
}

.photo_oubo .how_to {
  position: relative;
  padding-bottom: 72px;
}

.photo_oubo .how_to:before {
  content: url(../img/smilealbum/img_oubo01.png);
  position: absolute;
  top: -45px;
  right: 0;
  z-index: 10;
}

.photo_oubo .how_to h4 {
  height: 57px;
  padding: 0 27px;
  background: url(../img/smilealbum/line_bg01.gif) no-repeat;
}
.photo_oubo .how_to h4 img {
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -84px;
}

.photo_oubo .how_to .how_to_inner {
  position: relative;
  padding: 0 27px 30px;
  background: url(../img/smilealbum/line_bg02.gif) repeat-y;
}

.photo_oubo .how_to .how_to_inner:after {
  content: url(../img/smilealbum/line_bg03.gif);
  position: absolute;
  bottom: -14px;
  left: 0;
}

.photo_oubo .how_to dt {
  background: url(../img/smilealbum/line1.jpg) no-repeat bottom left ;
  position: relative;
  padding-left: 40px;
  margin-bottom: 19px;
  margin-top: -8px;
  font-weight: bold;
  font-size: 125%;
  height: 54px;
  line-height: 54px;
  vertical-align: middle;
}

.photo_oubo .how_to dt:before {
  content: url(../img/smilealbum/icon_web01.gif);
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}


.photo_oubo .how_to dt.cond2:before {
  content: url(../img/smilealbum/icon_mail01.gif);
}

.photo_oubo .how_to dd {
  margin-bottom: 38px;
}

.photo_oubo .how_to dd p {
}

.photo_oubo .how_to dd p.caption {
  padding: 12px 0;
  font-size: 80%;
  font-weight: bold;
  color:#ee7b26;
}

.how_to dd li{
  float: left;
  width: 188px;
}
.how_to dd li.od{
  clear: left;
}

.photo_oubo .how_to dd:last-child {
  margin-bottom: 0px;
}

.photo_oubo .how_to dd table {
  margin-top: 20px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e5e5e5;
}

.photo_oubo .how_to dd th {
  width: 12.666%;
  border-collapse: collapse;
  background: #e5e5e5;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.photo_oubo .how_to dd td {
  padding: 20px;
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
}

.photo_oubo .how_to dd span {
  font-weight: bold;
  color:#ee7b26;
}

.photo_oubo {
  
}

.message_oubo h3 {
  padding-bottom: 38px;
}

.message_oubo .inner {
  padding: 0 40px;
}

.message_oubo .lead {
  padding-bottom: 38px;
}

.message_oubo .how_to {
  position: relative;
  padding-bottom: 72px;
}

.message_oubo .how_to:before {
  content: url(../img/smilealbum/img_oubo02.gif);
  position: absolute;
  top: -45px;
  right: 57px;
  z-index: 10;
}

.message_oubo .how_to h4 {
  height: 57px;
  padding: 0 27px;
  background: url(../img/smilealbum/line_bg04.gif) no-repeat;
}
.message_oubo .how_to h4 img {
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -84px;
}

.message_oubo .how_to .how_to_inner {
  position: relative;
  padding: 0 27px 20px;
  background: url(../img/smilealbum/line_bg05.gif) repeat-y;
}


.message_oubo .how_to .how_to_inner:after {
  content: url(../img/smilealbum/line_bg06.gif);
  position: absolute;
  bottom: -14px;
  left: 0;
}

.message_oubo .how_to dt {
  background: url(../img/smilealbum/line2.jpg) no-repeat bottom left ;
  position: relative;
  padding-left: 40px;
  margin-bottom: 19px;
  margin-top: -8px;
  font-weight: bold;
  font-size: 125%;
  height: 54px;
  line-height: 54px;
  vertical-align: middle;
}

.message_oubo .how_to dt:before {
  content: url(../img/smilealbum/icon_web02.gif);
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}


.message_oubo .how_to dd {
  margin-bottom: 38px;
}

.message_oubo .how_to dd p {
}

.message_oubo .how_to dd span{
  color: #188fc6;
  font-weight: bold;
}

.message_oubo .how_to dd p.caption {
  padding: 12px 0;
  font-size: 80%;
  color:#1175b5;
}

.message_oubo .how_to dd:last-child {
  margin-bottom: 0px;
}

.page_message {
  padding: 0px 0 54px;
  text-align: center;
}

.to_form {
  padding: 30px 0 0;
}

.to_form h3 {
  background: url(../img/smilealbum/bg1.jpg) no-repeat left top;
  height: 24px;
  position: relative;
}

.to_form h3 img {
  position: absolute;
  top: -24px;
  left: 59%;
  margin-left: -208px;
}

.to_form_inner {
  position: relative;
  padding: 26px 40px 16px;
  background: url(../img/smilealbum/bg2.jpg) repeat-y left top;
}

.to_form_inner .lead {
  padding-bottom: 15px;
}

.to_form_inner dt {
  padding-bottom: 10px;
  font-weight: bold;
}

.to_form_inner dd {
  padding-bottom: 27px;
  font-size: 75%;
}

.to_form_inner dd:last-child {
  padding-bottom: 39px;
}

.to_form_inner .button {
  padding: 30px 0;
  background: #fff;
  text-align: center;
}
.to_form_inner .button .agree {
  padding: 0px 0 15px;
  font-weight: bold;
}
.to_form_inner:after {
  position: absolute;
  content: url(../img/smilealbum/bg3.jpg);
  bottom: -24px;
  left: 0;
}

.to_form_inner .disabled {
  cursor: default;
  opacity: 1 !important;
}

.to_form_inner .disabled img {
  opacity: 1 !important;
  filter: alpha(opacity=80) !important; 
}

/* -------------------------------------------
 * lightbox-style
 */

#lightbox {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 110;
}

#lightbox p {
  font-size: 78%;
}

#lightbox .lb-box {
  position: absolute;
  display: none;
  padding: 9px;
  background: #fff;
  left: 50%;
  z-index: 120;
}

#lightbox .lb-mv {
  padding-bottom: 10px;
  text-align: center;
  background: url(../img/smilealbum/loading.gif) no-repeat center;
}

#lightbox-bg {
  display: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); 
  opacity: 0.8;
  z-index: 100;
}

#lightbox .lb-tool:before, #lightbox .lb-tool:after{content:""; display:table;}
#lightbox .lb-tool:after{clear:both;}
#lightbox .lb-tool{zoom:1;}

#lightbox .lb-tool .left {
  float: left;
  font-size: 67%;
  color: #808080;
}

#lightbox .lb-tool .close {
  margin-top: 6px;
  float: right;
  width: 10px;
  height: 10px;
  background: url(../img/smilealbum/close.jpg) no-repeat center right;
  cursor: pointer;
}

#lightbox .lb-navi {
  position: absolute;
  top: 9px;
  left: 9px;
  width: 100%;
  height: 300px;
}

#lightbox .lb-navi .prev {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
  background: url(../img/smilealbum/prev.jpg) no-repeat left;
  width: 20px;
  height: 60px;
  cursor: pointer;
}

#lightbox .lb-navi .next {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -30px;
  background: url(../img/smilealbum/next.jpg) no-repeat right;
  width: 20px;
  height: 60px;
  cursor: pointer;
}




