@charset "utf-8";

/*-----------------------------------
■reset&common_elements property
-------------------------------------*/

@font-face {
/*
   font-family: Hannari;
   src: url('./Hannari.otf') format("opentype");
*/
   font-family: Aozora;
   src: url('./AozoraMinchoRegular.ttf');
}


*{
	margin: 0px;
	padding: 0px;
}

*:focus {
	outline: none;
}

body,h1,h2,h3,h4,p,ul,li,dl,dt,dd,table,button,div{
	margin:0px;
	padding:0px;
}

html {
	filter: expression(document.execCommand("BackgroundImageCache",false, true));
	height:100%;
}

body {
	font-family: Aozora,"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	font-size:13px;
	*font-size:small;
	*font:x-small;
	color : #333;
	height:100%;
	background-color:#edeaea;
	text-align:center;
}

table {
	empty-cells: show;
}

img {
	-ms-interpolation-mode: bicubic;
	border: none;
	/*vertical-align:top;*/
}

a{
	color:#bb436b;
}

a,object{
	outline:none;
}

ul {
	list-style: url(none) none outside;
}

.fs10 {
	font-size:77%;
	font-weight:normal;
}

.alL {
	text-align:left;
}

.alC {
	text-align:center;
}

.alR {
	text-align:right;
}

.flL {
	float:left;
}

.flR {
	float:right;
}

.clB,.clearAll {
	clear:both;
}

.underLine {
	text-decoration:underline;
}

.last{border: none!important;}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */


.errorMessage dd{
	color:#ff0000;
}

.notice
{
color:#ff0000;
}

div.message {
	margin: 5px 0 15px;
	background-color: #ffffe0;
	border:1px solid #e6db55;
	padding: 0 .6em;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.message p{
	margin: .5em 0;
	padding: 2px;
}

/*-----------------------------------
■frame property
-------------------------------------*/

#wrapper{
	padding-top:41px;
	clear:both;
}

#header{
	width:100%;
	height:41px;
	position:fixed;
	z-index:20000;
	background-color:#FFF;
	/*border-top:3px solid #7f1084;*/
	border-bottom: 1px solid rgba(0,0,0,0.15);
/*
	box-shadow: rgba(0,0,0,0.5) 0 1px 3px,rgba(0,0,0,0.15) 0 -1px 0 inset;
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 1px 3px,rgba(0,0,0,0.15) 0 -1px 0 inset;
	-moz-box-shadow: rgba(0,0,0,0.5) 0 1px 3px,rgba(0,0,0,0.15) 0 -1px 0 inset;
*/
}

.headerInner{
	width:990px;
	text-align:left;
	margin:0 auto;
}

#mainContent{
	width:990px;
	text-align:left;
	margin:0 auto;
	padding-top:38px;
}

#leftSection{
	width:707px;
	float:left;
}

#leftSection.class3{
	width:100%;
	float:none;
}

#rightSection{
	width:238px;
	position:relative;
	/*top:-90px;*/
	display:inline-block;
	float:right;
}

#member #rightSection{
	width:238px;
	position:relative;
	top:0px;
	display:inline-block;
	float:right;
}

#footer{

}

/*-----------------------------------
■header elements property
-------------------------------------*/

h1#pageTitle{
	font-size:18px;
	line-height:44px;
	display:inline-block;
	float:left;
}

h1#pageTitle a{
	color:#bb436b;
	text-decoration:none;
}

#globalNav ul{
	display:inline-block;
	float:right;
}

#globalNav ul li{
	font-size:14px;
	line-height:44px;
	display:inline-block;
	float:left;
}

#globalNav ul li a{
	display:inline-block;
	padding:0 1.5em;
	cursor:pointer;
	text-decoration:none;
	color:#222;
}

#globalNav ul li.current{
	border-bottom:2px solid #7f1084;
}

#globalNav ul li.dmAlert1 a{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-image: -webkit-linear-gradient(#b96ab0, #7f1084);
	background-image: linear-gradient(#b96ab0, #7f1084);
	background-color: #7f1084;
	border-bottom-color: #59065e;
	border-left-color: #903c94;
	border-right-color: #903c94;
	border-top-color: #9a4991;
	border-style: solid;
	border-width: 1px;
	border-radius: 0px 0px 8px 8px;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.34);
	color: #fff;
	font-weight:bold;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.8);
}

#signboard{
	width:100%;
	overflow:hidden;
	max-height:300px;
	line-height:0;
	border-bottom:1px #dadada solid;
	display:none;
}

#signboard img{
	width:100%;
	min-width:1024px;
}


/*-----------------------------------
■leftSection elements property
-------------------------------------*/
.article{
	display:block;
	margin-bottom:4em;
	background-color:#FFF;
}

.article-header{
	padding:1.5em 2em 0.5em;
}

.article-header .article-title{
	border-bottom:1px solid #e5e4e4;
	padding-bottom:0.5em;
}

.article-header .article-title a{
	text-decoration:none;
	color:#bb436b;
}

.article-header .article-date{
	color:#6a6a6a;
	padding-top:0.5em;
}

.article-header .article-date span{
}

.article-header .article-date span.day{
}

.article-body{
	clear:both;
	padding:1.5em 2em;
	color:#6a6a6a;
}

.article-body-inner{
	font-size:16px;
	line-height:1.7;
}

.article-body-inner img{
	max-width:100%;
	height:auto!important;
}

.article-footer{
	padding:0 2em;
	background-color:#fff;
	color:#bb436b;
}

.article-footer a{
	color:#bb436b;
}

.article-footer ul{
	border-top:1px solid #e5e4e4;
	display:block;
}

.article-footer > ul > li{
	float:right;
	display:inline-block;
	padding:1em 1em 1em 0em;

}

.article-footer > ul > li.article-tags span.tags{
	display:inline-block;
	padding-right:0.5em;
}

.article-footer > ul > li.article-author,
.article-footer > ul > li.article-tags,
.article-footer > ul > li.article-comment
{
	line-height:26px;
}

#leftSection .inner{
	border-radius: 6px;
	padding: 12px;
	background:#FFF;
}

#leftSection .inner table th{
	text-align:right;
	padding:0 1.5em 1em 0;
	color:#343434;
}

#leftSection .inner table td{
	padding:0 0 1em;
}

#leftSection .content-header {
	min-height: 20px;
	padding: 12px;
	background-color: #fff;
	border-bottom: 1px solid #e1e8ed;
	border-radius: 4px 4px 0 0;
}

#leftSection .content-header h2 {
	color: #565656;
	font-size: 22px;
	font-weight: 300;
	line-height: 22px;
}

#leftSection .content-header .subheader {
	color: #787878;
	margin-top: 3px;
}

/*-----------------------------------
■rightSection elements property
-------------------------------------*/

.rsUniv{
	margin-bottom:3em;
	background:#FFF;
	padding:1em;
	color:#757574;
}

.rsUniv h3{
	font-size:18px;
	color:#bb436b;
	margin-bottom:0.2em;
}

.rsUniv h3 span{
	display:inline-block;
	font-size:13px;
	padding-left:1em;
	color:#757574;
}

.rsUniv a{
	color:#111;
}

.authorImg{
	margin-bottom:1em;
}

.authorImg img{
}

#profile{
	text-align:center;
}

#profile ul li{
	padding-bottom:1em;
}

ul.latestList li{
	clear:both;
	padding:0.6em 0;
}

ul.latestList li .latestImage {
	display: block;
	float:left;
	width: 48px;
	height: 48px;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid transparent;
	background-color: #fff;
	background-position: 50% 50%;
	background-size: auto 72px;
	background-repeat: no-repeat;
}

ul.latestList li .latestImage img{
	display:none;
}

ul.latestList li .latestCaption {
	width:72%;
	display:inline-block;
	float:right;
}

ul.latestList li .latestCaption a{
	text-decoration:none;
	color:#bb436b;
	font-size:14px;
}

ul.latestList li .latestDate{
	display:block;
	font-size:12px;
	color:#666;
	padding-bottom:0.5em;
}

ul.tagList li{
	font-size:14px;
	display:inline-block;
	padding-right:0.5em;
}

textarea.content {
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	height: auto;
	outline: none;
	overflow: auto;
	vertical-align: top;
}
.ui-TextField .content {
	border-radius: 3px;
	min-height: 1em;
	padding: 8px;
	width: 100%;
	word-wrap: break-word;
	background: #ffffff;
	border: 1px solid #d1d1d1;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.07);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	display: block;
	margin: 0;
	outline: none;
}

.commentElement {
	padding: 0.5em 0;
	clear:both;
}

.commentElement .postCommentForm table{
	width:100%;
}

.commentElement .postCommentForm .postCommentField{
}

.commentElement .postCommentForm .postCommentButton{
	width:70px;
}

.commentElement .commentList .commentList-header{
	font-size:15px;
	font-weight: bold;
	padding:0.5em 0;
}

.commentElement .commentList ul li{
	border-bottom:1px #ccc dotted;
	padding:0.5em 0;
	display:block;
}

.commentElement .commentList ul li:last-child{
	border-bottom:none;
}

.commentElement .commentList .commentsMeta,
.commentElement .commentList .commentsBody{
	padding:0 10px;
}

.commentElement .commentList .commentsMeta .commentAuthor{
	font-size:13px;
	font-weight:bold;
	color: #333;
}

.commentElement .commentList .commentsMeta .commentDate{
	font-size:13px;
	color: #717171;
}

.commentElement .commentList ul li p{
	margin:0;
	padding:0;
}

.rsUniv button{
	width:100%;
}

/*-----------------------------------
■button elements property
-------------------------------------*/
.button
{
/*
	cursor:pointer;
	background-color:#ddd;
	background-image:linear-gradient(top,#fff,#ddd);
	background-image:-moz-linear-gradient(top,#fff,#ddd);
	background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(#fff),to(#ddd));
	background-image:-webkit-linear-gradient(top,#fff,#ddd);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow:rgba(255,255,255,0.5) 0 1px 0;
	-webkit-box-shadow:rgba(255,255,255,0.5) 0 1px 0;
	-moz-box-shadow:rgba(255,255,255,0.5) 0 1px 0;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	border-color:#ccc;
	border-style:solid;
	border-width:1px;
	color:#333;
	display:inline-block;
	text-align:center;
	margin:0;
	padding:5px 10px 6px;
	text-shadow:#f0f0f0 0 1px
	font:13px/1.58 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
*/
	cursor:pointer;
	font-family: Aozora,"Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	border:none;
	display:inline-block;
	text-align:center;
	margin:0;
	padding:5px 10px 6px;

}

button.primary,
input.primary
{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
/*
	background-image: -webkit-linear-gradient(#b96ab0, #7f1084);
	background-image: linear-gradient(#b96ab0, #7f1084);
	background-color: #7f1084;
	border-bottom-color: #59065e;
	border-left-color: #903c94;
	border-right-color: #903c94;
	border-top-color: #9a4991;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.34);
*/
	background-color: #f2f2f2;
	color: #be4d73;
	font-weight:bold;
	/*text-shadow: 0 -1px rgba(0, 0, 0, 0.8);*/
}

button.secondary,
input.secondary
{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color:#d10a68;
	background-image:linear-gradient(top,#ed388d,#d10a68);
	background-image:-moz-linear-gradient(top,#ed388d,#d10a68);
	background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(#ed388d),to(#d10a68));
	background-image:-webkit-linear-gradient(top,#ed388d,#d10a68);
	border-color:#d10a68
	border-style: solid;
	border-width: 1px;
	color: #fff;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.34);
	font-weight:bold;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.8);
}

.button.disabled
{
	background:transparent;
	border-color:#ccc;
	color:#999;
	text-shadow:none
}

.abutton
{
	cursor:pointer;
	background-color:#ddd;
	background-image:linear-gradient(top,#fff,#ddd);
	background-image:-moz-linear-gradient(top,#fff,#ddd);
	background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(#fff),to(#ddd));
	background-image:-webkit-linear-gradient(top,#fff,#ddd);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow:rgba(255,255,255,0.5) 0 1px 0;
	-webkit-box-shadow:rgba(255,255,255,0.5) 0 1px 0;
	-moz-box-shadow:rgba(255,255,255,0.5) 0 1px 0;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	border-color:#ccc;
	border-style:solid;
	border-width:1px;
	color:#333;
	display:inline-block;
	margin:0;
	text-shadow:#f0f0f0 0 1px;
	font-weight:bold;
	text-decoration:none;
}
.abutton .univ_label{
	display:inline-block;
	padding:0.5em 1em;
}

.abutton .abutton_label{
	display:inline-block;
	padding:2px 3px 2px 6px;
}

.abutton .abutton_count{
	display:inline-block;
	padding:0 6px 0 6px;
	border-left:1px solid #CCC;
}

.abutton.good .abutton_label{
	background-image:url(../images/icon_heart.gif);
	background-repeat:no-repeat;
	background-position:4px center;
	padding-left:18px;
}

.buttonSpace{
	display:inline-block;
}

/*-----------------------------------
■DM elements property
-------------------------------------*/

ul.userList li{
	display:block;
	border-bottom:1px #ccc dotted;
	padding:10px 6px;
	position:relative;
}

ul.userList li img.userImg
{
	border-radius: 24px;
	float: left;
	margin-right: 8px;
	height: 50px;
	width: 50px;
}

ul.userList li h5
{
	font-size:16px;
	padding-top:2px;
	color: #333;
}

ul.userList li .siteName,
ul.userList li .dmLastDate
{
	font-size:13px;
	color: #717171;
}

ul.userList li .dmnew{
	display:inline-block;
	padding:0 3px;
	vertical-align:middle;
}

ul.userList li .userControl span,
ul.userList li .favoriteUserControl span
{
	display:inline-block;
	margin-left: 8px;
	float:right;
}

ul.userList li .favoriteUserControl
{
	position:absolute;
	right:10px;
	top:20px;
}

ul.userList li .dmUserControl
{
	position:absolute;
	right:10px;
	top:20px;
}

#ajaxLoading{
	display:none;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-11px;
	z-index:20000;
}
.dmLog{
	position: relative;
	height: 310px;
	padding: 15px 14px;
	overflow-x: hidden;
	overflow-y: scroll\9;
	background-color: #fff;
}

.dmForm{
	height: 123px;
	padding: 15px 15px 21px 15px;
	border-top: 1px solid #e1e8ed;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
	border-radius: 0 0 6px 6px;
}

.dm-box-textarea {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: #ddd 1px solid;
	color: #222;
	font: normal normal normal 14px/16px 'Helvetica Neue',Arial,Helvetica,'Liberation Sans',FreeSans,sans-serif;
	outline: none;
	overflow: hidden;
	padding: 8px;
	width: 100%;
	height: 90px;
	background: #fff;
}

.dmLog ul li{
	padding:5px 10px;
	clear:both;
}

.dmLog ul li .dmAsset{
	width:56px;
	padding-top:3px;
}

.dmLog ul li img.userImg
{
	border-radius: 24px;
	height: 48px;
	width: 48px;
}

.dmLog ul li .dmContent
{
	display:inline-block;
}

.dmLog ul li.to .dmAsset,
.dmLog ul li.to .dmContent
{
	float:right;
	margin-left:1em;
}

.dmLog ul li.reply .dmAsset,
.dmLog ul li.reply .dmContent
{
	float:left;
	margin-right:1em;
}

.dmLog ul li h5
{
	font-size:15px;
	color: #333;
}

.dmLog ul li .dmBody
{
	margin-bottom:0.5em;
}

.dmLog ul li .dmDate
{
	font-size:13px;
	color: #999;
}
.dmLog ul li.to .dmDate{
	text-align:right;
}

.dmLog ul li.reply .dmBody {
	position: relative;
	display: inline-block;
	padding: 0.5em 15px;
	width: auto;
	max-width:400px;
	color: #19283C;
	text-align: left;
	background: #e1e8ed;
	border: 2px solid #e1e8ed;
	border-radius: 4px;
	z-index: 0;
}
.dmLog ul li.reply .dmBody:before {
	content: "";
	position: absolute;
	top: 50%; left: -8px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #e1e8ed transparent transparent;
	z-index: 0;
}
.dmLog ul li.reply .dmBody:after {
	content: "";
	position: absolute;
	top: 50%; left: -12px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #e1e8ed transparent transparent;
	z-index: -1;
}

.dmLog ul li.to .dmBody {
	position: relative;
	display: inline-block;
	padding: 0.5em 15px;
	width: auto;
	max-width:400px;
	color: #19283C;
	text-align: left;
	background: #e6c3fa;
	border: 2px solid #e6c3fa;
	border-radius: 4px;
	z-index: 0;
}
.dmLog ul li.to .dmBody:before {
	content: "";
	position: absolute;
	top: 50%; right: -8px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 0px 9px 9px;
	border-color: transparent transparent transparent #e6c3fa;
	z-index: 0;
}
.dmLog ul li.to .dmBody:after {
	content: "";
	position: absolute;
	top: 50%; right: -12px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0px 10px 10px;
	border-color: transparent transparent transparent #e6c3fa;
	z-index: -1;
}


/*-----------------------------------
■entry elements property
-------------------------------------*/

.postTitleSection input {
	padding: 3px 4px;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 1.1em;
	font-weight:normal;
	line-height: 100%;
	width: 100%;
	outline: none;
	box-sizing: border-box;
}

.postContentSection{
	text-align:left;
}

#rightSection .univbox{
	background-color: #f5f5f5;
	background-image: -ms-linear-gradient(top,#f9f9f9,#f5f5f5);
	background-image: -moz-linear-gradient(top,#f9f9f9,#f5f5f5);
	background-image: -o-linear-gradient(top,#f9f9f9,#f5f5f5);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#f5f5f5));
	background-image: -webkit-linear-gradient(top,#f9f9f9,#f5f5f5);
	background-image: linear-gradient(top,#f9f9f9,#f5f5f5);
	border-color: #dfdfdf;
	box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
	min-width: 255px;
	margin-bottom: 20px;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	line-height: 1;
}

#rightSection .univbox .handlediv {
	float: right;
	width: 27px;
	height: 30px;
}

#rightSection .univbox h3 {
	font-size: 13px;
	font-weight: bold;
	padding: 9px 10px;
	margin: 0;
	line-height: 1;
	text-shadow: #fff 0 1px 0;
	-moz-box-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
	background-color: #f1f1f1;
	background-image: -ms-linear-gradient(top,#f9f9f9,#ececec);
	background-image: -moz-linear-gradient(top,#f9f9f9,#ececec);
	background-image: -o-linear-gradient(top,#f9f9f9,#ececec);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#ececec));
	background-image: -webkit-linear-gradient(top,#f9f9f9,#ececec);
	background-image: linear-gradient(top,#f9f9f9,#ececec);
	border-bottom-width: 1px;
	border-bottom-color: #dfdfdf;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
}

#rightSection .univbox .inside {
	margin: 6px 0 8px;
	padding: 0 10px;
}

#rightSection .univbox .inside ul.postCategoryList{
}

#rightSection .univbox .inside ul.postCategoryList li{
	position: relative;
	display:block;
	clear:both;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #f3f7f8;
	border-bottom: 1px solid #dfdfdf;
	-webkit-transition: background 0.2s linear 0s;
	-moz-transition: background 0.2s linear 0s;
	-ms-transition: background 0.2s linear 0s;
	-o-transition: background 0.2s linear 0s;
	transition: background 0.2s linear 0s;
}

#rightSection .univbox .inside ul.postCategoryList li:last-child{
	border-bottom: none;
}

#rightSection .univbox .inside ul.postCategoryList li .catName{
	display: table-cell;
	height:30px;
	vertical-align: top;
	padding-top:3px;
	font-weight:bold;
}

#rightSection .univbox .inside ul.postCategoryList li .catCtrl{
	position: absolute;
	top: 7px;
	right: 3px;
}

#rightSection .univbox .inside ul.postCategoryList li .catCtrl span{
	margin:0 0.5em 0 0;
}

#rightSection .univbox .inside dl dt{
	font-weight:bold;
	padding:0 0 6px;
	border-top:1px solid #fff;
}

#rightSection .univbox .inside dl dd{
	padding:0 0 1em 0;
	border-bottom:1px solid #dfdfdf;
	margin-bottom:0.5em;
}

#rightSection .univbox .inside dl dd:last-child{
	border-bottom: none;
}

#rightSection .univbox .inside dl dd span{
	margin:0 0.5em 0 0;
}

#rightSection .univbox .inside .univBoxBtnArea ul li{
	display:inline-box;
	margin-left:0.5em;
}

#rightSection .univbox .inside .univBoxBtnArea a{
	display: inline-block;
	text-align:center;
	text-decoration: none;
	font-size: 12px!important;
	line-height: 13px;
	padding: 6px 8px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	min-width: 70px;
}

#rightSection .univbox .inside .univBoxBtnArea .btn-normal a{
	border-color: #bbb;
	color: #464646;
	background: #f2f2f2 url(../images/white-grad.png) repeat-x scroll left top;
	text-shadow: rgba(255,255,255,1) 0 1px 0;
}

#rightSection .univbox .inside .univBoxBtnArea .btn-commit a{
	border-color: #111;
	font-weight: bold;
	color: #fff;
	/*background: #7f1084 url(../images/button-grad.png) repeat-x scroll left top;*/
	background: #232323;
	text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
}

#rightSection .univbox .inside .univBoxBtnArea a:hover{
	opacity: 0.70;
	filter: alpha(opacity=70) progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0099CC', endColorstr='#006699');
	-moz-opacity: 0.70;
	-ms-filter: "alpha(opacity=70) progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0099CC', endColorstr='#006699')";
}

#rightSection .univbox .inside .univBoxBtnArea #loading{
	display:inline-block;
	margin-right:5px;
	vertical-align:middle;
	visibility:hidden;
}

#rightSection .univbox .inside dl dt span{
	padding:0 0 0 4px;
	cursor:pointer;
}

#listView{
	clear:both;
	margin-bottom:22px;
}

#listView table.postListTable{
	table-layout: fixed;
	border-color: #dfdfdf;
	background-color: #f9f9f9;
	border-width: 1px;
	border-style: solid;
	border-spacing: 0;
	width: 100%;
	clear: both;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#listView table.postListTable thead th:first-of-type{
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
}

#listView table.postListTable thead th{
	background-color: #f1f1f1;
	background-image: -ms-linear-gradient(top,#f9f9f9,#ececec);
	background-image: -moz-linear-gradient(top,#f9f9f9,#ececec);
	background-image: -o-linear-gradient(top,#f9f9f9,#ececec);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#ececec));
	background-image: -webkit-linear-gradient(top,#f9f9f9,#ececec);
	background-image: linear-gradient(top,#f9f9f9,#ececec);
}

#listView table.postListTable th{
	text-shadow: rgba(255,255,255,0.8) 0 1px 0;
	border-top-color: #fff;
	border-bottom-color: #dfdfdf;
	text-align: left;
	line-height: 1.3em;
	font-size: 14px;
	border-width: 1px 0;
	border-style: solid;
	padding: 7px 7px 8px;
}

#listView table.postListTable th.check-column {
	padding: 11px 0 0;
	width: 2.2em;
	vertical-align: top;
}

#listView table.postListTable tbody th.check-column {
	padding: 9px 0 9px;
}

#listView table.postListTable th input{
	margin: 0 0 0 8px;
	padding: 0;
	vertical-align: text-top;
}

#listView table.postListTable td {
	font-size: 12px;
	padding: 4px 7px 4px;
	vertical-align: middle;
	text-align: left;
	border-width: 1px 0;
	border-style: solid;
	border-top-color: #fff;
	border-bottom-color: #dfdfdf;
}

#listView table.postListTable td h5{
	font-size: 13px;
}

#listView table.postListTable td .item-ctrl ul{
}

#listView table.postListTable td .item-ctrl ul li{
	display:inline-block;
	*display: inline;/*IE6FUCK*/
	*zoom: 1;/*IE6FUCK*/
	vertical-align: middle;
}

#listView table.postListTable td .item-ctrl ul li a{
	line-height:0;
	color: #333;
	z-index: 10000;
	display: inline-block;
	padding: 2px 3px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #c1c1c1;
	background: -moz-linear-gradient(top, #f4f4f4, #dfdfdf);
	background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#dfdfdf));
	background: linear-gradient(to bottom, #f4f4f4, #dfdfdf);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f4f4f4', endColorstr='#dfdfdf');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f4f4f4', endColorstr='#dfdfdf')";
}


tr.trbg1,tr.trbg2,.alternate{
	background-color:#fcfcfc;
}

td.dot_{
	border-bottom:1px dotted #D2DBE1!important;
}

td._dot{
	border-top:1px dotted #D2DBE1!important;
}

/* 検索結果コントローラ */

.resultControl{
	clear:both;
	padding:2px 0px;
}

.resultControl ul.tools{
	display:inline-block;
	float:left;
}

ul.tools li{
	display:inline-block;
	*display: inline;/*IE6FUCK*/
	*zoom: 1;/*IE6FUCK*/
	line-height:220%;
	margin-right:12px;
	font-size:14px;
}

ul.tools li span{
	line-height:100%!important;
}

ul.tools li.flR{
	float:right!important;
}

ul.tools li select{
	font-size:14px;
}

/* ページャ */

.pager{
	padding:2px 0px;
	float:right;
}

.pager ul {
    margin: 10px 0;
    list-style-type: none;
}

.pager li {
    display: inline;
}

.pager li a {
    padding: 3px 5px;
    border: 1px solid #999;
	text-decoration:none;
}

.pager li.on a {
    background: #f4f5f5;
}

.pager li a:hover, .pager li.on a:hover {
    background: #f8f8f8;
	border: 1px solid #ccc;
}

.univBtn a {
	color:#333;
	z-index:10000;
	display:inline-block;
	*display: inline;/*IE6FUCK*/
	*zoom: 1;/*IE6FUCK*/
	padding:6px 10px;
	text-decoration:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #CCC;
	background: -moz-linear-gradient(top, #F1F3F5, #D2D6D7);
	background: -webkit-gradient(linear, left top, left bottom, from(#F1F3F5), to(#D2D6D7));
	background: linear-gradient(to bottom, #F1F3F5, #D2D6D7);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F1F3F5', endColorstr='#D2D6D7');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F1F3F5', endColorstr='#D2D6D7')";
}
.univBtn a:hover {
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=75) progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F1F3F5', endColorstr='#D2D6D7'); /* IE lt 8 */
    -ms-filter: "alpha(opacity=75) progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F1F3F5', endColorstr='#D2D6D7')"; /* IE 8 */
    -khtml-opacity: .75; /* Safari 1.x */
    -moz-opacity: .75; /* FF lt 1.5, Netscape */
	zoom: 1;
}

/*-----------------------------------
■login elements property
-------------------------------------*/

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.signin{
	font-size: 14px;
	line-height: 22px;
}

.signin .field {
	margin-bottom: 15px;
}

.signin form input[type=text], .signin form input[type=password]{
	width: 97%;
	max-width: 320px;
	margin-right: 10px;
	display: inline-block;
	margin: 0;
	outline: 0;
	background-color: #fff;
	border: 1px solid #e1e8ed;
	border-radius: 3px;
}

.signin form input{
	font-size: 16px;
	line-height: 22px;
	padding: 6px;
	transition: background .2s linear;
}

.signin .subchck {
	font-size: 16px;
	line-height: 22px;
	padding: 6px;
	display: inline-block;
	margin-bottom: 0;
}

.signin label.remember {
	font-size: 14px;
	line-height: 35px;
	margin-left: 12px;
	text-align: left;
	color: #292f33;
	line-height: 30px;
}

/*-----------------------------------
■general user page elements property
-------------------------------------*/


.favoritePostItem{
	clear:both;
	border-bottom:1px dotted #adadad;
}
.favoritePostItem a{
	display:block;
	padding:0.6em 0;
	text-decoration:none;
	color:#232323;
}

.favoritePostItem a:hover{
	background-color:#f5f8fa;
}

.favoritePostItem .postAssets{
	width:60px;
	display:inline-block;
	float:left;
}

.favoritePostItem .postAssets .authorImg {
	display: block;
	float:left;
	width: 48px;
	height: 48px;
	border-radius: 24px;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid transparent;
	background-color: #fff;
	background-position: 50% 50%;
	background-size: auto 72px;
	background-repeat: no-repeat;
}

.favoritePostItem .postContent{
	width:90%;
	display:inline-block;
	float:left;
}

.favoritePostItem .postContent .postCaption{
	font-size:18px;
}

.favoritePostItem .postContent .postMeta{
	color:#8899a6;
	font-size:13px;
	font-weight:bold;
}

.favoritePostItem .postContent .postMeta span{
	display:inline-block;
	margin-right:1em;
}

.favoritePostItem .postContent .postMeta span.postGooded{
	padding-left:1.5em;
	background:url(../images/icon_heart.gif) no-repeat left center;
}

.favoritePostItem .postContent .postMeta span.postComment{
	padding-left:1.5em;
	background:url(../images/icon_comment.png) no-repeat left center;
}


/*-----------------------------------
■index page elements property
-------------------------------------*/

.postHeadLine h3,
.postList h3{
	font-size:16px;
	padding:0.5em 1em;
}

.postHeadLine .frame{
	padding:1.5em;
	background:#FFF;
}

.postHeadLine .frame ul{
	width:900px;
	margin:0 auto;
}

.postHeadLine .frame ul li{
	padding-left:10px;
}

.postHeadLine .frame ul li .inner{
	display:inline-block;
	padding:1em;
	border:1px solid #CCC;
}

.postHeadLine .frame ul li .postAssets{
	display:block;
	width:140px;
	height:140px;
	overflow:hidden;
}

.postHeadLine .frame ul li .postAssets img{
	width:140px;
}

.postHeadLine .frame ul li .postMeta{
	display:block;
}

.postHeadLine .frame ul li .postMeta .postAuthor{
	display:block;
	padding:0.2em 0;
}

.postHeadLine .frame ul li .postMeta .postAuthor a{
	color:#f73a48;
}

.postList .postItems{
	padding:2em 2em 0 2em;
	background:#FFF;
}

.postList .postItems .inner{
	border-bottom:1px solid #CCC;
	padding-bottom:2em;
	position:relative;
	font-size:16px;
}

.postList .postItems .inner .postAssets{
	display:inline-block;
	width:158px;
	float:left;
}

.postList .postItems .inner .postAssets img{
	width:158px;
}

.postList .postItems .inner .postMeta{
	display:inline-block;
	width:760px;
	float:right;
	padding-bottom:2.5em;
}

.postList .postItems .inner .postCaption {
	color:#bb436b;
	font-size:18px;
	padding-bottom:0.5em;
}

.postList .postItems .inner .postBody {
	line-height:1.66;
}

.postList .postItems .inner .postStatus {
	position:absolute;
	width:760px;
	left:180px;
	bottom:2em;
}

.postList .postItems .inner .postStatus span{
	display:inline-block;
}

.postList .postItems .inner .postStatus span.postAuthor{
	padding-right:1em;
}

.postList .postItems .inner .postStatus span.postDate{
	color:#6a6a6a;
}

.postList .postItems .inner .postStatus span.postCount{
	padding:0 1em;
}

.postList .postItems .inner .postStatus span.postCount span{
	padding:0 1em 0 1em;
}

.postList .postItems .inner .postStatus span.postGooded{
	background:url(../images/icon_heart.gif) no-repeat left 6px;
}

.postList .postItems .inner .postStatus span.postComment{
	background:url(../images/icon_comment.png) no-repeat left 6px;
}

p.balloon{
	position: absolute;
	top:-140px;
	display:none;
	background:rgba(0,0,0,0.77);
	border:1px solid #121212;
	padding:16px 22px;
}

p.balloon span{
	display:inline-block;
	color:#FFF;
}

p.balloon span.cp{
	font-size:14px;
}
