@charset "UTF-8";
/* setting_styles.css 1.0.0 */

/* table of contents
==========================
page common
 - localNav
 - infoBox

main column
 - settingBox
   - formObject
 - settingUserBlock
 - settingFt
 - modalBox

 - message

==========================
*/

#rics-content {
	padding: 10px 0 10px;
}
.br{
	margin-bottom: 1em;
}
.required{
	color: #DC0000;
}

/* localNav
---------------------------------------- */
.localNav {
	background: #f8f8f8;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.localNav ul {
	/zoom: 1;
	border-bottom: 1px solid #dfdfdf;
}
.localNav ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}
.localNav ul li {
	display: block;
	float: left;
	margin-bottom: -1px;
}
.localNav ul li.active {
	border: 1px solid #dfdfdf;
	border-bottom: 1px solid #fff;
	border-top: none;
	background: #fff;
	font-weight: bold;
}
.localNav ul li.active:first-child {
	border-left: none;
}
.localNav ul li a,
.localNav ul li span{
	display: block;
	/display: inline;
	/* IE < 8: fake inline-block */
	/zoom: 1;
	padding: 0.8em 1.5em;
	min-height: 24px;
}
.localNav ul li.my span{
	display: inline;
	padding: 0;
}
.localNav ul li:not(.my) a {
	color: #333;
}
.localNav ul li.my{
	float: right;
}
.localNav ul li.my .myThumb{
	margin-right: 0.5em;
}

/* infoBox
---------------------------------------- */
.infoBox {
	background:#f1f8de;
	border:#aad230 1px solid;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	padding:10px;
	margin:10px 0 0;
	color: #384315;
}
.infoBox .check {
	margin:0 auto;
	width:auto;
}
.infoBox .check p {
    background: url("../../ic_chk_sprite.png") no-repeat 0 0 ;
	padding-left:35px;
	margin:0 auto;
	min-height: 24px;
	line-height: 24px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.infoBox .check p {
		background: url("../../ic_chk_sprite_2x.png") no-repeat 0 0 ;
		-webkit-background-size: 24px 134px;
		webkit-background-size: 24px 134px;
	}
}
/* inner Alert Box */
#settingProfile .alertBox{
  font-size: 100%;
  width: auto;
  margin: 0;
}


/* .settingBox
---------------------------------------- */
.settingBox {
	margin-bottom: 20px;
	padding: 0 0;
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	font-size: 88%;
	background: #F8F8F8;
}
.settingBox .sub{
	font-size: 93%;
	margin: 10px 0;
}
.settingBox .note{
  padding: 10px 10px 0 10px;
  color: #666;
}
.settingUserBlock .note{
	padding-bottom: 32px;
}
.settingUserBlock .note span{
	font-weight: bold;
}

/* title */
.settingBox .formMainTtl{
	display: inline-block;
	/display: inline;
	/* IE < 8: fake inline-block */
	/zoom: 1;
	font-size: 171.4%;
}
.settingBox .settingTtl .caption{
	padding: 0 0 10px 10px;
	display: inline-block;
	/display: inline;
	/* IE < 8: fake inline-block */
	/zoom: 1;
}
#expandSwitch{
	display: none;
}
.settingBox .formSubTtl{
	font-size:137.5%;
	font-weight: normal;
	margin-bottom: 10px;
}

.settingBox .settingHead{
	background: #fff;
	padding: 25px 20px 10px;
}
.settingBox .settingInner{
	background: #fff;
	padding: 0 20px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	/border-left: 1px solid #e7e7e7; /* ie6-7 */
	/border-right: 1px solid #e7e7e7;
	/border-bottom: 2px solid #e7e7e7;
	border-left: 1px solid #e7e7e7\9; /* ie8 */
	border-right: 1px solid #e7e7e7\9;
	border-bottom: 2px solid #e7e7e7\9;
}
body:not(:target) .settingBox .settingInner {
  border-left: none\9; /* ie9+ */
  border-right: none\9; /* ie9+ */
  border-bottom: none\9; /* ie9+ */
}
.settingBox .formError{
	color:#DC0000;
	padding-top: 10px;
}
.settingBox .lead{
	margin-bottom: 25px;
}
.settingBox input.textInput,
.settingBox input.urlInput,
.settingBox textarea {
	padding: 0.2em 0.6em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-color: #b4b4b4 #dedede #dedede #b4b4b4;
	border-width: 1px;
	border-style: solid;
}
.settingBox input.urlInput{
	width: 30%;
	_width: 200px;
	margin: 0 5px;
}
.settingBox input.textInput,
.settingBox textarea {
	width: 75%;
 	_width: 500px;
}
.settingBox textarea {
	height: 8em;
	vertical-align:top;
}

.settingBox input.error,
.settingBox textarea.error {
	border: 2px solid #F35F5F;
}
.settingBox #view_thumbnail_titleImage img {
	border: 1px solid #ccc;
}
.settingBox #image_upload_frame {
	display: none;
	width: 0;
	height: 0;
}
.settingBox .url{
	margin-right: 0.5em;
}
.settingBox input[type="checkbox"]{
	margin-right: 0.5em;
	vertical-align: middle;
}
.settingBox .input {
	vertical-align:top;
}

/* .formObject dl */
.formObject {
	padding-bottom: 20px;
	/zoom: 1;
	word-break: break-all;
    word-wrap: break-word;
}
.formObject:after{ /* clearfix */
	content: "";
	display: block;
	clear: both;
}
.formObject dt {
	width: 19%;
	float: left;
	padding-top: 5px;
	text-align: right;
	color: #666;
}
.formObject .countWrap{
	color: #666;
	padding-left: 5px;
}
.formObject dd {
	padding-top: 5px;
	margin-left: 21%;
	vertical-align:top;
}
.formObject dd label{
	display: inline-block;
	width: 90%;
	vertical-align: text-top;
}
.formObject dd em.mail {
	font-size: 107%;
	font-weight: bold;
}
.formObject .edit .btnView{
    padding: 0.5em 30px;
}
.formObject .bdL{
	border-left: 2px solid #ccc;
	padding-left: 1em;
	word-wrap:normal;
	word-break: normal;
}
.formObject .bdL.captionBox{
	word-break: break-all;
}
.formObject .bdL.explain{
 	padding: 0 0 0 30px;
	margin-top: 10px;
}
.formObject .bdL.explain .ttl{
  font-weight: bold;
  margin-bottom: 15px;
}
.formObject .bdL.explain li{
 	margin-bottom: 15px;
}
.formObject .bdL.explain em{
	font-weight: bold;
}

.formObject figure img{
	padding: 3px;
	border: 1px solid #ccc;
	background:#efefef;
	margin-top: 10px;
}
.formObject figure em{
 	font-weight: bold;
}
.formObject .caption{
	font-size: 93%;
	line-height: 1.2;
	padding-top: 10px;
}
.formObject .changeLink{
	font-size: 93%;
}
.formObject .formError{
	padding-bottom: 0;
}
.settingBox fieldset {
	padding-bottom: 15px;
}

.formObject .label p, .formObject .input p {
	margin-bottom: 0;
	padding-bottom: 0.2em;
}

/* prof setting */
#view_thumbnail_profileImage{
	float: left;
  display: inline-block;
	margin-right: 10px;
	position: relative;
  width: 102px;
  height: 102px;
  line-height: 102px;
  border: 1px solid #DEDEDE;
  display:table-cell;
  /display:block;
  text-align: center;
}
#view_thumbnail_profileImage img{
  vertical-align: middle;
	padding: 2px;
  position: relative;
}

#view_thumbnail_profileImage .settingBtn{
  display: block;
  width: 102px;
  height: 102px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgba(0,0,0,0);/*for IE*/
}

#view_thumbnail_profileImage .settingBtn>span{
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 102px;
  height: 30px;
  line-height: 30px;
  background-color:rgba(0,0,0,0.5);
  color: #fff;
  font-size: 76%;
}

#view_thumbnail_profileImage .settingBtn>span{
  background-color:rgba(0,0,0,0.5);
}

#view_thumbnail_profileImage .settingSpn{
  position: absolute;
  right:15px;
  top:24px;
  color: #999;
  font-size: 81%;
  line-height: 1.3;
}
.formObject .profImage p{
	vertical-align: top;
	margin-bottom: 5px;
}
.formObject .profImage .formError{
	padding-top: 0;
}
.formObject .profImage .btnView{
	margin-right: 0.5em;
}
.formObject .profImage .btnWrap{
	clear:both;
}

.formObject .profImage .caption{
	font-size: 100%;
	margin: 5px 10px 5px 105px;
}
.formObject .profImage.uploaded .caption{
	/*display: none;*/
}
.formObject .profImage #profImgDelPanelBtn{
	display: none;
}
.formObject .profImage.uploaded #profImgDelPanelBtn{
	display: inline-block;
}

/* sns Setting */
.formObject .snsData{
	position: relative;
	display: inline-block;
	padding-bottom: 15px;
	margin: 10px 35px 0 0;
}
.formObject .snsData .fbIcon,
.formObject .snsData .twIcon{
	position: absolute;
	left: 30px;
	top: 30px;
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	overflow: hidden;
	background: url("../../ic_share_sprite.png") no-repeat;
}
.formObject .snsData .fbIcon{
	background-position:  -36px 0;
}
.formObject .snsData .twIcon{
	background-position:  0 -68px;
}
.formObject .snsData .userIcon{
	margin-right: 20px;
}
.formObject.snsBtn{
	display: inline-block;
}
.btnView.fbConnect,
.btnView.twConnect{
	font-weight: bold;
	font-size: 93%;
	width: 10.5em;
	padding: 0;
	margin: 0;
	text-align: center;
}
.btnView.fbConnect a,
.btnView.twConnect a{
	display: block;
	color: #333;
	padding: 0.5em 0 0.5em 23px;
	text-decoration: none;
}
.btnView.fbConnect a{
	background: url("../../ic_share_fb.png") no-repeat 12px 50% ;
}
.btnView.twConnect a{
	background: url("../../ic_share_tw.png") no-repeat 12px 50% ;
}

/* url setting */
.formObject #profUrlForm{
	/zoom:1;
	}
.formObject #profUrlForm:after{
	content: "";
	display: table;
	clear: both;
}
.formObject #profUrlForm .urlText{
	float: left;
	line-height: 30px;
}
.formObject #profUrlForm .urlEdit{
	float: left;
	line-height: 30px;
	padding-right: 5px;
}
.formObject #profUrlForm .urlEdit.edit{
	display: none;
	position: relative;
	padding-left: 5px;
}
.formObject #profUrlForm .urlEdit.fix.checked{
	color: #6C9D0A;
    background: url("../../ic_chk_sprite.png") no-repeat right -117px ;
	padding-right:35px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.formObject #profUrlForm .urlEdit.fix.checked {
    background: url("../../ic_chk_sprite.png") no-repeat right -120px ;
		-webkit-background-size: 24px 134px;
		webkit-background-size: 24px 134px;
	}
}


.formObject #profUrlForm .urlEdit input.urlInput{
	width: 212px;
	margin: 0 5px 0 0;
}
.formObject #profUrlForm .urlEdit .btnView{
	margin: 5px 0 0 0;
}
.formObject #profUrlForm .urlEdit .btnView.disabled{
	cursor: default;
}
.formObject #profUrlForm .urlBtn{
	float: left;
	vertical-align: middle;
}
.formObject #profUrlForm .urlBtn .btnView{
	margin-right: 5px;
}
.formObject #profUrlForm .urlBtn.edit{
	display: none;
}
.formObject #profUrlCaption {
    margin-top: 10px;
}
.formObject #profUrlCaption .lead{
	margin-bottom: 1em;
}
.formObject #profUrlCaption em{
	font-weight: bold;
}
.formObject #profUrlCaption .arrow{
	padding-left: 29px;
	background: url("../../ic_arrow_right.png") no-repeat 6px 4px;
}
.formObject #profUrlCaption .alertBox{
	display: none;
	width: auto;
	font-size: 92.9%;
}
.formObject #profUrlCaption .alertBox .innr{
	/zoom: 1;
}
.formObject #profUrlCaption .alertBox .innr:after{
  content: "";
  display: table;
  clear: both;
}

.formObject #profUrlCaption .alertBox .left{
	vertical-align:middle;
	padding-top: 7px;
}
.formObject #profUrlCaption .alertBox .right{
	vertical-align:middle;
	float:right;
}

.formObject #profUrlCaption .alertBox p{
	background-position: left top ;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.formObject #profUrlCaption .alertBox p{
		background-position: left top;
	}
}

/* blog setting */
.formObject .btnView.clearBtn{
	margin: 0;
}
.formObject input.snsUrl{
	width:35%;
}


/* panel */
.settingInner .helpBtn{
	margin-left: 10px;
	padding: 0 !important;
	display:inline-block;
	vertical-align: middle;
	/ zoom:1;
	/ display: inline;
	line-height: 1;
}
.btnView.helpBtn span{
	display:block;
	width: 20px;
	height: 22px;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	text-align: left;
	background: #f5f5f5 url("../../ic_setting_question.png") no-repeat 3px 3px;
}
.wallUrlWrap{
	position: relative;
}
.helpPanel{
  display: inline-block;
  position:absolute;
  top: 0;
  left: 0;
  margin-top: 10px;
  z-index:1;
  font-size: 85.7%;
  color: #333;
}
.helpPanel .helpText{
  display: block;
  border:1px solid #4e555c;
  background: #fff;
  padding: 8px 10px;
  text-align: left;
  max-width: 350px;
  _width: 350px;
  line-height:1.5;
  -webkit-box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
  -ms-box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
  -o-box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
  box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
  }
.helpPanel .tailBg {
  display: block;
  position: absolute;
  top: -6px;
  left: 7px;
  width: 0;
  height: 0;
  border-top: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #4e555c;
  font-size: 0;
  z-index: 1;
  _display: none;
}
.helpPanel .tail {
  display: block;
  position: absolute;
  top: -5px;
  left: 8px;
  width: 0;
  height: 0;
  border-top: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #fff;
  font-size: 0;
  z-index: 2;
  _display: none;

}

#urlHelp .helpPanel{
	display: none;
}

/* delete request */
#delNotice{
	margin-bottom: 40px;
}
#delNotice .caption{
	font-size: 92.9%;
}
.abuseList li{
	padding: 0 0 5px;
	display: inline-block;
	/display: inline;
	/* IE < 8: fake inline-block */
	/zoom: 1;
	margin-right:35px;
}
.abuseList li label{
	display: inline;
	width: auto;
}


/* .settingUserBlock
---------------------------------------- */
.settingUserBlock {
  padding: 20px 0;
}
.settingUserBlock ul {
  margin-left: 6%;
}
.settingUserBlock li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 49%;
  margin-bottom: 10px;
  vertical-align: top;
}
.settingUserBlock .userInfo {
}
.settingUserBlock .userImage {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-right: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
}
.settingUserBlock .userName {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 45%;
  padding-right: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break:normal;
  word-wrap:normal;
  vertical-align: middle;
}
.settingUserBlock .userName a {
  color: #333;
}
.settingUserBlock .userControl {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 13px;
}
.settingUserBlock .userInfo .userControl .userControlBtn {
  display: block;
  width: 6em;
  padding: 8px 12px;
  border: 1px solid #DDE0E6;
  border-radius: 3px;
  background-color: #fff;
  color: #545454;
  line-height: 1;
  text-decoration: none;
}
.settingUserBlock .userInfo .userControl .userControlBtn:hover {
  border-color: #DDE0E6;
  background-color: #f9f9f9;
}
.settingUserBlock .userInfo .userControl .userControlBtn.dissolve {
  background-color: #e6e6e6;
}
.settingUserBlock .userInfo .userControl .userControlBtn.dissolve:hover {
  background-color: #f0f0f0;
}
.settingUserBlock .userInfo .userControl .userControlBtn.processing {
  background-color: #fff;
  background: url(https://s.yimg.jp/images/bloom/v201212/webtoapp_loading_25x25.gif) no-repeat 50% 50%;
  text-indent: -9999px;
  cursor: default;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.settingUserBlock .userInfo .userControl .userControlBtn.processing {
  background: url(https://s.yimg.jp/images/jpnews/cre/pickup/sp/images/webtoapp_loading.gif) no-repeat 50% 50%;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
}
}
.settingUserBlock .settingStatus {
  width: 85%;
  margin: 5px 0;
  background-color: #fff;
}
.settingUserBlock .settingStatus p {
  padding: 5px;
  background: #FFEFB0;
  border: #FFD325 1px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 87.5%;
}

/* settingFt
---------------------------------------- */
#settingFt{
   padding-bottom: 1.5em;
   text-align: center;
}
#settingFt .nextBtn{
	padding: 1.5em 0 0;
	text-align: center;
}

#settingFt .nextBtn .btnView{
	font-weight: bold;
	padding: 0.5em 3.2em;
	text-align: center;

}
#settingFt .nextBtn .btnView.primary{
 margin-right: 1em;
}
/* modalBox
---------------------------------------- */
.modalBox {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 30em;
	text-align: left;
	z-index: 9000;
	background: #fff;
	border: 1px solid #666;
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	font-size: 87.5%;
}
* html .modalBox {/* IE6 */
	position: absolute;
	top: 0;
}
*:first-child+html .modalBox  { /* IE7 */
	position: absolute;
	top: 50%;
	}

.modalBox .hd {
	background: #747C87;
	padding: 0.4em 0.6em;
	position: relative;
}
.modalBox .hd h2 {
	color: #fff;
	font-weight: bold;
}
.modalBox .hd a.pfCloseBtn {
	position: absolute;
	top: 5px;
	right: 8px;
	background: url(../sprite_common.gif) no-repeat 3px 3px;
	width: 18px;
	height: 18px;
	overflow: hidden;
	text-indent: -9999px;
}
.modalBox .bd {
	padding: 1em 1em 1.4em;
	max-height: 42em;
	overflow: auto;
}
.modalBox .bd .subText {
    color: #666666;
	font-size: 92.9%;
}
.modalBox .ft {
	text-align: center;
	padding: 1em 0.4em;
	background: #f1f2f3;
	border-top: 1px solid #d5d5d5;
}
#modalBoxMask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	filter: Alpha(Opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	background: #000;
	z-index: 400;
	/display: none;
}
.modalBox .ft .btnView {
	font-weight: bold;
	padding: 0.8em 2.4em;
	vertical-align: middle;
}
.modalBox .ft .pfCloseBtn{
	vertical-align: middle;
}
.modalBox .formObject .label {
	width: 7em;
}
.modalBox .formObject .label p {
	text-align: left;
}
.modalBox .formObject .input {
	margin-left: 8em;
}
.modalBox .upload_imageList p {
	margin: 0.5em 0;
}

/* message
---------------------------------------- */
.messageInner{
	background: #fff;
	padding: 120px 10px 120px;
	text-align: center;
}
.messageInner .messageTtl{
	margin-bottom:50px;
	font-size: 136%;
}
.messageFt{
	background: #fff;
	padding-bottom:65px;
	text-align: center;
}
.messageFt .sep{
	padding: 0 20px;
}
