@charset "utf-8";
/* CSS Document */
@media print, screen and (min-width: 769px) {
	
body{
    padding: 0;
    margin: 0;
    min-width: 1369px;
}
	
a {
    text-decoration:none; 
}
	
/* ヘッダーのロゴ */
.head_rogo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}
	
/* 上の三本線メニュー　PCの場合は表示させない */
.hamburger-menu {
		display:none;
	}
/* 上のメニューの背景用 */
.div_menu {
    background-color: #B23158;
    min-width: 1350px;
    width: 100%;
    margin-right: auto;
    float: left;
    margin-bottom: 20px;
    margin-left: auto;
}
	
.div_menu_01 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1350px;
}
	
.div_menu .menu_centet{
    display: table-cell;
    vertical-align: middle;
    height: 80px;
	}		

/* 上のメニュー */
nav {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: auto;
    padding-left: auto;
    box-sizing: border-box;
}
	

.nav03 {

	}
	 

nav::before {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    color: #FF5F62;
    font: 400 24px/1 'Lato', sans-serif;
    text-align: center;
}
	

.nav03::before { content: ''; }
	
	
/* common */
nav ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
nav ul::after {
  display: block;
  clear: both;
  content: '';
}
nav ul li {
    position: relative;
    float: left;
    text-align: center;
    line-height: 1.3em;
    width: auto;
    height: 80px;
}
nav ul li:not(:first-child) {
  border-left: none;
}
nav ul li:hover { /* 親がマウスオーバーされたとき*/
    background-color: rgba(228,157,178,1.00);
}
nav ul li a {
    display: inline-block;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 18px;
    color: rgba(255,255,255,1.00);
}
	
nav ul li ul a{/* 子のテキストの色*/
    color: rgba(0,0,0,1.00);
	}
nav ul ul {
    position: absolute;
    top: 100%;
    
}
nav ul ul li {
  float: none;
  margin: 0;
}
	
nav ul ul li {/* 子の装飾*/
    background-color: rgba(220,220,220,1.00);
	  text-align: left;
    height: 60px;
}
	
nav ul ul li:hover {
    background-color: rgba(228,157,178,1.00);
}
	
/*	
nav ul ul li:not(:first-child) {
	border: 2px solid #FF0004;
    border-top: none;
	
}
	*/
	
nav ul ul ul {
    position: absolute;
    top: 0px;
    left: 100%;
}
	
/* DEMO #3 上からのアニメーション*/
.nav03 ul ul {
  visibility: hidden;/* 普段は非表示にしている*/
  opacity: 0;
  transition: .2s ease-in-out;
  transform: translateY(-20px);
}
.nav03 ul li:hover > ul {
  visibility: visible;/* マウスオーバーしたときに表示するように*/
  opacity: 1;
  transform: translateY(0);/* アニメーションかな*/
}
	



	
/* サイトマップ　階層の表示 */
.ue_sitemap {
    margin: auto;
    width: 1052px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 5px;
}
	
/* 画像スライドショーと横にあるメニュー　全体用 */
.kasou {
    margin: auto;
    width: 1052px;
    height: 740px;
}
	
/* feat 特徴の全体用 */
.kasou_feat {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 1052px;
    height: 1039px;
}
	

	
/* chara 物性の名称に関する項目の全体用 */
.kasou_chara {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 1052px;
    height: 1477px;
}
	

	
/* chara 物性の名称に関する項目の全体用 */
.kasou_chara2 {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 1052px;
    height: 2938px;
}
	
/* kinki 禁忌の全体用 */
.kasou_kinki {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 1052px;
    height: 750px;
}
	
/* faq FAQ全体用 */
.kasou_movie {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 1052px;
    height: 1200px;
}		
	
/* faq FAQ全体用 */
.kasou_faq {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 1052px;
    height: 3420px;
}	
	
/* faq FAQ全体用 */
.kasou_tools {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 1052px;
    height: 3331px;
}	
	

/* 論文紹介の全体用 */
.kasou_sample {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 1052px;
    height: 801px;
}
	
/* 学会情報の全体用 */
.kasou_seminar {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 1052px;
    height: auto;
}	
	
	
/* 学会情報の全体用 */
.kasou_seminar_2018 {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 1052px;
     height: auto;
}	
	
/* 学会情報の全体用 */
.kasou_seminar_2017 {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 1052px;
    height: auto;
}		
	
/* 学会情報の全体用 */
.kasou_seminar_2016 {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 1052px;
   height: auto;
}	
	
/* 学会情報の全体用 */
.kasou_seminar_2015 {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 1052px;
     height: auto;
}		
	
/* 学会情報の全体用 */
.kasou_seminar_2014 {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 1052px;
     height: auto;
}	
	
/* 学会情報の全体用 */
.kasou_seminar_2013 {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 1052px;
    height: auto;
}	
	
/* 学会情報の全体用 */
.kasou_seminar_2012 {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 1052px;
    height: auto;
}	
	
/* 学会情報の全体用 */
.kasou_seminar_2010 {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 1052px;
     height: auto;
}	
	
/* 学会情報の全体用 */
.kasou_seminar_2009 {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 1052px;
    height: auto;
}		
	
/* 学会情報の全体用 */
.kasou_seminar_2008 {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 1052px;
     height: auto;
}	
	
/* 学会情報の全体用 */
.kasou_seminar_2007 {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 1052px;
     height: auto;
}	
	
/* 学会情報の全体用 */
.kasou_seminar_2006 {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 1052px;
     height: auto;
}		
	
/* 学会情報の全体用 */
.kasou_seminar_2005 {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 1052px;
   height: auto;
}		
	
	
/* 学会情報の全体用 */
.kasou_seminar_2004 {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 1052px;
    height: 5917px;
}		
	
/* 学会情報の全体用 */
.kasou_seminar_2003 {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 1052px;
    height: auto;
}			
	
/* 学会情報の全体用 */
.kasou_seminar_2002 {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 1052px;
     height: auto;
}	
	

	
/* 学会情報の全体用 */
.kasou_seminar_2001 {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 1052px;
    height: auto;
}	
	
/* 学会情報の全体用 */
.kasou_seminar_2000 {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 1052px;
    height: auto;
}			
/* chara 物性の名称に関する項目の全体用 */
.kasou_howto {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 1052px;
    height: 2106px;
}
	
/* 噴霧方法の全体用 */
.kasou_howto1 {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 1052px;
    height: 2454px;
}
	
/* 軟膏剤との併用の全体用 */
.kasou_howto2 {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 1052px;
    height: 1300px;
}
	
/* 褥瘡ポケットの全体用 */
.kasou_howto5 {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 1052px;
    height: 1600px;
}
	
/* 横にあるメニューのdiv */
.kasou_menu {
    width: 226px;
    background-color: rgba(255,218,218,1.00);
    display: block;
    float: left;
    margin-top: 17px;
    margin-right: 25px;
    margin-bottom: 306px;
    height: auto;
}
	
span.kasou_menu_00{
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    height: 32px;
    padding-left: 20px;
    border-bottom: 2px solid rgba(255,255,255,1.00);
    font-weight: bold;
    font-size: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: rgba(255,255,255,1.00);
    background-color: rgba(178,49,88,1.00);
	}
span.kasou_menu_00_02{
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    height: 32px;
    padding-left: 20px;
    border-bottom: 2px solid rgba(255,255,255,1.00);
    font-weight: bold;
    font-size: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: rgba(255,255,255,1.00);
    background-color: rgba(178,49,88,1.00);
	}
	
span.kasou_menu_00_03{
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    height: 70px;
    padding-left: 20px;
    border-bottom: 2px solid rgba(255,255,255,1.00);
    font-weight: bold;
    font-size: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: rgba(255,255,255,1.00);
    background-color: rgba(178,49,88,1.00);
	}	

span.kasou_menu_01{
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    border-bottom: 1px solid rgba(255,255,255,1.00);
	}
	

span.kasou_menu_01:hover{
    background: #ffadb1;
	}
	



	
span.kasou_menu_02{
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-color: rgba(207,207,207,1.00);
    height: 100%;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 52px;
    border-bottom: 1px solid rgba(255,255,255,1.00);
	}
	
span.kasou_menu_02:hover{
    background: #ffadb1;
	}
	
	
span.kasou_menu_03{
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    border-bottom: 1px solid rgba(255,255,255,1.00);
	}
	
span.kasou_menu_03::after{
    content: ">";
    text-align: right;
    float: right;
    margin-right: 35px;
    font-size: 15px;
    font-weight: bold;
	}
	
span.kasou_menu_rink{
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    border-bottom: 1px solid rgba(255,255,255,1.00);
    background-color: rgba(178,49,88,1.00);
    color: rgba(255,255,255,1.00);
	}
	
span.kasou_menu_rink_02{
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    border-bottom: 1px solid rgba(255,255,255,1.00);
    background-color: rgba(178,49,88,1.00);
    color: rgba(255,255,255,1.00);
	}
	
span.kasou_menu_rink_02::after{
    content: "∨";
    text-align: right;
    float: right;
    margin-right: 35px;
    font-size: 15px;
    font-weight: bold;
	}

	
span.kasou_menu_rink_03{
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 52px;
    border-bottom: 1px solid rgba(255,255,255,1.00);
    background-color: rgba(187,135,150,1.00);
    color: rgba(255,255,255,1.00);
	}
/* 帯 */
.kasou_obi {
    background-color: #EBEBEB;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 30px;
    float: left;
    display: block;
    width: 730px;
    height: 27px;
    padding-top: 15px;
    padding-bottom: 22px;
    margin-top: 19px;
    font-weight: bold;
    border-left: 11px solid rgba(178,49,88,1.00);
}
	
.kasou_obi_02 {
    background-color: #EBEBEB;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 30px;
    float: left;
    display: block;
    width: 100%;
    height: 27px;
    padding-top: 15px;
    padding-bottom: 22px;
    margin-top: 19px;
    font-weight: bold;
    border-left: 11px solid rgba(178,49,88,1.00);
}
	
.kasou_obi_sub {
    padding-right: 30px;
    font-size: 20px;
    float: left;
    display: block;
    width: 752px;
    height: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 19px;
    font-weight: bold;
    padding-left: 15px;
    border-bottom: 2px solid rgba(178,49,88,1.00);
}
	
.kasou_obi_sub_02 {
    padding-right: 30px;
    font-size: 20px;
    float: left;
    display: block;
    width: 100%;
    height: 13px;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-top: 70px;
    font-weight: bold;
    padding-left: 15px;
    border-top: 2px solid rgba(178,49,88,1.00);
}
	
	
	
.kasou_obi_sub_03 {
    padding-right: 30px;
    font-size: 25px;
    float: left;
    display: block;
    width: 752px;
    height: 13px;
    padding-top: 15px;
    padding-bottom: 21px;
    margin-top: 19px;
    font-weight: bold;
    padding-left: 15px;
    border-bottom: 2px solid rgba(178,49,88,1.00);
    margin-bottom: -37px;
}
	
.kasou_obi_sub_04 {
    padding-right: 30px;
    font-size: 20px;
    float: left;
    display: block;
    width: 100%;
    height: 13px;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-top: 70px;
    font-weight: bold;
    padding-left: 15px;
    border-top: 2px solid rgba(178,49,88,1.00);
}	

.kasou_obi_sub_05 {
    padding-right: 30px;
    font-size: 20px;
    float: left;
    display: block;
    width: 100%;
    height: 13px;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-top: 70px;
    font-weight: bold;
    padding-left: 15px;
    border-top: 2px solid rgba(178,49,88,1.00);
}
	
.kasou_obi_sub_06 {
    padding-right: 30px;
    font-size: 20px;
    float: left;
    display: block;
    width: 100%;
    height: 13px;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-top: 70px;
    font-weight: bold;
    padding-left: 15px;
    border-top: 2px solid rgba(178,49,88,1.00);
}
	
.kasou_con{
    width: 800px;
    height: auto;
    display: block;
    padding-top: 12px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    float: left;
	}
	
	
.kasou_con_kinki{
    width: 800px;
    height: auto;
    display: block;
    padding-top: 12px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    float: left;
	}	
	
.kasou_con_faq{
    width: auto;
    height: auto;
    display: block;
    padding-top: 12px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    float: left;
	}
	
.kasou_con_tools{
    width: auto;
    height: auto;
    display: block;
    padding-top: 12px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    float: left;
	}
	
.kasou_con_seminar{
    width: 800px;
    height: auto;
    display: block;
    padding-top: 12px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    float: left;
	}	
	
.kasou_con_movie{
	
    width: auto;
    height: auto;
    display: block;
    padding-top: 12px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    float: left;
	}
	
.movie_pc {
    margin-left: 26px;
}
.movie_pc_02 {
    margin-left: 26px;
    border: 1px solid rgba(0,0,0,1.00);
    width: auto;
    height: auto;
    display: block;
    max-height: 592px;
}
	
.movie_mob {
    display: none;

}	

	
.movie_mob_02 {
    display: none;

}	

	
.kasou_con_tools_02{
    width: auto;
    height: auto;
    display: block;
    padding-top: 12px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    float: left;
	}
	
.kasou_con_tools_03{
    width: auto;
    height: auto;
    display: block;
    padding-top: 12px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    float: left;
	}
	
	.kasou_con_tools_04{
    width: auto;
    height: auto;
    display: block;
    padding-top: 12px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    float: left;
	}
	
.kasou_con_tools_05{
    width: auto;
    height: auto;
    display: block;
    padding-top: 12px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    float: left;
	}
	
	
.kwidth: auto;asou_con_seminar{
    width: 800px;
    height: auto;
    display: block;
    padding-top: 12px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    float: left;
	}
	
.tools_gazou{
    float: left;
    border: 1px solid rgba(0,0,0,1.00);
    margin-left: 40px;
	}
	
/* 開発経緯の年表*/
dl{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 18px;
    width: auto;
    font-size: 20px;
    line-height: 26px;
}

dt{
    color: navy;
    font-weight: bold;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: 84px;
    margin-right: 20px;
    float: left;
}

dd{
    color: #333;
    width: auto;
    margin-left: 104px;
    
}

dl::after {
    content: '';
    display: block;
    clear: both;
}
	
dl a {
    
    cursor: pointer;
    color: rgba(0,29,255,1.00);
}
	
dd.tuika_01{
    color: #333;
    width: 274px;
    margin-left: 128px;
    
}	
	

dt.kazu{
    text-align: center;
	}
	
dt.kazu_02{
    text-align: left;
    width: auto;
    margin-bottom: 15px;
	}
	
dt.kazu_02_teikyou{
    text-align: left;
    width: auto;
    margin-bottom: 15px;
    color: rgba(0,0,0,1.00);
    font-weight: normal;
    margin-left: 10px;
    margin-right: 1px;
	}
dt.kazu_03{
    text-align: left;
    width: auto;
    margin-top: 20px;
	}
	
dt.kazu_04{
    text-align: left;
    width: 711px;
    display: block;
    margin-top: 20px;
    font-weight: normal;
    letter-spacing: -1px;
	}
	
dt.kazu_05{
    text-align: left;
    width: 395px;
    display: block;
    margin-top: 20px;
    margin-left: 48px;
    font-weight: normal;
    letter-spacing: -1px;
	}
	
dt.kazu_05_pc{
    text-align: left;
    width: 395px;
    display: block;
    margin-top: 20px;
    margin-left: 48px;
    font-weight: normal;
    letter-spacing: 0;
	}
	
dt.kazu_05_mob{
  display: none;
	}
			
		
	
dt.kazu_06{
    text-align: left;
    width: 711px;
    display: block;
    margin-top: 20px;
    margin-left: 48px;
    font-weight: normal;
	}
	
dd.kazu_07{
    text-align: center;
    width: auto;
    font-weight: normal;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
	}
	
dd.kazu_08{
    text-align: left;
    width: 430px;
    font-weight: normal;
    margin-right: auto;
    margin-left: 37px;
    float: left;
    text-indent: -1em;
    letter-spacing: -1px;
	
	}
	
dd.kazu_08_02{
    text-align: left;
    width: 430px;
    font-weight: normal;
    margin-right: auto;
    margin-left: 37px;
    float: left;
    text-indent: -1em;
    letter-spacing: -1px;
	
	}	
	
dd.kazu_08_02_pc{
    text-align: left;
    width: 430px;
    font-weight: normal;
    margin-right: auto;
    margin-left: 37px;
    float: left;
    text-indent: -1em;
    letter-spacing: -1px;
	
	}		
	
dd.kazu_08_02_mob{
   display: none;
	
	}		
	
dd.kazu_08_pc{
    text-align: left;
    width: 430px;
    font-weight: normal;
    margin-right: auto;
    margin-left: 37px;
    float: left;
    text-indent: -1em;
    letter-spacing: -1px;
	
	}	
	
dd.kazu_08_mob{
    display: none;
	}	
	
dd.kazu_08 a {
		text-decoration: underline;
	}
	
dd.kazu_08_02 a {
		text-decoration: underline;
	}	
	
dd.kazu_08_02_pc a {
		text-decoration: underline;
	}		
	
dd.kazu_08_pc a {
		text-decoration: underline;
	}		
	
	
.gakkai_end{
    color: rgba(255,0,4,1.00);
    font-weight: bold;
  
	
	}
	
.gakkai_rink{
    color: rgba(0,0,0,1.00);
    text-decoration: underline;
   
	
	}
	
dt.mp4{
    text-align: left;
    width: auto;
    display: block;
    margin-top: 20px;
    font-weight: normal;
    margin-left: 62px;
	}
	
dt.mp4_02{
    text-align: left;
    width: auto;
    display: block;
    font-weight: normal;
    margin-left: 62px;
    margin-top: 20px;
	}
	
dt.q{
    text-align: right;
    color: rgba(178,49,88,1.00);
	}
	
dt.howto_title{
    text-align: right;
    color: rgba(178,49,88,1.00);
    width: auto;
	}
	
dt.howto_title_02{
    text-align: right;
    color: rgba(178,49,88,1.00);
    width: auto;
	}	

dt.title{
    width: 392px;
    color: rgba(126,0,175,1.00);
    height: 9px;
    margin-top: 11px;
    margin-bottom: 8px;
	}
dt.title_02{
    width: auto;
    color: rgba(0,0,0,1.00);
    height: auto;
	}
	
dt.sub{
    width: 219px;
    float: left;
	}
	
dt.sub_02{
    width: 308px;
    float: left;
	}
	
dt.sub_03{
    width: auto;
    float: left;
	padding-left:1em;
text-indent:-1em;
	}
	
dt.sub_04{
    width: 551px;
    float: left;
	}
	
dt.sub_05{
    width: 366px;
    float: left;
    margin-left: 54px;
	}
	
dt.sub_06{
    width: 261px;
    float: none;
    margin-left: 84px;
    margin-bottom: 4px;
	}
dt.sub_07{
    width: auto;
    float: left;
	}
dt.sub_08{
    width: 343px;
    float: left;
	}
	
dt.sub_09{
    width: 247px;
    float: left;
	}
	
dt.sub_10{
    width: 332px;
    float: left;
	}
	
dt.sub_11{
    color: rgba(0,0,0,1.00);
    font-weight: bold;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: auto;
    margin-right: 20px;
    float: left;
    text-indent: -1em;
    margin-left: 1em;
    letter-spacing: -1px;
}

dt.sub_11_02{
    color: rgba(0,0,0,1.00);
    font-weight: bold;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: auto;
    margin-right: 20px;
    float: left;
    text-indent: -1em;
    margin-left: 1em;
}	
dt.sub_11_03{
    color: rgba(0,0,0,1.00);
    font-weight: bold;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: 520px;
    margin-right: 20px;
    float: left;
    text-indent: -1em;
    margin-left: 1em;
}	
		
	
dt.sub_12{
    color: rgba(0,0,0,1.00);
    font-weight: bold;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: auto;
    margin-right: 20px;
    float: left;
}
	
	
dt.sub_13{
    width: auto;



		
	}
	
dt.sub_14{
    width: auto;
    text-shadow: 0px 0px rgba(0,0,0,1.00);



		
	}
	
dt.sub_15{
    color: rgba(0,0,0,1.00);
    font-weight: normal;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: 524px;
    margin-right: 20px;
    float: left;
    letter-spacing: -1px;
}
	
dt.sub_15_pc{
    color: rgba(0,0,0,1.00);
    font-weight: normal;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: 524px;
    margin-right: 20px;
    float: left;
    letter-spacing: -1px;
}	
	
dt.sub_15_mob{
    display: none;
}
	
dt.sub_16{
    color: rgba(0,0,0,1.00);
    font-weight: bold;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: auto;
    margin-right: 20px;
    float: left;
    text-indent: -1em;
    margin-left: 1em;
}
	
dt.sub_17{
    width: 318px;
    float: left;
	}
	
dt.sub_18{
    width: auto;
    float: left;
    color: rgba(0,0,0,1.00);
    font-weight: normal;
    margin-right: 3px;
	}
dt.sub_19{
    width: auto;
    float: left;
    color: rgba(0,0,0,1.00);
    font-weight: normal;
    margin-right: 3px;
	}
	
dt.sub_20{
    width: auto;
    float: left;
    color: rgba(0,0,0,1.00);
    font-weight: normal;
    margin-right: 3px;
    margin-left: 67px;
	}
	
dt.sub_21{
    width: auto;
    float: left;
    color: rgba(0,0,0,1.00);
    font-weight: normal;
    margin-right: 3px;
    margin-left: 28px;
	}	
	
	
dt.tools_hazime{
    color: #333;
    width: auto;
    
}
	
dt.howto_hazime{
    color: #333;
    width: auto;
    font-weight: normal;
    
}
	
dt.howto_hazime_01_pc{
    color: #333;
    width: auto;
    font-weight: normal;
    
}
dt.howto_hazime_01_mob{
    display: none;
    
}
	
dt.howto_syutten{
    color: #333;
    width: auto;
    font-weight: normal;
    
}
	
dt.howto_syutten_02{
    color: #333;
    width: auto;
    font-weight: normal;
    
}	
	
dl.chara{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    width: auto;
    font-size: 20px;
    line-height: 26px;
}
	
dl.tools{
    padding-bottom: 0px;
    width: auto;
    margin-left: 37px;
    display: block;
    float: left;
    margin-bottom: -5px;
}
	
dl.tools_download{
    padding-bottom: 0px;
    width: 286px;
    display: block;
    float: left;
    margin-right: 92px;
    text-align: center;
    padding-left: 0px;
    margin-left: -43px;
}
dl.tools_con{
    padding-bottom: 0px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 98px;
}
	
dl.howto_kinki_title{
    padding-right: 10px;
    padding-left: 10px;
    width: auto;
    padding-bottom: 0px;
}
	
dl.gakkai_gazou{
    padding-bottom: 70px;
    width: auto;
    float: left;
    padding-left: auto;
    height: auto;
    padding-right: auto;
}
	
dl.gakkai_gazou a {
    color: rgba(0,0,0,1.00);
	}
	
	
dl.gakkai_gazou_02{
    width: auto;
    float: right;
    padding-left: auto;
    height: auto;
    padding-right: auto;
    margin-bottom: 70px;
}
		
dd.gakkai_gazou_waku{
    border: 1px solid rgba(0,0,0,1.00);
    width: auto;
    height: auto;
    float: left;
		
	}
	
dl.gakkai_mozi{
    padding-right: 10px;
    padding-bottom: 0px;
    width: 390px;
    float: left;
    margin-right: 19px;
    margin-bottom: 85px;
}
	
dd.nagai{
    margin-left: 272px;
	}
	
dd.nagai_02{
    margin-left: 363px;
	}
	
dd.nagai_03{
    width: 468px;
    margin-left: 128px;

	}
	
dd.nagai_04{
    text-indent: -1em;
    margin-left: 124px;
    width: auto;


	}
	
dd.nagai_05{
    margin-left: 163px;
    width: 335px;


	}
	
	



dd.sub_img{
    text-align: center;
    margin-left: -7px;		
	}
	
dd.sub_img_faq{
    text-align: center;
    margin-left: -7px;		
	}
	
dd.sub_img_howto{
    text-align: center;
    float: left;
    width: auto;
    font-weight: bold;
    margin-left: 78px;
	}
	
dd.sub_img_howto_02{
    text-align: center;
    width: auto;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
	}
	
dd.sub_img_howto_03{
    text-align: center;
    float: left;
    width: auto;
    font-weight: bold;
    margin-top: -37px;
    margin-left: -80px;
	}
	
dd.sub_img_howto_04{
    text-align: center;
    float: left;
    width: auto;
    font-weight: bold;
    margin-left: 10px;
	}
	
dt.sub_img_howto_05{
    text-align: left;
    width: auto;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    padding-left: 113px;
    padding-top: 34px;
	}
	
dt.sub_img_howto_06{
    text-align: left;
    width: auto;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    margin-top: -78px;
	}
	
dt.sub_img_howto_07{
    text-align: left;
    width: auto;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    padding-left: 119px;
	}
	
dd.sub_howto_01{
    text-align: center;
    width: auto;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
	}
	
dd.sub_img_syutten{
    text-align: left;
    margin-left: 376px;
	}
	
dd.sub_img_syutten_02{
    text-align: right;
    float: right;
    margin-top: 11px;
	}
dd.sub_img_syutten_03{
    text-align: right;
    float: right;
    margin-top: 11px;
	}
	
dd.sub_img_syutten_04{
    text-align: right;
    float: right;
    margin-top: 11px;
	}	

	
dd.q_bun{
    color: #B23158;
    width: auto;
    margin-left: 104px;
    font-weight: bold;
    
}
	
dd.tools_eigyou{
    color: #FFFFFF;
    width: 280px;
    font-weight: bold;
    border-radius: 11px;
    border: 5px solid rgba(178,49,88,1.00);
    height: auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(178,49,88,1.00);
    margin-top: 21px;
    float: left;
    display: block;
    
}
	
dd.tools_download{
    color: #FFFFFF;
    width: 280px;
    font-weight: bold;
    border-radius: 11px;
    border: 5px solid rgba(178,49,88,1.00);
    height: auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(178,49,88,1.00);
    margin-top: 21px;
    float: left;
    display: block;
    
}
	
dd.tools_download_02{
    color: #FFFFFF;
    width: 280px;
    font-weight: bold;
    border-radius: 11px;
    border: 5px solid rgba(178,49,88,1.00);
    height: auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(178,49,88,1.00);
    margin-top: 21px;
    float: left;
    display: block;
    
}
	
	
dd.seminar_download{
    color: #FFFFFF;
    width: 280px;
    font-weight: bold;
    border-radius: 11px;
    border: 5px solid rgba(178,49,88,1.00);
    height: auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(178,49,88,1.00);
    margin-top: 21px;
    float: left;
    display: block;
    margin-left: 15px;
    
}	
	
dd.seminar_toppezi{
    color: rgba(178,49,88,1.00);
    width: auto;
    font-weight: bold;
    border-radius: 0;
    border-bottom-color: rgba(178,49,88,1.00);
    border-bottom-style: solid;
    border-bottom-width: 5px;
    height: auto;
    text-align: center;
    padding-top: 10px;
    background-color: rgba(255,255,255,1.00);
    margin-top: 21px;
    float: left;
    display: block;
    
}	
dd.howto_download{
    color: #FFFFFF;
    width: 280px;
    font-weight: bold;
    border-radius: 11px;
    border: 5px solid rgba(178,49,88,1.00);
    height: auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(178,49,88,1.00);
    margin-top: 21px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    
}
	

dd.tools_nagai{
    width: 403px;



	}
	
	
dd.tools_nagai_02{
    width: auto;



	}

	
	dd.sample{
    color: #333;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    
}

	
dl.chara_title{
    background-color: rgba(255,228,228,1.00);
    
}
	
dl.gakkai_title{
    background-color: rgba(255,228,228,1.00);
    width: auto;
    margin-top: 73px;
    height: auto;
    padding-top: 15px;
    float: none;
    clear: both;
    
}
	
dl.gakkai_title a {
    color: rgba(0,0,0,1.00);
    text-decoration: underline;    
}	
dl.kinki{
    padding-top: 13px;
    border: 3px solid rgba(255,0,4,1.00);
    
}
	
dl.howto_aka{
    padding-top: 13px;
    border: 3px solid rgba(255,0,4,1.00);
    margin-top: -17px;
    
}
	
dl.q{
    padding-top: 20px;
    background-color: rgba(255,228,228,1.00);
    
}
	
dl.howto_title{
    padding-top: 20px;
    background-color: rgba(255,228,228,1.00);
    width: auto;
    margin-top: 10px;
    
}
	
dl.howto_title_02{
    padding-top: 20px;
    background-color: rgba(255,228,228,1.00);
    width: auto;
    margin-top: 10px;
    
}	
	
dl.sample_sen{
    border-top: 2px dotted rgba(178,49,88,1.00);

    
}
	
dd.gakkai_mozi{
    margin-left: 83px;
    margin-bottom: 15px;
		
	}
	
dd.gakkai_mozi_02{
    margin-left: 83px;
    margin-bottom: 15px;
    letter-spacing: -0.1em;
		
	}	

dd.teikyou{
    margin-bottom: 15px;
    margin-left: 1px;
		
	}

	
/* 下のsitemapの全体の背景用 */
.sitemap {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    width: 100%;
    background-color: #414141;
    padding-top: 30px;
    padding-bottom: 105px;
    height: 200px;
    min-width: 1150px;
    float: left;
}

/* 下のsitemapの全体 */
.sitemap_cot {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: auto;
    height: 300px;
    max-width: 1150px;
}
	
.sitemap_sen {
    display: block;
    float: none;
    clear: both;
    
    

}

/* sitemap_menu_gai のリスト  概要の部分*/
#sitemap_menu_gai {
    float: left;
    
}
 
#sitemap_menu_gai li {
    width: 170px;
    text-align: left;
    height: 30px;
    display: inline;/* 横並びする表示する*/
    border-right: 1px solid rgba(255,255,255,1.00);
}
	

 
#sitemap_menu_gai li a {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0px;
}

/* カーソルを合わせたときの動き*/
#sitemap_menu_gai li:hover {
	text-decoration: underline;
    cursor: pointer;
}
	
/* sitemap のリスト*/
#sitemap_menu {
    text-align: center;
    float: left;
    width: auto;
    margin-right: auto;
    margin-left: -18px;
}
 
#sitemap_menu li {
    width: 170px;
    text-align: left;
    height: 30px;
    display: inline;/* 横並びする表示する*/
    border-right: 1px solid rgba(255,255,255,1.00);
    
}
	

 
#sitemap_menu li a {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0px;
    font-size: 16px;
}

/* カーソルを合わせたときの動き*/
#sitemap_menu li:hover {
	text-decoration: underline;
    cursor: pointer;
}
	
	
/* sitemap ２つめ　のリスト*/
#sitemap_menu_sita {
    
    
    list-style-type: none;/* 先頭の黒丸を消す（横並びにしたときに消えるが念の為に書いておく）*/
    float: left;
}
 
#sitemap_menu_sita li {
    width: 200px;
    text-align: left;
    height: 30px;
    display: inline;/* 横並びする表示する*/
}
	

 
#sitemap_menu_sita li a {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    padding: 20px;
}

/* カーソルを合わせたときの動き*/
#sitemap_menu_sita li:hover {
	text-decoration: underline;
    cursor: pointer;
}
	
	
/* sitemap のそのほかのリスト*/
#sitemap_menu_hoka {
    float: left;
   
    
}
 
#sitemap_menu_hoka li {
    width: 200px;
    text-align: left;
    height: 30px;
    display: inline;/* 横並びする表示する*/
    border-right: 1px solid rgba(255,255,255,1.00);
}
	

 
#sitemap_menu_hoka li a {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0px;
}

/* カーソルを合わせたときの動き*/
#sitemap_menu_hoka li:hover {
	text-decoration: underline;
	/*filter: opacity(70%);　 そのものを透明度70％にしている*/
    cursor: pointer;
}
	
/* sitemap のそのほかのリスト*/
#sitemap_menu_hoka_02 {
    display: block;
    float: left;
    margin-left: -30px;   
    
}
 
#sitemap_menu_hoka_02 li {
    width: 200px;
    text-align: left;
    height: 30px;
    display: inline;/* 横並びする表示する*/
    border-right: 1px solid rgba(255,255,255,1.00);
}
	

 
#sitemap_menu_hoka_02 li a {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0px;
}

/* カーソルを合わせたときの動き*/
#sitemap_menu_hoka_02 li:hover {
	text-decoration: underline;
    cursor: pointer;
}
	
/* その他の製品へのバナー画像*/
.bana_cont {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 1053px;
    margin-top: 17px;
   
}
	
.bana_img {
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
}
	
.bana_img_02 {
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
}	
	

	
/* 下のhuttaの全体の背景用 */
.hutta {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    width: 100%;
    padding-bottom: 30px;
    height: 96px;
    min-width: 1078px;
    float: left;
}

/* 下のsitemapの全体 */
.hutta_cot {
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: auto;
    width: 1064px;
    height: 100px;
}
	
/* hutta のリスト*/
#hutta_menu {
    text-align: right;
    float: right;
    width: auto;
    padding-left: 0px;
    display: block;

}
 
#hutta_menu li {
    width: 170px;
    height: 30px;
    display: inline;/* 横並びする表示する*/
}
	

 
#hutta_menu li a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    padding-top: 0px;
    padding-left: 20px;
    padding-bottom: 0px;
    padding-right: auto;
}

/* カーソルを合わせたときの動き*/
#hutta_menu li:hover {

}
	
li.hutta_kaken{
    text-align: left;
    float: left;

		
	}
	
.hutta_kaken{
    width: auto;
    height: auto;
    float: left;
		
	}
	
	
/* 禁忌の11.副作用の表*/
.table_hukusayou {
    border: 1px solid #000000;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 0em;
}

.table_hukusayou th,
.table_hukusayou td {
    padding: 10px;
    border: 1px solid #000000;
}

.table_hukusayou th {
    background-color: #FFFFFF;
}

@media screen and (min-width: 600px) {
    
    }
	
	
	
	
	
	
}
