@charset "UTF-8";

/* ================================================== *
 *
 *    base style
 *
 * ================================================== */
 
body
{
	background: #fff;
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}


.carousel-inner img
{
	width: 100%;
}

.img-responsive-overwrite
{
	margin: 0 auto;
}

#head-title .jumbotron
{
	background: url(../images/common/title.jpg);
	background-position: center center;
	background-size: cover;
	color: #fff;
}

.tab-content.bg
{
	background: #fff;
}

/*トグルメニューカスタマイズ*/
.navbar-toggle
{
	position: relative;
	float: right;
	padding: 0px 0px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	/*background-image: none;*/
	border: 0px solid transparent;
	border-radius: 0px
}

.clear
{
	clear: both;
}

.midashi-trait{
	font-size: 115%;
	line-height: 1.em;
}






@media(max-width:768px) {

.sm-border
{
	padding-bottom: 7px;
}

#carousel.flexslider
{
	display: none;
}

.mobile-only-menu
{
	display: block;
	float: right;
	font-size: 30%;/*padding-right:5px;*/
}

.mobile-only-menu .mobile-list-menu
{
	float: left;
	list-style: none;
	margin-right: 5px;
	margin-top: 8px;
}

.navbar-brand img
{
	width: 100px;
}

.nav-header.navbar-default .navbar-header .mobile-logo
{
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
}

#head-title .jumbotron h2
{
	font-size: 130%;
	color: #fff;
}
	

	
}

@media(min-width:768px) {

body.pageTop
{
/*padding-top: 156px;*/
}

.sm-border
{
	padding-bottom: 5px;
}
}

body a:hover img, a:hover img, a:hover img
{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}

.index-title-message
{
	background: #1e5799; /* Old browsers */
	color: #fff;
	padding-bottom: 20px;
	padding-top: 10px;
}

.index-title-message h3
{
	font-size: 95%;
}

.index-title-message p
{
	font-size: 90%;
	color: #E2DFDF;
}





/* ================================================== *
 *
 *    block modules
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        header　モバイル
 * ------------------------------------------------- */
.nav-header
{
	padding: 10px 0 0;
}

/*ヘッダー枠*/
.nav-header.navbar-default
{
	border: none;
	margin-bottom: 0;
	background: #fff;
}

/*ヘッダー内リンク*/
.nav-header.navbar-default .nav.navbar-nav>li>a
{
	color: #333;
}

/*ヘッダー内リンク（マウスオーバー時）*/
.nav-header.navbar-default .nav.navbar-nav>li>a:hover
{
	color: #999;
}

.nav-header.navbar-default .navbar-header
{
	margin-top: 0px;
	margin-bottom: 0px;
}

/*ナビゲーションテキストの位置*/
.nav-header.navbar-default .navbar-brand
{
	height: auto;
	margin-top: -9px;
	margin-right: 0px;
}

.nav-header.navbar-default .navbar-collapse .navbar-nav
{
	float: none;
}

.nav-header.navbar-default .navbar-collapse .navbar-form
{
	clear: right;
	float: right;
}

.nav-header.navbar-default .navbar-toggle
{
	margin-right: 0;
}

.nav-header.navbar-default .navbar-form input
{
	background: #F7F7F7;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	font-size: 16px;
}

.nav-header.navbar-default .navbar-form .btn
{
	background: #333;
	color: #FFF;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-color: #333;
	padding-right: 15px;
}


/*タブレット*/
@media(min-width:768px) {

.nav-header
{
	padding: 0;
}

.nav-header.navbar-default .navbar-header
{
	margin-bottom: 11px;
}

.nav-header.navbar-default .navbar-brand
{
	padding-top: 24px;
	margin-top: 0;
}

.nav-header.navbar-default .navbar-collapse .navbar-nav
{
	float: right;
	margin-right: -20px;
	padding-top: 30px;
}

.nav-header.navbar-default .navbar-collapse .navbar-form
{
	float: right;
	clear: right;
	margin-right: -30px;
}

.index-title-message h3
{
	font-size: 97%;
}

.index-title-message p
{
	font-size: 90%;
	color: #E2DFDF;
}

.mobile-only-menu
{
	display: none;
}
	
.midashi-trait{
	font-size: 155%;
	line-height: 1.4em;
}
}

/*PC*/
@media(min-width:992px) {

.nav-header
{
	padding: 15px 0 0px;
}

.nav-header.navbar-default .navbar-brand
{
	margin-top: -17px;
}

.nav-header.navbar-default .navbar-collapse .navbar-nav
{
	float: right;
	padding-top: 10px;
}

/*.nav-header.navbar-default .navbar-form
{
	margin-top: 8px;
}
*/
.carousel-inner, .item.active img
{
	height: 20%;
	width: 100%;
}

.index-title-message h3
{
	font-size: 130%;
}

.index-title-message p
{
	font-size: 100%;
	color: #E2DFDF;
}

.mobile-only-menu
{
	display: none;
}
}

/* ------------------------------------------------- *
 *        mx-footer
 * ------------------------------------------------- */
.mx-footer
{
	/*background: #000249;*/
	background: #000;
	color: #fff;
	padding: 30px 0;
	font-size:x-small;
}

.mx-footer .list-group .list-group-item
{
	background: none;
	color: #999;
	border-left: none;
	border-right: none;
	border-radius: 0;
	border-color: #444;
}

.mx-footer .glyphicon
{
	position: absolute;
	right: 15px;
	top: 13px;
}

.mx-footer .text-center
{
	margin-top: 15px;
}

.page-top
{
	background: #000;
	color: #fff;
	width: 20%;
	text-align: center;
	position: relative;
	height: 40px;
	left: 80%;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	padding-top: 10px;
	margin-top: 10px;
	font-size: 90%;
}

.page-top a
{
	color: #fff;
}

.page-top a:hover
{
	color: #cccccc;
	text-decoration: none;
}

@media(min-width:768px) {

.mx-footer .list-group .list-group-item
{
	border: none;
	padding: 0;
	padding-top: 5px;
}

.mx-footer .glyphicon
{
	display: none;
}

.mx-footer .text-center
{
	margin-top: 30px;
}

.mx-footer
{
	/*font-size: 70%;*/
	font-size:x-small;
}

.page-top
{
	background: #000000;
	color: #fff;
	width: 15%;
	text-align: center;
	position: relative;
	height: 40px;
	left: 85%;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	padding-top: 10px;
	margin-top: 10px;
}
}

@media(min-width:992px) {

.mx-footer
{
	/*font-size: 80%;*/
	font-size:x-small;
}

.page-top
{
	background: #000;
	color: #fff;
	width: 15%;
	text-align: center;
	position: relative;
	height: 40px;
	left: 85%;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	padding-top: 10px;
	margin-top: 10px;
}
}

@media(min-width:1200px) {

.mx-footer
{
	font-size: 80%;
}

.page-top
{
	background: #000;
	color: #fff;
	width: 15%;
	text-align: center;
	position: relative;
	height: 40px;
	left: 85%;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	padding-top: 10px;
	margin-top: 10px;
}
}

/* ================================================== *
 *
 *    title modules
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        titleType
 * ------------------------------------------------- */
.in-page-title
{
	vertical-align: middle;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	margin: 0;
	font-size: 100%;
}

.in-page-title .glyphicon
{
	font-size: 100%;
	margin-right: 7px;
}

.in-page-title .badge
{
	vertical-align: middle;
	margin-left: 7px;
}

.sub-title
{
	vertical-align: middle;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	margin: 0;
	font-size: 15px;
}

.sub-title .glyphicon
{
	font-size: 15px;
	margin-right: 7px;
}

.sub-title .badge
{
	vertical-align: middle;
	margin-left: 7px;
}

/* ================================================== *
 *
 *    nav modules
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        sideNav
 * ------------------------------------------------- */
  
.left-sideNav.list-group .list-group-item
{
	border-radius: 0;
	border-color: #ddd;
	border-left: none;
	border-right: none;
}

.left-sideNav.list-group .list-group-item:first-child
{
	border-top: none;
}

.left-sideNav .glyphicon
{
	position: absolute;
	right: 15px;
	top: 14px;
	font-size: 10px;
}

/* ================================================== *
 *
 *    button modules
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        demo-btnPagetop
 * ------------------------------------------------- */
.demo-btnPagetop a
{
	color: #333;
	border-top: 1px solid #ddd;
	padding: 15px 0;
}

.demo-btnPagetop a:hover
{
	text-decoration: none;
	background: #fafafa;
}

/* ================================================== *
 *
 *    helper
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        margin
 * ------------------------------------------------- */
.margin-top-lg
{
	margin-top: 60px;
}

.margin-top-md
{
/*margin-top: 30px;*/
}

.margin-top-sm
{
	margin-top: 15px;
}

.margin-bottom-lg
{
	margin-bottom: 60px;
}

.margin-bottom-md
{
	margin-bottom: 30px;
}

.margin-bottom-sm
{
	margin-bottom: 15px;
}

.margin{
	margin-top:10px;
}

/* ------------------------------------------------- *
 *        padding
 * ------------------------------------------------- */
.padding-top-lg
{
	padding-top: 60px;
}

.padding-top-md
{
	padding-top: 30px;
}

.padding-top-sm
{
	padding-top: 15px;
}

.padding-bottom-lg
{
	padding-bottom: 60px;
}

.padding-bottom-md
{
	padding-bottom: 30px;
}

.padding-bottom-sm
{
	padding-bottom: 15px;
}

/* ================================================== *
 *
 *    Custom Bootstrap Class
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        grid
 * ------------------------------------------------- */
.row .colPadding
{
	padding-top: 15px;
	padding-bottom: 15px;
}

/* ------------------------------------------------- *
 *        btn
 * ------------------------------------------------- */

.btn
{
	border-radius: 2px;
	transition: .3s;
}

.btn:hover, .btn:focus, .btn.focus
{
	box-shadow: 0 3px 10px rgba(0,0,0,.3);
}

.btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger, .btn-facebook, .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary, .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success, .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info, .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning, .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger, .btn-facebook:hover, .btn-facebook:focus, .btn-facebook.focus, .btn-facebook:active, .btn-facebook.active, .open>.dropdown-toggle.btn-facebook
{
	border-color: transparent;
}

/* ------------------------------------------------- *
 *        text color
 * ------------------------------------------------- */
.text-titleIcon
{
	color: #981615;
}

.product-titleIcon
{
	color:#F7E842;
}

.text-imgIcon
{
	color: #4d0c0b;
}

.text-arrowIcon
{
	opacity: 0.3;
}

.help-block
{
	font-size: smaller;
	margin-bottom: 5px;
	color: #ff0000;
}



/*--------------------------------------
  　　会社概要スマホでの表示
--------------------------------------*/
.res-table{
	width:100%;
    margin:2em auto;
	border:#D3D0D0 1px solid;
}
.res-table th{
    padding:5px;
	display:block;
	background:#F6F4F4;
	font-weight:normal;
	text-align:center;
}


.res-table td{
	padding:5px;
	display:block;
	text-align:center;
}



/*--------------------------------------
  PCでの表示
--------------------------------------*/
@media(min-width:768px) {
	
.in-page-title
{
	vertical-align: middle;
	font-weight: normal;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	margin: 0;
	font-size: 20px;
}

.in-page-title .glyphicon
{
	font-size: 20px;
	margin-right: 7px;
}

.in-page-title .badge
{
	vertical-align: middle;
	margin-left: 7px;
}

	
.res-table{
	width:100%;
    margin:5px auto;
	font-size:90%;
	border:#D3D0D0 1px solid;　  
}
.res-table tr{
    border-bottom:#D3D0D0 1px solid;
}
.res-table tr:last-child{
	border:none
 }
.res-table th{
	width:40%;   
    padding:5px 10px;
	display:table-cell;
	border-right:#D3D0D0 1px solid;
	text-align: left;
}

.res-table td{
	width:60%;   
    padding:5px 10px;
	display:table-cell;
	text-align: left;
}
}

@media(min-width:992px) {
	
.res-table{
	width:100%;
    margin:5px auto;
	font-size:90%;
	border:#D3D0D0 1px solid;　  
}
.res-table tr{
    border-bottom:#D3D0D0 1px solid;
}
.res-table tr:last-child{
	border:none
 }
.res-table th{
	width:20%;   
    padding:5px 10px;
	display:table-cell;
	border-right:#D3D0D0 1px solid;
	text-align: left;
}

.res-table td{
	width:80%;   
    padding:5px 10px;
	display:table-cell;
	text-align: left;
}	
}
