@charaset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Alfa+Slab+One|Archivo+Black);
/*!
 * "Alfa Slab One","Archivo Black" are lisenced under the SIL Open Font License 1.1
 *  http://www.google.com/webfonts/
 */
*{
	margin: 0;
	padding: 0;
}
body{
	background-color: #fff; /* Don't change. */
	color: #000;
	font-size: 12px;
	font-family: Verdana,"Meiryo UI","MS UI Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	line-height: 1;
}
a{
	color: #000;
	text-decoration: none;	
}
a:hover{
	color: #099;
	text-decoration: underline;
}
form,ul,ol,li,dl,dt,dd,div,p,table,tr,td,caption,h1,h2,h3,h4{
	margin: 0;
	padding: 0;
	border: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
input,textarea{
	font-size: 12px;
	font-family: Verdana,"ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
}
img{
	margin: 0;
	border: none;
	vertical-align: middle;
}
.clear{
	clear: both;
}
#body_wrap{
	z-index: 0;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
#fixed_header{
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
}
#fixed_footer{
	z-index: 2;
	position: fixed;
	width: auto;
	height: auto;
	right: 0;
	bottom: 60px;
}

/*========== Blog Header ==========*/
#body_header{
	width: auto;
	height: 300px;
	margin: 0 0 20px -40px;
	background-color: #fff;
}
#body_header a{
	color: #000;
	text-decoration: none;
}
#body_header a:hover{
	color: #c33;
}
/*----------------------------------------------------------------------
	Header Image width/height size cannot be changed
----------------------------------------------------------------------*/
#body_header .image{
	width: 300px;
	height: 300px;
	background: url("https://blog-imgs-91-origin.fc2.com/c/i/n/cinemara/201605starwarsshow1.jpg") no-repeat 50% 50%;
	float: left;
}
/*--------------------------------------------------------------------*/
#body_header .container{
	width: 700px;
	height: 300px;
	float: left;
}
#body_header ul{
	margin: 10px 0 0 -10px;
	padding: 0;
}
#body_header ul li{
	margin: 0 0 0 10px;
	height: 18px;
	list-style: none;
	font-size: 14px;
	float: left;
}
#body_header ul li:before{
	content: url("https://blog-imgs-67-origin.fc2.com/s/l/u/slugsupper/listmark_eyelet_12px_000-trans.png") " ";
}
#body_header ul li.sub{
	margin: 0 0 0 10px;
	font-size: 12px;
	line-height: 1.2;
}
#body_header ul li.sub:before{
	content: url("https://blog-imgs-67-origin.fc2.com/s/l/u/slugsupper/listmark_bullet_6px_000-trans.png") " ";
}
#body_header .content{
	padding: 0 0 0 10px;
	border-top: 1px solid #000;
}
.blog_title{
	margin: 50px 0 5px 0;
	font-size: 48px;
	font-family: "Arial Black","Archivo Black","Meiryo UI","MS UI Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	text-align: right;
	letter-spacing: -1px;
	line-height: 1;
}
.blog_description{
	margin: 5px 0 0 0;
	color: #000;
}
.blog_menu{
	margin: 0 0 10px 0;
	padding: 2px 5px;
	background-color: #e5e5e5;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-family: "Alfa Slab One","Arial Black",Impact,sans-serif;
	text-align: right;
	word-spacing: 10px;
}
.blog_menu a{
	color: #999;
	text-decoration: none;
}
.blog_menu a:hover{
	color: #c33;
}

/*========== Blog Footer ==========*/
#body_footer{
	position: relative;
	width: auto;
	margin: 100px 0 10px 0;
	color: #ccc;
	text-align: left;
	line-height: 1.2;
	clear: both;
}
#body_footer a{
	color: #ccc;
	text-decoration: underline;	
}
#body_footer a:hover{
	color: #099;
	text-decoration: none;
}
#body_footer input{
	padding: 0 2px;
	background-color: transparent;
	border: 2px solid #ccc;
	color: #ccc;
	font-size: large;
	font-family: Impact,sans-serif;
	line-height: 1.2;
	float: right;
	cursor: pointer;
}
#body_footer input:hover{
	border-color: #099;
	color: #099;
}
/*========== Main Column ==========*/
#main{
	width: 640px;
	float: left;
}

/*========== Side Column ==========*/
#side_r{
	width: 260px;
	margin: -20px 0 0 auto;
	float: right;
}

/*========== Entry ==========*/
#entry{
	width: auto;
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #e5e5e5;
	clear: both;
}
#article{
	width: auto;
	margin: 0 0 25px 0;
	clear: both;
}
.entry_header{
	margin: 0 0 0 -10px;
	overflow: hidden;
}
.entry_header a{}
.entry_header a:hover{
	border-bottom: 1px solid #099;
	color: #c33;
	text-decoration: none;
}
.entry_header .icon{
	width: 80px;
	height: 80px;
	background: url("https://blog-imgs-91-origin.fc2.com/c/i/n/cinemara/projectormm.jpg") no-repeat 50% 50%;
}
.entry_title{
	padding: 0 0 0 5px;
	color: #000;
	font-size: 24px;
	font-family: Verdana,"Meiryo UI","MS UI Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
}
.entry_description{
	margin: 0;
	color: #666;
	line-height: 1.3;
}
.entry_description a{
	border-bottom: 1px dotted #666;
	color: #666;
	text-decoration: none;	
}
.entry_description a:hover{
	border-bottom: 1px solid #099;
	color: #099;
	text-decoration: none;
}
.entry_body{
	padding: 20px 0;
	color: #000;
	font-size: 13px;
	font-family: Verdana,メイリオ,Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	line-height: 1.8;
	overflow-x: hidden;
	clear: both;
}
.entry_body a{
	color: #c33;
	text-decoration: none;	
}
.entry_body a:hover{
	color: #099;
	text-decoration: underline;
}
.entry_body img.left{
	margin: 0 10px 5px 0;
	float: left;
}
.entry_body img.right{
	margin: 0 0 5px 10px;
	float: right;
}
.entry_body img.emoji{
	margin: 0 2px;
}
.entry_body ul{
	margin: 0 0 0 20px;
}
.entry_body blockquote{
	margin: 10px 0;
	padding: 0 0 0 10px;
	border-left: 10px solid #ccc;
	color: #4d4d4d;
	clear: both;
}
.entry_body .more{
	margin: 10px 0 0 0;
	font-size: 24px;
	font-family: "Alfa Slab One","Arial Black",Impact,sans-serif;
	text-align: right;
	clear: both;
}
.entry_body .more a{
	text-decoration: none;
}
.entry_body .entry_more{
	margin: 30px 0 0 0;
	clear: both;
}
.entry_body .theme{
	margin: 5px 0 0 0;
	font-size: 10px;
	clear: both;
}
.entry_body .theme span{
	padding: 0 5px;
	background-color: #ccc;
	border: 1px solid #ccc;
	color: #fff;
}
.entry_body .theme i{
	margin: 0 10px 0 0;
	padding: 0 5px;
	border: 1px solid #ccc;
	font-style: normal;
}
.entry_body .theme a{
	color: #999;
	text-decoration: none;
}
.entry_body .theme a:hover{
	color: #c33;
}
.entry_footer{
	position: relative;
	clear: both;
}
.entry_footer input{
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 2px;
	background-color: transparent;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #b3b3b3;
	font-size: 10px;
	font-family: Arial,Verdana,sans-serif;
	cursor: pointer;
}
.entry_footer input:hover{
	border: 1px solid #099;
	color: #099;
}

/*---------- FC2 default elements ----------*/
.relate_dl{
	margin: 10px 0 0 0;
	border-top: 1px solid #ccc;
	clear: both;
}
.relate_dt{
	padding: 0 5px;
}
.relate_dd{}
.relate_ul{
	margin: 0 0 5px 0 !important;
	padding: 0;
	border-bottom: 1px solid #ccc;
	list-style: none;
}
.relate_li{
	padding: 0 5px;
	border-top: 1px dotted #ccc;
}
.relate_li_nolink{
	padding: 0 5px;
	border-top: 1px dotted #ccc;
}
.fc2_footer{
	margin: 20px 0 0 0;
	clear: both;
}
.fc2_footer table{
	border-spacing: 0;
	float: left;
}
.fc2_footer table td{
	vertical-align: top;
}
/*---------- FC2 default elements ----------*/

#function{
	margin: 20px 0 0 0;
	clear: both;
}
#function .b1{
	color: #999;
	font-size: 24px;
	font-family: "Alfa Slab One","Arial Black",Impact,sans-serif;
	font-weight: lighter;
}
#function .b2{
	font-size: 20px;
	font-weight: bolder;
}
#function dl{
	margin: 20px 0 0 0;
	color: #666;
	text-align: left;
	line-height: 1.6;
}
#function dd.bold{
	font-size: 16px;
	font-weight: bolder;
}
.page_navi{}
.page_navi div{
	width: 24px;
	height: 24px;
	margin: 0 0 0 10px;
	float: right;
}
.page_navi a{
	width: 100%;
	height: 100%;
	background-color: #999;
	text-decoration: none;
	display: block;
}
.page_navi a:hover{
	background-color: #099;
}
.entry_navi{
	position: relative;
	height: 60px;
	clear: both;
}
.entry_navi div{
	border: 1px solid #ccc;
}
.entry_navi .left{
	position: absolute;
	top: 0;
	right: 50%;
	bottom: 0;
	left: 0;
}
.entry_navi .right{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -1px;
}
.entry_navi a{
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: block;
}
.entry_navi .left a{
	background: #ccc url("https://blog-imgs-67-origin.fc2.com/s/l/u/slugsupper/arrow_single_left_fff_stencil-trans.png") no-repeat 0 50%;
}
.entry_navi .right a{
	background: #ccc url("https://blog-imgs-67-origin.fc2.com/s/l/u/slugsupper/arrow_single_right_fff_stencil-trans.png") no-repeat 100% 50%;
}
.entry_navi p{
	width: auto;
	height: 54px;
	padding: 2px;
	background-color: #fff;
	color: #000;
	text-align: center;
	overflow: hidden;
}
.entry_navi .left p{
	margin: 0 0 0 40px;
}
.entry_navi .right p{
	margin: 0 40px 0 0;
}
.entry_navi i{
	margin: 0 0 8px 0;
	color: #999;
	font-size: small;
	display: block;
}
.entry_navi a:hover{
	background-color: #099;
}
/*========== Comment ==========*/
.comment{
	margin: 0 0 1px 0;
	background-color: #f2f2f2;
	color: #666;
	clear: both;
}
.comment .date{
	color: #999;
	font-family: Arial,Verdana,sans-serif;
}
.comment a{
	color: #099;
	text-decoration: underline;
}
.comment a:hover{
	color: #c33;
}
.comment div{
	padding: 10px;
}
.comment .header{
	background-color: #e5e5e5;
	color: #666;
}
.comment .body{
	line-height: 1.6;
}
.comment .footer{}
.comment input{
	padding: 0 2px;
	background-color: #ccc;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	font-size: 10px;
	font-family: Arial,Verdana,sans-serif;
	cursor: pointer;
}
.comment input:hover{
	background-color: #c33;
}
.form{
	width: auto;
	padding: 10px;
	background-color: #e5e5e5;
}
.comment_form{
	width: auto;
}
.comment_form div{
	margin: 5px;
	color: #999;
}
.comment_form input.txt,.comment_form textarea{
	margin: 0 5px 0 0;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #000;
}
.comment_form input.txt{
	width: 255px;
}
.comment_form textarea{
	width: 450px;
	height: 100px;
	scrollbar-base-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-arrow-color: #333;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
}
.comment_form input.btn{
	padding: 5px;
	background-color: #b3b3b3;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
}
.comment_form input.btn:hover{
	background-color: #099;
	border: 1px solid #0cc;
}
/*========== Trackback ==========*/
.tb_ping{
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.tb_ping input{
	width: 99%;
	margin: 5px 0;
	background-color: #fff;
	border: none;
	font-weight: bolder;
	color: #666;
}
.trackback{
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	color: #666;
	clear: both;
}
.trackback .date{
	color: #999;
	font-family: Arial,Verdana,sans-serif;
}
.trackback a{
	color: #4d4d4d;
}
.trackback a:hover{
	color: #099;
}
.trackback .header{}
.trackback .body{
	padding: 10px 0;
	line-height: 1.6;
}
.trackback .footer{}

/*========== Plugin ==========*/
.plugin{
	margin: 0 0 10px 0;
	clear: both;
}
.plugin a{ text-decoration: none; }
.plugin a:hover{ text-decoration: underline; }
.plugin .title{
	font-size: large;
	font-weight: bolder;
	clear: both;
}
.plugin.first{
	padding: 0 0 10px 0;
	color: #666;
}
.plugin.first .title{
	padding: 0;
	border-bottom: 1px solid #999;
	color: #999;
}
.plugin.first a{
	color: #000;
}
.plugin.first a:hover{
	color: #099;
}
.plugin.second{
	padding: 5px 5px 10px 5px;
	background-color: #e5e5e5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.plugin.second .title{
	padding: 0 5px 5px 5px;
	color: #999;
}
.plugin.second a{
	color: #099;
}
.plugin.second a:hover{
	color: #c33;
}
.plugin.third{
	margin: 0 0 20px 0;
	padding: 5px 5px 10px 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.plugin.third a{
	color: #c33;
}
.plugin.third a:hover{
	color: #099;
}

.plugin.third .title{
	padding: 5px;
	color: #999;
}
.plugin .body{
	margin: 5px;
	line-height: 1.6;
	overflow-x: hidden;
}
.plugin .body ul{
	margin: 0 0 0 1px;
	list-style: inside;
}
.plugin .header{
	margin: 5px 5px 0 5px;
}
.plugin .footer{
	margin: 0 5px 5px 5px;
}
.search{
	width: auto;
	margin: 10px 0;
	clear: both;
}
.search input.txt{
	width: 190px;
	height: 20px;
	margin: -2px 5px 0 0;
	padding: 0 5px;
	background-color: #fff;
	border: 1px solid #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #000;
	vertical-align: middle;
	float: left;
}

/* ========== calendar ========== */
#calendar{
	position: relative;
	margin: 0 0 20px 0;
}
#calendar a{
	color: #000;
	text-decoration: none;	
}
#calendar a:hover{
	color: #c33;
}
#calendar th,#calendar td{
	border: 1px solid #000;
}
.calendar{
	margin: 0 auto;
}
.calendar caption{
	color: #000;
	font-size: 16px;
	font-family: "Alfa Slab One","Arial Black",Impact,sans-serif;
	text-align: left;
}
.calendar th{
	font-size: 10px;
	text-align: center;
}
.calendar th.sun{}
.calendar th.sat{}
.calendar td{
	width: 36px;
	font-size: 12px;
	font-family: Arial,Verdana,sans-serif;
	text-align: center;
	vertical-align: middle;
}
.calendar td a{
	width: 36px;
	background-color: #ccc;
	color: #000 !important;
	text-decoration: none;
	display: block;
}
.calendar td a:hover{
	background-color: #c33;
	color: #fff !important;
	text-decoration: none;
}

/* ========== Drop Down ========== */
#dropdown{
	position: absolute;
	top: 2px;
	right: 0;
	margin: 0;
	padding: 0;
}
#dropdown a{
	text-decoration: none;
}
#dropdown li{
	position: relative;
	float: right;
	list-style: none;
}
#dropdown li a.menu{
	width: 63px;
	padding: 0 5px;
	background-color: #f2f2f2;
	border: 1px solid #000;
	border-bottom: none;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	color: #000;
	font-size: 10px;
	font-family: Arial,Verdana,sans-serif;
	line-height: 1.3;
	text-align: center;
	display: block;
}
#dropdown li:hover > a{
	color: #c00;
}
#dropdown li ul.nest{
	position: absolute;
	right: 0;
	background: url("https://blog-imgs-67-origin.fc2.com/s/l/u/slugsupper/alpha_cc0000_75-trans.png");
	border: 1px solid #f66;
	border-top: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}
#dropdown li ul.nest li{
	float: none;
	width: 100%;
	border-top: 1px solid #f66;
	border-bottom: 1px solid #900;
}
#dropdown li ul.nest li:first-child{
	border-top: none;
}
#dropdown li ul.nest li:last-child{
	border-bottom: none;
}
#dropdown li ul.nest li a{
	position: relative;
	padding: 0 5px;
	color: #fff;
	font-size: 10px;
	font-family: Arial,Verdana,sans-serif;
	font-weight: bolder;
	text-shadow: 1px 1px 0px #000;
	text-align: right;
	line-height: 1.5;
	white-space: nowrap;
	display: block;
}
#dropdown li ul.nest li a:hover{
	color: #000;
	text-shadow: -1px -1px 0 #fff;
}
#dropdown li ul.nest li:hover{
	background: url("https://blog-imgs-37-origin.fc2.com/s/l/u/slugsupper/alpha_ffffff_70-trans.png");
}

/* ========== Page Navigator ========== */
.navi_menu{
	background-color: #fff;
	background-image: -ms-linear-gradient(bottom left, #fff 0%, #ccc 100%);
	background-image: -moz-linear-gradient(bottom left, #fff 0%, #ccc 100%);
	background-image: -o-linear-gradient(bottom left, #fff 0%, #ccc 100%);
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0, #fff), color-stop(1, #ccc));
	background-image: -webkit-linear-gradient(bottom left, #fff 0%, #ccc 100%);
	background-image: linear-gradient(to top right, #fff 0%, #ccc 100%);
	border-top: 1px solid #999;
	border-right: none;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-webkit-box-shadow: 0 5px 5px #000;
	-moz-box-shadow: 0 5px 5px #000;
	box-shadow: 0 5px 5px #000;
	font-size: large;
	font-family: Impact,sans-serif;
	line-height: 1.5;
}
.navi_menu div{
	border-top: 1px dotted #999;
}
.navi_menu div.top{
	border: none;
}
.navi_menu div a{
	width: 100%;
	height: 100%;
	padding: 0 10px;
	color: #666;
	text-decoration: none;
	display: block;	
}
.navi_menu div a:hover{
	color: #099;
}