body {
	background-color: #FFF;
}

#wrapper{
background-color: #FFF;
}

header .descr {
    font-size: 10px;
}

#headbox-bg {
    background: #FFF;
}



.post ul {
     padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 10px;
}

.st-memobox p{
	margin-bottom:0;
}


.catname {
    background: #ccc;
}

.post h3:not(.st-css-no):not(.st-matome):not(.rankh3):not(#reply-title):not(.sd-title){
position: relative;
	padding: 0.6em;
	background:#87CEFA;
	padding-left: 5px !important;
	color:#FFF;
}

.post h3:not(.st-css-no):not(.st-matome):not(.rankh3):not(#reply-title):not(.sd-title):after {
position: absolute;
	content: '';
	top: 100%;
	left: 40px;
	border: 15px solid transparent;
	border-top: 15px solid #87CEFA;
	width: 0;
	height: 0;
}

.post h4:not(.st-css-no):not(.st-matome):not(.rankh4):not(#reply-title):not(.point){
border-bottom: solid 3px #BCE4FC;
position: relative;
	padding-left: 0 !important;
	color:#5EBEF9;
}

.post h4:not(.st-css-no):not(.st-matome):not(.rankh4):not(#reply-title):not(.point):after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #87CEFA;
bottom: -3px;
width: 30%;
}



aside h4:not(.st-css-no), #side aside h4:not(.st-css-no), .st-widgets-title {
       color: #f94308;
}

.post h4:not(.st-css-no):not(.st-matome):not(.rankh4):not(.point) {
    padding-top: 6px;
    padding-bottom: 6px;
}

.st-memobox {
    position: relative;
    margin: 30px 0;
    padding: 20px 20px 10px;
    border: solid 2px #87CEFA;
    border-radius: 8px;
    background-color: #f0ffff;
	color:#000;
}

.st-memobox .st-memobox-title {
    position: absolute;
    display: inline-block;
    top: -8px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    background: #FFF;
    color: #87CEFA;
    font-weight: bold;
}


#side aside #mybox ul li{
    line-height: 27px;
}

.oder01 {
	margin: 0 auto;
	width: 90%;
	font-size: 1.2em;
	text-align: center;
	color: #FFF;
	margin-bottom: 1em;
	padding: 0.5em;
	background: #ff0000;
	border-radius: 5px;
/* CSS3草案 */
	-webkit-border-radius: 5px;
/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
/* Firefox用 */
}

.oder01 a, .oder01 a:visited {
	display: block;
	color: #FFF;
	text-decoration: none;
}

.oder01 a:hover {
	color: #FFF;
	text-decoration: underline;

}

.oder02 {
	width: 100%;
	background: #ff4500;
	color: #FFF;
	margin:10px 0;
	text-align:center;
}

.oder02 a{
	display: block;
	padding: 5px;
	color: #FFF;
	text-decoration: none;}

.oder02 a:hover {
	color: #FFF;
	text-decoration: underline;

}

#footer {
    padding: 20px 10px;
}
#footer .footerlogo,
#footer .footerlogo a{
    color: #87cefa;
		font-size:16px;
}

.header_pr {
    display: inline-block;
    padding:3px 10px;
    border:1px solid #999;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    right:0;
    font-size:13px;
    background: #fff;
    margin:-20px 0 20px;
}

.bluebox{
	background:#f0f8ff;
	padding:10px;
	margin:10px 0;
}


/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {

.oder02 {
	width: 80%;
}
/*-- ここまで --*/
}

/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {
.oder02 {
	width: 60%;
}

/*-- ここまで --*/
}