body{
	color: #333333;
	font-family:'Open Sans', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.form-group
{
	margin-bottom:0;
}
.wideinput
{
	display:block;
}
.login_waku{
	margin: 0 auto;
	width: 400px;
	margin-top: 30px;
	margin-bottom: 30px;
}
@media only screen and (max-width:767px){
	.login_waku{
		width: 100%;
	}
	h3{
		font-size: 20px;
	}
}
.head_title{
    background-color: #3097d1;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    margin-bottom: 15px;
}
.page_title{
	background-color: #f5f5f5;
	padding: 10px 30px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd
}
.page_title h3{
	font-size: 20px;
	margin: 0;
}
.navbar-collapse{
	padding: 0;
}
#headmenucontent .nav>li{
	width: 150px;
    text-align: center;
}
@media only screen and (max-width:767px){
	#headmenucontent .nav>li{
		width: 100%;
	    text-align: right;
	}
}

#headmenucontent .dropdown-menu ul{
	list-style: none;
    padding-left: 20px;
}
#headmenucontent .kensaku_a{
	position: relative;
	padding: 1px;
}
#headmenucontent .kensaku_a i{
	position: absolute;
	top: 4px;
    right: 7px;
}

/* 顧客マスタ編集画面 */
.pref_title
{
	margin-bottom:3px;
	font-size:120%;
	font-weight:bold;
}
.pref_list
{
	font-weight:normal;
}

.area_list ul {
	margin: 0 -10px 0 0;
	padding: 0;
	list-style:none;
}

.area_list li {
	float: left;
	/*min-width: 150px;*/
	margin: 0 10px 0 0;
}
.mb5
{
	margin-bottom:5px;
}
.mb10
{
	margin-bottom:10px;
}
.mb20
{
	margin-bottom:20px;
}
.getsudo_midashi
{
	font-weight:bold;
}
/* 検索条件 */
ul.search_part
{
	
}
li.search_part
{
	display:inline-block;
	margin-right:20px;
	padding-left:0;
	list-style-type: none;
}

.seigen
{
	border:solid 1px #f00;
	background-color:#f00;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	margin:0 5px;
	padding:3px 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.seigen.nodisplay
{
	display:none;
}

table.thread-table th
{
	text-align: center;
	width: 70px;
	vertical-align: middle;
}

.flex-fit-rows {
  padding-top: 20px;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-fit-rows:before {
  width: 0 !important;
}
.flex-fit-rows .absolute-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  z-index: 0;
}
.flex-fit-rows .inner {
  padding: 0 15px;
  z-index: 2;
  position: relative;
}

.oshirase_cell
{
	text-decoration:none;
	white-space:nowrap;
	vertical-align:top;
	position:relative;
}

.oshirase_msg
{
	text-decoration:underline;
	display:inline-block;
	white-space:normal;
	vertical-align:top;
	position:relative;
	width:75%;
}
.bbs_list_title
{
	display: inline-block;
	white-space: normal;
	vertical-align:top;
	position: relative;
	line-height:22px;
	width: 90%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
	.oshirase_msg
	{
		width:72%;
	}

}
@media only screen and (max-width:767px){
	.oshirase_msg
	{
		width:50%;
	}
	.bbs_list_title
	{
		width: 80%;
	}
}

.bbs_topics_panel
{
	height:100px;
}
@media only screen and (max-width:991px){
	.bbs_topics_panel
	{
		height:150px;
	}
	.bbs_list_title
	{
		width: 80%;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
	.bbs_topics_panel
	{
		height:80px;
	}
}
@media only screen and (min-width: 1200px){
	.bbs_topics_panel
	{
		height:110px;
	}
}
.link_btn:hover
{
	text-decoration:none;
}

ul.bbs_manual
{
	padding: 0.5em 1em 0.5em 2.3em;
	position: relative;
}
ul.bbs_manual li
{
	line-height: 1.5;
	padding: 2px 0;
	list-style-type: none!important;
}
ul.bbs_manual li:before
{
	content: "◆";/*アイコンの種類*/
	position: absolute;
	left : 1em;/*左端からのアイコンまでの距離*/
}