/* article共通  */

body {
    background-color: aliceblue;
}
body#cBodyTagColor {
    background-color: darkseagreen;
    background-image: url(../img/bgcol.png);
}
body#cBodyTagStar {
    background-color: midnightblue;
    background-image: url(../img/bgst.png);
}
body#cBodyTagChocolate {
    background-color: #271a11;
    background-image: url(../img/bgc.png);
}

.cHrInner {
  border-width: 1px;
  border-color: lavender;
  opacity: 0.5;
}

.cStrong {
    margin: 0px 2px;
    font-weight: bold;
    background-color: antiquewhite;
}
.cStrongChara {
    font-weight: bold;
    color: maroon;
}
.cStrongLarge {
    font-size : 2em;
    font-weight: bold;
}
.cSectionLine {
  border-top: 1px dashed gray;
  width: 80%;
  margin: auto;
}
.cNormalBox {
    margin: 5px;
    padding: 5px;
    background-color: aliceblue;
}

.cImgSimple {
  width : 150px;
}
.cImgMini {
  width : 80px;
}
.cImgMax {
  max-width : 100%;
}

.cNoDecoALink {
  color: initial;
  text-decoration : none;
}

/*graph*/
.cCscGraphItem {
  flex-basis: 100px;
}
.cCscGraphArea {
  position: relative;
  width: 300px;
  border: 1px solid;
  margin: auto;
  padding: 2px;
}

.cCanvasBgColor, .cCanvasGraphColor, .cCanvasCharaColor {
  margin : 1px;
  border : 1px solid;
}
.cCanvasMemoInput1, .cCanvasMemoInput2 {
  width : 220px;
}
.cCanvasSaveImgBtn {
  position: absolute;
  width: 45px;
  text-align: center;
  background-color: rgba(255,255,255,0.5);
  right: 10px;
  border: 1px solid;
  border-right-width: 2px;
  border-bottom-width: 2px;
}
/*********************************/
#iMain {
  background-color :rgba(253, 253, 240, 0.80);
  max-width: 980px;
  margin: auto;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-top: 6px solid #271a11;
}


#iHeaderLogo {
	background-image : url('../img/logo1.png');
	background-size : contain;
  background-repeat: no-repeat;
	width : 100px;
	height : 50px;
}
#iHeaderTwi {
  font-family: "edgeicons";
  width:30px;
  height:30px;
  background-image:url("/csc/img/Twitter_Logo_Blue.png");
  background-size: contain;
}
#iHeaderUserInfo {
    flex-basis: calc(100% - 130px);
    text-align: right;
}
#iHeaderSiteTitle {
  font-size: 11px;
  line-height: 2;
}
#iFoot {
	position : relative;
	height : 50px;
}
#iRecommend {
	position : relative;
	/*height : 50px;*/
  text-align:center;
}

#iH1Title {
	display : none;
}

/* category select */
.cCategorySelect {
    border: 1px solid #3a1d09;
    border-radius: 5px;
    margin: 5px;
    width: 50px;
    font-size: 12px;
    text-align: center;
    border-right-width: 2px;
    border-bottom-width: 2px;
    cursor : pointer;
}
.cCategorySelected {
  border-right-width: 1px;
  border-bottom-width: 1px;
  background-color: aliceblue;
}

/* article大枠  */
.cBgWhite {
    background-color: rgba(255,255,255,0.6);
}
.cBgGray {
    background-color:#e7e7eb;
}

#iNews {
    font-size: small;
    margin: 10px 0px;
   /* background-color: chocolate;*/
}

#iArticleHeader {
  flex : 0 0 auto;
}

#iArticleBody {
}
.cArticles  {
  padding:  2px;
  margin : 2px;
  flex-basis : 100%;
  cursor:pointer;
}
.cArticles:hover {
  background-color:#e7e7eb;
}
.cArticles:last-child  {
    border-bottom-width: 0px;
}

@media screen and (min-width:900px) { 
	.cArticles  {
		flex-basis : calc(50% - 10px);
	    border-bottom-width: 0px;
	}
}
.cArticlesTitle {
    flex-basis: calc(100% - 70px);
}
.cArticleTitle {
    font-size: 20px;
    font-weight: bold;
}

.cArticlesCategory {
    flex-basis: 70px;
    min-width: 70px;
    border-radius: 10px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    height: 100%;
}

.cCategoryColor {
    background: linear-gradient(to left, violet, red, orange, yellow);
    color: white;
}
.cCategoryChocolate {
    background-color: #3a1d09;
    color: white;
}
.cCategoryStar {
    background: linear-gradient(to bottom, blue, indigo, black);
    color: white;
}
cCategoryEtc {
    background-color: transparent;
}

.cArticlesDate {
    font-size: 14px;
    color: #9c9c9e;
    position: relative;
    top: -2px;
}
.cArticlesAbst {
	flex-basis: calc(100% - 120px);
}
.cArticlesThumnail  {
	flex-basis : 120px;
}
.cArticlesThumnail > img {
  width:100%;
}


/* 子記事 */
.cArticleContent {
    padding: 10px;
    word-break: break-word;
    font-size: 14px;
}

#iStudyItem {
 position : relative;
 margin : 5px 0px;
}
.cStudyItem { 
  width: 300px;
  min-height: 100px;
  margin: 5px;
  background-color: aliceblue;
}
.cStudyItem > div {
 text-align : center;
}
.cStudyTitle {
    position: relative;
    font-weight: bold;
    margin-top: 5px;
    font-size: 16px;
}


.cDisplayBox {
  position : relative;
}
.cDisplayBox > div {
  width : 300px;
  position : relative;
  margin : 5px;
}


#iSlideArea {
  text-align : center
}
#iDispWaveResult {
  border: 1px solid midnightblue;
  border-radius: 8px;
  padding: 5px;
  margin: 5px;
  height : 130px;
}
#iWaveVol {
  width: 250px;
  height: 50px;
  position: relative;
  border-radius: 10px;
  border: 3px inset;
  background-color: white;
  margin: auto;
}


