@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: #ffffff;
	}

body {
	color: #333333;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    height: 100%;
	position:relative;
	font-size: 65.5%;
	}

.win body {
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho", serif;;
    }

blockquote {
    position: relative;
    margin: 0 40px 0 20px;
    padding: 10px 15px 10px 60px;
    box-sizing: border-box;
    font-style: italic;
    border: solid 2px #d3d3d3;
    color: #464646;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    vertical-align: middle;
    content: "“";
    font-family: sans-serif;
    color: #d3d3d3;
    font-size: 90px;
    line-height: 1;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.9;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #d3d3d3;
    font-size: 0.9em;
}
	
h1 {
	width: 100%;
	margin: 0 20px;
    font-size: 3em;
	padding: 40px 60px 20px;
    position: relative;
    z-index: 9000;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ＭＳ Ｐ明朝","MS PMincho", serif;
	}

h1 a:link,
h1 a:visited,
h2.site_ttl a:link,
h2.site_ttl a:visited {
	color: #4682b4;
    font-weight: bold;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho Light", "YuMincho","Yu Mincho", "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2em;
	}

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

h2 {
	font-size: 2em;
	font-weight: bold;
        color: #2f4f4f;
	}

h2 {
       padding: .3em;
       border-top: 2px solid #708090;
       border-bottom: 2px solid #708090;
       border-left: 5px solid #708090;
       border-right: 5px solid #708090;
       background-color: #f8f8ff
       }

h2.site_ttl {
	width: 100%;
	margin: 0 20px;
    font-size: 3em;
    margin-bottom: 0;
	font-weight: normal;
    position: relative;
    z-index: 9000;
    padding: 40px 0 20px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}

#header {
	width: 100%;
	margin: 0 20px;
	padding: 0 20px 25px; 
	position: relative;
    z-index: 9001;
	}
	
h3 {
	font-size: 1.2em;
	margin-bottom: 1em;
	font-weight: bold;
        color: #888888;
        font-family:"ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "YuGothic", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

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

h3{
      margin-left: 10px;
      padding: .2em 0 0 0.5em;
      border-left: 10px solid #888888;
      }

.global {
	width: 100%;
	margin: 10px 20px 8px 0;
	font-size: 11px;
	font-weight: bold;
    position: relative;
	z-index: 9999;
    clear: both;
    border-top: solid 1px #7b68ee;
    border-bottom: dotted 1px #7b68ee;
    background-color: #b0e0e6;
	}

.global:before {
    content:""; 
    display:block; 
    position:absolute; 
    left:0; 
    top:-6px; 
    width:100%; 
    height:2px;                          
    background:#222222;
	}

.global ul {
    overflow: hidden;
    }

.global ul li {
    list-style: none;
	float: left;
    }

.global li a {
	text-decoration: none;
	padding: 15px 40px 13px;
	display: inline-block;
	width: auto;
	font-weight: bold;
    font-size: 1.4em;
    color: #2f4f4f;
	}

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

.bread {
	width: 98%;
	margin: 0 30px 5px;
    padding: 0 20px;
	font-size: 11px;
	font-weight: bold;
	}

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

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

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

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

article.entry > header {
    margin-bottom: 30px; 
    padding: 15px 0;
    }

article.entry > header .entry_ttl {
    font-family: serif;
    font-size: 36px;
    }

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; 
    margin: 1em;
	}

table.aaa {
           position: relative;
           margin: 0 40px 0 20px;
           padding: 10px 15px 10px 15px;
           box-sizing: border-box;
           border: solid 2px #778899;
           border-radius: 15px;
}  

.EntryFooter {
	display: none;
	}

.EntryPsText {
        display: inline-block;
        padding: 5px 15px;
        border-radius: 10px;
        background-color: #d3d3d3;
        }

.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/6859/noise.png);
	}

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

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

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

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

.plugin_ttl {
	font-weight: bold;
    border: none;
    padding: 0 0 5px 10px;
    margin: 0 0 10px;
    font-size: 1.4em;
    text-align: left;
    color: #2f4f4f;
    border-left: 5px solid #ffd700;
    border-bottom: 2px solid #ffd700;
    }

.plugin_data a {
    margin: 0 0 5px 10px;
    padding: 2px 10px;
    display: block;
    background: url(http://blog.ninja.co.jp/6859/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/6859/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 : 100%;
    font-size: 11px;
    font-weight: bold;
	}

.CalendarMoveTr {
	text-align: center;
	}

.CalendarTable {
	margin: 0 auto;
	text-align: center;
	width : 100%;
    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;
    }

/* footer----------------------------------------------------- */
	
#footer {
	width: 96%;
	margin: 0 20px;
	color: #cccccc;
	overflow: hidden;
    position: relative;
	z-index: 9999;
	}

#footer .inner {
	padding: 40px 60px;
	font-size: 11px;
	}

#footer dl {
	width: 20%;
	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: 834px) {
#contents,
#header,
h1,
h2.site_ttl,
p#description,
.bread {
	width:98%;
	}
    
.global {
	width:100%;
	}

#footer {
	width:96%;
	margin-left: 4%;
    }
    
h1,
h2.site_ttl {
	margin: 0 10px;
    text-align: left;
	position: relative;
   	}

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

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

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

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

@media screen and (max-width: 760px) {
.global {
    margin: 10px 5px 4px; 
    padding: 0;
    border: none;
    border-top: solid 1px #dddddd;
    }

.global ul li,
.global ul li a {
    width: 100%;
    display: block;
    }
    
.global ul li a {
    width: 100%;
    padding: 5px 50px 5px
    border-bottom: solid 1px #dddddd;    
    font-size: 10px;
    }

.global ul li a:hover {
    background: #eeeeee;
    }
        
.global:before {
    display: none;
    }

.global li a {
      padding: 10px;
      front-size: 11px;
        } 

body {
       position: left;
       front-size: 30%;
       }


#header{
       margin: initial;
       padding: initial;
        }  

#description{
        front-size: 10px;
        padding: 0 5px;
        line-height: 1.4;
        }

#contents{
       front-size: 1.3em;
       margin: 0 8px;
        }

#section{
        width: 100%;
       padding: 5px 0;
        }

#section p {
       margin: 8px;
       line-height: 1.7;
       }

blockquote {
       margine: 0 10px 0;
       }  

block quote p {
       line-height: 1.6;
    
h1 {
	width: 100%;
	margin: 0 2px;
    font-size: 1.5em;
	padding: 10px 10px 10px 3px;
    position: relative;
    z-index: 9000;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ＭＳ Ｐ明朝","MS PMincho", serif;
	}

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

h2.site_ttl a:link,
h2.site_ttl a:visited,
article.entry > header .entry_ttl {
	font-size: 1.6em;
   	}
}


@media screen and (max-width: 480px) {

}