@charset "UTF-8";
/******************************************************************
*
* 　2014.06.26- by oga.
*
******************************************************************/


/**************************************

　基本設定

**************************************/
* {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #E94D97;
	text-decoration: none;
}
a:visited {
	color: #E94D97;
	text-decoration: none;
}
a:active {
	color: #F00;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
a:hover img {
	opacity: 0.75;
}
.clear {
	clear: both;
	height: 0px;
	display: block;
	line-height: 0;
	visibility: hidden;
	content: ".";
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	color: #333;
	
	-webkit-text-size-adjust: none;  /*webkit用文字サイズ固定*/
	
	/*読み込み初期時は非表示。初期レイアウト乱れ対策*/	
	opacity: 0;
}

.small {
	font-size: 80%;
}
strong {
	font-weight: bold;
	font-size: 120%;
}

.type1 .pc {
	display: block;
}
.type1 .smp {
	display: none;
}
.type3 .pc {
	display: none;
}
.type3 .smp {
	display: block;
}
.type3 .image3 {
	width:100%;
	margin:0 0 36px 0;
}


/*flexsliderちらつき対策*/
#content {
	-webkit-transform: translate3d(0px, 0px, 0px); 	
}


/**************************************

　基本レイアウト

**************************************/
.type1 #container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.type3 #container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/***************ヘッダー**************/
#header {
	position: relative;		
}
.type1 #header {
	background-image: url(../images/common/header_bg.png);
}
.type3 #header {
	
	background-color: #FFF;
}
.type1 #header #logo {
	height: 60px;	
	width: 980px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.type3 #header #logo {
	height: 44px;	
}

/***************コンテンツ***************/
.type1 #content {
	
}
.type3 #content {
	margin-bottom: 40px;
}

/***************フッター***************/
#footer {
	position: relative;		
}
.type1 #footer {
	margin-top: 20px;	
	bottom: 10px;	
}
.type1 #footer #copyright {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 8px;
	color: #E9546B;
}


.type3 #footer {
	padding-top: 10px;
	background-image: url(../images/common/line02.png);
	background-color: #FFF;
	width: 100%;
	position: fixed;
	bottom: 0px;
	background-repeat: repeat-x;
}
.type3 #footer #banner {
	text-align: center;
	background-color: #FFF;
}
.type3 #footer #banner #banner01 {
	margin-right: 20px;
}
.type3 #footer #banner #banner02 {
	margin-right: 20px;
}
.type3 #footer #copyright {
	text-align: center;
	font-size: 8px;
	background-color: #E94D97;
	color: #FFF;
	height: 30px;
	line-height: 30px;
}

/***************グローバルナビ（pc）***************/
.type1 #gnavi {
	margin-top: 10px;
	margin-bottom: 10px;
}
.type1 #gnavi ul li {
	list-style-type: none;
}
.type1 #gnavi ul li {
	float: left;
	width: 122px;
	height: 70px;
	overflow: hidden;
	text-indent: -9999px;
}
.type1 #gnavi ul li .icon {
	height: 36px;
	width: 100%;
	overflow: hidden;
	background: url(../images/common/gnavi/navi_01_sprites.png) no-repeat;
}
.type1 #gnavi ul li .icon:hover, #gnavi ul li.active .icon {
	-webkit-animation: spin 3.5s infinite linear;
	-moz-animation: spin 3.5s infinite linear;
	-o-animation: spin 3.5s infinite linear;
	animation: spin 3.5s infinite linear;
}
.type1 #gnavi ul li .text {
	height: 34px;
	width: 100%;
	overflow: hidden;
	background: url(../images/common/gnavi/navi_01_sprites.png) no-repeat;
}
.type1 #gnavi ul li.gnavi01, .type1 #gnavi ul li.gnavi08 {
	width: 124px;
}
.type1 #gnavi ul li.gnavi01 .text {
	background-position: 0 -36px;
}
.type1 #gnavi ul li.gnavi01:hover .text, .type1 #gnavi ul li.gnavi01.active .text {
	background-position: 0 -65px;
}
.type1 #gnavi ul li.gnavi02 .icon {
	background-position: -124px 0;
}
.type1 #gnavi ul li.gnavi02 .text {
	background-position: -124px -36px;
}
.type1 #gnavi ul li.gnavi02:hover .text, .type1 #gnavi ul li.gnavi02.active .text {
	background-position: -124px -65px;
}
.type1 #gnavi ul li.gnavi03 .icon {
	background-position: -246px 0;
}
.type1 #gnavi ul li.gnavi03 .text {
	background-position: -246px -36px;
}
.type1 #gnavi ul li.gnavi03:hover .text, .type1 #gnavi ul li.gnavi03.active .text {
	background-position: -246px -65px;
}
.type1 #gnavi ul li.gnavi04 .icon {
	background-position: -368px 0;
}
.type1 #gnavi ul li.gnavi04 .text {
	background-position: -368px -36px;
}
.type1 #gnavi ul li.gnavi04:hover .text, .type1 #gnavi ul li.gnavi04.active .text {
	background-position: -368px -65px;
}
.type1 #gnavi ul li.gnavi05 .icon {
	background-position: -490px 0;
}
.type1 #gnavi ul li.gnavi05 .text {
	background-position: -490px -36px;
}
.type1 #gnavi ul li.gnavi05:hover .text, .type1 #gnavi ul li.gnavi05.active .text {
	background-position: -490px -65px;
}
.type1 #gnavi ul li.gnavi06 .icon {
	background-position: -612px 0;
}
.type1 #gnavi ul li.gnavi06 .text {
	background-position: -612px -36px;
}
.type1 #gnavi ul li.gnavi06:hover .text, .type1 #gnavi ul li.gnavi06.active .text {
	background-position: -612px -65px;
}
.type1 #gnavi ul li.gnavi07 .icon {
	background-position: -734px 0;
}
.type1 #gnavi ul li.gnavi07 .text {
	background-position: -734px -36px;
}
.type1 #gnavi ul li.gnavi07:hover .text, .type1 #gnavi ul li.gnavi07.active .text {
	background-position: -734px -65px;
}
.type1 #gnavi ul li.gnavi08 .icon {
	background-position: -856px 0;
}
.type1 #gnavi ul li.gnavi08 .text {
	background-position: -856px -36px;
}
.type1 #gnavi ul li.gnavi08:hover .text, .type1 #gnavi ul li.gnavi08.active .text {
	background-position: -856px -65px;
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(360deg);
	}
}
@-o-keyframes spin {
	from {
		-o-transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(360deg);
	}
}
@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
/***************グローバルナビ（smp）***************/
.type3 #gnavi ul {
	width: 100%;
	font-size: 14px;
	display: none;
	z-index: 100;
	border-top: 1px solid #fff;
	background-color: #fff;
}
.type3 #gnavi ul li a {
	display: block;
	width: 100%;
	height: 44px;
	border-bottom: 1px solid #fff;
}
.type3 #gnavi ul li a:hover {
	opacity: 0.7;
}
#menu_sw {
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
}
.type3 #gnavi ul li .icon {
	display: none;
}
.type3 #gnavi ul li .text {
	background: #bbb url(../images/common/icon/icon00.png) 10px 10px no-repeat;
	background-size: 22px 22px;
	width: 100%;
	height: 44px;
	color: #fdfdfd;
	line-height: 44px;
	text-indent: 50px;
}
.type3 #gnavi ul li.gnavi00 .text {
	background-image: url(../images/common/icon/icon_home.png);
}
.type3 #gnavi ul li.gnavi01 .text {
	background-color: #9353db;
}
.type3 #gnavi ul li.gnavi02 .text {
	background: #F27A8C url(../images/common/icon/icon01.png) 10px 10px no-repeat;
	background-size: 22px 22px;
}
.type3 #gnavi ul li.gnavi03 .text {
	background: #007BC9 url(../images/common/icon/icon02.png) 10px 10px no-repeat;
	background-size: 22px 22px;
}
.type3 #gnavi ul li.gnavi04 .text {
	background: #EB4997 url(../images/common/icon/icon03.png) 10px 10px no-repeat;
	background-size: 22px 22px;
}
.type3 #gnavi ul li.gnavi05 .text {
	background: #00ADF1 url(../images/common/icon/icon04.png) 10px 10px no-repeat;
	background-size: 22px 22px;
}
.type3 #gnavi ul li.gnavi06 .text {
	background: #A74299 url(../images/common/icon/icon05.png) 10px 10px no-repeat;
	background-size: 22px 22px;
}
.type3 #gnavi ul li.gnavi07 .text {
	background: #00ADAB url(../images/common/icon/icon06.png) 10px 10px no-repeat;
	background-size: 22px 22px;
}
.type3 #gnavi ul li.gnavi08 .text {
	background: #F9AF00 url(../images/common/icon/icon07.png) 10px 10px no-repeat;
	background-size: 22px 22px;
}
/**************円形のナビ（pcのみ、smpは非表示）***************/

.type1 #mnavi_container {
	position: relative;		
	margin-top: 10px;
	margin-bottom: 50px;
}
/****** 円形ナビの背景（アニメ部分）******/
.type1 #mnavi_bg {
	position: absolute;
	top: 0px;
	left: 0px;
}
.type1 #mnavi_bg ul li {
	list-style-type: none;
}
.type1 #mnavi_bg:after{
  /*クリアフィックス*/
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;  
  clear: both; 
  visibility:hidden;
}
.type1 #mnavi_bg ul li {
	display: block;
	width: 163px;
	height: 164px;
	float: left;
	text-indent: -9999px;
/*	background: url(../images/common/mnavi/mnavi_bg00.png);*/
	margin-left: 1px;
}
.type1 #mnavi_bg ul li + li {
	margin-left: 0;
}
.type1 #mnavi_bg ul li#mnavi_bg01 {
	background-image: url(../images/common/mnavi/mnavi_bg01.png);
}
.type1 #mnavi_bg ul li#mnavi_bg02 {
	background-image: url(../images/common/mnavi/mnavi_bg02.png);
}

.type1 #mnavi_bg ul li#mnavi_bg03 {
	background-image: url(../images/common/mnavi/mnavi_bg03.png);	
}

.type1 #mnavi_bg ul li#mnavi_bg04 {
	background-image: url(../images/common/mnavi/mnavi_bg04.png);	
}

.type1 #mnavi_bg ul li#mnavi_bg05 {
	background-image: url(../images/common/mnavi/mnavi_bg05.png);	
}/*
.type1 #mnavi_bg ul li#mnavi_bg06 {
	background-image: url(../images/common/mnavi/mnavi_bg06.png);	
}
.type1 #mnavi_bg ul li#mnavi_bg07 {
	background-image: url(../images/common/mnavi/mnavi_bg07.png);	
}
*/

/****** 円形ナビのオーバー装飾（花や蝶など）******/
.type1 #mnavi_hover {
	position: relative;
	top: 0px;
	left: 0px;
	width: 980px;
}
.type1 #mnavi_hover:after{
  /*クリアフィックス*/
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;  
  clear: both; 
  visibility:hidden;
}
.type1 #mnavi_hover ul li {
	list-style-type: none;
	text-indent: -9999px;
	width: 163px;
	/*height: 164px;*/
	float: left;
	margin-left: 1px;
	position: relative;
}
.type1 #mnavi_hover ul li + li {
	margin-left: 0;
}
.type1 #mnavi_hover ul li a {
	display: block;
	position: relative;
	width: 123px;
	/*height: 123px;*/
	top: 22px;
	left: 22px;
}
.type1 #mnavi_hover ul li a .icon1 {
	/*position: absolute;*/
	width: 123px;
	height: 123px;
	overflow: hidden;
	-webkit-border-radius: 123px;
	-moz-border-radius: 123px;
	border-radius: 123px;
	background: url(../images/common/mnavi/mnavi_38.png) center no-repeat;
	background-size: 123px 123px;
	transition:all 0.5s ;
  -webkit-transition:all 0.5s ;
  -o-transition:all 0.5s ;
  -moz-transition:all 0.5s ;
}
.type1 #mnavi_hover ul li a:hover .icon1, .type1 #mnavi_hover ul li#mnavi_ho02 a:hover .icon1, .type1 #mnavi_hover ul li#mnavi_ho03 a:hover .icon1, 
.type1 #mnavi_hover ul li#mnavi_ho04 a:hover .icon1, .type1 #mnavi_hover ul li#mnavi_ho05 a:hover .icon1, .type1 #mnavi_hover ul li#mnavi_ho06 a:hover .icon1 , .type1 #mnavi_hover ul li#mnavi_ho07 a:hover .icon1 {
	background-size: 154px 154px;
}
.type1 #mnavi_hover ul li#mnavi_ho02 a .icon1 {
	background: url(../images/common/mnavi/mnavi_36.png) center no-repeat;
	background-size: 123px 123px;
}
.type1 #mnavi_hover ul li#mnavi_ho03 a .icon1 {
	background: url(../images/common/mnavi/mnavi_28.png) center no-repeat;
	background-size: 123px 123px;
}

.type1 #mnavi_hover ul li#mnavi_ho04 a .icon1 {
	background: url(../images/common/mnavi/mnavi_37.png) center no-repeat;
	background-size: 123px 123px;
}

.type1 #mnavi_hover ul li#mnavi_ho05 a .icon1 {
	background: url(../images/common/mnavi/mnavi_oc_hgo.png) center no-repeat;
	background-size: 123px 123px;
}

.type1 #mnavi_hover ul li#mnavi_ho06 a .icon1 {
	background: url(../images/common/mnavi/mnavi_39.png) center no-repeat;
	background-size: 123px 123px;
}
.type1 #mnavi_hover ul li#mnavi_ho07 a .icon1 {
	background: url(../images/common/mnavi/mnavi_35.png) center no-repeat;
	background-size: 123px 123px;
}
.type1 #mnavi_hover ul li .icon2 {
	width: 92px;
	height: 22px;
	line-height: 24px;
	overflow: hidden;
	text-align: center;
	background: #00afec url(../images/common/mnavi/news_arrow.png) right no-repeat;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-indent: -8px;
	font-size: 0.9em;
  position: absolute;
  top: 111px;
  left: 0px;
}
.type1 #mnavi_hover ul li#mnavi_ho02 .icon2 {
	background-color: #e5559b;
}
.type1 #mnavi_hover ul li#mnavi_ho03 .icon2 {
	background-color: #00afec;
}
.type1 #mnavi_hover ul li#mnavi_ho04 .icon2 {
	background-color: #f5ad3b;
}
.type1 #mnavi_hover ul li#mnavi_ho05 .icon2 {
	background-color: #feaa52;
}
.type1 #mnavi_hover ul li#mnavi_ho06 .icon2 {
	background-color: #eb5269;
}
.type1 #mnavi_hover ul li#mnavi_ho08 .icon2 {
	background-color: #e5559b;
}
/*.type1 #mnavi_hover ul li#mnavi_ho02 .icon2 {
	background-image: url(../images/common/mnavi/icon_butterfly02.png);
}*/
/*.type1 #mnavi_hover ul li#mnavi_ho03 .icon2 {
	background-image: url(../images/common/mnavi/icon_butterfly03.png);
}*/
/*.type1 #mnavi_hover ul li#mnavi_ho04 .icon2 {
	background-image: url(../images/common/mnavi/icon_butterfly04.png);
}*/
/*.type1 #mnavi_hover ul li#mnavi_ho05 .icon2 {
	background-image: url(../images/common/mnavi/icon_butterfly05.png);
}*/
/*.type1 #mnavi_hover ul li#mnavi_ho06 .icon2 {
	background-image: url(../images/common/mnavi/icon_butterfly06.png);
}*/
/*.type1 #mnavi_hover ul li#mnavi_ho07 .icon1 {
	background-image: url(../images/common/mnavi/icon_flower07.png);
}
.type1 #mnavi_hover ul li#mnavi_ho07 .icon2 {
	background-image: url(../images/common/mnavi/icon_butterfly07.png);
}*/
.type1 #mnavi_hover ul li a .news_subject {
	text-decoration: underline;
	text-indent: 0;
	margin: 18px 0;
	font-size: 0.95em;
	line-height: 1.5em;
	color: #8a8a8a;
}


/**************************************

　トップページ id="toppage"

**************************************/
/*スライドショー*/

#topimage {
	position: relative;
}
.type1 #topimage {
}
.type3 #topimage {
	width: 100%;
	position: relative;	
}

.flexslider {
	border-style: none;
}

.type1 .flexslider {
	width: 980px;
	height: 400px;
}

#topimage_frame01 {
	position: absolute;
	top: 0px;
}
.type3 #topimage_frame01 img {
	height: 20px;
}
#topimage_frame02 {
	position: absolute;
	bottom: 0;
}
.type3 #topimage_frame02 img {
	height: 20px;
}
#topimage_corner img {
	position: absolute;
	width: 15px;
	height: 15px;
	z-index: 1000;
}
#topimage_corner img.img_corner_LT {
	top: 0;
	left: 0;
}
#topimage_corner img.img_corner_RT {
	top: 0;
	right: 0;
}
#topimage_corner img.img_corner_RB {
	bottom: 0;
	right: 0;
}
#topimage_corner img.img_corner_LB {
	bottom: 0;
	left: 0;
}

/*トピックス*/
.type1#toppage #topics {
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: left center;
}
.type3#toppage #top_topics {
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	background-image: url(../images/common/line02.png);
	background-repeat: repeat-x;
	background-position: 0px 30px;
}
#toppage #topics li {
	background-repeat: no-repeat;
	padding-left: 40px;
	list-style-type: none;
	line-height: 200%;
}
#toppage #topics li.list0 {
	background-image: url(../images/common/icon/new01.png);
}
#toppage #topics li.list1 {
	background-image: url(../images/common/icon/new02.png);
}
#toppage #topics li.list2 {
	background-image: url(../images/common/icon/new03.png);
}


/**************************************

　第二階層 id="secondpage"

**************************************/
.type3#secondpage #main {
	margin-left: 10px;
	margin-right: 10px;	
}

/*resposive for type3*/
.type3 #subtext {
	width: 100%;
}
.type3 h2 {
	width: 94%;
	margin: 0 3%;
}
.type3 h3 {
	width: 90%;
	margin: 5px 5% 10px;
	line-height: 1.8em;
}
.type3 .image1, .type3 .image2 {
	width: 100%;
	float: none;
}
.type3 img {
	max-width: 100% !important;
}
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
.type3 #mnavi_hover .icon1, .type3 #mnavi_hover .icon2 {
	display: none;
}
.type3 #mnavi_hover {
	margin-top: 30px;
}
.type3 #mnavi_hover a {
	color: #8a8a8a;
	font-size: 16px;
	line-height: 22px;
	text-decoration: underline;
	width: 90%;
	margin: 0 auto 22px;
	display: block;
}
#topimage .topBase {
	position: relative;
	z-index: 2;
}
#topimage .topTitle {
	position: absolute;
	bottom: -120px;
	right: 20px;
	z-index: 3;
}
#topimage .topMobile {
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 46px;
  padding-top: 10px;
  position: relative;
  z-index: 1;
  top: -10px;
  letter-spacing: 2px;
  margin-bottom: -10px;
}
.type1 #subtext {
	padding-top: 120px;
}
.type3 #subtext {
	padding-top: 20px;
}