/* @override http://earlygarage.com/css_mb.php?smt=1 */

.ui-header .ui-title {
	margin: .6em 85px .8em;
}

.ui-page-headerfullscreen .ui-content,
.ui-page-footer-fullscreen .ui-content {
	padding-left: 15px;
	padding-right: 15px;
}

.nav_new_color {
	color: #ff84ff;
}

.list_new_color {
	color: #ff7d78;
}

.footer_copyright {
	margin: .6em 20px .8em;
	font-size: 12px;
}

.listItemIcon img {
	margin-right: 5px;
}

.listItemMark img {
	margin-left: 5px;
}

.headerTitle a.link2home {
	color: rgb(255, 255, 255);
	text-decoration: none;
}

.ui-icon-menu {
	background-image: url("_templates/_smartphone/css/images/icon-menu-white.png");
}

.ui-icon-b {
	background-image: url("_templates/_smartphone/css/images/icon-b-white.png");
}

.ui-icon-mail {
	background-image: url("_templates/_smartphone/css/images/icon-mail-white.png");
}

.ui-icon-folder {
	background-image: url("_templates/_smartphone/css/images/icon-folder-white.png");
}

.ui-icon-calendar {
	background-image: url("_templates/_smartphone/css/images/icon-calendar-white.png");
}

.ui-icon-person {
	background-image: url("_templates/_smartphone/css/images/icon-person-white.png");
}

.ui-icon-fukidashi {
	background-image: url("_templates/_smartphone/css/images/icon-fukidashi-white.png");
}



.content_title {
	background-color: #d5d5d5;
	color: #000;
	text-align: center;
	padding: 10px 15px 8px;
}

.content_maintitle {
	font-weight: bold;
}

.content_subtitle {
	font-size: smaller;
}

#topicViewerBody .imgbox,
.imgview_img {
	display: block;
	width: 100%;
	max-width: 1200px;
  	min-width: 10px;
  	margin-left: auto;
  	margin-right: auto;
}

#topicViewerBody .imgbox img,
.imgview_img img {
	max-width: 100%;
}

.postDetails {
	border: 1px solid #d5d5d5;
	border-radius: 8px;
	text-align: center;
	background-color: #fff;
	color: #797979;
	font-size: smaller;
	padding: .5em 1em;
	margin: 1.5em 0 .5em;
}

.topicPostTime {
	margin-right: 10px;
}

.topicPosterName:before, .missingPosterName:before {
	content: "by";
	margin-right: 5px;
}

#topicCategBOX, #postDetails_top, #crumbsList {
	display: none;
}

.topicEditLink {
	margin-top: 1em;
}

.topicTwButton {
	padding-top: 1em;
}

.topicFbButton {
	padding-top: 1em;
}

/*
.ui-li .ui-btn-text a.ui-link-inherit {
	background: url("_templates/_smartphone/css/images/icon-folder-white.png") no-repeat left;
}
*/

.comdel_icon, .comment_sus_icon {
	margin-left: 1em;
}


.commentBodyP, commentBodyP_sus,
h3.ui-li-heading {
	white-space: normal;
	padding-top: 5px;
}

.comment_sus_notice {
	display: block;
	color: #941100;
	font-weight: bold;
	padding-top: 5px;
}

.commentBodyImg {
	float: left;
	margin-right: 12px;
	margin-bottom: 5px;
	border-radius: 5px
}

.delete-button {
	background-color: #ff2600;
	width: 80px;
	line-height: 2;
	color: #212121;
	border-radius: 5px;
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: center;
	display: none;
}

label {
	display: block;
	padding-top: 10px;
}

.clearDIV,
.clearSPAN {
	clear: both;
}

.commentDataHandler {
	margin-top: 30px;
}

.postResultMsg {
	padding-right: 1em;
	padding-left: 1em;
}

.goodMsg {
	border-right-color: #4e8f00;
	color: #4e8f00;
}

.badMsg, .errorMsg {
	color: #ff2600;
}

/* @group トピック本文のフォーマット */

.topTopic #topicViewerBOX {
	margin-top: 1em;
}

#topicViewerBody p {
	margin-bottom: 1em;
	margin-top: 1em;
}

#topicViewerBody strong {
	font-weight: bold;
}

#topicViewerBody em {
	font-style: italic;
}

#topicViewerBody ins {
	text-decoration: underline;
}

#topicViewerBody del {
	text-decoration: line-through;
}

#topicViewerBody tt {
	font-family: monospace;
}

#topicViewerBody blockquote {
	font-style: italic;
	margin: 1em 0;
	font-size: smaller;
	background: #defefe url(_templates/_smartphone/css/images/quote_mark.png) no-repeat 2px 0;
	border-radius: 6px;
	padding: .2em 1em .2em 40px;
}

#topicViewerBody q,
#topicViewerBody cite {
	display: inline;
	margin: 0px 0.5em;
	padding: 0.3em 0.5em;
	background-color: #defefe;
	font-style: italic;
	quotes: "“" "”" "‘" "’";
}

#topicViewerBody q:before {
	content: open-quote;
	color: #0096ff;
	margin-right: 3px;
}

#topicViewerBody q:after {
	content: close-quote;
	color: #0096ff;
	margin-left: 3px;
}

#topicViewerBody ul{
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	padding-left: 1em;
}

#topicViewerBody ol {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	padding-left: 2em;
}

#topicViewerBody dl {
	
}

#topicViewerBody dt {
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

#topicViewerBody dd {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	margin-left: 1em;
}

#topicViewerBody pre,
#topicViewerBody xpre {
	display: block;
	background-color: #444;
	margin: 1em;
	padding: 1em;
	color: #fff;
	font: 12px/1.4 "Courier New", Courier, mono;
	border-radius: 6px;
	overflow: auto;
	text-shadow: none;
}

#topicViewerBody code,
#topicViewerBody xcode {
	display: block;
	background-color: #eaeaea;
	margin: 1em;
	padding: 1em;
	font: 12px/1.4 "Courier New", Courier, mono;
	white-space: nowrap;
	overflow: auto;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	behavior:url('_templates/_neo/css/border-radius.htc');
	border-radius: 6px;
	text-shadow: none;
	border: 1px solid #d5d5d5;
}

.leftText { text-align: left; }

.centerText { text-align: center; }

.rightText { text-align: right; }

.redText { color: red; }

.greenText { color: green; }

.blueText { color: blue; }

.yellowText { color: yellow; }

.orangeText { color: orange; }

.fuchsiaText { color: fuchsia; }

.purpleText { color: purple; }

.maroonText { color: maroon; }

.whiteText { color: white; }

.blackText { color: black; }

.overLine {
	text-decoration: overline;
}

.skwdstr {
	background-color: #f21021;
	color: #fdfd7f;
	padding: 0.2em 0.3em;
	margin: 0px 0.2em;
}

/* @end */

/* @group カレンダー */

#eventCalecdarListTABLE {
	border-collapse: collapse;
	width: 100%;
	margin: 16px auto;
}

#eventCalecdarListTABLE th,
#eventCalecdarListTABLE td {
	border: 1px solid #a9a9a9;
	vertical-align: middle;
}

#eventCalecdarListTABLE th,
#eventCalecdarListTABLE td.weekTD {
	width: 2em;
	text-align: center;
}

#eventCalecdarListTABLE th.week0dayTH,
#eventCalecdarListTABLE td.week0weekTD,
#eventCalecdarListTABLE td.week0memoTD {
	background-color: #ffe5e9;
}

#eventCalecdarListTABLE th.week6dayTH,
#eventCalecdarListTABLE td.week6weekTD,
#eventCalecdarListTABLE td.week6memoTD {
	background-color: #d8f6ff;
}

#eventCalecdarListTABLE th.eventTH_year {
	text-align: left;
	padding-left: 1em;
	line-height: 1.8;
	background-color: #d5d5d5;
}

#eventCalecdarListTABLE td ul {
	margin: 0;
	padding-left: 1.5em;
	padding-right: .5em;
}

#eventCalecdarListTABLE td ul a {
	text-decoration: none;
}

#eventCalecdarListTABLE td ul a:hover,
#eventCalecdarListTABLE td ul a:active {
	color: #ff40ff;
}

#eventCalecdarListTABLE td ul li.dayevent {
	list-style-type: circle;
}

#eventViewerTABLE {
	border-collapse: collapse;
}

#eventViewerTABLE th {
	background-color: #d5d5d5;
	white-space: nowrap;
	padding: .2em .5em;
	text-align: right;
}

#eventViewerTABLE th.eventViewerTitleTH {
	text-align: center;
}

#eventViewerTABLE th,
#eventViewerTABLE td {
	border: 2px solid #c0c0c0;
}

#eventViewerTABLE td {
	padding: .2em .5em;
}

#webcalLinkDIV {
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}

.eventListOldGroup {
	display: none;
	opacity: 0.5;
}

/* @end */

/* @group 問い合わせフォーム */

.requireMark {
	color: #ff9300;
	margin-left: 5px;
}

.contatcFormExNoteTABLE {
	border-collapse: collapse;
	margin-right: 0;
	margin-left: auto;
}

.contatcFormExNoteTABLE td {
	vertical-align: middle;
}

.contatcFormExNoteTEXT {
	
}

.contatcFormExNoteSLIDER {
	padding-right: 1em;
	padding-left: 1em;
}

.contatcFormExNoteLINK {
	padding-right: 1em;
}

.contactConfDL {
	margin-top: 1em;
	margin-bottom: .5em;
}

.contactConfDL dt {
	font-weight: bold;
}

.contactConfDL dd {
	padding-top: .3em;
	padding-bottom: .8em;
	white-space: normal;
	margin-left: 1.2em;
}

.dialogtext {
	margin: 1em;
}

/* @end */

/* @group 投稿フォーム */

.enableRow {
	display: block;
}

.disableRow {
	display: none;
}

#setTopicTypeRow table,
#m_categRow_4blog table {
	margin-right: auto;
	margin-left: auto;
}

#m_parent {
	
}

#m_order,
input[type=number] {
	width: 50px;
}

.nowrapTD {
	white-space: nowrap;
}

#appoint_time_BOX {
	display: none;
}

.post_filelist_ul table {
	border-collapse: collapse;
}

.post_filelist_ul table td {
	vertical-align: middle;
	white-space: nowrap;
}

.fileselectTABLE {
	margin-bottom: .5em;
}

.fileOptionTABLE {
	margin-bottom: .2em;
}

.fileExistLI {
	background-color: #dfe7ff;
}

.image_page_div {
	text-align: center;
}

.imgview_info {
	padding-bottom: .5em;
}

.imgview_img img {
	border-radius: 8px;
}

.centeredH2 {
	text-align: center;
}

.post_stat_div {
	font-weight: bold;
	padding: 1em 2em;
	background-color: white;
	border-radius: 8px;
	border: 2px solid #d5d5d5;
}

/* @end */

/* @group 掲示板 */

.bp_body_area,
.bp_body_area p,
.bbsCommentBodyP,
.bbsCommentBodyP_sus {
	white-space: normal;
	padding-top: 5px;
}


.bbsPostBodyImg,
.bbsCommentBodyImg {
	float: left;
	border-radius: 5px;
	margin-bottom: .2em;
	margin-right: .8em;
}

.bbsPostEditFormDIV {
	text-align: right;
}

/* @end */

/* @group 工事中 */

#ucpDIV {
	
}

#ucpBOX {
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}

#ucpLoginLink {
	margin-top: 20px;
}

#ucpLoginLink a {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

/* @end */



