.btn01:hover {
	background-color:#f68d67;
	color: #FFF;
}
.btn01.white:hover{
	background-color:white;
	color:inherit;
}
.btn01:hover a{
	background-color:#f68d67;
	color: #FFF;
}
.btn01{
	cursor:pointer;
}
.baseTitle{
	color:black;
	font-weight:bold;
}
input,textarea{
	border: 1px solid #dcdcdc;
}

label.radioLabel ,label.checkLabel{
	margin-left:10px;
	margin-right:10px;
}
/*リスト追加ポップアップ*/

@media only screen 
and (max-device-width : 640px) {
	.popupBase {
		position: fixed;
		top:0px;
		left:50%;
		width:320px;
		margin-left:-160px;
	}

}
@media only screen 
and (min-device-width : 640px) {
	.popupBase {
		position: fixed;
		top:100px;
		left:50%;
		width:500px;
		margin-left:-250px;
	}
}
.popupBase #activity{
	padding-left:30px
}
.popupBase .btnContainer .btn01{
	margin-left:20px;
}
.article .tips , .popupBase .tips{
	background-color:#f5f5f5;
}
.popupBase .line.tips .tipsText{
	margin-bottom:10px;
}
.overlayBase {
	background-color: #FFF;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	z-index: 2000;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

/*ポップアップ内のシェア埋め込み*/
.popupBase .share .articleRight {
	width:335px;
}
.popupBase .share {
	overflow:hidden;
}
.popupBase .share .titleAnchor,.popupBase p.titleAnchor{
	font-size:120%;
	color:black;
	font-weight:bold;
}
.popupBase .share .articlePhoto , .popupBase .share .articlePhoto img{
	max-width:85px;
	height:auto;
}

.popupBase #completeTitle{
	color:black;
}

/**メニューヘッダ**/
.popupBase .popupHeader{
	height:60px;
}

.article .line , .popupBase .line{
	padding-left:30px;
	padding-right:30px;
	padding-top:15px;
	padding-bottom:15px;
}
.article .line:not(:last-child) , .popupBase .line:not(:last-child){
	border-bottom: 1px solid #dcdcdc;
}
.popupBase .popupHeader span.imgIcon, .popupBase .popupHeader span.headerText { 
	display: inline-block;
	vertical-align: middle;
}

.popupBase .popupHeader span.headerText {
	vertical-align: middle;
}

.nameLabel{
	padding:2px;
	background-color:#ebebeb;
	margin-right:10px;
	border:1px solid #e0e0e0;
	line-height: 32px;
}

.nameLabel .delete {
	margin-right:5px;
	margin-left:10px;
}
 
.nameLabel:not(:last-child){
	margin-right:10px;
}

.popupBase .btnContainer {
	position:absolute;
	right: 0;
	padding-right:30px;
}

.popupBase .btnContainer .btn01{
	display:inline-block;
}

.popupBase .base{
	padding-bottom:30px;
	position:relative;
}
.popupBase #platformSelector span,.popupBase .selector span{
	vertical-align:top;
	display:inline-block;
}
.popupBase #platformSelector span:not(:last-child),.popupBase .selector span:not(:last-child),.popupBase .selector a:not(:last-child)

{
	margin-right:20px;
}
.popupBase #platformSelector span.btn01{
	display:inline-block;
}

/*入力エリア*/
.popupBase .inputArea{
	background-color:#f5f5f5;
}

.popupBase .inputArea input{
	width:398px;
	height:25px;
}
.popupBase .inputArea .addButton{
	width:25px;
	height:24px;
	margin-left:8px;
	padding:0px;
	display: inline-block;
	vertical-align: top;
	background:url(/images/common/icon_add.png) no-repeat 5px;
	float:right;
}

.popupBase .inputArea .addButton:hover{

	background-color: #ed7950;
	background-image:url(/images/common/icon_add_on.png);
}

/*popup共通 最後の要素の調整用*/
.beforeBtnContainer{
	margin-bottom:12px;
}

/*infoHeader共通 setting系*/
.infoHeader .settingIcon{
	width:20px;
	cursor:pointer;
	position:relative;
}

/*.infoHeader .settingIcon .menu{
	position:absolute;
	top:100%;
	right:0px;
	padding:20px 0px;
	width:140px;
}

.infoHeader .settingIcon .menu li:hover{
	background-color:#ec7a55;
	color:white;
}

.infoHeader .settingIcon .menu > li{
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
}
.infoHeader .settingIcon .menu > li:not(:last-child){
	margin-bottom:5px;
}*/

#confirm{
	width: auto;
	min-width: 300px;
	max-width: 600px;
	padding:20px;
}
#confirm h1 {text-align: center;}
#confirm h1, #confirm h1 p{font-weight: bold;}
#confirm #confirmMessage {
    text-align: center;
	font-size: 125%;
}
#confirmMessage{
	margin-bottom:30px !important;
}

#confirm .prevDiv{
	padding: 0.5em;
	border: 1px solid rgba(251, 185, 185, 0.74);
	word-break: break-all;
	max-height:300px;
	overflow:scroll;
}
#confirm .prevDiv.prevImgDiv{
	padding: 0;
    border: none;
}

#confirm .prevDiv.prevImgDiv img{
	margin: 0 auto;
    display: block;
	padding: 0.5em;
}

#confirm .prevDiv.prevFileNameDiv{
	padding: 0;
    border: none;
    text-align: center;
    color: #6B973F;
    font-weight: bold;
}

#confirm .btnContainer .btn01{
	min-width: 7em;
    text-align: center;
}
#confirm .btnContainer .btn01:not(:last-child){
	margin-right:10px;
}
#confirm .btnContainer{
	padding-right:0px;
	/*right: 5%;*/
}
#confirm b{
	color:black;
}
.desableDialogChkDiv{
	width:100%;
	margin-top:2em;
	margin-bottom:1em;
	text-align:center;
}
.desableDialogChk {margin-right:0.5em;}

/*サイドバー*/

#sidebar > dl > dt >a {
	display:inline-block;
	width:100%;
}

#sidebar > dl > dt > a:hover {

	background: url(/images/common/icon_next.png) no-repeat;
	background-position: right;
}

h1 {
	font-size:150% !important;
}

h2 {
	font-size:134% !important;
}
.disabled,btn01:disabled{ 
	opacity:0.2;
	cursor:default !important;
}

.disabled:hover{
	cursor:default !important;
	text-decoration:none;
}
/*タグ*/
ul.keyword > li{
	position:relative;
	line-height:1.8em;
	padding-bottom:5px;
}
ul.keyword > li .popupContainer{
	left:0px;
}
ul.keyword > li .jewelPopup{
	top:80%;
	width:400px;
	height:300px;
	left:0px;
}
ul.keyword > li .jewelPopup:before {
	left: 1%;
	top: -24px;
}
ul.keyword > li .jewelPopup:after {
	left: 1%;
	top: -23px;
}

/*タグポップアップの中身*/
ul.keyword > li .jewelPopup .popupContent{
	overflow-y:scroll;
	overflow-x:hidden;
	max-height:100%;
}
ul.keyword > li #cseContainer .gs-webResult {
	/*padding-right:10px;
	padding-left:10px;*/
	padding:5px;
}
ul.keyword > li #cseContainer .gsc-control-cse div{
	position:relative;
} 
ul.keyword > li .jewelPopup .line{
	padding:10px;
	border-bottom: 1px solid #dcdcdc;
}

ul.keyword > li .jewelPopup .line .rankingSource{
	padding-left:5px;
}
ul.keyword > li .jewelPopup .line .product{
	display:table;
	width:100%;
	margin-top:15px;
}
ul.keyword > li .jewelPopup .line .product > span{
	display:table-cell;
}
ul.keyword > li .jewelPopup .line .product span.text{
	vertical-align:top;
	padding-left:10px;
}

ul.keyword > li .jewelPopup .popupContent .header{
	background-color:#F5F5F5;
}
div.gsc-adBlock{
	padding:20px;
}
iframe.adFrame{
	-webkit-overflow-scrolling:touch;
}
.popupBase h1.popupTitle{
	margin-bottom: 30px;
	color: black;	
}

.popupBase.simple {
	padding: 30px;
}
/*区切り*/
/*タイトル*/
.manageHeader{
	margin-bottom:30px;
}
.manageHeader .description{
	padding-top:9px;
}

.noMargin{
	margin:0px !important;
}
#confirmMessage{
	max-height:400px;
	overflow:scroll;
}
