@charset "UTF-8";
/* CSS Document */
body, div, pre, p, blockquote, form, fieldset, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, tr, td, embed, object, img, a, span, iframe, strong {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  font-family: "MS PGothic", arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
  font-weight: normal;
  font-variant: normal;
  border: 0px none;
  word-break: break-all;
  /* outline: 1px dotted pink ; */
}

textarea {
  font-family: "MS PGothic", arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.8em;
}

body {
  background-color: #FFF;
}

table, th, tr, td {
  border-collapse: collapse;
}

li {
  list-style-type: none;
  list-style-position: outside;
}

textarea {
  border: 1px solid #999;
  padding: 2px;
}

html > body input[type=text],
html > body input[type=password] {
  border: 1px solid #999;
  padding: 2px;
}

/*
html > body input[type="button"],
html > body input[type="submit"]{
	border: 1px solid #999;
	padding: 2px 20px 2px 20px ;
}
*/
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/* CSS Document */
/*-------------------------------------------
	pcheader
-----------------------------------------------*/
#pcheader {
  background: #FFC1BF;
  height: 38px;
  margin-bottom: 20px;
  position: relative;
}

#pcheader .headtitle {
  margin: 0 auto;
  max-width: 960px;
  text-align: center;
  font-size: 26px;
  color: #FFF;
  padding-top: 10px;
}

#pcheader .headimg {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 10px;
}

#pcheader .headimg a {
  color: #FFF;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  text-decoration: none;
}

#pcheader .headlink {
  position: absolute;
  top: 0px;
  right: 0px;
}

.domainfield {
  width: 100px;
}

.deletearea {
  padding-top: 5px;
}

.editarea .title {
  width: 200px;
}

.nodatanotice {
  text-align: center;
  margin-bottom: 10px;
}

ul.deletepage_advertise {
  width: 692px;
  height: 283px;
  margin: 0 auto 20px auto;
}

ul.deletepage_advertise li:first-child {
  float: left;
}

ul.deletepage_advertise li:last-child {
  float: right;
}

.editarea .comment {
  height: 180px;
  width: 200px;
  margin-bottom: 10px;
}

hr {
  background: #CCC;
  height: 1px;
  border: 0px none #FFF;
}

.strip {
  text-align: center;
}

.notice {
  color: #FFF;
  background: #F00;
  text-align: center;
  margin: 10px auto 0px;
  width: 200px;
}

.notice a {
  color: #FFF;
  text-decoration: none;
  display: block;
  height: 15px;
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/*-------------------------------------------
	imagecontent
-----------------------------------------------*/
.imagecontent {
  width: 100%;
  float: left;
  margin-right: -368px;
}

.imagebox {
  margin-right: 328px;
  text-align: center;
}

.imageadvnav {
  width: 348px;
  float: left;
}

/*-------------------------------------------
	footer
-----------------------------------------------*/
#footerwrapper {
  border-top: solid 1px #CCC;
  padding-top: 10px;
}

#sitefooter {
  width: 640px;
  margin: 0 auto;
}

#sitefooter dl.box {
  float: left;
}

#sitefooter dl.box.mysite {
  width: 243px;
}

#sitefooter dl.box.otherservice {
  width: 223px;
}

#sitefooter dl.box.other {
  width: 165px;
}

#sitefooter dl.box dt {
  font-size: 13px;
  color: #000;
  line-height: 2em;
  font-weight: bold;
}

#sitefooter dl.box dd a:hover {
  text-decoration: underline;
}

#sitefooter a {
  text-decoration: none;
  font-size: 13px;
  color: #258DB6;
}

#sitefooter dl.mysite dd a,
#sitefooter dl.other dd a {
  line-height: 1.9em;
}

#sitefooter dl.otherservice dt {
  padding-bottom: 3px;
}

#sitefooter dl.otherservice dd li {
  margin-bottom: 10px;
}

#sitefooter dl.otherservice dd li dl dt {
  font-size: 10px;
  border-style: none;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  line-height: 1.3em;
  color: #666;
}

#sitefooter dl.otherservice dd li dl dd {
  padding: 0 0 0 5px;
}

#sitefooter dl.otherservice dd li dl dd a {
  line-height: 1em;
}

#footerwrapper .copyright {
  font-size: 10px;
  text-align: center;
  padding-bottom: 10px;
}

/*-------------------------------------------
	Common
-----------------------------------------------*/
.cmnNoDisp {
  display: none;
}

.CmnReturn {
  margin-bottom: 20px;
}

.CmnReturn a {
  margin: 0 auto;
  border-radius: 8px;
  font-size: 16px;
  display: block;
  border: 1px solid #999;
  padding-top: 10px;
  padding-right: 25px;
  padding-bottom: 10px;
  padding-left: 25px;
  color: #666 !important;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 18px;
  text-align: center;
  width: 140px;
}

.CmnReturn a:hover {
  background-color: #EFEFEF;
}

/*--------------------------------------------
	page_sosial
--------------------------------------------*/
.page_sosial {
  margin-top: 5px;
}

.page_sosial .qrcodealia {
  float: left;
  width: 123px;
}

.page_sosial .urlinputarea {
  float: right;
  width: 500px;
  text-align: right;
  padding-top: 15px;
}

.page_sosial .urlinputarea input {
  width: 300px;
  padding: 3px;
  font-size: 18px;
}

.page_sosial .socialArea {
  margin-top: 10px;
}

/*--------------------------------------------
	socialArea
--------------------------------------------*/
.socialArea {
  width: 270px;
  float: right;
}

.socialArea li {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 5px;
}

.socialArea li:last-child {
  margin-right: 0;
}

.socialArea li a,
.socialArea li img {
  display: block;
  width: 50px;
  height: 50px;
}

.pgfooter_socialicons .socialArea {
  float: right;
}

/* CSS Document */
.headtitle_static {
  margin: 0 auto;
  max-width: 960px;
  text-align: center;
  font-size: 18px;
  color: #FFF;
  padding-top: 10px;
}

.static_content {
  width: 960px;
  margin: 0 auto;
}

.staticdl dt {
  color: #1F7090;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.staticdl dd {
  margin-bottom: 20px;
  padding-left: 5px;
}

.howto_label {
  color: #1F7090;
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px;
}

.howto_detail {
  margin-left: 10px;
  margin-top: 10px;
}

.kiyaku strong {
  font-weight: bold;
  line-height: 28px;
}

.kiyaku p {
  line-height: 19px;
  margin-bottom: 10px;
}

.infolist .date {
  padding-right: 7px;
}

.infolist dt {
  margin-bottom: 8px;
  padding-left: 5px;
}

.infolist dt span {
  color: #1F7090;
  font-size: 16px;
  font-weight: bold;
}

.infolist dt:first-child {
  border-top: none !important;
  padding-top: 0 !important;
}

.infolist dd {
  padding-left: 10px;
  padding-bottom: 15px;
  border-bottom: solid 1px #CCC;
  margin-bottom: 15px;
}

/* CSS Document */
/*-------------------------------------------
	PC
-----------------------------------------------*/
#wrapper {
  padding: 0;
  margin: 0;
  position: relative;
}

#container {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

#adv_top {
  margin-bottom: 10px;
}

.adv_header {
  width: 960px;
  margin: 0 auto 20px auto;
}

.adv_header .leftdiv {
  width: 232px;
  float: left;
}

.adv_header .rightdiv {
  width: 728px;
  float: right;
}

/*-------------------------------------------
	adv_exleft
-----------------------------------------------*/
.adv_expander {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

.adv_exleft {
  position: absolute;
  left: -130px;
}

.adv_exright {
  position: absolute;
  left: 970px;
}

@media screen and (max-width: 1310px) {
  .adv_exleft {
    display: none;
  }
  .adv_exright {
    display: none;
  }
}
#contain {
  width: 630px;
  float: left;
}

#sidebar {
  width: 300px;
  float: left;
  margin-left: 30px;
  display: inline;
}

#comment {
  font-size: 16px;
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.3em;
}

#socialarea {
  height: 62px;
  margin: 20px 0 30px 0;
}

#social_twitter {
  float: left;
  padding-right: 20px;
  width: 70px;
}

#social_facebook {
  float: left;
  padding-right: 20px;
  width: 70px;
}

#social_googleplus {
  padding-top: 2px;
  padding-right: 20px;
  float: left;
}

#social_mail {
  float: left;
  text-align: center;
  padding-top: 10px;
}

.pcqr .label {
  font-size: 16px;
  margin-bottom: 8px;
}

.pcqr .input input[type=text] {
  font-size: 14px;
  height: 26px;
  width: 300px;
  border-radius: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.pcqr .barcode {
  margin-top: 5px;
  margin-bottom: 20px;
}

#adv_bottom {
  margin-bottom: 20px;
}

/*-------------------------------------------
	mainimage
-----------------------------------------------*/
#mainimage {
  display: block;
}

#mainimage.expandcover {
  cursor: pointer;
}

#mainimage.normal {
  position: relative;
}

#mainimage img {
  max-width: 100%;
}

#mainimage .exlayer {
  color: #FFF;
  width: 630px;
  height: 55px;
  background-color: #000;
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.iebrowser #mainimage .exlayer {
  display: none;
}

#mainimage .exlayer_text {
  text-align: right;
  padding-top: 20px;
  padding-right: 40px;
  color: #FFF;
  width: 600px;
  height: 60px;
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.iebrowser #mainimage .exlayer_text {
  display: none;
}

#mainimage:hover .exlayer {
  display: block;
  opacity: 0.5;
}

#mainimage:hover .exlayer_text {
  display: block;
  padding-top: 20px;
  opacity: 1;
  z-index: 100;
}

#mainimage .imagecon {
  text-align: center;
}

#mainimage .imagecon img {
  display: block;
  margin: 0 auto;
}

/*-------------------------------------------
	mainimage.expand
-----------------------------------------------*/
body.expand {
  background-color: #000;
}

.expand #pcheader {
  display: none;
}

.expand #wrapper {
  background-color: #000;
}

.expand #mainimage {
  position: absolute !important;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 9999;
  background-color: #000;
}

.expand #mainimage .imagecon {
  padding: 20px;
  background-color: #000;
}

.expand #mainimage .exlayer,
.expand #mainimage .exlayer_text {
  display: none;
}

.expand #sidebar {
  display: none;
}

.expand #comment {
  display: none;
}

.expand #pcpagefooter {
  display: none;
}

/*-------------------------------------------
	imageconlist
-----------------------------------------------*/
.thumblabel {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.imageconlist {
  margin-bottom: 0;
}

.imageconlist .selectimage {
  padding: 0 35px 0 45px;
  border: 0;
  list-style: none;
}

.imageconlist .selectimage li {
  width: 160px;
  float: left;
  margin-right: 27px;
  border: 2px solid #AAA;
  margin-bottom: 27px;
  text-align: center;
}

.imageconlist .selectimage li.is-selected {
  border: 2px solid #000;
}

.imageconlist .selectimage li:nth-child(3n) {
  margin-right: 0;
}

.imageconlist .selectimage li:last-child {
  width: 160px;
  margin-right: 0;
}

.imageconlist .selectimage li a {
  display: block;
  width: 160px;
  padding: 0;
  line-height: 0;
  vertical-align: bottom;
}

.imageconlist .selectimage li img {
  display: block;
  width: 160px;
  line-height: 0;
  vertical-align: bottom;
}

/*-------------------------------------------
	chan_advertise
-----------------------------------------------*/
#chan_advertise {
  text-align: center;
  height: 40px;
  margin-bottom: 15px;
}

#chan_advertise a {
  font-size: 32px;
  line-height: 32px;
}

#chan_advertise2 {
  text-align: center;
  height: 40px;
  margin-bottom: 15px;
}

#chan_advertise2 a {
  font-size: 32px;
  line-height: 32px;
  color: #F00;
}

#chan_advertise4 {
  text-align: center;
  height: 40px;
  margin-bottom: 15px;
}

#chan_advertise4 a {
  font-size: 32px;
  line-height: 32px;
  color: #0C0;
}

#netasuki_advertise {
  text-align: center;
  margin-bottom: 15px;
}

/*-------------------------------------------
	chan_advertise
-----------------------------------------------*/
#chan_thread_area {
  margin-top: 10px;
  border: 1px solid #af253a;
  margin-bottom: 10px;
}

#chan_thread_area .chan_label {
  color: #FFF;
  background: #af253a;
  text-align: left;
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  padding-left: 10px;
}

#chan_thread_area li {
  border-bottom: 1px solid #ccc;
}

#chan_thread_area li:last-child {
  border: none;
}

#chan_thread_area li a {
  font-size: 14px;
  display: block;
  line-height: 35px;
  text-decoration: none;
  padding-left: 15px;
}

#chan_thread_area li a:hover {
  text-decoration: underline;
}

/* CSS Document */
.middlelabel {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}

.topics {
  width: 298px;
  border-top: solid 1px #CCC;
  border-left: solid 1px #CCC;
  border-right: solid 1px #CCC;
  padding-top: 5px;
}

.topics .entry {
  border-bottom: 1px solid #CCC;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
}

.topics .entry .thumb {
  width: 64px;
  height: 64px;
  float: left;
  padding: 10px;
}

.topics .entry .thumb img {
  width: 64px;
  height: 64px;
}

.topics .entry .contents {
  padding: 0 0 0 0;
  float: left;
  width: 207px;
}

.plane-2clmr .topics .entry .contents {
  padding: 0 0 0 8px;
  float: left;
  width: 200px;
}

.topics .entry .title {
  margin-bottom: 2px;
}

.topics .entry .title a {
  color: #000;
  font-size: 16px;
  line-height: 22px;
}

.topics .entry .userarea .user a {
  color: #999;
}

.topics .entry .pvarea .pv {
  color: #999;
}

.topics .entry .pvarea .view {
  color: #999;
}

.upuplink {
  width: 960px;
  text-align: center;
  margin: 0 auto 20px auto;
}

.upuplink a {
  font-size: 30px;
  font-weight: bold;
}

/*--------------------------------------------
 	新デザイン
--------------------------------------------*/
#wrapper {
  margin: 0;
  padding: 0;
}

#mainheader {
  background-color: #ffc1bf;
  padding: 10px;
}

#titleexp {
  color: #FFF;
  float: left;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}

#titleexp a {
  color: #FFF;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  text-decoration: none;
}

#newinfo a {
  color: #FFF;
  float: right;
  font-size: 16px;
  line-height: 18px;
}

#siteexp {
  color: #666;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  padding: 15px 0 8px 0;
  font-weight: bold;
}

#notadult {
  color: #666;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  padding: 10px 0 15px 0;
  font-weight: bold;
}

#notadult a {
  color: #666;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}

.newcomer {
  color: #F00;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  padding: 0 0 20px 0;
  font-weight: bold;
}

#toptitle {
  padding: 0 0 30px 0;
  text-align: center;
}

#toptitle img {
  width: 200px;
}

#mainmenu {
  text-align: center;
  margin-bottom: 20px;
}

#mainmenu a {
  font-size: 16px;
  line-height: 18px;
}

#uploadarea {
  width: 640px;
  min-height: 210px;
  border: 1px solid #999;
  margin: 0 auto 20px auto;
  border-radius: 0 0 15px 15px;
}

.mailupbutton {
  text-align: center;
  margin-bottom: 10px;
}

.mailupbutton a {
  display: block;
  margin: 0 auto;
  width: 200px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  background-color: #258DB6;
  font-size: 20px;
  border-style: none;
  border-radius: 8px;
}

.mailupexp {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}

.domainexp {
  color: #666;
  text-align: center;
  font-size: 12px;
}

/* fileuparea */
.fileuparea {
  padding: 10px 0 10px 0;
  height: 40px;
}

.fileuparea input {
  font-size: 14px;
}

/* fileuparea */
.urluparea {
  width: 580px;
  padding: 10px 0 10px 0;
  margin: 0 auto 10px auto;
  text-align: center;
}

.urluparea .urlinput {
  width: 300px;
  padding: 3px 5px;
  font-size: 18px;
}

.urlupexp {
  text-align: center;
}

.urluparea input.uploadbutton {
  font-size: 18px;
  padding: 2px 10px;
}

/*--------------------------------------------
 	画面の切替
--------------------------------------------*/
#home_switch ul li {
  background: #FFF;
  list-style: none inside;
  float: left;
  /*width:213px; */
  width: 50%;
}

#home_switch ul li:last-child {
  width: 50%;
}

#home_switch ul li a {
  display: block;
  font-size: 15px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  border-bottom: 1px solid #FFF;
  padding-bottom: 1px;
}

#home_switch ul li a {
  border-right: 1px solid #8c8c8c;
}

#home_switch ul li:last-child a {
  border-right: none;
  background-color: #999;
}

#home_switch ul li:last-child.hide a {
  border-right: none;
  background-color: #CCC;
}

#home_switch ul li.hide a {
  height: 35px;
  border-bottom: 1px solid #8c8c8c;
  padding-top: 4px;
  color: #999;
  background: #f3f3f3;
}

#home_switch ul li.show a {
  color: #000;
  border-top: 3px solid #258DB6;
}

#home_switch ul li.show a {
  height: 35px;
  border-bottom: 1px solid #FFF;
}

#home_container .home_content.hide {
  display: none;
}

.home_content {
  min-height: 169px;
}

/*--------------------------------------------
 	画面の切替２
--------------------------------------------*/
#fileup_switch ul {
  margin-bottom: 20px;
}

#fileup_switch ul li {
  background: #FFF;
  list-style: none inside;
  float: left;
  /*width:213px; */
  width: 213px;
}

#fileup_switch ul li:last-child {
  width: 214px;
}

#fileup_switch ul li a {
  display: block;
  font-size: 15px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  border-bottom: 1px solid #FFF;
  padding-bottom: 1px;
}

#fileup_switch ul li a {
  border-right: 1px solid #8c8c8c;
}

#fileup_switch ul li:last-child a {
  border-right: none;
}

#fileup_switch ul li.hide a {
  height: 35px;
  border-bottom: 1px solid #8c8c8c;
  padding-top: 4px;
  color: #999;
  background: #f3f3f3;
}

#fileup_switch ul li.show a {
  color: #000;
  border-top: 3px solid #39F;
}

#fileup_switch ul li.show a {
  height: 35px;
  border-bottom: 1px solid #FFF;
}

#fileup_container .fileup_content.hide {
  display: none;
}

.fileuparea_drop .todrop {
  height: 200px;
  border: 1px solid #C30;
}

/*------------------------------

-------------------------------*/
.fileuptabarea {
  text-align: center;
  padding: 30px 0 0 0;
  min-height: 139px;
}

.urluptabarea {
  padding-top: 38px;
}

.mailuptabarea {
  padding-top: 20px;
}

marquee {
  padding: 3px 0 3px 0;
  margin-bottom: 10px;
}

/*------------------------------

-------------------------------*/
.imageuplistarea.is-hide {
  display: none;
}

.imageuplist {
  width: 320px;
  margin: 0 auto;
  border-bottom: 1px dotted #999999;
}

.imageuplist li {
  border-top: 1px dotted #999999;
  padding: 10px 0;
}

.imageuplist li:first-child {
  margin-top: 10px;
}

.imageuplist li:last-child {
  margin-bottom: 10px;
}

.imageuplist li.nowLoading {
  line-height: 0;
}

.imageuplist li .imgdel a {
  padding: 3px;
  display: block;
  background-color: #666;
  width: 40px;
  color: #FFF;
  text-decoration: none;
  margin: 0 auto;
  font-size: 12px;
}

.imageuplist li .imgdel a:hover {
  background-color: #F00;
}

.imageuplist .image {
  float: left;
  width: 150px;
  text-align: center;
}

.imageuplist .image img {
  max-width: 100%;
  max-height: 100%;
}

.imageuplist .detail {
  float: left;
  width: 170px;
  padding: 10px 0 0 0;
}

.imageuplist .detail .imgname {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.imageuplist .detail .imgsize {
  display: block;
  margin-bottom: 10px;
}

.imageuplist .detail .imgdel {
  display: block;
}

#test_up {
  background-color: #3399FF;
  border-radius: 8px;
  border-style: none;
  box-shadow: 2px 2px 0 0 #CCCCCC;
  color: #FFFFFF;
  display: block;
  font-size: 20px;
  margin: 10px auto;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  width: 200px;
}

.osirse {
  color: red;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
}

.multiupload_button {
  margin: 20px 0;
}

/*--------------------------------------------
	エクスプローラーでアップロード関連
--------------------------------------------*/
.fileuptabarea .btnlabel {
  display: block;
  /*   height: 37px;*/
  height: 38px;
  margin: 10px auto 12px auto;
  /*   width: 140px;*/
  width: 200px;
}

.fileuptabarea .expl_upload_button {
  line-height: 19px;
  font-size: 18px;
  font-weight: 700;
  display: block;
  background-color: #258DB6;
  width: 200px;
  height: 28px;
  padding-top: 10px; /*firefox 10px*/
  color: #FFF;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
  border-radius: 7px;
}

.fileuptabarea .jsupexp {
  margin-top: 15px;
}

.fileuptabarea .expl_upload_button:hover {
  background-color: #1F7090;
}

/* CSS Document */
.bookmark {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #F00;
  line-height: 26px;
  margin-bottom: 20px;
}

.uploadeddata {
  padding: 10px;
}

.uploadeddata dt {
  text-align: center;
}

.uploadeddata dt .label {
  font-size: 16px;
  line-height: 38px;
  text-align: center;
}

.uploadeddata dt p {
  font-size: 16px;
  line-height: 22px;
  color: #F00;
}

.uploadeddata dd {
  text-align: center;
  margin-bottom: 30px;
}

.uploadeddata dd .link {
  font-size: 20px;
  line-height: 32px;
  padding-top: 5px;
  margin-top: 10px;
}

.uploadeddata dd .link a {
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  background-color: #258DB6;
  font-size: 18px;
  border-style: none;
  padding: 5px 15px 5px 15px;
  border-radius: 5px;
}

.uploadeddata dd .link a:hover {
  background-color: #1F7090;
}

.uploadeddata dd input[type=text] {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  width: 300px;
}

.upload_result {
  font-size: 12px;
  text-align: center;
  margin: 30px 0 10px 0;
}

/*---------------------------------*/
.uploaded_wrapper {
  width: 640px;
  margin: 0 auto 40px auto;
}

.showtype {
  font-size: 24px;
  font-weight: bold;
  color: #258DB6;
  margin-bottom: 30px;
}

.showtypebox {
  border: 1px solid #999;
}

.onenotice {
  text-align: right;
  padding: 10px 0 0 0;
  margin-bottom: 20px;
}

/*---------------------------------*/
/*		アルバム機能
/*---------------------------------*/
.result_label {
  position: relative;
}

.alexpt {
  font-weight: bold;
  font-size: 16px;
}

.albumtpic {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 2px 5px;
  min-width: 40px;
  max-width: 100%;
  color: #FFF;
  font-size: 15px;
  background: #FFC1BF;
  text-align: center;
  border-radius: 5px;
}

.albumtpic:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #FFC1BF;
}

.albumtpic p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.alnew {
  background-color: #FFC1BF;
  color: #FFF;
  padding: 2px 3px 1px 3px;
  border-radius: 3px;
  font-size: 12px;
  display: block;
  float: left;
  width: 43px;
  text-align: center;
}

.alkoti {
  font-weight: bold;
  font-size: 18px;
  display: block;
  float: left;
  width: 238px;
}

.albumexp {
  font-size: 13px;
  color: #888;
  margin-bottom: 3px;
}

.alcopyform {
  float: left;
  width: 320px;
}

.albumlink {
  float: left;
  font-size: 20px;
  line-height: 32px;
}

.albumlink a {
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  background-color: #258DB6;
  font-size: 18px;
  border-style: none;
  padding: 5px 15px 5px 15px;
  border-radius: 5px;
}

.albumurlarea {
  margin-bottom: 20px;
}

.alkotia {
  font-weight: bold;
  font-size: 18px;
  display: block;
  float: left;
  padding: 3px 0;
}

.selectimage {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
}

.selectimage li {
  float: left;
  width: 57px;
  text-align: center;
  border-right: 1px solid #999999;
}

.selectimage li.all {
  position: relative;
}

.selectimage li.all .albumtpic_box {
  width: 50px;
  height: 30px;
  position: absolute;
  top: -48px;
  left: 4px;
  z-index: 100;
}

.selectimage li:last-child {
  width: 58px;
  margin-right: -1px;
}

.selectimage li a {
  display: block;
  padding: 8px 0;
  color: #000;
}

.selectimage li a:hover {
  background-color: #CCC;
}

.selectimage li.is-selected a {
  color: #FFF;
  background-color: #000;
}

.selectedimage li.is-hide {
  display: none;
}

.selectedimage li .viewthumb {
  float: left;
  width: 200px;
  text-align: center;
  padding: 20px;
}

.selectedimage li .uploadeddata {
  float: left;
  width: 360px;
}

.selectedimage li .viewthumb img {
  max-width: 100%;
}

.selectedimage li.allurl {
  padding: 20px;
}

.selectedimage li.allurl .exp {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

.albumurltext {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  width: 300px;
}

.multiurllist {
  width: 598px;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  height: auto;
  height: 300px;
}

.multiurllist.row_1 {
  height: 28px;
}

.multiurllist.row_2 {
  height: 56px;
}

.multiurllist.row_3 {
  height: 84px;
}

.multiurllist.row_4 {
  height: 112px;
}

.multiurllist.row_5 {
  height: 140px;
}

.multiurllist.row_6 {
  height: 168px;
}

.multiurllist.row_7 {
  height: 196px;
}

.multiurllist.row_8 {
  height: 224px;
}

.multiurllist.row_9 {
  height: 252px;
}

.multiurllist.row_10 {
  height: 280px;
}

/*--------------------------------------------
 	全体
--------------------------------------------*/
#eroido_pagelist .site_icon {
  width: 18px;
  height: 18px;
  top: 2px;
  margin-right: 8px;
  position: relative;
}

#eroido_pagelist .document_box {
  margin: 0 auto;
  width: 600px;
  border: 1px solid #000080;
  background-color: #FFF;
  padding-bottom: 5px;
  border-radius: 5px;
}

#eroido_pagelist .box_title {
  margin: 20px auto 0 auto;
  width: 98%;
  font-size: 18px;
  color: #ff69b4;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
  font-weight: bold;
}

.moreDisp a {
  background-color: #ff80bf; /*F64C8B*/
  margin: 10px auto 10px auto;
  color: #FFF;
  font-size: 12px;
  display: block;
  text-align: center;
  padding: 2px 0 6px 0;
  width: 150px;
  height: 13px;
  text-decoration: none;
  border-radius: 10px;
}

/*--------------------------------------------
 		comment無し
--------------------------------------------*/
#eroido_pagelist .topics {
  background-color: #FFF;
  width: 98%;
  margin: 0 auto;
}

#eroido_pagelist .topics .entry {
  border-bottom: 1px solid #CCC;
  position: relative;
}

#eroido_pagelist .topics .entry:last-child {
  margin-bottom: 3px;
}

#eroido_pagelist .topics .entry a {
  display: block;
  /*	padding:10px 0 10px 0;*/
  text-decoration: none;
}

#eroido_pagelist .topics .entry .thumb {
  width: 80px;
  height: 80px;
  float: right;
  margin-left: 10px;
  z-index: 10;
}

#eroido_pagelist .topics .entry .thumb img {
  width: 80px;
  height: 80px;
}

#eroido_pagelist .topics .entry .contents {
  padding-top: 5px;
  width: 98%;
  z-index: 1;
  margin-left: 10px;
}

#eroido_pagelist .topics .entry .title {
  margin-left: 10px;
}

#eroido_pagelist .topics .entry .title a {
  color: #000;
  font-size: 17px;
  line-height: 21px;
  font-weight: bold;
}

#eroido_pagelist .topics .entry .userarea {
  margin-left: 90px;
}

#eroido_pagelist .topics .entry .userarea .user {
  color: #999;
  font-size: 13px;
}

#eroido_pagelist .topics .entry .user {
  display: inline-block;
}

#eroido_pagelist .topics .entry .pvarea {
  display: inline-block;
}

#eroido_pagelist .topics .entry .pvarea .pv {
  color: #999;
  font-size: 13px;
}

#eroido_pagelist .topics .entry .pvarea .view {
  color: #999;
  font-size: 13px;
}

#eroido_pagelist .topics .entry .pvarea .favcnt {
  color: #999;
  font-size: 13px;
  margin-left: 5px;
}

#eroido_pagelist .topics .entry .pvarea .favo {
  color: #999;
  font-size: 13px;
}

#eroido_pagelist .topics .new_icon {
  z-index: 100;
  right: -4px;
  top: -2px;
  position: absolute;
}

/*--------------------------------------------
	topics commentあり
--------------------------------------------*/
#eroido_pagelist .topicscomment {
  background-color: #FFF;
  width: 98%;
  margin: 0 auto;
}

#eroido_pagelist .topicscomment .entry {
  border-bottom: 1px solid #CCC;
  padding-bottom: 20px;
  padding-right: 5px;
  position: relative;
}

#eroido_pagelist .topicscomment .entry:last-child {
  /*	border-bottom: none;*/
}

#eroido_pagelist .topicscomment .entry .thumb a,
#eroido_pagelist .topicscomment .entry .title a {
  display: block;
  padding: 10px 0 10px 0;
  text-decoration: none;
}

#eroido_pagelist .topicscomment .entry .thumb {
  width: 80px;
  height: 80px;
  float: left;
  margin-left: 10px;
  z-index: 10;
}

#eroido_pagelist .topicscomment .entry .thumb img {
  width: 80px;
  height: 80px;
}

#eroido_pagelist .topicscomment .entry .contents {
  padding: 0 0 0 5px;
  float: right;
  margin-left: -100px;
  width: 100%;
  z-index: 1;
}

#eroido_pagelist .topicscomment .entry .title {
  margin-left: 105px;
  margin-top: 3px;
  margin-bottom: 0;
  padding: 0;
}

#eroido_pagelist .topicscomment .entry .comment {
  color: #000;
  font-size: 12px;
  line-height: 15px;
  margin-left: 110px;
  margin-top: 0;
}

#eroido_pagelist .topicscomment .entry .title a {
  color: #000;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 2px;
  padding-bottom: 5px;
  padding-top: 5px;
}

#eroido_pagelist .topicscomment .new_icon {
  z-index: 100;
  left: 5px;
  top: 4px;
  position: absolute;
}

/*--------------------------------------------
	topics textのみ
--------------------------------------------*/
#eroido_pagelist .topicstext {
  /*	margin-bottom:10px;*/
  background-color: #FFF;
}

#eroido_pagelist .topicstext .entry {
  border-bottom: 1px solid #CCC;
  background: linear-gradient(#FFF, #f0f0f0);
  height: 77px;
  margin: 0;
}

#eroido_pagelist .topicstext .entry:last-child {
  /*	border-bottom: none;*/
}

#eroido_pagelist .topicstext .entry a {
  color: #333;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0 0 0 10px;
  overflow: hidden;
  line-height: 44px;
  text-decoration: none;
  position: relative;
  background-image: url(/img/icon/dot/arrow/arrow_right.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
}

#eroido_pagelist .topicstext .entry .contents {
  padding: 3 0 0 5px;
  margin: 5px 20px 10px 1px;
  width: 98%;
  z-index: 1;
}

#eroido_pagelist .topicstext .entry .comment,
#eroido_pagelist .topicstext .entry .title {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 96%;
  white-space: nowrap;
}

#eroido_pagelist .topicstext .entry .title {
  margin: 2px 35px 2px 12px;
}

#eroido_pagelist .topicstext .entry .comment {
  color: #333;
  font-size: 11px;
  line-height: 21px;
  margin-top: 2px;
  margin-left: 14px;
}

#eroido_pagelist .topicstext .entry .title span {
  color: #228b22;
  font-size: 15px;
  line-height: 21px;
  font-weight: bold;
}

#eroido_pagelist .topicstext .new_icon {
  z-index: 100;
  left: 1px;
  top: 22px;
  position: absolute;
}

/*-------------------------
	.tagimages
-------------------------*/
#eroido_pagelist .tagimages {
  margin: 0 5px 5px 5px;
  display: block;
}

#eroido_pagelist .tagimages li {
  width: 25%;
  float: left;
}

#eroido_pagelist .tagimages li a {
  display: block;
  outline: none;
  position: relative;
  text-decoration: none;
}

#eroido_pagelist .tagimages li a img {
  display: block;
  width: 100%;
}

#eroido_pagelist .tagimages li a p {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.6;
  width: 100%;
}

#eroido_pagelist .tagimages li a p span {
  color: #FFF;
  display: block;
  margin: 3px 5px;
  font-size: 13px;
}

/*--------------------------------------------
	.topics.bigimage
	画像拡大型トピックス
--------------------------------------------*/
#eroido_pagelist .topicsbigimage {
  width: 400px;
  margin: 10px auto 5px auto;
}

#eroido_pagelist .topicsbigimage .entry {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background-color: #FFF;
  position: relative;
}

#eroido_pagelist .topicsbigimage .entry a {
  margin: 0 !important;
  padding: 0 !important;
  background-color: #FFF !important;
  display: block;
  outline: none;
  position: relative;
}

#eroido_pagelist .topicsbigimage .entry .thumb {
  float: none !important;
  margin: 0 auto 0 auto;
  height: auto !important;
  display: block;
}

#eroido_pagelist .topicsbigimage .entry .thumb img {
  width: 100%;
  display: block;
}

#eroido_pagelist .topicsbigimage .entry .contents {
  float: none !important;
  /*	position:absolute;*/
  left: 0;
  bottom: 0;
  width: 400px;
  margin-bottom: 5px;
}

#eroido_pagelist .topicsbigimage .entry .title {
  margin: 0 auto;
  /*	opacity:0.5;*/
  width: 390px;
}

#eroido_pagelist .topicsbigimage .entry .title {
  font-weight: bold;
  line-height: 21px;
  text-decoration: underline;
  text-align: left;
  color: #FFF;
  display: block;
  padding: 6px 0 6px 0;
  font-size: 15px;
  background-color: #808080;
  padding-left: 5px;
  padding-right: 5px;
}

#eroido_pagelist .topicsbigimage .entry .catearea {
  width: 50%;
  float: left;
  text-align: left;
}

#eroido_pagelist .topicsbigimage .entry .catearea .catename {
  font-size: 13px;
  color: #999;
}

#eroido_pagelist .topicsbigimage .new_icon {
  z-index: 100;
  left: 9px;
  top: 8px;
  position: absolute;
}

/*--------------------------------------------
		listの中のtag comment text
--------------------------------------------*/
#eroido_pagelist .topics .taglist .tag .js-tagname {
  /* background: none repeat scroll 0 0 #f64c8b; */
  background: none repeat scroll 0 0 #c0c0c0;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  padding: 3px 6px 2px 6px;
  margin: 5px 0 2px 0;
  border-style: none;
}

#eroido_pagelist .topics .taglist {
  width: 220px;
  float: none !important;
  position: absolute;
  right: 110px;
  bottom: 5px;
  text-align: right;
}

#eroido_pagelist .topics .taglist .tag {
  display: inline-block;
}

/*--------------------------------------------
		listの中のtag comment text
--------------------------------------------*/
#eroido_pagelist .topicscomment .taglist .tag .js-tagname,
#eroido_pagelist .topicstext .taglist .tag .js-tagname {
  /* background: none repeat scroll 0 0 #f64c8b; */
  background: none repeat scroll 0 0 #ff69b4;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  margin: 5px 0 2px 0;
  border-style: none;
}

#eroido_pagelist .topicscomment .taglist .tag .js-tagname {
  padding: 2px 6px 2px 6px;
  font-size: 12px;
}

#eroido_pagelist .topicstext .taglist .tag .js-tagname {
  padding: 3px 6px 2px 6px;
  font-size: 11px;
}

#eroido_pagelist .topicscomment .taglist,
#eroido_pagelist .topicstext .taglist {
  width: 180px;
  float: none !important;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

#eroido_pagelist .topicscomment .taglist .tag,
#eroido_pagelist .topicstext .taglist .tag {
  display: inline-block;
}

/*--------------------------------------------
			clearfix
--------------------------------------------*/
#eroido_pagelist .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#eroido_pagelist .clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html #eroido_pagelist .clearfix {
  height: 1%;
}

#eroido_pagelist .clearfix {
  display: block;
}

/* End hide from IE-mac *//*# sourceMappingURL=css_pc_common.css.map */
