@charset "UTF-8";
/*! ======================================================================================== ^^
  ￼General
=========================================================================================== ^^ */
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  line-height: 1.7;
}


body {
  width: 100%;
  height: 100%;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333333; 
}

img {
  vertical-align: top;
  border:none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*! ======================================================================================== ^^
  ￼Common
=========================================================================================== ^^ */
/*! ---- 
 ￼Link color
----------------------------------------- */
a:link {
  color: #333333;
  text-decoration: none;
}
a:visited {
  color: #333333;
  text-decoration: underline;
}
a:hover {
  color: #333333;
  text-decoration: underline;
}
a:active {
  color: #333333;
  text-decoration: underline;
}

a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  border:none;
}

.title {
  margin: 0;
}

abbr[title] {
  border: none;
}


/*! ======================================================================================== ^^
  ￼Header
=========================================================================================== ^^ */
.header-wrap {
  width: 100%;
  margin: 0 0 34px;
  height: 194px;
  background: url(../images/hdr_bg.png) repeat-x;
  z-index:8;
  position:relative;
}

@media screen and (max-device-width:480px) {
.header-wrap {
  width: 110%;
  margin: 0 0 34px;
  height: 194px;
  background: url(../images/hdr_bg.png) repeat-x;
  z-index:8;
  position:relative;
}
}

.header {
  width: 1030px;
  height: 194px;
  margin: 0 auto;
  position:relative;
  z-index:9
}
.header p{
  width: 560px;
  position:absolute;
  top:100px;
  left:400px;
  font-size:12px;
}
.header .header-left-block {
  position:absolute;
  top:60px;
  left:0px;
}
.header ul.header-navi {
  position:absolute;
  top:0px;
  right:0px;
}
.header ul.header-navi li{
  float: left;
}


/*! ======================================================================================== ^^
  ￼Container
=========================================================================================== ^^ */
#container {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-device-width:480px) {
#container {
  width: 110%;
  margin: 0 auto;
}
}

/*! ======================================================================================== ^^
  ￼Main visual
=========================================================================================== ^^ */
.visual-area {
  width: 100%;
  margin:-225px auto 0;
  text-align:center;
  position:relative;
}

.main-visual{
	margin:0 auto -30px;
}

/*! ======================================================================================== ^^
  ￼Main navi
=========================================================================================== ^^ */
nav.global-navi {
  width: 100%;
  height: 83px;
  clear: both;
  padding: 0;
  margin: 200px auto 0;
  background:url(../images/nav_bg.png) repeat-x;
  top:-6px;
  left:0px;
  position:absolute;
  z-index:99;
}

nav.global-navi ul{
  width: 1032px;
  margin:0 auto;
}

nav.global-navi li {
  width: 172px;
  height: 83px;
  margin:0 auto;
  float: left;
}

@media screen and (max-device-width:480px) {
nav.global-navi {
  width: 110%;
  height: 83px;
  clear: both;
  padding: 0;
  margin: 200px auto 0;
  background:url(../images/nav_bg.png) repeat-x;
  top:-6px;
  left:0px;
  position:absolute;
  z-index:99;
}
}

/*! ======================================================================================== ^^
  ￼Main newsBox
=========================================================================================== ^^ */
#container .sec01 {
  width: 100%;
  clear: both;
  padding: 15px 0;
  margin: 50px auto 0;
  border-bottom:1px dotted #CCCCCE;
}

#container .sec01 .sec01_ttl {
  width: 1030px;
  margin: 0 auto 20px;
}

#container .sec01_inBox {
  width: 1030px;
  margin: 0 auto 50px;
}

#container .sec01_inBox .sec01_inBoxL {
  width: 480px;
  float:left;
  margin: 25px 0 0 35px;
}

#container .sec01_inBox .sec01_inBoxR {
  width: 455px;
  float:right;
  margin: 25px 0 0 0;
}

#container .sec01_inBox .sec_btn{
	text-align:center;
	margin:30px auto 50px;
	}



#container .sec02 {
  width: 100%;
  clear: left;
  padding: 15px 0;
  margin: 50px auto 0;
  border-top:1px solid #CCCCCE;
  border-bottom:1px dotted #CCCCCE;
}

#container .sec02 .sec02_ttl {
  width: 1030px;
  margin: 20px auto ;
}

#container .sec02_inBox {
  width: 1050px;
  margin: 0 auto 50px;
}

#container .sec02_inBox ul{
  margin:0 0 0 47px;
}

#container .sec02_inBox ul li{
  margin:30px auto 40px;
  float:left;
}



#container .sec03 {
  width: 100%;
  clear: both;
  padding: 15px 0;
  margin: 0 auto;
  border-top:1px solid #CCCCCE;
  border-bottom:1px dotted #CCCCCE;
}

#container .sec03 .sec03_ttl {
  width: 1030px;
  margin: 20px auto ;
}

#container .sec03_inBox {
  width: 1030px;
  margin: 0 auto 50px;
}

#container .sec03_inBox .sec03_inBoxL {
  width: 500px;
  float:left;
  margin: 25px 0 0 25px;
}

#container .sec03_inBox .sec03_inBoxL span{
  float:right;
  margin-right:150px;
}

#container .sec03_inBox .sec03_inBoxR {
  width: 455px;
  float:right;
  margin: 25px 0 0 0;
}

#container .sec03_inBox .sec_btn{
	text-align:center;
	margin:30px auto 50px;
	}



#container .sec04 {
  width: 100%;
  clear: both;
  padding: 15px 0;
  margin: 0 auto;
  border-top:1px solid #CCCCCE;
  border-bottom:1px dotted #CCCCCE;
}

#container .sec04 .sec04_ttl {
  width: 1030px;
  margin: 20px auto ;
}

#container .sec04_inBox {
  width: 1030px;
  margin: 20px auto 35px;
}

#container .sec04_inBox p{
  margin: 30px 0 0 35px;
}

#container .sec04_inBox ul{
  width: 1030px;
  margin: 30px 0 0 15px;
}

#container .sec04_inBox ul li{
  width: 242px;
  margin: 0 10px 10px 0;
  float:right;
}



#container .sec05 {
  width: 100%;
  clear: both;
  padding: 15px 0;
  margin: 0 auto;
  border-top:1px solid #CCCCCE;
  border-bottom:1px dotted #CCCCCE;
}

#container .sec05 .sec05_ttl {
  width: 1030px;
  margin: 20px auto ;
}

#container .sec05_inBox {
  width: 1030px;
  margin: 0 auto 50px;
}

#container .sec05_inBox .sec05_inBoxL {
  width: 500px;
  float:left;
  margin: 25px 0 0 35px;
}

#container .sec05_inBox .sec05_inBoxL span{
  font-weight:bold;
  font-size:18px;
}

#container .sec05_inBox .sec05_inBoxR {
  width: 455px;
  float:right;
  margin: 25px 0 0 0;
}

#container .sec05_inBox .sec_btn{
	text-align:center;
	margin:30px auto 50px;
	}



/*! ======================================================================================== ^^
  ￼contentsBox-web
=========================================================================================== ^^ */
#container .contentsBox {
  width: 100%;
  margin: 20px auto;
}
#container .contentsBox .inBox {
  width: 950px;
  margin: 20px auto 0;
}
#container .contentsBox .inBox p{
  width: 850px;
  margin: 10px 0 0 60px;
  line-height:200%;
}
#container .contentsBox .inBox ul{
  padding:0 0 20px;
}
#container .contentsBox .inBox ul li {
  width: 950px;
  padding:5px 0;
}
#container .contentsBox .inBox ul li.inBox-ttl {
  width: 950px;
  padding:25px 0;
}

/*! ======================================================================================== ^^
  ￼Footer
=========================================================================================== ^^ */

footer{  width:100%; background:#fff; z-index:999; }

.footer-wrap {
  width: 100%;
  height: 73px;
  background:#F6F7F1;
  clear:both;
}

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

.footer-wrap {
  width: 110%;
  height: 73px;
  background:#F6F7F1;
  clear:both;
}
}

.footer-wrap .contact {
  width: 100%;
  clear: both;
  padding: 35px 0;
  margin: 0 auto;
  border-top:1px solid #CCCCCE;
  border-bottom:1px dotted #CCCCCE;
  background:#F8F4F0;
}

.footer-wrap .contact p {
  width: 1030px;
  margin: 0 auto ;
}

.footer-wrap .infoBox {
  width: 100%;
  padding: 20px 0;
  margin: 0 auto;
  border-bottom:1px solid #CCCCCE;
}

.footer-wrap .infoBox .info {
  width: 1030px;
  margin: 0 auto;
}


.footer-wrap .ftr_logo {
  width: 180px;
  margin: 0 0 0 45px;
  float:left;
}

.footer-wrap .ftr_contact {
  width: 600px;
  margin: 0 auto;
  float:left;
  line-height:200%;
  padding-top:10px;
}

.footer-wrap .ftr_contact img {
  margin-right:15px;
  vertical-align:middle;
}

.footer-wrap .ftr_link {
  width:1030px;
  text-align: right;
  margin:0 auto;
  padding:20px 0;
  font-size:12px;
}

.footer-wrap .ftr_link span{
  margin:0 auto;
  padding:0 15px;
}


.footer-wrap .copyright {
  width: 100%;
  padding: 20px 0;
  margin: 0 auto;
  border-top:1px solid #CCCCCE;
}

.footer-wrap .copyright p {
	width:1030px;
  text-align: right;
  margin:0 auto;
}








/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:68%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}









/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	/*position:relative;*/
	margin-top:-225px;
	background: url(../themes/default/loading.gif) no-repeat 50% 50%;
    /*margin-bottom:10px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(../themes/default/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:34px;
	height:32px;
	background:url(../themes/default/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
	background-position:-34px 0;
	right:0px;
}
.theme-default a.nivo-prevNav {
	left:0px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}















/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}