@charset "utf-8";

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

a:link,
a:visited {
	color: #A17766;
	text-decoration: none;
/*	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;*/
	}

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


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

::selection {
	background: #F6F792;
	}

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

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

body {
	color: #555555;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 100%;
	position:relative;
	font-size: 65.5%;
	}
	
h1 {
	width: 90%;
	margin: 0 auto;
    font-size: 3em;
	padding: 40px 0 20px;
text-align:center;
    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: 90%;
	margin: 0 auto;
    font-size: 3em;
    margin-bottom: 0;
	font-weight: normal;
    position: relative;
    z-index: 9000;
    padding: 40px 0 20px;
text-align:center;
	}


#header-wrap{
	width: 100%;
	background:#E5E1D5 url(http://blog.ninja.co.jp/6847/noise.png);
}

#header {
	width: 90%;
	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;
text-align:center;
	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: 0px;
	margin: 0 auto 10px;
	width: 100%;
	font-size: 13px;
/*	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;*/
	background:#4D4B48 url(http://blog.ninja.co.jp/6847/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;
	}

.global ul {
	margin-auto;
	overflow: hidden;
text-align:center;
	}
	
.global li {
	list-style: none;
display:inline-block;
text-align: center;
	}
		
.global li a {
	text-decoration: none;
	color: #dddddd;
	padding: 20px 25px 16px;
	display: block;
	font-weight: bold;
text-align: center;
	}
	
.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: 1000px;
	margin: 0 auto ;
	font-size: 12px;
	font-weight: bold;
padding:15px 0px 0px 0px;
	}

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


#all-wrap{
	width: 100%;
	background:#F1EFEA url(http://blog.ninja.co.jp/6847/noise.png);
}


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

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


/**************************************************************************************
記事タイトル一覧
**************************************************************************************/
/*-------------------------------------------------------
記事タイトル一覧部分 > 全体
-------------------------------------------------------*/
.TitleList_Box {
width: 100%; 
height:auto;
text-align:left;
background:#F4F4F4 url(http://blog.ninja.co.jp/6847/noise.png);
margin: 0px 0px 0px 0px; /* 外側余白 */
}
/*-------------------------------------------------------
記事タイトル一覧部分 > タイトル
-------------------------------------------------------*/
.TitleList_Title {
font-weight: bold;
}
/*-------------------------------------------------------
記事タイトル一覧部分 > テキスト
-------------------------------------------------------*/
.TitleList_Text {
font-size: 90%;
text-align:left;
margin: 0px 0px 0px 10px;
}


img.entryimg{

margin:0;
padding:0;
vertical-align: middle;
border-radius:5px 5px 0 0;
}


/*thanks http://every-rating.com/html-css-js/css-4.html*/
span.thumb{
    display: inline-block;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 210px;
    height: 210px;
}


#titile-list{
	width: 100%;
	padding:0px;
	overflow: hidden;
}
/*
#title-list:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
*/
#title-list ul{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

#title-list ul li{
	margin: 10px 10px;
	float: left;
	list-style: none;
    width: 210px;
    height: auto;
background:#ffffff;
border-radius:5px;
	box-shadow:rgba(200, 200, 200, 0.55) 0px 0px 3px 3px;
	-webkit-box-shadow:rgba(200, 200, 200, 0.55) 0px 0px 3px 3px;
	-moz-box-shadow:rgba(200, 200, 200, 0.55) 0px 0px 3px 3px;	
}


#title-list .entry-text{
margin:10px;
font-size:90%;
}

#title-list .entry-text .title a{
font-size:19px;
font-weight:bold;
color:##FF9523;
}


#title-list .entry-text .day{
font-size:12px;
font-weight:bold;
padding-top:15px;
}

#title-list .entry-text .category{
font-size:12px;
font-weight:bold;

}



/*-------------------------------------------------------
記事タイトル一覧部分 > ページリンク
-------------------------------------------------------*/
.TitleList_PageLink {
font-size: 90%;
text-align:center;
} 




article.entry {
	margin-bottom: 80px;
    border-bottom: double 1px #dddddd;
/*    overflow: hidden;*/
	}

article.s-result{
border-top:1px solid #9E9B96;
border-bottom:1px solid #9E9B96;
padding:20px ;
margin-bottom:36px;
text-align:center;
font-size:20px;
color:#C44256;
}


mark{
color:inherit;
background-color:transparent ;
font-weight:bold;
}

article.entry header{
border-bottom:1px solid #9E9B96;
padding:20px 0px 5px 0px;
margin-bottom:36px;
}

article.entry header a{
color:#F2860C;
}

article.entry header ul {
border-top:1px solid #9E9B96;
margin:0;
padding:5px 0 0 0;
text-align:right;
}


article.entry header ul li {
	display: inline;
	font-size: 12px;
	padding-left:20px;
	font-weight: bold;
text-align:right;
	}

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

article.entry .entry_txt strong{
	font-weight: bold;
}


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;
	}

#page_link{
	margin-top:20px;
	padding:0;
}

#page_link-top{
	margin-bottom:20px;
	padding:0;
}

ul#pager li {
	display: inline;
	margin-left:0;
	padding:0;
	}

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

ul#pager li span {
	background: #848177  url(http://blog.ninja.co.jp/6847/noise.png);
    color: #ffffff;
	}

#aside {
	width: 250px;
    background: #ffffff url(http://blog.ninja.co.jp/6847/noise.png);
    border-round:3px;
height:100%;
display:block;
	float: left;
	padding: 30px 0;
	text-align: center;
	}

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/6847/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/6847/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: 90%;
	right: 0;
	font-size: 11px;
	}
	
#page-top a {
	background: #333333  url(http://blog.ninja.co.jp/6847/noise.png);
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding:20px 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/6847/noise.png);
	color: #cccccc;
	overflow: hidden;
    position: relative;
	z-index: 9999;
	}
	
p#back_top {
	background: #333333  url(http://blog.ninja.co.jp/6847/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: 80px;
	}

#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%;
    }
*/
.global li a{
	padding: 20px 15px 16px;
}
}

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

/*=============================*/
ul.list-tag {
margin:10px 0;
}
ul.list-tag li{
display:inline-block;
background-color:#F1EFEA;
border-radius:5px;
padding:5px;
margin:5px 5px 5px 0;
}
ul.list-tag li a{
/*color:#ffffff;*/
}

ul.list-cate {
margin:10px 0;
}
ul.list-cate li{
display:inline-block;
background-color:#F1EFEA;
border-radius:5px;
padding:5px;
margin:5px 5px 5px 0;
}
ul.list-cate li a{
/*color:#ffffff;*/
}



/*ACCORDION　It was saved , thank you kachibito.net */

h3.switch,h3.switch2 {
	text-align: left;
    font-size: 1.0625rem ;
    padding:10px 10px 10px 20px;
    border-left: 5px solid #7C7872;
    margin-bottom: 2px ;
    color: #ffffff ;
	cursor:pointer;
	background: #60584D;
}

h3.switch:hover,h3.switch2:hover{
background: #7C7872;
}


h3.switch:after,h3.switch2:after{
	content: "▼　開く";
	font-weight: normal;
	background-color: #7C7872;
	border-radius: 50px;
	padding: 0 20px;
	margin-left: 20px;
}

h3.active:after {
	content: "▲　閉じる";
	font-weight: normal;
	background-color: #7C7872;
	border-radius: 50px;
	padding: 0 20px;
	margin-left: 20px;
}

.toggle,.toggle2 {
	padding: 10px 20px;
    overflow: hidden;
    text-align: left;
    background-color: #ffffff;
}

.area-wt{
background-color:#ffffff;
border-radius:5px;
padding:10px 10px;
margin:20px 0;
width:100%;
	box-shadow:rgba(200, 200, 200, 0.55) 0px 0px 3px 3px;
	-webkit-box-shadow:rgba(200, 200, 200, 0.55) 0px 0px 3px 3px;
	-moz-box-shadow:rgba(200, 200, 200, 0.55) 0px 0px 3px 3px;	
}

.area-wt p{
/*padding:10px 10px;*/
}