/* CSS Document */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */  
@import url("subbasic_style.css?ver=20240912");

/* =============================================================================
   program
   ========================================================================== */
#program_area {
clear:both;
}
.title{
	border-bottom:1px dotted #ddd;
	margin-bottom:10px;
}


.program_card li{
	width:270px;
	border:3px solid #de87aa;
	float:left;
	margin:3px 0 3px 3px;
	padding:4px;
	box-shadow: 1px 3px 3px #aaaaaa;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
.program_card li a {
	/*display:block;*/
	text-decoration:none;
}
.program_card li a:hover{
	background:#EEFDDB;
	text-decoration:none;
} 

.program_card .program_img{
	/*float:left;
	margin:3px 5px 3px 3px;*/
	text-align:center;
}
.program_card .program_img img{
	padding:0px;
	border:1px dotted #de87aa;
}

.program_card .program_noa{
	float:left;
	width:50px;
	height:50px;
	margin:-20px -20px;
}
.program_card .program_title{
	font-weight:bold;
	color:#990000;
	font-size:1.2em;
}

.program_card .program_desc{
	color:#222222;
	border-top:0px dotted #666;
	font-size:0.9em;
	padding:4px 6px 0px 6px;
	font-weight:normal;
	min-height:50px;
}
.program_card .program_desc a{
	color:#444444;
}

.program_card .program_time{
	clear:both;
	color:#000000;
	border-top:1px dotted #666;
	text-align:right;
	font-size:0.8em;
	font-weight:bold;
	margin-top:3px;
	float:left;
	width:100%;
}

.program_card .program_message{
	float:right;
	width:116px;
	margin-top:-10px;
}

#program_more {
	float:left;
	padding:10px 4px 10px 4px;
	width:570px;
	border:#00FF00 1px solid;
	margin:13px 0 0 20px;
	background-color:#DDFCBE;
}

.program_square{
	
}
.program_square li{
	border:1px solid #f00;
	float:left;
	margin:10px;
	box-shadow: 1px 3px 3px #aaaaaa;
}
.program_square .program_message{
	margin-top:-15px;
	background-color:#fff;
}
#program_outer {
	clear:both;
	float:left;
	padding:16px;
	margin-top:20px;
	width:auto;
	border:1px solid #de87aa;
	background-color:#efefef;
}
.outer_title{
	padding:5px 0 2px 10px;
	border-bottom:1px dotted #2B0000;
	font-size:1em;
	font-weight:bold;
	margin-bottom:10px;
}
.tfn{
	border:2px solid #ddd;
	padding:7px;
	background-color:#ffffff;
}
.tfn img{
	margin:20px;
}

.tfn p{
	font-size:0.8em;	
}

.outer_card img{
	margin:5px;
	box-shadow: 1px 3px 3px #aaaaaa;	
}
#program_past{
	clear:both;
	padding:16px;
	margin-top:20px;
}
#program_past .program_past_banner img,.program_past_box img{
	margin:5px;
	box-shadow: 1px 3px 3px #aaaaaa;
}

.program_past_banner{
	float:left;
	width:260px;
}
.program_past_box{
	float:left;
	width:580px;
}

.program_past_list {
	float:left;
	margin-top:20px;
	width:350px;
	border:0px solid #ddd;
}
.program_past_list li{
	list-style: disc;
	padding:4px;
	margin-left:20px;
}

.press_side{
	width:220px;
}

.press_side img{
	border:1px solid #999;
	box-shadow: 1px 3px 3px #E2C4B8;
}

.social-button{
	margin:0 auto;
	padding:20px;
	margin-top:30px;
	border-top:1px solid #3366CC;
}
.social-button iframe,
.social-button a,
.social-butoon img,
.social-button div{
	margin-left:10px;
	vertical-align:top !important;
	
}
.programlist{
	float:left;
	width:600px;
}
.speciallist{
	float:right;
	width:330px;
	padding:10px 8px 0 0;
}

.speciallist h2{
	font-size:1.3em;
	/*border: double 3px #ffffff;*/
	color:#ffffff;
	background-color:#e60052;
	line-height: 1.3;/*hタグの高さ*/
	padding:3px 2px 2px 10px;
	letter-spacing: 0px;
	border-radius:10px;
	border:none !important;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #E60051),
	color-stop(1, #D90B5A)
);
background-image: -o-linear-gradient(bottom, #E60051 0%, #D90B5A 100%);
background-image: -moz-linear-gradient(bottom, #E60051 0%, #D90B5A 100%);
background-image: -webkit-linear-gradient(bottom, #E60051 0%, #D90B5A 100%);
background-image: -ms-linear-gradient(bottom, #E60051 0%, #D90B5A 100%);
background-image: linear-gradient(to bottom, #E60051 0%, #D90B5A 100%);

}
.speciallist .page {
	font-size:0.9em !important;
}
.speciallist .mt-image-center{
	width:100%;
	height:auto;
}

.oldsite{
	margin-bottom:20px;
}

.linkbottun{
	border:2px solid #FFAA00;
	background-color:#FFFF99;
	color:#000066;
	font-weight:normal;
	padding:20px;
	border-radius:8px;
	margin-bottom:20px;
	font-size:1.3em;
	text-align:center;
}

#share{
	width:100%;
	margin:auto;
	text-align:center;
	padding:30px 0 20px 0;
	clear:both;
}
#share ul{
	height:auto;
}
#share li{
	font-size:14px;
	display:inline-block;
	text-align:center;
	width:84px;
	margin-right:1%;
	margin-bottom:8px;
	border-radius:3px;
	list-style:none;
}
#share li.share-twitter{
	background:#111111;
	box-shadow:0 2px #666666;
}
#share li.share-twitter:hover{
	background:#83c3f3;
}
#share li.share-facebook{
	background:#3b5998;
	box-shadow:0 2px #2d4373;
}
#share li.share-facebook:hover{
	background:#4c70ba;
}
#share li.share-google{
	background:#dd4b39;
	box-shadow:0 2px #c23321;
}
#share li.share-google:hover{
	background:#e47365;
}
#share li.share-hatena{
	background:#2c6ebd;
	box-shadow:0 2px #225694;
}
#share li.share-hatena:hover{
	background:#4888d4;
}
#share li.share-pocket{
	background:#f13d53;
	box-shadow:0 2px #e6152f;
}
#share li.share-pocket:hover{
	background:#f26f7f;
}
#share li.share-line{
	background:#00C300;
	box-shadow:0 2px #009d00;
}
#share li.share-line:hover{
	background:#2bd92b;
}
#share a{
	display:block;
	height:27px;
	padding-top:6px;
	color:#ffffff;
	text-decoration:none;
}
#share a:hover{
	text-decoration:none;
	color:#ffffff;
}


/* =============================================================================
   podcast
   ========================================================================== */
.podcast_list{
	width:96%;
}
.podcast_list  li{
	margin-bottom:20px;
	font-size:0.9em;
	min-height:170px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding:8px;
}
.podcast_list li a{
	display:block;
	color:#fff;
}
.podcast_list li a:hover{
	text-decoration:none;
}
.podcast_list img{
	float:left;
	padding-right:12px;
}
.podcast_list .hirosbar{
	border:#000000 solid 5px;
	background-color: #000;
}

.podcast_list .singletop{
	border:#8BE405 solid 5px;
	background-color: #8BE405;
}

.podcast_list .helper{
	border:#FD533A solid 5px;
	background-color: #FD533A;
}

.podcast_list .weekend{
	border:#6F532C solid 5px;
	background-color: #6F532C;
}

.podcast_list .indies{
	border:#666666 solid 5px;
	background-color: #666666;
}

.pod_fetch{
	width:96%;
	margin:6px;
}
.podcast_side h3{
	margin:10px auto;
}
.pod_date{
	font-size:0.8em;
	color:#666666;
}
.pod_title{
	padding:0 0 10px 0px;
	border-bottom:1px solid #eeeeee;
}

.pod_blogtitle{
	
}

.event_h2{
	color:#000000;
	padding:3px 0 3px 10px;
	background-color:#ede9e9;
	font-size:1.2em;
	border-left:8px solid #444444;
}

/* =============================================================================
   powerplay
   ========================================================================== */
#powerplay{
}	
#powerplay_card{
	clear:both;
	border:3px solid #E2C4B8;
	padding:5px;
	margin-bottom:4px;
	min-height:135px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.nc_title{
	font-size:1.3em;
}
#powerplay_card .pp_img{
	margin-right:10px;
	box-shadow: 1px 3px 3px #E2C4B8;
}

#powerplay_card .pp_title{
	font-weight:bold;
	color:#006666;
	font-size:1.1em;
	border-bottom:1px solid #E2C4B8;
}

#powerplay_card .pp_artist{
	font-weight:bold;
	color:#669900;
	font-size:1.1em;
	border-bottom:1px solid #E2C4B8;
}

#powerplay_card .pp_desc{
	font-weight:bold;
	color:#333333;
	font-size:0.9em;
}

#powerplay_card .pp_body{
	color:#333333;
	font-size:0.9em;
	margin-bottom:10px;
}

#powerplay_card .pp_com{
	color:#666666;
	font-size:0.8em;
	text-align:right;
}

.card1{
	background-color:#FEF5E9;
}
.card2{
	background-color:#FDECEA;
}
.card3{
	background-color:#E3F4FD;
}
.card4{
	background-color:#DDFCBE;
}
.card5{
	background-color:#E9FEBC;
}
/* =============================================================================
   concert 
   ========================================================================== */
.concert_table{
	width:100%;
	font-size:0.9em;
	margin-bottom:30px;
}
.concert_table th{
	width:100px;
	font-weight:bold;
	border-bottom:#555 solid 1px;
	padding:3px 0 3px 3px;
}
.concert_table td{
	border-bottom:#555 solid 1px;
	padding:5px 0 5px 3px;
}
.concert_table .r{
	font-weight:bold;
	color:#660000;
}
.concert_table .ticket{
	padding:8px;
	border-top:#aaa solid 2px;
}

.concert_table .concert_state{
	background-color:#FF6037;
	font-weight:bold;
	font-size:1.3em;
	padding:8px;	
	border-radius:5px;
}

.concert_table .ticket_title{
	font-weight:bold;
	font-size:1.0em;
}
.concert_table .date{
	font-weight:bold;
	font-size:1.0em;
	color:#aa0000;
}

.concert_wedget{
	margin-bottom:50px;
	
}
.concert_wedget li{
	border:3px solid #dddddd;
	padding:5px;
	margin-bottom:10px;
	background-color:#FBFDDB;
}

.concert_wedget li a {
	display:block;
	text-decoration:none;
	color:#000088;
}
.concert_wedget li a:hover{
	background:#EEFDDB;
} 


.concert_wedget .concert_img{
	
}
.concert_wedget .concert_imgfeild{
	float:left;
	width:80px;
	max-height:55px;
	margin-right:5px;
	margin-bottom:5px;
	overflow: hidden;
	box-shadow: 1px 3px 3px #aaaaaa;
}
.concert_wedget .concert_state{
	background-color:#ffdddd;
	height:20px;
	text-align:left;
	font-size:0.9em;
	font-weight:normal;
	color:#000000;
	white-space: nowrap;
}
.concert_wedget .concert_date_wdget{
	font-weight:bold;
	font-size:0.9em;
	color:#000000;
}
.concert_wedget .concert_place_wdget{
	font-weight:normal;
	font-size:0.8em;
	color:#000000;
}
.concert_wedget .concert_title_wdget{
	clear:both;
	font-size:0.9em;
	border-left:4px solid #000088;
	padding-left:6px;
	line-height:1.2;
}
#yoyaku{
	margin-top:20px;
	height:400px;
	overflow: hidden;
}
/* =============================================================================
   Artist information
   ========================================================================== */

#ai_ul{
	color:#FE57A1;
}

#ai_menu ul li{
	float:left;
	border:1px solid #ddd;
	padding:2px 5px 2px 2px;
	margin-right:8px;
	margin-bottom:8px;
	font-size:0.9em;
	background-color:#FAD8DB;
	cursor:pointer;
	color:#FE57A1;
}

#ai_view{
	margin-top:40px;
	text-align:center;
	background-color:#EF858C;
	border:1px solid #F7C2C6;
}
.ai_artist{
	color:#FE57A1;
}

.ai_name{
	background-color:#E60052;
	color:#ffffff;
	border:none;
	padding:9px;
	font-weight:bold;
	margin-bottom:10px;
	font-size:1.1em
}

.ai_photo img{
	max-width:480px;
}

#ai_view img{
	border:10px solid #fff;
	margin-bottom:10px;
}
#ai_view p{
	
	
}
.sidePhoto ul{
	
}
.sidePhoto li{
	float:left;
	margin:2px;
	height:80px;
	overflow: hidden;
}

.sidePhoto li img{
	border:2px solid #FAD8DB;
}

.artistphoto_title_wdget{
	clear:both;
}


/* =============================================================================
   personality
   ========================================================================== */
   /* 2024 */
.personality_page{
	background-color:#EAFAE0 !important;
}
.personality_page #cts{
	background-color:#EAFAE0;
	border-left: 1px solid #EAFAE0;
  	border-right: 1px solid #EAFAE0;
}


.profile_annauncer{
	margin:0 30px 50px 30px;
	width:95%;
	clear:both;
}

.profile_personality_left{
	margin:30px 0 50px 30px;
	width:620px;
	float:left;
}

.profile_personality_right{
	margin:90px 30px 50px 0px;
	width:270px;
	float:right;
}

.profile_reporter_left{
	margin:0 0 50px 30px;
	width:400px;
	float:left;
}
.profile_reporter_right{
	margin:20px 20px 50px 0px;
	width:500px;
	float:right;
}

#main_contents_personality ul li{
	float:left;
	margin-left:3px;
	margin-bottom:5px;
}

.profile_annauncer ul li img,
.profile_personality_left ul li img{
	border:1px solid #aaa;
}

.prof_tbl1{
	float: left;
	width:220px;
}

.prof_tbl2{
	float:right;
	width:240px;
}

.parsonal_img_ul{
	float:left;
	width:200px;
	margin-right:20px;
	margin-top:14px;
}

.parsonal_img_ul li img{
	max-width:100%;
}

.parsonal_img_ul li{
	margin:0 0 16px 0;
}

.parsonal_tbl{
	float:right;
	width:390px;
	font-size:0.9em;
}

.parsonal_tbl th{
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:8px 2px 8px 0;
	text-align:left;
	white-space: nowrap;
}
.parsonal_tbl td{
	border-bottom:1px solid #ccc;
	padding:8px 0 8px 4px;
	text-align:left;
}
.parsonal_name{
	font-weight:bold;
	font-size:2em;
}
.parsonal_inc_ul li{
	background-image:url("/_include/img/tri2.png");
	background-repeat:no-repeat;
	padding-left:16px;
	margin-bottom:8px;
}

.parsonality .parsonal_img_ul img{
	box-shadow: 1px 3px 3px #aaaaaa;
}
.widget-list{
	margin-bottom:30px;
}

#main_contents_fullblog{
	width:90%;
	margin:0 auto;
}




/*PROFILE PAGE 2017*/
/* ##################################################################### */
.profile_box {
	margin-bottom:30px;
	width:96%;
	margin:20px auto;
}
.profile_box h1{
	font-size:1.3em;
	color:#fff;
	border-radius:12px;
	padding:3px 10px 2px 20px;
	margin-bottom:10px;
	letter-spacing:2px;
	background-image: linear-gradient(to bottom, #E60051 0%, #D90B5A 100%);
}
.profile_box ul{
	margin-top:20px;
	display: flex;
	 flex-wrap:wrap;
	 justify-content:space-between;
}
.profile_box ul li{
	width:200px;
	color:#fff;
	font-size:1.5em;
	text-align:left;
	border-radius:12px;
	
	margin-bottom:40px !important;
}
.profile_box ul li a{
	color:#fff;
	text-decoration: none;
}
.profile_box ul li p{
	padding:4px 0px 10px 14px;
}
.profile_box ul li img{
	border-top-left-radius : 12px;
	border-top-right-radius : 12px;
	width:100%;
	height:auto;
	margin-bottom:8px;
	 /*object-fit: cover;*/
}
.profilebox{
	height:100%;
	width:100%;
	margin:0;
	font-size:1em;
}
.profiletag{
	font-size:0.5em;
}

.proa{
	background-color:#E2172C;
}

.prob{
	background-color:#466bfc;
}

.proc{
	background-color:#a2b247;
}




.pfgrid1{
	border-radius:10px;
	float:left;
	width:330px;
	background-color:#FEFECC;
	margin:0px 6px 6px 0px ;
}
.pfgrid1w{
	border-radius:10px;
	float:none;
	width:100%;
	background-color:#FEFECC;
	margin:0px 6px 6px 0px ;
}
.pfgrid1 img,.pfgrid1w img{
	width:100%;
	border-radius:10px;
}
.pfgrid1 p,.pfgrid1w p{
	margin:0px 16px 0px 16px;
	font-size:0.9em !important;
}

.pfgrid2{
	border-radius:10px;
	float:left;
	width:330px;
	background-color:#CBFEFF;
	margin:0px 6px 6px 0px;
}
.pfgrid2 .inn{
	padding:16px;
	width:90%;
}

.pfgrid3{
	float:left;
	width:330px;
	background-color:#FEDBFF;
	border-radius:10px;
	margin:0px 6px 6px 0px;
}

.pfgrid3 .inn{
	padding:16px;
}

.pfgrid4{
	position: relative;
	border-radius:10px;
	width:100%;
	background-color:#E7FEC8;
	margin:6px 0px;
}

.left0{
	margin-right:0;
}

.pfgrid4 .inn{
	padding:10px;
}

.pro_name{
	font-size:2.6em;
}
.nick_name{
	font-size:1.2em;
}
.pro_sns{
	display: flex;
	justify-content: flex-end;
	margin-top:32px;
	padding:0 !important;
}

.pro_sns img{
	width:30px;
	height:30px;
}

.pro_sns li{
	margin-right:6px;
	padding:0;
}
.pro_sns li:first-child{
  margin-right: auto;
  font-size:0.8em;
  font-weight:bold;
  color:#682dce;
}

.pro_tit{
	font-size:1.1em;
	font-weight:bold;
	color:#682dce;
}

.pro_desc{
	font-size:1em;
}

.pro_pr .pr{
	font-weight:bold;
	color:#3366CC;
	font-size:1.2em;
}

.tcom{
font-family: 'Baloo Bhaina', cursive;
font-size:1.4em;
color:#682dce;
}



/* =============================================================================
   company
   ========================================================================== */

.info-main table{
	width:100%;
}
.info-main td,.info-main th{
	padding:10px;
}

.info-main th{
	width:110px;
	text-align:left;
	border-bottom:#999 solid 1px;
	border-right:#ddd dotted 1px;	
}

.info-main td{
	border-bottom:#999 solid 1px;
	
}

#info-security p{
	font-size:0.9em;
	padding:0px 0 10px 8px;
}
#info-security h4{
	margin:20px 0 0 0;
}
#info-security h5{
	padding:0;font-size:0.9em;
}

#info-security ol li,#info-security ul li,#info-security ol li ol li{
	font-weight:bold;
}
#info-security ol li p,#info-security ul li p ,#info-security ol li ol li p,#info-security ol li ol li ol li{
	font-weight:normal;
}

.sponcerdlink li{
	clear:both;
	margin-bottom:10px;
	font-size:0.8em;
}
.sponcerdlink img{
	float:left;
	margin-bottom:10px;
	margin-right:4px;
}

.widget-list li{
	background-image:url("/_include/img/tri.png");
	background-repeat:no-repeat;
	background-position:left center;
	padding:1px 0 1px 16px;
	border-bottom:1px dotted #aaaaaa;
}
.widget{
	margin-bottom:20px;
}

.widget .page_banner ,#side_contents .page_banner{
	text-align:center;
	width:100%
}
.widget .page_banner img,#side_contents .page_banner img{
	margin-bottom:8px;
	max-width:100%;

}
.form_head{
	width:700px;
	margin:0 auto;
}

.form_head p{
	padding-bottom:8px;
}

.page ul{
	padding:10px;
}

/* =============================================================================
   special
   ========================================================================== */


.sp_body{
	padding:16px 0px 0 8px;
}

.sp_more{
	padding:0 16px 10px 16px;
	margin-bottom:30px;
	text-align:right;
}



.messe_btn{
	background-color:#fff;
	background: -moz-linear-gradient(top,#FFF 0%,#EEE);
	background: -ms-linear-gradient(top, #fff, #eee); /* IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	border: 1px solid #DDD;
	color:#111;
	width: 98%;
	padding: 6px 0 6px 6px;
	margin-bottom:30px;
	font-weight:bold;
	font-size:1.3em;
}

.sptweet{
	
}

.sptweet li{
	margin-bottom:16px;
}

.sptweet .sptweetimg{
	width:50%;
	border-radius:10px;
}

.sptweet .sptweetimgbox{
	width:32px;
	padding:0 8px 24px 0;
}

ul.special_personz{
	width:100%;list-style: none;
}
.special_personz dt{
	width:100px;
	
}
.special_personz li{
	text-align: center;float:left;
	list-style: none;
	margin-right:10px;
}
.special_personz li img{
height:200px;
}

/*topics
-------------------------------------------*/
.topics{
	text-align: justify;
	padding:0px;
}

.topics li{
	margin-bottom:10px;
}
.topics li a{
	display:block;
	text-decoration: none;
	/*border:1px solid #FFFF99;*/
	background-image:url('/_include/img/pickup_bg.jpg');
}
.widget .topics li a{
	padding:4px;
	border:1px solid #006666;
	
}

.topics li a:hover {
	background:#ffffff;
}
.topics_title{
	color:#000000;
	font-size:1em;
	font-weight:bold;
}
.topics_date{
	font-size:0.9em;
	color: #3366CC;
}
.topics_body{
	font-size:0.8em;
	color: #333333;
}

.topics_small{
	font-size:0.7em;
	line-height:1.0;
}

.topicimg{
	width:60px;
	height:auto;
}
.mes404 {
	width:80%;
	padding:30px;
	border:3px solid #FF7614;
	border-radius:20px;
	margin:30px auto;
}
.mes404 p{
	font-size:26px;
	text-align:center;
	color:#777;
}
.mes404 ul{
	margin:30px auto 10px auto;
	width:60%;
}
.mes404 li{
	float:left;
	margin-left:30px;
	font-size:1.2em;
}

@media only screen and (min-width:641px) and (max-width:979px) {

}

@media only screen and (max-width: 640px) {
.programlist{
	float:none;
	width:95%;
}
.speciallist{
	float:none;
	width:92%;
	padding:8px 8px 0 8px;
}
#program_area{
	width:93%;
}
#program_more {
	width:95%;
	padding:10px 4px 10px 4px;
	border:#00FF00 1px solid;
	margin:13px 5px 0 5px;
	background-color:#DDFCBE;
}
.program_card .program_time{
	width:100%;
}

.program_card .program_message{
	
}
.program_card li{
	width:95%;
}
#program_outer {
	width:95%;
	float:left;
	padding:10px 4px 10px 4px;
	margin:13px 5px 0 5px;
	height:auto;
}

#program_past{
	display:none;
}

.program_past_banner{
	width:100%;
}
.program_past_box{
	width:100%;
}

.program_past_list {
	width:100%;
}

.concert_table th{
	width:50px;
	white-space: nowrap;
}
.concert_table img{
	width:100%;
}

.podcast_list{
	margin:0 auto;
	display:none;
}

.podcast_list img{
	float:none;
}

.ai_photo img{
	width:90%;
}
.entry-content{
	width:95%;
	margin:0 auto;
}

/* ========================================personality */



.profile_annauncer{
	margin:0 0px 30px 0px;
	width:98%;
	clear:both;
}

.profile_personality_left{
	margin:0 0px 30px 0px;
	width:98%;
	float:left;
}

.profile_personality_right{
	margin:0 2px 30px 2px;
	width:98%;
	float:left;
}

.profile_reporter_left{
	margin:0 auto;
	width:98%;
	float:none;
}
.profile_reporter_right{
	margin:0 auto;
	width:80%;
	float:none;
}

.prof_tbl1{
	width:100%;
	padding:0 10px 10px 0;
}

.prof_tbl2{
	float:left;
	width:100%;
	padding:0 10px 10px 0;
}

.form_head{
	width:98%;
}

.past_prof{
	display:none;
}
.syuhasuu{
	width:90%;
	max-width:383px;
}

.parsonal_img_ul{
	/*float:none;*/
	width:200px;
	margin:0 auto;
}
.widget{
	text-align:left;
}

.mt-image-left{
	max-width:95%;
	height:auto;
}
.mt-image-center{
	max-width:95%;
	height:auto;
}

.sptweet .sptweetimg{
	width:80%;
}

.mes404 {
	width:80%;
	padding:30px;
	border:3px solid #FF7614;
	border-radius:20px;
	margin:30px auto;
}
.mes404 p{
	font-size:26px;
	text-align:center;
	color:#777;
}
.mes404 ul{
	margin:30px auto 10px auto;
	width:60%;
}
.mes404 li{
	float:left;
	margin-left:30px;
	font-size:1.2em;
}



.profile_box ul li{
	width:48%;
	color:#fff;
	font-size:1.5em;
	text-align:left;
	border-radius:12px;
	
	margin-bottom:40px !important;
}



.pfgrid1{
	float:none;
	width:100%;
}

.pfgrid2{
	float:none;
	width:100%;
}
.pfgrid2 .inn{
	width:90%;
}

.pfgrid3{
	float:none;
	width:100%;
}


.special_personz li{
	text-align: center;float:left;
	list-style: none;
	margin-right:10px;
}
.special_personz li img{
height:150px;
}

}





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

.program_card li{
	width:45%;
}

.program_card .program_img img{
	width:95%;
}


}