@charset "UTF-8";


/* reset
----------------------------------- */

* {
	margin:0px;
	padding:0px;
}

body,
h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, ol, ul, li,img,
form, input, select, textarea, fieldset, legend { 
	margin: 0; 
	padding: 0; 
}

h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, ol, ul,
th { 
	font-weight: normal;
	font-style: normal; 
}

strong { 
	font-weight:normal; 
	font-style: normal; 
}

img {
	border: none;
}

ul {
list-style: none;
}


/* headline
----------------------------------- */

h1 {
}


h2 {
	display:table;
	width:92%;
	padding:0 4%;
	
}
h2 span {
	display:table-cell;
	vertical-align:middle;
	
}
h2 {
	height:46px;
	position: relative;
	border-bottom: 2px solid #ccc;
	padding-bottom:3px;
}
h2::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 2px;
	background-color: #da5f70;
}

h3 {
    overflow: hidden;
    text-align: center;
	font-size:18px;
	letter-spacing:0.1em;
}

h3 span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
	color:#585858;
}

h3 span:before,
h3 span:after {
    border-top: 2px solid;
    content: "";
    position: absolute;
    top: 50%;
    width: 0.5em;
}

h3 span:before {
    right: 100%;
}

h3 span:after {
    left: 100%;
}


h4 {
	font-size:17px;
	font-weight:bold;
	line-height:25px;
}

h4.message {
	text-align:center;
	font-size:20px;
	line-height:36px;
	margin-bottom:10px;
}
blockquote {
}
	
blockquote span {

}


/* body
----------------------------------- */

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
body {
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size:14px;
	font-size:13px;
	letter-spacing:0.08em;
	color:#6a6a6c;
	margin:0;
	padding:0;
	line-height:20px;
}

a {	 color:#da5f70; text-decoration:none; }
a:link {  color:#da5f70; text-decoration:none; }
a:hover {	color:#000; text-decoration:none; }


input, select, textarea { 
	color: #434343; 
	
border:none;
background:none;
	
}

.searcharea {
	-webkit-box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
   -moz-box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
        box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
		border:1px solid #a5a4a4;
		text-indent:13px;
		}



/* class
----------------------------------- */

.clear {
	font-size: 0;
	line-height: 0;
	clear: both;
	height: 0px;
	visibility: hidden;
}

.ud {
text-decoration:underline;

}



.center {
text-align:center;

}

.left {
	text-align:left;
}

a span {
}
 
br.sp {
}
br.pc {
	display:none;
}

.mt10s {
margin-top:10px;
}
.mt15s {
margin-top:15px;
}
.mt20s {
margin-top:20px;
}

.mb5s {
margin-bottom:5px;
}
.mb10s {
margin-bottom:10px;
}
.mb15s {
margin-bottom:15px;
}
.mb20s {
margin-bottom:20px;
}
.mb25s {
margin-bottom:25px;
}
.mb30s {
margin-bottom:30px;
}
.mb40s {
margin-bottom:40px;
}
.mb50s {
margin-bottom:50px;
}

.mr10s {
margin-right:10px;
}
.mr15s {
margin-right:15px;
}
.mr20s {
margin-right:20px;
}
.mr30s {
margin-right:30px;
}
.pl10s {
padding-left:10px;
}

.ml5s {
margin-left:5px;
}
.ml10s {
margin-left:10px;
}
.ml15s {
margin-left:15px;
}
.ml20s {
margin-left:20px;
}

/* oowaku
----------------------------------- */

#all {
	text-align:center;
	overflow:hidden;
}

#container {
	text-align:center;
	margin:0 auto;
}


/* head
----------------------------------- */
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
#header {
	display:none;
}

#header_in {
	display:none;
}
/* header */
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #6a6a6c;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 2px;
}
#nav-toggle span:nth-child(2) {
    top: 13px;
}
#nav-toggle span:nth-child(3) {
    top: 24px;
}

    /* Fixed reset */
    #header_sm.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
		opacity:0.9;
        width: 100%;
        height: 59px;
        z-index: 999;
        position: relative;
		border-bottom:1px solid #eee;
		position:fixed;
		top:0;
    }
    #header_sm.fixed .logo,
    #header_sm .logo {
        position: absolute;
        left: 3px;
        bottom: 0px;
        color: #333;
        font-size: 26px;
    }
	
	#header_sm .logo img {
	}
	#header_sm #h1_sm {
        width: 88%;
        height: 59px;
		background:url(../img/bg_logo_sm.png) no-repeat top center;
		background-size:auto 100%;
	}
	
	#header_sm h1 img {
		width:100%;
		max-width:270px;
		padding:20px  0 0 0px;
		display:inline-block;
		text-align:center;
	}
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -496px;
        background: #6a6a6c;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
		z-index:100;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #header_sm #global-nav ul li a,
    #header_sm.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
	



#key {
	display:none;
	background:none;
}
#key img {
	display:none;
}
#key_sm {
  height:165px;
  width: 100%;
  display:table;
  position: relative;
  background: url(img/key01.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top:175px;
  background-repeat: no-repeat;
}
#key_sm a {
	position:absolute;
	display:block;
	width:100%;
	height:165px;
	z-index:100;
	top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}

#key_sm .key_logo img {
	width:92%;
}


/* #news
----------------------------------- */

#news {
  width: 100%;
  position: relative;
}

div.news_in {
	margin:0 auto;
	text-align:left;
}

div.news_in h2 {
}

div.news_box {
	margin:20px auto 50px;
	padding:0 4%;
	height:312px;
	overflow-y:scroll;
	
}

 table.news { width:100%; 
	font-size:12px; }
    table.news th {
    width: 90%;
    display: block;
    border-top: none;
	text-align:left;
	color:#868586;
	padding:15px 5% 5px;
	}
   table.news td{
    width: 90%;
    display: block;
    border-top: none;
	text-align:left;
	padding:0px 5% 20px;
	border-bottom:1px dotted #ccc;
    }
	table.news th.first {
		padding-top:0;
	}

 table.news a {
	 color:#6a6a6c;
	 text-decoration:underline;
 }
 
div.news_in a {
	color:#da5f70;
	text-decoration:none;
}

/* #method
----------------------------------- */

#method {
  width: 100%;
  position: relative;
  /*background:url(../img/bg_new.png) center top;
  background-size:250% auto;*/
}


div.method_in {
	margin:0 auto;
	text-align:left;
}

#method h2 {
	margin-bottom:25px;
}

#method p.sub_tit {
	font-size:16px;
	line-height:24px;
	letter-spacing:0.1em;
	padding-left:4%;
	margin-bottom:20px;
	text-align:center;
}

#method p.sub_tit img {
	height:25px;
	margin-bottom:5px;
}

p.kaze_method {
	margin-bottom:50px;
	padding: 0 4%;
	line-height:30px;
}

#method p.sub_tit span {
	margin-left:20%;
}


#method p.bird_img {
	padding-left:4%;
	text-align:center;
}

#method p.bird_img img {

	height:50px;
	display:none;
}
p.bird_img2 {
	padding-left:4%;
	text-align:center;
	margin:40px auto 20px;
}


 p.bird_img2 img {

	height:50px;
}

#method .paper {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	width:92%;
	margin:0 auto;
	position:relative;
	border:1px solid #eee;	font-size:12px;
	line-height:20px;
	padding:0 0 20px;
	background:#f5f5f5;
}
#method .paper p {
	padding:0 7% 30px;
	background:url(../img/bg_paper_sm.png)  no-repeat center bottom;
	background-size:95% auto;
	/*text-shadow: 1px 1px 0 rgba(0,0,0,.2);*/
	color:#000;
}
	

#method h4 {
	text-align:center;
}
#method h4 img {
	width:60%;
	margin:25px 20px 20px 0;
}

.pencil {
	position:absolute;
	top:505px;
	left:715px;
}

.shadow {
	width:95%;
	margin-bottom:50px;
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}



#animation h3 {
	margin-bottom:0px;
}
div.profile01 {
	padding: 0;
	line-height:24px;
	margin-bottom:50px;
}
.profile01_sm {
	width:70%;
	display:block;
	margin:0 auto 20px;
}

div.profile01 p {
	font-size:12px;
	line-height:24px;
	text-align:center;
	padding:0 4%;
}

div.profile01 span {
	float:inherit;
	margin:0 auto;
	text-align:center;
	display:block;
}
div.profile01 span {
        box-sizing: border-box;
		/*width:273px;*/
        width: 267px;
	float:inherit;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
}
div.profile01 span img {
        width: 190px;
}
div.profile01 span a {
          display: block;
          padding: 40px 40px 40px 40px;
}
div.profile01 span a::after {
          height:0;
}

div.profile01 span:hover{
          background-color: #da5f70;
          -webkit-transition: 0.3s linear;
          transition: 0.3s linear;
}

#animation02 h3 {
	margin-bottom:30px;
}

.profile02_sm {
	width:100%;
	margin-bottom:20px;
}
div.profile02 {
	padding: 0 10px;
	line-height:34px;
	margin-bottom:60px;
}

div.profile02 img {
	float:inherit;
	margin-top:15px;
	margin-bottom:20px;
}

div.profile02 p {
	font-size:12px;
	line-height:24px;
	text-align:center;
	padding:0 4%;
}
div.profile02 p img {
	display:none;
}

div.profile01 p em  {
	font-style:inherit;
}

/* #lesson
----------------------------------- */
#lesson {
  width: 100%;
  position: relative;
}


div.lesson_in {
	margin:0 auto;
	text-align:left;
}
#lesson h2 {
	margin-bottom:20px;
}
.clock_sm {
	width:100%;
}
 .clock {
	margin-bottom:35px;
	padding:0 4%;
}

.clock p strong {
	font-weight:bold;
}
.clock p {
	font-size:14px;
	letter-spacing:0.08em;
	padding-left:44px;
	margin:30px 0;
	font-weight:bold;
}

.clock p.monday {
	background:url(../img/bg_monday.png) no-repeat 5px center;
	background-size:20px;
}

.clock p.wednesday {
	background:url(../img/bg_wednesday.png) no-repeat 2px center;
	background-size:29px;
}

.clock p.friday {
	background:url(../img/bg_friday.png) no-repeat 5px center;
	background-size:23px;
}

.clock p.picnic {
	background:url(../img/bg_picnic.png) no-repeat 5px center;
	background-size:18px;
}

ul.price {
	font-size:14px;
	margin-bottom:50px;
	padding:10px 4%;
}
ul.price li {
	/*background:url(../img/bg_price.png) no-repeat left 7px;*/
	padding-left:28px;
	padding:6px 2%;
}

#lesson li span.kome {
	font-size:12px;
	display:block;
}

#lesson h3 {
	letter-spacing:0.4em;
	margin-bottom:30px;
}

.studio {
	width:92%;
	margin-bottom:20px;
	padding:0 4%;
	
}
.studio a {
}
.studio a img{
	float:left;
	width:48%;
	margin:4px 1%;
}
.studio a.studio01 {	top:0; left:0 }
.studio a.studio02 {	top:0; right:0 }
.studio a.studio03 {	bottom:0; left:0 }
.studio a.studio04 {	bottom:0; right:0 }
	
p.studio_detail {
	text-align:center;
	font-size:13px;
	line-height:24px;
	letter-spacing:0.1em;
	margin-bottom:50px;
}
p.studio_detail a {
	color:#da5f70;
}

p.studio_detail a:hover {
	color:#000;
}

p.studio_detail a::after {
	height:0;
}


/* #schedule
----------------------------------- */
#schedule {
  width: 100%;
  position: relative;
}


div.schedule_in {
	margin:0 auto;
	text-align:left;
	padding-bottom:30px;
}


.abe {
	width:20px;
	position:absolute;
	top:178px;
	left:250px;
}


.abe2 {
	width:20px;
	position:absolute;
	top:315px;
	left:30px;
}
p.souji {
	font-weight:bold;
	font-size:14px;
	position:absolute;
	top:402px;
	left:201px;
}


#schedule h2 {
	margin-bottom:20px;
}
.schedule {
	width:100%;
	background:url(../img/bg_schedule.png) no-repeat center top;
	background-size:380px;
	margin:0 auto 30px;
	overflow:hidden;
}

.schedule_box {
	width:315px;
	height:107px;
	margin:0 auto;
	position:relative;
	padding-top:445px;
}
p.tit_number {
	font-family: arial, sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#6a6a6c;
	position:absolute;
	top:60px;
	left:15px;
	
}
p.tit_month {
	font-family: arial, sans-serif;
	font-size:32px;
	font-weight:bold;
	color:#6a6a6c;
	text-align:center;
}
table.calendar {
	width:260px;
	position:absolute;
	top:140px;
	left:20px;
}

table.calendar th {
	font-family: arial, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#6a6a6c;
	text-align:center;
	padding-bottom:25px;
}

table.calendar td {
	font-family: arial, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#6a6a6c;
	text-align:center;
	letter-spacing:-0.05em;
	padding-bottom:25px;
}

table.calendar a {
	color:#6a6a6c;
	padding:1px 7px;
  border-radius: 50%;
  /*background: skyblue;/*背景色*/
	/*border:2px solid #333;
	border-radius: 50%;*//*角丸*/
	color:#6a6a6c;
	border:2px solid #4E9AA3;
}

table.calendar a:hover {
	opacity:0.7;
	text-decoration:none;
	background:none;
}

table.calendar a::after {
	height:0;
}

table.calendar th.sun,table.calendar td.sun {
	color:#ffb43a;
}

table.calendar td.maru {
	background:url(../img/bg_maru.png) no-repeat;
	background-position:center 28px;
	background-size:8px auto;
}
table.calendar td.mon {
	background:url(../img/bg_mon.png) no-repeat;
	background-position:center bottom;
	background-size:14px auto;
}
table.calendar td.wen {
	background:url(../img/bg_bird.png) no-repeat;
	background-position:center bottom;
	background-size:24px auto;
}
table.calendar td.fri {
	background:url(../img/bg_moon.png) no-repeat;
	background-position:center bottom;
	background-size:20px auto;
}


table.calendar td.yasumi {
	background:url(../img/bg_rest.png) no-repeat;
	background-position:center 25px;
	background-size:18px auto;
}
table.calendar td.holiday {
	color:#ffb43a;
}
table.calendar td.holiday a {
	color:#ffb43a;
}

table.calendar td.picnic {
	background:url(../img/abe.png) no-repeat;
	background-position:center 2px;
	background-size:14px auto;
}

table.calendar td.halloween {
	background:url(../img/bg_halloween.png) no-repeat;
	background-position:center bottom;
	background-size:20px auto;
}
table.calendar td.bnfm {
	background:url(../img/bg_bnfm.png) no-repeat;
	background-position:center bottom;
	background-size:20px auto;
}
table.calendar td.rehearsal {
	background:url(../img/bg_rehearsal.png) no-repeat;
	background-position:center bottom;
	background-size:20px auto;
}

/* #information
----------------------------------- */
#information {
  width: 100%;
  position: relative;
  background:url(../img/bg_information_sp.png) no-repeat 130px 50px;
  background-size:452px;
}


div.information_in {
	margin:0 auto;
	text-align:left;
	padding-bottom:80px;
}

#information h2 {
	margin-bottom:17px;
	
}

#information h3 {
	padding:50px 0;
	
}

#information p.sub_tit {
	font-size:14px;
	line-height:24px;
	letter-spacing:0.1em;
	padding-left:4%;
	margin-bottom:20px;
}

.info_box_out {
	width:90%;
	margin:0 auto 5px;
	overflow-x:hiden;
	/*overflow-y:scroll;
	height:500px;*/
	}

.info_box {
	padding:0 4%;
	overflow-x:hidden;
	background:url(../img/bg_info_box.png);
}

.info_box table {
	width:98%;
	padding:25px 0 15px 0;
	border-bottom:1px dotted #555555;
	color:#000;
}

.info_box table.last {
	border-bottom:none;
}

.info_box a {
	color:#da5f70;
}

.info_box a::after {
	height:0;
}
.info_box a:hover {
	color:#000;
}
.info_box a:hover img {
	opacity:0.7;
}

.info_box table th {
	font-size:18px;
	letter-spacing:0.1em;
	vertical-align:top;
	display:block;
	width:92%;
	padding:0 4% 15px;

}

.info_box table th span {
	font-size:11px;
	display:block;
	font-style:italic;
}

.info_box table th small {
	font-size:11px;
}

.info_box table td {
	font-size:11px;
	letter-spacing:0.08em;
	line-height:18px;
	vertical-align:top;
	display:block;
	width:92%;
	padding:0 4%;

}

.info_box table td span {
	font-weight:bold;
}

.info_box table td.info_img {
	text-align:center;
	width:80%;
	padding:0 10% 20px;
	vertical-align:middle;}


.info_box table td.info_img img {
	width:100%;
	height:auto;
	
}

p.past_live {
	text-align:right;
	padding:0 4%;
}


#information_r {
  width: 100%;
  position: relative;
  background:url(../img/bg_information_sp.png) no-repeat 130px 50px;
  background-size:452px;
}


div.information_in_r {
	margin:0 auto;
	text-align:left;
	padding-bottom:80px;
}


#information_r h3 {
	padding:50px 0;
	color:#fff;
	
}

table.img_haruichiban img {
	width:100%;
}


/* #gallery
----------------------------------- */
#gallery {
  width: 100%;
  position: relative;
}


div.gallery_in {
	margin:0 auto;
	text-align:left;
	padding-bottom:120px;
}


#gallery h2 {
	margin-bottom:20px;
	
}



/* footer
----------------------------------- */
#footer {
	width:100%;
	border-top:1px solid #cccccc;
  position: relative;
}

.footer_in {
	width:100%;
	margin:0 auto;
}

.footer_in img {
	display:none;
}
#copyright {
	line-height:30px;
	text-align:center;
	color:#000;
	font-size:9px;
	font-weight:bold;
	letter-spacing:0.2em;
}
#copyright span {
	display:block;
}
#page-top {
position: fixed;
bottom: 10px;
right: 30px;
z-index:100;
}
 
#page-top div a #img{
display:block;
width:36px;
height:36px;
padding-top:40px;
overflow:hidden;
background:url(../img/pagetop.png) no-repeat;
background-size:100% auto;
text-indent:-9999px;
}
 


/* member_profile
----------------------------------- */
.box-member {
  margin-bottom: 40px;
  width:100%;
}
  
  .box-member ul {
      overflow: hidden;
	  margin:0 auto 30px;
	  width:100%;
	  overflow-y:scroll;
	   }
      .box-member ul li {
        box-sizing: border-box;
		/*width:273px;*/
	  width:100%;		
	  border-bottom:1px solid #f3f3f3;
        float:inherit;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear; }
		.box-member ul li img.pc {
			display:none;
		}
		.box-member ul li img.sp {
			float:right;
			margin:-10px -20px 0 0;
			width:69px;
		}
		.box-member ul li.middle {
		}
		.box-member ul li.noborder {
		}
        .box-member ul li:hover {
          background-color: #da5f70;
          -webkit-transition: 0.3s linear;
          transition: 0.3s linear; }
        .box-member ul li:not(:nth-child(3n)) {
          margin-right: 0px; }
        .box-member ul li a {
          display: block;
          padding: 20px 40px 20px 40px; }
        .box-member ul li a::after {
			height:0; }
        .box-member ul li a:hover p {
			color:#fff; }
      .box-member ul p.name {
        font-size: 16px;
        margin: 5px 0 0 0; }
      .box-member ul p.furigana {
        font-size: 14px;
        color: #8d8d8d;
        margin: 0; }

div.member_detail {

	padding:20px;
}
div.member_detail img {
	width:100%;
	float:left;
	margin-bottom:30px;
}

div.member_detail p.name {
        font-size: 16px;
        margin: 2px 0 0 0;
		font-weight:bold;
}

div.member_detail p.furigana {
        font-size: 12px;
        color: #8d8d8d;
        margin: 0; 
}

div.member_detail p.tit {
        font-size: 13px;
        margin: 25px 0 0 0;
		color:#da5f70;
		font-weight:bold;
}

div.member_detail_yoko {

	padding:20px;
}
div.member_detail_yoko img {
	width:100%;
	float:left;
	margin-bottom:30px;
}

div.member_detail_yoko p.name {
        font-size: 16px;
        margin: 2px 0 0 0;
		font-weight:bold;
}

div.member_detail_yoko p.furigana {
        font-size: 12px;
        color: #8d8d8d;
        margin: 0; 
}

div.member_detail_yoko p.tit {
        font-size: 13px;
        margin: 25px 0 0 0;
		color:#da5f70;
		font-weight:bold;
}

.insta_pc {
	display:none;
}