/*
Theme Name: Artists Care
*/

@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family: 'Noto Sans JP', sans-serif;
word-wrap: break-word;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

a{
text-decoration:none;
}

a:link {
color:black;
}

/* visited link */
a:visited {
color:black;
}

/* mouse over link */
a:hover {
color:#ff8004;
}

/* selected link */
a:active {
color:#ff8004;
}

::selection{
background-color:#99c0ff;
}

body{
margin:0;
padding:0;
}

#wrap{
width:900px;
margin:0 auto;
}



#header{
color:#5670a8;
padding-top:34px;
}

#headline{
font-size:12px;
}

#header_inner{
margin-top:10px;
width:100%;
margin-bottom:10px;
}

#header_logo{
float:left;
}

#header_menu{
float: right;
width: 472px;
}

#header_menu_inner{
float:left;
margin-top:24px;
font-size:12px;
font-weight:bold
}

#header_menu_inner a{
display:inline-block;
vertical-align:middle;
margin-right:24px;
color:#5670a8;
}

#header_btns{
float:right;
text-align: right;
margin-top:16px;
}

#header_btns a{
display:inline-block;
vertical-align:middle;
}

#header_btns a:nth-child(1){
margin-right:8px;
}

#header_btns a:nth-child(2){
margin-right:20px;
}


#content{
width:100%;
padding-bottom:30px;
}

#top_left{
width:700px;
float:left;
}

#top_right{
width:175px;
float:right;
margin-top:32px;
margin-right: 6px;
}

.twitter-widget iframe{
border: 2px solid #bbc5db !important;
border-radius:3px !important;
}



#top_left_left{
float:left;
width:170px;
}

#top_left_right{
float:right;
}


#slider{
width:540px;
height:214px;
background-color:#ff8004;
float:left;
opacity:0;
}

#slider_img img{
width:272px;
height:202px;
}

#slider_img{
float:left;
width:272px;
padding:6px;
}

.slider_img_full{
width:528px;
margin-left:6px;
margin-top:6px;
height:202px;
overflow:hidden;
}

.slider_img_full img{
width:100%;
}

.carousel-cell{
width:540px;
}

.carousel-cell a{
display:block;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:9999;
}

#slider_icon{
position:absolute;
top:8px;
right:8px;
}

#slider_icon img{
width:66px;
}

#slider_text{
color:white;
float:left;
width:264px;
text-align:left;
padding-left: 12px;
}

#slider_text_main{
font-size:17px;
font-weight:bold;
margin:30px 0 16px 0;
}

#slider_text_content{
font-size:13px;
}


#featured{
width:360px;
float:right;
color:5670a8;
}

#featured_1,
#featured_2{
width:164px;
float:left;
margin-left:10px;
}

#featured_1 img,
#featured_2 img{
width:164px;
}

#featured p{
margin-top:10px;
line-height:1.4em;
font-size:13px;
text-align:left;
	height:90px;
	overflow:hidden;
}

.featuredbox{
position:relative;
}

.featuredbox p{
	width:164px;
}

.featuredbox a.featured-link{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:9;
}

.featuredbox a.featured-edit-link{
	opacity:0.8;
	text-align:center;
	position:absolute;
	top:0;
	right:0;
	width:70%;
	height:30px;
	z-index:99;
	padding:6px 2px 0 2px;
	background-color:yellow;
	font-size:11px;
	color:black !important;
}

.featuredbox a.featured-edit-link:hover{
	background-color:orange;
}



#top_registration{
margin-top:32px;


background-color:#bbc5db;
padding-bottom:20px;
margin-bottom:12px;
border-radius:5px;
}

#top_registration p{
color:white;
font-size:15px;
padding:4px 0;
text-align:center;
}

#top_registration1,
#top_registration2,
#top_registration3{
float:left;
}


#sponsor{
width:100%;
background-color:#bbc5db;
border-radius:5px;
}

#page_sponsor{
width:180px;
background-color:#bbc5db;
border-radius:5px;
}

#sponsor_head{
	padding:2px 0;
	text-align:center;
	color:white;
}

.sponsor_sub{
	text-align:center;
	background-color:white;
	border:2px solid #bbc5db;
	border-radius:5px;
	color:5670a8;
	font-size:12px;
	padding-top:3px;
	padding-bottom:3px;
}

.sponsor_cont{
	background-color:white;
	border-left:2px solid #bbc5db;
	border-right:2px solid #bbc5db;
	text-align:center;
	padding-bottom:13px;
}

.sponsor_cont img{
	margin-top:12px;
}

#sponsor_foot{
	padding:4px 0 5px 0;
	text-align:center;
	color:white;
	font-size:12px;
}


#newswrap{
width:522px;
overflow:hidden;
position:relative;
padding-bottom:24px;
}

#newshead{
position:absolute;
top:0;
left:0;
z-index:-1;
}

#newslist{
margin-top:35px;
padding-top:18px;
padding-bottom:4px;
background:url('./img/newsbody.png') left top repeat-y;
}

#newswrap h2{
position:absolute;
top:0;
left:0;
color:56708a;
height:48px;
width:100%;
text-align:center;
margin-top:12px;
font-weight:300;
letter-spacing:0.1em;
font-size:20px;
}

.newsarticle{
display:block;
width:100%;
padding-left:27px;
margin-bottom:12px;
}

.newsarticle-date,
.newsarticle-icon,
.newsarticle-text{
display:inline-block;
vertical-align:top;
}

.newsarticle-date{
color:#5670a8;
width:72px;
font-size:13px;
}

.newsarticle-icon{
margin-top:3px;
}

.newsarticle-text{
margin-left:12px;
font-size:13px;
width:330px;
}

#news-readmore{
margin:12px 0 4px 0;
text-align:right;
padding-right:12px;
}

#news-readmore-pc{
display:inline-block;
}

#news-readmore-sp{
display:none;
}



#footer{
width:100%;
border-top:2px solid #7789bc;
padding-top:12px;
color:#5670a8;
padding-bottom:42px;
font-size:13px;
}

#footer a{
color:#5670a8;
}

#footer_left{
float:left;
}

#footer_left a{
display:inline-block;
margin-right:46px;
}

#footer_right{
float:right;
}


#page_left{
width:205px;
float:left;
}

#page_right{
width:695px;
float:right;
border:5px solid #ff8004;
}

#page_right h2{
background-color:#ff8004;
font-size:24px;
font-weight:normal;
color:white;
padding:18px 36px 24px 36px;
margin-bottom:26px;
}

#page_right_content{
	padding:0 34px;
	min-height:100px;
}

#page_right_content h3{
color:#ff8004;
font-size:20px;
background-color:white;
padding-bottom:6px;
border-bottom:4px solid #ff8004;
letter-spacing:0.1em;
margin-bottom:24px;
}

#page_right_content h4{
border:1px solid #7993bd;
border-radius:5px;
padding:4px 12px;
background-color:#def2fe;
color:#5270a6;
margin:24px 0 12px 0;
font-size:18px;
}


#page_right_gototop{
font-size:13px;
text-align:right;
padding:0 35px 35px 0;
display:block;
}

#page_right_gototop a{
color:#ff8004;
text-decoration:underline;
}

.page_right_gototop_inner{
font-size:13px;
text-align:right;
padding:0 0 35px 0;
}

.page_right_gototop_inner a{
color:#ff8004;
text-decoration:underline;
}



#page_sidemenu{
margin-bottom:32px;
}

#page_sidemenu h3{
border:4px solid #bbc5db;
background-color:white;
color:#5670a8;
font-size:14px;
padding:8px 0;
text-align:center;
border-radius:5px;
}

#page_sidemenu ul{
list-style-type:none;
}

#page_sidemenu ul li a{
display:block;
width:100%;
padding:10px;
background-color:#bbc5db;
color:white;
border-radius:5px;
border:1px solid white;
font-size:13px;
}

#page_sidemenu ul li a:hover{
background-color:#5670a8;
}

#page_sidemenu ul li a.active{
background-color:#5670a8;
}

.sidemenu_parent{
font-size:14px;
}

.sidemenu_parent ul{
display:none;
}

.sidemenu_open > a{
background-color:#5670a8 !important;
}


#page_registration{
width:180px;
background-color:#bbc5db;
border-radius:5px;
text-align:center;
padding-bottom:18px;
margin-bottom:34px;
}

#page_registration_head{
	padding:6px 0 4px 0;
	text-align:center;
	color:white;
	font-size:13px;
}

#page_sponsor{
width:180px;
background-color:#bbc5db;
border-radius:5px;
}

#page_sponsor_head{
	padding:4px 0 2px 0;
	text-align:center;
	color:white;
	font-size:13px;
}




#gnaviwrap{
width:910px;
height:78px;
position:relative;
margin:0 auto 4px auto;
}
#gnavi{
width:910px;
height:78px;
position:absolute;
top:0;
left:0;
background-image:url('menusprite.png');
background-position:left top;
background-repeat:no-repeat;
overflow:hidden;
}
#gnavi1{
width:70px;
height:79px;
display:inline-block;
}
#gnavi2,#gnavi3,#gnavi4,#gnavi5,#gnavi6{
width:136px;
height:79px;
display:inline-block;
cursor:pointer;
}

#gnavi7{
height:79px;
display:inline-block;
cursor:pointer;
width:118px;
}




clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix { display: inline-table; }



.pconly{
display:block;
}
.sponly{
display:none;
}

#registration_sp{
display:none;
}
#sponsor_sp{
display:none;
}

#spmenu{
display:none;
}

@media only screen and (max-width: 640px) {

*{
float:none;
}

body{
width:100%;
padding:0 12px;
}

.pconly{
display:none !important;
}
.sponly{
display:block;
}

img{
height:auto !important;
}

table{
width: 100%;
word-break: break-all;
word-wrap: break-all;
box-sizing: border-box;
}

#header{
padding-top:12px;
}

#wrap,
#header_menu{
width:100%;
}

#header_menu_inner{
display:none;
}

#header_logo{
width:48%;
}

#header_inner{
position:relative;
margin-bottom:6px;
}

#header_logo img{
width:100%;
}
#header_menu{
width:20%;
}
#header_btns{
margin:6px 40px 0 0;
position: relative;
text-align:left;
width: 100px;
}

#spmenu{
display:none;
position:absolute;
top:54px;
background:white;
right:0;
width:66%;
border:3px solid #5670a8;
background-color:#ffffff;
z-index:9999;
font-size:13px;
}
#spmenu li{
display:block;
text-align:center;
position:relative;
}

#spmenu li a{
color:#5670a8;
display:block;
height:33px;
padding-top: 6px;
}

#spmenu > ul > li{
border-bottom:3px solid #5670a8;
}

#spmenu ul{
list-style-type:none;
}
#spmenu ul li.spmenu_parent{
padding-left:32px;
padding-bottom:0;
}

#spmenu ul li.spmenu_parent ul{
margin-left:-32px;
border-top:3px solid #5670a8;
}
#spmenu ul li.spmenu_parent > ul li{
padding-left:0;
background-color:#def2fe;
position:relative;
}
#spmenu ul li.spmenu_parent > a{
}
#spmenu ul li.spmenu_parent > ul{
display:none;
}
#spmenu ul li.spmenu_parent > ul li{
}
#spmenu ul li.spmenu_parent > ul li a{
border-bottom:3px solid #5670a8;
height:36px;
}
#spmenu ul li.spmenu_parent > ul li:last-child a{
border-bottom:0;
padding-top:7px;
}

#spmenu ul li:last-child{
border-bottom:0;
}

#spmenu ul li.spmenu_parent > a:before{
content: "＞";
position:absolute;
left:0;
top:0;
padding-top:5px;
width:32px;
height:30px;
border-right:3px solid #5670a8;
}
#spmenu ul li.spmenu_parent > a.sm_open:before{
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transition:0.3s rotate;
border:none;
}
#spmenu ul li.spmenu_parent.smp_open{
background-color:#ff8004;
color:white;
}
#spmenu ul li.spmenu_parent.smp_open > a{
color:white;
transition:0.3s all;
}



#panel-btn{
  display: inline-block;
  position: absolute;
  right:0;
  top:5px;
  width: 48px;
  height: 48px;
  margin: 0;
  border-radius: 5px;
  background: #ff8004;
  z-index:9999;
}
#panel-btn:hover{
  //background: #ffffff;
  border:2px solid #ff8004;
  color:#ff8004;
}
#panel-btn.open{
  background: #ffffff;
  border:3px solid #ff8004;
  color:#ff8004;
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 2px;
  margin: -1px 0 0 -14px;
  background: white;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 2px;
  background: white;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -10px;
}
#panel-btn-icon:after{
  margin-top: 8px;
}

#panel-btn:hover #panel-btn-icon:before,
#panel-btn:hover #panel-btn-icon:after{
	//background:#ff8004;
}
#panel-btn.open #panel-btn-icon:before,
#panel-btn.open #panel-btn-icon:after{
	background:#ff8004;
	width: 32px;
}
#panel-btn.open #panel-btn-icon:before{
margin-top: -1px;
margin-left: -1px;
}
#panel-btn.open #panel-btn-icon:after{
margin-top: -1px;
margin-left: -1px;
}

#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#slidearea{
width:100%;
}

.carousel-cell{
width:100%;
}

#slider,
#slider_img,
#slider_img img,
#slider_text{
width:100%;
}

#slider{
padding:0 0 24px 0;
margin-top:6px;
border-radius:5px;
	margin-bottom:32px;
}

#slider_img img{
border-radius:5px;
}

#featured{
display:none;
width:100%;
margin-top:15px;
}
#featured img{
width:100%;
}
#featured p{
display:none;
}
#featured_1,
#featured_2{
width: 100%;
float: none;
margin-left: 0;
margin-top:18px;
border:2px solid #ff8004;
}
	
#spbnr{
//margin-top:48px;		
z-index:9999;
}

#newswrap{
margin-top:18px;
background-image:none;
width:100%;
border:2px solid #5670a8;
}

#newswrap h2{
font-weight:normal;
font-size:22px;
}

#newslist{
margin-top:62px;
padding-top:0;
padding-bottom:0;
background:none;
}
.newsarticle{
height:auto;
position:relative;
margin-bottom:16px;
padding-bottom: 28px;
}

.newsarticle-date{
margin-left:4px;
position: absolute;
left: 8px;
font-size:15px;
width:80px;
}

.newsarticle-icon{
position:absolute;
left:0;
top:18px;
}

.newsarticle-icon img{
width:92px;
}

.newsarticle-text{
margin-left: 76px;
color:black;
margin-top: -2px;
font-size: 15px;
width:auto;
}

newsarticle-text a{
text-decoration:none;
color:black;
}

#news-readmore{
position:relative;
top:auto;
left:auto;
right: auto;
bottom: auto;
text-align: center;
width:100%;
marginn-top:24px;
padding:0;
}

#news-readmore img{
width:211px;
}
#readmore-sp{
display:inline-block;
}
#news-readmore-pc{
display:none;
}
#news-readmore-sp{
display:inline-block;
}



#top_left{
width:100%;
float:none;
}
#top_left_left{
width:100%;
float:none;
}
#top_left_right{
width:100%;
float:none;
}
#top_right{
width:100%;
float:none;
display:none;
}



#top_registration{
display:none;
}
#top_registration_sp{
display:block;
width:100%;
background-color:#bbc5db;
border-radius:5px;
padding-bottom:18px;
}
#top_registration_sp p{
color:white;
font-size:18px;
padding:8px 0 4px 0;
text-align:center;
}
#top_registration1,
#top_registration2,
#top_registration3{
float:none;
}
#top_registration_sp img{
width:100%;
}

#sponsor{
display:none;
}
#sponsor_sp{
display:none;
width:100%;
background-color:#bbc5db;
border-radius:5px;
}

#sponsorbtn{
margin-top:12px;
background-color:#bbc5db;
width:100%;
height:60px;
border-radius:5px;
position:relative;
margin-bottom:12px;
}

#sponsorbtn a{
display:block;
font-size:18px;
padding-top:16px;
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
color:white;
text-align:center;
}



#page_left{
display:none;
}
#page_right{
width:100%;
border:3px solid #ff8004;
}

#page_right h2{
font-size: 18px;
color: white;
padding: 12px 18px 18px 18px;
margin-bottom: 12px;
}
#page_right_content{
padding:0 18px;
}

#page_right_content img{
max-width:100%;
}

#page_right_gototop {
font-size: 16px;
text-align: right;
padding: 0 12px 18px 0;
letter-spacing: 0.1em;
}



#footer{
width:100%;
text-align:center;
}
#footer_left,
#footer_right{
float:none;
}
#footer_left a{
display:block;
margin-right: 0;
font-size:15px;
margin-bottom:13px;
}
#copyright_sp{
line-height: 1.5em;
}


.img-right,
.img-frame{
width:100%;
text-align:center;
}

img[align="right"]{
width:100%;
text-align:center;
margin-bottom:16px;
}

.btn2017{
width:100% !important;
}

.box2017-2{
width:100% !important;
}

.box2017-3{
width:100% !important;
}

.spmenu_textsmall90{
font-size:90%;
padding-top:9px !important;
}

.spmenu_textsmall80{
font-size:80%;
padding-top:9px !important;
}

.spmenu_parent > a:before{
font-size:14px !important;
}

.btn1-styled a, .btn1-styled-2lines a {
width:auto !important;
}

.btn1-styled-2lines a{
padding: 16px 5px 15px 20px !important;
}

a.pdf{
font-size:13px;
}


}

.inline{
display:inline;
}



/* --- imported styles --- */

/* ---------------------------------------
è¨˜äº‹
--------------------------------------- */
.entry-asset {
    background-color: #FFFFFF;
    border: solid 1px #D9D9D9;
}

.asset-header {
    background: url("/image/h1_ttl_bg.jpg") repeat;
    width: 673px;
    height: 75px;
    display: table-cell;
    vertical-align: middle;
}

* html div.asset-header {
    display: inline;
    zoom: 1;
}

*:first-chlid+html div.asset-header {
    display: inline;
    zoom: 1;
}



.asset-footer {
    border-top: solid 1px #D9D9D9;
    padding: 10px 25px;
	text-align: right;
}
.asset-footer div.to-top-link {
    width: 130px;
    margin-left: auto;
    margin-right: 0;
    text-align: left;
}
.asset-footer div.to-top-link span {
    background: url("/image/totop_yaji.gif") no-repeat 0 1px;
    padding-left: 10px;
    font-size: 12px;
}
.asset-footer  a {
    color: #333333;
}



.entry-title-styled, .form-title-styled {
    margin: 0 25px;
    font-size: 20px;
}


.entry-title-line {
    width: 628px;
    height: 1px;
    margin: 0 auto;
    background-image: url("/image/h1_ttl_line.jpg");
}

.entry-content-newstyle {
    //padding: 10px 25px 10px 25px;
    //font-size: 12px;
    /* color: #666666; */
    //color: #333333;
	margin-bottom:24px;
}

.entry-content-newstyle img{
	max-width:100% !important;
}

.entry-content-newstyle iframe{
	width:100% !important;
}

.entry-content-newstyle p{
	margin-bottom:24px;
	font-size:14px;
	line-height:2em;
	max-width:100%;
}

.entry-content-newstyle .section {
    margin-bottom: 20px;
}

.entry-content-newstyle .section-body {
    margin: 5px 10px 5px 10px;
}

.entry-content-newstyle .bottom-space {
    margin-bottom: 1.8em;
}

.entry-content-newstyle .block {
    margin-bottom: 3em;
}

.entry-content-newstyle h2.styled {

color:#ff8004 !important;
font-size:20px !important;
background-color:white !important;
padding-bottom:6px !important;
border-bottom:4px solid #ff8004 !important;
letter-spacing:0.1em !important;
margin-bottom:24px !important;
padding-left:0 !important;

/*
    width: 582px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    background-image: url("/image/h2_bg.gif");
    background-repeat: no-repeat;
    border-bottom: solid 3px #E57500;
    padding: 7px 7px 7px 40px;
    margin-bottom: 25px;
*/
}

.entry-content-newstyle h3.styled {
/*
	background-image: url("/image/h3_bg.gif");
    background-repeat: no-repeat;
	font-size: 17px;
    color: #333333;
    padding: 6px 10px 6px 10px;
    margin-bottom: 20px;
*/
}

/*

.entry-content-newstyle h4.styled {
	background-image: url("/image/h4_leader.jpg");
    background-position: left 1px;
    background-repeat: no-repeat;
    height: 22px;
    font-size: 15px;
    color: #333333;
    border-bottom: dotted 1px #666666;
    padding: 0 0 4px 10px;
    margin-bottom: 10px;
}

*/

.entry-content-newstyle h4.styled span.h4-leader {
/*
    width: 2px;
    height: 8px;
    background-color: #E57500;
    border: solid 2px #E57500;
    margin-right: 5px;
*/
}

.entry-content-newstyle .btn1-styled-row {
    margin: 6px 0px 6px -13px;
    overflow: hidden;
}
.btn1-styled, .btn1-styled-2lines {
    float: left;
    margin-left: 13px;
    overflow: hidden; /* IE6 */

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#EEF7E3'); /* IE */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#EEF7E3')"; /* IE8 */
}

.btn1-styled a, .btn1-styled-2lines a {
    display: block;
    /* padding: 16px 5px 15px 20px; */
    width:180px;
	
    background: url("/image/btn1_yaji.gif") no-repeat 4px 6px;
    background: url("/image/btn1_yaji.gif") no-repeat 4px 6px, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#EEF7E3));
    background: url("/image/btn1_yaji.gif") no-repeat 4px 6px, -moz-linear-gradient(top, #ffffff, #EEF7E3);

    border: solid 1px #cccccc;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
}

.btn1-styled a {
    padding: 16px 5px 15px 20px;
}
.btn1-styled-2lines a {
    padding: 7px 5px 6px 20px;
}

.btn1-styled a:link {}
.btn1-styled a:visited {}
.btn1-styled a:hover { text-decoration: none; }
.btn1-styled-2lines a:link {}
.btn1-styled-2lines a:visited {}
.btn1-styled-2lines a:hover { text-decoration: none; }

.entry-content-newstyle .btn1-styled-clmn2 {
    //width: 298px;
}
.entry-content-newstyle .btn1-styled-clmn3 {
    //width: 195px;
}

.entry-content-newstyle .position-reset {
    clear: both;
}

/* ç”»åƒ */
.entry-content-newstyle .img-left {
    float: left;
    margin: 0 20px 5px 0;
}
.entry-content-newstyle .img-right {
    float: right;
    margin: 0 0 5px 20px;
}
.entry-content-newstyle .img-center {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.entry-content-newstyle .img-frame {
    border: solid 5px #E4E4E4;
}

/* ç”»åƒ(ã‚­ãƒ£ãƒ—ã‚·ãƒ§ãƒ³ç”¨) */
.entry-content-newstyle .img-box-left {
    float: left;
    margin: 0 20px 5px 0;
}
.entry-content-newstyle .img-box-right {
    float: right;
    margin: 0 0 5px 20px;
}
.entry-content-newstyle .img-box-center {
    display: block;
    margin: 0 auto 20px auto;
    text-align: center;
}
.entry-content-newstyle .img-caption {
    font-size: 10px;
    margin-top: 5px;
    text-align: left;
}

/* ç”»åƒ(è¤‡æ•°ã‚»ãƒ³ã‚¿ãƒªãƒ³ã‚°ç”¨) */
.entry-content-newstyle .manyimg-box-center {
    text-align: center;
    margin: 0 auto 20px auto;
}
.entry-content-newstyle .manyimg-box-center-item {
    float: left;
    margin: 0 10px;
}

/* ãƒªã‚¹ãƒˆ */
.entry-content-newstyle ul.list-styled {
	margin-left: 15px;
}
.entry-content-newstyle ul.list-styled li {
	list-style: square outside;
	color: #46C901;
	list-style-image: none;
	margin-bottom: 5px;
}
.entry-content-newstyle ul.list-styled li span {
	color: #666666;
}

/* ãƒªã‚¹ãƒˆ(ãƒªãƒ³ã‚¯) */
.entry-content-newstyle ul.list-styled-links {
}
.entry-content-newstyle ul.list-styled-links li {
	list-style: none;
	background: url("/image/list_mark_yaji.jpg") no-repeat 1px 2px;
	padding-left: 15px;
	margin-bottom: 5px;
	font-size:14px;
}
.entry-content-newstyle ul.list-styled-links li a {
	color: #E57500;
}

.list-styled-links table{
	//border:2px solid #5670a8;
}


/* ãƒ†ãƒ¼ãƒ–ãƒ« */
.entry-content-newstyle table.styled {
    //border-collapse: collapse;
	border-radius:5px;
}
.entry-content-newstyle table.styled caption {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}
.entry-content-newstyle table.styled th {
    border: solid 1px #CCCCCC;
    background-color: #5670a8;
    color: #000000;
    font-size: 14px;
    padding: 10px 10px;
    text-align: left;
    vertical-align: top;
}
.entry-content-newstyle table.styled td {
    //border-bottom: 2px solid #5670a8;
    //border-right: 2px solid #5670a8;
	font-size: 14px;
    padding: 12px 14px;
    text-align: left;
    vertical-align: top;
}
.entry-content-newstyle table.style2017 td {
    border-bottom: 2px solid #5670a8;
    border-right: 2px solid #5670a8;
}

.entry-content-newstyle table.styled th.table-th-normalwid {
    width: 198px;
}
.entry-content-newstyle table.styled td .table-inner-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
}


/* form */

.form a { color: #FFBE32; }
.form .btn-area {
    text-align: center;
    margin: 20px 0 10px 0;
}
.form .confirm-btn, .form .reset-btn, .form .reset-btn, .form .submit-btn, .form .back-btn {
    margin: 0 5px; 
    width: 140px;
    height: 39px;
    border: 0;
    text-indent: -9999px;
}
.form .confirm-btn {
    background: url(/image/form_btn_confirm.jpg) left top no-repeat;
}
.form .reset-btn {
    background: url(/image/form_btn_reset.jpg) left top no-repeat;
}
.form .submit-btn {
    background: url(/image/form_btn_submit.jpg) left top no-repeat;
}
.form .back-btn {
    background: url(/image/form_btn_back.jpg) left top no-repeat;
}
table.form-table {
    border-collapse: collapse;
}
table.form-table caption {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}
table.form-table th.title {
    border: solid 1px #CCCCCC;
    background-color: #EBE3DB;
    color: #000000;
    font-size: 16px;
    padding: 10px 10px;
    text-align: left;
    /* vertical-align: top; */
}
table.form-table th, table.form-table td {
    font-size: 12px;
    padding: 10px 10px;
    text-align: left;
    vertical-align: top;
    border: solid 1px #CCCCCC;
}
table.form-table th {
    background-color: #F6F2EE;
    color: #000000;
}
table.form-table td {
    line-height: 18px;
}
table.form-table td input {
    margin-bottom: 5px;
}
table.form-table td input.input-name { width: 200px }
table.form-table td input.input-tel { width: 150px }
table.form-table td input.input-email { width: 200px }
table.form-table td input.input-middle { width: 300px }


/* test */
.entry-content-newstyle a.btn1-styled-100px {
    width: 100px;
}

.entry-content-newstyle .space30px {
	height: 30px;
}


/* ---------------------------------------
æ—¢å­˜styleç§»è¡Œç”¨
--------------------------------------- */

.entry-content-newstyle table.style2017{
border:solid 2px #5670a8;
border-spacing : 0;
border-collapse : separate ;
width:100%;
}

/* h2.styledã¨åŒæ§˜ */
.entry-content-newstyle div.cont {
color: #ff8004 !important;
    font-size: 20px !important;
    background-color: white !important;
    padding-bottom: 6px !important;
    border-bottom: 4px solid #ff8004 !important;
    letter-spacing: 0.1em !important;
    margin-bottom: 24px !important;
    padding-left: 0 !important;
}

/* table.styled thã¨åŒæ§˜ */
.entry-content-newstyle table th.sell_co,
.entry-content-newstyle table td.sell_co {
    font-size: 14px;
    padding: 12px 16px;
    text-align: center;
    font-weight: normal;
    /* vertical-align: top; */
}

th.sell_co a,
td.sell_co a{
	text-decoration:none !important;
}

.entry-content-newstyle table th.sell_co_cen,
.entry-content-newstyle table td.sell_co_cen {
	border-radius:5px;
    border: solid 2px #5670a8;
    background-color: #5670a8;
    color: white;
    font-size: 14px;
    padding: 10px 10px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}

/* table.styled thã‚ˆã‚ŠèƒŒæ™¯è‰²ã‚’å°‘ã—ã¯ã£ãã‚Š */
.entry-content-newstyle table th.sell_bu,
.entry-content-newstyle table td.sell_bu {
    border: solid 2px #5670a8;
    background-color: #5670a8;
    color: white;
    font-size: 14px;
    padding: 10px 10px;
    text-align: left;
    font-weight: bold;
    vertical-align: middle;
}
.entry-content-newstyle table th.sell_bu_cen,
.entry-content-newstyle table td.sell_bu_cen {
	border: solid 1px #5670a8;
    background-color: #5670a8;
    color: white;
    font-size: 14px;
    padding: 10px 10px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}

/* table.styled tdãƒ™ãƒ¼ã‚¹ */
.entry-content-newstyle table th.sell_in,
.entry-content-newstyle table td.sell_in {
    border: solid 1px #CCCCCC;
    font-size: 14px;
    padding: 10px 10px;
    text-align: left;
    /* vertical-align: top; */
}
.entry-content-newstyle table th.sell_in_cen,
.entry-content-newstyle table td.sell_in_cen {
    font-size: 14px;
    padding: 10px 10px;
    text-align: center;
    /* vertical-align: top; */
}
.entry-content-newstyle table th.sell_in_right,
.entry-content-newstyle table td.sell_in_right {
    border: solid 1px #5670a8;
    font-size: 14px;
    padding: 10px 10px;
    text-align: right;
    /* vertical-align: top; */
}

/* ç¶­æŒ */
.sell_skill {
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin: 2px;
	background: #FCF8C7;
	text-align: left;
	font-size: 0.8em;
}

.small {
    font-size: 10px;
}



/* --- impoted styles 2 --- */

/* ---------------------------------------
VOLTS　追加分
--------------------------------------- */

/* ボタンのマージン */
.btn1-styled, .btn1-styled-2lines {
	margin-bottom: 13px;
}

/* table.styled 内tableの罫線消し */

.entry-content-newstyle #styled-non td{
	border: none;
}


/* topのスペース */
.entry-content-newstyle .top-space {
	margin-top: 1.8em;
}


/* 2-8用リスト */
.entry-content-newstyle .list2-8 {
	padding: 25px 30px 15px 15px;
	border: 1px solid #cccccc;
}

.entry-content-newstyle .list2-8 ul {
	margin-left: 15px;
}
.entry-content-newstyle .list2-8 li {
	list-style: square inside;
	list-style-image: none;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
}


/* 講師陣 */
.entry-content-newstyle .lecturer-box {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #cccccc;
}

.entry-content-newstyle .lecturer-box td {
	vertical-align: top;
	padding: 5px;
}

.entry-content-newstyle .lecturer-box .lecturer-pic {
	width: 60px;
}

.entry-content-newstyle .lecturer-box .lecturer-link {
	width: 100px;
}

.entry-content-newstyle .lecturer-box .lecturer-link img {
	margin-bottom: 5px;
}

.entry-content-newst{
	margin: 0 0 -5px 0;
}



.lecturer-sp{
margin-bottom:16px;
padding-bottom:16px;
border-bottom:1px dotted #666666;
}

.lecturer-sp-image{
	float:left;
}

.lecturer-sp-image img{
	border:none;
	max-width:none !important;
}

.lecturer-sp-name{
	float:left;
	width:80%;
	padding-left:16px;
}

.lecturer-sp-image img{
	width:50px !important;
	height:50px !important;
}

.lecturer-sp-middle{
	margin-top:16px;
	font-size:14px;
}

.lecturer-sp-bottom{
	margin-top:16px;
}



/* 個別相談 */
.entry-content-newstyle .btn1-styled-center {
	margin: 0 auto;
	padding: 0 13px 0 0;
	width: 311px;
}


.btn1-styled-clmn3 span {
	font-size: 10px;
	
}


/* ヘルスケア */
.table-center4-4 {
	margin: 0 auto;
	width: 550px;
}

.table-bottom-space {
	padding-bottom: 15px;
}


/* 芸術家のヘルスケア */
.list5-1-box-left {
	margin-bottom: 20px;
	float: left;
	width: 300px;
}

.list5-1-box-right {
	margin-bottom: 20px;
	float: right;
	width: 300px;
}

.entry-content-newstyle .list5-1 {
	padding: 10px 15px 0 0;
}

.entry-content-newstyle .list5-1 ul {
	margin-left: 15px;
}

.entry-content-newstyle .list5-1 li {
	list-style: none;
	list-style-image: url(http://www.artists-care.com/image/list_mark_yaji.jpg);
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
}

.entry-content-newstyle .list5-1 li.no-line {
	padding-bottom: 0;
	border: none;
}

.entry-content-newstyle .list5-1 li span {
	color: #E57500;
}


/* 芸術家のヘルスケア */
.entry-content-newstyle table.news-list {
	border-collapse: collapse;
}

.entry-content-newstyle table.news-list td {
	border-bottom: 1px dotted #CCCCCC;
	font-size: 12px;
	padding: 10px 10px;
	text-align: left;
	vertical-align: top;
}

.entry-content-newstyle table.news-list td a{
	color: #E57500;
}

.entry-content-newstyle table.news-list td.news-list-date {
	width: 70px;
	font-weight: bold;
}

.entry-content-newstyle table.news-list td.news-list-category {
	width: 62px;
}

/* リンクカラー */
.entry-content-newstyle span.link-color {
	color: #E57500;
}

/* ヘルスケアのTOPページへ戻るボタン */
.entry-content-newstyle .healthcare-button {
	margin: 20px 15px 10px 0;
	text-align: right;
	//width: 220px;
	//float: right;
    //background: url("/image/totop_yaji.gif") no-repeat 0 1px;
}


/* セミナーテーブル */
.entry-content-newstyle table.seminar-table {
    border-collapse: collapse;
	max-width:100%;
	overflow:hidden;
}
.entry-content-newstyle table.seminar-table caption {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}
.entry-content-newstyle table.seminar-table th {
    border: solid 1px #CCCCCC;
    background-color: #EBE3DB;
    color: #000000;
    font-size: 12px;
    padding: 10px 10px;
    text-align: center;
	white-space: nowrap;
}
.entry-content-newstyle table.seminar-table td {
    border: solid 1px #CCCCCC;
    font-size: 12px;
    padding: 10px 10px;
    vertical-align: top;
}

.entry-content-newstyle table.seminar-table td .seminar-icon {
	margin-right: 5px;
}

.entry-content-newstyle table.seminar-table td .seminar-icon-type1 {
	margin-right: 0;
	margin-bottom:4px;
}


/* --- imported style 3: practice.css --- */

.pl20 {
	padding-left: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.align-center {
	text-align: center;
}

div.dotline {
	height: 10px;
	background-image: url(../img/line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0;
	margin-bottom: 15px;
}

div.diagram img {
	display: block;
	margin: 0 auto;
}

div.diagram p {
	//width: 300px;
	margin: 0 auto 20px auto;
}

.asset-body p {
	padding-bottom: 18px;
}

.asset-body strong {
	color: #d42a2a;
}

.w100 {
	width: 100px;
}

.w200 {
	width: 200px;
}

.w300 {
	width: 300px;
}

.block-center {
	margin-left: auto;
	margin-right: auto;
}

p.credit {
	font-size: 10px;
	text-align: center;
}

div.block {
	margin-bottom: 20px !important;
}


h2.first {
	margin-top: 10px !important;
}

h2.styled {
	//margin-top: 50px;
}

h3.styled {
	//margin-top: 40px;
}

h2.styled span {
	font-size: 15px;
	color: #666666;
}

h3.styled span {
	font-size: 14px;
	color: #888888;
}

div.column-style-1,
div.column-style-2,
div.column-style-3 {
	width: 95%;
	padding: 15px 15px 0 15px;
	padding-top: 8px\9;
	*padding-top: 8px; /* IE8 and below */
	_padding-top: 8px; /* IE7 and below */
	margin: 30px auto 40px auto; /* IE6 */
}

div.column-style-1 ul,
div.column-style-2 ul,
div.column-style-3 ul,
div.column-style-1 ol,
div.column-style-2 ol,
div.column-style-3 ol {
	margin-bottom: 18px;
}

div.column-style-1 img,
div.column-style-2 img,
div.column-style-3 img {
	padding-bottom: 18px;
}

div.column-style-1 h3,
div.column-style-2 h3,
div.column-style-3 h3,
div.column-style-1 h4,
div.column-style-2 h4,
div.column-style-3 h4 {
	font-size: 15px;
	margin-bottom: 10px;

	background-color:transparent !important;
	border:none !important;
	color:black !important;
	font-size:16px !important;

}

div.column-style-1 h3 span,
div.column-style-2 h3 span,
div.column-style-3 h3 span,
div.column-style-1 h4 span,
div.column-style-2 h4 span,
div.column-style-3 h4 span {
	display: block;
	background-color: #dddddd;
	padding: 3px;
	margin-top: 3px;
	font-size: 12px;
}


div.column-style-1 {
	background-color: #ebf3f4;
	border: 1px solid #c4e2e6;
}

div.column-style-1 h3,
div.column-style-1 h4 {
	color: #62b4be;
}

div.column-style-2 {
	background-color: #eef4eb;
	border: 1px solid #cde6c4;
}

div.column-style-2 h3,
div.column-style-2 h4 {
	color: #7ebe62;
}

div.column-style-3 {
	background-color: #f2eefe;
	border: 1px solid #dcd2e6;
}

div.column-style-3 h3,
div.column-style-3 h4 {
	color: #8b77b6;
}

div.column-col2 .left {
	width: 47%;
	float: left;
}

div.column-col2 .right {
	width: 47%;
	float: right;
}

div.print-block {
	margin-top: 50px;
	margin-bottom: 35px;
	text-align: center;
}

div.embed-video {
	width: 100%;
	margin: 20px auto;
}

a.pdf {
	color: #ffffff !important;
	font-weight: bold;
	padding: 8px 5px 10px 27px;
	margin-right: 10px;
	background-color: #87a7e4;
	background-image: url(/image/practice/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: 5px 12px;
}

a.pdf:hover {
	color: #ffffff !important;
	text-decoration: none;
	background-color: #6588c6;
}


ol.list-styled {
	margin-left: 15px;
}
ol.list-styled li {
	list-style: decimal;
	color: #46C901;
	list-style-image: none;
	margin-bottom: 5px;
}
ol.list-styled li span {
	color: #666666;
}



/*for iPhone*/

@media screen and (max-device-width: 480px) {

.asset-body img {
	width: 600px;
	height: auto;
}

div.column-style-1 img,
div.column-style-2 img,
div.column-style-3 img {
	//width: 568px;
	height: auto;
}



div.column-style-1 h3,
div.column-style-2 h3,
div.column-style-3 h3,
div.column-style-1 h4,
div.column-style-2 h4,
div.column-style-3 h4 {
	//font-size: 200%;
}

div.column-col2 .left {
	width: 100%;
	float: none;
}

div.column-col2 .right {
	width: 100%;
	float: none;
}

.asset-body div.diagram p {
	width: 100%;
}

.asset-body ul.list-styled {
	padding-left: 15px;
}

.asset-body ol.list-styled {
	padding-left: 20px;
}

.asset-body p,
.asset-body li {
	font-size: 200%;
}

.asset-body p.credit {
	font-size: 100%;
}

}

.place_social{
	margin-top:6px;
}

.box2017{
	border:1px solid #5670a8;
	background-color:#def2fe;
	border-radius:5px;
	font-size:12px;
	padding:12px 18px;
	line-height:2.5em !important;
	margin-bottom:24px;
}

.box2017-2{
	font-size:14px;
	color: #5670a8;
	width:50%;
	margin:0 auto;
	border:2px solid #5670a8;
	border-radius:5px;
	padding:16px;
}

.box2017-3{
	border:1px solid #5670a8;
	background-color:#def2fe;
	border-radius:5px;
	font-size:12px;
	padding:12px 18px;
	line-height:1.8em !important;
	margin-bottom:24px;
}

.btn2017{
    display: block;
    font-size: 18px;
    padding-top: 8px;
    width: 33%;
    color: white;
    text-align: left;
	padding-left:48px;
	background-image:none;
	background-color:#ff8004;
	position:relative;
	padding-bottom:9px;
	border-radius:5px;
}

a.btn2017{
	color:white !important;
}

a.btn2017;hover{
	opacity:0.8 !important;
}

.btn2017 span:before{
content: "＞";
position:absolute;
left:24px;
top:4px;
padding-top:5px;
width:32px;
height:30px;
}

.wp-pagenavi{
margin-bottom:24px;
}

.centering{
	text-align:center;
}

.smalltext{
	color:#5670a8;
	font-size:12px;
	margin-top:12px !important;
}

span.cube{
    border-radius: 4px;
    display: block;
    vertical-align: unset;
    width: 14px;
    height: 14px;
    background-color: #ff8004;
    float: left;
    margin-top: 8px;
    margin-right: 6px;
}

span.cube2{
    border-radius: 4px;
    display: block;
    vertical-align: unset;
    width: 14px;
    height: 14px;
    background-color: #5670a8;
    float: left;
    margin-top: 8px;
    margin-right: 6px;
}

.textleft{
	text-align:left !important;
}

.brw2{
	border-right:2px solid white !important;
}

.bbw2{
	border-left:none !important;
	border-bottom:2px solid white !important;
}

.bln{
	border-left:none !important;
}

.brn{
	border-right:none !important;
}

.bbn{
	border-bottom:none !important;
}

.nocenter{
	text-align:left !important;
}