@charset "UTF-8";
/* CSS Document */
body {
	background:url(../img/common/bg.png);
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	width: 100%;
}
h1, h2, h3, h4, h5, p {
	display:block;
	margin:0;
}
p {
	line-height:1.8;
}
img {
	vertical-align:top;
}
ul, ol, dl {
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
em {
	font-style:normal;
}
a {
	text-decoration:none;
	color:#333;
}
a:hover {
}
.clearfix:after {
	content:"";
	display:block;
	clear:both;
	height:0px;
}

/* keifont */
@font-face {
    font-family: 'keifontregular';
		src: url(webfontkit/keifont.eot);
    src: url(webfontkit/keifont.eot?#iefix) format('embedded-opentype'),
         url(webfontkit/keifont.woff) format('woff'),
         url(webfontkit/keifont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
.kei-font {
	font-family: 'keifontregular';
}
.transition {
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;  
       -o-transition: 0.2s ease-in-out;  
          transition: 0.2s ease-in-out;
}


/*===============================================
 レスポンシブ PCサイズ 横幅 741px以上
===============================================*/
@media screen and (min-width: 741px) {

body {
	min-width: 1000px;
}

/* shadow */
.bg_shadow {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
	behavior:url(../js/PIE.htc);
}
.corner_circle {
	border-radius: 6px;        /* CSS3草案 */  
  -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 6px;   /* Firefox用 */
	behavior:url(../js/PIE.htc);
}

.button {
	text-align:center;
	position: relative;
	background: -moz-linear-gradient(top,#F05251 0%,#DB4B4A);
	background: -webkit-gradient(linear, left top, left bottom, from(#F05251), to(#DB4B4A));
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#F05251, endcolorstr=#DB4B4A));
	/* IE8 IE9 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#F05251, endcolorstr=#DB4B4A))";
	zoom: 1;
	/* IE10+ */
	background: linear-gradient(to bottom, #F05251, #DB4B4A);

	border-radius: 8px;
	color: #fff;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 5px 0 #B43D3D;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	behavior:url(../js/PIE.htc);
}
.button:hover {
	top: 5px;
	box-shadow: none;
}
.button:active {
}

.button_orange {
	text-align:center;
	position: relative;
	background: -moz-linear-gradient(top,#FF931E 0%,#E9861B);
	background: -webkit-gradient(linear, left top, left bottom, from(#FF931E), to(#E9861B));
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#FF931E, endcolorstr=#E9861B);
	/* IE8 IE9 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#FF931E, endcolorstr=#E9861B)";
	zoom: 1;
	/* IE10+ */
	background: linear-gradient(to bottom, #FF931E, #E9861B);
	
	border-radius: 8px;
	color: #fff;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 5px 0 #BF6E16;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	behavior:url(../js/PIE.htc);
}
.button_orange:hover {
	top: 5px;
	box-shadow: none;
}
.button_orange:active {
}

.button_blue {
	text-align:center;
	position: relative;
	background: -moz-linear-gradient(top,#005EAE 0%,#00569E);
	background: -webkit-gradient(linear, left top, left bottom, from(#005EAE), to(#00569E));
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#005EAE, endcolorstr=#00569E));
	/* IE8 IE9 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#005EAE, endcolorstr=#00569E))";
	zoom: 1;
	/* IE10+ */
	background: linear-gradient(to bottom, #005EAE, #00569E);
	
	border-radius: 8px;
	color: #fff;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 5px 0 #004682;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	behavior:url(../js/PIE.htc);
}
.button_blue:hover {
	top: 5px;
	box-shadow: none;
}
.button_blue:active {
}

#page-top {
	position: fixed;
	bottom: 10px;
	left: 50%;
	margin-left:500px;
	z-index:920;
}
#page-top a {
	position: relative;
	display:block;
	background: -moz-linear-gradient(top,#005EAE 0%,#00569E);
	background: -webkit-gradient(linear, left top, left bottom, from(#005EAE), to(#00569E));
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#005EAE, endcolorstr=#00569E));
	/* IE8 IE9 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#005EAE, endcolorstr=#00569E))";
	zoom: 1;
	/* IE10+ */
	background: linear-gradient(to bottom, #005EAE, #00569E);
	
	color:#FFF;
	font-size:12px;
	text-align:center;
	width:72px;
	height:72px;
	line-height:72px;
	border-radius: 36px;        /* CSS3草案 */  
  -webkit-border-radius: 36px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 36px;   /* Firefox用 */
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	box-sizing:border-box;
	box-shadow: 0 5px 0 #004682;
	behavior:url(../js/PIE.htc);
}
#page-top a:hover {
	top: 5px;
	box-shadow: none;
}
#page-top a:before {
	display: block;
	content: "";
	position: absolute;
	top: 20px;
	left: 32px;
	width: 6px;
	height: 6px;
	margin: -6px 0 0 0;
	border-top: solid 2px #FFF;
	border-left: solid 2px #FFF;
	-webkit-transform: rotate(45deg);
  	      transform: rotate(45deg);
}



header {
	background:url(../img/common/head_bg00.png) top repeat-x;
	overflow:hidden;
	height:210px;
	overflow:hidden;
}
header #header {
	position:relative;
}
header #header h1 {
	position:absolute;
	display:block;
	margin:0px 0px 0px -470px;
	padding:0px;
	width:440px;
	height:100px;
	top:3px;
	left:50%;
}
header #header h1 em {
	display:block;
	position:absolute;
	font-size:10px;
	top:0px;
	left:170px;
}
header #header .bn_orix {
	display:block;
	position:absolute;
	top:58px;
	left:50%;
	margin:0px 0px 0px -40px;
}

header #header #head {
	width:940px;
	height:140px;
	margin:0px auto;
	background:url(../img/common/head_bg03.png) no-repeat top center;
}
header #header #head ul.sub_navi {
	display:block;
	margin:0px auto;
	padding:0px;
	font-size:10px;
	line-height:50px;
	float:right;
	line-height:24px;
	height:20px;
	overflow:hidden;
}
header #header #head ul.sub_navi li {
	float:left;
}
header #header #head ul.sub_navi li a {
	padding:0px .5em;
}
header #header #head .unit {
	display:block;
	clear:both;
	width:270px;
	float:right;
	text-align:center;
}
header #header #head .unit .tel {
	display:block;
	margin-bottom:5px;
}
header #header #head .unit .tel em {
	display:none;
}
header #header #head .unit .btn {
}

/* Global Navi */
header nav {
}
header nav ul {
	margin:-10px auto 0px;
	padding:10px 0px 0px 0px;
	width:940px;
}
header nav ul li {
	float:left;
}
header nav ul li:first-child {
	margin-top:-10px;
}

/* Global Navi 1606 */
header nav.grobal {
}
header nav.global ul {
	margin:-10px auto 0px;
	padding:10px 0px 0px 0px;
	width:940px;
}
header nav.global ul li {
	float:left;
}
header nav.global ul li:first-child {
	margin-top:-10px;
}

header nav.global ul li a {
	display:block;
	position:relative;
	box-sizing:border-box;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	height:70px;
	line-height:70px;
	background:url(../img/common/navi_bg_off.png) repeat-x center top;
	
	-webkit-transition: 0.25s ease-in-out;
	   -moz-transition: 0.25s ease-in-out;  
       -o-transition: 0.25s ease-in-out;  
          transition: 0.25s ease-in-out;
}

header nav.global ul li a:before,
header nav.global ul li a:after {
	display:block;
	position:absolute;
	content:'';
	width:1px;
	height:66px;
}
header nav.global ul li a:before {
	background:#F5FAFF;
	top:0px;
	left:0px;
	
	opacity:0.25;
	-moz-opacity: 0.25;
	filter:alpha(opacity=25);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=25);
	
	background-blend-mode: screen;
}
header nav.global ul li a:after {
	background:#004097;
	top:0px;
	right:0px;
	
	opacity:0.25;
	-moz-opacity: 0.25;
	filter:alpha(opacity=25);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=25);
	
	background-blend-mode: multiply;
}
header nav.global ul li:first-child a:before,
header nav.global ul li:first-child a:after {
	display:none;
}
header nav.global ul li:nth-child(2) a:before {
	display:none;
}

header nav.global ul li:first-child a {
	padding-top:30px;
	
	background:url(../img/common/icon_home_off.png) no-repeat center 15px, #005EAA;
	height:80px;
}
header nav.global ul li:first-child a:hover {
	background:url(../img/common/icon_home_on.png) no-repeat center 15px, #005EAA;
}
header nav.global ul li a:hover {
	background:url(../img/common/navi_bg_on.png) repeat-x center top;
}

header nav.global ul li a i {
	margin-right:5px;
	font-size:18px;
}

/*header nav.global ul li:nth-child(1) {
	width:80px;
}
header nav.global ul li:nth-child(2) {
	width:160px;
}
header nav.global ul li:nth-child(3) {
	width:180px;
}
header nav.global ul li:nth-child(4) {
	width:220px;
}
header nav.global ul li:nth-child(5) {
	width:160px;
}
header nav.global ul li:nth-child(6) {
	width:140px;
}*/

/* 2017.4.15 */
header nav.global ul li:nth-child(1) {
	width:80px;
}
header nav.global ul li:nth-child(2) {
	width:180px;
}
header nav.global ul li:nth-child(3) {
	width:220px;
}
header nav.global ul li:nth-child(4) {
	width:280px;
}
header nav.global ul li:nth-child(5) {
	width:180px;
}

/* Responsive SPhone Navi 1606 */
#sp_navi {
	display:none;
}


article {
}


/* footer */
footer {
	background:url(../img/common/bg_footer.png);
}
footer #footer {
	position:relative;
	width:960px;
	margin:0 auto;
	color:#FFF;
	height:180px;
}
footer #footer ul {
	overflow:hidden;
	font-size:11px;
	margin:0px auto 0px;
	padding:20px 0px 0px 0px;
}
footer #footer ul li {
	float:left;
	text-align:center;
}
footer #footer a {
	color:#FFF;
}
footer #footer a:hover {
	color:#FC0;
}
footer #footer ul li a:before {
	content:"｜";
}
footer #footer .copyright {
	position:absolute;
	width:100%;
	bottom:10px;
	text-align:center;
	font-size:12px;
}

}
