/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/*reset area*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
a {
    background-color: transparent;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
ul, menu, dir {
    display: block;
    list-style-type:none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
font-style:normal;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*reset area finish*/

/*Base area*/
html {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 180%;
    color: #333;
    background-color: #fff;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #337ab7;
    text-decoration: none;
}
/*Base area finish*/

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.head-menu li {
	text-align:center;
	border-bottom:dotted 1px #CCC;
}
.head-menu li a {	
    display:block;
	padding:25px 0;
}
.head-menu li p {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.head-menu li a img,
.head-menu li a:hover img {
    display: none;
}
@media (min-width:768px) {
    .col-sm-3 {
        float: left;
        width: 61%;
        margin-right: 4%;
    }
	ul.head-menu {
		display:flex;
    display: -webkit-flex;/*--- safari（PC）用 ---*/
		justify-content:flex-end;
    -webkit-justify-content:flex-end;/*--- safari（PC）用 ---*/
	}
    .head-menu li {
    /*width: 10.8%;*/
        /*max-width:136px;*/
        /*margin-top:25px;*/ 
    margin-top: 55px;
    border-bottom:0px;
    padding:0;
    display: flex;
    align-items: flex-end;
    }
    .head-menu li a {
        color: #000;
    }
    /*.head-menu li:nth-child(3) {
        width: 22.7%;
    }
    .head-menu li:nth-child(4) {
        width: 14.1%;
    }
    .head-menu li:nth-child(5) {
        width: 11.3%;
    }
    .head-menu li:nth-child(6) {
        width: 8.6%;
    }
    .head-menu li:nth-child(7) {
        width: 11.9%;
    }
    .head-menu li:nth-child(8) {
        width: 9.8%;
    }*/
    /*.head-menu li:nth-child(3) {
        flex-basis:32%;
        max-width:272px;
    }*/
	.head-menu li:last-child {
	border-bottom:0px;
	}
.head-menu li a {	
    display:block;
	padding:0;
    position: relative;
}
.head-menu li a img {
    display: none;
    transition: all 2s ease;
    opacity: 0;
}
.head-menu li a:hover img {
    display: block;
    position: absolute;
    width: 50px;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 1;
}
}
.navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width:768px) {
    .navbar {
        border-radius: 4px;
    }
    .navbar-header {
        float: left;
		width:35%;
		text-align:center;
    }
}
.container > .navbar-collapse,
.container > .navbar-header,
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width:768px) {
    .container > .navbar-collapse,
    .container > .navbar-header,
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width:768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 15px 0 15px 10px;
	width:50%;
}
.navbar-brand img {
	width:100%;
	height:auto;
}
@media (min-width:768px) {
	.navbar-brand {
    float: left;
    height: auto;
    padding: 0px;
	margin:20px 0 0 18%;
    width: 62%;
	max-width:300px;
}
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
	.navbar-inverse {
		height: 100px;
	}
}
.navbar-inverse {
    background-color: #FFF;
    /*border-color: #080808;*/
    /*background-color: rgba(240,240,240,0.9);*/
    /*background-color: rgba(240,240,240,1);*/
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
    background-color: #333;
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.list-group-item {
    position: relative;
    display: block;
	vertical-align:middle;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
}