

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */
* { 
  margin: 0;
  padding: 0px;
} 

body { 
	background: #ffffff; 
	margin: 0; 
	height: 100%;
	font-size: 14px; 
	color: #333;
	font-family:  Avenir, 'Helvetica neue', Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Sans-Serif";
	overflow-x: hidden;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

p { 
	padding: 0; 
	font-size: 14px; 
	line-height: 1.4;
	margin: 10px 0px;
}

img {
	height: auto;
	max-width: 100%;
}

a { 
	color: #074a7f;
	padding: 0;
	margin: 0;
	text-decoration: none; 
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #003451;
}

::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}

.centered {
	text-align: center
}

/*	################################################################
	BOOTSTRAP MODIFICATIONS & TWEAKS
################################################################# */

.navbar-default {
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover {
	background: #003451;
}
.navbar {
	padding: 0;
	margin: 0;
}

.navbar-brand {
	max-width: 250px;
}
.navbar-toggle:before {
	content: "MENU";
	font-size: 12px;
	color: #fff;
}
.navbar-default .navbar-toggle {
	background: #074a7f;
	margin: 0;
	width: 60px;
	height: 60px;
	border: none;
	border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
	width: 80%;
	margin: 0 auto;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 6px;
}

.navbar-nav {
	margin-bottom: 0;
}
.navbar-default .navbar-collapse {
	max-height: 400px;
	background: #074a7f;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus  {
	background-color: #003451;
	color: #fff;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 15px;
	border-bottom: 1px dotted #999;
}
.navbar-default .navbar-nav > li > a:after {
	float: right;
	font: normal normal normal 15px/1 FontAwesome;
	content: "\f107";
	color: #ccc;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #ccc;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #ccc;
	font-size: 15px;
    padding: 10px 15px 10px 15px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #AD8400;
	background-color: transparent;
}

.dropdown-menu {
	background: #384452;
}

.dropdown-menu > li > a {
	color: white;
	font-size: 13px;
}


/*	################################################################
	SITE WRAPS
################################################################# */

#headerwrap {
	margin-top: 60px;
}

#headerwrap .img-responsive {
	margin: 0 auto;
}

/* topics Wrap */
#topics {
}
#topics h2 {
	background: #074a7f;
	border-bottom: 3px solid #003451;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	padding: 15px;
	margin: 0;
	position: relative;
}
#topics h2 img {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}
#topics h2 span {
	position: absolute;
	margin-top: 7px;
}
/*#topics h2:before {
	content: url(../img/ico01.png);
	padding-right: 10px;
} */
/* #topics h2.tit02:before {
	content: url(../img/ico02.png);
} */
/* #topics h2.tit03:before {
	content: url(../img/ico03.png);
} */

#topics .btn-topics {
	background: #003451;
	padding: 5px 7px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	float: right;
}
#topics .btn-topics:after {
	right: 10px;
	font: normal normal normal 15px/1 FontAwesome;
	content: "\f105";
	padding-left: 14px;
}
#topics dl {
	margin: 15px 0px;
	font-size: 14px;
}
#topics dd {
	padding: 5px 0px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #4276a2;
}
#topics dl dd:last-child {
	border-bottom: none;
}

#topics h2.tit02 {
	background: #077f78;
	border-bottom: 3px solid #02635c;
}
#topics h2.tit02 .btn-topics {
	background: #02635c;
}
#topics h2.tit03 {
	background: #80a551;
	border-bottom: 3px solid #64892f;
}
#topics h2.tit03 .btn-topics {
	background: #64892f;
}

/* bnr Wrap */
#bnr {
	padding-top: 15px;
	padding-bottom: 40px;
	background: #f2f2f2;
	border-top: 1px solid #999;
}
#bnr img {
	margin-bottom: 10px;
}
#bnr .row {
	margin-right: -5px;
    margin-left: -5px;
}
#bnr .col-xs-12 , #bnr .col-xs-6 {
	padding-left: 5px;
	padding-right: 5px;
}
#bnr .bnrwrap-btn {
	display: table;
	margin: 0 0 10px;
	width: 100%;
	background: #fff;
	vertical-align: middle;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#bnr .bnrwrap-btn td {
	width: 50%;
	padding: 5px 10px;
	min-height: 55px;
	height: 55px;
	vertical-align: middle;
	border-right: 1px solid #999;
	border-bottom: 1px solid#999;
	position: relative;
}
#bnr .bnrwrap-btn a {
	width: 100%;
	display: block;
	text-align: left;
}

#bnr .bnrwrap-btn td:after {
	position: absolute;
	top: 20px;
	right: 10px;
	font: normal normal normal 15px/1 FontAwesome;
	content: "\f105";
	padding-left: 14px;
	color: #ccc;
}

/*	################################################################
	PAGE CONTENTS
################################################################# */

#headerwrap.titbar {
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
	background: #f2f2f2;
}

#headerwrap.titbar h1 {
	font-size: 20px;
	color: #333;
	padding: 0;
	margin: 0;
	text-align: center;
}

/*  page-contrents  */
#page-contrents {
	padding-top: 10px;
	padding-bottom: 40px;
}
#page-contrents h3 {
	background: url(http://www.yamagatanoukai.jp/img01/bg_titbar01.png) no-repeat 0px 0px;
	padding: 18px 0px 10px 20px;
	font-size: 15px;
	margin: 20px 0px 10px;
}

#page-contrents h4 {
	font-size: 14px;
	color: #fff;
	padding: 7px 10px;
	background: #074a7f;
	margin: 20px 0px;
}
#page-contrents p {
	font-size: 13px;
}

#page-contrents ul , #page-contrents ol {
	margin-left: 20px;
}
#page-contrents table {
	font-size: 13px;
	margin: 20px 0px;
}
#page-contrents table tr:first-child {
	border-top: 1px solid #666;
}
#page-contrents table tr {
	border-bottom: 1px solid #666;
}
#page-contrents table th , #page-contrents table td {
	padding: 10px;
}
#page-contrents table th {
	white-space: nowrap;
	text-align: center;
}
#page-contrents table thead th {
	background: #074a7f;
	color: #fff;
}
#page-contrents table tbody th {
	background: #cddae5;
}

/*	################################################################
	FOOTER CONTENTS
################################################################# */

/* Footer */
#footerwrap {
	padding-top: 30px;
	background: #074a7f;
	color: #fff;
	text-align: center;
}
#footerwrap h1 {
	margin: 0px 0px 10px;
}
#footerwrap h1 img {
	max-width: 280px;
}
#footerwrap p {
	color: #fff;
}
#footerwrap a {
	color: #ccc;
}
#footerwrap .cp {
	margin-top: 20px;
	background: #fff;
	padding: 10px 15px;
}
#footerwrap .cp p {
	font-size: 12px;
	color: #333;
}

/*	################################################################
	RESPONSIVE
################################################################# */

@media screen and (min-width: 330px)  {
#topics dl ,#topics dl a {
	font-size: 15px;
}
#topics h2 {
	font-size: 18px;
}
#topics .btn-topics {
	padding: 7px 7px 5px;
    font-size: 18px;	
}

#bnr .bnrwrap-btn a {
	font-size: 15px;
}

/* page contents */
#headerwrap.titbar {
	padding-top: 40px;
	padding-bottom: 30px;
}
#page-contrents p {
	margin: 15px 0px;
    font-size: 14px;
    line-height: 1.6;
}
#page-contrents h3 {
	font-size: 18px;
	padding: 20px 0px 5px 20px;
	line-height: 1;
}
#page-contrents h4 {
	font-size: 16px;
	line-height: 1;
}
#page-contrents h5 {
	font-size: 16px;
	line-height: 1;
}
}
