　charset "UTF-8";"

/* ========BASIC======== */
html {
    overflow-y:scroll;
}

body {
    margin:0;
    padding:0;
    line-height:1.6;
    letter-spacing:1px;
    font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",verdana,sans-serif;
    font-size:12px;
    color:#000;
    background:#ffffff;
}

br {
    letter-spacing:normal;
}
.underline a:link {text-decoration: none;}
.underline a:visited {text-decoration: none;}
.underline a:hover {background: #BDE2F7;text-decoration: none;}
.underline a:active {text-decoration: none;}

a.widelink {
    display: block; 
    width: 100%;
    color:#000000;
}

a[href$=".pdf"] {
    display: inline-block;
    padding: 5px 20px 0 0;
    background: url(../img/icon_pdf.png) no-repeat right center;
}

a {
    color:#134D99;
    text-decoration:none;
}

a.widelink:hover {
    background-color: #f9ebeb; 
    color: #134D99;
}
a:hover {
    color:#134D99;
    text-decoration:underline;
}

img {
    border:0;
    vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6,h7 {
    margin:0;
}

h2 {
    clear:both;
    padding:0 10px;
    line-height:2.0;
    color:#ffffff;
    font-size:15px;
    font-weight:normal;
    background:#228b22;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.85, #228b22), color-stop(0.00, #006d1b));
    background:-webkit-linear-gradient(top, #006d1b 0%, #228b22 85%);
    background:-moz-linear-gradient(top, #006d1b 0%, #228b22 85%);
    background:-o-linear-gradient(top, #006d1b 0%, #228b22 85%);
    background:-ms-linear-gradient(top, #006d1b 0%, #228b22 85%);
    background:linear-gradient(to bottom, #006d1b 0%, #228b22 85%);
}


h2.other {
    clear:both;
    padding:0 10px;
    line-height:2.0;
    color:#ffffff;
    font-size:15px;
    font-weight:normal;
    background:#ffc34c;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.85, #ffc34c), color-stop(0.00, #e59800));
    background:-webkit-linear-gradient(top, #e59800 0%, #ffc34c 85%);
    background:-moz-linear-gradient(top, #e59800 0%, #ffc34c 85%);
    background:-o-linear-gradient(top, #e59800 0%, #ffc34c 85%);
    background:-ms-linear-gradient(top, #e59800 0%, #ffc34c 85%);
    background:linear-gradient(to bottom, #e59800 0%, #ffc34c 85%);
}


h3 {
    clear:both;
    padding:0 10px;
    line-height:2.0;
    font-size:15px;
    font-weight:normal;
    margin:0;
    color:#fff;
    border:1px solid #ddd;
    background:#a1cc4b;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.85, #a1cc4b), color-stop(0.00, #8ccb4b));
    background:-webkit-linear-gradient(top, #8ccb4b 0%, #a1cc4b 85%);
    background:-moz-linear-gradient(top, #8ccb4b 0%, #a1cc4b 85%);
    background:-o-linear-gradient(top, #8ccb4b 0%, #a1cc4b 85%);
    background:-ms-linear-gradient(top, #8ccb4b 0%, #a1cc4b 85%);
    background:linear-gradient(to bottom, #8ccb4b 0%, #a1cc4b 85%);
}

h4 {
    padding:0 10px;
    line-height:2.0;
    color:#000;
    font-weight:normal;
    font-size:13px;
    border:0;
    background:#f1f1f1;
}

h5 {
    position: relative;
    color: #cc4b4b;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 1.5em;
    padding: 0.5em 0.5em 0.5em 1.7em;
    border-bottom: 3px solid #cc4b4b;
    background:#ffffff;
}
h5:before{
    content: "";
    position: absolute;
    background: #dcc4b4b;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
h5:after{
    content: "□";
    position: absolute;
    background:#cc4b4b;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}

h6 {
    padding:0 10px;
    line-height:2.0;
    font-size:15px;
    font-weight:normal;
    border-left:5px solid #cc4b4b;
    border-bottom: 1px dashed #cc4b4b;
    background:#ffffff;
}



p {
    margin:10px;
}

/* ==▼margin-bottom== */

.mb1{
   margin-bottom: 1em;
}
.mb2{
   margin-bottom: 2em;
}
.mb3{
   margin-bottom: 3em;
}

/* ==▲margin-bottom== */


/* ========MENU＋サブMENU======== */

.cp_navi:ul,ol,dl {
    margin:10px;
    padding:0;
}

.cp_navi:li {
    padding:0 10 0 10px;
    margin:0 0 0 30px;
}

.cp_navi:dt {
    margin:0;
    padding:0;
    font-size:10px;
}

.cp_navi:dd {
    margin:0 0 1em 1em;
    padding:0;
    background:#ffffff;
    border-bottom: solid 5px #ffffff;
}


.cp_navi {
	background: -moz-linear-gradient(to bottom,#ffffff,#caff9c 30%,#49b368); 
	background: -webkit-linear-gradient(to bottom,#ffffff,#caff9c 30%,#49b368); 
	background: linear-gradient(to bottom,#ffffff,#caff9c 30%,#49b368);
	border: 0px double #ffffff;
	border-radius: 15px;
	box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
	color: #97ddac;
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 10 auto;
	max-width: 900px;
}
.cp_navi ul {
	margin: 0;
	padding: 0;
}
.cp_navi ul li {
	display: inline-block;
	list-style-type: none;
	-webkit-transition: all 0.2s;
	        transition: all 0.2s;
}
.cp_navi > ul > li > a > .caret {
	border-top: 4px solid #000000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: '';
	display: inline-block;
	height: 0;
	width: 0;
	vertical-align: middle;
	-webkit-transition: color 0.1s linear;
	        transition: color 0.1s linear;
}

.cp_navi > ul > li > a {
	color: #49b368;
	display: block;
	line-height: 43px;
	padding: 1px 18px;
}
.cp_navi > ul > li:hover {
	background-color: rgba(255, 255, 255, 0);
}
.cp_navi > ul > li:hover > a {
	color: rgba(255, 255, 255, 1);
}
.cp_navi > ul > li:hover > a > .caret {
	border-top-color: rgba(255, 255, 255, 1);
}
.cp_navi > ul > li > div {
	background-color: #49b368;
	border-top: 0;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.015);
	display: none;
	margin: 0;
	opacity: 0;
	width: 210px;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	       transition: opacity 0.2s;
	position:absolute;
}
.cp_navi > ul > li:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
    z-index:10;
}
.cp_navi > ul > li > div ul > li {
	display: block;
}
.cp_navi > ul > li > div ul > li > a {
	color: #ffffff;
	display: block;
	padding: 10px 24px;
}
.cp_navi > ul > li > div ul > li:hover > a {
	background-color: rgba( 255, 255, 255, 0);
}


/* ========ホバーアニメーション（下線）======== */
.underline {
	  position: relative;
}
.underline a:hover{
	  text-decoration: none;
}
.underline:hover,	
.underline:focus,	
.underline:active {
	  cursor: pointer;	
}	
.underline:after {/*疑似要素とアニメーション設定を加えてwidthを0にしておく*/
	  content: '';
	  position: absolute;
	  left: 10%;	  
	  bottom: 8px;/*自由変更*/	  
	  height: 3px;/*自由変更*/	  
	  background-color: #ffffff;/*自由変更*/	  
	  width: 0;
	  transition: width .5s;/*自由変更*/	
}	
.underline:hover:after,	
.underline:focus:after,	
.underline:active:after {/*ホバーしたら100%の位置まで伸びる*/
	  width: 80%;	
}

/* ========グローバルナビ======== */
#global-nav{
	height: 50px;
}


#global-nav ul{
	list-style: none; /* リスト形式を削除 */
              margin:0 auto;
              width:900px;
              height:50px;
              overflow:hidden;
              position:relative;

}

 /* リストを横並びに */
#global-nav ul li{
	width: 140px;
	height: 50px;
	float: left;  /* 回り込み指定 */  
              margin: 0;
}
#global-nav ul li a{
	text-indent: -9999px; /* テキストをふっとばす */  
	text-decoration: none;  
	display: block; /* リンク領域を拡大 */   
	width: 140px;  
	height: 50px;  
              padding: 0 0;
	background-image: url(../img/global_nav.png);  
	background-repeat: no-repeat;  
}

 /* a要素の背景の指定  ※左の数字がx軸、右の数字がy軸*/
#global-nav ul li#menu1 a { background-position: 0 0; }   
#global-nav ul li#menu2 a { background-position: -140px 0px; }  
#global-nav ul li#menu3 a { background-position: -280px 0px; }  
#global-nav ul li#menu4 a { background-position: -420px 0px; }  
#global-nav ul li#menu5 a { background-position: -560px 0px; } 
#global-nav ul li#menu6 a { background-position: -700px 0px; } 



#global-nav ul li a:hover{
	text-decoration: none;  
	background-image: url(../img/global_nav.png);  
	background-repeat: no-repeat;   
}

/* a:hover要素の背景の指定 ※左の数字がx軸、右の数字がy軸*/
#global-nav ul li#menu1 a:hover { background-position: 0 -50px; }   
#global-nav ul li#menu2 a:hover { background-position: -140px -50px; }  
#global-nav ul li#menu3 a:hover { background-position: -280px -50px; }  
#global-nav ul li#menu4 a:hover { background-position: -420px -50px; }  
#global-nav ul li#menu5 a:hover { background-position: -560px -50px; } 
#global-nav ul li#menu6 a:hover { background-position: -700px -50px; } 




table {
    font-size:12px;
}




/* ==　▼offerlist用 table、th、td == */

table.offer {
    width:600px;
    margin:10px;
    border-collapse:separate;
    border-spacing:0;
    line-height:1.5;
    border-top: 1px solid #ccc; 
    border-left: 1px solid #ccc; 
    border-right: 1px solid #ccc; 
    border-radius: 10px 10px 0 0;
    
}

table th.offer  {
    width: 120px;
    padding: 1px 1px 1px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    background:#eff0ff;
    font-weight:bold;
    text-align:left;
}

table td.offer-name {
    padding: 3px 1px 3px 10px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    background:#eff0ff;
    font-size:16px;
    text-align:left;
    border-radius: 10px 10px 0 0;
}

table td.offer {
    padding: 1px 1px 1px 10px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    text-align:left;
}


/* ==　▼table、th、td == */

table.type01 {
    width:600px;
    margin:10px;
    border-collapse:collapse;
    border:1px solid #999;
    border-spacing:0;
    line-height:1.8;
}


table th.type01 {
    border:1px solid #999;
    border-width:0 0 1px 1px;
    background:#EFEBEF;
    font-weight:bold;
    text-align:left;
}


table td.type01 {
    padding: 1px 1px 1px 5px;
    border:1px solid #999;
    border-width:0 0 1px 1px;
    text-align:left;
}


table td ol {
    margin:0;
    padding:0 0 0 30px;
}

table td li {
    margin:0;
    padding:0;
}

table td{
    padding: 2px 1px 2px 10px;
}

/* ========LAYOUT======== */
#container {
    width:940px;
    margin:10px auto;
    padding:20px;
    border:0px solid #ddd;
    -moz-box-shadow:0 0 10px #ffffff; /* Firefox用 */  
    -webkit-box-shadow:0 0 10px #ffffff; /* Safari,Google Chrome用 */ 
    box-shadow:0 0 10px #ffffff;
    background:#ffffff;
}

#header {
    position:relative;
    width:940px;
    margin-bottom:50px;
    background:#ffffff;
}

#menu {
    position:absolute;
    top:95px;
    background:#ffffff;
    display: block;
    margin-left: auto;
    margin-right: auto；
}

#icatch {
    width:940px;
}

#contents {
    float:left;
    width:940px;
    padding:10px 0;
    background:#ffffff;
}

#conL {
    float:left;
    width:620px;
}

#conR {
    float:right;
    width:300px;
}

#conL2 {
    float:left;
    width:750px;
}

#conR2 {
    float:right;
    width:120px;
}


#footMenu {
    float:left;
    width:940px;
    margin-top:10px;
}

#footer {
    clear:both;
    width:940px;
}

/* ========HEADER CUSTOMIZE======== */
#header h1 {
    margin:0;
    padding:10px 0 10px 0;
    font-size:30px;
    color:#770000;
    line-height:1.0;
}

#header h1 a {
    color:#770000;
}

#header h1 a:hover {
    color:#770000;
}

/* ========MENU CUSTOMIZE======== */
#menu ul {
    margin:0;
    padding:0;
    list-style:none;
}

#menu li {
    overflow:hidden;
    float:left;
    margin:0;
    padding:0 0 0 0px;
}

#menu li a {
    display:block;
    font-weight:bold;
    color:#000000;
    outline:none;
}

#menu li a:hover {
    color:#000;
    text-decoration:none;
}




/* ========SLIDESHOW CUSTOMIZE======== */
#slide {
    width:940px;
    height:300px;
    overflow:hidden;
    position:relative;
    padding-bottom:25px;
    position:relative;
    z-index:0;
}

.slideInner {
    list-style:none;
    margin:0;
    padding:0;
}

.slideInner li {
    position:absolute;
    background:#fff;
    margin:0;
    padding:0;
}

.slidePrev {
     position:absolute;
     width:50px;
     height:60px;
     top:120px;
     left:0;
     cursor:pointer;
     z-index:100;
}

.slideNext {
     position:absolute;
     display:block;
     width:50px;
     height:60px;
     top:120px;
     right:0;
     cursor:pointer;
     z-index:100;
}

.controlNav {
     position:absolute;
     float:left;
     left:50%;
     bottom:0;
}

.controlNav span {
     position:relative;
     left:-50%;
     float:left;
     margin:5px;
     -webkit-border-radius:5px;
     -moz-border-radius:5px;
     border-radius:5px;
     width:10px;
     height:10px;
     overflow:hidden;
     -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
     background:#eee;
     text-indent:-9999px;
     vertical-align:middle;
}

.controlNav span:hover {
     background:#ccc;
     cursor:pointer;
}

.controlNav span.current {
     -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
     background:#85d1c6;
}


/* ========MAINCONTENTS CUSTOMIZE======== */
/* TOPNAVI CUSTOMIZE */
.topNavi {
    overflow:hidden;
    position:relative;
    margin-left:-20px;
    margin-top:20px;
    margin-bottom:20px;
}

* html .topNavi {
    height:1em;
    overflow:visible;
}

.topNaviColumn {
    display:inline;
    width:300px;
    float:left;
    margin-left:20px;
    padding:0 0 2em 0;
    background:#fef5dc;
}

.topNaviImg {
    margin:0;
    padding:0;
    background:none;
}

.topNaviDetail {
    position:absolute;
    bottom:0;
    width:280px;
    text-align:right;
}

.topNaviDetail a {
    padding:0 0 0 7px;
    background:url("../images/bg_arrow.gif") no-repeat left 50%;
}

/* INFORMATION CUSTOMIZE */
.information {
    width:620px;
    margin-bottom:20px;
}

.information dl {
    margin:0;
}
.information dt {
    float:left;
    padding-top:5px;
}

.information dd {
    margin:0 0 1px 0;
    padding:2px 0px 2px 10.5em;
    background:url("../images/bg_dotline.gif") 0 100% repeat-x;
}

/* SUBMENU CUSTOMIZE */
.submenu {
    border:1px solid #ddd;
}

.submenu h3 {
    border:none;
}

.submenu ul {
    margin:10px;
    padding:0;
}
.submenu li {
    margin:0;
    padding:0 0 0 7px;
    list-style:none;
    background:url("../images/bg_arrow.gif") no-repeat left 50%;
}

.submenu p {
    margin:10px;
}

/* BANNER CUSTOMIZE */
.bnrL {
    margin:20px 0;
}

.bnrL ul {
    width:630px;/* for IE7 */
    margin:0 -10px 0 0;
    padding:0;
}

.bnrL li {
    float:left;
    margin:0 10px 0 0;
    padding:0;
    list-style:none;
    margin-bottom:10px;
}

.bnrR {
    width:278px;
    margin:20px 0;
    padding:10px;
    border:1px solid #ddd;
}

.bnrR ul {
    margin:0 0 -10px 0;
    padding:0;
}

.bnrR li {
    margin:0;
    padding:10px;
    list-style:none;
    margin-bottom:10px;
    background:#eee;
}

/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
    margin:5px 0;
    padding:20px 0;
    text-align:center;
    border-top:1px solid #ddd;
}

#footMenu li {
    display:inline;
    margin:0 0 0 20px;
    list-style:none;
}

#footMenu li a {
    color:#000;
}

#footMenu li a:hover {
    color:#666;
    text-decoration:underline;
}

/* ========FOOTER CUSTOMIZE======== */
.copyright {
    font-style:normal;
    font-size:11px;
    color:#999;
    line-height:3.0;
    text-align:center;
}

/* ========PAGRTOP CUSTOMIZE========= */
#pageTop {
    position:fixed;
    right:0;
    bottom:0;
    padding:10px;
    background:#000
}

#pageTop a {
    padding:0 0 0 12px;
    color:#fff;
    font-size:11px;
    background:#000 url("../img/bg_pagetop.gif") 0 50% no-repeat;
}
