﻿@charset "UTF-8";

/* ----------menu Top-----------*/

.performing_menu{
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    width: 1180px;
    background: #ab8769;
    padding: 9px 0px;
    position:relative;
    /* margin-bottom: 15px; */
    min-width: 1180px;
}
.performing_menu ul{
    padding: 0;
    list-style:none;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.performing_menu ul li{
    padding: 0;
    margin: 0;
    display: inline-block;
    line-height: 39px;
}

.performing_menu ul li a{
    text-decoration:none;
    padding: 3px 23px;
    color: #fff;
    position: relative;
    font-size: 16px;
    display: block;
    border-radius: 10px;
}

.performing_menu ul li a:hover{
    color: #fff;
    background: rgb(146, 105, 86);
}
@media screen  and (max-width: 480px){
    .performing_menu{
        position:relative;
        width: auto;
        margin: 0;
        padding: 0;
        box-shadow: none;
        border-radius: 0px;
        min-width: 100%;
    }
    .performing_menu ul{
    	width: auto;
    	padding: 0;
    	display: block;
    }
    .performing_menu ul li{
        display:block;
        text-align:center;
        padding: 0;
        line-height: 35px;
    }
    .performing_menu ul li a{
	border-radius: 10px;
	border: 0;
	margin: 0;
	text-align: center;
	padding: 8px 0px;
	border-bottom: 1px solid #fbfcff;
	box-shadow: none;
	}
   .performing_menu ul li a:before{
	content: "";
	display: none;
}
   .performing_menu ul li a:after{
	content: "";
	display: none;
}
}
/*==========end menu top ===========*/

/* ============= Start body =================*/
body
{
	color: #545050;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 16px;
	background-color: #d4ecf1;
}
*
{
	margin:0;
	padding: 0;
}

.performing_Wrapper{
	width: 100%;
	margin: 0px;
	padding:0px;
	min-width: 1180px;
	color: #333;
}
.performing_Wrapper:after{
	content: "";
	display: block;
	clear: both;
}
a{
	color: #d96240;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.performing_MainImg{
	margin: auto;
	clear: both;
	overflow: hidden;
	width: 1180px;
	background: #f8c2c2;
}

.Headownership:after{
	content: '';
	clear: both;
	display: block;
}

.performing_InnerImg{
	margin: auto;
	padding: 0px;
}
.performing_InnerImg img{
   margin: auto;
   padding: 0px;
   width: 100%;
   display: block;
}

.performing_STtitle{
	margin: auto;
	width: 1180px;
	background: #ab8769;
	padding: 15px 0px;
	min-width: 1180px;
	/* border-bottom: 1px solid #f19e9e; */
	margin-top: 10px;
}
.performing_STtitle h1{
   text-align: center;
   font-size: 20px;
   color: #fff;
}
.performing_STtitle h1 a{
	color: #333;
	text-decoration: none;
}
.performing_STtitle h1 a:hover{
	text-decoration: underline;
}
.performing_STtitle:after{
	content: '';
	display: block;
	clear: both;
}
.top_main{
	width: 1150px;
	margin: 15px auto;
	padding: 15px;
	clear: both;
	min-width: 1150px;
	background: #ffffff;
	overflow: hidden;
	box-shadow: 0px 0px 1px #7e98d4;
}
.top_main:after{
	content: '';
	display: block;
	clear: both;
	position: static;
}

.ownership_SITE_Right{
	width: 28.5%;
	margin: 0px;
	float: right;
	box-sizing: border-box;
}
.ownership_SITE_Right h2{

}

.ownership_SITE_Right:after{
	content: "";
	clear: both;
	display: block;
}

.ownership_Frame{
	padding: 0px;
	margin: 0px;
}
.ownership_Frame:after{
	content: "";
	display: block;
	clear: both;
}
h1, h2, h3{
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
/*=========== Style H2 ============*/

h2{
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(233, 249, 252) 47%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
    padding:10px;
    text-align: center;
    border: 6px double #35CAA7;
    font-size: 17px;
}
  

/*============end H2 ============*/

h3{
    line-height: 37px;
    padding: 0px;
    margin-top: 17px;
    font-size: 17px;
    overflow: hidden;
    color: #333;
    margin-bottom: 6px;
    position: relative;
    border-bottom: 1px solid #dcac96;
}
.availability_block ul h3 {
    font-size: 17px;
}

p{
	padding: 0px;
	line-height: 40px;
	margin: 0px;
}
p a{
	text-decoration: none;
}
p a:hover{
	text-decoration: underline;
}
p.provide_more{
	padding: 0px;
	float: right;
	margin:10px;
	margin-right: 0px;
}
p.provide_more:after{
	content: "";
	display: block;
	clear: both;
}
p.provide_more a{
	padding: 8px 12px;
	margin: 0px;
	color: #fff;
	text-decoration: none;
	background: #f19e9e;
	border: 2px solid #ffffff;
}

p.provide_more a:hover{
	text-decoration: none;
	background: #ffffff;
	color: #333;
}
.availability_block{
    margin-bottom: 20px;
    padding: 20px;
    padding-bottom: 30px;
    background: #e9f9fc;
}
.availability_block ul{
	list-style: none;
}
.availability_block li{
	line-height: 35px;
}

.availability_block:after{
	content: "";
	display: block;
	clear: both;
}
.hypertext_cont01{
	margin-bottom: 15px;
	padding-bottom: 15px;
	clear: both;
}
.hypertext_cont01 img{
	width: 99.4%;
	margin: 0px;
	display: block;
	margin-bottom: 10px;
	background: #ffffff;
	border: 1px solid #b4dbe3;
}
.hypertext_cont01:after{
	content: "";
	clear: both;
	display: block;
}

.ownership_prlinks{
	background: #e9f9fc;
	clear: both;
}
.ownership_prlinks:after{
	content: "";
	display: block;
	clear: both;
}

.sub_area_wrp{
	width: 1150px;
	margin: 0px;
	padding: 0px;
	float: left;
	box-sizing: border-box;
}
.sub_area_wrp .ownership_TopContent{
	margin-bottom: 0px;
}
.sub_area_wrp .ownership_TopContent img{
	width: 40%;
	margin-top: 11px;
}
.ownership_MainCon{
	width: 1150px;
	margin: 0px;
	padding: 0px;
	float: left;
	box-sizing: border-box;
}
.ownership_TopContent img{
	width: 40%;
	float: right;
	margin: 10px;
	margin-right: 0px;
	margin-top: 13px;
	background: #ffffff;
	border: 1px solid #b4dbe3;
}
.ownership_MainCon:after{
	content: "";
	display: block;
	clear: both;
}
.ownership_TopContent{
  clear: both;
}
.ownership_Inner{
	clear: both;
}
.ownership_Inner:after{
	clear: both;
	content: "";
	display: block;
}
.ownership_TopContent:after{
	content: "";
	clear: both;
	display: block;
}

.hypertext_cont03{
	width: 48.75%;
	margin: 0px;
	float: left;
	box-sizing: border-box;
	/* z-index: 1; */
	margin-bottom: 20px;
	padding-bottom: 30px;
	margin-right: 20px;
}
.hypertext_cont03:nth-child(even){
	margin-right: 0px;
}
.hypertext_cont03 img{
	width: 99.4%;
	margin:auto;
	display: block;
	margin-bottom: 10px;
	background: #fbfcff;
	border: 1px solid #b4dbe3;
}
.Block_webS3:after{
	content: "";
	clear: both;
	display: block;
}
.hypertext_cont02{
	clear: both;
}
.hypertext_cont02 img{
	width: 35%;
	margin: 10px;
	float: left;
	margin-left: 0px;
	display: block;
	margin-top: 12px;
	background: #ffffff;
	border: 1px solid #b4dbe3;
}
.hypertext_cont02:after{
	content: "";
	clear: both;
	display: block;
}
/* ============block h2 ================*/

.hypertext_cont03 h2,
.hypertext_cont02 h2,
.hypertext_cont01 h2{
    background: none;
    border: none;
    box-shadow: none;
    text-align: center;
    text-indent: 0;
    margin: 0px;
    padding: 25px 0px;
    line-height: 0px;
}
.hypertext_cont02 h2:before,
.hypertext_cont02 h2:after,
.hypertext_cont03 h2:before,
.hypertext_cont03 h2:after,
.hypertext_cont01 h2:before,
.hypertext_cont01 h2:after{
	content: "";
	display: none;
}

h2 a{
	text-decoration: underline;
}
h2 a:hover{
	text-decoration: none;
}

/* ------------start footer--------*/
.lexiconsfoot{
	width: auto;
	margin: auto;
	padding: 15px 0px;
	color: #333;
	background: rgb(171, 135, 105);
	min-width: 1180px;
	clear: both;
	/* border-top: 1px solid #d37070; */
	text-align: center;
}
.lexiconsfoot:after{
	content: "";
	display: block;
	clear: both;
}
.lexiconsfoot_Inner{
	margin: auto;
	min-width: 1160px;
}
.lexiconsfoot_Inner a{
  text-decoration: none;
  color: #fff;
}
.lexiconsfoot_Inner a:hover{
  text-decoration: underline;
}
.lexiconsfoot_Inner:after{
	content: "";
	display: block;
	clear: both;
	position: static;
}

/*---------end footer-------*/

.social{
	width: 100%;
	display: flex;
	margin: auto;
	font-size: 0px;
	text-align: center;
	justify-content: center;
	padding: 10px 0px;
}

/*===========menu side bar ===========*/

.ownership_MenuSide{
    clear: both;
    background: #ffffff;
}
.ownership_MenuSide ul{list-style: none;}
.ownership_MenuSide ul li{
}
.ownership_MenuSide ul li a{
    padding: 10px 0;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #333;
    position: relative;
    text-indent: 10px;
    transition: ease-in-out .5s all;
    overflow: hidden;
    font-size: 16px;
}
.ownership_MenuSide ul li a:hover{
    color: #fff;
    text-decoration: none;
    background: #f19e9e;
}

@media screen and (max-width: 480px){
	.ownership_MenuSide{
    width: auto;
}
	.ownership_MenuSide ul{
    width: auto;
}
	.ownership_MenuSide ul li a{}
}

/*============Footer menu ==============*/
.ownership_MenuSide:after{
	content: "";
	display: block;
	clear: both;
}

.lexiconsfoot_Inner_menu ul{
	display: flex;
	padding: 15px 0px;
	justify-content: center;
	margin: 0px;
}
.lexiconsfoot_Inner_menu ul li{
    list-style: none;
    padding: 14px 0px;
}
.lexiconsfoot_Inner_menu ul li a{
    padding: 0px 16px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}
.lexiconsfoot_Inner_menu ul li a:hover{
 text-decoration: underline;
}
.lexiconsfoot_Inner_menu ul li a:before{
	content: "〉";
	left: 0px;
	padding-right: 5px;
	font-size: 13px;
}
@media screen  and (max-width: 480px){

.lexiconsfoot_Inner_menu ul{
	display: block;
}
.lexiconsfoot_Inner_menu ul li a{
	list-style: none;
	border: none;
}
.lexiconsfoot_Inner_menu ul li a:before{
	content: "";
	position: static;
	padding: 0px;
}
}

/*=========enf menu footer ==============*/

/*-------------pungku su ------------*/
.link_helper_pangusu{
	width: 1180px;
	margin:auto;
	justify-content: flex-start;
	display: flex;
	list-style: none;
	margin-bottom: 10px;
	margin-top: 20px;
}
.link_helper_pangusu:after{
	content: "";
	clear: both;
	display: block;
}

.layer_article_content{
	width: 1180px;
	margin:auto;
}
.in-layer_article_content:after,
.layer_article_content{
	clear:both;
	display:block;
	content:"";
}

.article_content_column {
	margin:20px auto;
	padding:20px;
	background:#fff;
}
.article_content_column li{
	padding: 15px 0px;
	margin:0;
	list-style:none;
}
.article_content_column li a{
}

.article_content_column li a:before{
	content:"☛";
	padding-right:10px;
}
div#boxArea div:nth-child(3) {
    margin-right: -1px;
    margin-top: 0px;
    margin-left: 7px;
}
@media screen and (max-width: 480px){

/*----start body style-------------*/

.performing_Wrapper{
	width: auto;
	margin: 0px;
	padding: 0px;
	min-width: 100%;
	border: none;
}

.performing_STtitle{
	width: auto;
	margin: 0px;
	padding: 17px 0px;
	float: none;
	min-width: 100%;
}
.performing_STtitle h1{
	width: auto;
	margin: 0px;
	font-size: 13px;
	padding: 0px;
}
.link_helper_pangusu{
	width: 100%;
	padding:10px 0px;
	text-indent: 20px;
}
.ownership_MainCon,
.ownership_TopContent img,
.sub_area_wrp,
.sub_area_wrp .ownership_TopContent img{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: none;
	float: none;
	border-radius: 0px;
	border: none;
	display: block;
	box-shadow: none;
	margin-bottom: 10px;
}
.ownership_prlinks,
.ownership_MenuSide,
.hypertext_cont01,
.hypertext_cont03,
.hypertext_cont03:nth-child(even),
.hypertext_cont02,
.availability_block{
	width: auto;
	float: none;
	margin: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.sub_area_wrp .ownership_TopContent{
	margin-bottom:20px;
}
.hypertext_cont01 img,
.hypertext_cont02 img,
.hypertext_cont03 img{
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
	margin-bottom: 10px;
	box-shadow: none;
	border: none;
	float: none;
	border-radius: 0px;
}

.right_side_frame{
	width: 100%;
	margin: 0px;
	padding:0px;
	float: none;
	box-shadow: none;
	border: none;
	overflow: hidden;
	clear: both;
}

.Headownership{
	width: 100%;
	margin: 0px;
	padding:0px;
	min-width: auto;
	overflow: hidden;
}
.performing_MainImg{
	width: auto;
	padding: 0px;
	margin: 0px;
}
.performing_InnerImg{
	margin: 0px;
	width: auto;
	float: none;
}
.performing_InnerImg img{
   width: 100%;
   margin: 0px;
   padding: 0px;
   display: block;
   border: none;
   float: none;
}
.top_main{
	width: auto;
	margin: 20px auto;
	padding:0px;
	min-width: 100%;
}

.ownership_SITE_Right{
	width: auto;
	margin: 0px;
	float: none;
	overflow: hidden;
	border: none;
	box-shadow: none;
	padding: 0px;
	clear: both;
}
.ownership_Frame{
	width: auto;
	padding: 0px;
	margin: auto;
	border: none;
	box-shadow: none;
	background: none;
	clear: both;
}

.lexiconsfoot{
	width: auto;
	margin: 0px;
	min-width: 100%;
	clear: both;
	padding: 0px;
}
.lexiconsfoot_Inner{
	width: auto;
	margin: 0px;
	padding: 15px 0px;
	min-width: 100%;
}

.lexiconsfoot_Inner p{
	padding:0px 15px;
}

/*------------end body style-----------*/


/*---------pangusu style----------*/
.in-menu_blocks_boss,
.layer_article_content
{
	width:auto;
}
.in-menu_blocks_boss{
	padding:10px 20px;
}
.article_content_column{
	margin: 20px;
}
.article_content_column li a{
	width:auto;
}

.social{
	margin: 0px;
	width: auto;
}

}