﻿/*●body
---------------------------------------------------------------------------*/
html{
    overflow-x : hidden;
}

body {
    width: 100%;
    margin: 0;
    margin-top:-14px;
    padding: 0;
    line-height: 14px;
    overflow-x: hidden;
}

body.noscroll {
  /* position: fixed; */
  overflow-y: scroll;
}

/*●page-top
---------------------------------------------------------------------------*/
#pageTop span{
display: block;
overflow: hidden;
width: 18px;
height: 10px;
background: url(../img/top/up.png) no-repeat center center;
}

#pageTop{
border: 0px solid #000;
background: #999;
text-shadow: 0 1px 0 #333;
color:#fff;
padding: 16px 19px;
position:fixed;
bottom: 140px;
right: 20px;
top: auto;
left: auto;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-icab-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2),inset 0 1px 0 rgba(255,255,255,.4),inset 0 10px 10px rgba(255,255,255,.1);
}

#pageTop:hover{
transition: all .3s;
opacity: 0.8;
filter: alpha(opacity=80);
}

/*●btn01
---------------------------------------------------------------------------*/
.btn {
	background: #cce1e2;
	border: 0px solid #DDD;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #111;
	width: 100px;
	padding: 0px 6px;
}

/*●btn02
---------------------------------------------------------------------------*/
.btn02 {
	background: #EEE;
	border: 1px solid #DDD;
	color: #111;
	width: 100px;
	padding: 10px 0;
}

/*●btn03
---------------------------------------------------------------------------*/
.btn03 {
    background: -moz-linear-gradient(top,#FFF 0%,#EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    border: 1px solid #DDD;
    color:#111;
    width: 100px;
    padding: 6px 0;
}

/*●btn04
---------------------------------------------------------------------------*/
.button04 {
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 2px solid #333;
	color: #333;
	line-height: 50px;
	overflow: hidden;
}
.button04:hover {
	color: #fff;
}
.button04::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.button04:hover::after {
	background: #333;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*●text
---------------------------------------------------------------------------*/
body,td { font-size:12px; color:#161616;
}

body{
font-family: 'Noto Sans Japanese', "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", 'ＭＳ Ｐゴシック', 'MS PGothic;
}

/*●link
---------------------------------------------------------------------------*/
a:link,
a:visited{ color: #007475; }
a:hover,
a:active{ color: #007475; }

a { text-decoration: none; }

a {
	color: #007475 ;
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
}

a:hover {
	color: #00cbcd ;
}

/*●body
---------------------------------------------------------------------------*/
TD{
line-height: 20px;
}
h1 {
font-size:14px;
color:#ffffff;
font-family:sans-serif;
background-color:#00aeb4;
}
h2 {
font-size:14px;
color:#ffffff;
font-family:sans-serif;
background-color:#00aeb4;
}
h3 {
font-size:14px;
color:#ffffff;
font-family:sans-serif;
background-color:#00aeb4;
}
h4 {
font-size:14px;
color:#ffffff;
font-family:sans-serif;
background-color:#00aeb4;
}
h5 {
font-size:14px;
color:#ffffff;
font-family:sans-serif;
background-color:#00aeb4;
}
h6 {
font-size:14px;
color:#ffffff;
font-family:sans-serif;
background-color:#00aeb4;
}
h7 {
font-size:14px;
color:#ffffff;
font-family:sans-serif;
background-color:#00aeb4;
}

/*●img
---------------------------------------------------------------------------*/
a:hover img{
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}

.category_link {
    display: block;
    background-image: url("../img/top/category_btn_default.png");
    width: 98px;
    height: 19px;
    float : left;
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
}

.category_link:hover {
    background-image: url("../img/top/category_btn_on.png");
}

.category_link span {
    color : #fff;
}

.category_in {
    background-image: url("../img/top/category_btn_in.png");
}

/*●modal
---------------------------------------------------------------------------*/
#modal-content{
	width:50%;
	margin:0;
	padding:10px 20px;
	border:2px solid #aaa;
	background:#fff;
	position:fixed;
	display:none;
	z-index:2;
}

.button-link{
	color:#00f;
	text-decoration:underline;
}

.button-link:hover{
	cursor:pointer;
	color:#f00;
}

/*●slide
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;
	width: 100%;
	height: auto;
	position: relative;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	z-Index:1;
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}

/*●Loading
---------------------------------------------------------------------------*/
#container{display:none;}
#loading{
	position:absolute;
	left:43%;
	top:30%;
	margin-left:-30px;
}

.download_category {
    /* width : 100%; */
    /* width : 830px; */
    text-align: center;
}

.download_category img {
    /* margin-left: 10px; */
    margin-right: 10px;
}

.download_category_num {
    width : 100%;
    padding-left: 16px;
}

.download_category_num td {
    width : 25%;
    text-align: center;
}

.download_detail_note {
    margin-bottom: 4px;
    text-align: center;
}

/* modal */
#lean_overlay{
  position: fixed; z-index:100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}

#divSearchDetail {
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  display: none;
  padding: 30px;
  width: 230px;
  height: 350px;
  margin-left: -300px;
  text-align: left;
 }

 #divSearchDetail .td_title {
     width: 110px;
     vertical-align:top;
 }

 #divFavoriteKeyword {
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  display: none;
  padding: 6px;
  width: 103px;
  height: 300px;
  text-align: left;
 }

 #divHelpModal {
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  display: none;
  padding: 18px;
  width: 240px;
  height: 525px;
  font-size: 12px;
  color: #008790;
 }

 #divDetailModal {
  background: none repeat scroll 0 0 #324046;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  display: none;
  padding: 18px;
  width: 100%;
  height: 50%;
  font-size: 14px;
  color: #e7f1f5;
 }

 .searchTab {
     font-size:14px; color:#008790; float:left; line-height:39px; width: 133px; height: 37px; background-color: #e8f5f6;
     cursor:pointer;
 }

 .searchTabNone {
     font-size:14px; color:#8aa; float:left; line-height:39px; width: 133px; height: 37px; background-color: #e8f5f6;
     cursor:default;
 }

 .searchTabRight {
     float: right; background-color: #e8f5f6; width:397px; height: 37px; line-height:37px;
 }

 .helpTile {
     font-size: 14px;
 }

 .detailDiv {
     width: 80%;
 }

/* photo.ctp */
.flex_container {
    text-align: left;
    width:1080px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.detail_left {
    text-align: center;
    width: 50%;
    height: auto;
    margin-top: 10px;
    margin-right: 30px;
    display: flex;
}

#landscape_image_file {
    width: 100%;
    margin-left: 20px;
}

#portrait_image_file {
    width: 50%;
    margin-left: 20px;
}

#detail_about_link {
    font-size: 12px;
    margin: 0;
    margin-left: 180px;
    margin-top: 10px;
    float: left;
}

.detail_right {
    width: 50%;
    height: auto;
    display: flex;
    margin-top: 10px;
}

.detail_right_container {
    display: block;
    width: 90%;
    height: auto;
    line-height: 18px;
    margin-left: 34px;
}

#dl_image_title {
    font-size:20px;
    margin-bottom: 12px;
}

.detailIcon {
    vertical-align: top;
    margin-top: 2px;
}

.detailSpan {
    font-size: 12px;
    margin-left: 10px;
    vertical-align: top;
    display: inline-block;
    width: 70px;
}

.detailSpan2 {
    font-size:12px;
    margin-left: 10px;
    display: inline-block;
    width: 350px;
}

.detailWord {
    text-decoration: underline;
}

.detailHr {
    border-color:#ace5de; border-width: 1px 0 0 0;
    text-align: left;
    margin-left: 0px;
    width: 100%;

}

#detail_btn_group img {
    margin-right: 10px;
}

#divDownload {
    background: #324046;
    padding: 18px;
    width: 100%;
    height: 210px;
    font-size: 14px;
    color: #e7f1f5;
}

#bg1 {
    background-color: #39494a;
    width: 100%;
}

#bg2 {
    background-color: #2f4547
}

.detail_button {
    margin-top: 16px;
    text-align: center;
}

#image_zoom_btn {
    margin-left: 16px;
}

#image_favorite {
    margin-left: 16px;
}

/* SNSシェアボタン */
.share {
    text-align: center;
    margin-top: 8px;
}

.share_btn {
    display: inline-block;
    width: 100px;
    padding: 6px;
    border-radius: 5px;
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.share_btn a {
    display: block;
    color: #fff;
    width: 100%;
}

.twitter{
    background: #55acee;
}

.facebook{
    background: #3b5998;
    margin-left: 16px;
}

.hr_photo {
    margin-top: 20px;
    width: 1050px;
    border: 1px solid;
    border-color: #00bfcf;
    background-color: #00bfcf;
}

/*●index
---------------------------------------------------------------------------*/
.hr_index {
    width: 1000px;
    border: 1px solid;
    border-color: #00aeb4;
    background-color: #00aeb4;
}

/*●news
---------------------------------------------------------------------------*/
.news_body {
    border: none;
    margin-left: auto;
    margin-right: auto;
    width: 1050px;
}

.news_image {
    width: 100%;
}

.news_message {
    margin-top: 4px;
    width: 100%;
    height: 650px;
}

.hr_news {
    width: 1060px;
    border: 1px solid;
    border-color: #00aeb4;
    background-color: #00aeb4;
}

/*●about
---------------------------------------------------------------------------*/
.about_body {
    border: none;
    margin-left: auto;
    margin-right: auto;
    width: 1050px;
}

.about_img {
    width: 100%;
}

.help_img_05 {
    width: 100%;
}

.help_img_06 {
    width: 100%;
}

.help_img_07 {
    width: 100%;
}

.help_img_08 {
    width: 100%;
}

.hr_about_body {
    width: 100%;
    border: 1px solid;
    border-color: #c8ecec;
    background-color: #c8ecec;
}

.hr_about {
    width: 100%;
    border: 1px solid;
    border-color: #00aeb4;
    background-color: #00aeb4;
}

/*●link_01
---------------------------------------------------------------------------*/
.link_01_body {
    border: none;
    margin-left: auto;
    margin-right: auto;
    width: 1050px;
}

.hr_link_01 {
    width: 100%;
    border: 1px solid;
    border-color: #00aeb4;
    background-color: #00aeb4;
}

/*●qa
---------------------------------------------------------------------------*/
.qa_body {
    border: none;
    margin-left: auto;
    margin-right: auto;
    width: 1050px;
}

.hr_qa {
    width: 100%;
    border: 1px solid;
    border-color: #00aeb4;
    background-color: #00aeb4;
}

.faq_img {
    width: 100%;
}

.help_img_01 {
    width: 100%;
}

.help_img_02 {
    width: 100%;
}

.help_img_03 {
    width: 100%;
}

.help_img_04 {
    width: 100%;
}

.help_img_09 {
    width: 100%;
}

.help_img_10 {
    width: 100%;
}

/*●toi
---------------------------------------------------------------------------*/
.hr_toi {
    width: 100%;
    border: 1px solid;
    border-color: #00aeb4;
    background-color: #00aeb4;
}

/*●download
---------------------------------------------------------------------------*/
.download_body {
    margin-left: 40px;
}

.download_pick_up_title {
    font-size: 14px;
    color: #ffffff;
}

.download_pick_up_contents {
    line-height: 0;
    border-collapse: collapse;
    border: 1px solid;
    border-color: #00aeb4;
    background-color: #ffffff;
    border-spacing: 1px;
}

.hr_download_body {
    margin-left: 0;
    width: 96%;
    border:1px solid;
    border-color: #c8ecec;
    background-color: #c8ecec;
}

.hr_download {
    width: 92%;
    border: 1px solid;
    border-color: #00aeb4;
    background-color: #00aeb4;
}

/*●search
---------------------------------------------------------------------------*/
.search_pick_up_contents {
    line-height: 0;
    border-collapse: collapse;
    border: 1px solid;
    border-color: #00aeb4;
    background-color: #ffffff;
    border-spacing: 1px;
}

.hr_search {
    width: 100%;
    border: 1px solid;
    border-color: #00bfcf;
    background-color: #00bfcf;
}
