@charset "UTF-8";
/*=======================================
■全体の設定
=======================================*/
@import url(http://fonts.googleapis.com/css?family=Kurale);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
	min-height: 100%;
	position: relative;
	overflow:auto;
}
body {
	background-image: url(../images/bg_body.gif);
	background-position: center center;
	background-repeat: repeat;
	font-family: Noto Sans Japanese, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #563d19;
	min-width: 1100px;
	overflow: hidden;
	/*フッター下部固定処理*/
	margin-bottom: 100px;
}
#container{
	background-image: url(../images/yellow_bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	overflow: hidden;
}
a:link {
	color: #FFA52E;
}
a:visited {
	color: #FFA52E;
}
a:hover {
	color: #FF88B7;
}
a:active {
	color: #FF88B7;
}
img {
	vertical-align: bottom;
}
li {
	list-style-type: none;
}
/*文字を反転させた時の設定*/
::selection {
	background-color: #FFED76;
}
::-moz-selection {
 background: #FFED76;
}
.whiteBgHeader {
	clear: both;
	background-image: url(../images/white_bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 25px 0px 0px 0px;
}
.whiteBgFooter {
	clear: both;
	background-image: url(../images/white_bg.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 0px 0px 25px 0px;
	overflow: hidden;
	margin: 0px 0px 40px 0px;
}
.whiteBg {
	clear: both;
	margin: 10px 0px 0px 0px;
	background: #FFFFFA;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.banner{
	border-radius: 8px;
	border: 5px solid #FFFFFF;
}
#topics {
	margin: -20px -20px 20px 0px;
}
#special #topics {
	margin: 0px -20px 20px 0px;
}
#topics li {
	position: relative;
	width: 245px;
	float: left;
	margin: 0px 20px 20px 0px;
}
.midashiTxt {
	position: absolute;
	text-align: right;
	top: 170px;
	right: 0px;
	width:200px;
}
.midashiTxt01 {
	position: absolute;
	text-align: right;
	top: 200px;
	right: 0px;
}
.midashiTxt span {
	padding: 3px;
	margin: -12px 0px 0px 0px;
	background-color: #FFFFFF;
	font-weight: 600;
	font-size: 17px;
	border-radius: 2px;
	line-height: 29px;
}
.midashiTxt a{
	text-decoration: none;
}
#topics .txt {
	background-image: url(../images/topics_line.png);
	background-repeat: repeat;
	font-weight: 600;
	line-height: 22px;
	margin: 5px 0px 10px 0px;
	text-align: left;
	height:70px;
}
/*大きいバナー*/
.scale {
	width: 238px;
	height: 238px;
	margin-bottom:15px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.scale img {
	
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	
}
.scale img:hover {
	
	border-radius: 10%;
	-moz-border-radius: 10%;
	-webkit-border-radius: 10%;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.waku{
	border-radius: 8px;
	border: 3px solid #FFFFFF;
}
.newMark{position:absolute;
left:50%;
margin:-5px 0 0 -41px;
z-index:100;}
.newMark img{border-radius: 0%;}
.smallBanner .newMark{margin-top:-12px;}
.smallBanner .newMark img{
	border-style: none;
}
.m20{margin:0 0 20px 0;}

.m20{margin:0 0 20px 0;}
/*=======================================
■ヘッダー
=======================================*/
header {
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	overflow: hidden;
	position:relative;
	z-index: 20;
}
#titleLogo {
	float: left;
	padding: 10px 20px 0px 0px;
}
/*=======================================
■グローバルナビゲーション
=======================================*/
.inner {
	width: 1040px;
	margin: 0px auto;
	text-align: center;
	position: relative;
}
#globalNav {
	float: left;
	padding-top: 10px;
	
}
#globalNav li {
	display: -moz-inline-box;
	display: inline-block;
 /display: inline;
 /zoom: 1;
	padding-right: 25px;
	padding-left: 8px;
	background-image: url(../images/onepoint.png);
	background-position: right 20px;
	background-repeat: no-repeat;
	height: 80px;
	vertical-align: middle;
}
#utilityNav {
	float: right;
	padding: 25px 0px 0px 0px;
}
#utilityNav li {
	display: -moz-inline-box;
	display: inline-block;
 /display: inline;
 /zoom: 1;
	margin-right: 1px;
	margin-left: 1px;
}
/*=======================================
■ フッター
=======================================*/
footer {
	font-family: Kurale;
	clear: both;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 25px 0px 25px 0px;
	margin:20px 0 0 0;
	color: #fffbbf;
	font-size: 11px;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 100;
}
footer p {
	margin-bottom: 8px;
}
footer small {
	letter-spacing: 1.5px;
}
/*=======================================
■SVGクラス
=======================================*/
.obj {
	position: absolute;
	
}
.svgBig {
	width: 200px;
	height: 200px;
}
.svgMiddle {
	width: 120px;
	height: 120px;
}
.svgMiddle02 {
	width: 160px;
	height: 160px;
}
.svgSmall {
	width: 50px;
	height: 50px;
}
.pinkFill {
	fill: #ffcae2;
}
.greenFill {
	fill: #ddef6d;
}
.blueFill {
	fill: #a5e2ff;
}
.orangeFill {
	fill: #ffe953;
}
.akaneFill {
	fill: #e7aeff;
}
.hiyoriFill {
	fill: #ffbb62;
}
.yukieFill {
	fill: #80e39e;
}
.ichikaFill {
	fill: #ffaeba;
}
.pinkLine {
	fill: none;
	color: #ffcae2;
	stroke-width: 1;
	stroke: currentColor;
}
.greenLine {
	fill: none;
	color: #ddef6d;
	stroke-width: 1;
	stroke: currentColor;
}
.blueLine {
	fill: none;
	color: #a5e2ff;
	stroke-width: 1;
	stroke: currentColor;
}
.orangeLine {
	fill: none;
	color: #ffe953;
	stroke-width: 1;
	stroke: currentColor;
}
.op06 {
	opacity: 0.6;
}
.op08 {
	opacity: 0.8;
}
.op10 {
	opacity: 1;
}
.anime08 {
	-webkit-animation: spin 18s linear infinite;
	-moz-animation: spin 18s linear infinite;
	-ms-animation: spin 18s linear infinite;
	-o-animation: spin 18s linear infinite;
	animation: spin 8s linear infinite;
}
.anime12 {
	-webkit-animation: spin 22s linear infinite;
	-moz-animation: spin 22s linear infinite;
	-ms-animation: spin 22s linear infinite;
	-o-animation: spin 22s linear infinite;
	animation: spin 22s linear infinite;
}
.anime15 {
	-webkit-animation: spin 15s linear infinite;
	-moz-animation: spin 15s linear infinite;
	-ms-animation: spin 15s linear infinite;
	-o-animation: spin 15s linear infinite;
	animation: spin 15s linear infinite;
}
.anime20 {
	-webkit-animation: spin 20s linear infinite;
	-moz-animation: spin 20s linear infinite;
	-ms-animation: spin 20s linear infinite;
	-o-animation: spin 20s linear infinite;
	animation: spin 20s linear infinite;
}
 @-webkit-keyframes spin {
 0% {
-webkit-transform: rotate(0deg);
}
 100% {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes spin {
 0% {
-moz-transform: rotate(0deg);
}
 100% {
-moz-transform: rotate(360deg);
}
}
@-ms-keyframes spin {
 0% {
-ms-transform: rotate(0deg);
}
 100% {
-ms-transform: rotate(360deg);
}
}
@-o-keyframes spin {
 0% {
-o-transform: rotate(0deg);
}
 100% {
-o-transform: rotate(360deg);
}
}
@keyframes spin {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
