@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* =====================================================================
*    基本設定
* =================================================================== */
html {
	overflow: auto;
}
* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-style: normal;
}
body {
	margin: 0 auto;
	min-width: 1200px;
	overflow-x: hidden;
	position: relative;
	color: #5A5A5A;
	text-decoration: none;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", serif;
}
img {
	display: block;
    border-style:none;
}
a {
	outline: none;
}
a:hover,
a:hover img {
	opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
	text-decoration: underline;
}
#globalNavi ul li a:hover,
#globalNavi ul li a:hover img {
	opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -khtml-opacity: 1;
    -moz-opacity: 1;
	text-decoration: underline;
}
/* =====================================================================
*    globalHeader
* =================================================================== */

#globalHeader .inner-bg{
	margin: 0 -500%;
	padding: 0 500%;
	border-bottom: 3px solid #2ca6e0;
}
#globalHeader .inner-bg .inner {
	width: 960px;
	margin: 0 auto;
	padding: 0 19px 4px;
}
#globalHeader .inner-bg .inner h1 {
	float: left;
	height: 56px;
	margin-right: 14px;
}
#globalHeader .inner-bg .inner h2 {
	float: left;
	width: 260px;
	margin-top: 11px;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#globalHeader .inner-bg .inner .contact {
	float: right;
}
#globalHeader .inner-bg .inner .contact p.tel {
	width: 204px;
	margin-top: 11px;
}
#globalHeader .inner-bg .inner .contact p.mail {
	width: 96px;
	margin-top: 7px;
	margin-left: auto;
}
/* =====================================================================
*    globalNavi
* =================================================================== */
#globalNavi {
	width: 960px;
	margin: 0 auto;
}
#globalNavi ul.menu li {
	float: left;
}
/* =====================================================================
*    contents-wrap
* =================================================================== */
#contents-wrap {
	width: 920px;
	margin: 0 auto;
	padding: 30px 20px 40px;
	font-size: 14px;
	line-height: 21px;
}
#contents-wrap h3 {
	margin-top: 10px;
	margin-bottom: 30px;
}
/* =====================================================================
*    footer
* =================================================================== */
#colophon .inner .link {
	width: 920px;
	padding: 0 20px;
	margin: 0 auto;
}
#colophon .inner .link ul li {
	float: left;
	line-height: 21px;
	margin-right: 12px;
	margin-top: 30px;
}
#colophon .inner .link ul li a{
	font-size: 12px;
	color: #104097 !important;
	text-decoration: none;
	padding-left: 20px;
	background: transparent url(../img/common/icon_01.gif) no-repeat 0 50%;
}
#colophon .inner .link ul li a:hover {
	text-decoration: underline;
}
#colophon .inner .link p.btn {
	float: right;
	margin-right: -20px;
}
address {
	background-color: #dcecf8;
	border-top: 3px solid #BEBFBF;
}
address .inner {
	width: 920px;
	margin: 0 auto;
}
address .inner h1 {
	float: left;
	padding: 20px 0 20px 20px;
}
address .inner p.txt {
	float: right;
	margin-right: -20px;
	padding-top: 11px;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
}
/* =====================================================================
*    clear both  
* =================================================================== */
.cb {
	clear: both;
}
/* =====================================================================
*    margin clear  
* =================================================================== */
.mt-c {
	margin-top: 0 !important;
}
.mr-c {
	margin-right: 0 !important;
}
.mb-c {
	margin-bottom: 0 !important;
}
.ml-c {
	margin-left: 0 !important;
}
/* =====================================================================
*    padding clear  
* =================================================================== */
.pt-c {
	padding-top: 0 !important;
}
.pr-c {
	padding-right: 0 !important;
}
.pb-c {
	padding-bottom: 0 !important;
}
.pl-c {
	padding-left: 0 !important;
}
/* =====================================================================
*    clearfix
* =================================================================== */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
