@charset "UTF-8";
/*--------------------------------------------------------------------------------

Structure

--------------------------------------------------------------------------------*/

/*------------------------------------------------------------Header*/
header {
  width: 100%;
  min-width: 980px;
  background: url(../img/common_img/bg_blue.png);
}

header #header_area{
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}
header #header_area h1{
  float: left;
  font-size: 11px;
  color: #7e9bcc;
  text-align: left;
}
header #header_area h1 img{
  display: block;
  margin-bottom: 5px;
  margin-top: 20px;
}
header #header_area p{
  float:right;
  padding: 20px 0 15px;
}
/*------------------------------------------------------------Navi*/
/*HeaderNavi*/

#mnav {
  width: 100%;
  background: url(../img/common_img/bg_white.png);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);

}
#mnav ul{
  width: 980px;
  overflow: hidden;
  margin: 0 auto;
  padding: 10px 0;
}
#mnav ul li{
  float: left;
  line-height: 0;
}

/*------------------------------------------------------------section04*/
#section04 {
  padding: 30px 0;
  background: url(../img/common_img/bg_blue02.png);
}
#section04 #contact{
  width: 980px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  color: #fff;
}
#section04 #contact img.contact_ph{
  position: absolute;
  right:0;
  bottom:-30px;
}

/*------------------------------------------------------------section05*/
#section05 {
  background: rgba(255,255,255,0.5);
  padding: 20px 0;
}
#section05 #group{
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}
#section05 #group h3{
  float: left;
}
#section05 #group ul{
  overflow: hidden;
  width: 810px;
  float: right;
}
#section05 #group ul li{
  float: left;
  margin-left:20px;
  width: 250px;
}
/*------------------------------------------------------------section06/footer*/

#section06 {
  background: url(../img/common_img/bg_blue02.png);
  padding: 30px 0;
}
#section06 .footer_area{
  width: 980px;
  margin: 0 auto;
  text-align: left;
  color: #fff;
  font-size: 12px;
  position: relative;
}
#section06 .footer_area h3 span{
  font-size: 10px;
}
#section06 .footer_area p{
  font-size: 12px;
}
#section06 .footer_area small{
  font-size: 10px;
  position: absolute;
  right:0;
  bottom: 0;
  color: #6387c1;

}
/*------------------------------------------------------------Contents*/
#content {
  height: auto;
  width: 940px;
  margin: 0 auto 20px;
}

/*------------------------------------------------------------Page Top*/
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 0;
}
/*------------------------------------------------------------splink*/
body {
  padding-top: 190px;
}
.splink {
  position: absolute;
  top: 0;
  z-index: 10000;
  text-align: center;
  width: 100%;
  padding: 30px 0;
  background: #F2F2F2;
  box-shadow: 0 0 6px 0 #9B9B9B;
}
.splink a {
  position: relative;
  margin: 0 30px;
  background: #fff;
  color: #A5A5A5;
  text-decoration: none;
  font-weight: bold;
  font-size: 45px;
  padding: 20px 0;
  border-radius: 4px;
  border: 6px solid #A5A5A5;
  display: block;
}
/*--------------------------------------------------------------------------------

Main Content Decorations

--------------------------------------------------------------------------------*/
/*------------------------------------------------------------breadcrumbs*/
#pankuzu {
  clear: both;
  width: 100%;
  margin-bottom: 20px;
}
#pankuzu ol {
  list-style: none;
}
#pankuzu ol li {
  float: left;
  font-size: 12px;
  padding: 0 7px 0 10px;
  background: url(../img/common_img/icon_pankuzu.gif) no-repeat 0 50%;
}
#pankuzu ol li:first-child{
  padding: 0 7px 0 0;
  background:none;
}
/*------------------------------------------------------------Common_banner*/
.common_banner{
  border-top: 1px dotted #CCC;
  padding: 20px 0 0 0;
  text-align: center;
}
/*------------------------------------------------------------Title*/
/**/
.title01{
  text-align: left;
  color: #0c439e;
  border-bottom: 3px solid #0c439e;
  font-size: 22px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  padding: 0 22px;
}
.title01 span{
  font-family: Century Gothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  font-size: 12px;
  margin-left: 10px;
  font-weight: normal;
}
/**/
.title02{
  text-align: left;
  color: #fff;
  border-bottom: 3px solid #fff;
  font-size: 22px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  padding: 0 22px;
}
.title02 span{
  font-family: Century Gothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  font-size: 12px;
  margin-left: 10px;
  font-weight: normal;
}




/*------------------------------------------------------------Text*/
/*TextRight*/
.tx_right {
  text-align: right;
}
/*TextLeft*/
.tx_left {
  text-align: left;
}
/*TextCenter*/
.tx_cent {
  text-align: center;
}
/*bold*/
.tx_bold {
  font-style: normal;
  font-weight: bold;
}
/*TextRed*/
.tx_red {
  color: #C33;
}
/*attention*/
.attention {
  font-size: 11px;
  line-height: 150%;
}
/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
  float: left;
}
/*FloatRight*/
.float_right {
  float: right;
}
/*ClearBoth*/
.clearboth {
  clear: both;
}
/*------------------------------------------------------------Photo positiopn*/
.ph_cent{
  text-align: center;
}
.ph_cent img{
  margin-bottom: 10px;
  margin: 0 auto;
}
.ph_left{
  float: left;
  margin-right: 10px;
}
.ph_right{
  float: right;
  margin-left: 10px;
}
.ph_left img, .ph_right img{
  display: block;
}
/*------------------------------------------------------------Margin*/
/*MarginTop*/
.margin_t05 {
  margin-top: 5px;
}
.margin_t10 {
  margin-top: 10px;
}
.margin_t15 {
  margin-top: 15px;
}
.margin_t20 {
  margin-top: 20px;
}
.margin_t30 {
  margin-top: 30px;
}
.margin_t40 {
  margin-top: 40px;
}
.margin_t50 {
  margin-top: 50px;
}
/*MarginBottom*/
.margin_b05 {
  margin-bottom: 5px;
}
.margin_b10 {
  margin-bottom: 10px;
}
.margin_b20 {
  margin-bottom: 20px;
}
.margin_b30 {
  margin-bottom: 30px;
}
.margin_b40 {
  margin-bottom: 40px;
}
.margin_b50 {
  margin-bottom: 50px;
}
/*MarginRight*/
.margin_r05 {
  margin-right: 5px;
}
.margin_r10 {
  margin-right: 10px;
}
.margin_r15 {
  margin-right: 15px;
}
.margin_r20 {
  margin-right: 20px;
}
/*MarginLeft*/
.margin_l05 {
  margin-left: 50px;
}
.margin_l10 {
  margin-left: 10px;
}
.margin_l15 {
  margin-left: 15px;
}
.margin_l20 {
  margin-left: 20px;
}
/*------------------------------------------------------------Line*/
hr.line_01 {
  height: 1px;
  clear: both;
  margin: 20px 0px;
  border-top: 1px dotted #CCC;
  border-right: 0 dotted #CCC;
  border-bottom: 0 dotted #CCC;
  border-left: 0 dotted #CCC;
}
.space_10 {
  height: 10px;
  clear: both;
}
.space_20 {
  height: 20px;
  clear: both;
}
.space_30 {
  height: 30px;
  clear: both;
}
.space_10 hr, .space_20 hr, .space_30 hr {
  display: none;
}
/*------------------------------------------------------------ClearFix*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/*------------------------------------------------------------Image Effects*/
/*Hoverimg*/
a:hover img.hoverimg {
  opacity:0.6;
  filter:alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}
/*Hoverimg_fade*/
a:hover img.hoverimg_fade {
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  opacity: 0.6;
}
/*Hoverimg_dark*/
.hoverimg_dark {
  background: #000;
}
.hoverimg_dark img:hover {
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  opacity: 0.5;
}
/*hoverimg_big*/
.hoverimg_big {
    overflow: hidden;
}
.hoverimg_big img {
    -moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    transition: transform 0.3s ease;
}
.hoverimg_big img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
/*hoverimg_small*/
.hoverimg_small {
    overflow: hidden;
}
.hoverimg_small img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    transition: transform 0.3s ease;
}
.hoverimg_small img:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/*hoverimg_smalldark*/
.hoverimg_smalldark {
  overflow: hidden;
  background: #000;
}
.hoverimg_smalldark img {
  /*����*/
  opacity: 1;
  /*�ό`�E�k��*/
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  /*transition���ʁi���ԓI�ω��j*/
  transition: transform 0.3s ease, opacity 0.5s ease;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.5s ease;
  -moz-transition: -moz-transform 0.3s ease, opacity 0.5s ease;
  -o-transition: -o-transform 0.3s ease, opacity 0.5s ease;
  -ms-transition: -ms-transform 0.3s ease, opacity 0.5s ease;
}
.hoverimg_smalldark img:hover {
  /*����*/
  opacity: 0.5;
  /*�ό`�E�k��*/
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
/*------------------------------------------------------------Table*/
/*table basic*/
table.table_basic {
  border-top: 1px solid #CCC;
  border-collapse: collapse;
  margin: 0 0 15px;
}
table.table_basic th {
  white-space: nowrap;
  text-align: center;
  font-weight: normal;
  border-right: 1px solid #CCC;
  background: #EEE;
  /* CSS3 */
  text-shadow:1px 1px 0 #FFF;
}
table.table_basic td {
  text-align: left;
}
table.table_basic th, table.table_basic td {
  border-bottom: 1px solid #CCC;
  padding: 8px 10px;
  vertical-align: middle;
}
table.table_basic .table_border {
  border-right: 1px solid #CCC;
}
table.table_basic td.price {
  text-align: right;
  font-weight: bold;
  color: #900;
  vertical-align: middle;
}
/*------------------------------------------------------------Txt Frame*/
/*txt_frame*/
.txt_frame {
  border:1px solid #CCC;
  padding: 15px;
  background: #f2f2f2;
  /* CSS3 */
  border-radius: 5px;
  /* Webkit */
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 1px 1px 1px #fff;
    background: -webkit-gradient( linear, left top, left bottom, from(#F2F2F2), to(#fff) );
  /* Firefox */
  -moz-border-radius: 5px;
  -moz-box-shadow: 1px 1px 1px #fff;
    background: -moz-linear-gradient( top, #F2F2F2, #fff );
  /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#F2F2F2, endColorstr=#ffffffff);
  zoom: 1;
}
/*------------------------------------------------------------List*/
/*list basic*/
ul.list_basic li {
  padding: 0 0 0 10px;
  background: url(../img/common_img/arrow.gif) no-repeat 0 5px;
}
/*list dot*/
ul.list_dot li{
  padding: 0 0 0 9px;
  background: url(../img/common_img/icon_dot.gif) no-repeat left center;
}
/*list following01*/
.list_following01 ul {
  list-style-type: none;
  border-left: 1px solid #CCC;
  margin-right: 15px;
  float: left;
}
.list_following01 ul li {
  text-align: left;
  padding: 0 0 0 25px;
  background: url(../img/common_img/arrow.gif) no-repeat 13px 5px;
}
/*list following02*/
ul.list_following02 {
  list-style-type: none;
}
ul.list_following02 li{
  width: 49%;
  float: left;
  background: url(../img/common_img/arrow.gif) no-repeat 0px 5px;
}
ul.list_following02 li:nth-child(even){
  float: right;
}
ul.list_following02 li:nth-child(2n+1){
  clear: both;
}
ul.list_following02 a, ul.list_following02 span{
  display: block;
  padding: 0 0 0 12px;
}
/*list num*/
ol.list_num li{
  list-style: none;
  background: url(../img/common_img/icon_num01.png) no-repeat left 1px;
  padding-left: 25px;
}
ol.list_num li:nth-child(2){
  background: url(../img/common_img/icon_num02.png) no-repeat left 1px;
}
ol.list_num li:nth-child(3){
  background: url(../img/common_img/icon_num03.png) no-repeat left 1px;
}
ol.list_num li:nth-child(4){
  background: url(../img/common_img/icon_num04.png) no-repeat left 1px;
}
ol.list_num li:nth-child(5){
  background: url(../img/common_img/icon_num05.png) no-repeat left 1px;
}
/*list two Column*/
ul.list_2column{
  margin: 0 -10px -20px;
}
ul.list_2column li{
  margin-bottom: 20px;
  width: 50%;
  float: left;
}
ul.list_2column li:nth-child(2n+1){
  clear: both;
}
ul.list_2column li figure{
  display: block;
  text-align: center;
  margin: 0 10px 10px;
}
ul.list_2column li figure img{
  width: 100%;
  height: auto;
}
ul.list_2column li p{
  display: block;
  margin: 0 10px;
}
/*list three Column*/
ul.list_3column{
  margin: 0 -10px -10px;
}
ul.list_3column li{
  margin-bottom: 10px;
  width: 33.333%;
  float: left;
}
ul.list_3column li:nth-child(3n+1){
  clear: both;
}
ul.list_3column li figure{
  display: block;
  text-align: center;
  margin: 0 10px 10px;
}
ul.list_3column li figure img{
  width: 100%;
  height: auto;
}
ul.list_3column > li > p{
  display: block;
  margin: 0 10px;
}
/*------------------------------------------------------------Link related*/
