/*default------------------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
html,body,span,div,iframe,p,blockquote,address,a,em,img,strong,b,i,dl,dt,dd,ol,ul,li,form,label,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-style:normal;
	font-weight:normal;
	vertical-align:baseline;
	background:transparent;
}
ul,ol{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0}
html{
 	overflow-y: scroll;
}
body {
	line-height:1.5;
	color: #444;
	font-family: Meiryo,"MS PGothic",arial,sans-serif;
	font-size:32px;
	height:100%;
	width:100%;
	
	display:flex;
	flex-direction: column;
}
input, textarea, select { 
	outline: none;
	border:none;
	display:block;
	color:#444;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
input[type="text"]
,input[type="password"]
,textarea
,select { 
	line-height:2.0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
/*::-moz-placeholder {
    color: #999;
}
::-webkit-input-placeholder {
    color: #999;
}*/
div
,img
,form
,span
,ul
,ol
,li
,a
,label
,p
,h1
,h2
,h3
,aside
,article
,input{
	position:relative;
	display:block;
	font-weight:normal;
}
img{
	font-size:0;
	vertical-align: text-bottom;
	vertical-align: bottom;
}
a{
	color:#444;
	text-decoration:none;
}
a:link{}
a:visited{}
a:hover{
	text-decoration:none;
}
a:active{}
button{
	background:transparent;
	border:none;
	display:block;
}

.clear:before, .clear:after {
		content:"";
		display:table
}
.clear:after { clear:both }


[draggable=true] {
    -khtml-user-drag: element;
}
*{
	-khtml-user-drag: element;
	word-wrap: break-word;
	word-break:break-all;
}
/*header--------------------------------------------------------------------*/
.header_alert{
	color:#fff;
	font-size:16px;
	padding:10px 20px;
	font-weight:bold;
	background:#e74c3c;
}
.header_alert a{
	color:#fff;
	text-decoration:underline;
}


header{
	display:block;
	border-bottom:1px solid #e8e8e8;
	padding:15px 0;
}
header .wrapper{
	display:flex;
	flex-direction: row;
	flex-wrap:nowrap;
	justify-content: flex-start;
	align-items:  center;
}
header .largewrapper{
	width:1068px;
	margin:0 auto;
	padding:15px 0;
	position:relative;
	
	
	
	display:flex;
	flex-direction: row;
	flex-wrap:nowrap;
	justify-content: flex-start;
	align-items:  center;
	
}

.header_logo{
	display:block;
	height:60px;
	width:193px;
	
}
.header_logo img{
	display:block;
	height:60px;
}

.header_create{
	margin:10px 0 0 auto;
	padding:0 20px;
	text-align:center;
	font-size:14px;
	color:#fff;
	line-height:40px;
	background:#2ecc71;
	cursor:pointer;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-moz-box-shadow: 0px 1px 1px #aaa;
    -webkit-box-shadow: 0px 1px 1px #aaa;
    box-shadow: 0px 1px 1px #aaa;
}
.header_create:hover{
	color:#fff;
}
.header_black{
	position:fixed;
	display:none;
	z-index:50;
	height:100%;
	width:100%;
	background: rgba(0, 0, 0, 0.6);
}
.header_black_dialog{
	position:relative;
	width:600px;
	padding:0 0 20px;
	margin:50px auto 0;
	background:#fafafa;
	
	-moz-box-shadow: 0px 0px 2px #333;
    -webkit-box-shadow: 0px 0px 2px #333;
    box-shadow: 0px 0px 2px #333;
    
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.header_black_dialog_delete{
	position:absolute;
	right:5px;
	top:5px;
	height:14px;
	padding:5px;
    cursor:pointer;
}


.header_black_dialog_title{
	text-align:center;
	font-size:40px;
	line-height:80px;
	font-weight:bold;
	color:#fff;
	background:#2ecc71;
	letter-spacing:4px;
	
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.header_black_dialog_text{
	padding:20px 0 0;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
}

.header_black_dialog_social{
	
}

.header_black_dialog_social li{
	margin:10px auto 0;
}

.header_black_dialog_social li a{
	margin:0 auto 0;
	height:50px;
	width:200px;
	padding:0 20px;
	
	border-radius: 3px;
	
    box-shadow: 0px 1px 1px #aaa;
    
	display:flex;
	flex-direction: row;
	flex-wrap:nowrap;
	justify-content: flex-start;
	align-items:  center;
}

.header_black_dialog_social li div{
	height:26px;
	width:26px;
	background-size:contain;
	background-position:center;
	background-repeat: no-repeat;
}
.header_black_dialog_social li p{
	margin:0 auto;
	width:120px;
	font-size:16px;
	line-height:50px;
	text-align:center;
	color:#fff;
	font-weight:bold;
}
.header_black_dialog_facebook{
	background:#305097;
}
.header_black_dialog_twitter{
	background:#00ACED;
}

.header_black_dialog_mailaddress_flag{
	margin:20px 0 0 0;
	display:block;
	text-align:center;
	color: #07e;
	font-size:14px;
	cursor:pointer;
}


.header_mypage{
	margin:0  0 0 auto;
	display:flex;
	flex-direction: row;
	flex-wrap:nowrap;
	justify-content: flex-start;
	align-items:  center;
}
.header_mypage img{
	height:26px;
}
.header_mypage p{
	line-height:26px;
	font-size: 12px;
    font-weight:bold;
    margin:0 0 0 10px;
}

/*footer----------------------------------------------------------------------------------*/

footer{
	display:block;
	background-repeat:repeat-x;
	
	border-top: 1px solid #E7E7E7;
	padding:30px 0;
}


.footer_center{
	width:728px;
	margin:0 auto;
	padding:0 0 0 ;
}
.footer_center_big{
	width:1068px;
}

.footer_link{
	
	display:flex;
	flex-direction: row;
	flex-wrap:nowrap;
	justify-content: flex-start;
	align-items:  center;
}

.footer_link li{
	padding:0 12px;
	border-left:1px solid #cdcdcd;
}
.footer_link li:first-child{
	border-left:none;
}
.footer_link li:last-child{
	border-left:none;
	margin: 0 0 0 auto;
}
.footer_link li a{
	font-size:11px;
}

.footer_link li a img{
	height:30px;
}
.footer_link li p{
	font-size:11px;
}



/*common--------------------------------------------------------------------*/


.wrapper{
	width:728px;
	margin:0 auto;
}




.common_box{
	margin:0 auto 0;
	background:#fff;
	padding:40px 40px 40px 40px;
	width:400px;
	background:#fafafa;
	border:1px solid #ddd;
}

.common_headline{
	font-size:20px;
	text-align:center;
}

.common_link{
	margin:20px 0 0;
	font-size:14px;
	color:#1abc9c;
	text-decoration:underline;
}

.common_text{
	margin:20px 0 0;
	font-size:14px;
}
.common_text a{
	display:inline;
	font-size:14px;
	color:#1abc9c;
	text-decoration:underline;
}



.main{
	background:#EAEAEA;
	padding:40px 0;
}
.main_mypage{
	width:1068px;
	margin:0 auto 0;
	position:relative;
}


.main_text{
	margin:20px 0 0;
	font-size:14px;
}
.main_text a{
	display:inline;
	margin:20px 0 0;
	font-size:14px;
	color:#1abc9c;
	text-decoration:underline;
}

/*form--------------------------------------------------------------------*/


.form{
}
.form_list{
	margin:40px 0 0;
}
.form_list li{
	margin:24px 0 0;
}
.form_title{
	font-size:14px;
	font-weight:bold;
}
.form_title a{
	font-size:14px;
	font-weight:bold;
	color:#1abc9c;
	display:inline;
	text-decoration:underline;
}
.form_subtext{
	font-size:12px;
	color:#888;
}
.form_caution{
	font-size:14px;
	color:#ff0000;
}
.form_necessary{
	margin:0 4px;
	display:inline;
	font-weight:normal;
	font-size:14px;
	color:#ff0000;
}
.form_confirmtext{
	font-size:14px;
}
.form_plaintext{
	font-size:14px;
}
.form_plaintext a{
	color:#1abc9c;
	display:inline;
}



.form_checkbox{
	margin:2px 0 0;
	width:20px;
	height:20px;
	box-sizing:border-box;
}
.form_text
,.form_password
,.form_select{
	margin:2px 0 0;
	width:100%;
    border:1px solid #ddd;
	
	padding:0 8px;
	
	font-size:14px;
	line-height:40px;
	height:40px;
	
	box-sizing:border-box;
}

.form_image{
	margin:2px 0 0 ;
	width:80px;
	height:80px;
	box-sizing:border-box;
    border-radius:40px;
	background-size:cover;
	background-position:center;
	background-repeat: no-repeat;
}
.form_file{
	margin: 4px 0 0;
	cursor:pointer;
}
.form_textarea{
	display:block;
	width:100%;
	border:1px solid  #ddd;
	
	height:150px;
	
	padding:4px 8px;
	
	font-size:14px;
	
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	
	resize: vertical;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.form_submit{
	margin:40px auto 0;
	
	border:none;
	padding:0 40px 0;
	background:#1abc9c;
	
	font-size:14px;
	line-height:40px;
	color:#fff;
	
	border-radius: 4px;
	
	cursor:pointer;
}
.form_submit:hover{
}

.form_submit_return{
	display:block;
	margin:20px auto 0;
	
	border:1px solid #1abc9c;
	color:#1abc9c;
	padding:0 40px 0;
	background:#fff;
	
	font-size:14px;
	line-height:40px;
	color:#1abc9c;
	
	border-radius: 4px;
	
	cursor:pointer;
}
.form_submit_return:hover{
}

.form_validation{
	color:#ff0000;
	font-size:14px;
	margin: 6px 0 0 0;
	min-height:18px;
}



/*search----------------------------------------*/

.search_form{
	margin:20px 0 10px;
	display:flex;
	flex-direction: row;
	flex-wrap:nowrap;
	justify-content: flex-start;
	align-items:  center;
}

.search_form_text{
	display:block;
	flex-grow:1;
	border:1px solid  #ccc;
	background:#fff;
	padding:0 5px;
	
	font-size:16px;
	line-height:38px;
	height:40px;
	
	box-shadow:none;
	box-sizing:border-box;
}
.search_form_submit{
	display:block;
	width:100px;
	margin: 0 0 0 12px;
	
	border: 1px solid #C2C2C2;
	background:#F5F5F5;
	
	font-size:16px;
	line-height:38px;
	height:40px;
	color:#333;
	
	box-sizing:border-box;
	cursor:pointer;
}
/*index-----------------------------------------------------------*/


.index_create{
	background:#fff;
	padding:20px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.index_create_text{
	font-size:15px;
	text-align:center;
	line-height:24px;
}

.index_create_button{
	margin:10px auto 0;
	width:300px;
	text-align:center;
	font-size:18px;
	color:#fff;
	line-height:50px;
	background:#2ecc71;
	cursor:pointer;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-moz-box-shadow: 0px 1px 1px #aaa;
    -webkit-box-shadow: 0px 1px 1px #aaa;
    box-shadow: 0px 1px 1px #aaa;
}
.index_create_button:hover{
	color:#fff;
}

.index_ads_top{
	margin:20px 0 0 ;
	
}
.index_ads_middle{
	margin:20px 0 0 ;
}
.index_ads_bottom{
	margin:20px 0 0 ;
}

.menu_title{
	margin:20px 0 0;
	border-top:1px solid #aaa;
	font-size:24px;
	font-weight:bold;
	color: #555;
    text-shadow: 0px 1px 0 #FFFFFF;
    
	background: #dddddd;
background: -moz-linear-gradient(top,  #dddddd 0%, #eaeaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#eaeaea));
background: -webkit-linear-gradient(top,  #dddddd 0%,#eaeaea 100%);
background: -o-linear-gradient(top,  #dddddd 0%,#eaeaea 100%);
background: -ms-linear-gradient(top,  #dddddd 0%,#eaeaea 100%);
background: linear-gradient(to bottom,  #dddddd 0%,#eaeaea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#eaeaea',GradientType=0 );

	
	padding:20px 20px;
	text-align:center;
}

.menu{
	display:flex;
	flex-direction: row;
	flex-wrap:nowrap;
	justify-content: center;
	align-items:  center;
}

.menu li{
	margin: 0 4px
}
.menu li a{
	border: 3px solid #49A3DF;
    background:#fff;
    text-align:center;
    width:140px;
    font-size:15px;
    line-height:40px;
    font-weight:bold;
    text-align:center;
    color:#49A3DF;
	
    border-radius: 8px;
}
.menu li a:hover{
	border: 3px solid #EE3322;
    color:#EE3322;
}
.menu li a.active{
	border: 3px solid #000;
    color:#000;
}


.each_game_list{
	display:flex;
	flex-direction: row;
	flex-wrap:wrap;
}


.each_game{
	position:relative;
	border-top: 4px solid #49a3df;
	display:block;
	width:167px;
	margin:20px 0 0 20px;
	background:#fff;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-moz-box-shadow: 0px 0px 4px #aaa;
    -webkit-box-shadow: 0px 0px 4px #aaa;
    box-shadow: 0px 0px 4px #aaa;
}
.each_game:nth-child(4n-3){
	margin:20px 0 0 0;
}

.each_game_number{
	position:absolute;
	display:block;
	z-index:1;
	left:0;
	top:0;
	font-size:13px;
	color:#fff;
	line-height:30px;
	height:30px;
	min-width:36px;
	padding:0 10px;
	text-align:center;
	background:#49a3df;
	
	-webkit-border-radius: 4px 0 10px 0;
	-moz-border-radius: 4px 0 10px 0;
	border-radius: 4px 0 10px 0;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.each_game_number:hover{
	color:#fff;
}

.each_game_edit{
    margin:10px 10px 0;
    color:#49a3df;
    font-size:14px;
    text-decoration:underline;
}
.each_game_edit:hover{
    color:#49a3df;
    text-decoration:underline;
}
.each_game_status{
    margin:10px 10px 0;
    font-size:14px;
}

.each_game_img{
	display:block;
	margin:10px 10px 0;
	width:147px;
	height:100px;
	background-color:#f3f3f3;
	
	background-size:cover;
	background-position:center;
	background-repeat: no-repeat;
}
.each_game_img:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
.each_game_title{
	display:block;
	font-size: 16px;
    line-height: 20px;
    height:40px;
    overflow:hidden;
    font-weight:bold;
    margin:10px 10px 0;
    color:#49a3df;
    text-decoration:underline;
}
.each_game_title:hover{
	color:#EE3322;
    text-decoration:underline;
}
.each_game_text{
	margin:4px 10px 0;
	font-size: 12px;
    line-height: 14px;
    height:14px;
    overflow:hidden;
    color:#888;
}

.each_game_bottom{
	margin:10px 0 0;
	background:#f3f3f3;
	padding:10px 10px;
	
	border-radius:0 0 8px 8px;
}

.each_game_count{
	font-size:12px;
    color:#666;
}
.each_game_count span{
	display:inline;
	margin:0 0 0 10px;
	font-size:14px;
	font-weight:bold;
}

.each_game_user{
	margin:6px 0 0 ;
	font-size:12px;
    color:#666;
}
.each_game_user a{
	display:inline;
	margin:6px 0 0 10px;
	font-size:14px;
	text-decoration:underline;
    color:#49a3df;
    height:14px;
    width:110px;
    overflow:hidden;
}
.each_game_user a:hover{
    color:#EE3322;
    text-decoration:underline;
}
.game_none{
	font-size:14px;
	margin:20px 0 0;
}
.game_none a{
	font-size:14px;
	color: #245dc1;
	font-weight:bold;
	text-decoration:underline;
}






.each_user_list li{
	border-top: 4px solid #49a3df;
	display:block;
	margin:20px 0 0 0;
	background:#fff;
	padding:10px 20px;
	
	border-radius: 10px;
	
    box-shadow: 0px 0px 4px #aaa;
    
    
	display:flex;
	flex-direction: row;
	flex-wrap:nowrap;
	justify-content: flex-start;
	align-items:  center;
}
.each_user_rank{
	width:30px;
	height:30px;
	line-height:30px;
	font-size:14px;
	text-align:center;
	color:#fff;
	background:#49a3df;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.each_user_img{
	width:30px;
	height:30px;
	margin:0 0 0 20px;
	background:#ddd;
	
	background-size:cover;
	background-position:center;
	background-repeat: no-repeat;
	
}
.each_user_name{
	margin:0 0 0 10px;
	font-size:16px;
	line-height:30px;
    color:#49a3df;
    overflow:hidden;
    text-decoration:underline;
}
.each_user_view_text{
	margin:0 0 0 auto;
	font-size:14px;
	line-height:30px;
}
.each_user_view_view{
	margin:0 10px 0 0;
	font-size:14px;
	line-height:30px;
	width:70px;
	text-align:right;
	font-weight:bold;
}
.each_user_view_count{
	font-size:14px;
	line-height:30px;
}















.paging_game_top{
	margin:15px 0 0;
	padding:0 0 20px;
	font-size:12px;
	text-align:center;
}






.paging{
	margin:20px 0 0;
	display:flex;
	flex-direction: row;
	flex-wrap:nowrap;
	justify-content: center;
}
.paging li{
    margin: 0 4px;
}
.paging li a{
	width:50px;
	text-align:center;
	color: #555;
    background:#fff;
    font-weight:bold;
	font-size: 16px;
    line-height: 40px;
	border-radius: 2px;
	box-sizing:border-box;
}
.paging li p{
	width:50px;
	text-align:center;
	color: #fff;
    background:#EE3322;
    font-weight:bold;
	font-size: 16px;
    line-height: 40px;
	border-radius: 2px;
	box-sizing:border-box;
}




/*ranking------------------------------------------------*/
.ranking_ads_middle{
	margin:20px 0 0;
}
/*user---------------------------------------------------*/

.user_ads_top{
	display:none;
}
.user_ads_middle{
	display:none;
	padding:15px 0;
	border-bottom:1px solid #EEEEEE;
}
.user_ads_bottom{
	display:none;
	padding:15px 0;
	border-bottom:1px solid #EEEEEE;
}

.user_header{
	background:#fff;
    padding:14px 20px;
	border-radius: 10px;
	
	display:flex;
	flex-direction: row;
	flex-wrap:nowrap;
	justify-content:flex-start;
	align-items:  center;
}
.user_header img{
	height:30px;
	padding:1px;
	border:1px solid #ddd;
}
.user_header p{
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	margin: 0 0 0 20px;
}







/*create-------------------------------------------------------*/

.create_black{
	position:fixed;
	display:none;
	z-index:100;
	height:100%;
	width:100%;
	background: rgba(0, 0, 0, 0.6);
}
.create_black img{
	position:fixed;
	left:48%;
	top:200px;
	display:block;
}
.create_blackimg{
	position:fixed;
	display:none;
	z-index:100;
	height:100%;
	width:100%;
	background: rgba(0, 0, 0, 0.6);
	
	
	flex-direction: column;
	flex-wrap:nowrap;
	justify-content: center;
	align-items:  center;
}
.create_blackimg_dialog{
	position:relative;
	width:600px;
	padding:0 20px 20px;
	border:10px solid #ddd;
	background:#fff;
	
	-moz-box-shadow: 0px 0px 2px #333;
    -webkit-box-shadow: 0px 0px 2px #333;
    box-shadow: 0px 0px 2px #333;
    
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.create_blackimg_dialog_black{
	display:none;
	position:absolute;
	left:0;
	top:0;
	z-index:200;
	height:100%;
	width:100%;
	background: rgba(0, 0, 0, 0.8);
}
.create_blackimg_dialog_black img{
	margin:100px auto 0;
	display:block;
	width:60px;
}

.create_blackimg_dialog_urlblack{
	display:none;
	position:absolute;
	left:0;
	top:0;
	z-index:102;
	height:100%;
	width:100%;
	background: rgba(0, 0, 0, 0.8);
}
.create_blackimg_dialog_urlblack_dialog{
	margin:30px auto;
	width:500px;
	padding:20px;
	background:#fff;
}
.create_blackimg_dialog_urlblack_dialog_title{
	font-size:16px;
	font-weight:bold;
	
}
.create_blackimg_dialog_urlblack_dialog_text{
	margin:10px 0 0 0;
	display:block;
	width:100%;
	font-size:13px;
	line-height:18px;
	padding:5px;
	border:1px solid #ddd;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	
}
.create_blackimg_dialog_urlblack_dialog_validation{
	margin:10px 0 0;
	font-size:14px;
	color:#FF6766;
}

.create_blackimg_dialog_urlblack_dialog_button{
	margin: 10px 0 0 0;
	
	display:flex;
	flex-direction: row;
	flex-wrap:nowrap;
	justify-content:flex-start;
	align-items:  center;
}

.create_blackimg_dialog_urlblack_dialog_button li{
	font-weight:bold;
	font-size:12px;
	line-height:50px;
	padding:0 40px;
	cursor:pointer;

	border-radius: 4px;
}

.create_blackimg_dialog_urlblack_dialog_upload{
	margin: 10px  0 0 auto;
	border:#555 solid 1px;
	
	color:#fff;
	
	background: #919191;
	background: -moz-linear-gradient(top,  #919191 0%, #5e5e5e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#919191), color-stop(100%,#5e5e5e));
	background: -webkit-linear-gradient(top,  #919191 0%,#5e5e5e 100%);
	background: -o-linear-gradient(top,  #919191 0%,#5e5e5e 100%);
	background: -ms-linear-gradient(top,  #919191 0%,#5e5e5e 100%);
	background: linear-gradient(to bottom,  #919191 0%,#5e5e5e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#919191', endColorstr='#5e5e5e',GradientType=0 );
}

.create_blackimg_dialog_urlblack_dialog_cancel{
	margin: 10px 0 0 10px;
	border:#ccc solid 1px;
	
	color:#666;
	
	background: #f2f2f2;
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #f2f2f2 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #f2f2f2 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e5e5e5',GradientType=0 );
}


.create_blackimg_dialog_title{
	font-size:18px;
	font-weight:bold;
	padding:20px 0 0 ;
	text-align:center;
}


.create_blackimg_dialog_upload{
	margin:20px 0 0;
	display:flex;
	flex-direction: row;
	flex-wrap:nowrap;
	justify-content: center;
	align-items:  center;
}
.create_blackimg_dialog_upload li{
	margin:0 6px;
}
.create_blackimg_dialog_upload li > div{
	background:#f3f3f3;
	padding:10px 20px;
	width:200px;
	cursor:pointer;
}
.create_blackimg_dialog_folder_input{
	width:0;
	height:0;
	display:block;
}
.create_blackimg_dialog_folder_img{
	height:80px;
	margin:0 auto;
}
.create_blackimg_dialog_folder_text{
	margin:10px 0 0;
	font-size:14px;
	text-align:center;
}

.create_blackimg_dialog_link_img{
	height:80px;
	margin:0 auto;
}
.create_blackimg_dialog_link_text{
	margin:10px 0 0;
	font-size:14px;
	text-align:center;
}
.create_blackimg_dialog_validation{
	margin:20px 0 0;
	font-size:16px;
	color:#FF6766;
}

.create_blackimg_dialog_cancel{
	margin: 10px auto 0;
	width:200px;
	text-align:center;
	border:#ccc solid 1px;
	
	color:#666;
	font-size:12px;
	line-height:50px;
	cursor:pointer;
	
	background: #f2f2f2;
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #f2f2f2 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #f2f2f2 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e5e5e5',GradientType=0 );

	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
}



.create_blackdelete{
	position:fixed;
	display:none;
	z-index:100;
	height:100%;
	width:100%;
	background: rgba(0, 0, 0, 0.6);
}
.create_blackdelete_dialog{
	position:relative;
	width:400px;
	padding:20px 20px 20px;
	border:10px solid #ddd;
	margin:50px auto 0;
	background:#fff;
    box-shadow: 0px 0px 2px #333;
	border-radius: 5px;
}
.create_blackdelete_dialog_text{
	font-size:18px;
	font-weight:bold;
}
.create_blackdelete_dialog_button{
	
	margin: 20px 0 0;
	
	display:flex;
	flex-direction: row;
	flex-wrap:nowrap;
	justify-content: flex-start;
	align-items:  center;
}
.create_blackdelete_dialog_button li{
	
	font-weight:bold;
	font-size:12px;
	line-height:50px;
	padding:0 40px;
	cursor:pointer;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.create_blackdelete_dialog_delete{
	margin: 0 0 0 auto;
	border:#555 solid 1px;
	
	color:#fff;
	
	background: #919191;
	background: -moz-linear-gradient(top,  #919191 0%, #5e5e5e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#919191), color-stop(100%,#5e5e5e));
	background: -webkit-linear-gradient(top,  #919191 0%,#5e5e5e 100%);
	background: -o-linear-gradient(top,  #919191 0%,#5e5e5e 100%);
	background: -ms-linear-gradient(top,  #919191 0%,#5e5e5e 100%);
	background: linear-gradient(to bottom,  #919191 0%,#5e5e5e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#919191', endColorstr='#5e5e5e',GradientType=0 );
}

.create_blackdelete_dialog_cancel{
	margin:0 0 0 10px;
	border:#ccc solid 1px;
	
	color:#666;
	
	background: #f2f2f2;
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #f2f2f2 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #f2f2f2 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e5e5e5',GradientType=0 );
	
}




.create_question_left_answer_result_question_description{
	display:none;
	position:fixed;
	z-index:100;
	width:300px;
	font-size:14px;
	line-height:20px;
	padding:20px;
	background:#ffeeee;
	 -moz-box-shadow: 0px 0px 3px #666;
    -webkit-box-shadow: 0px 0px 3px #666;
    box-shadow: 0px 0px 3px #666;
}




.create_header{
	background:#444;
	padding:14px 0 ;
}
.create_header_inner{
	width:1068px;
	margin: 0 auto;
	
	display:flex;
	flex-direction: row;
	flex-wrap:nowrap;
	justify-content: flex-start;
	align-items:  center;
}
.create_header_title{
	line-height:34px;
	font-size:24px;
	font-weight:bold;
	color:#fff;
}

.create_publish_validation{
	text-align:right;
	margin:0 0 0 auto;
	line-height:34px;
	font-size:16px;
	font-weight:bold;
	color:#FF6766;
}


.create_publish
,.create_save
,.create_delete{
	margin:0 0 0 20px;
	
	
	color:#444;
	font-weight:bold;
	font-size:15px;
	line-height:34px;
	padding:0 20px;
	cursor:pointer;
	
	text-shadow: 0 1px 0 #fff;
	
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#dddddd 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#dddddd 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
	
    box-shadow: 0px 1px 1px #aaa;
	
	border-radius: 4px;
	
}

.create{
	position:relative;
	padding:50px 0 100px;
	
	display:flex;
	flex-direction: row;
	flex-wrap:nowrap;
	justify-content: flex-start;
	align-items: top;
}

.create_side{
	width:240px;
	height:100%;
}
.create_side_link{
	margin: 0 0 10px ;
	padding:15px 15px;
	display:block;
	color: #888;
	font-size: 16px;
    cursor:pointer;
	font-weight:bold;
	background:#f1f1f1;
	
	border:5px solid #f1f1f1;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.create_side_link:last-of-type{
}
.create_side_link:hover{
	font-weight:bold;
}		
.create_side_link_active{
	background:#fff;
	color:#49a3df;
    cursor:auto;
	
	border:5px solid #fff;
}
.create_side_img{
	width:20px;
	margin:0 auto 10px;
	
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}



.create_main{
	width:808px;
	margin:0 0 0 auto;
}
.create_main_title{
	font-size:26px;
	line-height:80px;
	font-weight:bold;
	padding:0 40px;
	
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.create_main_text{
	font-size:14px;
	line-height:24px;
	border-top:1px solid #EAEAEA;
	border-bottom:1px solid #EAEAEA;
	padding:20px 40px;
	
	color:#333;
}
.create_main_inner{
	padding:20px 40px 40px 40px;
}
.create_top,.create_middle,.create_bottom{
	background:#fff;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


.create_nextprev{
	margin:20px 0 0 0;
	
	display:flex;
	flex-direction: row;
	flex-wrap:nowrap;
	justify-content: flex-start;
	align-items:  center;
}
.create_nextprev li{
	width:260px;
	
	padding:14px 20px;
    cursor:pointer;
	
	background: #4c4c4c;
background: -moz-linear-gradient(top,  #4c4c4c 0%, #000000 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#000000));
background: -webkit-linear-gradient(top,  #4c4c4c 0%,#000000 100%);
background: -o-linear-gradient(top,  #4c4c4c 0%,#000000 100%);
background: -ms-linear-gradient(top,  #4c4c4c 0%,#000000 100%);
background: linear-gradient(to bottom,  #4c4c4c 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#000000',GradientType=0 );

	-moz-box-shadow: 0px 1px 1px #aaa;
    -webkit-box-shadow: 0px 1px 1px #aaa;
    box-shadow: 0px 1px 1px #aaa;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	display:flex;
	flex-direction: row;
	flex-wrap:nowrap;
	justify-content: flex-start;
	align-items:  center;
}
.create_nextprev li img{
	height:24px;
}
.create_nextprev li p{
	font-size: 18px;
	line-height:24px;
	font-weight:bold;
	color:#fff;
	
	text-shadow: 0 -1px 0 #000;
}

.create_nextprev li > *:nth-child(2){
	margin:0 0 0 auto;
}
.create_next{
	margin: 0 0 0 auto;
}





.create_top_list li{
	margin:20px 0 0;
	display:flex;
	flex-direction: row;
	flex-wrap:nowrap;
	justify-content: flex-start;
	align-items:  center;
}
.create_top_list li > p{
	width:150px;
	text-align:right;
	font-size:16px;
	font-weight:bold;
}
.create_top_list li > div{
	margin: 0 0 0 auto;
	width:550px;
}


.create_top{
}
.create_validation{
	color:#FF6766;
	font-size:12px;
	line-height:20px;
}
.create_title_header{
/*	margin:80px 0 0;*/
	font-size:14px;
	font-weight:bold;
}
.create_title{
	display:block;
	width:100%;
	font-size:16px;
	line-height:20px;
	padding:10px;
	
	border:5px solid #49a3df;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.create_img{
	position:relative;
	width:540px;
	height:310px;
	background:#f3f3f3;
	cursor:pointer;
	
	background-size:contain;
	background-position:center;
	background-repeat: no-repeat;
	
	border:5px solid #49a3df;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.create_img_img{
	margin:0 auto 0;
	width:100px;
	padding:80px 0 0;
	
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}
.create_img_text{
	width:100%;
	margin:20px 0 0;
	font-size:16px;
	line-height:22px;
	text-align:center;
	font-weight:bold;
	text-shadow: 0 1px 0 white;
	color: #727272;
}
.create_description{
	display:block;
	width:100%;
	height:90px;
	font-size:16px;
	line-height:24px;
	padding:10px;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	
	border:5px solid #49a3df;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.create_middle{
}

.create_result_list > li{
	padding:10px 0 20px;
	position:relative;
	margin:20px 0 0 ;
	
	background:#f3f3f3;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.create_result_delete{
	display:none;
	position:absolute;
	right:5px;
	top:5px;
	
	padding:7px 7px ;
	width:10px;
	cursor:pointer;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	background: #eaeaea;
	background: -moz-linear-gradient(top,  #eaeaea 0%, #bcbcbc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#bcbcbc));
	background: -webkit-linear-gradient(top,  #eaeaea 0%,#bcbcbc 100%);
	background: -o-linear-gradient(top,  #eaeaea 0%,#bcbcbc 100%);
	background: -ms-linear-gradient(top,  #eaeaea 0%,#bcbcbc 100%);
	background: linear-gradient(to bottom,  #eaeaea 0%,#bcbcbc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#bcbcbc',GradientType=0 );


}


.create_result_content_list > li{
	margin:10px 0 0;
	
	display:flex;
	flex-direction: row;
	flex-wrap:nowrap;
	justify-content: center;
	align-items:  center;
}
.create_result_content_list > li > p{
	width:120px;
	font-size:14px;
	font-weight:bold;
	text-align:right;
}
.create_result_content_list > li > div{
	margin:0 0 0 20px;
	width:300px;
}




.create_result_title{
	display:block;
	width:100%;
	font-size:13px;
	line-height:18px;
	padding:5px;
	border:5px solid #49a3df;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.create_result_img{
	position:relative;
	height:200px;
	background:#D3D3D3;
	cursor:pointer;
	
	background-size:contain;
	background-position:center;
	background-repeat: no-repeat;
	border:5px solid #49a3df;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.create_result_img_img{
	margin:0 auto 0;
	width:70px;
	padding:50px 0 0;
	
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}
.create_result_img_text{
	width:100%;
	margin:10px 0 0;
	font-size:14px;
	line-height:20px;
	text-align:center;
	font-weight:bold;
	text-shadow: 0 1px 0 white;
	color: #727272;
}
.create_result_text{
	position:relative;
	display:block;

	height:140px;
	width:100%;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	
	font-size:13px;
	line-height:18px;
	padding:5px;
	resize:none;
	
	border:5px solid #49a3df;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.create_result_add{
	margin: 20px auto 0 ;
	
	width:200px;
	padding:15px 0;
	cursor:pointer;
	
	background: #707070;
background: -moz-linear-gradient(top,  #707070 0%, #494949 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#707070), color-stop(100%,#494949));
background: -webkit-linear-gradient(top,  #707070 0%,#494949 100%);
background: -o-linear-gradient(top,  #707070 0%,#494949 100%);
background: -ms-linear-gradient(top,  #707070 0%,#494949 100%);
background: linear-gradient(to bottom,  #707070 0%,#494949 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#494949',GradientType=0 );

	-moz-box-shadow: 0px 1px 1px #aaa;
    -webkit-box-shadow: 0px 1px 1px #aaa;
    box-shadow: 0px 1px 1px #aaa;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	
	display:flex;
	flex-direction: row;
	flex-wrap:nowrap;
	justify-content: center;
	align-items:  center;
	
}
.create_result_add_img{
	height:20px;
}
.create_result_add_text{
	margin: 0 0 0 12px;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	line-height:30px;
	
	text-shadow: 0 -1px 0 #494949;
}
.create_result_add_load{
	display:none;
	margin:34px auto;
}

.create_question_list{
}

.create_question_list > li{
	position:relative;
	margin:20px 0 0 ;
	
	background:#f3f3f3;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.create_question_inner{
	padding: 20px 20px;
	border-top:1px solid #fff;
}


.create_question_leftright{
	display:flex;
	flex-direction: row;
	flex-wrap:nowrap;
	justify-content: center;
	align-items:  top;
}

.create_question_left{
	width:146px;
	font-size:14px;
	text-align:right;
}
.create_question_left_img{
	padding:140px 0 78px;
	font-weight:bold;
}
.create_question_left_text{
	padding:16px 0 0;
	font-weight:bold;
}
.create_question_left_answer_img{
	padding:68px 0 32px;
	font-weight:bold;
}
.create_question_left_answer_text{
	padding:32px 0 0;
	font-weight:bold;
}
.create_question_left_answer_result{
	padding:34px 0 0;
	display:flex;
	flex-direction: row;
	flex-wrap:nowrap;
	justify-content: flex-start;
	align-items:  center;
}
.create_question_left_answer_result p{
	font-weight:bold;
}
.create_question_left_answer_result img{
	margin:0 0 0 auto;
	background:#ffaaaa;
	cursor:pointer;
	
	height:8px;
	padding:3px 4px;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.create_question_right{
	width:530px;
	margin: 0 0 0 auto;
}


.create_question_title{
	font-size:20px;
	font-weight:bold;
	padding:20px 20px 20px;
}
.create_question_down{
	position:absolute;
	right:63px;
	top:5px;
	z-index:1;
	padding:9px 5px 7px;
	width:14px;
	cursor:pointer;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	background: #eaeaea;
background: -moz-linear-gradient(top,  #eaeaea 0%, #bcbcbc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#bcbcbc));
background: -webkit-linear-gradient(top,  #eaeaea 0%,#bcbcbc 100%);
background: -o-linear-gradient(top,  #eaeaea 0%,#bcbcbc 100%);
background: -ms-linear-gradient(top,  #eaeaea 0%,#bcbcbc 100%);
background: linear-gradient(to bottom,  #eaeaea 0%,#bcbcbc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#bcbcbc',GradientType=0 );

}
.create_question_up{
	position:absolute;
	right:34px;
	top:5px;
	z-index:1;
	padding:7px 5px 9px;
	width:14px;
	cursor:pointer;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	background: #eaeaea;
background: -moz-linear-gradient(top,  #eaeaea 0%, #bcbcbc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#bcbcbc));
background: -webkit-linear-gradient(top,  #eaeaea 0%,#bcbcbc 100%);
background: -o-linear-gradient(top,  #eaeaea 0%,#bcbcbc 100%);
background: -ms-linear-gradient(top,  #eaeaea 0%,#bcbcbc 100%);
background: linear-gradient(to bottom,  #eaeaea 0%,#bcbcbc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#bcbcbc',GradientType=0 );

}

.create_question_delete{
	position:absolute;
	right:5px;
	top:5px;
	z-index:1;
	
	padding:7px 7px ;
	width:10px;
	cursor:pointer;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	background: #eaeaea;
background: -moz-linear-gradient(top,  #eaeaea 0%, #bcbcbc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#bcbcbc));
background: -webkit-linear-gradient(top,  #eaeaea 0%,#bcbcbc 100%);
background: -o-linear-gradient(top,  #eaeaea 0%,#bcbcbc 100%);
background: -ms-linear-gradient(top,  #eaeaea 0%,#bcbcbc 100%);
background: linear-gradient(to bottom,  #eaeaea 0%,#bcbcbc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#bcbcbc',GradientType=0 );


}


.create_question_imgtext{
	position:relative;
}
.create_question_imgtext_img{
	position:relative;
	background-color:#D3D3D3;
	height:300px;
	cursor:pointer;
	
	background-size:contain;
	background-position:center;
	background-repeat: no-repeat;
	
	border:5px solid #49a3df;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.create_question_imgtext_img_img{
	margin:0 auto 0;
	width:70px;
	padding:80px 0 0;
	
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}
.create_question_imgtext_img_text{
	width:100%;
	margin:10px 0 0;
	font-size:14px;
	line-height:20px;
	text-align:center;
	font-weight:bold;
	text-shadow: 0 1px 0 white;
	color: #727272;
}

.create_question_imgtext_text{
}

.create_question_imgtext_text_1{
	position:absolute;
	width:400px;
	bottom:10px;
	left:10px;
	z-index:1;
	padding:5px;
	resize: none;
	font-size:16px;
	line-height:20px;
	
	border:5px solid #49a3df;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}


.create_question_imgtext_text_2{
	padding:5px;
	font-size:16px;
	line-height:20px;
	width:100%;
	
	border:5px solid #49a3df;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}

.create_answer_add{
	margin: 6px auto 0 ;
	
	width:110px;
	padding:10px 20px;
	cursor:pointer;
	
	background: #c1c1c1;
background: -moz-linear-gradient(top,  #c1c1c1 0%, #999999 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1c1c1), color-stop(100%,#999999));
background: -webkit-linear-gradient(top,  #c1c1c1 0%,#999999 100%);
background: -o-linear-gradient(top,  #c1c1c1 0%,#999999 100%);
background: -ms-linear-gradient(top,  #c1c1c1 0%,#999999 100%);
background: linear-gradient(to bottom,  #c1c1c1 0%,#999999 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#999999',GradientType=0 );

    box-shadow: 0px 1px 1px #aaa;
	border-radius: 4px;
	
	display:flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content: center;
	align-items:  center;
}
.create_answer_add_img{
	height:14px;
}
.create_answer_add_text{
	margin:0 0 0 10px;
	
	
	text-shadow: 0 -1px 0 #999999;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	line-height:24px;
}
.create_answer_add_load{
	display:none;
	margin:7px auto;
}

.create_answer_list{
	display:flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content: flex-start;
	align-items:  top;
}

.create_answer_list > li{
	position:relative;
	margin:5px 3px 0 0;
	width:263px;
	padding:5px;
	background:#fff;
	border:1px solid #d3d3d3;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.create_answer_delete{
	display:none;
	position:absolute;
	right:0;
	top:0;
	z-index:3;
	border-left:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
	padding:7px 7px ;
	width:10px;
	cursor:pointer;
	
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 50%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top,  #ffffff 50%,#f2f2f2 100%);
	background: -o-linear-gradient(top,  #ffffff 50%,#f2f2f2 100%);
	background: -ms-linear-gradient(top,  #ffffff 50%,#f2f2f2 100%);
	background: linear-gradient(to bottom,  #ffffff 50%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );

}
.create_answer_img{
	position:relative;
	background-color:#D3D3D3;
	width:98%;
	height:120px;
	margin:0 auto;
	cursor:pointer;
	
	background-size:contain;
	background-position:center;
	background-repeat: no-repeat;
	
	border:5px solid #49a3df;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}


.create_answer_img_img{
	margin:0 auto 0;
	width:40px;
	padding:10px 0 0;
	
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}
.create_answer_img_text{
	width:100%;
	margin:4px 0 0;
	font-size:12px;
	line-height:16px;
	text-align:center;
	font-weight:bold;
	text-shadow: 0 1px 0 white;
	color: #727272;
}

.create_answer_text{
	display:block;
	width:98%;
	margin:6px auto 0 ;
	padding:5px;
	font-size:16px;
	line-height:20px;
	
	border:5px solid #49a3df;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}

.create_answer_result_list{
}
.create_answer_result_list li{
	margin:6px 0 0;
	position:relative;
	height:40px;
	background:#eee;
	overflow:hidden;
}
.create_answer_result{
	display:flex;
	flex-direction: row;
	flex-wrap:nowrap;
	justify-content: flex-start;
	align-items:  center;
}
.create_answer_result_img{
	width:40px;
	height:40px;
	background:#d3d3d3;
	
	background-size:cover;
	background-position:center;
	background-repeat: no-repeat;
}
.create_answer_result_select{
	height:40px;
	
	border:5px solid #49a3df;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.create_answer_result_title{
	flex-grow:1;
	
	margin:4px 0 0 0;
	font-size:12px;
	line-height:16px;
	height:32px;
	overflow:hidden;
}


.create_question_add{
	margin: 20px auto 0 ;
	
	width:180px;
	padding:15px 0;
	cursor:pointer;
	
	background: #707070;
background: -moz-linear-gradient(top,  #707070 0%, #494949 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#707070), color-stop(100%,#494949));
background: -webkit-linear-gradient(top,  #707070 0%,#494949 100%);
background: -o-linear-gradient(top,  #707070 0%,#494949 100%);
background: -ms-linear-gradient(top,  #707070 0%,#494949 100%);
background: linear-gradient(to bottom,  #707070 0%,#494949 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#494949',GradientType=0 );

	-moz-box-shadow: 0px 1px 1px #aaa;
    -webkit-box-shadow: 0px 1px 1px #aaa;
    box-shadow: 0px 1px 1px #aaa;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	
	
	display:flex;
	flex-direction: row;
	flex-wrap:nowrap;
	justify-content: center;
	align-items:  center;
}
.create_question_add_img{
	height:20px;
	padding:5px 0;
}
.create_question_add_text{
	margin:0 0 0 10px;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	line-height:30px;
	
	text-shadow: 0 -1px 0 #494949;
}

.create_question_add_load{
	display:none;
	margin:34px auto;
}





/*mypage------------------------------------------------------------------------------*/
.mypage {
    width: 1068px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.mypage_side{
	padding:60px 0 30px 0;
	width:300px;
	background:#fafafa;
}
.mypage_main{
	width:728px;
	margin:30px 0 0 auto;
}
.mypage_main_create{
	display:block;
	margin:10px auto 0 ;
	padding:10px 20px;
	text-align:center;
	width:400px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	line-height:27px;
	background:#2ecc71;
	cursor:pointer;
	
	border-radius: 4px;
	
    box-shadow: 0px 1px 1px #aaa;
}
.mypage_main_create:hover{
	color:#fff;
}
.mypage_side_userimage{
	display:block;
	margin:0 auto;
	width:100px;
	padding:2px;
	background:#fff;
	border:#e3e3e3 solid 1px;
}
.mypage_side_userimage img{
	display:block;
	width:100px;
}

.mypage_side_name{
	display:block;
	margin:10px 0 30px;
	font-size: 18px;
    font-weight:bold;
    text-align:center;
}	
.mypage_side_link{
	padding:10px 20px 10px;
	display:block;
	color: #666;
	background:#fafafa;
	font-size: 14px;
    line-height: 20px;
    border-top:1px solid #e5e5e5;
}
.mypage_side_link:last-of-type{
    border-bottom:1px solid #e5e5e5;
}
.mypage_side_link:hover{
	font-weight:bold;
}		
.mypage_side_link_active{
	background:#fff;
	font-weight:bold;
    border-left:5px solid #e5e5e5;
	padding:10px 20px 10px 15px; 
}


/*ads--------------------------------------*/

.ads_text{
	display:none;
	font-size:12px;
}
.ads_code{
}


/*game-----------------------------------------------*/
.game_ads_top{
	margin:16px 0 0;
}
.game_ads_middle{
	margin:16px 0 0;
}
.game_ads_bottom{
	margin:16px 0;
}

.game{
	background:#fff;
	padding:20px 0 20px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.game_inner{
	padding:0 20px 0;
}
.game_title{
	text-align:center;
}
.game_title:hover{
	text-decoration:underline;
}
.game_title h1{
	color:#333;
	font-size:26px;
	line-height:38px;
	font-weight:bold;
}

.game_createdview{
	margin:10px 0 0;
	text-align:center;
	font-size:14px;
	
	display:flex;
	flex-direction: row;
	flex-wrap:nowrap;
	justify-content: center;
	align-items:  center;
}
.game_createdview_created_text{
	font-size:14px;
}
.game_createdview_created_user{
	margin:0 0 0 6px;
	display:inline;
	font-size:14px;
	color:#49A3DF;
	text-decoration:underline;
}
.game_createdview_created_user:hover{
	color:#EE3322;
	text-decoration:underline;
}
.game_createdview_view_text{
	margin:0 0 0 50px;
	display:inline;
	font-size:14px;
}
.game_createdview_view_view{
	margin:0 0 0 6px;
	display:inline;
	font-size:14px;
	font-weight:bold;
}
.game_createdview_view_count{
	margin:0 0 0 6px;
	display:inline;
	font-size:14px;
}

.game_opening{
	display:none;
	margin:10px 0 0;
}
.game_opening_description{
	margin: 0 auto;
	font-size:18px;
	line-height:26px;
	color:#777;
	text-align:center;
}
.game_opening_description a{
	color:#3498DB;
	text-decoration:underline;
}
.game_opening_description a:hover{
	color:#3498DB;
	text-decoration:underline;
}

.game_opening_img{
	display:block;
	margin:30px auto 0;
	width:500px;
	height:300px;
	
	background-size:contain;
	background-position:center;
	background-repeat: no-repeat;
}
.game_opening_start{
	cursor:pointer;
	margin:10px auto 10px;
	width:300px;
	display:block;
	
	border:0;
	
	background: #fcfcfc;
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#dddddd 100%);
	background: -o-linear-gradient(top,  #fcfcfc 0%,#dddddd 100%);
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#dddddd 100%);
	background: linear-gradient(to bottom,  #fcfcfc 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dddddd',GradientType=0 );

	border-radius: 4px;
	
    box-shadow: 0px 0px 2px #aaa;
    
    
	font-size:22px;
	line-height:50px;
	text-align:center;
	font-weight:bold;
	color:#444;
	text-shadow: 0px 2px 2px #fff;
}



.game_question_header{
	display:none;
	margin:10px 0 0;
	background: #efefef;
}
.game_question_header > ul{
	padding:8px 0;
	display:flex;
	flex-direction: row;
	flex-wrap:nowrap;
	justify-content: flex-start;
	align-items:  center;
}
.game_question_header > ul > li{
	margin:0 0 0 15px;
	width:28px;
	line-height:28px;
	font-size:13px;
	text-align:center;
	background:#DFDFDF;
	color:#aaa;

}

.game_question_list{
	
}
.game_question_list > li{
	display:none;
}
.game_question_imgtext{
	height:400px;
	position:relative;
}
.game_question_imgtext_text{
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	padding:10px 20px;
	line-height:30px;
	max-width:600px;
	font-size:20px;
	background:#3498db;
	color:#fff;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.game_question_imgtext_img{
	height:400px;
	background:#333;
	
	background-size:contain;
	background-position:center;
	background-repeat: no-repeat;
}

.game_question_text{
	padding:120px 20px;
	line-height:60px;
	font-size:40px;
	text-align:center;
	font-weight:bold;
	color:#3498db;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
	
	box-sizing:border-box;
}
.game_question_answer_list{
	display:flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content: flex-start;
	align-items:  top;
}
.game_question_answer_list > li{
	position:relative;
	margin:5px 0 0 0;
	padding:5px;
	border-radius:4px;
	border:1px solid #d3d3d3;
	cursor:pointer;
	
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, #d6d6d6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(100%,#d6d6d6));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#d6d6d6 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#d6d6d6 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#d6d6d6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#d6d6d6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0 );

	
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	-moz-box-shadow: 0px 1px 1px #aaa;
    -webkit-box-shadow: 0px 1px 1px #aaa;
    box-shadow: 0px 1px 1px #aaa;
}
.game_question_answer_list > li:hover{
	background:#3498db;
}
.game_question_answer_list > li:hover .game_question_answer_text{
	color:#fff;
}
.game_question_answer_list > li > .game_question_answer_list_img{
	position:relative;
	background-color:#D3D3D3;
	width:100%;
	height:180px;
	margin:0 auto;
	
	background-size:cover;
	background-position:center;
	background-repeat: no-repeat;
}

.game_question_answer_list > li > .game_question_answer_list_text{
	display:flex;
	flex-direction: column;
	flex-wrap:nowrap;
	justify-content: center;
	align-items:  center;
}
.game_question_answer_list > li > .game_question_answer_list_text > p{
	padding:10px 0 5px;
	font-size:14px;
	line-height:18px;
	text-align:center;
}
.game_question_answer_list > li > .game_question_answer_list_text > p > span{
	
	font-size: 22px;
	line-height: 30px;
	
}

.game_load{
	margin:300px auto;
	width:100px;
	height:33px;
}
.game_result_list > li{
	margin:20px 0 0;
	display:none;
	border:1px solid #ccc;
}
.game_result_title{
	padding:30px 0;
	font-size:14px;
	text-align:center;
}
.game_result_title span{
	display:inline;
	margin:0 0 0 10px;
	font-size:26px;
	display:inline;
	font-weight:bold;
}
.game_result_img{
	background:#333;
	height:400px;
	
	background-size:contain;
	background-position:center;
	background-repeat: no-repeat;
}
.game_result_text{
	font-size:15px;
	line-height:24px;
	padding:20px;
	color:#666;
}
.game_result_centertext{
	padding:40px 20px 80px;
	font-size:20px;
	line-height:30px;
	text-align:center;
	color:#666;
}


.game_result_share{
	border-top:1px solid #ccc;
	background:#F5F5F5;
	padding:14px 20px;
	
	display:flex;
	flex-direction: row;
	flex-wrap:nowrap;
	justify-content: flex-start;
	align-items:  center;
}

.game_result_share_text{
	line-height:50px;
	font-size:18px;
	font-weight:bold;
}
.game_result_share > ul{
	display:flex;
	flex-direction: row;
	flex-wrap:nowrap;
	justify-content: flex-start;
	align-items:  center;
	
}
.game_result_share > ul > li{
	margin:0 0 0 20px;
}

.game_result_share > ul > li > a{
	padding:10px 20px;
	width:200px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-moz-box-shadow: 0px 0px 1px #aaa;
    -webkit-box-shadow: 0px 0px 1px #aaa;
    box-shadow: 0px 0px 1px #aaa;
    
	display:flex;
	flex-direction: row;
	flex-wrap:nowrap;
	justify-content: flex-start;
	align-items:  center;
}
.game_result_share > ul > li > a > img{
	display:block;
	height:30px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.game_result_share > ul > li > a > p{
	margin: 0 0 0 16px;
	font-size:16px;
	line-height:30px;
	font-weight:bold;
}


.game_result_share_facebook{
	
	background: #4d6ab9;
	background: -moz-linear-gradient(top,  #4d6ab9 0%, #3c57a3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d6ab9), color-stop(100%,#3c57a3));
	background: -webkit-linear-gradient(top,  #4d6ab9 0%,#3c57a3 100%);
	background: -o-linear-gradient(top,  #4d6ab9 0%,#3c57a3 100%);
	background: -ms-linear-gradient(top,  #4d6ab9 0%,#3c57a3 100%);
	background: linear-gradient(to bottom,  #4d6ab9 0%,#3c57a3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d6ab9', endColorstr='#3c57a3',GradientType=0 );
}
.game_result_share_facebook:hover{
	background: #3c57a3;
	background: -moz-linear-gradient(top,  #3c57a3 0%, #4d6ab9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c57a3), color-stop(100%,#4d6ab9));
	background: -webkit-linear-gradient(top,  #3c57a3 0%,#4d6ab9 100%);
	background: -o-linear-gradient(top,  #3c57a3 0%,#4d6ab9 100%);
	background: -ms-linear-gradient(top,  #3c57a3 0%,#4d6ab9 100%);
	background: linear-gradient(to bottom,  #3c57a3 0%,#4d6ab9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c57a3', endColorstr='#4d6ab9',GradientType=0 );

}
.game_result_share_facebook > p{
	text-shadow: 0px -1px 1px #0C339E;
	color:#fff;
}

.game_result_share_twitter{
	background: #fcfcfc;
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#dddddd 100%);
	background: -o-linear-gradient(top,  #fcfcfc 0%,#dddddd 100%);
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#dddddd 100%);
	background: linear-gradient(to bottom,  #fcfcfc 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dddddd',GradientType=0 );
}
.game_result_share_twitter:hover{
	background: #dddddd;
	background: -moz-linear-gradient(top,  #dddddd 0%, #fcfcfc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#fcfcfc));
	background: -webkit-linear-gradient(top,  #dddddd 0%,#fcfcfc 100%);
	background: -o-linear-gradient(top,  #dddddd 0%,#fcfcfc 100%);
	background: -ms-linear-gradient(top,  #dddddd 0%,#fcfcfc 100%);
	background: linear-gradient(to bottom,  #dddddd 0%,#fcfcfc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#fcfcfc',GradientType=0 );
}
.game_result_share_twitter > p{
	text-shadow: 0px 1px 1px #fff;
	color:#444;
}




.game_create{
	margin:12px 0 0;
	background:#fff;
	
	padding:30px 0;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}
.game_create_text{
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.game_create_button{
	margin:10px auto 0;
	width:200px;
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:50px;
	background:#2ecc71;
	cursor:pointer;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-moz-box-shadow: 0px 1px 1px #aaa;
    -webkit-box-shadow: 0px 1px 1px #aaa;
    box-shadow: 0px 1px 1px #aaa;
}




/*edit-----------------------------------------------------*/

.edit_menu{
	margin:40px  0 0;
	display:flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #ddd;
}
.edit_menu li{
	padding:0 20px 0 0;
}
.edit_menu li a{
	font-size:14px;
	line-height:32px;
	color:#999;
	padding:0 8px 0;
	font-weight:bold;
/*	border-bottom: 1px solid #999;*/
}

.edit_menu li a.selected{
	color:#1abc9c;
	border-bottom:2px solid #1abc9c;
}



/*check---------------------------------------------*/


.check{
	width:100%;
	padding:10px;
	box-sizing:border-box;
}


.check_count{
	font-size:14px;
}
.check_game{
	width:100%;
	padding:10px;
	margin:10px 0 0;
	
	border:1px solid #ddd;
	box-sizing:border-box;
	
	display:flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content: flex-start;
	align-items: top;
}

.check_time{
	font-size:20px;
}

.check_game_select{
	width:100%;
	margin:10px 0 0;
	
	display:flex;
	flex-direction: row;
	flex-wrap:wrap;
	
	justify-content: flex-start;
	align-items: top;
}
.check_game_check{
	font-size:20px;
	color:#fff;
	padding:20px 40px;
	
	background:#1abc9c;
	cursor:pointer;
}

.check_game_adult{
	margin: 0 0 0 auto;
	font-size:20px;
	color:#fff;
	padding:20px 40px;
	background:#e67e22;
	cursor:pointer;
}

.check_game_check{
	
	display:flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content: flex-start;
	align-items: top;
}


.check_game_inner{
	width:100%;
	display:flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content: flex-start;
	align-items: top;
}

.check_game_top{
	width:200px;
}

.check_game_img{
	width:200px;
	height:200px;
	background:#f3f3f3;
	background-size:contain;
	background-position:center;
	background-repeat: no-repeat;
}
.check_game_title{
	font-size:12px;
}
.check_game_description{
	font-size:12px;
}

.check_question{
	width:200px;
}
.check_question_img{
	
	width:200px;
	height:200px;
	background:#f3f3f3;
	background-size:contain;
	background-position:center;
	background-repeat: no-repeat;
}

.check_question_text{
	font-size:12px;
}
.check_answer_img{
	
	width:200px;
	height:200px;
	background:#f3f3f3;
	background-size:contain;
	background-position:center;
	background-repeat: no-repeat;
}
.check_answer_text{
	
	font-size:12px;
}

.check_result{
	width:200px;
}
.check_result_img{
	
	width:200px;
	height:200px;
	background:#f3f3f3;
	background-size:contain;
	background-position:center;
	background-repeat: no-repeat;
}
.check_result_title{
	
	font-size:12px;
}
.check_result_text{
	
	font-size:12px;
}





