/* 
    Document   : overwrite
    Created on : 2014/07/22, 19:21:25
    Author     : araishi
    Description:
        Purpose of the stylesheet follows.
*/

body{
    font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}


/* navbar brand*/
.navbar-inverse .navbar-brand {
	padding: 7px 5px 0 5px;
}
/*title*/
#pad-wrapper h4 {
	font-style: normal;
	font-weight: bold;
}

#pad-wrapper {
	padding: 0px 30px;
	margin-top: 25px;
}


.content {
	min-height: 512px;
    padding: 0;
/*    margin-bottom: 0;*/
}




/* Custom Select */
.ui-select {
	margin-left: 15px !important;
}

.bold{
	font-weight: bold;
}

label > span{
	color: #ff0000;
}

.help-block {
	color: #BBBBBB;
}

#chatwrap{
	height:500px; overflow-y: scroll; border: 1px solid #CCC;
	padding: 4px 0 0 0;
}

#chatwrap .message{
	width:80%;
	padding: 0.4em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#chatwrap .message.message-from{
	background-color: #a9d651 !important;
	margin: 0px 0 4px 4px;
}

#chatwrap .message.message-to{
	background-color: #CCC !important;
	margin: 0px 4px 4px 0 ;
}

#chatwrap .message span.date{
	font-size: 0.8em;
}

.table tbody tr td,
.table tbody tr th
{
	margin: 0 !important;
	padding: 0 !important;
}
.table thead tr td,
.table thead tr th
{
	margin: 0 !important;
	padding: 0 !important;
}

#sidebar-nav {
	padding-top:1em;
}


.header-menu {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: lighter;
	padding: 11px 20px;
}

.header-menu li{
	margin-left: 20px;
}

.red{
	color: #ff0000;
}

.stamp_area{
    max-height: 300px;
    overflow: scroll;
    white-space: nowrap;
}
.stamp_area .stamp{
    max-width: 70px;
    margin: 5px 10px;
    display: inline-block;
}
.stamp_area .stamp img{
    max-width: 70px;
}
.font_bold{
    font-weight: bold;
}
.ui-style-none{
	list-style:none;
}
.ui-style-none li{
	margin: 0px 5px;	
}



/* Webkit */
::-webkit-input-placeholder {
	color: #f00;
	opacity: 1;
}
/* Firefox 18 以前 */
:-moz-placeholder {
	color: #f00;
}
/* Firefox 19 以降 */
::-moz-placeholder {
	color: #f00;

	/* Firefox 19 以降のデフォルトでは */
	/* color ではなく opacity で色合いを調整しているため */
	/* 文字色を指定する場合、opacity を 1 にする必要がある */
	opacity: 1;
}
/* IE 10 以降 */
:-ms-input-placeholder {
	color: #f00;
}
/* CSS4では以下のような名前の擬似クラスになるらしい */
/* おそらく今のところ対応ブラウザはない */
:placeholder-shown {
	color: #f00;
}
