@font-face {
	font-family: 'Glyphicons Halflings';
	src: url(../../fonts/glyphicons-halflings-regular.eot);
	src: url(../../fonts/glyphicons-halflings-regular.eot?#iefix)
		format('embedded-opentype'),
		url(../../fonts/glyphicons-halflings-regular.woff) format('woff'),
		url(../../fonts/glyphicons-halflings-regular.ttf) format('truetype'),
		url(../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
		format('svg')
}

.commonMessages {
	background: white;
	margin: 0;
	padding: 0;
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	overflow: hidden;
	width:100%;
}

.commonMessages div div {
	border-radius: 3px;
	list-style:none;
	padding:20px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;

/*	background-color: #fcc;
	paddint-top: 0;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;

	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;

 */
}

.commonMessages ul li {
	color: red;
}

body {
	background: green;
}

.block {
	display: block;
}

.text-right {
	text-align: right;
}

#header {
	text-align: center;
	margin: 0;
	color: white;
}

#header a:link,#header a:visited,#header a:active {
	color: white;
}

#header h1{
	margin: 0;
	margin-top: 0.2em;
	font-size: 1em;
	letter-spacing: 0.1em;
	line-height: 1;
	font-weight: bold;
}

#header #account-info {
	font-size: 1em;
/*	color: white; */
/*	background: green; */
	margin: 0;
/*	padding: 1em; */
    text-align: right;
	letter-spacing: 0.1em;
	line-height: 1;
}

#header .left {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 1.5em;
}

#header .right {
	position: absolute;
	top: 10px;
	right: 10px;
}

#footer {
	margin: 0;
	padding: 0;
	text-align: right;
}

#footer #pagetop {
	background-color: white;
}

#footer h3 {
	color: white;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	line-height: 1;
	font-weight: bold;
}

#contents {
	padding-top: 1em;
	padding-bottom: 1em;
	background: white;
}

#contents h2 {
	margin: 0;
	margin-top: 0.2em;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	line-height: 1;
	font-weight: bold;
}

#contents h3 {
	margin-bottom: 0.5em;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	line-height: 1;
	font-weight: bold;
}

#contents .form-control {
	font-size: 16px;
}

#contents th {
	white-space: nowrap;
}

#contents .primary {
	color: #ff3300;
}

/*
#contents input.radio {
	display:inline-block;
	width:20px;
	height:25px;
	vertical-align:top;
}

#contents label.radio-inline {
	display:inline-block;
	width:100%;
	height:35px;
	line-height:35px;
	background:#F0F8FF;
	border:1px solid #CCC;
	border-radius: 0.3em;
	margin-bottom:0.5em;
}
*/

.sp-panel {
	background:#EDEDED;
	font-weight: bold;
 	font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;

}

.panel-sp {
  background:#EDEDED;
	font-weight: bold;
 	font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
	color: #353491;
}
.panel-sp > .panel-heading {
 color: #000000;
  background-color: #BABABA;
font-weight: bold;

}
.panel-sp > .panel-body > .list-group-item {
color: #353491;
  background-color: #EDEDED;
font-weight: bold;
font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;

}

//.glyphicon-circle-arrow-right{
//color: #BABABA;
//font-weight: normal;
//
//}