@charset "UTF-8";

/*----------------------------------------------------
	☆Reset
----------------------------------------------------*/

html {
	background-color:#FFF;
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
p,
img {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Roboto, 游ゴシック体, 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color:#333;
	font-size: 13px;
	font-size: 1.5rem; /* sets the default sizing to make sure nothing is actually 10px */
	line-height: 1;
	letter-spacing: 0.08em;
	overflow: hidden;
/*	min-width:1000px;*/
}

body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#fancybox-wrap,
#fancybox-wrap *,
#fancybox-tmp,
#fancybox-loading {
	-webkit-box-sizing: content-box!important;
	-moz-box-sizing: content-box!important;
	-o-box-sizing: content-box!important;
	-ms-box-sizing: content-box!important;
	box-sizing: content-box!important;
}

a,
a:link{
	color: #ccc;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
body a:hover,
body a:focus {
	color: #009c8f;
}
body a img:hover{
	opacity:0.7; background-color:#fff;
}

ul,
ol {
	list-style-type: none;
}

::selection {
	background-color: #009c8f;
	color: #FFF; /* Safari */
}

::-moz-selection {
	background-color: #009c8f;
	color: #FFF; /* Firefox */
}

#contents p{
	line-height: 1.7;
}
sup {
    font-size: 60%;
}
.big{
	font-size:160%;
}

br.sp {
	display: none;
}
br.all {
	display: block;
}

/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/


.clearfix:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	font-size:0.1em;
	line-height:0;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
	min-height:1%;
}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
/* End hide from IE-mac */




/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/


br.clear_noie, 
div.clear_noie {
	display:inline !important;
	display:none;
	clear:both;
	line-height:0px;
}

br.clear_all {
	clear:both;
	line-height:0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
br.clear_noie  {
	display:block!important;
	content: " ";
}
}


/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/

#topcontrol{
	z-index: 99999999999999;
	bottom:30px!important;
}

#topcontrol a {
	background:url(../cmn_js/scrolltop/scrollup.png) center center no-repeat #009c8f;
	background : url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat\9 #009c8f; /* IE8 */
	*background : url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat #009c8f; /* IE7 */
	_background : url(../cmn_js/scrolltop/scrollup.gif) center center no-repeat #009c8f; /* IE6 */
	display:block;
	height:60px;
	width:60px;
	filter: alpha(opacity=70) !important;
	opacity:0.7 !important;
	
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#topcontrol a:hover {
	filter: alpha(opacity=10) !important;
	opacity:1 !important;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
 	-ms-transform: scale(1.2);
 	-o-transform: scale(1.2);
 	transform: scale(1.2);
}



/*----------------------------------------------------
	☆opacity Hack
----------------------------------------------------*/

.roBtn:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* IE8 */

html>/**/body .roBtn:hover {
	display /*\**/: inline-block\9;
	zoom /*\**/: 1\9;
}
 
/* 新旧Firefox */
.roBtn:hover, x:-moz-any-link {
background: #fff;
}
.roBtn:hover, x:-moz-any-link, x:default {
background: #fff;
}


/* ふわっと出てくるjs*/
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/



/*-- HEADER --*/

.fixed{
	position:fixed;
}

#header {
	background-color:#fff;
	width:100%;
	z-index:10;
}

#header div.hdInr {
	margin:0 auto;
	width:1180px;
	height:70px;
}

#header .logo {
	float:left;
	text-align:center;
	width:159px;
}

#header .logo a {
	color:#FFF;
	display:block;
	float:left;
	padding:15px 0;
	width:159px;
}

#header div.hdR {
	color:#FFF;
	float:right;
	width:600px;
}

#header div.hdR p {
	padding:20px;
}

#spHeader{
	display: none;
}



/*-- GNAV --*/

#gNav {
	margin:0 auto;
	width: 1020px;
    float: right;
}

#gNav ul {
	padding: 15px 0;
}

#gNav ul li {
	float:left;
	text-align:center;
	padding: 5px 0;
	margin:0 25px;
}

#gNav ul li a {
	color:#000;
	display:block;
	padding:10px 0;
}
#gNav ul li a:hover {
	color:#009c8f;
}
#gNav ul li br {
	margin-top:-10px;
}

#gNav ul li.li7{
	width:20%;
	margin: -8px 0;
}

#gNav ul li.li7 a {
	color: #009c8f;
    display: block;
    padding: 15px 0 15px 30px;
    border: 1px solid #009c8f;
    background: url(../../img/arrow.png) 55px center no-repeat;
    text-align: center;
}

#gNav ul li.li7 a:hover{
	color: #333;
    border: 1px solid #333;
    background: url(../../img/arrow_h.png) 55px center no-repeat;
}

#gNav li:last-child{
	margin:0 25px 0 0;
}

#gNav span.new {
    color: #ee5a64;
    margin:-17px 0 -13px;
    display: block;
}


@media all and (-ms-high-contrast:none){

	#gNav ul li {
	padding: 10px 0;
}
	
	#gNav ul li.li7{
	margin: -15px 0;
}
	
	#gNav ul li.li7 a {
    padding: 20px 0 15px 30px;
}
	
	
	
}


/*-- BREADCHUMBS --*/

#breadChumbs {
	background-color:#FFF;
	margin:0 auto 20px;
	padding:10px 0;
	width:1000px;
}

#breadChumbs p {
	font-size:1.1rem!important;
	margin:0 10px;
}


/*-- CONTENTS --*/

#contents {
	margin:0 auto;
	width:100%;
	background-color: #fff;
}


/*-- FOOTER --*/


#footer div.ftInr {
	margin:0 auto;
	width:1000px;
}

#footer div.ftInr .ftTagline {
	color:#FFF;
	font-size:1.1rem!important;
	font-weight:normal;
}




/*-- COPYRIGHT --*/

small#copyright {
	background-color:#f2f7f6;
	color:#009c8f;
	display:block;
	font-size:1.1rem!important;
	padding:10px 0;
	text-align:center;
	width:100%;
}

