@charset "utf-8";

/*------------------------------------------------------------
	Hyper Text
-------------------------------------------------------------*/

a:link,
a:visited {
	color: #778599;
	text-decoration: none;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	}

a:hover,
a:active {
	color: #cc3;
	text-decoration: none;
    outline: none;
	}

/*------------------------------------------------------------
	Selected Text
-------------------------------------------------------------*/

::selection {
	background: #F6F792;
	}

::-moz-selection {
	background: #F6F792;
	}

html {
	height: 100%;
    background: #ebd842 url(http://blog.ninja.co.jp/6853/noise.png);
	}

body {
	color: #333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 100%;
	position:relative;
	font-size: 65.5%;
	}
	
h1 {
	width: 980px;
	margin: 0 auto;
    font-size: 3em;
	padding: 40px 0 20px;
    position: relative;
    z-index: 9000;
	}

h1 a:link,
h1 a:visited,
h2.site_ttl a:link,
h2.site_ttl a:visited {
	color: #222222;
    font-weight: bold;
	}

h1.entry_ttl {
	font-size: 2em;
	position: relative;
	top: 0;
	left: 0;
	margin-left: 0;
    margin-bottom: 1em;
	z-index: 1;
    font-weight: bold;
    padding: 0;
    }

h2 {
	font-size: 2em;
	margin-bottom: 1em;
	font-weight: bold;
	}

h2.site_ttl {
	width: 980px;
	margin: 0 auto;
    font-size: 3em;
    margin-bottom: 0;
	font-weight: normal;
    position: relative;
    z-index: 9000;
    padding: 40px 0 20px;
	}

#header {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 25px;
	position: relative;
    z-index: 9001;
	}
	
h3 {
	font-size: 1.6em;
	margin-bottom: 1em;
	font-weight: bold;
	}

p#description {
	font-size: 12px;
	clear: both;
	float: left;
	padding: 0 0 0 10px;
    font-weight: bold;
    line-height: 1.6;
    }

/* nav (utility)----------------------------------------------------- */
	
.utility {
	float: right;
	width: 400px;
	position: absolute;
    top: -55px;
	right: 0;
    }
	
.utility ul li {
	float: right;
	margin-left: 20px;
	}

.utility ul li a {
	font-size: 14px;
	font-weight: bold;
	}

.utility ul li a span {
	font-size: 8px;
    display: block;
    margin-top: -2px;
	}

/* nav (global)----------------------------------------------------- */

.global {
	padding: 0 5px;
	margin: 0 auto 10px;
	width: 970px;
	font-size: 13px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #333  url(http://blog.ninja.co.jp/6853/noise.png);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	position: relative;
	z-index: 9999;
    clear: both;
	}

.global ul {
	overflow: hidden;
	}
	
.global li {
	list-style: none;
	float: left;
	}
		
.global li a {
	text-decoration: none;
	color: #dddddd;
	padding: 20px 12px 16px;
	display: block;
	width: 170px;
	font-weight: bold;
	}
	
.global li a:hover {
	background: #666;
	color: #fff;
	}
	
.global li a span {
	font-size: 11px;
	color: #999999;
	font-weight: normal;
	margin-top: -4px;
	display: inline-block;
	}
	
.ie.chrome .global li a span {
	margin-top: 0;
	}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	}

/* bread----------------------------------------------------- */

.bread {
	width: 980px;
	margin: 0 auto 10px;
	font-size: 11px;
	font-weight: bold;
	}

/* contents----------------------------------------------------- */

#contents {
	background: #fff;
	width: 980px;
	margin: 0 auto;
	border-radius: 3px;
	font-size: 1.2em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: hidden;
	height: auto !important;  
	height: 100%;             
	min-height: 100%;         
	}
	
#section {
	width: 600px;
	float: left;
	padding: 30px;
	}

#section p {
	margin: 10px;
	line-height: 1.8;
	}
	
#section p strong {
	font-weight: bold;
	}

article.entry {
	margin-bottom: 30px;
    border-bottom: dotted 1px #dddddd;
    overflow: hidden;
	}

article.entry header ul li {
	display: inline;
	margin-right: 10px;
	font-size: 11px;
	font-weight: bold;
	}

article.entry .entry_txt {
	margin-bottom: 30px;
    font-size: 1.2em;
	} 

article.entry img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	}

.EntryFooter {
	display: none;
	}

.NinjaEntryCommercial {
	margin: 60px 0 !important;
    font-size: 11px !important;
	}

.cm_menu_ttl {
	font-weight: bold;
    border: none;
    padding: 10px 0 5px 0;
    margin: 0 0 10px;
    font-size: 1.4em;
    text-align: left;
    }

.cm_ttl,
.cm_res_ttl {
    font-size: 1.2em;
    font-weight: bold;
    }

div.cm_list {
    background: #f4f4f4;
    margin-bottom: 25px;
    border-radius: 3px;
    border: solid 1px #eeeeee;
    padding: 15px;
    }

article.cm_res {
    margin: 15px 0 15px 50px;
    }

.cm_form {
	margin: 40px 0;
	}

.cm_form .cm_menu_ttl {
	border: none;
	}

.cm_form ul li {
    margin-bottom: 5px;
    }

.cm_form ul li span {
    display: block;
    margin-bottom: 2px;
    font-weight: bold;
    }

.cm_form ul li span span {
    display: inline;
    font-size: 11px;
    margin-left: 10px;
    }

.cm_form_area,
.cm_form_area_pass {
    padding: 10px;
    font-size: 1.3em;
    background: #fff;
    border: none;
    margin-bottom: 10px;
    border: solid 1px #eeeeee;
    border-radius: 4px;
    background: #f4f4f4;
    }

.cm_form_submit input {
    background: none;
    background: #222222;
    color: #cccccc;
    border-radius: 4px;
    border: none;
    padding: 15px 30px;
    font-size: 13px;
    cursor: pointer;
    }

.cm_edit {
	padding: 30px;
	}

ul#pager li {
	display: inline;
	}

ul#pager li span,
ul#pager li a {
	display: inline-block;
    border-radius: 2px;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #333333  url(http://blog.ninja.co.jp/6853/noise.png);
	}

ul#pager li span {
	background: #dddddd  url(http://blog.ninja.co.jp/6853/noise.png);
    color: #999999;
	}

#aside {
	width: 300px;
	float: right;
	padding: 30px 0;
	text-align: center;
	margin-right: 20px;
	}

aside#plugin {
	margin: 0 20px 30px 30px;
	}

article.plugin_inner {
	margin-bottom: 35px;
	}

.plugin_ttl {
	font-weight: bold;
    border: none;
    padding: 0 0 5px 0;
    margin: 0 0 10px;
    font-size: 1.4em;
    text-align: left;
    }

.plugin_data a {
    margin: 0 0 5px 10px;
    padding: 2px 10px;
    display: block;
    background: url(http://blog.ninja.co.jp/6853/ico_updatenavi_n.gif) left center no-repeat;
    font-weight: bold;
    font-size: 12px;
    border-bottom: dotted 1px #dddddd;
    }

.plugin_data a:hover {
	background: url(http://blog.ninja.co.jp/6853/ico_updatenavi_r.gif) left center no-repeat;
	color: #CC9900;
	}

.plugin_data_date {
    font-size: 11px;
    text-align: right;
    }

.plugin_cm_with_res {
    position: relative;
    }

.plugin_cm_with_res img {
	position: absolute;
    right: 0;
    top: 2px;
	}

.CalendarMoveTable {
	margin: 0 auto;
	text-align: center;
	width : 190px;
    font-size: 11px;
    font-weight: bold;
	}

.CalendarMoveTr {
	text-align: center;
	}

.CalendarTable {
	margin: 0 auto;
	text-align: center;
	width: 190px;
    font-weight: bold;
    font-size: 11px;
	}

.CalendarTable a {
    font-weight: bold;
	}

.CalendarWdayTr {
	text-align: center;
   	}

.CalendarWdayTr th {
	padding: 2px;
    border: solid 1px #ffffff;
    text-align: center;
    font-weight: bold;
    border-bottom: solid 1px #eeeeee;
    }

.CalendarWdaySun {
	color : #cc0000;
	}

.CalendarWdaySat {
	color: #A2C2E3;
	}

.CalendarTr {
	text-align: center;
	}

.CalendarTr  td {
	border: solid 1px #eeeeee;
    color: #999999;
    font-size: 11px;
    padding: 2px;
	}

div.CalendarTdLink a {
    color: #333333;
    }

#page-top {
	position: fixed;
	top: 50%;
	margin-top: -35px;
	right: 0;
	font-size: 11px;
	}
	
#page-top a {
	background: #333333  url(http://blog.ninja.co.jp/6853/noise.png);
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 3px 0px #333333;
	-moz-box-shadow: 0px 0px 3px 0px #333333;
	box-shadow: 0px 0px 3px 0px #333333;
	}

#page-top a:hover {
	text-decoration: none;
	background: #eee;
	color: #222222;
	}

.fixed-bottom {  
	position:fixed;
	bottom:0;
	}

/* footer----------------------------------------------------- */
	
#footer {
	width: 100%;
	background: #333333  url(http://blog.ninja.co.jp/6853/noise.png);
	color: #cccccc;
	overflow: hidden;
    position: relative;
	z-index: 9999;
	}
	
p#back_top {
	background: #333333  url(http://blog.ninja.co.jp/6853/noise.png);
	text-align: center;
	width: 100%;
	-webkit-box-shadow: 0px 1px 3px 0px #111111;
	-moz-box-shadow: 0px 1px 3px 0px #111111;
	box-shadow: 0px 1px 3px 0px #111111;
	}
	
p#back_top a {
	display: block;
	padding: 3px 0;
	}
	
#footer .inner {
	padding: 20px;
	font-size: 11px;
	height: 160px;
	}

#footer dl {
	width: 200px;
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
	}
	
#footer dl dt {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 12px;
	color: #cccccc;
	}
	
#footer address {
	clear: both;
	font-size: 10px;
	color: #666666;
	}
	
p.credits {
	font-size: 10px;
	color: #666666;
	}

@media screen and (max-width: 768px) {
#contents,
#header,
.utility,
h1,
h2.site_ttl,
p#description,
.bread,
.nav {
	width: 100%;
	}

h1,
h2.site_ttl {
	margin: 0 10px;
    text-align: center;
	position: relative;
	}

h1.entry_ttl {
	text-align: left;
	}
	
.bread {
	margin: 0 10px 10px;
	}

p#description {
	margin-bottom: 10px;
	}    

.nav {
	border-radius: 0;
	}

.utility {
	float: none;
	width: auto;
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 10px;
	text-align: center;
	}

.utility ul > li {
	float: none;
	display: inline-block;
	width: auto;
	}

#contents > #section,
#contents > #aside {
	width: auto;
	float: none;
	margin: 0 10px;
	}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	}
	
textarea.cm_form_area {
	width: 90%;
	}
}

@media screen and (max-width: 640px) {
.global {
    padding: 0;
    }

.global li,
.global li a {
    width: 100%;
    }
}

@media screen and (max-width: 480px) {
.global {
    padding: 0;
    }
    .global li,
    .global li a {
    width: 100%;
    }
}
