/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
 @-ms-viewport {
 width: device-width;
}
.hidden {
	display: none;
	visibility: hidden;
}
.visible-phone {
	display: none !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-desktop {
	display: none !important;
}
.visible-desktop {
	display: inherit !important;
}
.visible-print {
	display: none !important;
}
 @media print {
.visible-print {
	display: inherit !important;
}
.hidden-print {
	display: none !important;
}
}
@media only screen and (max-width: 767px) {
.nav-collapse {
	-webkit-transform: translate3d(0, 0, 0);
}
.page-header h1 small {
	display: block;
	line-height: 20px;
}
input[type="checkbox"],  input[type="radio"] {
	border: 1px solid #ccc;
}
.form-horizontal .control-label {
	float: none;
	width: auto;
	padding-top: 0;
	text-align: left;
}
.form-horizontal .controls {
	margin-left: 0;
}
.form-horizontal .control-list {
	padding-top: 0;
}
.form-horizontal .form-actions {
	padding-right: 10px;
	padding-left: 10px;
}
.media .pull-left,  .media .pull-right {
	display: block;
	float: none;
	margin-bottom: 10px;
}
.media-object {
	margin-right: 0;
	margin-left: 0;
}
.modal {
	top: 10px;
	right: 10px;
	left: 10px;
}
.modal-header .close {
	padding: 10px;
	margin: -10px;
}
.carousel-caption {
	position: static;
}
/*mp add start*/
.ss_contents, #ss_header, #ss_footer, .ss_form_btn {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.ss_form table th,.ss_login table th,.ss_seminar_preview table th {
	display: block;
	width: auto;
}
.ss_form table td,.ss_login table td,.ss_seminar_preview table td,.ss_mypage table td {
	display: block;
	border-top:none;
}
.ss_mypage table th {
	border-top:none;
}
.ss_input {
	display: block;
	float: none;
}
button,  input,  select,  textarea {
	width: 95%;
}
.ss_rightComment {
	display: block;
}
#ss_footer {
	text-align:center;
}
.ss_mypage_responsive_hide {
	display:none;
}
.ss_mypage_responsive_show {
	display: block;
	width: auto;
}
.ss_mypage_responsive_icon {
	display:block;
	float: left;
}
.ss_mypage_enquete_td {
	text-align:center !important;
}
.table th{
	padding-top:5px !important;
	padding-bottom:2px !important;
}
.table td{
	padding-top:2px !important;
	padding-bottom:5px !important;
}

/*mp add end*/
}
