@charset "utf-8";

/* ---------------------------------------------
「.ci」→サイバーインテリジェンスのスタイル領域 
--------------------------------------------- */

/* リセット 
---------------------------------------------- */
body {
margin: 0;
background-color:#ffffff;
color:#333333;
}
body a{color:#06f;}
.ci {
font-family: "ヒラギノ角ゴ Pro W3″,"Hiragino Kaku Gothic Pro W3″,メイリオ,Meiryo,"ＭＳ Ｐゴシック",sans-serif;
-webkit-text-size-adjust: none;
font-size:20px;
line-height: 1.2;
}
.ci a img{border:0;}
.ci h1,
.ci h2,
.ci h3,
.ci p,
.ci dl,
.ci dd {
    margin: 0;
    font-size: 100%;
}
.ci ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ci img{
    vertical-align:bottom;
}
.ci input[type="text"]{
    padding:5px;
	width:90%;
}
.ci textarea {
height: 100px;
width: 95%;
margin: 10px auto;
font-size:15px;
display:block;
}

/* 汎用クラス
---------------------------------------------- */
.ci .red{font-weight:bold;color:red;}
.ci .m_btm10{margin-bottom:10px;}
.ci .m_btm20{margin-bottom:20px;}
.ci .m_btm30{margin-bottom:30px;}

/* プライバシーポリシー＆利用規約
---------------------------------------------- */
.ci h1.txt{margin:15px 0;}

/* 基本構造
---------------------------------------------- */
.ci_frame {
    width: 640px;
    margin: 0 auto;
}
.ci .main_img{
	margin-bottom:10px;
	text-align:center;
}
.ci .main_img img{max-width:640px;}
@media only screen and (max-width:540px) {
	.ci_frame,
	.ci .main_img img {
		width: 100%;
	}
}

/* いいねボタン
---------------------------------------------- */

.ci .fb_like_btn {
    margin: 30px auto;
    /* background: #F1F1F1; */
    width: 80%;
    /* border-radius: 5px; */
    /* border: 1px solid #C2C2C2; */
}
.ci .fb_like_btn>iframe {
display:block;
transform: scale(1.5);
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
width: 120px;
margin: 0 auto;
}
.ci .fb_like_btn>p {
    border-bottom: 1px solid #C2C2C2;
    margin: 1em;
    text-align: left;
    color: #4444FF;
}

/* 問題文
---------------------------------------------- */
.ci h2{
/*    
background: ;
padding: 15px 10px;
*/
    border-bottom: 5px solid ;
    color: #333333;
    padding: 3px;
    margin: 10px 0;
    border-radius: 5px;
}

/* 選択肢ボタン
---------------------------------------------- */
.ci ul label{
	color: #ffffff;
	background: #c2ad99;
	display: block;
	padding: 10px 20px;
	cursor: pointer;
	margin: 10px auto;
	border-radius: 30px;
	font-weight: bold;
	position: relative;
	width: 85%;
}
.ci ul input[type='radio']{
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	position: absolute;
	top: 0;
	left: -9999px;
}
.ci ul .radio_on{background: #663300;}

/* 送信ボタン 
---------------------------------------------- */
.ci .btn{
    padding: 15px;
    margin: 20px auto;
    display: block;
    width: 80%;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
  /* border: solid #ffffff 3px; */
  box-shadow: 0px 1px 3px #666666;
  text-shadow: 1px 1px 3px #666666;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  background: #5B7BC6;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#5B7BC6), to(#2E4B87));
  background: -moz-linear-gradient(top, #5B7BC6, #2E4B87);
  color: #ffffff;
}

/* チェックボタン 
---------------------------------------------- */
.ci input[type="checkbox"] {
    /*
    position: relative;
    width: 80px;
    height: 80px;
    border: 1px solid #aaa;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#efefef));
    background: -moz-linear-gradient(top, #FFFFFF, #efefef);
    cursor:pointer;
    */
}

.ci input[type="checkbox"]:checked:before {
    /*
    display: block;
    position: absolute;
    top: 51px;
    left: 15px;
    content: "";
    width: 25px;
    height: 8px;
    background: #000;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    */
}

.ci input[type="checkbox"]:checked:after {
    /*
    display: block;
    position: absolute;
    top: 47px;
    left: 37px;
    content: "";
    width: 40px;
    height: 8px;
    background: #000;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -webkit-transform: rotate(-48deg);
    -moz-transform: rotate(-48deg);
    -ms-transform: rotate(-48deg);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    */
}

.ci .agree{
    display:block;
    overflow:hidden;
    text-align: center;
}
.ci .agree span{
    /* display: block;
    float:left; */
    cursor: pointer;
}
.ci .chk {
	margin-right:10px;
}
.ci .chk_txt{
    padding: 10px 0 0;
    width: 65%;
}


/* 結果表示部分のフレーム 
---------------------------------------------- */
.ci .result_area {
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #333;
}

/* 投稿完了 
---------------------------------------------- */
.ci .output_comp{
	margin:20px 0;
    color:red;
    font-size:1.2em;
    text-align:center;
}

/* facebookへ戻るリンク 
---------------------------------------------- */
.ci .back_to_fb{
	text-align:center;
	margin:50px 0 0;
	padding:20px 0;
	border-top:1px solid #333;
}

/* preview 
---------------------------------------------- */
.preview {
    color: #FF0000;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
}
