@charset "UTF-8";

/* --------------------------------------------------
 共通要素
-------------------------------------------------- */
body,ol,ul,dl,li,dt,dd,table,th,td,input,textarea,select,h1,h2,h3,h4,h5,h6,input,textarea,submit,reset{
	color:#2e2e2e;
	font-weight:normal;
	font-family: "Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	-webkit-text-size-adjust: 100%;
}
body{
	background-color:#fff;
	font-size:100%;
	line-height:1.7;
	word-wrap:break-word;
	width:100%;
}
img{
	vertical-align:middle;
	width:100%;
}
input,
textarea,
select{
	color:#2e2e2e;
}
input,
textarea{
	padding:5px;
}
ol{
	margin:0 0 0 2em;
}
ol > li{
	list-style:decimal outside;
	margin:0 0 2%;
}
table{
	width:100%;
}
a:link,
a:visited{
	color:#FFF;
	text-decoration:underline;
}
a:hover,
a:active{
	color:#999;
	text-decoration:none;
}
em{
	font-style:normal;
	font-weight:bold;
	color:#f00;
}
strong{
	font-style:normal;
	font-weight:bold;
	color:#000;
}


.clear {
	overflow:hidden;
}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix {
display: inline-table;
}  


h2{
	width:100%;
	text-align:center;
	font-size:160%;
	font-weight:bold;
	color:#a03995;
	margin:50px 0;
}

@media screen and (max-width: 640px) {
h2{
	font-size:120%;
	margin:40px 0;
}
}

@media screen and (min-width:641px) and (max-width:1200px) {

}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  

/* --------------------------------------------------
 ヘッダー要素
-------------------------------------------------- */
header{
	width:100%;
	padding:3% 0;
}

h1.title {
	max-width:250px;
	width:100%;
	padding-left:5%;
}

@media screen and (min-width: 768px) {
#sd{
	display:none;
}


}

#gNav{
	margin:1% auto;
	width:80%;

}
#gNav ul{
	margin:0 auto;
}

#gNav ul li{
	border-bottom:solid 1px rgba(255,255,255,0.3);
}

#gNav ul li.none{
	border:none;

}

#gNav ul.sub{
	border:none;
}

#gNav ul.sub li{
	border:none;
	padding:0 0 0 10%;
}

#gNav ul.sub li:last-child{
	border-bottom:solid 1px rgba(255,255,255,0.3);
}

#gNav ul li a {
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:15px;
	padding:10px 0;
}

#sd .close {
	display:none;
}
/* --------------------------------------------------
 Contents
-------------------------------------------------- */
#contents{
	margin:0 auto;
	width:90%;
	max-width:1200px;
	clear:both;
}

/* Bottom information block --------------- */

/* --------------------------------------------------
 フッター要素
-------------------------------------------------- */
footer{
	width:100%;
	background:url(../img/bg_footer.png) repeat-x center top;
	color:#FFF;
	font-size:15px;
		padding:20px 0;
		margin-top:50px;
}
#footerIn div.saishin{
	float:right;
	vertical-align:top;
}

#footerIn div.saishin img{
	max-width:100%;
	height:auto;
}

#footerIn div.saikouin{
	float:left;
	max-width:225px;
	height:auto;
}

#footerIn #menu img{
	width:100%;
	max-width:35px;
}

/* ページトップ */
#pageTop {
	position:fixed;
	right:15px;
	bottom:15px;
	border-radius:5px;
}

#copyright {
font-size:12px;
	padding:0 0 0 1%;
	}

@media screen and (max-width: 640px) {

#footerIn div.saishin{
	width:50%;
	max-width:100%;
	height:auto;
	float:right;
	margin-bottom:3%;
}

#footerIn div.saikouin{
	width:50%;
	max-width:100%;
	float:left;
	height:auto;
	margin-bottom:3%;
}

#pageTop {
display:fixed;
text-align:center;
	right:15px;
	bottom:15px;
}

#pageTop a {
	display:block;
	color:#fff;
	padding:10px 20px;
	text-decoration:none;
	border-radius:5px;
}


#footerIn #menu{
	font-size:12px;
	line-height:100%;
	margin-bottom:6%;
}
}

@media only screen and (max-device-width:480px) and (orientation:landscape) {
#footerIn #menu{
	margin-bottom:3%;
}
}

@media screen and (min-width:769px) {
body {
	min-width:1200px;
}

#contents{
width:1200px;
}
#sp_header {
	display:none;
}

@media screen and (min-width:769px) {

/* フッター */
footer {
	min-width:1224px;
}
footer h6.companyName {
	font-size:24px;
}
#footerIn {
	margin:auto;
	padding:20px 0;
	width:1000px;
}
.footerR {
	float:right;
	margin-right:80px;
	padding-top:10px;
}
.footerL {
	float:left;
	padding:20px 0;
	width:650px;
	border-right:solid 2px #53a890;
}
.siteMap li {
font-size:14px;
}



}
@media screen and (min-width: 739px) {
.pcNon {
display:none;
}

}
@media screen and (max-width: 738px) {

}
@media screen and (min-width:739px) and ( max-width:768px) {
#contents{
	padding:20px;
}
}

@media screen and (max-width:768px) {
body {

	width:100%;
}
/* ヘッダー */
header {
	padding:10px;
}
#contents {
	padding:10px;
}

#headerIn h1 {
	display:none;
}

/* グルーバルナビ */

#gNavArea .logo {
	display:none;
}
#gNav {
float:none;
overflow:visible;
}
#gNavArea h1 {
display:none;
}

#gNav ul li a {
	text-align:center;
	padding:10px 0;
}

#gNav ul ul {
border:none !important;
}



#sd .close {
	display:block;
}


/* フッター */
footer {
	padding:10px;
	width:100%;
}
.footerR {
	border-bottom:solid 2px #53a890;
	padding:10px;
}
.footerL {
	padding:10px;
}

}

@media only screen and (max-device-width:960px) and (orientation:landscape) {

}
@media only screen and (max-device-width:960px) and (orientation:portrait) {

}