@charset "utf-8";

html {font-family:"Meiryo", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
body { position: relative; margin: 0 auto; color: #333333; word-wrap: break-word; word-break: break-word; }
p, li, pre, td, th, dt, dd, h3, h4, h5 { line-height:1.5; }  /* 基本の行の高さ */
address { font-style: normal; }

ul, li { list-style:none; }
img { margin:0px; padding:0px; border:0px;transition:All 0.3s ease; -webkit-transition:All 0.3s ease; -moz-transition:All 0.3s ease; -o-transition:All 0.3s ease; }
.ov_hover:hover img { opacity:0.7; filter:alpha(opacity=70); -ms-filter: "alpha( opacity=70)"; }
a:hover > img { opacity:0.7; filter:alpha(opacity=70); -ms-filter: "alpha( opacity=70)"; }
a { color: #333; text-decoration:underline; }
a:hover { text-decoration: none; }

.hidden{display: none;}
/* 
■02.CLEAR FLOAT
====================================================================================*/
.clearfix:before, .clearfix:after{content:"\0020"; display:block; height:0; overflow:hidden}
.clearfix:after{clear:both}
.clearfix{zoom:1}
/*====================================================================================
--------------------------------------------------
 ▽ 文字装飾定義専用クラス
-------------------------------------------------- */
/* 主に新着情報への使用想定だが、通常コンテンツ内で使用も可 */
.text_left { text-align:left!important; }
.text_right { text-align:right!important;}
.text_center { text-align:center!important; }
.text_justify { text-align:justify!important; }
.text_nowrap { white-space:nowrap!important; }
.text_lowercase { text-transform:lowercase!important; }
.text_uppercase { text-transform:uppercase!important; }
.text_capitalize { text-transform:capitalize!important; }
.text_muted { color:#777!important; }
.text_normal { font-weight:normal !important; }
.text_bold { font-weight:bold!important; }
.text_red { color:#E75942!important; }
.text_black { color:#000000!important; }
.text_grey { color:#999999!important; }
.text_pink { color:#f66b82!important; }
.text_green { color:#8a9941!important; }
.text_blue { color:#00a2c6!important; } 
.text_yellow { color:#feab0f!important; }
.text_white { color:#F0F0F0!important; }
.text_purple { color:#b992ed!important; }
.text_orange{ color:#f29475!important; }

.page_up { text-align: right; margin: 20px 10px 0; }
.page_up a { color: #333333; }
/* 
--------------------------------------------------
 ▽ font-size設定専用クラス
-------------------------------------------------- */

.f10 { font-size: 71.5% !important; } /* 10px */
.f11 { font-size: 78.6% !important; } /* 11px */
.f12 { font-size: 85.8% !important; } /* 12px */
.f13 { font-size: 92.9% !important; } /* 13px */
.f14 { font-size: 72.3% !important; } /* 14px */
.f15 { font-size: 107.2% !important; } /* 15px */
.f16 { font-size: 114.3% !important; } /* 16px */
.f17 { font-size: 121.5% !important; } /* 17px */
.f18 { font-size:128.6% !important; } /* 18px */
.f19 { font-size:135.8% !important; } /* 19px */
.f20 { font-size:142.9% !important; } /* 20px */
.f21 { font-size:150.0% !important; } /* 21px */
.f22 { font-size:157.2% !important; } /* 22px */
.f23 { font-size:164.3%  !important; } /* 23px */
.f24 { font-size:171.5% !important; } /* 24px */
.f25 { font-size:178.6% !important; } /* 25px */ 
/* 
--------------------------------------------------
 ▽ margin設定専用クラス
-------------------------------------------------- */
.m00 { margin: 0px !important; }
.m05 { margin: 5px !important; }
.m10 { margin:10px !important; }
.m15 { margin:15px !important; }
.m20 { margin:20px !important; }
.m25 { margin:25px !important; }
.m30 { margin:30px !important; }
.m35 { margin:35px !important; }
.m40 { margin:40px !important; }
.m45 { margin:45px !important; }
.mt00 { margin-top: 0px !important; }
.mt05 { margin-top: 5px !important; }
.mt07 { margin-top: 7px !important; }
.mt10 { margin-top:10px !important; }
.mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px !important; }
.mt25 { margin-top:25px !important; }
.mt30 { margin-top:30px !important; }
.mt35 { margin-top:35px !important; }
.mt40 { margin-top:40px !important; }
.mt45 { margin-top:45px !important; }
.mr00 { margin-right: 0px !important; }
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right:10px !important; }
.mr15 { margin-right:15px !important; }
.mr20 { margin-right:20px !important; }
.mr25 { margin-right:25px !important; }
.mr30 { margin-right:30px !important; }
.mr35 { margin-right:35px !important; }
.mr40 { margin-right:40px !important; }
.mr45 { margin-right:45px !important; }
.mb00 { margin-bottom: 0px !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom:10px !important; }
.mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }
.mb25 { margin-bottom:25px !important; }
.mb30 { margin-bottom:30px !important; }
.mb35 { margin-bottom:35px !important; }
.mb40 { margin-bottom:40px !important; }
.mb45 { margin-bottom:45px !important; }
.mb50 { margin-bottom:50px !important; }
.ml00 { margin-left: 0px !important; }
.ml05 { margin-left: 5px !important; }
.ml07 { margin-left: 7px !important; }
.ml10 { margin-left:10px !important; }
.ml15 { margin-left:15px !important; }
.ml20 { margin-left:20px !important; }
.ml25 { margin-left:25px !important; }
.ml30 { margin-left:30px !important; }
.ml35 { margin-left:35px !important; }
.ml40 { margin-left:40px !important; }
.ml45 { margin-left:45px !important; }
.ml50 { margin-left:50px !important; }
/* 
--------------------------------------------------
 ▽ padding設定専用クラス
-------------------------------------------------- */
.p00 { padding: 0px !important; }
.p05 { padding: 5px !important; }
.p10 { padding:10px !important; }
.p15 { padding:15px !important; }
.p20 { padding:20px !important; }
.p25 { padding:25px !important; }
.p30 { padding:30px !important; }
.p35 { padding:35px !important; }
.p40 { padding:40px !important; }
.p45 { padding:45px !important; }
.pt00 { padding-top: 0px !important; }
.pt05 { padding-top: 5px !important; }
.pt10 { padding-top:10px !important; }
.pt15 { padding-top:15px !important; }
.pt20 { padding-top:20px !important; }
.pt25 { padding-top:25px !important; }
.pt30 { padding-top:30px !important; }
.pt35 { padding-top:35px !important; }
.pt40 { padding-top:40px !important; }
.pt45 { padding-top:45px !important; }
.pr00 { padding-right: 0px !important; }
.pr05 { padding-right: 5px !important; }
.pr10 { padding-right:10px !important; }
.pr15 { padding-right:15px !important; }
.pr20 { padding-right:20px !important; }
.pr25 { padding-right:25px !important; }
.pr30 { padding-right:30px !important; }
.pr35 { padding-right:35px !important; }
.pr40 { padding-right:40px !important; }
.pr45 { padding-right:45px !important; }
.pb00 { padding-bottom: 0px !important; }
.pb05 { padding-bottom: 5px !important; }
.pb10 { padding-bottom:10px !important; }
.pb15 { padding-bottom:15px !important; }
.pb20 { padding-bottom:20px !important; }
.pb25 { padding-bottom:25px !important; }
.pb30 { padding-bottom:30px !important; }
.pb35 { padding-bottom:35px !important; }
.pb40 { padding-bottom:40px !important; }
.pb45 { padding-bottom:45px !important; }
.pl00 { padding-left: 0px !important; }
.pl05 { padding-left: 5px !important; }
.pl10 { padding-left:10px !important; }
.pl15 { padding-left:15px !important; }
.pl20 { padding-left:20px !important; }
.pl25 { padding-left:25px !important; }
.pl30 { padding-left:30px !important; }
.pl35 { padding-left:35px !important; }
.pl40 { padding-left:40px !important; }
.pl45 { padding-left:45px !important; }
/* 
--------------------------------------------------
 ▽ radious（角丸）設定専用クラス
-------------------------------------------------- */
.r03 { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.r04 { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.r05 { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.r06 { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
.r07 { -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
.r08 { -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }
.r09 { -webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px; }
.r10 { -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; }
.r11 { -webkit-border-radius:11px; -moz-border-radius:11px; border-radius:11px; }
.r12 { -webkit-border-radius:12px; -moz-border-radius:12px; border-radius:12px; }
.r13 { -webkit-border-radius:13px; -moz-border-radius:13px; border-radius:13px; }
.r14 { -webkit-border-radius:14px; -moz-border-radius:14px; border-radius:14px; }
.r15 { -webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px; }
.r16 { -webkit-border-radius:16px; -moz-border-radius:16px; border-radius:16px; }
.r17 { -webkit-border-radius:17px; -moz-border-radius:17px; border-radius:17px; }
.r18 { -webkit-border-radius:18px; -moz-border-radius:18px; border-radius:18px; }
.r19 { -webkit-border-radius:19px; -moz-border-radius:19px; border-radius:19px; }
.r20 { -webkit-border-radius:20px; -moz-border-radius:20px; border-radius:20px; }
/* 
--------------------------------------------------
 ▽ width
-------------------------------------------------- */
.w10 { width: 10% !important; }
.w20 { width: 20% !important; }
.w30 { width: 30% !important; }
.w40 { width: 40% !important; }
.w45 { width: 45% !important; }
.w50 { width: 50% !important; }
.w60 { width: 60% !important; }
.w70 { width: 70% !important; }
.w80 { width: 80% !important; }
.w90 { width: 90% !important; }
.w100 { width: 100% !important; }
/* 
--------------------------------------------------
 ▽ 1カラムコンテンツ
-------------------------------------------------- */
.col01 { }
.col01 figure { margin:0 auto 10px; }
.red{color: red;}
/* 
--------------------------------------------------
-------------------------------------------------- */
.col02:after { display:block; clear:both; content:""; }
.col02 .float_l, .col02 .float_r { width:50%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; }
.col02 .float_l { padding-right:1%;}
.col02 .float_r { padding-left:1%;}
/* 
--------------------------------------------------
-------------------------------------------------- */

.col02>li { width:50%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; margin-bottom:10px; }

.col02>li:nth-of-type(2n-1) {
 padding-right:1%;
 float:left;
 clear:both;
}

.col02>li:nth-of-type(2n) {
 padding-left:1%;
 float:right;
}
.col02 figure { margin-bottom:10px; }
/* 
--------------------------------------------------
-------------------------------------------------- */
.col03:after { display:block; clear:both; content:""; }
.col03>li { width:32%; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; margin-bottom:10px; float:left }
/* 右(1)カラム */
.col03>li:nth-of-type(3n-2) {
 clear:both;
}
.col03>li:nth-of-type(3n) { }
.col03>li:nth-of-type(3n-1) {
 margin-left:2%;
 margin-right:2%;
}
/* 
--------------------------------------------------
 ▽ 新着などのページネーション
-------------------------------------------------- */
.pagination { padding:0 2%; }
.pagination .page_prev { float:left; }
.pagination .page_next { float:right; }
.pagination .page_back { text-align:center; }
/*
====================================================================================================
■ additional
---------------------------------------------------------------------------------------------------- */
.acco_box { clear:both; margin-bottom:10px; }
.acco_dv { display:none; }
.acco_a { cursor:pointer; }
.media_txt .txt { }
.media_txt .img { width: 40%; }
.media_txt .img img { width:100%; height:auto }
.pic_l .image { float:left; margin: 3px 10px 5px 0; }
.pic_r .image { float:right; margin: 3px 0 5px 10px; }
.document p,.pic_r p, .pic_l p { margin-bottom: 10px; }

.box_maxheight { line-height: 1.5 }
.box_maxheight .maxheight_hide{ display:none; }
.box_maxheight .maxheight_btn { text-decoration:underline; cursor:pointer; color:#0091b2; display: inline-block; }
/*
====================================================================================================
■ layout
---------------------------------------------------------------------------------------------------- */
#wrapper { width: 100%; max-width:320px; margin: 0 auto; background-color: #FFF; overflow:hidden; position: relative; }
/* 
----------------------------------------------------------------------------------------------------
 □ #site_header
---------------------------------------------------------------------------------------------------- */
.sg_header .h_main{border-top: 2px solid #ec8031; position: relative;}
.sg_header .h_main .h_logo{float: left; margin-top: 10px; margin-left: 5px;}
.sg_header .h_main .h_right{float: right; margin-top: 5px; margin-right: 5px;}

/* 
--------------------------------------------------
 ▽ #gnav （グローバルナビゲーション）
-------------------------------------------------- */
.sg_header .h_main .box_h{ width: 310px; float: left; margin-left: 5px; margin-top: 10px;   }
.sg_header .h_main .btn_gnav{background: url(../common_img/h_menu.jpg) no-repeat; background-size: 83px 29px; width: 83px; height: 29px; ; text-indent: -9999em ; display: block; float: left;}
.sg_header .h_main .btn_gnav.opened{background: url(../common_img/h_menuclose.jpg); background-size: 83px 29px; }
.sg_header .h_main #gnav{background-color: #f5ead1;position: absolute;padding: 0px 20px 20px;top: 113%;left: 0px;right: 0px;z-index: 99;}
.sg_header .h_main #gnav ul li a{border-bottom: 1px solid #fff;display: block;padding: 10px 5px;color: #303533;text-decoration: none;position: relative;background-size: 7px 7px;}
.sg_header .h_main #gnav .ic_home{background: url(../common_img/icon_home.png) no-repeat left 0px; background-size: 15px 17px ;color: #ec8031; padding-left: 20px;}
/* 
----------------------------------------------------------------------------------------------------
 □ #site_footer
---------------------------------------------------------------------------------------------------- */
.sg_footer {background-color: #eeeeee;}
.sg_footer .f_logo{float: left; margin:10px; padding-top: 5px;}
.sg_footer .box_foot{width: 320px; float: right;}
.sg_footer .text_foot{font-size: 12px; margin-left: 10px;}

.sg_footer .f_menu {width: 320px; padding-left: 10px; padding-right: 10px; padding-top: 15px;}
.sg_footer .f_menu ul .nav1{width: 150px;}
.sg_footer .f_menu ul .nav1 a:hover{text-decoration:underline;}
.sg_footer .f_menu ul .nav2{width: 150px; margin-left: 20px;}
.sg_footer .f_menu ul .nav2 a:hover{text-decoration:underline;}
.sg_footer .f_menu ul .nav3{width: 150px;}
.sg_footer .f_menu ul .nav3 a:hover{text-decoration:underline;}
.sg_footer .f_menu ul .nav4{width: 150px; margin-left: 20px;}
.sg_footer .f_menu ul .nav4 a:hover{text-decoration:underline;}
.sg_footer .f_menu ul .nav5{width: 150px;}
.sg_footer .f_menu ul .nav5 a:hover{text-decoration:underline;}
.sg_footer .f_menu ul .nav6{width: 150px; margin-left: 20px;}
.sg_footer .f_menu ul .nav6 a:hover{text-decoration:underline;}
.sg_footer .f_menu ul .nav7{width: 150px; margin-left: 20px;}
.sg_footer .f_menu ul .nav7 a:hover{text-decoration:underline;}
.sg_footer .f_menu ul .nav8{width: 150px;}
.sg_footer .f_menu ul .nav8 a:hover{text-decoration:underline;}
.sg_footer .f_menu ul .nav9{width: 150px; height: 30px;}
.sg_footer .f_menu ul .nav9 a:hover{text-decoration:underline;}
.sg_footer .f_menu ul{width: 320px;}
.sg_footer .f_menu ul li a{text-decoration: none; position: relative;background: url(../common_img/icon_row.png) no-repeat left;background-size: 5px 8px; padding: 0px 10px; font-size: 13px;}
.sg_footer .f_menu ul li { float: left; line-height: 30px;}

.sg_footer .tit_fmenu01{font-weight: bold;background: url(../common_img/bg_tit_f.jpg) no-repeat left center; background-size: 309px 24px; width: 309px ; height: 24px; margin-left: 5px; padding-left: 5px;}

.sg_footer .f_menu02 {width: 320px; padding-left: 10px; padding-right: 10px; padding-top: 10px;}
.sg_footer .f_menu02 ul .nav1{width: 150px;}
.sg_footer .f_menu02 ul .nav1 a:hover{text-decoration:underline;}
.sg_footer .f_menu02 ul .nav2{width: 135px; margin-left: 15px;}
.sg_footer .f_menu02 ul .nav2 a:hover{text-decoration:underline;}
.sg_footer .f_menu02 ul .nav3{width: 150px;}
.sg_footer .f_menu02 ul .nav3a:hover{text-decoration:underline;}
.sg_footer .f_menu02 ul .nav4{width: 135px; margin-left: 15px;}
.sg_footer .f_menu02 ul .nav4 a:hover{text-decoration:underline;}
.sg_footer .f_menu02 ul .nav5{width: 150px; margin-top: -30px;}
.sg_footer .f_menu02 ul .nav5 a:hover{text-decoration:underline;}
.sg_footer .f_menu02 ul{width: 300px;}
.sg_footer .f_menu02 ul li a{text-decoration: none; position: relative;background: url(../common_img/icon_row2.png) no-repeat left;background-size: 5px 8px; padding: 0px 10px; font-size: 13px;}
.sg_footer .f_menu02 ul li { float: left; line-height: 30px;}

.sg_footer .tit_fmenu02{font-weight: bold;background: url(../common_img/bg_tit_f2.jpg) no-repeat left center; background-size: 309px 24px; width: 309px ; height: 24px; margin-left: 5px; padding-left: 5px;}

.sg_footer .f_menu03 {width: 320px; padding-left: 10px; padding-right: 10px; padding-top: 15px;}
.sg_footer .f_menu03 ul .nav1{width: 150px;}
.sg_footer .f_menu03 ul .nav1 a:hover{text-decoration:underline;}
.sg_footer .f_menu03 ul .nav2{width: 150px; margin-left: 20px;}
.sg_footer .f_menu03 ul .nav2 a:hover{text-decoration:underline;}
.sg_footer .f_menu03 ul .nav3{width: 150px;}
.sg_footer .f_menu03 ul .nav3 a:hover{text-decoration:underline;}
.sg_footer .f_menu03 ul .nav4{width: 150px; margin-left: 20px;}
.sg_footer .f_menu03 ul .nav4 a:hover{text-decoration:underline;}
.sg_footer .f_menu03 ul .nav5{width: 150px;}
.sg_footer .f_menu03 ul .nav5 a:hover{text-decoration:underline;}
.sg_footer .f_menu03 ul .nav6{width: 150px; margin-left: 20px;}
.sg_footer .f_menu03 ul .nav6 a:hover{text-decoration:underline;}
.sg_footer .f_menu03 ul .nav7{width: 150px; margin-left: 20px;}
.sg_footer .f_menu03 ul .nav7 a:hover{text-decoration:underline;}
.sg_footer .f_menu03 ul .nav8{width: 150px;}
.sg_footer .f_menu03 ul .nav8 a:hover{text-decoration:underline;}
.sg_footer .f_menu03 ul .nav9{width: 150px; height: 30px;}
.sg_footer .f_menu03 ul .nav9 a:hover{text-decoration:underline;}
.sg_footer .f_menu03 ul{width: 320px;}
.sg_footer .f_menu03 ul li a{text-decoration: none; position: relative;background: url(../common_img/icon_row3.png) no-repeat left;background-size: 5px 8px; padding: 0px 10px; font-size: 13px;}
.sg_footer .f_menu03 ul li { float: left; line-height: 30px;}

.fot_pc {text-align: center ; background: #eeeeee;}

