
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}



.big { font-size:1.5em; }

p{ margin: 5px 0 10px 0; }

h3{
    border:#ccc solid 1px;
    font-size: 1.5em;
    border-left:15px solid #f00;   
    padding:.5em .5em;   
    margin: 5px 0 15px -10px; /* (上、右、下、左) */
}   
.selector12b{   
    display: block;   
    padding-top:.2em;   
    font-size:.5em;   
    color:#888;   
}  
.selector13b{   
    padding-top:.2em;   
    font-size:1em;   
    color:#888;   
}  


h4{ 

font-size:120%; 
border-left: 8px double #000066;/*文字の横に付箋のようなマークを入れる*/ 
width:515px;/*見出しの横幅*/ 
line-height: 26px;/*h3の高さ設定*/ 
padding-left: 5px;/*文字の左にスペース*/ 
color:#333333; /*文字の色*/ 
} 






/* コメントを書く http://cssarrowplease.com/
--------------------------- */

.arrow_box {
	position: relative;
	background: #ffffff;
	border: 2px solid #bfd5f5;
	margin: 10px 0 15px 0; /* (上、右、下、左) */
	padding: 8px 10px 5px 10px;
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 15%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.arrow_box:before {
	border-color: rgba(191, 213, 245, 0);
	border-bottom-color: #bfd5f5;
	border-width: 13px;
	margin-left: -13px;
}



/* もっと読み込む
--------------------------- */ 
  
#loadmore {
	display:block;
	text-decoration:none;
	text-align:center;
	font-size:1.5em;
	color:#555;
	margin:25px 5px 20px 5px; /* (上、右、下、左) */
} 

.css_btn_class {
	width: 80%;
	display:inline-block;
	margin:0; /* (上、右、下、左) */
	padding:20px 0;
	border: 1px solid #aaa;
	border-radius:3px;
	background: -moz-linear-gradient(top, #aaa, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);  
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));  

}
.css_btn_class:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;

}
.css_btn_class:active {
	position:relative;
	top:1px;
}


/*--------------------------------------------
スライドメニュー
--------------------------------------------*/

nav ul {
    list-style:none;
}

#navbox {
	display: table;
	width: 100%;
	//height: 5px;
}
#left-nav {
	display: table-cell;
	text-align: center;
	border-right: 1px solid #fff;
	padding: 0 5px;
	box-sizing: border-box;
	width: 30px;
	vertical-align: middle;
}

#menu_button {
	width: 48px;
	height: 48px;
}

#slidemenu li {
	width : 220px;
	list-style: none;
	border-top: 1px solid #555;
	border-bottom: 1px solid #000;
	font-size:14px;
	line-height: 1.8;
	padding:10px 0 10px 20px;
}
#slidemenu li a {
	display: block;
	text-decoration: none;
	color: #fff;
}
#slidemenu li:first-child {
	border-top: none;
	border-bottom:5px solid #555;
}

#slidemenu li:last-child {
	border-bottom: none;
}
#slidemenu li img{
	vertical-align: middle;
	margin-right: 10px;
}


header{
	background:#3B5998;
	color:#fff;
	position: relative;
	padding: 30px 15px 25px 10px; /* ヘッダーの文字に合わせて調整 (上、右、下、左) */
	line-height: 1;
}

header span{
	font-family: sans-serif;
	text-align: center;
	margin-left: 60px;
	margin-top: 50px;
	font-size: 1.5em; /* ヘッダーの文字 */
}

header #menu_button{
	display: block;
	width:44px;
	height: 44px;
	background: URL(images/menu.png) no-repeat left top;
	background-size: 44px;
	text-indent: -9999px;
	z-index: 9999;
	position: absolute;
	top:15px;
}

footer,header {
    display:block;
}

/*--------------------------------------------

--------------------------------------------*/

body {
	line-height: 1;
	padding:10px 10px 10px 10px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
 
a{
	color:#96b4ff;
	font-weight:bold;
	text-decoration:none;
}

img{
	border: none;
	max-width: 93.8% !important;
	height: auto;
}

/*--------------------------------------------

--------------------------------------------*/

#main_header{
	background:#f0f;
	color:#fff;
	text-align:center;
	width: 100%;
	padding:5px 0;
	font-size:0.7em;
}

#main_footer{
	background:#000;
	color:#fff;
	text-align:center;
	width: 100%;
	padding:5px 0;
	font-size:0.7em;
}

/*--------------------------------------------

--------------------------------------------*/

#midashi{
	width: 100%;
	border-bottom: 1px #000000 dotted;
	margin:5px 0 10px 0; /* (上、右、下、左) */
	padding:0 0 0 0;

}

#midashi .date{
	text-align: right;
	padding: 3px 0 0;
	color: #999;
}

#midashi .category {
	width:1%;
	white-space: nowrap;
	text-align: left;
	background:#F1829E;
	border-radius:3px;
	padding: 2px 2px;
	color:#fff;
}

#entry{
	background:#fff;
	padding:10px 10px 10px 10px;
	line-height:130%; /* 記事行間 */
}

#entry h1.title{
	font-size:2em;
	text-align:left !important;
	line-height:1.2em;
	margin:10px 5px;
	//padding:5px 8px;
	word-break: break-all;
}

#entry h2.title{
	color:#3B5998;
	padding:5px 5px;
	font:20pt "ＭＳ Ｐゴシック", sans-serif;
	margin:30px 0 0;
	font-weight:bold;
	border-right:none!important;
	border-left:16px solid #555;
}

#entry header2 p{
	font-size:0.7em;
}

.entry_text{
	padding:5px 5px 15px 5px;
	display: block;
}

#loadarea { 
    margin: 0 auto; 
    width: auto; 
    text-align: left;

} 

#loadarea img{
	width: auto;
	height: auto;
	display:block;
	margin:auto;
	text-align:center;
}

#loadarea ul{
    display:inline-block;
}

#loadarea ul li{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}

#loadarea p{
	margin:20px 0 0 0;
	line-height:130%;
}

#loadarea h2{
	color:#F39;
	padding:5px 8px;
	font:20pt "ＭＳ Ｐゴシック", sans-serif;
	margin:25px 0 5px;
	font-weight:bold;
	border-right:none!important;
	border-left:8px solid #555;
}


#loadarea h3{
    	font:14pt "ＭＳ Ｐゴシック", sans-serif;
	font-weight:bold;
    margin: 10px -5px 15px; // 上、左右、下
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 1.1em;
    text-shadow:1px 1px 0 rgba(0,0,0,.2);
    position: relative;
    background: #555;
    color: #fff;
}
#loadarea h3:after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#loadarea h3:after {
    border-color: rgba(64, 226, 98, 0);
    border-top-color: #555;
    border-width: 5px;
    left: 5%;
    margin-left: -5px;
}

#loadarea h3 a{color:#fff;}

blockquote{
    margin: 10px 0 0 0;
    padding: 20px;
	margin-bottom:15px;
	border:1px solid #aabbcc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

blockquote .Quotes{
    display: block;
	color:#333333;
	font-weight:bold;
	line-height:150%;
}

#loadarea p.Quotes{
	text-align:right;
	font-size:0.8em;
	padding-right:2%;
	font-style:italic;
	margin-top:5px!important;
}

/*--------------------------------------------

--------------------------------------------*/
.modeSwitch ul{
	overflow:hidden;
	list-style:none;
	box-sizing:border-box;
}
.modeSwitch ul li{
	float:left;
	width:50%;
	text-align:center;
}

.modeSwitch li a{
	display:block;
	text-decoration:none;
	color:#555;
	font-size: 1.5em;
	padding:20px 20px;
	border:1px solid #555;
	background: -moz-linear-gradient(#fff, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); 
	text-shadow:1px 1px 0px #fff;
	-moz-box-shadow: inset 1px 1px 0px #fff;
	-webkit-box-shadow: inset 1px 1px 0px #fff;
	box-shadow: inset 1px 1px 0px #fff;
}

.modeSwitch li:last-child a{
	border-left:none;
}

.modeSwitch .mobile a{
	-moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3) !important;
	-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3) !important;
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3) !important;
	background: -moz-linear-gradient(#aaa, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#ccc)); 
	text-shadow:none;
	color:#555;
}
