@charset "UTF-8";

/**** Base styles ****/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
html { overflow-y: scroll; }
body { font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif; background: #fff; color: #333; line-height: 140%; -webkit-text-size-adjust: none; }
ul { list-style: none; }
a { color: #333; }
.cf { zoom: 1; }
.cf:before,.cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.fcWhite {color: #FFF;}
.fs18 {font-size: 18px;}
.fs20 {font-size: 20px;}
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

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

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto !important;
	overflow-y: scroll !important;
	-webkit-overflow-scrolling: touch !important;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*
contents_style.css
*/
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 768px;
}
header {
	position: relative;

	margin: 0;
	padding: 0;
	width: 768px;
	height: 98px;
	background: #5EB9D8;
}

header #logo {
	position: absolute;
	top: 15px;
	left: 20px;
}

/*　グローバルナビ　*/

header nav ul#globalnavi {
	margin: 12px 0 0 0;
	float: right;
	height: 16px;
}

header nav ul#globalnavi li { float: left;}

header nav ul#globalnavi li#gn01 a {
	display: block;
	cursor: pointer;
	width: 126px;
	height: 16px;
	background: url(/img/gn01_off.gif) left top no-repeat;
}

header nav ul#globalnavi li#gn02 a {
	display: block;
	cursor: pointer;
	width: 84px;
	height: 16px;
	background: url(/img/gn02_off.gif) left top no-repeat;
}

header nav ul#globalnavi li#gn03 a {
	display: block;
	cursor: pointer;
	width: 118px;
	height: 16px;
	background: url(/img/gn03_off.gif) left top no-repeat;
}

header nav ul#globalnavi li#gn04 a {
	display: block;
	cursor: pointer;
	width: 112px;
	height: 16px;
	background: url(/img/gn04_off.gif) left top no-repeat;
}

header nav ul#globalnavi li#gn05 {
	position: relative;
}

header nav ul#globalnavi li#gn05 a {
	display: block;
	cursor: pointer;
	width: 110px;
	height: 16px;
	background: url(/img/gn05_off.gif) left top no-repeat;
}

header nav ul#globalnavi li#gn05 #number {
	position: absolute;
	width: 22px;
	height: 22px;
	color: #fff;
	background: #ff9900;
	text-align: center;
	line-height: 22px;
	top: 8px;
	right: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-indent: 0;
}

header nav ul#globalnavi li {
	text-indent: -9999px;
	padding: 2px 0;
	border-right: 1px dashed #fff;
}
header nav ul#globalnavi li#gn05 {
	border-right: none;
}

/*　絞り込み　*/

#shiborikomi {
	position: absolute;
	padding: 20px 20px 10px;
	width: 698px;
	font-size: 14px;
	top:50px;
	left: 15px;
	background: rgba(0, 102, 204, 0.9);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	z-index: 2;
}

#shiborikomi li {
	margin: 0 10px 10px 0;
	float: left;
	color: #fff;
	padding: 0 10px 0 0;
	border-right: 1px dotted #fff;
}

#shiborikomi li#top {
	position: absolute;
	margin: 0;
	float: none;
	width: 738px;
	height: 13px;
	background: url(/img/bg_fukidashitop01.png) 560px top no-repeat;
	top: -13px;
	border-right: none;
}

#shiborikomi li#close {
	border-right: none;
	position: absolute;
	margin: 0;
	float: none;
	width: 24px;
	height: 24px;
	top: -8px;
	right: -8px;
	cursor: pointer;
}

#shiborikomi li a:link, #shiborikomi li a:visited, #shiborikomi li a:hover, #shiborikomi li a:active {
	color: #fff;
}

#shiborikomi li.last{
	border: none;
}

/*　検索ボックス　*/

header #searchbox {
	margin: 25px 10px 0 0;
	float: right;
	width: 238px;
	height: 20px;
	clear:right;
}

header #searchbox #text_box {
	float: left;
	width: 198px;
	>width: 188px;
	height: 20px;
	>height: 16px;
	margin: 3px 0 0 0;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

header #searchbox #submit_btn {
	margin: 6px 0 0 5px;
	width: 20px;
	height: 20px;
	background: url(/img/search_btn.gif) left top no-repeat;
	float: left;
	cursor: pointer;
	border: none;
}

/*　タブ　*/

#tab {
	position: absolute;
	width: 392px;
	height:39px;
	left: 0;
	bottom: 0;
	z-index: 1;
	text-indent: -9999px;
}

#tab #all a {
	float: left;
	width: 204px;
	height: 39px;
	background: url(/img/btn_taball_off.jpg) left top no-repeat;
}

#tab #all a.selected {
	background: url(/img/btn_taball_on.jpg) left top no-repeat;
}

#tab #myline a {
	float: left;
	width: 188px;
	height: 39px;
	background: url(/img/btn_tabme_off.jpg) left top no-repeat;
}

#tab #myline a.selected {
	background: url(/img/btn_tabme_on.jpg) left top no-repeat;
}

/*　メイン　*/

#main {
	padding: 20px;
	width: 728px;
	background: url(/img/bg_main.jpg) left top repeat;
}

#left_column {
	float: left;
	width: 460px;
}

#space_column {
	float: left;
	width: 40px;
	background: url(/img/bg_spacecolumn.png) center top repeat-y;
}

#right_column {
	float: left;
	width: 228px;
}

/*　全体のタイムライン　*/

.tl_top {
	width: 460px;
}

.tl_top .pics {
	float: left;
	margin-right: 10px;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.tl_top .text {
	float: left;
	width: 350px;
}

.tl_top .text .title {
	font-size: 16px;
	line-height: 140%;
	color: #5FB9D8;
}

.tl_top .text .date {
	margin: 5px 0;
	font-size: 12px;
}

.tl_top .text .bl {
	font-size: 14px;
}

.tl_top a:link, .tl_top a:visited, .tl_top a:hover, .tl_top a:active {
	color: #5FB9D8;
}

.tl_bottom {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
	margin: 10px 0 20px;
}

.tl_bottom .tag {
	margin-right: 10px;
	float: left;
	font-size: 12px;
	width: 90%;
}

.tl_bottom .comment {
	float: right;
	font-size: 12px;
}

.tl_bottom .comment a {
	display: block;
	cursor: point;
	width: 32px;
	height: 27px;
	line-height: 22px;
	text-align: center;
	background: url(/img/bg_comment.png) left top no-repeat;
}

.tl_bottom .comment a:link, .tl_bottom .comment a:visited, .tl_bottom .comment a:hover, .tl_bottom .comment a:active {
	color: #fff;
	text-decoration: none;
}

.tl_vspace {
	width: 460px;
	height: 40px;
	background: url(/img/line_dot01.png) center center repeat-x;
}

.pager {
	height: 30px;
	margin: 0 auto 40px;
	text-align: center;
}

.pager li {
	display: inline-block;
	margin: 0 3px 0 0;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #ccc;
	background: #fff;
}
.pager li.link_none {
	color: #fff;
	background: #5EB9D8;
	border: 1px solid #5EB9D8;
}
.pager li.prev_none,
.pager li.next_none {
	color: #ccc;
	background: #efefef;
	border: 1px solid #ccc;
}

.pager li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-decoration: none;
}
.pager li.last {
	margin: 0;
}


/*　右カラム　*/

#contact, #document, #order {
	position: relative;
}

.rc_title {
	margin: 0 0 10px 0;
}

.rc_date img {
	padding-left: 5px;
}

.rc_bl {
	margin-bottom: 5px;
	font-size: 14px;
}

.rc_bl .truncate_more_link {
	margin: 20px 0 0;
	font-size: 12px;
	line-height: 200%;
}

.rc_bl .flag {
	margin-right: 5px;
	padding: 2px 5px;
	font-size: 10px;
	color: #fff;
	text-align: #fff;
	line-height: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.rc_bl .type_1 {
	background: #FF9900;
}
.rc_bl .type_3 {
	background: #5EB9D8;
}

.rc_bl .content {
	margin-bottom: 5px;
	font-size: 12px;
}

.rc_bl .person {
	font-size: 12px;
	line-height: 100%;
}

#right_column .morereader a {
	position: absolute;
	top: 10px;
	right: 7px;
}

#right_column .morereader a:link, #right_column .morereader a:visited, #right_column .morereader a:hover, #right_column .morereader a:active {
	color: #fff;
}

#right_column .rc_comment {
	float: right;
	font-size: 12px;
}

#right_column .rc_comment a {
	display: block;
	cursor: point;
	width: 32px;
	height: 27px;
	line-height: 22px;
	text-align: center;
	background: url(/img/bg_comment.png) left top no-repeat;
}

.rc_comment a:link, .rc_comment a:visited, .rc_comment a:hover, .rc_comment a:active {
	color: #fff;
	text-decoration:none;
}

.rc_vspace {
	width: 228px;
	height: 20px;
	background: url(/img/line_dot01.png) center center repeat-x;
}

.rc_banner img {
	margin-bottom: 10px;
}


/*　右カラム　*/
#contact {
	margin-top: 5px;
}
#right_column #contact h3,
#right_column #order h3{
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
}
#right_column #contact .cBox,
#right_column #order .cBox{
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 160%;
}
#right_column #contact .iBox,
#right_column #order .iBox{
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px dotted #ccc;
}
#right_column #contact h4,
#right_column #order h4{
	font-size: 12px;
	font-weight: normal;
	background: #ccc;
	padding: 5px;
	margin-bottom: 5px;
}

#right_column #contact .cBox{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
#right_column #contact .cBox.last{
	border-bottom: none;
}
#right_column #contact .rc_bl a{
	color: #5FB9D8;
}

i.icon {
	display: inline-block;
	font-size: 11px;
	line-height: 13px;
	font-style: normal;
	font-weight: bold;
	vertical-align: baseline;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 10px;
}
i.icon.new {
	background: #f90;
	color: #fff;
}

#contact_list{
	min-height: 830px;
	padding: 10px;
}
#contact_list .date{
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 5px;
}
#contact_list a{
	text-decoration: none;
	-webkit-tap-highlight-color:rgba(255, 153, 0, 0.40);
}
#contact_list section{
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
#contact_list section .count{
	position: absolute;
	right: 0;
	top: 18px;
	width: 32px;
	height: 27px;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	background: url(/img/bg_comment.png) left top no-repeat;
	color: #fff;
}

/*　業務連絡 詳細　*/

#cfbcDetail{
	padding: 10px 10px 100px;
	color: #333;
	line-height: 1.4;
	font-size: 14px;
}

#cfbcDetail #commentInfo{
	margin-bottom: 30px;
}
#cfbcDetail #commentInfo h1{
	font-size: 18px;
	color: #33ACD6;
	margin-bottom: 15px;
}
#cfbcDetail #commentInfo .body{
	font-size: 14px;
	margin-bottom: 15px;
}
#cfbcDetail #commentInfo a{
	color: #33ACD6;
	font-weight: bold;
}

/*
   コメント入力欄 ＆ コメント
*/
#commentBox{
	display: -webkit-box;
	display: box;
	min-height: 200px;
}

#commentForm{
	text-align: right;
}
#comment{
	display: block;
	margin-bottom: 15px;
	width: 280px;
	height: 150px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#commentSubmitButton{
	display: block;
	margin: 0 0 0 auto;
	cursor:pointer;
}
#commentText{
	margin-right: 15px;
	padding-top: 10px;
	-webkit-box-flex: 1;
}
#commentBox .box_comment{
	position: relative;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 22px;
	background: #CFEAF4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#commentBox .box_comment:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(207, 234, 244, 0);
	border-bottom-color: #CFEAF4;
	border-width: 10px;
	left: 30%;
	margin-left: -10px;
}

#commentBox .box_comment a{
	text-decoration: none;
}
#commentBox .box_comment .txt{
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
#commentBox .box_comment .s_name{
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#commentBox .box_comment .s_name strong{
	color: #c00;
}
#commentText .more{
	text-align: center;
	width: 100%;
	font-size: 18px;
	line-height: 35px;
	height: 35px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	cursor:pointer;
	-webkit-tap-highlight-color:rgba(255, 153, 0, 0.40);
}
#commentText .circle{
	display: none;
	text-align: center;
	width: 100%;
	font-size: 18px;
	line-height: 35px;
	height: 35px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

/*
   拡材一覧
*/
#expand_list{
	padding: 10px;
	line-height: 1.4;
}

#expand_list .none{
	font-size: 18px;
	margin-top: 350px;
	text-align: center;
	min-height: 400px;
}

#expand_list section{
	margin-bottom: 15px;
}
#expand_list h1{
	font-size: 12px;
	padding: 5px;
	margin-bottom: 5px;
	background: #ccc;
}
#expand_list p{
	font-size: 16px;
	font-weight: bold;
	color: #33ADD6;
	margin-bottom: 5px;
	padding: 0 5px;
}
#expand_list .iBox{
	font-size: 12px;
	padding: 0 5px;
}
#expand_list .pager{
	width: 100%;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dotted #ccc;
}

/*
   更新情報一覧
*/
#update_list{
	padding: 15px 0;
	line-height: 1.4;
}

#update_list .none{
	font-size: 18px;
	margin-top: 350px;
	text-align: center;
	min-height: 400px;
}

#update_list section{
	padding: 10px;
	border-bottom: 1px dotted #ccc;
}
#update_list section.new{
	background: #CFEAF4;
}
#update_list section.last{
	border-bottom: none;
}
#update_list section a{
	text-decoration: none;
	-webkit-tap-highlight-color:rgba(255, 153, 0, 0.40);
}
#update_list p{
	font-size: 14px;
	color: #333;
	margin-bottom: 3px;
	padding: 0 5px;
}
#update_list p span{
	font-size: 14px;
	font-weight: bold;
	color: #33ADD6;
}
#update_list .iBox{
	font-size: 12px;
	padding: 0 5px;
}
#update_list .pager{
	width: 100%;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dotted #ccc;
}

/*
   日報詳細
*/
#reportContents{
	padding: 10px;
	line-height: 1.4;
}
#reportInfo {
	margin-bottom: 15px;
}
#reportInfo .date{
	font-size: 13px;
	margin-bottom: 5px;
}
#reportInfo h1{
	font-size: 20px;
	color: #33ACD6;
	margin-bottom: 10px;
}
#reportInfoInner{
	width: 100%;
	font-size: 14px;
	margin-bottom: 10px;
	display: -webkit-box;
	display: box;
}
#reportInfoInner .author{
	width: 150px;
}
#reportInfoInner ul{
	text-align: right;
	-webkit-box-flex: 1;
}
#reportInfoInner li{
	display: inline-block;
	margin-left: 10px;
}
#reportPhoto{
	margin-bottom: 20px;
	font-size: 13px;
	text-align: center;
}
#reportPhoto img{
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 40%;
}
#reportPhoto .caption{
	width: 480px;
	margin: 0 auto;
	text-align: center;
}
#reportPhoto > div:nth-of-type(n+2) {
	padding-top: 12px;
}

#reportText{
	margin-bottom: 30px;
	font-size: 16px;
}

#login{
	margin: 150px auto 20px;
	padding: 5px;
	width: 306px;
	background: #5FB9D8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#loginInner{
	width: 280px;
	padding: 10px;
	background: #5FB9D8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 3px solid #fff;
}

#login img{
	margin-bottom: 10px;
}

#login #login_s_id,
#login #login_s_pw{
	text-align: right;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #fff;
}
#login #login_s_pw{
	margin-bottom: 15px;
}

#login #s_id,
#login #s_pw{
	color: #666;
	width: 130px;
	height: 28px;
	font-size: 20px;
	line-height: 28px;
	border: 1px solid #999;
}
#login .info-error {
	color: #c00;
	top: 230px;
	font-size:12px;
}
#login #login_btn{
	width: 100px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	margin: 0 auto;
	background: #fff;
	color: #5FB9D8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #15BBD8;
	text-align: center;
	cursor: pointer;
}
#login_btn_div {
	text-align: center;
}

#all_link a{
	display: block;
	width: 100%;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	margin: -10px 0 15px;
	background: #fff;
	color: #5FB9D8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #15BBD8;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color:rgba(95, 185, 216, 0.40);
}

/* 20130719 add ===============================*/
#cfbcDetail #commentInfo h1 span{
	color: #c00;
}