﻿@charset "utf-8";

/* ボックスの最後でfloatをクリア
-------------------------------------------------------------------*/
.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix{display:inline-block;}

/*IE-mac \*/
*html .clearfix{height:1%;}
.clearfix{display:block;}
/*IE-mac*/
/*ボックスの最後でfloatをクリア*/

.wrapper{margin:0 auto; padding:0; width:960px; text-align:left;}

/*------------------------
 header
--------------------------*/
#header{margin-bottom:36px;}
.global_header{position:relative; height:80px;}
.global_header h1{position:absolute; left:15px; top:15px;}
.global_header ul{margin:0; padding:0; list-style:none; position:absolute; right:15px; top:15px;}
.global_header li{float:left; margin:0; padding:0; display:inline;}

.global_navi{background:url(../images/bg_navi.png) repeat-x left top;}
.global_navi ul{margin:0; padding:0; list-style:none;}
.global_navi li{float:left; margin:0; padding:0; display:inline;}

/*------------------------
 Contents
--------------------------*/
#mainContents{padding-bottom:50px;}
#main{float:left; width:710px; display:inline;}
#subnavi{float:right; width:210px; display:inline;}

ul.subnavi_banner{margin:0; padding:0; list-style:none;}
ul.subnavi_banner li{margin:0 0 10px; padding:0; position:relative;}
.banner_arrow{position:absolute; right:-5px; top:85px;}

.subnavi_contact{background:url(../images/bn_contact_b.png) no-repeat left bottom; height:172px; padding-top:10px; border-top:1px #d9d9d9 dotted;}
.subnavi_contact h2{margin-bottom:15px;}
.subnavi_contact p{margin:0; padding:0 0 10px; text-align:center;}

h2.midashi{border-bottom:1px #555 solid; position:relative; height:30px; margin-bottom:20px;}
span.midashi_e{position:absolute; left:20px; top:0;}
span.midashi_j{position:absolute; right:20px; top:5px;}

/**** コンテンツ共通 ****/
.floatLeft{ float: left; margin: 0 20px 0 0;}
.floatRight{ float: right; margin: 0 0 0 20px;}
.textCenter{text-align: center;}
.textRight{text-align: right;}

.t10{font-size: 77%;}
.t16{font-size: 122%;}

.fontBlue{ color:#6fb6ca;}
.fontRed{color: #ff0000;}
.fontGray{color: #666;}
.fontBlack{color: #222;}
.fontOrange{color:#ff8f01;}
.fontPink{color:#ffa2a2;}
.imgText{font-size: 0;}

.arrow_b{padding: 0 0 0 16px; background:url(../images/arrow_blue_b.png) no-repeat left center;}
.arrow_s{padding: 0 0 0 8px; background:url(../images/arrow_blue_s.png) no-repeat left center;}

.wakuGray{padding:15px; border:2px #ddd dashed; background-color:#f3f3f3;}
.wakuGray2{padding:15px; border:3px #ddd double; background-color:#fff;}
.wakuRed{padding:10px; border:1px #ff0000 solid;}

.coner{-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;}
.conerTop{-moz-border-top-left-radius:10px; -webkit-border-top-left-radius:10px; border-top-left-radius:10px; -moz-border-top-right-radius:10px; -webkit-border-top-right-radius:10px; border-top-right-radius:10px;}
.conerBottom{-moz-border-bottom-left-radius:10px; -webkit-border-bottom-left-radius:10px; border-bottom-left-radius:10px; -moz-border-bottom-right-radius:10px; -webkit-border-bottom-right-radius:10px; border-bottom-right-radius:10px;}

/*------------------------
 footer
--------------------------*/
.pagetop{margin:0; padding:0; width:960px; text-align:right;}

#footer{background:url(../images/bg_footer_blue.png) #2487b3 repeat-x left top; padding-top:1px;}

.footer_left{float:left; padding:40px 0; width:220px; display:inline; text-align:center;}
.footer_right{float:right; position:relative; padding:40px 0; width:740px; display:inline; background:url(../images/bg_footer_kugiri.png) repeat-y left top;}
.footer_right ul{float:left; margin:0; padding:0 0 0 40px; list-style:none;}
.footer_right li{margin:0 0 10px; padding:0; font-size:12px;}
.footer_right li a{color:#fff; display:block; padding:0 0 0 8px; background:url(../images/arrow_footer_s.png) no-repeat left 6px;}
.footer_right li a:visited{color:#fff;}
.footer_right li a:hover{color:#ccc;}
.footer_right li a.arrow_b{padding:0 0 0 16px; background:url(../images/arrow_footer_b.png) no-repeat left 3px; font-weight:bold;}
.footer_right li a.arrow_b:hover{color:#ccc;}

.footer_contact{position:absolute; right:30px; top:40px;}

#copy{background:url(../images/bg_footer_black.png) repeat-x left top; height:46px;}
#copy p{margin:0; line-height:46px; font-size:10px; text-align:center; color:#777;}
