@CHARSET "UTF-8";

/* レイアウト幅　強制変更*/
.container {
  padding:0 0.4em  !important;

}
@media (min-width: 768px) {
  .container {
    width: 1140px;
  padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1140px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
/* レイアウトリセットここまで*/

 @media print {
a[href]:after {
	content: ""!important;
}
abbr[title]:after {
	content: ""!important;
}
}



img {
	max-width: 100%;
	height: auto;
}

ul, li, dl, dt, dd {
	list-style: none;
}
html {
  font-size: 62.5%;
}


body {
	background: #fff;
  font-size: 1.4em;

}




/* ----------------------------------------  ■ レイアウトに関するところ ------------------------------------------------*/
#main{
	/* padding-bottom:10px;*/
	padding:0;
margin-bottom:50px;
}
#top_inner, #cont_inner {
	background: #FFF;
}
#top_inner .breadcrumb, #cont_inner .breadcrumb {
	background: #FFF;
}

/* ----------------------------------------  ■  インフォメーションページ ------------------------------------------------*/
#main_misc {
}

#main_misc h3{
	font-size:1.4em;
	background:#aaa;
	color:#fff;
	font-weight:bold;
	padding:8px;
	border-radius: 4px;        /* CSS3草案 */
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
}
#main_misc h4{
	font-weight:bold;
	font-soze:1.2em;
	margin-top:20px;
	border-bottom:solid 2px #999;
	padding:2px;
}
#main_misc th{
	background:#eee;
}
#main_misc p{
	padding:2px;
}

/* ----------------------------------------  ■  Searchページ ------------------------------------------------*/
#main_block h3{
	font-size:1.4em;
	font-weight:bold;
}
#main_block h4{
	font-size:1.2em;
	font-weight:bold;
}
#cont_inner #search-block{
	margin:0 15px;
	padding:15px;
	background:#F5F5F5;
	border:solid 2px #eee;
	border-radius: 6px;        /* CSS3草案 */
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 6px;   /* Firefox用 */
}


@media (max-width: 767px) {
#cont_inner #search-block{
	margin:15px 0;
}
}
#cont_inner #search-block dl.formdl{
	margin:0;
	padding:0;
}
#cont_inner #search-block dl.formdl dt {
	float: left;
	width: 25%;
	clear: left;
	padding: 2px 0;
}
#cont_inner #search-block dl.formdl dd {
	float: right;
	width: 75%;
	padding: 2px 0;
}
#cont_inner .btn{
	font-weight:bold;
}
@media (max-width: 767px) {
#cont_inner .btn{
	margin-top:5px;
}
}
#cont_inner #main_block{
	padding:0 15px 10px;
}
@media (max-width: 767px) {
#cont_inner #main_block{
	padding:0;
}
}
#cont_inner h2{
	font-size:1.5em;
	font-weight:bold;
}
#cont_inner .text-warning{
	margin:10px 0;
	background:#c00;
	color:#FFF;
	padding:6px;
	font-size:1.3em;
	font-weight:bold;
}

#cont_inner .infobox{
	margin:10px 0;
}

#cont_inner .panel-heading {
	background:#ddd;
	font-weight:bold;
}
/* ----------------------------------------  ■  TOPページ ------------------------------------------------*/
#topimgbox {
	background: url(../user/images/topimg.jpg) no-repeat;
}
#topimgbox .topimgboxL {
	width: 50%;
	float: left;
}
#topimgbox .topimgboxR {
	width: 50%;
	float: left;
}

@media (max-width:767px) {
#topimgbox .topimgboxL {
	width: 100%;
	text-align: center;
	padding-top: 0;
}
#topimgbox .topimgboxR {
	width: 100%;
}
}
#topimgbox .topimgboxR_inner {
	margin: 30px;
	padding: 15px;
	background: url(../user/images/kensakubg.png);
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
#topimgbox .topimgboxR_ttl {
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
}
#topimgbox #search-block {
	background: #FFF;
	padding: 15px;
}
@media (max-width: 767px) {
#topimgbox #search-block {
	padding: 10px;
}
}
#topimgbox #search-block dl.formdl dt {
	float: left;
	width: 25%;
	clear: left;
	padding: 6px 0;
}
#topimgbox #search-block dl.formdl dd {
	float: right;
	width: 75%;
	padding: 6px 0;
}
@media (max-width: 767px) {
#topimgbox .topimgboxR_inner {
	margin: 0;
	padding: 10px;
}
#topimgbox #search-block {
	background: #FFF;
	padding: 10px;
}
}



/* ----------------------------------------  ■トップページ　下段コンテンツ  ------------------------------------------------*/
.top1140 {
	width: 1140px;
	margin: 0 auto;
}



.top1140 .mt10{
	margin-top:10px;
}
.top1140 .mt30{
	margin-top:30px;
}
.top1140 .mt50{
	margin-top:50px;
}

 @media screen and (max-width: 767px) {
.top1140 {
	width: 100%;
	padding:0 0.4em;
}

.top1140 .mt50{
	margin-top:30px;
}
}

/* -- TOP　2カラム --*/
.top1140 .leftbox {
	width: 860px;
	float: left;
	margin-top: 30px;
}
.top1140 .rightbox {
	width: 240px;
	float: right;
	margin-top: 30px;	
}
@media (max-width: 767px) {
.top1140 .leftbox {
	width: 100%;
	float: left;
	padding-top:20px;
	font-size: 12px;
	margin-top: 5px;
}
.top1140 .rightbox {
	width: 100%;
	float: left;
	margin-top: 20px;
}
}


.top1140  .top_pointbox{
	margin-right:-20px;
}
.top1140  .top_point{
	border:solid 2px #0066B5;
	padding:12px 8px 4px 8px;
	border-radius: 12px;        /* CSS3草案 */
	-webkit-border-radius: 12px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 12px;   /* Firefox用 */
	background:url(../user/images/top_img_bg.png) repeat-x;
	font-size:12px;
	float:left;
	width:270px;
	margin-right:20px;
}


@media (max-width: 767px) {
.top1140  .top_pointbox{
	margin-right:0;
	margin-left:0;
}
.top1140  .top_point{
	float:none;
	width:100%;
max-width:400px;
	margin:10px auto !important;

}
}

.top1140  .top_kikan{
	margin-top:30px;
	padding:5px;
	background:url(../user/images/orange_bg.png);
	border-radius: 6px;        /* CSS3草案 */
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 6px;   /* Firefox用 */
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
}
.top1140   .top_kikan span{
	font-size:1.6em;

}

@media (max-width: 767px) {
.top1140  .top_kikan{
	font-size:1em;
}
.top1140  .top_kikan span{
	font-size:1.2em;
}
}
.top1140  #rosenlist{
	padding:0;
}
.top1140  #rosenlist a{
	color: #ffffff;
}
.top1140  #rosenlist li{
	float:left;
	font-size:18px;
	display:inline-block;
	text-align:center;
	padding:5px 3px;
	font-weight:bold;
	color:#fff;
	width:31.3333%;
	margin:1%;
}
.top1140  #rosenlist sub{
font-size:12px;
}
@media (max-width: 767px) {
.top1140  #rosenlist li{
	width:48%;
}
}
@media (max-width: 579px) {
.top1140  #rosenlist li{
	width:98%;
}
}

.top1140  #rosenlist img{
	vertical-align:central;
	margin-right:5px;
}

.top1140  #rosenlist li:nth-child(1){
	background:#196FA0;
}
.top1140  #rosenlist li:nth-child(2){
	background:#6ABC58;
}
.top1140  #rosenlist li:nth-child(3){
	background:#B3087B;
}
.top1140  #rosenlist li:nth-child(4){
	background:#BC651E;
}
.top1140  #rosenlist li:nth-child(5){
	background:#ED081C;
}
.top1140  #rosenlist li:nth-child(6){
	background:#04AFA6;
}
.top1140  #rosenlist li:nth-child(7){
	background:#987BB3;
}
.top1140  #rosenlist li:nth-child(8){
	background:#F29605;
}
.top1140  #rosenlist li:nth-child(9){
	background:#049842;
}

/* --  ■トップページ　サイド --*/

/* 取扱い航空会社 */
.top1140 .toriatukaittl{
	background:#E83E2F;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	padding:10px 0;
	margin:0;

}
.top1140 .toriatukai{
	border:solid 2px #E83E2F;
	margin:0;
}

.top1140  .toriatukai ul{
	width:180px;
	margin:15px auto;
}
.top1140  .toriatukai li{
	list-style:none;
	text-align:center;
	border-bottom:dotted 1px #999;
	padding:8px;
font-weight:bold;
}
@media (max-width: 767px) {
.top1140 .toriatukai ul{
	width:100%;
}
.top1140 .toriatukai li{
	width:46%;
	margin:0 2%;
	float:left;
padding:4px;
}
}




#top_inner .sidebox{
	text-align:center;
	margin-bottom:30px;
}
#top_inner .airttl{
	text-align:center;
	margin:0;
	background:#1C5FB0;
}
#top_inner .airkensaku{
	border:solid 2px #1C5FB0;
	padding:10px;
	text-align:left;
	margin-bottom:30px;
}
#top_inner .input-block{
	margin:15px 0;
}

#railroad-company .item {
	padding: 5px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	font-size: 1.2em;
}

#railroad-company div {
	width: 18%;
	margin: 1%;
	display: inline-block;
	float: left;
}

#railroad-company div:nth-of-type(1)  {
	background-color: #2cb431;
}
#railroad-company div:nth-of-type(2) {
	background-color: #0b8e0e;
}
#railroad-company div:nth-of-type(3)  {
	background-color: #f77321;
}
#railroad-company div:nth-of-type(4) {
	background-color: #0073bc;
}
#railroad-company div:nth-of-type(5) {
	background-color: #ff0000;
}


#train-model div {
	padding: 5px;
	text-align: center;
	font-weight: bold;
	width: 10.5%;
	margin: 1%;
	display: inline-block;
	float: left;
}

.route {
	padding : 0;
}
.route li {
	float: left;
	display: inline-block;
	width: 20%;
	margin: 0 0 0.8em;
}
.route li span {
	display: inline-block;
	width: 80%;
	padding: 3px 6px;
	text-align: center;
	font-size: 14px;
	line-height: 1.42857143;
	white-space: nowrap;
	vertical-align: middle;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.route li span {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.route li:last-child:after {
	content: '';
}
.route li:after {
	font-family: 'Glyphicons Halflings';
	content: '\e092';
	padding: 0 0.5em;
	display: inline-block;
	width: 19%;
}
.route li:last-child:after {
	content: '';
}
.route li sup {
	display: block;
	margin: 0.5em 0 0;
	font-weight: normal;
}

.route li sup i.material-icons {
	font-size: 22px;
}

#applibox{
	width:230px;
	margin:0 auto;
	text-align:center;
	background:#68BDC8;
	padding-bottom:1px;
	margin-bottom:20px;
}
.topsidebox{
	width:230px;
	margin:0 auto;
}

footer {
margin-top:0 !important;
}

/**　0210本田追加　**/
.bgGrayArea {
    background: #ebeaea;
    background: #E8E8E8;
    margin: 0 0 15px 0;
    border-radius: 5px;
}

.pRp {
    padding-left: 20px;
}

.contInner02 {
    margin: 0;
    line-height: 1.6;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-right: 15px;
    width: auto;
}
.contInner02 {
    padding-bottom: 10px !important;
    overflow: hidden;
}

.contInner02 h2 {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 0 0;
}

#pointBox {
    display: block;
    margin: 0;
    padding: 0 5px 10px 0;
    overflow: hidden;
}

#pointBox li {
    width: 209px;
    float: left;
    background: #FFF;
    margin: 0 0 0 5px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    padding: 5px;
    line-height: 18px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

#pointBox li#point01 {
    background: #FF6600;
}

#pointBox li#point02 {
    background: #009900;
}

#pointBox li#point03 {
    background: #0099FF;
}

#pointBox li#point04 {
    background: #FF3366;
}

#pointBox li#point05 {
    background: #663399;
    letter-spacing: -0.05em;
}

.column2Area {
    min-height: 1px;
    width: 695px !important;
}
.column2Area {

    width: auto !important;
}

.search_result_list_lead02 {
    padding: 10px;
    background: #FFFFFF;
    border: 1px dotted #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.boxDl {
}
.marginBottom20 {
    margin: 0 0 20px 0;
}

.boxDl dt {
    margin: 0;
    padding: 10px;
    color: #666;
    font-weight: bold;
}
.font-size16 {
    font-size: 16px;
}

.boxDl dd {
    margin: 0;
    padding: 10px;
    line-height: 1.8em;
}

.bgWhite {
    background: #FFF;
}

.boxDl dd {
    line-height: 1.8em;
}


.checkOrange li {
    background: url(../user/images/im_check.png) no-repeat 0 50%;
    padding: 0 0 0 20px;
    font-size: 14px;
}

.plan_btn_area .kodamahikari_plan_btn p {
    text-align: center;
    line-height: 1.25;
    text-shadow: #FFF 2px 2px 2px, #FFF -2px 2px 2px, #FFF 2px -2px 2px, #FFF -2px -2px 2px;
}

.plan_btn_area .fb20_green {
    color: #00717a;
    font-size: 20px;
    font-weight: bold;
}


.main_block_r #shiharailist{
	padding:0;
}

.main_block_r #shiharailist li{
	border-bottom:dotted 2px #999;
	margin:0;
	padding:8px 0;

}
.main_block_r #shiharailist li .listttl{
	color:#0066B4;
	font-weight:bold;
	font-size:1.1em;
}
.main_block_r h2.senro{
	color:#333;
	padding:15px 5px;
	font-weight:bold;
	font-size:1.4em;
	background:url(../user/images/senro_line.png) bottom repeat-x;
}

#top_inner  .panel-default  .panel-heading{
color: #fff;
background-color: #335F8E;
border-color: #ddd;
font-weight: bold;
}

#top_inner  .bg-pink{
	background:#FFF0C1 !important;
padding:5px !important;
margin:10px 0 !important;
}

@media (max-width: 767px) {
.hidden-sp{
display:none;
}
}

/* ----------------------------------------  ■見出し ------------------------------------------------*/
#main h2 {
	border-bottom: none;
	position:relative;
	font-size: 22px;
	padding: 10px;
	background:#eee;
	border-left:solid 16px #E83E2F;
	margin: 30px 0 15px;
}
#main h2:after {
	display:none;
}

#main h3 {
	border-bottom: solid 3px #DDDDDD;
	position: relative;
	font-size: 20px;
	padding-bottom: 4px;
	margin: 30px 0 15px;
	font-weight:bold;
}

#main h4 {
	border-bottom: 1px dotted #999999;
	padding-bottom: 4px;
	font-size: 16px;
margin:5px 0;

}
@media screen and (max-width: 767px) {
#main h2 {
	font-size: 18px;
	padding: 6px;
}
#main h3 {
	font-size: 16px;
}
}



/* ----------------------------------------  ■トップページ　下段コンテンツ  ------------------------------------------------*/
#top_inner #main_block{
	padding:0 15px;
}
@media (max-width: 991px) {
#top_inner #main_block{
	padding:0;
}
}
#top_inner .main_block_l{
	margin-top:30px;
	width:850px;
	float:left;
}
#top_inner .main_block_r{
	margin-top:30px;
	width:230px;
	float:right;
}
#top_inner .main_block_l h2{
	color:#333;
	padding:15px 5px;
	font-weight:bold;
	font-size:1.4em;
	background:url(../user/images/senro_line.png) bottom repeat-x;
}

@media (max-width: 1199px) {
#top_inner .main_block_l{
	width:650px;
}
}
@media (max-width: 991px) {
#top_inner .main_block_l{
	width:100%;
	clear:left;
}
#top_inner .main_block_r{
	width:100%;
	clear:right;
}
}

#top_inner .top_pointbox{
	margin-right:-20px;
}
#top_inner .top_point{
	border:solid 2px #0066B5;
	padding:12px 8px 4px 8px;
	border-radius: 12px;        /* CSS3草案 */
	-webkit-border-radius: 12px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 12px;   /* Firefox用 */
	background:url(../user/images/top_img_bg.png) repeat-x;
	font-size:12px;
	float:left;
	width:270px;
	margin-right:20px;
}
@media (max-width: 1199px) {
#top_inner .top_pointbox{
	margin-right:-10px;
}
#top_inner .top_point{
	width:210px;
	margin-right:10px;

}
}
@media (max-width: 991px) {
#top_inner .top_pointbox{
	margin-right:-1%;
	margin-left:1%;
}
#top_inner .top_point{
	width:32%;
	margin-right:1%;
	min-height:270px;
}
}
@media (max-width: 600px) {
#top_inner .top_pointbox{
	margin-right:0;
	margin-left:0;
}
#top_inner .top_point{
	width:100%;
	margin:10px 0 0 0;
		min-height:200px;

}
#top_inner .top_point img{
	width:50%;
}
}
