@CHARSET "utf-8";
/* ************************************** _

タイトル：株式会社ノーマ base css

_ ************************************** */
/* CSS RESET START
----------------------------------------------- */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-style:normal;font-size: 100%;font-weight: normal;vertical-align: baseline;box-sizing: border-box;-webkit-box-sizing: border-box;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
input, textarea{margin: 0;padding: 0;outline: none;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;width:100%;}
caption, th{text-align: left;}
img {vertical-align: middle; max-width:100%;height: auto;}
.clearfix {min-height: 1px;}
.clearfix:after {content: "."; display: block;clear: both;height: 0;visibility: hidden;}
.both{clear:both;}
/**
/* PRESET START
----------------------------------------------- */
h1, h2, h3, p, ul, ol {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}
p {
	line-height: 160%;
}
table, td {
	font-size: 12px;
}
img {
	border: 0;
}
/* body ID
---------------------------------------------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
	color:#444;
	margin: 0;
	padding: 0;
}
*:first-child+html body {
	font-family: "メイリオ", Meiryo, san-serif;
}
*, *:before, *:after {
	box-sizing: border-box;
}
#Wrapper {
	position: relative;
	background-color: #ebebeb;
}
/*****************************************************
*   crearfix                                         *
*****************************************************/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*****************************************************
*    パンクズ                                        *
*****************************************************/
.breadcrumb {
	font-size: 12px;
	text-align: left;
	color: #444;
	padding: 5px 0;
	margin-bottom: 20px;
	border-bottom: 1px dotted #cccccc;
}
.breadcrumb li {
	display: inline-block;
	list-style: none;
}
.breadcrumb li.tate { border-left: 1px solid #39917b; height: 10px; }
.breadcrumb li a {
	color: #39917b;
	text-decoration: none;
	padding: 0 0 0 6px;
}
.breadcrumb li a:hover {
	text-decoration: underline;
}

/******************************************************
header
******************************************************/
#Wrapper .g-header {
	position: relative;
	background: #79b8ad;
}
#Wrapper .g-header .header-disp{
	background: #389082;
}
#Wrapper .g-header .header-disp .seo{
	color: #fff;
	padding: 5px;
}
#Wrapper .g-header .container{
	padding: 0;
}
#nav-toggle,
.g-header .global-nav{
	display: none;
}
/*
*メディア設定
------------------------------------------------------------------*/
@media only screen and (max-width: 767px){
	.g-header .global-nav{
		display: block;
		position: absolute;
		z-index: 1999;
		top: -500px;
		width: 100%;
		background: #79B8AD;
		padding: 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	.g-header .global-nav ul {
		list-style: none;
		padding: 30px 0 0 0;
	}
	.g-header .global-nav ul li {
		border-bottom: 1px solid #fff;
	}
	.g-header .global-nav ul li:last-child{
		border-bottom: none;
	}
	.g-header .global-nav ul li a{
		display: block;
		color: #ffffff;
		text-decoration: none;
		padding: 18px 0 18px 10px;
	}
	.g-header .global-nav ul li a span{
		font-size: 16px;
		margin-left: 5px;
	}
	#nav-toggle {
		background: #79B8AD;
		display: block;
		position: absolute;
		right: 10px;
		top: 5px;
		width: 40px;
		height: 40px;
		cursor: pointer;
		z-index: 2000;
	}
	#nav-toggle div {
		position: relative;
	}
	#nav-toggle span.nav-bar {
		display: block;
		position: absolute;
		height: 2px;
		width: 80%;
		background: #ffffff;
		left: 10%;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	#nav-toggle span.nav-bar:nth-child(1) {
		top: 5px;
	}
	#nav-toggle span.nav-bar:nth-child(2) {
		top: 14px;
	}
	#nav-toggle span.nav-bar:nth-child(3) {
		top: 22px;
	}
	#nav-toggle span.nav-text{
		position: absolute;
		top: 26px;
		left: 10%;
		font-size: 10px;
		color: #FFFFFF;
	}
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span.nav-bar:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span.nav-bar:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	.open .global-nav{
		-moz-transform: translateY(500px);
		-webkit-transform: translateY(500px);
		transform: translateY(500px);
	}
}
@media screen and (min-width: 1025px){
	
}
/******************************************************
gnavi
******************************************************/
#Wrapper .g-header .g-navi{
	list-style: none;
	z-index: 1;
}
#Wrapper .g-header .g-navi li{
	float: left;
}
#Wrapper .g-header .g-navi li a{
	display: block;
	color: #fff;
	height: 100%;
}
/******************************************************
container
******************************************************/
#Wrapper .container {
	position: relative;
	text-align: left;
	margin: 0 auto;
	padding: 20px 10px;
}
#Wrapper .container .pageWrap {
	background-color: #fff;
	padding: 20px;
}
#Wrapper .container .contents .shadow-l { position: absolute; top: 0; left: -1px; }
#Wrapper .container .contents .shadow-r { position: absolute; top: 0; right: -1px; }

/******************************************************
footer
******************************************************/
#footer{
	text-align: center;
	background-color: #444;
}
#footer .container{
	padding: 0 10px;
}
#footer .foot-area{
	text-align: left;
}
#footer .foot-area .upper .btn-pagetop{
	position: absolute;
	top: -26px;
	right: 0;
}
#footer .foot-area .upper .f-menu {
	padding: 10px 0 0 2px;
	list-style: none;
}
#footer .foot-area .upper .f-menu li a {
	color: #fff;
	text-decoration: none;
}
#footer .foot-area .upper .f-menu li a:hover {
	text-decoration: underline;
}
#footer .foot-area .lower .company {
	float: left;
	padding: 40px 0 0 2px;
	line-height: 180%;
	color: #fff;
}
#footer .foot-area .company dt a{
	font-weight: bold;
	font-size: 14px;
	color:#FFF;
	text-decoration:none;
}
#footer .foot-area .lower .f-menu2 {
	float: right;
	list-style: none;
	margin: 40px 2px 0 0;
	border-left: 1px solid #fff;
}
#footer .foot-area .lower .f-menu2 li { float: left; padding: 0 10px 0 10px; border-right: 1px solid #fff; }
#footer .foot-area .lower .f-menu2 li a { color: #fff; text-decoration: none; }
#footer .foot-area .lower .f-menu2 li a:hover { text-decoration: underline; }
#footer address{
	color:#FFF;
	font-size: 12px;
	padding: 10px 0;
}


/*****************************************************
main
******************************************************/
#Wrapper .container h2.h2_ttl{
	color: #389082;
	font-weight: bold;
	font-size: 38px;
	line-height: 1.2;
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #79b8ad;
}
#Wrapper .container .page-guide{
	margin: 40px 0 0 0;
}
#Wrapper .container .pageWrap h3.h3_ttl{
	padding: 6px 0 6px 20px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #389082;
}

#Wrapper .container .contents .main .reed_sado {
	width: 590px;
	height: 41px;
	margin: 80px 0 0 0;
	padding: 6px 0 6px 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #389082;
}
#Wrapper .container .page-guide .go-top2,
#Wrapper .container .pageWrap .sado-guide .go-top2 {
	margin: 40px 0 0 0;
	text-align: right;
	border-bottom: 1px solid #bababa;
}
#Wrapper .container .pageWrap .sapre-a {
	padding:10px 0 20px 20px;
	font-size:14px;
	font-weight:bold;
}
#Wrapper .container .pageWrap .sapre-b {
	padding:5px 0 25px 30px;
	list-style-type: decimal;
}
/**********************************************
aside
**********************************************/
#Wrapper .container aside .baner li{
	margin: 0 0 15px 0;
	text-align: center;
}
#Wrapper .container aside .baner li a{
	display: block;
}
#Wrapper .container aside .baner li a:hover{
	opacity:0.8;
}
/******************************************************
chips
******************************************************/
.hi700 {
	height: 700px;
}
.hi600 {
	height: 600px;
}
.hi500 {
	height: 500px;
}
.hi400 {
	height: 400px;
}
.hi300 {
	height: 300px;
}
.hi200 {
	height: 200px;
}
.hi100 {
	height: 100px;
}
.hi60 {
	height: 60px;
}
.hi30 {
	height: 30px;
}
.hi20 {
	height: 20px;
}
#news_whatsnew_Contents {padding:10px 10px 50px 30px; }
#news_whatsnew_title .s_date {padding-left:50px; }
.commandButton {font-size:12px; padding-left:40px; }
#news_whatsnew_listall td {padding:10px 5px 5px 5px; }
#news_whatsnew_listall .listdate {padding:0 0 0 50px; }
.companyname { color:#FFF; text-decoration:none; }
/* メディア設定
----------------------------------------------- */
/* スマホ */
@media (max-width: 767px) {
	#Wrapper .g-header .head{
		background: #79b8ad;
	}
	#Wrapper .g-header .head img{
		padding: 0 0 0 10px;
	}
	 #Wrapper .fixed.g-header .head{
		position: fixed;
		z-index: 2000;
		top: 0;
	}
	#Wrapper .g-header .g-navi li{
		width: 50%;
		border-right: 1px solid #cae3df;
		border-top: 1px solid #cae3df;
		border-bottom: 1px solid #3a8e7e;
		text-align: center;
		background-image:-moz-linear-gradient(
	    top,
	    #84bdb4 0%,
	    #3e9487 49%,
	    #3a9083 50%,
	    #82bab1);
	 
	    background-image:-webkit-gradient(
	    linear,left top,left bottom,
	    from(#84bdb4),
	    color-stop(0.49,#3e9487),
	    color-stop(0.50,#3a9083),
	    to(#82bab1));
	}
	#Wrapper .g-header .g-navi li a{
		line-height: 40px;
		text-decoration: none;
	}
	#Wrapper .container .pageWrap{
		margin-bottom: 30px;
	}
	#Wrapper .container h2.h2_ttl{
		padding: 10px 0;
		font-size: 22px;
	}
	#Wrapper .container .page-guide{
		margin: 20px 0;
	}
	#footer .foot-area .upper .btn-pagetop{
		display: none;
	}
	#footer .foot-area .upper .f-menu li {
		padding: 10px;
		border-bottom: 1px solid #8cb0a6;
	}
	#footer .foot-area .upper .f-menu li a{
		position: relative;
		display: block;
	}
	#footer .foot-area .upper .f-menu li a:before{
		  display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		right: 0px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: #fff;
	}
	#footer .foot-area .upper .f-menu li a:after{
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		right: 3px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: #444;
	}
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	#Wrapper .g-header .head{
		padding: 0 0 0 10px;
	}
	#Wrapper .g-header .head .g-navi{
		width: 100%;
		border-top: 1px solid #cae3df;
		border-bottom: 1px solid #3a8e7e;
	}
	#Wrapper .g-header .g-navi li{
		width: 25%;
		border-right: 1px solid #cae3df;
		border-top: 1px solid #cae3df;
		border-bottom: 1px solid #3a8e7e;
		text-align: center;
		background-image:-moz-linear-gradient(
		top,
		#84bdb4 0%,
		#3e9487 49%,
		#3a9083 50%,
		#82bab1);
	 
		background-image:-webkit-gradient(
		linear,left top,left bottom,
		from(#84bdb4),
		color-stop(0.49,#3e9487),
		color-stop(0.50,#3a9083),
		to(#82bab1));
	}
	#Wrapper .g-header .g-navi li a{
		line-height: 40px;
		text-decoration: none;
	}
	#Wrapper .container main{
		float: left;
		width: 70%;
	}
	#Wrapper .container h2.h2_ttl{
		font-size: 26px;
	}
	#Wrapper .container .page-guide{
		margin: 20px 0;
	}
	#Wrapper .container aside{
		float: right;
		width: 28%;
	}
	#footer .foot-area .upper{
		height: 42px;
		border-bottom: 1px solid #8cb0a6;
	}
	#footer .foot-area .upper .f-menu li {
		float: left;
		padding: 0 20px 0 20px;
		border-left: 1px solid #8cb0a6;
	}
}
/* PC */
@media screen and (min-width: 1025px) {
	#Wrapper .g-header .g-navi {
		position: absolute;
		top: 30px;
		right: 0;
	}
	#Wrapper .g-header .g-navi span{
		display: none;
	}
	#Wrapper .g-header .g-navi li{
		width: 127px;
		height: 61px;
	}
	#Wrapper .g-header .g-navi li a{
		height: 100%;
	}
	#Wrapper .g-header .g-navi .navi1 a {
		background: url(../images/btn-gnavi1.jpg) no-repeat 0 0;
	}
	#Wrapper .g-header .g-navi .navi1 a:hover{
		background: url(../images/btn-gnavi1.jpg) no-repeat 0 -61px;
	}
	#Wrapper .g-header .g-navi .navi2 a{
		background: url(../images/btn-gnavi2.jpg) no-repeat 0 0;
	}
	#Wrapper .g-header .g-navi .navi2 a:hover{
		background: url(../images/btn-gnavi2.jpg) no-repeat 0 -61px;
	}
	#Wrapper .g-header .g-navi .navi3 a{
		background: url(../images/btn-gnavi3.jpg) no-repeat 0 0;
	}
	#Wrapper .g-header .g-navi .navi3 a:hover{
		background: url(../images/btn-gnavi3.jpg) no-repeat 0 -61px;
	}
	#Wrapper .g-header .g-navi .navi4 a{
		background: url(../images/btn-gnavi4.jpg) no-repeat 0 0;
	}
	#Wrapper .g-header .g-navi .navi4 a:hover{
		background: url(../images/btn-gnavi4.jpg) no-repeat 0 -61px;
	}
	#Wrapper .container {
		width: 970px;
		margin: 0 auto;
		padding: 40px 0;
	}
	#Wrapper .container main{
		float: left;
		width: 630px;
		padding-right: 22px;
	}
	#Wrapper .container aside{
		float: right;
		width: 330px;
	}
	#footer .container {
		padding: 0;
	}
	#footer .foot-area .upper{
		height: 42px;
		border-bottom: 1px solid #8cb0a6;
	}
	#footer .foot-area .upper .f-menu li {
		float: left;
		padding: 0 20px 0 20px;
		border-left: 1px solid #8cb0a6;
	}
	#footer .foot-area .upper .btn-pagetop {
		position: absolute;
		top: -26px;
		right: 0;
	}
}

/* end of css */
