/* CSS Document */
.container{
/*	width:1300px;*/
	padding:0;
}
.section-padding{
	padding:20px 0;
}
.background{
	background-image: url(../image2017/common/background.png);
	background-repeat: repeat;

}
.logo img {
    width: 110px;
}


/* -20171117- */

.logo a {
    float:left;
}
.logo a.logo_projectc{
    width:200px;
}
.logo a.logo_projectc img{
    width:140px;
    margin:15px auto;
}

/* -20171117- */


.main_color{
	color:#E3007F;
}
.main_image{
	max-width:100%;
  background-color:#efdae6
}
.main_image div{
  margin:0 auto;
  padding-top:30px;
  width:1063px;
}

 .hovermenu{
	top:0px;
}
header .member-actions {

    top: 15px;}
.contest_head{
	width: 1005px;margin:0 auto;
  margin-top:50px;
}
.caption{
	max-width:814px;

  margin:50px auto;
}
.table .left{
  text-align:left;
}
.table .td02.left img{margin-left: 60px;
   text-align: left;

}
.theme_text{
  margin-left:auto;
  margin-right:auto;
  font-size:50px;
  text-align: center;
  color:#e2007f;
  font-weight:700;
  padding-top:20px;
  padding-bottom:80px;

}
.theme_img{
  max-width:251px;
   margin: 20px auto;
}
.bumon_table .theme_text{
   margin: 20px auto;
   text-align:center;
    font-size: 16px;
    font-weight: 600;
}
.bumon_table{
  display:table;width:600px;margin:0 auto;
}
.bumon_table .cell{
  display:table-cell;
}
.bumon_style{
  margin:0 auto;
  color:#FFF;
  height:40px;
  width:240px;
  line-height:40px;
  border-radius:15px;
  text-align:center;
  font-size:18px;
}
.bumon_color_1{
  background-color:#E20080;
}
.bumon_color_2{
  background-color:#8B0A81;
}
.bumon_color_3{
  background-color:#38c0d0;
}
.bumon_text_1{
  color:#E20080;
}
.bumon_text_2{
  color:#8B0A81;
}
.color_text{
color:#e3007f;
font-size:16px;
}
.oubo_btn{
  padding:0 8px;
}
.oubo_btn_long1{
    padding:0 8px;
}
.judge_member ul{
  width:660px;
  margin:0 auto;
}
.bonus_title_margin{
  margin-top:30px;
  margin-bottom:70px;
}
.contest_text{
  margin-top:40px;
  margin-bottom:30px;
  font-size:16px;
}
li div.judge_title,
li div.judge_title_none{
  height:30px;
  font-weight:700;
  font-size:12px;
}
.judge_title_ar{
  font-size:15px;
  font-weight:700;
  text-align:left;
}
.bonus_outer{
  height:60px;
  line-height:160%;
}
.bonus_title{
  color:#FFF;
  font-size:13px;
  display:inline-block;
  width:135px;
  text-align:center;
  height:35px;
  line-height:35px;
  vertical-align:top;
  margin-right:10px;
}
.comingsoon{
  margin-top:80px;
  margin-bottom:60px;
}
.comingsoon .comingtitle{
  font-size:40px;
  padding:10px;
}
.comingsoon .text{
  font-size:32px;
  margin-top:20px;

}
.bonus_table{
  display:table;width:880px;margin:0px auto;
}
.bonus_table .cell{
  display:table-cell;
}
.bumon_flag_outer{
  position:relative;width:240px;margin:0 auto;
}
.bonus_title_other{
  float:left;display:inline-block;width:135px;font-weight:700;
}
.bonus_content_other{
  float:left;
  margin-left:15px;
}
.bonus_content{
  display:inline-block;
  width:260px;
  line-height:150%;
}
.bonus_text{
  padding:20px 30px 20px 0px ;
  font-size:15px;
  line-height:200%;
  line-height:160%;
}
.bonus_text_mini{
  padding:20px 30px 20px 0px ;
  font-size:11px;
  line-height:200%;
}
.bumon_flag{
  position:absolute;top:-28px;left:110px;
}
.text-indent{
padding-left:2em;
text-indent:-1em;
}
.judge_area{
width: 660px;margin:0 auto;
}
.ranking_btn{
  width:645px;margin:15px auto;
}
.more_btn{
  width:1063px;margin:10px auto 80px;
}
.judge_member ul li{
  float:left;
  padding:0 8px;
  margin-bottom:30px;
}.judge_name{
  font-size:15px;
  margin-left:0px;
}.judge_name span{
  font-size:11px;
}

.ranking{

	max-width:260px;
	margin:0 auto;
	margin-bottom:35px;
}
.ranking_photo{
	border:5px solid #333;margin: 0 auto;
width: 300px;

}
.ranking_text{
  margin:0 auto;
  width:920px;
}
.ranking_background{
  background-color:#F9F5EA;
  padding:30px 0;
  width:920px;
  margin:0 auto;
}
.bumon_btn{
  color:#333;
  height:68px;
  line-height:65px;
  background-color:#FFF;
  border:3px solid #000;
  border-radius:30px;
  width:300px;
  margin-bottom:20px;
  text-align:center;
   position: relative;
   display:inline-block;
   margin:30px 10px;
   cursor:pointer;
   font-size:18px;
    font-weight:700;
}
.bumon_btn:after{
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    content: "";
    height: 10px;
    margin-top: -4px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: rotate(45deg);
    width: 10px;

}
.bumon_btn:hover{
    color:#FFF;
    background-color:#000;
}
.bumon_btn:hover:after{
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
}
.bumon_btn_active:after{
    border-right: 0px solid #FFF;
    border-top: 0px solid #FFF;
    content: "";
    height: 10px;
    margin-top: -4px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: rotate(45deg);
    width: 10px;

}
ul.circle_icon{
  padding-left: 25px;
}
ul.circle_icon li{
  list-style-type: disc;

}
.projectc{
  margin-bottom:50px;
}
.bumon_btn_active{
    color:#FFF;
    background-color:#000;
    height:68px;
    line-height:65px;
    border:3px solid #000;
    border-radius:30px;
    width:300px;
    margin-bottom:20px;
    text-align:center;
    position: relative;
    display:inline-block;
    margin:30px 10px;
    cursor:pointer;
    font-size:18px;
    font-weight:700;
}

.trophy_title{
	color:#E3007F;font-size:24px;font-weight:bold;
}
.information_outer{
	width:1004px;
	margin:0 auto;
	background-color:#FFF;
	padding-top:50px;
	padding-bottom:50px;
	margin-top:0px;
	border:7px solid #000;

	border-top:none;
	border-radius:0px 0px 12px 12px;

}
.information_main{
	width:100%;
	margin:0 auto;

	text-align:center;
	line-height:200%;

}
.information_main .title01{
	font-size:28px;
margin-bottom:20px;
}
.information_main .title02{
	font-size:22px;
	font-weight:bold;
	color:#E3007F;
}
.information_main .text{
	font-size:14px;
	margin-top:15px;
	margin-bottom:30px;
	color:#000;
}
.information_main .other_text{
	font-weight:bold;
	color:#E3007F;
	font-size:25px;
	padding-bottom:20px;
	padding-left:15px;
	padding-right:15px;
	margin-top:50px;
	width:85%;
	margin:0 auto;
	position:relative;

}
.information_main .other_text img{
	max-width:840%;

}
.back_harts{
	position:relative;width:1300px;
	max-width:1300px;
	margin:0 auto;
}
.back_harts img{
	position:absolute;top:30px;
}
.information_main .other_text div{
	position:absolute;width:100%;top:25%;
}
.photo_post_area{
	background-color:#E3007F;border-top:3px solid #000;padding-top:20px;
}
.photo_post_title{
	max-width:310px;
	margin:0 auto;
}

.oubo_btn{
	max-width:414px;
}
.oubo_btn_long1{
	max-width:835px;
}
.oubo_btn_long2{
	max-width:833px;
 }
.sp_title_head{
	position:relative;width:100%;
	display:none;
}
.sp_title_head div{
	position:absolute;top:-80px;width:100%;text-align:center;
}
.title_bar{
  background-color:#E3007F;
  padding:12px 15px;
  font-size:18px;
  font-weight:bold;
  color:#FFF;
  border-radius:5px;
  width:880px;
  text-align:left;
  margin:0 auto;
}
.title_bar2{
  padding:12px 15px;
  font-size:18px;
  font-weight:bold;
  color:#E3007F;
  border:2px solid #E3007F;
  border-radius:5px;
  width:880px;
  text-align:center;
  margin:0 auto;
}

.title_bar3{
  padding:12px 15px;
  font-size:18px;
  font-weight:bold;
  color:#8B0A81;
  border:2px solid #8B0A81;
  border-radius:5px;
  width:880px;
  text-align:center;
  margin:0 auto;
}
.title_width{
   width:950px;!important
}
.winning_table{
	display:table;width: 880px;margin:0 auto;
	margin-top:20px;
}
.winning_table .rows{
	margin-top:20px;
	display:table-row;
}

.winning_table .cell{
	display:table-cell;
}
.winning_table .comment{
	display:table-cell;
}
.winning_table .comment div{
	max-width:273px;
}
.winning_table .sp_comment{
	display:none;
}
.rows .rank_content{
	display:table-cell;
}
.rows .rank_content div{
	max-width:153px;
}
.rows .rank_content:not(:first-child) {
	padding-left:20px;
}
ul.judge_member_list{
	margin: 0 auto 20px;
    width: 880px;
}
ul.judge_member_list li{
	float:left;
	padding:5px;
}
.text01{
	margin-top:50px;margin-bottom:15px;text-align:center;
}
.table{
	display:table;width:840px;margin:0 auto;

	margin-bottom:0px;
}
.table .rows{
	display:table-row;
}
.table .cell{
	display:table-cell;
}
.cell_btn{
	max-width:1px;
	text-align:center;
}
.table .td01{
	width:15%;
	display:table-cell;vertical-align:bottom;
}
.table .td01 img{
	max-width:115px;
}
.table .td02{
	width:85%;
	display:table-cell;vertical-align:middle;
}
.table .margin_td{
	display:table-cell;height:30px;
}
.table .td02 .text{
	line-height:200%;padding-top:8px;font-size:15px;
}


/* add murai 20160715 */
.table .title_kikan,
 .title_theme
	{
	margin:-20px auto 10px;
	text-align:center;
	width:90%;
	}
.table .title_kikan img,
 .title_theme img
	{
	width:60%;
	}

.table .condition_term
	{
	margin:5px 0 10px;
	text-align:center;
	display:block;
	}
.table .condition_term img
	{
	width:90%;
	}

.table .condition_text01
	{
	margin:5px 0 10px;
	text-align:center;
	display:none;
	}
.table .condition_text01 img
	{
	width:80%;
	}

.table .condition_text02
	{
	margin:5px 0 10px;
	text-align:center;
	}
.table .condition_text02 img
	{
	width:60%;
	margin-bottom:30px;
	}

.sp_oubo_content{
	width:90%;
	margin:0 auto;
	font-size:13px;
	line-height:200%;
	}

.information_outer .oub_text_gray ul{
	padding-left:20px;
}
.information_outer .oub_text_gray li{
	list-style:disc;
	}

/* /add murai 20160715 */


img.date_img{
	max-width:477px;
}
img.theme_img{
	max-width:477px;
}
.content_area01{
	line-height:200%;
}
.content_area02{
	text-align:left;width:880px;margin:0 auto;margin-top:30px;line-height:200%;
}
.content_area03{
	margin-top:30px;
	text-align:center;
}

.pc_view{
	display:block;
}
.sp_view{
	display:none;
}
.weekly_border_head{
	border-bottom:6px solid #000;

}
.weekly_main_text{
	margin-top:30px;margin-bottom:30px;line-height:200%;font-size:16px;
}
.content_weekly{
	position:relative;width:1007px;text-align:center;top:6px;margin:0 auto;margin-top:50px;
}
.weekly_main{
	background-color:#FFF;border-bottom:8px solid #000;
}
.ranking1{

	max-width:141px;
	margin:0 auto;
	margin-bottom:35px;
}
.ranking2{

	max-width:149px;
	margin:0 auto;
	margin-bottom:35px;
}
.ranking3{

	max-width:148px;
	margin:0 auto;
	margin-bottom:35px;
}
.ranking_photo1{
	border:8px solid #BF870B;margin:9px;
}
.ranking_photo2{
	border:8px solid #AAA9A3;margin:9px;
}
.ranking_photo3{
	border:4px solid #E3007F;margin:9px;
}
.ranking_photo4{
	border:4px solid #333;margin:9px;
}
.ranking_margin{
  margin:0 auto;
  max-width: 246px;
}
.ranking_margin_top{
  margin:0 auto;
  max-width: 330px;
}
.text-center{
  text-align:center;
}
.frag{
  margin-top:30px;margin-bottom:10px;
}

.more_btn{
	width:1063px;
	margin:0 auto;
	padding-top:40px;padding-bottom:50px;
}
.oub_text_rank{
	background-color:#F4F4F2;width:880px;margin:0 auto;line-height:200%;color:#333;
}
.oub_text_rank div{
	padding:35px 20px;
}
.oub_text_gray{
	background-color:#F4F4F2;width:880px;margin:0 auto;line-height:200%;margin-bottom:50px;
	padding:35px 20px;
	margin-top:20px;
}
.oub_text_gray2{
	background-color:#F4F4F2;width:880px;margin:0 auto;line-height:200%;margin-bottom:50px;
	padding:35px 20px;
	margin-top:20px;
}


.trophy_content{
	font-size:18px;
	margin-top:15px;
	margin-bottom:30px;
	}

.judge_name{
	font-weight:700;
	}



.contest_img img{
	max-width:411px;
	width:100%;
	margin:0 auto;
}
.footer_logo{
	margin-top:30px;

}
.footer_btn{
	width:1015px;margin:0 auto;margin-top:10px;margin-bottom:50px;
}
.footer_logo img {
    height: 85px;
    }

.copyright{
	margin-top:20px;
	margin-bottom:20px;
	font-size:16px;
}
img.ar_text01{
	width:60px;
}
img.ar_text02{
	width:40px;
}
span.nowrap { white-space: nowrap; }
br.sp_br{
	display:none;
}
a.img_link:hover{
	opacity:0.7
}
.title{
	position:relative;
	cursor:pointer;
	background-color:#E3007F;padding:8px 15px;font-size:20px;font-weight:bold;color:#FFF;border-radius:10px;width:880px;text-align:left;margin:0 auto;
	margin-top:15px;
}
.oub_text{
	width:880px;text-align:left;margin:0 auto;
	line-height:200%;

}
.oub_text div{
	padding-top:20px;
	padding-bottom:50px;
	padding-left:10px;
}
.title:after{
	content:"";
	position:absolute;
	right:15px;
	top:15px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 10px solid #fFF;
}
#result_1,
#result_2{
	width:950px;
	margin:0 auto;
}
#result_1 li,
#result_2 li{
	float:left;

	margin-bottom:10px;
	margin-right:10px;
}
#result_1 li:nth-child(6n) ,
#result_2 li:nth-child(6n) {
	margin-right:0px;
}
.oub_text,
.oub_text_gray,
.oub_text_rank{
	display:none;
}
.pc_oubo img{
	width:1039px;
}
.pc_oubo_content{
	position:absolute;width:100%;bottom:110px;
}
.pc_oubo_text{
	width:880px;margin:0 auto;text-align:left;line-height:200%;
}
.oubo_table{
	width:95%;
}
.oubo_head_sp{
	margin-top:50px;padding-bottom:40px;
}
.slide_background{
	background-color:#FBE6E9;
}
.oubo_guide_text{
	text-align:center;
	font-weight:bold;
}
.no_content_text1{
	color:#e3007f;
	font-size:30px;
	text-align:center
}
.no_content_text2{
	color:#e3007f;
	font-size:20px;
	text-align:center;
	margin-top:20px;
	margin-bottom:50px;
}
.weekly_date_text{
	font-size: 16px;
	margin-top: 0px;
	text-align: center;
	color:#e3007f;
}

.weekly_caution_text {
    font-size: 12px;
    margin-top: 0px;
    text-align: center;
    color: #e3007f;
    margin-bottom: 1em;
}

.good_counter{
	font-size:13px;
	line-height: 3em;
}
.oubo_bt_guide {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
    background: #e3007f;
    line-height: 2em;
    margin-bottom: 5px;
	border-radius:10px;
}
.information_outer .oub_text_gray2 ul.li-num-style{
	padding-left:0px;
}
.information_outer .oub_text_gray2 ul.li-num-style li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
.information_outer .oub_text_gray2 ul.li-num-style li:before{
  display: marker;
  content: "(" counter(cnt) ")";
}
.instagram_modal {
    background-color: #fff;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
}
.instagram_modal .modal_sub {
    padding: 60px;
}
.instagram_modal .text {
    margin-top: 18px;
}

.instagram_modal .btn {
    float: right;
    margin-top: 5px;
}

.instagram_modal .btn a {
    border: 1px solid #b5b6b6;
    display: block;
    font-size: 12px;
    padding: 5px 0 6px;
    text-align: center;
    width: 125px;
}

.instagram_modal p {
    float: left;
    font-size: 12px;
    line-height: 1.9;
    width: 360px;
}

.instagram_modal p span {
    display: block;
}

.instagram_modal .modal_photo img {
    width: 100%;
}
.instagram_modal .modal_photo img {
    height: auto;
}
.caution_area{
  border:2px solid red;
  width:840px;
  margin-left:auto;
  margin-right:auto;
  background-color:#EEE;
}
.caution_text{
  font-size:14px;
  margin-top:5px;
  margin-bottom:5px;
  color:red;
}

.pc_oubo_finish{
    border-radius: 10px;
    line-height: 160%;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #e3007f;
    border: 5px solid #e3007f;
    color: #FFF;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    font-size: 28px;
    font-weight:700;
}

.sp_oubo_finish {
    border-radius: 10px;
    line-height: 160%;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #e3007f;
    border: 5px solid #e3007f;
    color: #FFF;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    font-size: 28px;
    font-weight:700;
}

.oubo_finish_top {
    border-radius: 10px;
    line-height: 160%;
    margin-top: 0px;
    background-color: #e3007f;
    border: 5px solid #e3007f;
    color: #FFF;
    box-sizing: border-box;
    padding: 6px;
    text-align: center;
    width: 90%;
    margin: 20px auto;
    font-size: 28px;
    font-weight:700;
}


.result_caption{
	font-size:28px;
	text-align:center;
	margin-bottom:30px;
  margin-top:-30px;
}

.result_title_bar {
    padding: 12px 15px;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    border-radius: 5px;
    width: 880px;
    text-align: left;
    margin: 0 auto;
}
.result_text{
  width:840px;
   margin: 0 auto 20px;
    padding-left: 20px;
}