body {
	font-family: "Helvetica Neue", Helvetica, Arial, verdana,sans-serif;
    color: #373737;
}
html,body{
     height:100%;
}
/*
* 汎用クラス
*/
.mb0 { margin-bottom:0 !important; }
.mb5 { margin-bottom:5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb20 { margin-bottom:20px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }
.mb50 { margin-bottom:50px !important; }
.mb60 { margin-bottom:60px !important; }
.alignL { text-align: left !important; }
.alignC { text-align: center !important; }
.alignR { text-align: right !important; }
.menu_list {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*
* 全体的なレイアウト設定
*/
.container-fluid {
	width: 1024px;
}

/* ヘッダー */
#header {
    padding: 20px;
}

.site_branding {
    margin: 0;
    padding: 0;
}
.header_menu {
    float: right;
    padding: 20px 45px;
}
.header_menu .menu_list {
    border-right: 1px solid #23BDEA;
    padding: 0 0;
}
.header_menu .menu_item {
    border-left: 1px solid #23BDEA;
}
.header_menu .menu_item {
    float: left;
}
.header_menu .menu_item a {
    display: block;
    color: #23BDEA;
    text-decoration: none;
    font-size: 16px;
    padding: 0 20px;
}
#navWrapper {
    background: #373737;
}
.global_menu .menu_list {
    float: left;
    margin: 0;
}
.global_menu .menu_item {
    float: left;
	position: relative;
}



.global_menu .menu_item a {
    display: block;
    color: #23BDEA;
    text-decoration: none;
    font-size: 22px;
    padding: 22px 20px;
}



#featureImgWrapper {
    background: #434E64;
}

/*
* トップページの各コンテンツ
*/
.content-box {
	padding: 40px 0 80px;
}

.odd {
	background: #FFF;
	padding-bottom: 40px;
}

.even {
	background: #efefef;
	padding-bottom: 40px;
}



.box-header {}

.box-body {}

.box-title {
	text-align: center;
	font-size: 28px;
	margin: 0 0 40px;
    font-weight: bold;
}
.company_table th {
    width: 30%;
    padding: 10px 2px;
	color: #717171;
}
.company_table td {
    width: 70%;
    padding: 10px 2px;
    font-weight: normal;
}

.company_table {
	border-bottom: solid 1px #DDD;
	}

/*.company_table tr:first-child th,
.company_table tr:first-child td {
	background: #EEE;
	}*/
	
/* 追加 */
.glyphicon-menu-down {
	color: #FFF;
	font-size: 20px;
	padding-left: 5px;
	transform: scale( 1 , 1 );
	}
.btn-info {
    color: #fff;
    background: #23BDEA;
    border: none;
}

.page-header {
	margin: 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
	}

.products div {
	padding: 0;
	}

.products .btn {
	width: 180px;
	line-height: 50px;
	font-size: 18px;
	padding: 0 20px;
	border-radius: 10px;
	text-align: center;
	}

.products .btn .glyphicon-menu-right {
	font-size: 16px;
	padding-left:5px;
	}
	
.products h2 {
	margin: 0;
	padding-top: 10px;
	}

.products .right {
	float: right;
	padding-right: 0;
	padding-left: 0;
	}

.btnset {
	display: table;
	width: auto !important;
}

.btnset div {
	display: table-cell;
	padding: 0;
	padding-left: 15px;
	}



.header_menu {
	padding: 0;
	position: relative;
	top: 20px;
	}

.header_menu {
	display: table;
	}
.menu_list,
.menu_btn{
	display: table-cell;
	vertical-align: middle;
	}

.header_menu {
	position: relative;
	}

.header_menu .menu_btn a.btn{
	color: #FFF;
	border-radius: 10px;
	width:218px;
	position: relative;
	bottom: 20px;
	padding: 0;
	line-height: 70px;
	text-align: left;
	text-indent: 25px;
	font-size: 18px;
	margin-left: 20px;
}

.header_menu li.last {
	border-right: 1px solid #23BDEA;
	marign-right:20px;
}




.sub {
	background: #23BDEA;
	color: #FFF;
}

.sub .global_menu a {
	color: #FFF;
	font-size: 24px;
	border-left: solid 1px #FFF;
	}

.sub_left .global_menu .menu_item {
    float: none;
}

.global_menu .menu_item a {
	padding:0 20px;
	line-height: 77px;
	}
	
.sub .global_menu .menu_item a {
	line-height: 60px;
	display: inline;
	}

.table-striped > tbody > tr:nth-of-type(2n+2) {
    background-color: #EFEFEF;
}

table.table-striped tr.thhead th{
	background: #21BDEB;
	padding: 0;
	line-height: 50px;
	color: #FFF;
	font-size: 20px;
	text-align: center;
}

table.table-striped tr.thhead th:first-child {
	text-align: center;
	}

table.table-striped tr td {
	font-size: 24px;
	padding: 0;
	line-height: 50px;
	text-align: center;
	border: none;
	font-weight: bold;
	}

table.table-striped tr th {
	font-size: 20px;
	padding: 0;
	line-height: 50px;
	text-align: center;
	font-weight: normal;
	font-family: Helvetica,Arial,sans-serif;
	border: none;
	}

.pricelist h3 {
	background: #000;
	color: #FFF;
	margin: 0;
	line-height: 70px;
	padding-left: 20px;
	}
	
.sub .global_menu .menu_item:first-child a {
	border-left: none;
	}

.howtoorder img,
.howtoorder02 img {
	margin-bottom: 15px;
	}

.howtoorder02 {
	background: #FFF;
	padding: 30px;
/* border-radius */
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
	}
	
ul.menu_list li.menu_btn .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.upload {
	width: 44px;
	height: 45px;
	display: inline-block;
	text-align: left;
	margin-right: 10px;
	background: url(../images/fileupload.png) no-repeat;
	background-size: 44px 45px;
	vertical-align: middle;
	}

.imgbg {
	background: #CCC;
	}

ul.poducts_menu {
	margin: 0;
	padding: 0;
	}

ul.poducts_menu li {
	padding: 0;
	list-style: none;
	}

.p_box {
	margin: 30px 0;
	}
	
.p_box div.col-sm-3 {
	border-left: solid 1px #CCC;
	padding: 0 20px;
}

.p_box div.col-sm-3:first-child {
	border: none;
	}

iframe.googlemap {
	width: 100%;
	height: 300px;
	}


/* 追従するナビ */
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

#left-area {
	padding: 0;
	width: 200px;
	margin-top:18px;
	}

.sub_left .global_menu .menu_item a {
	padding:0;
	border-bottom: solid 1px #23BDEA;
	line-height: normal;
	padding: 15px 20px;
	width: 100%;
	display: block;
}

.sub_left  .global_menu .menu_list {
    float: none;
    margin: 0;
	display: block;
}
/* 追従するナビここまで */

.breadcrumb {
	margin: 0;
	padding: 10px 20px;
	}

.container-fluid .col-sm-9 {
	padding: 0;
	padding-left: 20px;
	width: 784px;
	}

.container-fluid .col-sm-9 h3 {
	background: #000;
	color: #FFF;
	margin: 0;
	line-height: 50px;
	padding: 0 15px;
	}

.c_box {
	margin-bottom: 50px;
	}

.mapadd,
ul.payment ,p {
	font-family: Helvetica,Arial,sans-serif;
	}

table.mapadd tr td {
	vertical-align: top;
	padding: 5px;
	}


.dropdown-menu {
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	}


.global_menu .menu_list .dropdown .dropdown-menu h3 {
	font-size: 18px !important;
	margin: 0;
	margin-bottom:10px;
}

.global_menu .menu_list .dropdown .dropdown-menu a {
	font-size: 18px !important;
	padding: 15px 20px;
	line-height: normal;
}

ul.poducts_menu li a:hover,
.sub_left .global_menu .menu_item a:hover,
.global_menu .menu_list .dropdown .dropdown-menu a:hover {
	background: #EEE;
	color: #21BDEB;
	text-decoration: none;
}

.global_menu .menu_list .dropdown div.dropdown-menu {
	min-width: 890px;
	background: #FFF !important;
}


.global_menu .menu_list .dropdown .dropdown-menu .p_box a{
	font-size: 14px !important;
	padding: 5px !important;
	font-family: Helvetica,Arial,sans-serif !important;
	line-height: normal !important;
	color:#23BDEA;
}

ul.poducts_menu li a {
	line-height: 1.6em;
	color:#23BDEA;
	}

.dropdown-menu .p_box {
	margin: 0;
	}
	
.dropdown-menu .p_box div.col-sm-3 {
	padding: 10px;
	}



.navbar-header {
	display: table;
	height: 80px;
	}
.navbar-header div {
	display: table-cell;
	vertical-align: middle;
	}

.navbar-brand {
	padding: 0;
	}

.navbar-toggle {
	margin: 0;
	}
	

.breadWrapp {
	background: #EFEFEF;
	}

.breadcrumb {
	width: 1024px;
	margin: 0 auto;
	background: #EFEFEF;
	}
	
h2,h3,h4 {
	font-weight: bold;
	}

.global_menu {
	font-weight: bold;
}

.header_menu .btn-info {
	background: #003f8e;
	}
	
.header_menu .btn-info:hover {
	background: #31B0D5;
	}
	
.feed {
	height: 200px;
	overflow-y: auto;
	border: solid 1px #CCC;
	padding: 10px;
	background: #FFF;
	}
	
/*
* フッター
*/
#footerWrapper {
    background: #373737;
    /* position: absolute; */
    bottom: 0;
    width: 100%;
}
.footer {
    color: #FFF;
    text-align: center;
    padding: 20px 0;
}

#container {
    position: relative;
min-height: 100%;
}



/*.dropdown:hover > .dropdown-menu {
    display: block !important;
}*/





/* 追加 */
table.form {
	width: 100%;
	}

table.form th {
	background: #EFEFEF;
	padding: 10px;
	width: 23%;
}

table.form td {
	padding: 10px;
	}

table.form tr:first-child {
	border-top: solid 1px #CCC;
}

table.form tr {
	border-bottom: solid 1px #CCC;
	}
	
table.form span.r {
	color: #FF0000;
	}

table.form textarea {
	height: 200px;
}


	
#file_upload input[type="text"]{
	width: 50%;
}

#file_upload input.form-control {
	display: inline !important;
}
#file_upload div.col-sm-12 {
    margin-bottom: 10px;
}

#file_upload input {
	margin-bottom: 5px;
	}
	
.form-control[readonly] {
    background-color: #FFF;
}

.privacy {
	width: 100% !important;
	height: 400px;
	margin-bottom:20px;
	padding: 20px;
	}

textarea {
	font-family: Helvetica,Arial,sans-serif;
}

.btn-primary a {
	color: #FFF;
	text-decoration: none;
	}


.form .btn-info {
	font-size: 24px;
	}

#file_upload .btn-info {
	font-size: 14px;
	}

.form input,
.form textarea {
	width: 80%;
	}
	
input.num {
	width: 10em;
	display: inline-block;
	}

.form .inline {
	width: auto;
	display: inline-block;
	}
	
.form .half {
	width: 50%;
	display: inline-block;
	}

.about h3 {
	text-align: center;
	}

html, body {
	height: 100%;
}

#container {
position: relative;
min-height: 100%;
	}

#contentWrapper {
	padding-bottom:50px;
	}

#footerWrapper {
	position: absolute;
	bottom: 0;
	}

table.mapadd ul {
	padding: 0;
	}


.error {
	color: red;
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom:20px;
	border: solid 1px #FF0000;
	padding: 10px;
	}

.error p {
	margin: 0;
}

.error_m p {
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 0;
	}
	
.error_m input {
	 border: 1px solid #FF0000;
	 background: #FFDFDF;
 }

.error_m textarea {
	border: 1px solid #FF0000;
	background: #FFDFDF;
}

.error_m select {
	border: 1px solid #FF0000;
	background: #FFDFDF;
}

.help-block , .help-block ul {
	margin:0;
}

/* pagerClassDesign */

div.pagerClassDesign {
	margin-top: 20px;
	font-size: 85%;
}

div.pagerClassDesign a,
div.pagerClassDesign span {
	display: block;
	float: left;
	margin-right: 0.1em;
	padding: 0.2em 0.5em;
}

div.pagerClassDesign a {
	color: #105cb6;
	background-color: #fff;
	border: 1px solid #9aafe5;
	text-decoration: none;
}

div.pagerClassDesign a:hover {
	color: #003;
	background-color: #fff;
	border: 1px solid #2e6ab1;
}

div.pagerClassDesign span.current {
	color: #fff;
	background-color: #2e6ab1;
	border: 1px solid #2e6ab1;
	font-weight: bold;
}

div.pagerClassDesign span.nextprev {
	border: 1px solid #ddd;
	color: #999;
	background-color: #fff;
}

div.pagerClassDesign a.nextprev {
	font-weight: bold;
}